Home
last modified time | relevance | path

Searched defs:funcScope (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local
127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
DETSemitter.cpp93 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp289 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local
490 void VarBinder::AddCompilableFunctionScope(varbinder::FunctionScope *funcScope) in AddCompilableFunctionScope()
497 auto *funcScope = func->Scope(); in VisitScriptFunction() local
649 void VarBinder::LookUpMandatoryReferences(const FunctionScope *funcScope, bool needLexicalFuncObj) in LookUpMandatoryReferences()
668 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
DETSBinder.cpp414 auto *funcScope = invokeFunc->Scope(); in BuildFunctionType() local
814 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local
841 auto *funcScope = func->Scope(); in BuildFunctionName() local
Dscope.h447 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp88 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp52 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp360 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction()
696 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local
883 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
Dscope.h538 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp708 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2793 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local
2828 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1902 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local
2041 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local