Home
last modified time | relevance | path

Searched refs:invokeMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp670 …auto *invokeMethod = functionalInterface->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("… in BuildLambdaObjectClass() local
671 auto *invokeSignature = invokeMethod->TsType()->AsETSFunctionType()->CallSignatures()[0]; in BuildLambdaObjectClass()
Dobject.cpp1654 …auto *const invokeMethod = classType->GetProperty(compiler::Signatures::STATIC_INVOKE_METHOD, sear… in CheckInvokeMethodsLegitimacy() local
1655 if (invokeMethod == nullptr) { in CheckInvokeMethodsLegitimacy()
Dhelpers.cpp2653 } else if (auto *invokeMethod = in TryTransformingToStaticInvoke() local
2655 invokeMethod != nullptr) { in TryTransformingToStaticInvoke()