| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 560aba19d70296f504f563e0cb128b49e2f479a6..680322a003d653c3aac9b173815888bb804ccbc9 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -84,6 +84,9 @@ class Interpreter {
|
| // Generates code to perform a keyed property store via |ic|.
|
| void DoKeyedStoreIC(Callable ic, compiler::InterpreterAssembler* assembler);
|
|
|
| + // Generates code to perform a JS call.
|
| + void DoJSCall(compiler::InterpreterAssembler* assembler);
|
| +
|
| // Generates code ro create a literal via |function_id|.
|
| void DoCreateLiteral(Runtime::FunctionId function_id,
|
| compiler::InterpreterAssembler* assembler);
|
|
|