mirror of https://github.com/tc39/test262.git
Add missing generators flags in templates
This commit is contained in:
parent
f8f5a7a1e7
commit
4e191e5b65
|
@ -11,6 +11,7 @@ info: |
|
|||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
||||
characteristics of the function definition, its arguments object is either an ordinary object
|
||||
or an arguments exotic object.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
||||
characteristics of the function definition, its arguments object is either an ordinary object
|
||||
or an arguments exotic object.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
||||
characteristics of the function definition, its arguments object is either an ordinary object
|
||||
or an arguments exotic object.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
||||
characteristics of the function definition, its arguments object is either an ordinary object
|
||||
or an arguments exotic object.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
|
|
@ -11,6 +11,7 @@ info: |
|
|||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
||||
characteristics of the function definition, its arguments object is either an ordinary object
|
||||
or an arguments exotic object.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/statements/class/fields-after-same-line-gen-
|
||||
name: field definitions after a generator in the same line
|
||||
features: [class-fields]
|
||||
features: [generators, class-fields]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/statements/class/fields-after-same-line-static-gen-
|
||||
name: field definitions after a static generator in the same line
|
||||
features: [class-fields]
|
||||
features: [generators, class-fields]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/expressions/class/fields-after-same-line-gen-
|
||||
name: field definitions after a generator in the same line
|
||||
features: [class-fields]
|
||||
features: [generators, class-fields]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/expressions/class/fields-after-same-line-static-gen-
|
||||
name: field definitions after a static generator in the same line
|
||||
features: [class-fields]
|
||||
features: [generators, class-fields]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ info: |
|
|||
|
||||
AsyncMethod :
|
||||
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
({
|
||||
|
|
Loading…
Reference in New Issue