| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index f588210aff1c321b42837e54e59e8c07e5d7742c..c3269b9657dda007ba333df5ac65b5ca4aca75e4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -213,7 +213,7 @@ namespace internal {
|
| F(ForInNext, 4, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_INTERPRETER(F) \
|
| - F(InterpreterNewClosure, 2, 1) \
|
| + F(InterpreterNewClosure, 4, 1) \
|
| F(InterpreterTraceBytecodeEntry, 3, 1) \
|
| F(InterpreterTraceBytecodeExit, 3, 1) \
|
| F(InterpreterAdvanceBytecodeOffset, 2, 1)
|
| @@ -490,8 +490,8 @@ namespace internal {
|
| F(NewRestParameter, 1, 1) \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewArgumentsElements, 2, 1) \
|
| - F(NewClosure, 1, 1) \
|
| - F(NewClosure_Tenured, 1, 1) \
|
| + F(NewClosure, 3, 1) \
|
| + F(NewClosure_Tenured, 3, 1) \
|
| F(NewScriptContext, 2, 1) \
|
| F(NewFunctionContext, 2, 1) \
|
| F(PushModuleContext, 3, 1) \
|
|
|