Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c66d6fd9f728e837e52da8ea9bf946d29525092d..b203d22e1244ce3f89468a851880230fd1ecebbc 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, 1, 1) \ |
F(PushModuleContext, 3, 1) \ |