mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Generate tests
This commit is contained in:
parent
abaf554c2d
commit
c017b4280b
test/language
expressions
arrow-function
params-dflt-abrupt.jsparams-dflt-arg-val-not-undefined.jsparams-dflt-arg-val-undefined.jsparams-dflt-duplicates.jsparams-dflt-ref-later.jsparams-dflt-ref-prior.jsparams-dflt-ref-self.jsparams-dflt-rest.js
class
params-gen-meth-dflt-abrupt.jsparams-gen-meth-dflt-arg-val-not-undefined.jsparams-gen-meth-dflt-arg-val-undefined.jsparams-gen-meth-dflt-duplicates.jsparams-gen-meth-dflt-ref-later.jsparams-gen-meth-dflt-ref-prior.jsparams-gen-meth-dflt-ref-self.jsparams-gen-meth-dflt-rest.jsparams-gen-meth-static-dflt-abrupt.jsparams-gen-meth-static-dflt-arg-val-not-undefined.jsparams-gen-meth-static-dflt-arg-val-undefined.jsparams-gen-meth-static-dflt-duplicates.jsparams-gen-meth-static-dflt-ref-later.jsparams-gen-meth-static-dflt-ref-prior.jsparams-gen-meth-static-dflt-ref-self.jsparams-gen-meth-static-dflt-rest.jsparams-meth-dflt-abrupt.jsparams-meth-dflt-arg-val-not-undefined.jsparams-meth-dflt-arg-val-undefined.jsparams-meth-dflt-duplicates.jsparams-meth-dflt-ref-later.jsparams-meth-dflt-ref-prior.jsparams-meth-dflt-ref-self.jsparams-meth-dflt-rest.jsparams-meth-static-dflt-abrupt.jsparams-meth-static-dflt-arg-val-not-undefined.jsparams-meth-static-dflt-arg-val-undefined.jsparams-meth-static-dflt-duplicates.jsparams-meth-static-dflt-ref-later.jsparams-meth-static-dflt-ref-prior.jsparams-meth-static-dflt-ref-self.jsparams-meth-static-dflt-rest.js
function
params-dflt-abrupt.jsparams-dflt-arg-val-not-undefined.jsparams-dflt-arg-val-undefined.jsparams-dflt-duplicates.jsparams-dflt-ref-later.jsparams-dflt-ref-prior.jsparams-dflt-ref-self.jsparams-dflt-rest.js
generators
params-dflt-abrupt.jsparams-dflt-arg-val-not-undefined.jsparams-dflt-arg-val-undefined.jsparams-dflt-duplicates.jsparams-dflt-ref-later.jsparams-dflt-ref-prior.jsparams-dflt-ref-self.jsparams-dflt-rest.js
object/method-definition
params-gen-meth-dflt-abrupt.jsparams-gen-meth-dflt-arg-val-not-undefined.jsparams-gen-meth-dflt-arg-val-undefined.jsparams-gen-meth-dflt-duplicates.jsparams-gen-meth-dflt-ref-later.jsparams-gen-meth-dflt-ref-prior.jsparams-gen-meth-dflt-ref-self.jsparams-gen-meth-dflt-rest.jsparams-meth-dflt-abrupt.jsparams-meth-dflt-arg-val-not-undefined.jsparams-meth-dflt-arg-val-undefined.jsparams-meth-dflt-duplicates.jsparams-meth-dflt-ref-later.jsparams-meth-dflt-ref-prior.jsparams-meth-dflt-ref-self.jsparams-meth-dflt-rest.js
statements/class
params-gen-meth-dflt-abrupt.jsparams-gen-meth-dflt-arg-val-not-undefined.jsparams-gen-meth-dflt-arg-val-undefined.jsparams-gen-meth-dflt-duplicates.jsparams-gen-meth-dflt-ref-later.jsparams-gen-meth-dflt-ref-prior.jsparams-gen-meth-dflt-ref-self.jsparams-gen-meth-dflt-rest.jsparams-gen-meth-static-dflt-abrupt.jsparams-gen-meth-static-dflt-arg-val-not-undefined.jsparams-gen-meth-static-dflt-arg-val-undefined.jsparams-gen-meth-static-dflt-duplicates.jsparams-gen-meth-static-dflt-ref-later.jsparams-gen-meth-static-dflt-ref-prior.jsparams-gen-meth-static-dflt-ref-self.jsparams-gen-meth-static-dflt-rest.jsparams-meth-dflt-abrupt.jsparams-meth-dflt-arg-val-not-undefined.jsparams-meth-dflt-arg-val-undefined.jsparams-meth-dflt-duplicates.jsparams-meth-dflt-ref-later.jsparams-meth-dflt-ref-prior.jsparams-meth-dflt-ref-self.jsparams-meth-dflt-rest.jsparams-meth-static-dflt-abrupt.jsparams-meth-static-dflt-arg-val-not-undefined.jsparams-meth-static-dflt-arg-val-undefined.jsparams-meth-static-dflt-duplicates.js
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
Loading…
x
Reference in New Issue
Block a user