mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 01:14:56 +02:00
update features.txt
-
This commit is contained in:
parent
aca10842a2
commit
f0fd4e0d4d
@ -7,6 +7,10 @@
|
|||||||
#
|
#
|
||||||
# https://github.com/tc39/process-document
|
# https://github.com/tc39/process-document
|
||||||
|
|
||||||
|
# Promise.any
|
||||||
|
# https://github.com/tc39/proposal-promise-any
|
||||||
|
Promise.any
|
||||||
|
|
||||||
# Missing checks in Proxy internal methods
|
# Missing checks in Proxy internal methods
|
||||||
# https://github.com/tc39/ecma262/pull/666
|
# https://github.com/tc39/ecma262/pull/666
|
||||||
proxy-missing-checks
|
proxy-missing-checks
|
||||||
|
@ -8,7 +8,7 @@ esid: sec-promise.any
|
|||||||
info: |
|
info: |
|
||||||
2. Let promiseCapability be ? NewPromiseCapability(C).
|
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).
|
7. Return Completion(result).
|
||||||
features: [Promise.any, class]
|
features: [Promise.any, class]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user