Home
last modified time | relevance | path

Searched refs:LiteralScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dscanner.h281 class LiteralScope {
283 explicit LiteralScope(Scanner* self) in LiteralScope() function
287 ~LiteralScope() { in ~LiteralScope()
521 Token::Value ScanIdentifierSuffix(LiteralScope* literal);
Dscanner.cc693 LiteralScope literal(this); in ScanString()
724 LiteralScope literal(this); in ScanNumber()
926 LiteralScope literal(this); in ScanIdentifierOrKeyword()
970 Token::Value Scanner::ScanIdentifierSuffix(LiteralScope* literal) { in ScanIdentifierSuffix()
1005 LiteralScope literal(this); in ScanRegExpPattern()
1072 LiteralScope literal(this); in ScanRegExpFlags()