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.cpp2716 paramScope->BindFunctionScope(scope); in CreateImplicitConstructor()
3493 funcParamScope->BindFunctionScope(functionScope); in ParseFunction()
DexpressionParser.cpp359 desc->paramScope->BindFunctionScope(functionScope); in ParseArrowFunctionExpressionBody()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h500 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
722 paramScope_->BindFunctionScope(this); in TSModuleScope()
784 paramScope_->BindFunctionScope(this); in TSEnumScope()