| Index: src/full-codegen.h
|
| ===================================================================
|
| --- src/full-codegen.h (revision 7683)
|
| +++ src/full-codegen.h (working copy)
|
| @@ -531,6 +531,9 @@
|
| #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
|
| AST_NODE_LIST(DECLARE_VISIT)
|
| #undef DECLARE_VISIT
|
| +
|
| + void EmitUnaryOperation(UnaryOperation* expr, const char* comment);
|
| +
|
| // Handles the shortcutted logical binary operations in VisitBinaryOperation.
|
| void EmitLogicalOperation(BinaryOperation* expr);
|
|
|
|
|