Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h376 bool HasLazyCompilableOuterContext() const;
Dscopes.cc687 bool Scope::HasLazyCompilableOuterContext() const { in HasLazyCompilableOuterContext() function in v8::internal::Scope
706 return !force_eager_compilation_ && HasLazyCompilableOuterContext(); in AllowsLazyCompilation()