Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 0a544ed6f964bf369422dd1bb7ba1e2e335fb5a8..a1676019b9cba6a01582a6ff426e43ebe5cd816d 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -351,6 +351,18 @@ void BytecodeGraphBuilder::VisitCreateClosure( |
} |
+void BytecodeGraphBuilder::VisitCreateMappedArguments( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
+void BytecodeGraphBuilder::VisitCreateUnmappedArguments( |
+ const interpreter::BytecodeArrayIterator& iterator) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGraphBuilder::VisitCreateRegExpLiteral( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |