Searched refs:IsIdentifierStart (Results 1 – 3 of 3) sorted by relevance
570 if (unicode_cache_->IsIdentifierStart(c0_)) { in Scan()795 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_)) in ScanNumber()925 ASSERT(unicode_cache_->IsIdentifierStart(c0_)); in ScanIdentifierOrKeyword()933 !unicode_cache_->IsIdentifierStart(c)) { in ScanIdentifierOrKeyword()
154 bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); } in IsIdentifierStart() function
1504 if (!cache->IsIdentifierStart(buffer->GetNext())) { in IsIdentifier()