Home
last modified time | relevance | path

Searched refs:functionCtx (Results 1 – 3 of 3) 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.cpp474 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local
475 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseArrowFunctionExpression()
514 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local
515 …return ParseArrowFunctionExpressionBody(&arrowFunctionContext, functionCtx.GetScope(), &desc, type… in ParseTsGenericArrowFunction()
DparserImpl.cpp3490 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local
3491 auto *functionScope = functionCtx.GetScope(); in ParseFunction()