Index: src/fast-codegen.h |
=================================================================== |
--- src/fast-codegen.h (revision 3171) |
+++ src/fast-codegen.h (working copy) |
@@ -78,6 +78,9 @@ |
AST_NODE_LIST(DECLARE_VISIT) |
#undef DECLARE_VISIT |
+ // Handles the shortcutted logical binary operations in VisitBinaryOperation. |
+ void EmitLogicalOperation(BinaryOperation* expr); |
+ |
MacroAssembler* masm_; |
FunctionLiteral* function_; |
Handle<Script> script_; |