Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index a0b2813014991666b9d50a6e0f9d91dab2b6e8b2..e1ff362d1a72925b23d29cc51461280e12d8bca5 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -333,6 +333,18 @@ void BytecodeGraphBuilder::VisitPopContext( |
} |
+void BytecodeGraphBuilder::VisitCreateArrayLiteral( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
+void BytecodeGraphBuilder::VisitKeyedStoreICGeneric( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGraphBuilder::VisitCall( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |