Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index b7331388fd9744954519b8ea8c91fdfa7667682b..0deb192fa56a710c69c6c54bc69d0c0518c51ea4 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -339,6 +339,9 @@ class Expression: public AstNode { |
| // True iff the expression is the null literal. |
| bool IsNullLiteral(); |
| + // True iff the expression is the null literal. |
| + bool IsUndefinedLiteral(); |
| + |
| // Type feedback information for assignments and properties. |
| virtual bool IsMonomorphic() { |
| UNREACHABLE(); |