Home | History | Annotate | Download | only in src

Lines Matching defs:unicode_cache_

1873         is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
1875 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
1883 is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
1885 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
1893 i::UnicodeCache unicode_cache_;