| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index ea92dde24fde23e6a5280443d3faa2cd5aa14abd..036e46f3c016684fa5278bb5e5ab20e82d6bac9a 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();
|
|
|