Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscanner.h309 class LiteralScope {
311 explicit LiteralScope(Scanner* self) in LiteralScope() function
315 ~LiteralScope() { in ~LiteralScope()
599 Token::Value ScanIdentifierSuffix(LiteralScope* literal);
Dscanner.cc761 LiteralScope literal(this); in ScanString()
791 LiteralScope literal(this); in ScanNumber()
1030 LiteralScope literal(this); in ScanIdentifierOrKeyword()
1075 Token::Value Scanner::ScanIdentifierSuffix(LiteralScope* literal) { in ScanIdentifierSuffix()
1110 LiteralScope literal(this); in ScanRegExpPattern()
1177 LiteralScope literal(this); in ScanRegExpFlags()