Searched refs:funcCtx (Results 1 – 2 of 2) sorted by relevance
707 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in VisitClassStaticBlock() local708 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock()
2792 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in TransformTraillingLambda() local2793 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda()2827 auto funcCtx = varbinder::LexicalScope<varbinder::FunctionScope>(VarBinder()); in ExtendArgumentsWithFakeLamda() local2828 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda()