HomeSort by relevance Sort by last modified time
    Searched refs:LiteralScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner.h 350 class LiteralScope {
352 explicit LiteralScope(Scanner* self) : scanner_(self), complete_(false) {
355 ~LiteralScope() {
619 // when a LiteralScope object is alive.
694 Token::Value ScanIdentifierSuffix(LiteralScope* literal, bool escaped);
scanner.cc 1026 LiteralScope literal(this);
1085 LiteralScope literal(this);
1187 LiteralScope literal(this);
    [all...]

Completed in 146 milliseconds