Home | History | Annotate | Download | only in src

Lines Matching defs:unicode_cache_

2256         is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
2258 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
2266 is_identifier_ = unicode_cache_.IsIdentifierStart(chars[0]);
2268 is_identifier_ &= unicode_cache_.IsIdentifierPart(chars[i]);
2276 i::UnicodeCache unicode_cache_;