Home | History | Annotate | Download | only in src

Lines Matching refs:IsIdentifierStart

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)) {