Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 036e46f3c016684fa5278bb5e5ab20e82d6bac9a..50162ed3e35ae2c482c390ac36988cdc5c4e2291 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -132,6 +132,7 @@ class BytecodeGraphBuilder { |
void BuildKeyedStore(LanguageMode language_mode); |
void BuildLdaLookupSlot(TypeofMode typeof_mode); |
void BuildLdaLookupContextSlot(TypeofMode typeof_mode); |
+ void BuildLdaLookupGlobalSlot(TypeofMode typeof_mode); |
void BuildStaLookupSlot(LanguageMode language_mode); |
void BuildCall(TailCallMode tail_call_mode); |
void BuildThrow(); |