mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
add missing Promise.any features (#2686)
This commit is contained in:
parent
89f9c13449
commit
fe3ad55d80
@ -17,7 +17,7 @@ info: |
|
||||
Let iterator be ? Call(method, obj).
|
||||
If Type(iterator) is not Object, throw a TypeError exception.
|
||||
...
|
||||
features: [Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
flags: [async]
|
||||
---*/
|
||||
|
||||
|
@ -17,7 +17,7 @@ info: |
|
||||
Let iterator be ? Call(method, obj).
|
||||
If Type(iterator) is not Object, throw a TypeError exception.
|
||||
...
|
||||
features: [Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
flags: [async]
|
||||
---*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user