Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 907ede3a9f5969b080026656030b6b7264698a94..a04382e9525039a1351903988a0ec30ac5a98222 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -199,6 +199,7 @@ namespace internal { |
F(DebugRecordGenerator, 1, 1) \ |
F(DebugPushPromise, 1, 1) \ |
F(DebugPopPromise, 0, 1) \ |
+ F(DebugPromiseReject, 2, 1) \ |
F(DebugNextAsyncTaskId, 1, 1) \ |
F(DebugAsyncEventEnqueueRecurring, 2, 1) \ |
F(DebugAsyncFunctionPromiseCreated, 1, 1) \ |
@@ -303,7 +304,7 @@ namespace internal { |
F(NewSyntaxError, 2, 1) \ |
F(NewTypeError, 2, 1) \ |
F(OrdinaryHasInstance, 2, 1) \ |
- F(PromiseReject, 3, 1) \ |
+ F(ReportPromiseReject, 2, 1) \ |
F(PromiseHookInit, 2, 1) \ |
F(PromiseHookResolve, 1, 1) \ |
F(PromiseHookBefore, 1, 1) \ |