Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ba8f71dbe8c3020d06af2b41c6be688743ff84db..ecbef228de7e0ad72a74b6274367c2c46c6ba116 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -304,10 +304,14 @@ namespace internal { |
F(NewSyntaxError, 2, 1) \ |
F(NewTypeError, 2, 1) \ |
F(OrdinaryHasInstance, 2, 1) \ |
+ F(PromiseDeferred, 1, 1) \ |
F(PromiseReject, 3, 1) \ |
- F(PromiseFulfill, 4, 1) \ |
+ F(PromiseFulfill, 3, 1) \ |
F(PromiseRejectEventFromStack, 2, 1) \ |
+ F(PromiseRejectReactions, 1, 1) \ |
F(PromiseRevokeReject, 1, 1) \ |
+ F(PromiseResult, 1, 1) \ |
+ F(PromiseStatus, 1, 1) \ |
F(PromoteScheduledException, 0, 1) \ |
F(ReThrow, 1, 1) \ |
F(RunMicrotasks, 0, 1) \ |