Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp94 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp121 ASSERT(cg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp63 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()
135 if (iter->IsFunctionVariableScope() && !lexical) { in Find()
162 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()
362 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
Dscope.h220 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function
227 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
233 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
Dbinder.cpp927 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h107 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function
114 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
120 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
Dvarbinder.h345 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParams()
Dscope.cpp245 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp287 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()