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

  /external/v8/src/parsing/
parser.cc 511 mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly.
663 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);
837 ParsingModeScope parsing_mode(this, PARSE_EAGERLY);
    [all...]
parser.h 247 enum Mode { PARSE_LAZILY, PARSE_EAGERLY };
    [all...]

Completed in 58 milliseconds