Home
last modified time | relevance | path

Searched refs:IsFunctionVariableScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp58 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()
121 if (iter->IsFunctionVariableScope() && !lexical) { in Find()
142 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()
182 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
Dscope.h189 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function
196 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
202 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
Dbinder.cpp811 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp85 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp265 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()