Home
last modified time | relevance | path

Searched refs:IsSuperscopeOf (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DarrowFunctionExpression.cpp148 return Function()->Scope()->IsSuperscopeOf(var->GetScope()) || in IsVarFromSubscope()
149 Function()->Scope()->ParamScope()->IsSuperscopeOf(var->GetScope()); in IsVarFromSubscope()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h267 bool IsSuperscopeOf(const varbinder::Scope *subscope) const;
H A Dscope.cpp76 bool Scope::IsSuperscopeOf(const varbinder::Scope *subscope) const in IsSuperscopeOf() function in ark::es2panda::varbinder::Scope

Completed in 4 milliseconds