Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp85 funcParamScope->BindFunctionScope(functionScope); in ParseCommonjs()
DparserImpl.cpp2715 paramScope->BindFunctionScope(scope); in CreateImplicitConstructor()
3492 funcParamScope->BindFunctionScope(functionScope); in ParseFunction()
DexpressionParser.cpp363 desc->paramScope->BindFunctionScope(functionScope); in ParseArrowFunctionExpressionBody()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h502 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
724 paramScope_->BindFunctionScope(this); in TSModuleScope()
786 paramScope_->BindFunctionScope(this); in TSEnumScope()