| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e6830889f3b7cd3493e89735e8ea0c9ba55ad913..b24af5dbf38fd8a40cfb7b25f0fc0cb01f204a14 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -313,6 +313,7 @@ namespace internal {
|
| F(PromiseHookBefore, 1, 1) \
|
| F(PromiseHookAfter, 1, 1) \
|
| F(PromiseMarkAsHandled, 1, 1) \
|
| + F(PromiseMarkHandledHint, 1, 1) \
|
| F(PromiseRejectEventFromStack, 2, 1) \
|
| F(PromiseRejectReactions, 1, 1) \
|
| F(PromiseRevokeReject, 1, 1) \
|
|
|