Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp60 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()
123 if (iter->IsFunctionVariableScope() && !lexical) { in Find()
147 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()
315 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
Dscope.h211 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function
218 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
224 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
Dbinder.cpp867 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp85 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp121 ASSERT(cg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h104 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function
111 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
117 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
Dvarbinder.h334 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParams()
Dscope.cpp187 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp265 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()