Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp838 auto *nearestScope = NearestScope(lambdaOrFuncRef); in CreateConstructorCall() local
839 auto lexScope = varbinder::LexicalScope<varbinder::Scope>::Enter(varBinder, nearestScope); in CreateConstructorCall()
840 varBinder->ResolveReferencesForScopeWithContext(newExpr, nearestScope); in CreateConstructorCall()
844 auto scopeCtx = checker::ScopeContext(ctx->checker, nearestScope); in CreateConstructorCall()
968 auto *nearestScope = NearestScope(lambda); in CreateWrappingLambda() local
969 auto lexScope = varbinder::LexicalScope<varbinder::Scope>::Enter(varBinder, nearestScope); in CreateWrappingLambda()
971 varBinder->ResolveReferencesForScopeWithContext(lambda, nearestScope); in CreateWrappingLambda()
978 auto scopeCtx = checker::ScopeContext(ctx->checker, nearestScope); in CreateWrappingLambda()

Completed in 3 milliseconds