mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
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,
|
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: |
|
|||||||
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: |
|
|||||||
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() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user