Home
last modified time | relevance | path

Searched refs:funcCtx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp2031 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in TransformTraillingLambda() local
2032 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda()
2068 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in ExtendArgumentsWithFakeLamda() local
2069 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp803 auto funcCtx = LexicalScopeCreateOrEnter<varbinder::FunctionScope>(VarBinder(), func); in VisitClassStaticBlock() local
804 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock()

Completed in 7 milliseconds