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..1ae3ee6d090d0b55eabea6ea5595378f3c8598ca 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -333,6 +333,12 @@ void BytecodeGraphBuilder::VisitCreateClosure( |
} |
+void BytecodeGraphBuilder::VisitCreateRegExpLiteral( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGraphBuilder::VisitCreateArrayLiteral( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |