Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp809 static ir::ETSNewClassInstanceExpression *CreateConstructorCall(public_lib::Context *ctx, ir::AstNode *lambdaOrFuncRef, in CreateConstructorCall() argument
833 auto *lambdaOrFuncRefParent = lambdaOrFuncRef->Parent(); in CreateConstructorCall()
836 newExpr->SetRange(lambdaOrFuncRefParent != nullptr ? lambdaOrFuncRefParent->Range() : lambdaOrFuncRef->Range()); in CreateConstructorCall()
838 auto *nearestScope = NearestScope(lambdaOrFuncRef); in CreateConstructorCall()

Completed in 4 milliseconds