Skip to content
Snippets Groups Projects
Commit 4341537e authored by André Bargull's avatar André Bargull
Browse files

Add 'class' features tag

parent 5279bcb1
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ info: >
5. Set promiseCapability.[[Resolve]] to resolve.
6. Set promiseCapability.[[Reject]] to reject.
...
features: [class]
---*/
var constructorFunction;
......
......@@ -22,6 +22,7 @@ info: >
8. If IsCallable(promiseCapability.[[Resolve]]) is false, throw a TypeError exception.
9. If IsCallable(promiseCapability.[[Reject]]) is false, throw a TypeError exception.
...
features: [class]
---*/
var constructorFunction;
......
......@@ -33,6 +33,7 @@ info: >
...
8. Let status be Call(promiseCapability.[[Resolve]], undefined, «handlerResult.[[value]]»).
9. NextJob Completion(status).
features: [class]
---*/
var createBadPromise = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment