Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index b0af5749fe935b67420dfc3619599cd83540a38e..c8e33566108cc8a2a7705b3eb5610ed6b6f54c3a 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -357,6 +357,12 @@ void BytecodeGraphBuilder::VisitCallRuntime( |
} |
+void BytecodeGraphBuilder::VisitNew( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGraphBuilder::BuildBinaryOp( |
const Operator* js_op, const interpreter::BytecodeArrayIterator& iterator) { |
Node* left = environment()->LookupRegister(iterator.GetRegisterOperand(0)); |