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

  /external/v8/src/parsing/
parser.h 249 class ParsingModeScope BASE_EMBEDDED {
251 ParsingModeScope(Parser* parser, Mode mode)
255 ~ParsingModeScope() { parser_->mode_ = old_mode_; }
    [all...]
parser.cc 663 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);
837 ParsingModeScope parsing_mode(this, PARSE_EAGERLY);
    [all...]

Completed in 168 milliseconds