Searched refs:literal_chars (Results 1 – 2 of 2) sorted by relevance
392 DCHECK_NOT_NULL(current_.literal_chars); in is_literal_contextual_keyword()393 return current_.literal_chars->is_contextual_keyword(keyword); in is_literal_contextual_keyword()396 DCHECK_NOT_NULL(next_.literal_chars); in is_next_contextual_keyword()397 return next_.literal_chars->is_contextual_keyword(keyword); in is_next_contextual_keyword()498 LiteralBuffer* literal_chars; member515 current_.literal_chars = NULL; in Init()546 (current_.literal_chars == &literal_buffer0_) in StartLiteral()548 : (current_.literal_chars == &literal_buffer1_) ? &literal_buffer2_ in StartLiteral()551 next_.literal_chars = free_buffer; in StartLiteral()566 DCHECK_NOT_NULL(next_.literal_chars); in INLINE()[all …]
46 bookmark_current_.literal_chars = &bookmark_current_literal_; in Scanner()48 bookmark_next_.literal_chars = &bookmark_next_literal_; in Scanner()470 next_.literal_chars = NULL; in Scan()1070 if (next_.literal_chars->one_byte_literal().length() <= 10 && in ScanNumber()1306 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal(); in ScanIdentifierOrKeyword()1355 if (next_.literal_chars->is_one_byte()) { in ScanIdentifierOrKeyword()1356 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal(); in ScanIdentifierOrKeyword()1384 if (escaped && next_.literal_chars->is_one_byte()) { in ScanIdentifierSuffix()1385 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal(); in ScanIdentifierSuffix()1569 to->literal_chars->CopyFrom(from->literal_chars); in CopyTokenDesc()