Home
last modified time | relevance | path

Searched refs:functionCtx (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp82 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local
83 auto *functionScope = functionCtx.GetScope(); in ParseCommonjs()
DexpressionParser.cpp500 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local
501 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseArrowFunctionExpression()
542 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local
543 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseTsGenericArrowFunction()
DparserImpl.cpp3888 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local
3889 auto *functionScope = functionCtx.GetScope(); in ParseFunction()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp76 auto functionCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in HandleFunction() local
77 auto *functionScope = functionCtx.GetScope(); in HandleFunction()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1421 auto functionCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in CreateInvokeFunction() local
1422 auto *functionScope = functionCtx.GetScope(); in CreateInvokeFunction()