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