Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1268 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); in BuildFunctionInfo() local
1270 !DebuggerWantsEagerCompilation(&info, allow_lazy_without_ctx); in BuildFunctionInfo()
1292 result->set_allows_lazy_compilation_without_context(allow_lazy_without_ctx); in BuildFunctionInfo()
1401 bool allow_lazy_without_ctx) { in DebuggerWantsEagerCompilation() argument
1403 (info->isolate()->DebuggerHasBreakPoints() && !allow_lazy_without_ctx); in DebuggerWantsEagerCompilation()
Dcompiler.h721 CompilationInfo* info, bool allow_lazy_without_ctx = false);