Home | History | Annotate | Download | only in parsing

Lines Matching defs:IsUndefined

80   bool IsUndefined() const { return type_ == kUndefinedIdentifier; }
1189 V8_INLINE bool IsUndefined(PreParserIdentifier identifier) const {
1190 return identifier.IsUndefined();