Add missing generators flags in templates

This commit is contained in:
Leo Balter 2017-10-26 17:05:32 -04:00
parent f8f5a7a1e7
commit 4e191e5b65
No known key found for this signature in database
GPG Key ID: 3151533059133F60
10 changed files with 10 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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
---*/

View File

@ -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
---*/

View File

@ -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
---*/

View File

@ -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
---*/

View File

@ -10,6 +10,7 @@ info: |
AsyncMethod :
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
features: [async-iteration]
---*/
({