Index: src/interpreter/bytecode-generator.cc |
diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc |
index 423c438cf2c17910227d08fd4b873294538d2dbb..03c0fcea9f60eb87f63972ee216f6c6d94defca1 100644 |
--- a/src/interpreter/bytecode-generator.cc |
+++ b/src/interpreter/bytecode-generator.cc |
@@ -409,6 +409,11 @@ void BytecodeGenerator::VisitNativeFunctionLiteral( |
} |
+void BytecodeGenerator::VisitDoExpression(DoExpression* expr) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void BytecodeGenerator::VisitConditional(Conditional* expr) { UNIMPLEMENTED(); } |