add missing Promise.any features (#2686)

This commit is contained in:
Gus Caplan 2020-07-01 12:33:56 -05:00 committed by GitHub
parent 89f9c13449
commit fe3ad55d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]
---*/ ---*/

View File

@ -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]
---*/ ---*/