Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp1081 auto *newCallee = util::NodeAllocator::ForceSetParent<ir::MemberExpression>( in InsertInvokeCall() local
1083 newCallee->SetTsType(prop->TsType()); in InsertInvokeCall()
1084 newCallee->SetObjectType(ifaceType); in InsertInvokeCall()
1086 call->SetCallee(newCallee); in InsertInvokeCall()

Completed in 3 milliseconds