| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 41399be84c03b1c2a6ee39244353942376fa9d47..f89e5497cbd4bdb2d309c9b194ef69bc05e49c38 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -293,7 +293,7 @@ namespace internal {
|
| F(CreateListFromArrayLike, 1, 1) \
|
| F(CreateResolvingFunctions, 1, 1) \
|
| F(EnqueueMicrotask, 1, 1) \
|
| - F(EnqueuePromiseReactionJob, 4, 1) \
|
| + F(EnqueuePromiseReactionJob, 5, 1) \
|
| F(EnqueuePromiseResolveThenableJob, 3, 1) \
|
| F(GetAndResetRuntimeCallStats, -1 /* <= 2 */, 1) \
|
| F(ExportExperimentalFromRuntime, 1, 1) \
|
| @@ -309,6 +309,10 @@ namespace internal {
|
| F(PromiseDeferred, 1, 1) \
|
| F(PromiseReject, 3, 1) \
|
| F(PromiseFulfill, 3, 1) \
|
| + F(PromiseHookInit, 2, 1) \
|
| + F(PromiseHookResolve, 1, 1) \
|
| + F(PromiseHookBefore, 1, 1) \
|
| + F(PromiseHookAfter, 1, 1) \
|
| F(PromiseMarkAsHandled, 1, 1) \
|
| F(PromiseRejectEventFromStack, 2, 1) \
|
| F(PromiseRejectReactions, 1, 1) \
|
|
|