Searched defs:funcScope (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regScope.cpp | 93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local 127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
| D | ETSemitter.cpp | 111 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 290 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 493 void VarBinder::AddCompilableFunctionScope(varbinder::FunctionScope *funcScope) in AddCompilableFunctionScope() 500 auto *funcScope = func->Scope(); in VisitScriptFunction() local 659 void VarBinder::LookUpMandatoryReferences(const FunctionScope *funcScope, bool needLexicalFuncObj) in LookUpMandatoryReferences() 678 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
|
| D | ETSBinder.cpp | 903 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 926 auto *const funcScope = scriptFunc->Scope(); in BuildInternalNameWithCustomRecordTable() local 948 auto *funcScope = func->Scope(); in BuildFunctionName() local
|
| D | scope.h | 463 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regScope.cpp | 97 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | hoisting.cpp | 53 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 361 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction() 380 void Binder::LegacyBuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptF… in LegacyBuildFunction() 753 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local 943 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
|
| D | scope.h | 671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 254 auto *funcScope = func->Scope(); in SetUpCalleeMethod() local 309 …auto *funcScope = cmInfo->body == nullptr ? allocator->New<varbinder::FunctionScope>(allocator, pa… in GetAndApplyFunctionScope() local 367 auto funcScope = GetAndApplyFunctionScope(ctx, info, cmInfo, paramScope, func); in CreateCalleeMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 1986 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local 2023 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1925 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local 2064 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 791 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
|