Home
last modified time | relevance | path

Searched refs:PARSE_LAZILY (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dpreparser.h134 PARSE_LAZILY, enumerator
2649 (mode() == PARSE_LAZILY && scope_->AllowsLazyCompilation()); in ParseArrowFunctionLiteral()
Dparser.cc890 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()
3647 bool is_lazily_parsed = (mode() == PARSE_LAZILY && in ParseFunctionLiteral()