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