Home
last modified time | relevance | path

Searched defs:funcScope (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp97 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dhoisting.cpp53 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local
127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
H A DETSemitter.cpp111 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp290 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 DETSBinder.cpp917 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 Dscope.h463 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp374 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 Dscope.h671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp804 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp254 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 Dfunction.cpp2032 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local
2069 auto *funcScope in ExtendArgumentsWithFakeLamda() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1927 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local
2066 binder::FunctionScope *funcScope in CreateCallExpressionForTsEnum() local
[all...]

Completed in 26 milliseconds