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

  /external/v8/src/parsing/
parser.h 246 bool parse_lazily() const { return mode_ == PARSE_LAZILY; } function in class:v8::internal::Parser
247 enum Mode { PARSE_LAZILY, PARSE_EAGERLY };
    [all...]
parser.cc 663 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY);
    [all...]

Completed in 54 milliseconds