mirror of https://github.com/tc39/test262.git
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).
|
Let iterator be ? Call(method, obj).
|
||||||
If Type(iterator) is not Object, throw a TypeError exception.
|
If Type(iterator) is not Object, throw a TypeError exception.
|
||||||
...
|
...
|
||||||
features: [Symbol.iterator]
|
features: [Promise.any, Symbol.iterator]
|
||||||
flags: [async]
|
flags: [async]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ info: |
|
||||||
Let iterator be ? Call(method, obj).
|
Let iterator be ? Call(method, obj).
|
||||||
If Type(iterator) is not Object, throw a TypeError exception.
|
If Type(iterator) is not Object, throw a TypeError exception.
|
||||||
...
|
...
|
||||||
features: [Symbol.iterator]
|
features: [Promise.any, Symbol.iterator]
|
||||||
flags: [async]
|
flags: [async]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue