Searched refs:allow_lazy_without_ctx (Results 1 – 2 of 2) sorted by relevance
1268 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); in BuildFunctionInfo() local1270 !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() argument1403 (info->isolate()->DebuggerHasBreakPoints() && !allow_lazy_without_ctx); in DebuggerWantsEagerCompilation()
721 CompilationInfo* info, bool allow_lazy_without_ctx = false);