Searched refs:PARSE_LAZILY (Results 1 – 2 of 2) sorted by relevance
456 PARSE_LAZILY, enumerator
629 mode_ = FLAG_lazy ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()3614 bool is_lazily_compiled = (mode() == PARSE_LAZILY && in ParseFunctionLiteral()