mirror of https://github.com/tc39/test262.git
add async-iteration flag (#1942)
This commit is contained in:
parent
deea398316
commit
8ed9947df1
|
@ -14,7 +14,7 @@ info: |
|
|||
NativeFunction:
|
||||
function IdentifierName_opt ( FormalParameters ) { [ native code ] }
|
||||
|
||||
features: [async-functions, generators, Proxy]
|
||||
features: [async-iteration, Proxy]
|
||||
includes: [nativeFunctionMatcher.js]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ info: |
|
|||
NativeFunction:
|
||||
function IdentifierName_opt ( FormalParameters ) { [ native code ] }
|
||||
|
||||
features: [async-functions, generators, Proxy]
|
||||
features: [async-iteration, Proxy]
|
||||
includes: [nativeFunctionMatcher.js]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ description: >
|
|||
Await on async generator functions and builtin Promises are properly
|
||||
interleaved, meaning await takes only 1 tick on the microtask queue.
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
features: [async-functions, async-iteration]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue