Home
last modified time | relevance | path

Searched defs:functionCtx (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp76 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseCommonjs() local
DexpressionParser.cpp481 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseArrowFunctionExpression() local
523 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseTsGenericArrowFunction() local
DparserImpl.cpp4044 auto functionCtx = binder::LexicalScope<binder::FunctionScope>(Binder()); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp113 auto functionCtx = LexicalScopeCreateOrEnter<varbinder::FunctionScope>(VarBinder(), function); in HandleFunction() local