HomeSort by relevance Sort by last modified time
    Searched defs: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...]
preparser.h 964 bool parse_lazily() const { return false; } function in class:v8::internal::PreParser
    [all...]

Completed in 58 milliseconds