/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | regScope.cpp | 97 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | hoisting.cpp | 53 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | regScope.cpp | 93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local 127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
H A D | ETSemitter.cpp | 111 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.cpp | 290 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 494 void VarBinder::AddCompilableFunctionScope(varbinder::FunctionScope *funcScope) in AddCompilableFunctionScope() argument 501 auto *funcScope = func->Scope(); in VisitScriptFunction() local 660 void VarBinder::LookUpMandatoryReferences(const FunctionScope *funcScope, boo argument 679 [[maybe_unused]] auto *funcScope = *iter++; AddMandatoryParams() local [all...] |
H A D | ETSBinder.cpp | 917 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 940 auto *const funcScope = scriptFunc->Scope(); in BuildInternalNameWithCustomRecordTable() local 962 auto *funcScope = func->Scope(); in BuildFunctionName() local [all...] |
H A D | scope.h | 463 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() argument
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | binder.cpp | 374 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunction *func) in BuildFunction() argument 393 void Binder::LegacyBuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunction *func) in LegacyBuildFunction() argument 441 auto *funcScope = scriptFunc->Scope(); BuildScriptFunction() local 781 auto *funcScope = scriptFunc->Scope(); ResolveReference() local 971 [[maybe_unused]] auto *funcScope = *iter++; AddMandatoryParams() local [all...] |
H A D | scope.h | 671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 804 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | lambdaLowering.cpp | 254 auto *funcScope = func->Scope(); in SetUpCalleeMethod() local 309 auto *funcScope = cmInfo->body == nullptr ? allocator->New<varbinder::FunctionScope>(allocator, paramScope) in GetAndApplyFunctionScope() local 367 auto funcScope = GetAndApplyFunctionScope(ctx, info, cmInfo, paramScope, func); in CreateCalleeMethod() local [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 2032 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local 2069 auto *funcScope in ExtendArgumentsWithFakeLamda() local [all...] |
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
H A D | transformer.cpp | 1927 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local 2066 binder::FunctionScope *funcScope in CreateCallExpressionForTsEnum() local [all...] |