Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ba88b6c5addfb5a866a42ba2fd5f6b56020012f9..5f50bf413d2f5e79870eae015b7a3def5c49c59d 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) \ |