Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc753 bool Scope::HasTrivialOuterContext() const { in HasTrivialOuterContext() function in v8::internal::Scope
778 return !force_eager_compilation_ && HasTrivialOuterContext(); in AllowsLazyCompilationWithoutContext()
1017 if (HasTrivialOuterContext()) { in Print()
Dscopes.h534 bool HasTrivialOuterContext() const;