Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h118 bool allow_lazy, in PreParser()
144 bool allow_lazy = (flags & i::kAllowLazy) != 0; in PreParseProgram() local
Dcompiler.cc719 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildFunctionInfo() local
Dparser.cc5924 bool allow_lazy = FLAG_lazy && (extension == NULL); in PartialPreParse() local