Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc804 DCHECK(this->IsOuterScopeOf(cache)); in DeclareFunctionVar()
951 DCHECK(this->IsOuterScopeOf(cache)); in LookupInScopeInfo()
1583 bool Scope::IsOuterScopeOf(Scope* other) const { in IsOuterScopeOf() function in v8::internal::Scope
Dscopes.h450 bool IsOuterScopeOf(Scope* other) const;