Home | History | Annotate | Download | only in parsing

Lines Matching refs:unicode_cache_

40     : unicode_cache_(unicode_cache),
315 if (unicode_cache_->IsLineTerminator(c0_)) {
317 } else if (!unicode_cache_->IsWhiteSpace(c0_) &&
356 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
366 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
377 if (c0_ < 0 || !unicode_cache_->IsWhiteSpace(c0_)) return;
380 while (c0_ >= 0 && !unicode_cache_->IsWhiteSpaceOrLineTerminator(c0_) &&
399 while (c0_ >= 0 && unicode_cache_->IsWhiteSpace(c0_)) {
402 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
408 if (unicode_cache_->IsWhiteSpace(c0_)) {
415 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
416 if (!unicode_cache_->IsWhiteSpace(c0_)) {
432 if (c0_ >= 0 && unicode_cache_->IsLineTerminator(ch)) {
718 } else if (unicode_cache_->IsIdentifierStart(c0_)) {
766 if (!in_template_literal && c0_ >= 0 && unicode_cache_->IsLineTerminator(c)) {
865 && !unicode_cache_->IsLineTerminator(c0_)) {
915 if (c0_ > 0 && unicode_cache_->IsLineTerminator(c0_)) {
1112 (c0_ >= 0 && unicode_cache_->IsIdentifierStart(c0_)))
1279 DCHECK(unicode_cache_->IsIdentifierStart(c0_));
1330 !unicode_cache_->IsIdentifierStart(c)) {
1342 while (c0_ >= 0 && unicode_cache_->IsIdentifierPart(c0_)) {
1366 while (c0_ >= 0 && unicode_cache_->IsIdentifierPart(c0_)) {
1373 !unicode_cache_->IsIdentifierPart(c)) {
1410 if (c0_ < 0 || unicode_cache_->IsLineTerminator(c0_)) return false;
1413 if (c0_ < 0 || unicode_cache_->IsLineTerminator(c0_)) return false;
1443 while (c0_ >= 0 && unicode_cache_->IsIdentifierPart(c0_)) {
1503 unicode_cache_,