| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 4271d44dd1f882dac4bbc7387ca890c1d115a3cf..3897fd83e84cc858a3c03fdc91d993f3d68d7de0 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -292,6 +292,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) \
|
|
|