Searched refs:IsIdentifierStart (Results 1 – 8 of 8) sorted by relevance
746 if (unicode_cache_->IsIdentifierStart(c0_) || in Scan()748 unicode_cache_->IsIdentifierStart(c0_))) { in Scan()962 DCHECK(!unicode_cache_->IsIdentifierStart(kEndOfInput)); in ScanPrivateName()963 if (!unicode_cache_->IsIdentifierStart(Peek())) { in ScanPrivateName()1304 !unicode_cache_->IsIdentifierStart(c0_)) { in ScanNumber()1361 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_)) { in ScanNumber()1543 DCHECK(unicode_cache_->IsIdentifierStart(c0_)); in ScanIdentifierOrKeywordInner()1586 DCHECK(!unicode_cache_->IsIdentifierStart(-1)); in ScanIdentifierOrKeywordInner()1587 if (c == '\\' || !unicode_cache_->IsIdentifierStart(c)) { in ScanIdentifierOrKeywordInner()
14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) { in IsIdentifierStart() function
24 inline bool IsIdentifierStart(unibrow::uchar c);
2468 is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]); in VisitOneByteString()2478 is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]); in VisitTwoByteString()
49 constexpr bool IsIdentifierStart(char c) { in IsIdentifierStart() function54 return IsIdentifierStart(c) || isdigit(c); in IsIdentifierBody()504 if (IsIdentifierStart(c)) { in Parse()546 if (IsIdentifierStart(c)) { in Parse()
143 if (IsIdentifierStart(ch)) { in Next()421 bool AsmJsScanner::IsIdentifierStart(uc32 ch) { in IsIdentifierStart() function in v8::internal::AsmJsScanner
166 bool IsIdentifierStart(uc32 ch);
246 static inline bool IsIdentifierStart(char c) { in IsIdentifierStart() function420 if (IsIdentifierStart(c) || (has_sign && IsIdentifierStart(*cursor_))) { in Next()423 while (IsIdentifierStart(*cursor_) || is_digit(*cursor_)) cursor_++; in Next()695 if ((false == IsIdentifierStart(*s)) && in ParseField()1475 IsIdentifierStart(*attribute_.c_str())) { in ParseSingleValue()