mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
abaf554c2d
commit
c017b4280b
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/arrow-function.template
|
// - src/params/error/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (arrow function expression)
|
description: Abrupt completion returned by evaluation of initializer (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/arrow-function.template
|
// - src/params/default/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (arrow function expression)
|
description: Use of intializer when argument value is not `undefined` (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/arrow-function.template
|
// - src/params/default/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (arrow function expression)
|
description: Use of intializer when argument value is `undefined` (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/arrow-function.template
|
// - src/params/syntax/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (arrow function expression)
|
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
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/arrow-function.template
|
// - src/params/error/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (arrow function expression)
|
description: Referencing a parameter that occurs later in the ParameterList (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/arrow-function.template
|
// - src/params/default/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (arrow function expression)
|
description: Referencing a parameter that occurs earlier in the ParameterList (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/arrow-function.template
|
// - src/params/error/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (arrow function expression)
|
description: Referencing a parameter from within its own initializer (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/arrow-function.template
|
// - src/params/syntax/arrow-function.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (arrow function expression)
|
description: RestParameter does not support an initializer (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth.template
|
// - src/params/error/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth.template
|
// - src/params/default/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (class expression method)
|
description: Use of intializer when argument value is not `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth.template
|
// - src/params/default/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (class expression method)
|
description: Use of intializer when argument value is `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-expr-gen-meth.template
|
// - 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)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth.template
|
// - src/params/error/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth.template
|
// - src/params/default/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth.template
|
// - src/params/error/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (class expression method)
|
description: Referencing a parameter from within its own initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-expr-gen-meth.template
|
// - src/params/syntax/cls-expr-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (class expression method)
|
description: RestParameter does not support an initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth-static.template
|
// - src/params/error/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
|
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth-static.template
|
// - src/params/default/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
|
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth-static.template
|
// - src/params/default/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (static class expression generator method)
|
description: Use of intializer when argument value is `undefined` (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-expr-gen-meth-static.template
|
// - 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)
|
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
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth-static.template
|
// - src/params/error/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
|
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-expr-gen-meth-static.template
|
// - src/params/default/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-expr-gen-meth-static.template
|
// - src/params/error/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (static class expression generator method)
|
description: Referencing a parameter from within its own initializer (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-expr-gen-meth-static.template
|
// - src/params/syntax/cls-expr-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (static class expression generator method)
|
description: RestParameter does not support an initializer (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-expr-meth.template
|
// - src/params/error/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-meth.template
|
// - src/params/default/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (class expression method)
|
description: Use of intializer when argument value is not `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-meth.template
|
// - src/params/default/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (class expression method)
|
description: Use of intializer when argument value is `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-expr-meth.template
|
// - src/params/syntax/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-expr-meth.template
|
// - src/params/error/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-expr-meth.template
|
// - src/params/default/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-expr-meth.template
|
// - src/params/error/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (class expression method)
|
description: Referencing a parameter from within its own initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-expr-meth.template
|
// - src/params/syntax/cls-expr-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (class expression method)
|
description: RestParameter does not support an initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-expr-meth-static.template
|
// - src/params/error/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (static class expression method)
|
description: Abrupt completion returned by evaluation of initializer (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-meth-static.template
|
// - src/params/default/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (static class expression method)
|
description: Use of intializer when argument value is not `undefined` (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-expr-meth-static.template
|
// - src/params/default/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (static class expression method)
|
description: Use of intializer when argument value is `undefined` (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-expr-meth-static.template
|
// - 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)
|
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
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-expr-meth-static.template
|
// - src/params/error/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (static class expression method)
|
description: Referencing a parameter that occurs later in the ParameterList (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-expr-meth-static.template
|
// - src/params/default/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-expr-meth-static.template
|
// - src/params/error/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (static class expression method)
|
description: Referencing a parameter from within its own initializer (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-expr-meth-static.template
|
// - src/params/syntax/cls-expr-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (static class expression method)
|
description: RestParameter does not support an initializer (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/func-expr.template
|
// - src/params/error/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (function expression)
|
description: Abrupt completion returned by evaluation of initializer (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/func-expr.template
|
// - src/params/default/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (function expression)
|
description: Use of intializer when argument value is not `undefined` (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/func-expr.template
|
// - src/params/default/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (function expression)
|
description: Use of intializer when argument value is `undefined` (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/func-expr.template
|
// - src/params/syntax/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (function expression)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/func-expr.template
|
// - src/params/error/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (function expression)
|
description: Referencing a parameter that occurs later in the ParameterList (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/func-expr.template
|
// - src/params/default/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (function expression)
|
description: Referencing a parameter that occurs earlier in the ParameterList (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/func-expr.template
|
// - src/params/error/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (function expression)
|
description: Referencing a parameter from within its own initializer (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/func-expr.template
|
// - src/params/syntax/func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (function expression)
|
description: RestParameter does not support an initializer (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/gen-func-expr.template
|
// - src/params/error/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (generator function expression)
|
description: Abrupt completion returned by evaluation of initializer (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/gen-func-expr.template
|
// - src/params/default/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (generator function expression)
|
description: Use of intializer when argument value is not `undefined` (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/gen-func-expr.template
|
// - src/params/default/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (generator function expression)
|
description: Use of intializer when argument value is `undefined` (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/gen-func-expr.template
|
// - src/params/syntax/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (generator function expression)
|
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
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/gen-func-expr.template
|
// - src/params/error/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (generator function expression)
|
description: Referencing a parameter that occurs later in the ParameterList (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/gen-func-expr.template
|
// - src/params/default/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (generator function expression)
|
description: Referencing a parameter that occurs earlier in the ParameterList (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/gen-func-expr.template
|
// - src/params/error/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (generator function expression)
|
description: Referencing a parameter from within its own initializer (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/gen-func-expr.template
|
// - src/params/syntax/gen-func-expr.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (generator function expression)
|
description: RestParameter does not support an initializer (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/gen-meth.template
|
// - src/params/error/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (generator method)
|
description: Abrupt completion returned by evaluation of initializer (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/gen-meth.template
|
// - src/params/default/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (generator method)
|
description: Use of intializer when argument value is not `undefined` (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/gen-meth.template
|
// - src/params/default/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (generator method)
|
description: Use of intializer when argument value is `undefined` (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/gen-meth.template
|
// - src/params/syntax/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (generator method)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/gen-meth.template
|
// - src/params/error/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (generator method)
|
description: Referencing a parameter that occurs later in the ParameterList (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/gen-meth.template
|
// - src/params/default/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (generator method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/gen-meth.template
|
// - src/params/error/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (generator method)
|
description: Referencing a parameter from within its own initializer (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/gen-meth.template
|
// - src/params/syntax/gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (generator method)
|
description: RestParameter does not support an initializer (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/meth.template
|
// - src/params/error/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (method)
|
description: Abrupt completion returned by evaluation of initializer (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/meth.template
|
// - src/params/default/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (method)
|
description: Use of intializer when argument value is not `undefined` (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/meth.template
|
// - src/params/default/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (method)
|
description: Use of intializer when argument value is `undefined` (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/meth.template
|
// - src/params/syntax/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (method)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/meth.template
|
// - src/params/error/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (method)
|
description: Referencing a parameter that occurs later in the ParameterList (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/meth.template
|
// - src/params/default/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/meth.template
|
// - src/params/error/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (method)
|
description: Referencing a parameter from within its own initializer (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/meth.template
|
// - src/params/syntax/meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (method)
|
description: RestParameter does not support an initializer (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth.template
|
// - src/params/error/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth.template
|
// - src/params/default/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (class expression method)
|
description: Use of intializer when argument value is not `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth.template
|
// - src/params/default/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (class expression method)
|
description: Use of intializer when argument value is `undefined` (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-decl-gen-meth.template
|
// - 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)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth.template
|
// - src/params/error/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth.template
|
// - src/params/default/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth.template
|
// - src/params/error/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (class expression method)
|
description: Referencing a parameter from within its own initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-decl-gen-meth.template
|
// - src/params/syntax/cls-decl-gen-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (class expression method)
|
description: RestParameter does not support an initializer (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth-static.template
|
// - src/params/error/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
|
description: Abrupt completion returned by evaluation of initializer (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth-static.template
|
// - src/params/default/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
|
description: Use of intializer when argument value is not `undefined` (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth-static.template
|
// - src/params/default/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (static class expression generator method)
|
description: Use of intializer when argument value is `undefined` (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-decl-gen-meth-static.template
|
// - 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)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth-static.template
|
// - src/params/error/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
|
description: Referencing a parameter that occurs later in the ParameterList (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-decl-gen-meth-static.template
|
// - src/params/default/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-decl-gen-meth-static.template
|
// - src/params/error/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (static class expression generator method)
|
description: Referencing a parameter from within its own initializer (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-decl-gen-meth-static.template
|
// - src/params/syntax/cls-decl-gen-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (static class expression generator method)
|
description: RestParameter does not support an initializer (static class expression generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-decl-meth.template
|
// - src/params/error/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
description: Abrupt completion returned by evaluation of initializer (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-meth.template
|
// - src/params/default/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (class expression method)
|
description: Use of intializer when argument value is not `undefined` (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-meth.template
|
// - src/params/default/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (class expression method)
|
description: Use of intializer when argument value is `undefined` (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-decl-meth.template
|
// - src/params/syntax/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-later.case
|
// - src/params/dflt-ref-later.case
|
||||||
// - src/dflt-params/error/cls-decl-meth.template
|
// - src/params/error/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs later in the ParameterList (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-prior.case
|
// - src/params/dflt-ref-prior.case
|
||||||
// - src/dflt-params/default/cls-decl-meth.template
|
// - src/params/default/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/ref-self.case
|
// - src/params/dflt-ref-self.case
|
||||||
// - src/dflt-params/error/cls-decl-meth.template
|
// - src/params/error/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: Referencing a parameter from within its own initializer (class expression method)
|
description: Referencing a parameter from within its own initializer (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/rest.case
|
// - src/params/dflt-rest.case
|
||||||
// - src/dflt-params/syntax/cls-decl-meth.template
|
// - src/params/syntax/cls-decl-meth.template
|
||||||
/*---
|
/*---
|
||||||
description: RestParameter does not support an initializer (class expression method)
|
description: RestParameter does not support an initializer (class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/abrupt.case
|
// - src/params/dflt-abrupt.case
|
||||||
// - src/dflt-params/error/cls-decl-meth-static.template
|
// - src/params/error/cls-decl-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion returned by evaluation of initializer (static class expression method)
|
description: Abrupt completion returned by evaluation of initializer (static class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-not-undefined.case
|
// - src/params/dflt-arg-val-not-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-meth-static.template
|
// - src/params/default/cls-decl-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is not `undefined` (static class expression method)
|
description: Use of intializer when argument value is not `undefined` (static class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/arg-val-undefined.case
|
// - src/params/dflt-arg-val-undefined.case
|
||||||
// - src/dflt-params/default/cls-decl-meth-static.template
|
// - src/params/default/cls-decl-meth-static.template
|
||||||
/*---
|
/*---
|
||||||
description: Use of intializer when argument value is `undefined` (static class expression method)
|
description: Use of intializer when argument value is `undefined` (static class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
|
@ -1,6 +1,6 @@
|
||||||
// This file was procedurally generated from the following sources:
|
// This file was procedurally generated from the following sources:
|
||||||
// - src/dflt-params/duplicates.case
|
// - src/params/dflt-duplicates.case
|
||||||
// - src/dflt-params/syntax/cls-decl-meth-static.template
|
// - 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)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (static class expression method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue