Searched refs:PARSE_LAZILY (Results 1 – 4 of 4) sorted by relevance
428 PARSE_LAZILY, enumerator
639 Mode mode = (FLAG_lazy && allow_lazy()) ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()4177 bool is_lazily_compiled = (mode() == PARSE_LAZILY && in ParseFunctionLiteral()
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()