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
|
||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.2.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ArrowFunction : ArrowParameters => ConciseBody
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-gen-meth-static-
|
|||
name: static class expression generator method
|
||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||
es6id: 14.5.15
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-gen-meth-
|
|||
name: class expression method
|
||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.5.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-meth-static-
|
|||
name: static class expression method
|
||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||
es6id: 14.5.15
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/class/dstr-meth-
|
|||
name: class expression method
|
||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||
es6id: 14.5.15
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassDeclaration : class BindingIdentifier ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-gen-meth-static-
|
|||
name: static class expression generator method
|
||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.5.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-gen-meth-
|
|||
name: class expression method
|
||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.5.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-meth-static-
|
|||
name: static class expression method
|
||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.5.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/class/dstr-meth-
|
|||
name: class expression method
|
||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.5.16
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
ClassExpression : class BindingIdentifieropt ClassTail
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
|||
`const` statement
|
||||
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
||||
es6id: 13.3.1.4
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
LexicalBinding : BindingPattern Initializer
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/function/dstr-
|
|||
name: function declaration
|
||||
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||
es6id: 14.1.19
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
FunctionDeclaration :
|
||||
function BindingIdentifier ( FormalParameters ) { FunctionBody }
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/function/dstr-
|
|||
name: function expression
|
||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.1.20
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/statements/generators/dstr-
|
|||
name: generator function declaration
|
||||
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
|
||||
es6id: 14.4.12
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/generators/dstr-
|
|||
name: generator function expression
|
||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||
es6id: 14.4.14
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/object/dstr-gen-meth-
|
|||
name: generator method
|
||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||
es6id: 14.4.13
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
GeneratorMethod :
|
||||
* PropertyName ( StrictFormalParameters ) { GeneratorBody }
|
||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
|||
`let` statement
|
||||
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
|
||||
es6id: 13.3.1.4
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
LexicalBinding : BindingPattern Initializer
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ path: language/expressions/object/dstr-meth-
|
|||
name: method
|
||||
esid: sec-runtime-semantics-definemethod
|
||||
es6id: 14.3.8
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ name: >
|
|||
`var` statement
|
||||
esid: sec-variable-statement-runtime-semantics-evaluation
|
||||
es6id: 13.3.2.4
|
||||
features: [destructuring-binding]
|
||||
info: |
|
||||
VariableDeclaration : BindingPattern Initializer
|
||||
|
||||
|
|
Loading…
Reference in New Issue