mirror of https://github.com/tc39/test262.git
Promise.any: feature flags, 2
This commit is contained in:
parent
7fbce5a9d8
commit
a05fb94eba
|
@ -18,7 +18,7 @@ info: |
|
|||
...
|
||||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
flags: [async]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator, computed-property-names, Symbol, arrow-function]
|
||||
---*/
|
||||
|
||||
let error = new Test262Error();
|
||||
|
|
|
@ -18,7 +18,7 @@ info: |
|
|||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function]
|
||||
---*/
|
||||
|
||||
let error = new Test262Error();
|
||||
|
|
|
@ -19,7 +19,7 @@ info: |
|
|||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator, computed-property-names, Symbol, arrow-function]
|
||||
---*/
|
||||
|
||||
let error = new Test262Error();
|
||||
|
|
|
@ -19,7 +19,7 @@ info: |
|
|||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function]
|
||||
---*/
|
||||
|
||||
let error = new Test262Error();
|
||||
|
|
|
@ -21,7 +21,7 @@ info: |
|
|||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function, destructuring-binding]
|
||||
---*/
|
||||
|
||||
let promises = [
|
||||
|
|
|
@ -21,7 +21,7 @@ info: |
|
|||
i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function, destructuring-binding]
|
||||
---*/
|
||||
|
||||
let boundPromiseResolve = Promise.resolve.bind(Promise);
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
r. Perform ? Invoke(nextPromise, "then", « resultCapability.[[Resolve]], rejectElement »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator, arrow-function, computed-property-names, Symbol]
|
||||
---*/
|
||||
|
||||
let error = new Test262Error();
|
||||
|
|
|
@ -17,7 +17,7 @@ info: |
|
|||
r. Perform ? Invoke(nextPromise, "then", « resultCapability.[[Resolve]], rejectElement »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function]
|
||||
---*/
|
||||
let error = new Test262Error();
|
||||
let promise = Promise.resolve();
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
r. Perform ? Invoke(nextPromise, "then", « resultCapability.[[Resolve]], rejectElement »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any, Symbol.iterator]
|
||||
features: [Promise.any, Symbol.iterator, arrow-function, computed-property-names, Symbol]
|
||||
---*/
|
||||
let error = new Test262Error();
|
||||
let promise = Promise.resolve();
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
r. Perform ? Invoke(nextPromise, "then", « resultCapability.[[Resolve]], rejectElement »).
|
||||
|
||||
flags: [async]
|
||||
features: [Promise.any]
|
||||
features: [Promise.any, arrow-function]
|
||||
---*/
|
||||
let error = new Test262Error();
|
||||
let promise = Promise.resolve();
|
||||
|
|
Loading…
Reference in New Issue