Skip to content
Snippets Groups Projects
Commit 8ed9947d authored by Kevin Gibbons's avatar Kevin Gibbons Committed by Leo Balter
Browse files

add async-iteration flag (#1942)

parent deea3983
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ info: | ...@@ -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: | ...@@ -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: > ...@@ -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]
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment