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

/external/v8/src/
H A Dpreparser.h118 bool allow_lazy,
128 allow_lazy_(allow_lazy),
144 bool allow_lazy = (flags & i::kAllowLazy) != 0; local
147 return PreParser(scanner, log, stack_limit, allow_lazy,
115 PreParser(i::Scanner* scanner, i::ParserRecorder* log, uintptr_t stack_limit, bool allow_lazy, bool allow_natives_syntax, bool allow_modules) argument
H A Dcompiler.cc719 bool allow_lazy = literal->AllowsLazyCompilation() && local
725 if (FLAG_lazy && allow_lazy) {
744 result->set_allows_lazy_compilation(allow_lazy);
H A Dparser.cc5924 bool allow_lazy = FLAG_lazy && (extension == NULL); local
5925 if (!allow_lazy) {

Completed in 228 milliseconds