mirror of https://github.com/tc39/test262.git
Add 'class' features tag
This commit is contained in:
parent
5279bcb174
commit
4341537ecd
|
@ -20,6 +20,7 @@ info: >
|
||||||
5. Set promiseCapability.[[Resolve]] to resolve.
|
5. Set promiseCapability.[[Resolve]] to resolve.
|
||||||
6. Set promiseCapability.[[Reject]] to reject.
|
6. Set promiseCapability.[[Reject]] to reject.
|
||||||
...
|
...
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var constructorFunction;
|
var constructorFunction;
|
||||||
|
|
|
@ -22,6 +22,7 @@ info: >
|
||||||
8. If IsCallable(promiseCapability.[[Resolve]]) is false, throw a TypeError exception.
|
8. If IsCallable(promiseCapability.[[Resolve]]) is false, throw a TypeError exception.
|
||||||
9. If IsCallable(promiseCapability.[[Reject]]) is false, throw a TypeError exception.
|
9. If IsCallable(promiseCapability.[[Reject]]) is false, throw a TypeError exception.
|
||||||
...
|
...
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var constructorFunction;
|
var constructorFunction;
|
||||||
|
|
|
@ -33,6 +33,7 @@ info: >
|
||||||
...
|
...
|
||||||
8. Let status be Call(promiseCapability.[[Resolve]], undefined, «handlerResult.[[value]]»).
|
8. Let status be Call(promiseCapability.[[Resolve]], undefined, «handlerResult.[[value]]»).
|
||||||
9. NextJob Completion(status).
|
9. NextJob Completion(status).
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var createBadPromise = false;
|
var createBadPromise = false;
|
||||||
|
|
Loading…
Reference in New Issue