Home
last modified time | relevance | path

Searched refs:AsFunctionVariableScope (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams()
127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp97 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp452 BuildFunction(scope_->AsFunctionVariableScope(), util::Helpers::FunctionName(Allocator(), scriptFunc), scriptFunc); in BuildScriptFunction()
960 auto &funcParams = scope_->AsFunctionVariableScope()->ParamScope()->Params(); in AddMandatoryParam()
962 scope_->AsFunctionVariableScope()->ParamScope()->Bindings().insert({decl->Name(), param}); in AddMandatoryParam()
963 scope_->AsFunctionVariableScope()->Bindings().insert({decl->Name(), param}); in AddMandatoryParam()
H A Dscope.h225 FunctionScope *AsFunctionVariableScope() in AsFunctionVariableScope() function in Scope
231 const FunctionScope *AsFunctionVariableScope() const in AsFunctionVariableScope() function in Scope
H A Dscope.cpp64 return iter->AsFunctionVariableScope(); in EnclosingFunctionVariableScope()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.h354 auto scopeCtx = LexicalScope<FunctionParamScope>::Enter(this, scope_->AsFunctionVariableScope()->ParamScope()); in AddMandatoryParams()
H A Dscope.h112 FunctionScope *AsFunctionVariableScope() in AsFunctionVariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
118 const FunctionScope *AsFunctionVariableScope() const in AsFunctionVariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp291 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical()

Completed in 10 milliseconds