Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 361044aae5631105969efede58aecbfb1ef5af0d..16339478822b3582006020f6d65ce7db305ca0f6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -304,14 +304,10 @@ |
F(NewSyntaxError, 2, 1) \ |
F(NewTypeError, 2, 1) \ |
F(OrdinaryHasInstance, 2, 1) \ |
- F(PromiseDeferred, 1, 1) \ |
F(PromiseReject, 3, 1) \ |
- F(PromiseFulfill, 3, 1) \ |
+ F(PromiseFulfill, 4, 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) \ |