Searched refs:HasLazyCompilableOuterContext (Results 1 – 2 of 2) sorted by relevance
376 bool HasLazyCompilableOuterContext() const;
687 bool Scope::HasLazyCompilableOuterContext() const { in HasLazyCompilableOuterContext() function in v8::internal::Scope706 return !force_eager_compilation_ && HasLazyCompilableOuterContext(); in AllowsLazyCompilation()