Index: src/hydrogen.h |
=================================================================== |
--- src/hydrogen.h (revision 9687) |
+++ src/hydrogen.h (working copy) |
@@ -912,12 +912,11 @@ |
HValue* receiver, |
SmallMapList* types, |
Handle<String> name); |
- bool TryLiteralCompare(CompareOperation* expr); |
void HandleLiteralCompareTypeof(CompareOperation* expr, |
- Expression* sub_expr, |
+ HTypeof* typeof_expr, |
Handle<String> check); |
void HandleLiteralCompareNil(CompareOperation* expr, |
- Expression* sub_expr, |
+ HValue* value, |
NilValue nil); |
HStringCharCodeAt* BuildStringCharCodeAt(HValue* context, |