Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 18ecafaf5244d2b865915c504eb6a4e274897de3..9df0f1e7af8c971094312172650a6009360a4bf8 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -249,7 +249,13 @@ void BytecodeGraphBuilder::VisitStar( |
} |
-void BytecodeGraphBuilder::VisitLdaGlobal( |
+void BytecodeGraphBuilder::VisitLdaGlobalSloppy( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
+void BytecodeGraphBuilder::VisitLdaGlobalStrict( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |
} |