Index: src/hydrogen-instructions.h |
=================================================================== |
--- src/hydrogen-instructions.h (revision 7547) |
+++ src/hydrogen-instructions.h (working copy) |
@@ -1961,6 +1961,8 @@ |
} |
bool HasStringValue() const { return handle_->IsString(); } |
+ bool ToBoolean() const; |
+ |
virtual intptr_t Hashcode() { |
ASSERT(!HEAP->allow_allocation(false)); |
return reinterpret_cast<intptr_t>(*handle()); |