mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 12:34:41 +02:00
fix location for features
This commit is contained in:
parent
7522a29f31
commit
cb85912b13
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/arrow-function/params-
|
path: language/expressions/arrow-function/params-
|
||||||
name: arrow function expression
|
name: arrow function expression
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-static-
|
path: language/statements/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-
|
path: language/statements/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-static-
|
path: language/statements/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-
|
path: language/statements/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-static-
|
path: language/expressions/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-
|
path: language/expressions/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-static-
|
path: language/expressions/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-
|
path: language/expressions/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/function/params-
|
path: language/statements/function/params-
|
||||||
name: function declaration
|
name: function declaration
|
||||||
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.1.19
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionDeclaration :
|
FunctionDeclaration :
|
||||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/function/params-
|
path: language/expressions/function/params-
|
||||||
name: function expression
|
name: function expression
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/generators/params-
|
path: language/statements/generators/params-
|
||||||
name: generator function declaration
|
name: generator function declaration
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.4.12
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/generators/params-
|
path: language/expressions/generators/params-
|
||||||
name: generator function expression
|
name: generator function expression
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-gen-meth-
|
path: language/expressions/object/method-definition/params-gen-meth-
|
||||||
name: generator method
|
name: generator method
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-meth-
|
path: language/expressions/object/method-definition/params-meth-
|
||||||
name: method
|
name: method
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ info: |
|
|||||||
2. ReturnIfAbrupt(status).
|
2. ReturnIfAbrupt(status).
|
||||||
3. Return the result of performing IteratorBindingInitialization for
|
3. Return the result of performing IteratorBindingInitialization for
|
||||||
FormalParameter using iteratorRecord and environment as the arguments.
|
FormalParameter using iteratorRecord and environment as the arguments.
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- params
|
//- params
|
||||||
|
@ -17,6 +17,7 @@ info: |
|
|||||||
a. Perform ? IteratorBindingInitialization for formals with
|
a. Perform ? IteratorBindingInitialization for formals with
|
||||||
iteratorRecord and env as arguments.
|
iteratorRecord and env as arguments.
|
||||||
[...]
|
[...]
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
|
@ -17,6 +17,7 @@ info: |
|
|||||||
a. Perform ? IteratorBindingInitialization for formals with
|
a. Perform ? IteratorBindingInitialization for formals with
|
||||||
iteratorRecord and env as arguments.
|
iteratorRecord and env as arguments.
|
||||||
[...]
|
[...]
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- params
|
//- params
|
||||||
|
@ -21,6 +21,7 @@ info: |
|
|||||||
- It is a Syntax Error if IsSimpleParameterList of FormalParameterList is
|
- It is a Syntax Error if IsSimpleParameterList of FormalParameterList is
|
||||||
false and BoundNames of FormalParameterList contains any duplicate
|
false and BoundNames of FormalParameterList contains any duplicate
|
||||||
elements.
|
elements.
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- params
|
//- params
|
||||||
|
@ -13,6 +13,7 @@ info: |
|
|||||||
2. ReturnIfAbrupt(status).
|
2. ReturnIfAbrupt(status).
|
||||||
3. Return the result of performing IteratorBindingInitialization for
|
3. Return the result of performing IteratorBindingInitialization for
|
||||||
FormalParameter using iteratorRecord and environment as the arguments.
|
FormalParameter using iteratorRecord and environment as the arguments.
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
|
@ -13,6 +13,7 @@ info: |
|
|||||||
2. ReturnIfAbrupt(status).
|
2. ReturnIfAbrupt(status).
|
||||||
3. Return the result of performing IteratorBindingInitialization for
|
3. Return the result of performing IteratorBindingInitialization for
|
||||||
FormalParameter using iteratorRecord and environment as the arguments.
|
FormalParameter using iteratorRecord and environment as the arguments.
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
|
@ -13,6 +13,7 @@ info: |
|
|||||||
2. ReturnIfAbrupt(status).
|
2. ReturnIfAbrupt(status).
|
||||||
3. Return the result of performing IteratorBindingInitialization for
|
3. Return the result of performing IteratorBindingInitialization for
|
||||||
FormalParameter using iteratorRecord and environment as the arguments.
|
FormalParameter using iteratorRecord and environment as the arguments.
|
||||||
|
features: [default-parameters]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- setup
|
//- setup
|
||||||
|
@ -20,6 +20,7 @@ info: |
|
|||||||
|
|
||||||
...BindingIdentifier[?Yield]
|
...BindingIdentifier[?Yield]
|
||||||
...BindingPattern[?Yield]
|
...BindingPattern[?Yield]
|
||||||
|
features: [default-parameters]
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/arrow-function/params-
|
path: language/expressions/arrow-function/params-
|
||||||
name: arrow function expression
|
name: arrow function expression
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-static-
|
path: language/statements/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-
|
path: language/statements/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-static-
|
path: language/statements/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-
|
path: language/statements/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-static-
|
path: language/expressions/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-
|
path: language/expressions/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-static-
|
path: language/expressions/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-
|
path: language/expressions/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/function/params-
|
path: language/statements/function/params-
|
||||||
name: function declaration
|
name: function declaration
|
||||||
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.1.19
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionDeclaration :
|
FunctionDeclaration :
|
||||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/function/params-
|
path: language/expressions/function/params-
|
||||||
name: function expression
|
name: function expression
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/generators/params-
|
path: language/statements/generators/params-
|
||||||
name: generator function declaration
|
name: generator function declaration
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.4.12
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/generators/params-
|
path: language/expressions/generators/params-
|
||||||
name: generator function expression
|
name: generator function expression
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-gen-meth-
|
path: language/expressions/object/method-definition/params-gen-meth-
|
||||||
name: generator method
|
name: generator method
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-meth-
|
path: language/expressions/object/method-definition/params-meth-
|
||||||
name: method
|
name: method
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/arrow-function/params-
|
path: language/expressions/arrow-function/params-
|
||||||
name: arrow function expression
|
name: arrow function expression
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-static-
|
path: language/statements/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-gen-meth-
|
path: language/statements/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-static-
|
path: language/statements/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/class/params-meth-
|
path: language/statements/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-static-
|
path: language/expressions/class/params-gen-meth-static-
|
||||||
name: static class expression generator method
|
name: static class expression generator method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-gen-meth-
|
path: language/expressions/class/params-gen-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-static-
|
path: language/expressions/class/params-meth-static-
|
||||||
name: static class expression method
|
name: static class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/class/params-meth-
|
path: language/expressions/class/params-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/function/params-
|
path: language/statements/function/params-
|
||||||
name: function declaration
|
name: function declaration
|
||||||
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.1.19
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionDeclaration :
|
FunctionDeclaration :
|
||||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/function/params-
|
path: language/expressions/function/params-
|
||||||
name: function expression
|
name: function expression
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/statements/generators/params-
|
path: language/statements/generators/params-
|
||||||
name: generator function declaration
|
name: generator function declaration
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.4.12
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/generators/params-
|
path: language/expressions/generators/params-
|
||||||
name: generator function expression
|
name: generator function expression
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-gen-meth-
|
path: language/expressions/object/method-definition/params-gen-meth-
|
||||||
name: generator method
|
name: generator method
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
path: language/expressions/object/method-definition/params-meth-
|
path: language/expressions/object/method-definition/params-meth-
|
||||||
name: method
|
name: method
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
|
||||||
features: [default-parameters]
|
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user