Searched refs:IsIdentifierStart (Results 1 – 2 of 2) sorted by relevance
555 if (unicode_cache_->IsIdentifierStart(c0_)) { in Scan()801 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_)) in ScanNumber()931 ASSERT(unicode_cache_->IsIdentifierStart(c0_)); in ScanIdentifierOrKeyword()939 !unicode_cache_->IsIdentifierStart(c)) { in ScanIdentifierOrKeyword()
118 bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); } in IsIdentifierStart() function