Home
last modified time | relevance | path

Searched refs:IsIdentifierStart (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dscanner.cc570 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()
Dscanner.h154 bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); } in IsIdentifierStart() function
Dobjects.cc1504 if (!cache->IsIdentifierStart(buffer->GetNext())) { in IsIdentifier()