mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
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
|
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
|
characteristics of the function definition, its arguments object is either an ordinary object
|
||||||
or an arguments exotic object.
|
or an arguments exotic object.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
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
|
characteristics of the function definition, its arguments object is either an ordinary object
|
||||||
or an arguments exotic object.
|
or an arguments exotic object.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
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
|
characteristics of the function definition, its arguments object is either an ordinary object
|
||||||
or an arguments exotic object.
|
or an arguments exotic object.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
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
|
characteristics of the function definition, its arguments object is either an ordinary object
|
||||||
or an arguments exotic object.
|
or an arguments exotic object.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
|
@ -11,6 +11,7 @@ info: |
|
|||||||
Most ECMAScript functions make an arguments object available to their code. Depending upon the
|
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
|
characteristics of the function definition, its arguments object is either an ordinary object
|
||||||
or an arguments exotic object.
|
or an arguments exotic object.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
path: language/statements/class/fields-after-same-line-gen-
|
path: language/statements/class/fields-after-same-line-gen-
|
||||||
name: field definitions after a generator in the same line
|
name: field definitions after a generator in the same line
|
||||||
features: [class-fields]
|
features: [generators, class-fields]
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
path: language/statements/class/fields-after-same-line-static-gen-
|
path: language/statements/class/fields-after-same-line-static-gen-
|
||||||
name: field definitions after a static generator in the same line
|
name: field definitions after a static generator in the same line
|
||||||
features: [class-fields]
|
features: [generators, class-fields]
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
path: language/expressions/class/fields-after-same-line-gen-
|
path: language/expressions/class/fields-after-same-line-gen-
|
||||||
name: field definitions after a generator in the same line
|
name: field definitions after a generator in the same line
|
||||||
features: [class-fields]
|
features: [generators, class-fields]
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
path: language/expressions/class/fields-after-same-line-static-gen-
|
path: language/expressions/class/fields-after-same-line-static-gen-
|
||||||
name: field definitions after a static generator in the same line
|
name: field definitions after a static generator in the same line
|
||||||
features: [class-fields]
|
features: [generators, class-fields]
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ info: |
|
|||||||
|
|
||||||
AsyncMethod :
|
AsyncMethod :
|
||||||
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
|
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
|
||||||
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
({
|
({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user