Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1268 bool parse_allow_lazy = (options == ScriptCompiler::kConsumeParserCache || in CompileToplevel() local
1273 parse_info->set_allow_lazy_parsing(parse_allow_lazy); in CompileToplevel()
1274 if (!parse_allow_lazy && in CompileToplevel()