Home
last modified time | relevance | path

Searched refs:allow_lazy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompiler.cc1671 bool allow_lazy = literal->AllowsLazyCompilation() && !info.is_debug(); in GetSharedFunctionInfo() local
1672 bool lazy = FLAG_lazy && allow_lazy && !literal->should_eager_compile(); in GetSharedFunctionInfo()
/external/v8/src/parsing/
Dpreparser.cc1120 bool is_lazily_parsed = (outer_is_script_scope && allow_lazy() && in ParseFunctionLiteral()
Dparser.cc908 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()
4319 FLAG_lazy && !allow_natives() && extension_ == NULL && allow_lazy() && in ParseFunctionLiteral()