Home
last modified time | relevance | path

Searched refs:BindFunctionScope (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp85 funcParamScope->BindFunctionScope(functionScope); in ParseCommonjs()
DparserImpl.cpp2940 paramScope->BindFunctionScope(scope); in CreateImplicitMethod()
3891 funcParamScope->BindFunctionScope(functionScope); in ParseFunction()
DexpressionParser.cpp385 desc->paramScope->BindFunctionScope(functionScope); in ParseArrowFunctionExpressionBody()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp40 paramScope->BindFunctionScope(functionScope); in GenerateGetterOrSetter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp130 paramScope->BindFunctionScope(scope); in CreateDynamicCallIntrinsic()
246 paramScope->BindFunctionScope(scope); in CreateClassInitializer()
457 paramScope->BindFunctionScope(scope); in CreateClassMethod()
Dfunction.cpp1424 funcParamScope->BindFunctionScope(functionScope); in CreateInvokeFunction()
1850 funcParamScope->BindFunctionScope(scope); in CreateProxyFunc()
2112 funcParamScope->BindFunctionScope(scope); in CreateLambdaImplicitCtor()
2268 funcParamScope->BindFunctionScope(scope); in CreateLambdaImplicitCtor()
2328 paramScope->BindFunctionScope(scope); in CreateLambdaInvokeProto()
2714 paramScope->BindFunctionScope(scope); in CreateMethod()
2795 funcParamScope->BindFunctionScope(funcScope); in TransformTraillingLambda()
Denum.cpp146 paramScope->BindFunctionScope(functionScope); in MakeFunction()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h538 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
851 paramScope_->BindFunctionScope(this); in TSModuleScope()
913 paramScope_->BindFunctionScope(this); in TSEnumScope()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h447 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
806 paramScope_->BindFunctionScope(this); in GlobalScope()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp356 paramScope->BindFunctionScope(scope); in BindFunctionScopes()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp913 paramScope->BindFunctionScope(scope); in AddMethodToClass()