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

  /external/v8/src/parsing/
scanner.cc 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_))
    [all...]
scanner.h 433 UnicodeCache* unicode_cache() { return unicode_cache_; }
749 UnicodeCache* unicode_cache_; member in class:v8::internal::Scanner
parser.h 113 UnicodeCache* unicode_cache() { return unicode_cache_; }
115 unicode_cache_ = unicode_cache;
181 UnicodeCache* unicode_cache_; member in class:v8::internal::ParseInfo
    [all...]
parser.cc 50 unicode_cache_(nullptr),
    [all...]
  /external/v8/src/
dateparser.h 55 unicode_cache_(unicode_cache) {
119 UnicodeCache* unicode_cache_; member in class:v8::internal::DateParser::BASE_EMBEDDED
dateparser-inl.h 222 if (unicode_cache_->IsWhiteSpaceOrLineTerminator(ch_)) {
isolate.h     [all...]
isolate.cc     [all...]
api.cc 2050 i::UnicodeCache unicode_cache_; member in class:v8::IsIdentifierHelper
    [all...]

Completed in 296 milliseconds