Searched refs:LiteralScope (Results 1 – 3 of 3) sorted by relevance
311 Scanner::LiteralScope::LiteralScope(Scanner* self) in LiteralScope() function in v8::internal::Scanner::LiteralScope317 Scanner::LiteralScope::~LiteralScope() { in ~LiteralScope()322 void Scanner::LiteralScope::Complete() { in Complete()465 LiteralScope literal(this); in ScanJsonString()520 LiteralScope literal(this); in ScanJsonNumber()573 LiteralScope literal(this); in ScanJsonIdentifier()
263 class LiteralScope {265 explicit LiteralScope(Scanner* self);266 ~LiteralScope();456 class LiteralScope {458 explicit LiteralScope(JavaScriptScanner* self) in LiteralScope() function462 ~LiteralScope() { in ~LiteralScope()513 Token::Value ScanIdentifierSuffix(LiteralScope* literal);
525 LiteralScope literal(this); in ScanString()556 LiteralScope literal(this); in ScanNumber()649 LiteralScope literal(this); in ScanIdentifierOrKeyword()684 Token::Value JavaScriptScanner::ScanIdentifierSuffix(LiteralScope* literal) { in ScanIdentifierSuffix()715 LiteralScope literal(this); in ScanRegExpPattern()748 LiteralScope literal(this); in ScanRegExpFlags()