Index: src/hydrogen-instructions.h |
=================================================================== |
--- src/hydrogen-instructions.h (revision 7823) |
+++ src/hydrogen-instructions.h (working copy) |
@@ -3255,6 +3255,8 @@ |
virtual void PrintDataTo(StringStream* stream); |
+ bool check_hole_value() const; |
Kevin Millikin (Chromium)
2011/05/09 14:59:54
This should probably have a CamelCase name. I'd a
|
+ |
DECLARE_CONCRETE_INSTRUCTION(LoadKeyedFastElement) |
protected: |