Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscanner.cc555 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()
Dscanner.h118 bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); } in IsIdentifierStart() function