Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index fda8b5f387daf032c5633b3beb82883adc3deba3..1e37b11396337eea8ccaeea38383d601cf0644d4 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -132,6 +132,11 @@ class Interpreter { |
void DoLdaLookupSlot(Runtime::FunctionId function_id, |
InterpreterAssembler* assembler); |
+ // Generates code to perform a lookup slot load via |function_id| that can |
+ // fast path to a context slot load. |
+ void DoLdaLookupContextSlot(Runtime::FunctionId function_id, |
+ InterpreterAssembler* assembler); |
+ |
// Generates code to perform a lookup slot store depending on |language_mode|. |
void DoStaLookupSlot(LanguageMode language_mode, |
InterpreterAssembler* assembler); |