Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1052 bool parse_allow_lazy = (options == ScriptCompiler::kConsumeParserCache || in CompileToplevel() local
1058 parse_allow_lazy &= !(FLAG_serialize_eager && info->will_serialize()); in CompileToplevel()
1061 parse_allow_lazy &= !(FLAG_ignition && FLAG_ignition_eager && in CompileToplevel()
1064 parse_info->set_allow_lazy_parsing(parse_allow_lazy); in CompileToplevel()
1065 if (!parse_allow_lazy && in CompileToplevel()