Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_cache_

2030         is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
2032 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
2040 is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
2042 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
2050 i::UnicodeCache unicode_cache_;