HomeSort by relevance Sort by last modified time
    Searched refs:IsIdentifierStart (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scanner.cc 637 if (unicode_cache_->IsIdentifierStart(c0_)) {
883 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_))
1029 DCHECK(unicode_cache_->IsIdentifierStart(c0_));
1037 !unicode_cache_->IsIdentifierStart(c)) {
    [all...]
scanner.h 120 bool IsIdentifierStart(unibrow::uchar c) { return kIsIdentifierStart.get(c); }

Completed in 39 milliseconds