Searched refs:LiteralScope (Results 1 – 2 of 2) sorted by relevance
400 class LiteralScope {402 explicit LiteralScope(Scanner* self) : scanner_(self), complete_(false) { in LiteralScope() function405 ~LiteralScope() { in ~LiteralScope()742 Token::Value ScanIdentifierOrKeywordInner(LiteralScope* literal);
931 LiteralScope literal(this); in ScanString()960 LiteralScope literal(this); in ScanPrivateName()995 LiteralScope literal(this); in ScanTemplateSpan()1245 LiteralScope literal(this); in ScanNumber()1538 LiteralScope literal(this); in ScanIdentifierOrKeyword()1542 Token::Value Scanner::ScanIdentifierOrKeywordInner(LiteralScope* literal) { in ScanIdentifierOrKeywordInner()1658 LiteralScope literal(this); in ScanRegExpPattern()