Searched refs:unicode_cache_ (Results 1 – 5 of 5) sorted by relevance
42 : unicode_cache_(unicode_cache), in Scanner()262 while (unicode_cache_->IsWhiteSpace(c0_) || IsByteOrderMark(c0_)) { in SkipWhiteSpace()264 if (unicode_cache_->IsLineTerminator(c0_)) { in SkipWhiteSpace()304 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) { in SkipSingleLineComment()319 if (unicode_cache_->IsLineTerminator(ch)) { in SkipMultiLineComment()570 if (unicode_cache_->IsIdentifierStart(c0_)) { in Scan()619 if (unicode_cache_->IsLineTerminator(c)) { in ScanEscape()695 && !unicode_cache_->IsLineTerminator(c0_)) { in ScanString()795 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_)) in ScanNumber()925 ASSERT(unicode_cache_->IsIdentifierStart(c0_)); in ScanIdentifierOrKeyword()[all …]
77 unicode_cache_(unicode_cache) { in InputReader()125 if (unicode_cache_->IsWhiteSpace(ch_)) { in SkipWhiteSpace()157 UnicodeCache* unicode_cache_; variable
390 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache()539 UnicodeCache* unicode_cache_; variable
1461 unicode_cache_(NULL), in Isolate()1604 delete unicode_cache_; in ~Isolate()1605 unicode_cache_ = NULL; in ~Isolate()1765 unicode_cache_ = new UnicodeCache(); in Init()
842 return unicode_cache_; in unicode_cache()1181 UnicodeCache* unicode_cache_; variable