Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1628 bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); in GetSharedFunctionInfo() local
1633 (!info.is_debug() || allow_lazy_without_ctx); in GetSharedFunctionInfo()
1685 result->set_allows_lazy_compilation_without_context(allow_lazy_without_ctx); in GetSharedFunctionInfo()