| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 75a0286f519df37847b819454f1a4baec342254a..46b9df7e2091bba0d2ae1f5a996a375ee01cbedb 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -131,6 +131,7 @@ class BytecodeGraphBuilder {
|
| Node* BuildKeyedLoad();
|
| void BuildKeyedStore(LanguageMode language_mode);
|
| void BuildLdaLookupSlot(TypeofMode typeof_mode);
|
| + void BuildLdaLookupContextSlot(TypeofMode typeof_mode);
|
| void BuildStaLookupSlot(LanguageMode language_mode);
|
| void BuildCall(TailCallMode tail_call_mode);
|
| void BuildThrow();
|
|
|