mirror of https://github.com/tc39/test262.git
AsyncGeneratorPrototype/*/name.js use "async-iteration", not "generator" (#1556)
This commit is contained in:
parent
40883f4c6a
commit
7ff8d48178
|
@ -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() {}
|
||||
|
|
|
@ -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() {}
|
||||
|
|
|
@ -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() {}
|
||||
|
|
Loading…
Reference in New Issue