Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 78490db11a2a3dd9afef91272ecc42530426adcd..f344a7cd383c073d3bc367533d3e58ce78a92b9f 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -881,6 +881,11 @@ class HGraphBuilder: public AstVisitor { |
| HValue* receiver, |
| ZoneMapList* types, |
| Handle<String> name); |
| + void HandleLiteralCompareTypeof(CompareOperation* compare_expr, |
| + Expression* expr, |
| + Handle<String> check); |
| + void HandleLiteralCompareUndefined(CompareOperation* compare_expr, |
| + Expression* expr); |
| HStringCharCodeAt* BuildStringCharCodeAt(HValue* string, |
| HValue* index); |