Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index c8fb5611fee2a01a478023bce34946b7e916c38e..8cb6b1697e0e6ebef2a124e9e678abe9b5188e64 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -569,6 +569,7 @@ class ParserTraits { |
| bool IsEval(const AstRawString* identifier) const; |
| bool IsArguments(const AstRawString* identifier) const; |
| bool IsEvalOrArguments(const AstRawString* identifier) const; |
| + bool IsUndefined(const AstRawString* identifier) const; |
| V8_INLINE bool IsFutureStrictReserved(const AstRawString* identifier) const; |
| // Returns true if the expression is of type "this.foo". |