Searched refs:allow_lazy (Results 1 – 3 of 3) sorted by relevance
1671 bool allow_lazy = literal->AllowsLazyCompilation() && !info.is_debug(); in GetSharedFunctionInfo() local1672 bool lazy = FLAG_lazy && allow_lazy && !literal->should_eager_compile(); in GetSharedFunctionInfo()
1120 bool is_lazily_parsed = (outer_is_script_scope && allow_lazy() && in ParseFunctionLiteral()
908 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()4319 FLAG_lazy && !allow_natives() && extension_ == NULL && allow_lazy() && in ParseFunctionLiteral()