Index: src/hydrogen-instructions.h |
=================================================================== |
--- src/hydrogen-instructions.h (revision 9125) |
+++ src/hydrogen-instructions.h (working copy) |
@@ -1694,7 +1694,10 @@ |
return Representation::Tagged(); |
} |
+ virtual void PrintDataTo(StringStream* stream); |
+ |
HValue* value() { return OperandAt(0); } |
+ HValue* typecheck() { return OperandAt(1); } |
DECLARE_CONCRETE_INSTRUCTION(JSArrayLength) |