| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 04f7e85b39350d36431523eee791db47dd920ef1..a9eaaf92f8803dff1a779a2e4ece26f4ebcc7f9d 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -124,6 +124,9 @@ class Interpreter {
|
| // Generates code to perform a JS call that collects type feedback.
|
| void DoJSCall(InterpreterAssembler* assembler, TailCallMode tail_call_mode);
|
|
|
| + // Generates code to perform a JS call that collects type feedback.
|
| + void DoJSCallN(InterpreterAssembler* assembler, int n);
|
| +
|
| // Generates code to perform delete via function_id.
|
| void DoDelete(Runtime::FunctionId function_id,
|
| InterpreterAssembler* assembler);
|
|
|