mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 13:34:38 +02:00
Add async-iteration features flag
This commit is contained in:
parent
8525cdb165
commit
6ad75adb0e
@ -16,6 +16,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -16,6 +16,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -16,6 +16,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -16,6 +16,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorDeclaration:
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorExpression :
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorExpression :
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -9,6 +9,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorDeclaration:
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorExpression :
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -11,6 +11,7 @@ info: |
|
||||
AsyncGeneratorExpression :
|
||||
async [no LineTerminator here] function * BindingIdentifier ( FormalParameters ) {
|
||||
AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
@ -10,6 +10,7 @@ info: |
|
||||
|
||||
AsyncGeneratorMethod :
|
||||
async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) { AsyncGeneratorBody }
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
||||
var callCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user