Searched refs:literal_chars (Results 1 – 3 of 3) sorted by relevance
301 (current().literal_chars.is_used() && in CurrentMatchesContextualEscaped()302 current().literal_chars.Equals(Vector<const char>( in CurrentMatchesContextualEscaped()308 current().literal_chars.Equals( in IsUseStrict()520 LiteralBuffer literal_chars; member578 inline void StartLiteral() { next().literal_chars.Start(); } in StartLiteral()582 V8_INLINE void AddLiteralChar(uc32 c) { next().literal_chars.AddChar(c); } in AddLiteralChar()584 V8_INLINE void AddLiteralChar(char c) { next().literal_chars.AddChar(c); } in AddLiteralChar()593 next().literal_chars.Drop(); in DropLiteral()666 if (current().literal_chars.is_used()) in literal_one_byte_string()667 return current().literal_chars.one_byte_literal(); in literal_one_byte_string()[all …]
538 next().literal_chars.Drop(); in Scan()799 DCHECK(token.literal_chars.is_used()); in SanityCheckTokenDesc()811 DCHECK(token.literal_chars.is_used()); in SanityCheckTokenDesc()816 DCHECK(!token.literal_chars.is_used()); in SanityCheckTokenDesc()1302 if (next().literal_chars.one_byte_literal().length() <= 10 && in ScanNumber()1564 Vector<const uint8_t> chars = next().literal_chars.one_byte_literal(); in ScanIdentifierOrKeywordInner()1614 if (next().literal_chars.is_one_byte()) { in ScanIdentifierOrKeywordInner()1615 Vector<const uint8_t> chars = next().literal_chars.one_byte_literal(); in ScanIdentifierOrKeywordInner()
985 literal_chars = self.LITERAL_CHARS986 self.assertEqual(re.escape(literal_chars), literal_chars)999 literal_chars = self.LITERAL_CHARS.encode('ascii')1000 self.assertEqual(re.escape(literal_chars), literal_chars)