| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 1b1bc3923280f01d770e84cd215ac0a445c58563..2df020b6159862b62d6054962dff675153574f84 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -201,7 +201,6 @@ namespace internal {
|
| F(DebugPushPromise, 1, 1) \
|
| F(DebugPopPromise, 0, 1) \
|
| F(DebugPromiseReject, 2, 1) \
|
| - F(DebugNextAsyncTaskId, 1, 1) \
|
| F(DebugAsyncEventEnqueueRecurring, 2, 1) \
|
| F(DebugAsyncFunctionPromiseCreated, 1, 1) \
|
| F(DebugIsActive, 0, 1) \
|
| @@ -293,7 +292,7 @@ namespace internal {
|
| F(CheckIsBootstrapping, 0, 1) \
|
| F(CreateListFromArrayLike, 1, 1) \
|
| F(EnqueueMicrotask, 1, 1) \
|
| - F(EnqueuePromiseReactionJob, 3, 1) \
|
| + F(EnqueuePromiseReactionJob, 1, 1) \
|
| F(EnqueuePromiseResolveThenableJob, 1, 1) \
|
| F(GetAndResetRuntimeCallStats, -1 /* <= 2 */, 1) \
|
| F(ExportExperimentalFromRuntime, 1, 1) \
|
|
|