Generate tests

This commit is contained in:
Leonardo Balter 2017-03-14 13:30:35 -04:00
parent abaf554c2d
commit c017b4280b
No known key found for this signature in database
GPG Key ID: 4191D7EB5EC82FF7
120 changed files with 240 additions and 240 deletions

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/arrow-function.template
// - src/params/dflt-abrupt.case
// - src/params/error/arrow-function.template
/*---
description: Abrupt completion returned by evaluation of initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/arrow-function.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/arrow-function.template
/*---
description: Use of intializer when argument value is not `undefined` (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/arrow-function.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/arrow-function.template
/*---
description: Use of intializer when argument value is `undefined` (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/arrow-function.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/arrow-function.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/arrow-function.template
// - src/params/dflt-ref-later.case
// - src/params/error/arrow-function.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/arrow-function.template
// - src/params/dflt-ref-prior.case
// - src/params/default/arrow-function.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/arrow-function.template
// - src/params/dflt-ref-self.case
// - src/params/error/arrow-function.template
/*---
description: Referencing a parameter from within its own initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/arrow-function.template
// - src/params/dflt-rest.case
// - src/params/syntax/arrow-function.template
/*---
description: RestParameter does not support an initializer (arrow function expression)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-expr-gen-meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-expr-gen-meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-expr-gen-meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-expr-gen-meth.template
/*---
description: Use of intializer when argument value is not `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-expr-gen-meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-expr-gen-meth.template
/*---
description: Use of intializer when argument value is `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-expr-gen-meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-expr-gen-meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-expr-gen-meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-expr-gen-meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-expr-gen-meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-expr-gen-meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-expr-gen-meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-expr-gen-meth.template
/*---
description: Referencing a parameter from within its own initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-expr-gen-meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-expr-gen-meth.template
/*---
description: RestParameter does not support an initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-expr-gen-meth-static.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-expr-gen-meth-static.template
/*---
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-expr-gen-meth-static.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-expr-gen-meth-static.template
/*---
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-expr-gen-meth-static.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-expr-gen-meth-static.template
/*---
description: Use of intializer when argument value is `undefined` (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-expr-gen-meth-static.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-expr-gen-meth-static.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-expr-gen-meth-static.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-expr-gen-meth-static.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-expr-gen-meth-static.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-expr-gen-meth-static.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-expr-gen-meth-static.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-expr-gen-meth-static.template
/*---
description: Referencing a parameter from within its own initializer (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-expr-gen-meth-static.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-expr-gen-meth-static.template
/*---
description: RestParameter does not support an initializer (static class expression generator method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-expr-meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-expr-meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-expr-meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-expr-meth.template
/*---
description: Use of intializer when argument value is not `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-expr-meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-expr-meth.template
/*---
description: Use of intializer when argument value is `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-expr-meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-expr-meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-expr-meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-expr-meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-expr-meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-expr-meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-expr-meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-expr-meth.template
/*---
description: Referencing a parameter from within its own initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-expr-meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-expr-meth.template
/*---
description: RestParameter does not support an initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-expr-meth-static.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-expr-meth-static.template
/*---
description: Abrupt completion returned by evaluation of initializer (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-expr-meth-static.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-expr-meth-static.template
/*---
description: Use of intializer when argument value is not `undefined` (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-expr-meth-static.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-expr-meth-static.template
/*---
description: Use of intializer when argument value is `undefined` (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-expr-meth-static.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-expr-meth-static.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-expr-meth-static.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-expr-meth-static.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-expr-meth-static.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-expr-meth-static.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-expr-meth-static.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-expr-meth-static.template
/*---
description: Referencing a parameter from within its own initializer (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-expr-meth-static.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-expr-meth-static.template
/*---
description: RestParameter does not support an initializer (static class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/func-expr.template
// - src/params/dflt-abrupt.case
// - src/params/error/func-expr.template
/*---
description: Abrupt completion returned by evaluation of initializer (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/func-expr.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/func-expr.template
/*---
description: Use of intializer when argument value is not `undefined` (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/func-expr.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/func-expr.template
/*---
description: Use of intializer when argument value is `undefined` (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/func-expr.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/func-expr.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/func-expr.template
// - src/params/dflt-ref-later.case
// - src/params/error/func-expr.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/func-expr.template
// - src/params/dflt-ref-prior.case
// - src/params/default/func-expr.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/func-expr.template
// - src/params/dflt-ref-self.case
// - src/params/error/func-expr.template
/*---
description: Referencing a parameter from within its own initializer (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/func-expr.template
// - src/params/dflt-rest.case
// - src/params/syntax/func-expr.template
/*---
description: RestParameter does not support an initializer (function expression)
esid: sec-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/gen-func-expr.template
// - src/params/dflt-abrupt.case
// - src/params/error/gen-func-expr.template
/*---
description: Abrupt completion returned by evaluation of initializer (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/gen-func-expr.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/gen-func-expr.template
/*---
description: Use of intializer when argument value is not `undefined` (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/gen-func-expr.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/gen-func-expr.template
/*---
description: Use of intializer when argument value is `undefined` (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/gen-func-expr.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/gen-func-expr.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/gen-func-expr.template
// - src/params/dflt-ref-later.case
// - src/params/error/gen-func-expr.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/gen-func-expr.template
// - src/params/dflt-ref-prior.case
// - src/params/default/gen-func-expr.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/gen-func-expr.template
// - src/params/dflt-ref-self.case
// - src/params/error/gen-func-expr.template
/*---
description: Referencing a parameter from within its own initializer (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/gen-func-expr.template
// - src/params/dflt-rest.case
// - src/params/syntax/gen-func-expr.template
/*---
description: RestParameter does not support an initializer (generator function expression)
esid: sec-generator-function-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/gen-meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/gen-meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/gen-meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/gen-meth.template
/*---
description: Use of intializer when argument value is not `undefined` (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/gen-meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/gen-meth.template
/*---
description: Use of intializer when argument value is `undefined` (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/gen-meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/gen-meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/gen-meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/gen-meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/gen-meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/gen-meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/gen-meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/gen-meth.template
/*---
description: Referencing a parameter from within its own initializer (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/gen-meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/gen-meth.template
/*---
description: RestParameter does not support an initializer (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/meth.template
/*---
description: Use of intializer when argument value is not `undefined` (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/meth.template
/*---
description: Use of intializer when argument value is `undefined` (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/meth.template
/*---
description: Referencing a parameter from within its own initializer (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/meth.template
/*---
description: RestParameter does not support an initializer (method)
esid: sec-runtime-semantics-definemethod

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-decl-gen-meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-decl-gen-meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-decl-gen-meth.template
/*---
description: Use of intializer when argument value is not `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-decl-gen-meth.template
/*---
description: Use of intializer when argument value is `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-decl-gen-meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-decl-gen-meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-decl-gen-meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-decl-gen-meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-decl-gen-meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-decl-gen-meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-decl-gen-meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-decl-gen-meth.template
/*---
description: Referencing a parameter from within its own initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-decl-gen-meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-decl-gen-meth.template
/*---
description: RestParameter does not support an initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-decl-gen-meth-static.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-decl-gen-meth-static.template
/*---
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth-static.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-decl-gen-meth-static.template
/*---
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth-static.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-decl-gen-meth-static.template
/*---
description: Use of intializer when argument value is `undefined` (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-decl-gen-meth-static.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-decl-gen-meth-static.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-decl-gen-meth-static.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-decl-gen-meth-static.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-decl-gen-meth-static.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-decl-gen-meth-static.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-decl-gen-meth-static.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-decl-gen-meth-static.template
/*---
description: Referencing a parameter from within its own initializer (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-decl-gen-meth-static.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-decl-gen-meth-static.template
/*---
description: RestParameter does not support an initializer (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-decl-meth.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-decl-meth.template
/*---
description: Abrupt completion returned by evaluation of initializer (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-decl-meth.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-decl-meth.template
/*---
description: Use of intializer when argument value is not `undefined` (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-decl-meth.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-decl-meth.template
/*---
description: Use of intializer when argument value is `undefined` (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-decl-meth.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-decl-meth.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case
// - src/dflt-params/error/cls-decl-meth.template
// - src/params/dflt-ref-later.case
// - src/params/error/cls-decl-meth.template
/*---
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case
// - src/dflt-params/default/cls-decl-meth.template
// - src/params/dflt-ref-prior.case
// - src/params/default/cls-decl-meth.template
/*---
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case
// - src/dflt-params/error/cls-decl-meth.template
// - src/params/dflt-ref-self.case
// - src/params/error/cls-decl-meth.template
/*---
description: Referencing a parameter from within its own initializer (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case
// - src/dflt-params/syntax/cls-decl-meth.template
// - src/params/dflt-rest.case
// - src/params/syntax/cls-decl-meth.template
/*---
description: RestParameter does not support an initializer (class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case
// - src/dflt-params/error/cls-decl-meth-static.template
// - src/params/dflt-abrupt.case
// - src/params/error/cls-decl-meth-static.template
/*---
description: Abrupt completion returned by evaluation of initializer (static class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case
// - src/dflt-params/default/cls-decl-meth-static.template
// - src/params/dflt-arg-val-not-undefined.case
// - src/params/default/cls-decl-meth-static.template
/*---
description: Use of intializer when argument value is not `undefined` (static class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case
// - src/dflt-params/default/cls-decl-meth-static.template
// - src/params/dflt-arg-val-undefined.case
// - src/params/default/cls-decl-meth-static.template
/*---
description: Use of intializer when argument value is `undefined` (static class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case
// - src/dflt-params/syntax/cls-decl-meth-static.template
// - src/params/dflt-duplicates.case
// - src/params/syntax/cls-decl-meth-static.template
/*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation

Some files were not shown because too many files have changed in this diff Show More