Home | History | Annotate | Download | only in parsing

Lines Matching refs:IsIdentifierStart

692         } else if (unicode_cache_->IsIdentifierStart(c0_)) {
1076 (c0_ >= 0 && unicode_cache_->IsIdentifierStart(c0_)))
1236 DCHECK(unicode_cache_->IsIdentifierStart(c0_));
1287 !unicode_cache_->IsIdentifierStart(c)) {