Searched refs:PARSE_LAZILY (Results 1 – 2 of 2) sorted by relevance
134 PARSE_LAZILY, enumerator2649 (mode() == PARSE_LAZILY && scope_->AllowsLazyCompilation()); in ParseArrowFunctionLiteral()
890 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()3647 bool is_lazily_parsed = (mode() == PARSE_LAZILY && in ParseFunctionLiteral()