Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 575aa4608e4f6bb8d1854db7f0bcee3622d42280..e0011259211229bfcfb3dc670d86822937de3614 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -315,6 +315,12 @@ void BytecodeGraphBuilder::VisitKeyedStoreICStrict( |
} |
+void BytecodeGraphBuilder::VisitCreateClosure( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGraphBuilder::VisitCall( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |