| Index: src/interpreter/bytecode-generator.h
|
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
|
| index 6ea4cd75aec25f2b5f567929c149c13ad118115c..cc596fc1e52184df0eda6bdf54363c8470b8b45a 100644
|
| --- a/src/interpreter/bytecode-generator.h
|
| +++ b/src/interpreter/bytecode-generator.h
|
| @@ -36,6 +36,8 @@ class BytecodeGenerator : public AstVisitor {
|
|
|
| DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
|
|
|
| + Register VisitArguments(ZoneList<Expression*>* arguments,
|
| + TemporaryRegisterScope* caller_scope);
|
| void VisitArithmeticExpression(BinaryOperation* binop);
|
| void VisitCommaExpression(BinaryOperation* binop);
|
| void VisitLogicalOrExpression(BinaryOperation* binop);
|
|
|