mirror of https://github.com/tc39/test262.git
Add "features" tag to test templates
This commit is contained in:
parent
d5190e96df
commit
0d09ea91d9
|
@ -5,6 +5,7 @@ path: language/expressions/arrow-function/dstr-
|
||||||
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
|
es6id: 14.2.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-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
|
es6id: 14.5.15
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-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
|
es6id: 14.5.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-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
|
es6id: 14.5.15
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-meth-
|
||||||
name: class expression method
|
name: class expression method
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
es6id: 14.5.15
|
es6id: 14.5.15
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-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
|
es6id: 14.5.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-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
|
es6id: 14.5.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-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
|
es6id: 14.5.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-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
|
es6id: 14.5.16
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
||||||
`const` statement
|
`const` statement
|
||||||
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
||||||
es6id: 13.3.1.4
|
es6id: 13.3.1.4
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
LexicalBinding : BindingPattern Initializer
|
LexicalBinding : BindingPattern Initializer
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/function/dstr-
|
||||||
name: function declaration
|
name: function declaration
|
||||||
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||||
es6id: 14.1.19
|
es6id: 14.1.19
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
FunctionDeclaration :
|
FunctionDeclaration :
|
||||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/function/dstr-
|
||||||
name: function expression
|
name: function expression
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/generators/dstr-
|
||||||
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
|
es6id: 14.4.12
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/generators/dstr-
|
||||||
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
|
es6id: 14.4.14
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/object/dstr-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
|
es6id: 14.4.13
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
||||||
`let` statement
|
`let` statement
|
||||||
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
||||||
es6id: 13.3.1.4
|
es6id: 13.3.1.4
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
LexicalBinding : BindingPattern Initializer
|
LexicalBinding : BindingPattern Initializer
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/object/dstr-meth-
|
||||||
name: method
|
name: method
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
||||||
`var` statement
|
`var` statement
|
||||||
esid: sec-variable-statement-runtime-semantics-evaluation
|
esid: sec-variable-statement-runtime-semantics-evaluation
|
||||||
es6id: 13.3.2.4
|
es6id: 13.3.2.4
|
||||||
|
features: [destructuring-binding]
|
||||||
info: |
|
info: |
|
||||||
VariableDeclaration : BindingPattern Initializer
|
VariableDeclaration : BindingPattern Initializer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue