Add 'class' features tag

This commit is contained in:
André Bargull 2015-12-04 14:31:01 +01:00
parent 5279bcb174
commit 4341537ecd
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;