mirror of https://github.com/tc39/test262.git
parent
aca10842a2
commit
f0fd4e0d4d
|
@ -7,6 +7,10 @@
|
|||
#
|
||||
# https://github.com/tc39/process-document
|
||||
|
||||
# Promise.any
|
||||
# https://github.com/tc39/proposal-promise-any
|
||||
Promise.any
|
||||
|
||||
# Missing checks in Proxy internal methods
|
||||
# https://github.com/tc39/ecma262/pull/666
|
||||
proxy-missing-checks
|
||||
|
|
|
@ -8,7 +8,7 @@ esid: sec-promise.any
|
|||
info: |
|
||||
2. Let promiseCapability be ? NewPromiseCapability(C).
|
||||
...
|
||||
5. Let result be PerformPromiseany(iteratorRecord, C, promiseCapability).
|
||||
5. Let result be PerformPromiseAny(iteratorRecord, C, promiseCapability).
|
||||
...
|
||||
7. Return Completion(result).
|
||||
features: [Promise.any, class]
|
||||
|
|
Loading…
Reference in New Issue