Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp94 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp121 ASSERT(cg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/binder/
H A 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()
H A Dscope.h220 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function in Scope
227 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
233 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
H A Dbinder.cpp955 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h107 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
114 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
120 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
H A Dvarbinder.h352 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParams()
H A Dscope.cpp245 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp287 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()

Completed in 12 milliseconds