HomeSort by relevance Sort by last modified time
    Searched refs:IsIdentifierStart (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
unicode-cache-inl.h 14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) {
unicode-cache.h 24 inline bool IsIdentifierStart(unibrow::uchar c);
api.cc     [all...]
  /external/v8/src/parsing/
scanner.cc 718 } else if (unicode_cache_->IsIdentifierStart(c0_)) {
1112 (c0_ >= 0 && unicode_cache_->IsIdentifierStart(c0_)))
    [all...]

Completed in 196 milliseconds