| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 730cd2bd4bffbddfde69cc403d0012427a78fc22..7d8e871338588b5c70c33427ebab5f7a09586fb8 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -289,6 +289,7 @@ namespace internal {
|
| F(AllocateSeqTwoByteString, 1, 1) \
|
| F(CheckIsBootstrapping, 0, 1) \
|
| F(CreateListFromArrayLike, 1, 1) \
|
| + F(CreateResolvingFunctions, 1, 1) \
|
| F(EnqueueMicrotask, 1, 1) \
|
| F(EnqueuePromiseReactionJob, 4, 1) \
|
| F(EnqueuePromiseResolveThenableJob, 3, 1) \
|
|
|