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

This commit is contained in:
Nicolò Ribaudo 2018-05-15 18:52:59 +02:00 committed by Leo Balter
parent 40883f4c6a
commit 7ff8d48178
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [generators]
features: [async-iteration]
---*/
async function* g() {}

View File

@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [generators]
features: [async-iteration]
---*/
async function* g() {}

View File

@ -17,7 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [generators]
features: [async-iteration]
---*/
async function* g() {}