Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index e1cceaf34283d698f93614e60c04b1778bd5ae7d..919b5973e469723b844aa83865dc34a20d4ecd48 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". |