| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index c32b6831d0aa770ba6e86ee7b9332e2390b43160..f3e73bcb37679ecb1070a0625cd4de555fcf4d7c 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -66,6 +66,10 @@ class Interpreter {
|
| void DoPropertyStoreIC(Callable ic,
|
| compiler::InterpreterAssembler* assembler);
|
|
|
| + // Generates code ro create a literal via |function_id|.
|
| + void DoCreateLiteral(Runtime::FunctionId function_id,
|
| + compiler::InterpreterAssembler* assembler);
|
| +
|
| bool IsInterpreterTableInitialized(Handle<FixedArray> handler_table);
|
|
|
| Isolate* isolate_;
|
|
|