Skip to content
Snippets Groups Projects
Commit 7ff8d481 authored by Nicolò Ribaudo's avatar Nicolò Ribaudo Committed by Leo Balter
Browse files

AsyncGeneratorPrototype/*/name.js use "async-iteration", not "generator" (#1556)

parent 40883f4c
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ info: | ...@@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false, object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }. [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js] includes: [propertyHelper.js]
features: [generators] features: [async-iteration]
---*/ ---*/
async function* g() {} async function* g() {}
......
...@@ -17,7 +17,7 @@ info: | ...@@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false, object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }. [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js] includes: [propertyHelper.js]
features: [generators] features: [async-iteration]
---*/ ---*/
async function* g() {} async function* g() {}
......
...@@ -17,7 +17,7 @@ info: | ...@@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false, object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }. [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js] includes: [propertyHelper.js]
features: [generators] features: [async-iteration]
---*/ ---*/
async function* g() {} async function* g() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment