Searched refs:invokeMethod (Results 1 – 3 of 3) sorted by relevance
670 …auto *invokeMethod = functionalInterface->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("… in BuildLambdaObjectClass() local671 auto *invokeSignature = invokeMethod->TsType()->AsETSFunctionType()->CallSignatures()[0]; in BuildLambdaObjectClass()
1654 …auto *const invokeMethod = classType->GetProperty(compiler::Signatures::STATIC_INVOKE_METHOD, sear… in CheckInvokeMethodsLegitimacy() local1655 if (invokeMethod == nullptr) { in CheckInvokeMethodsLegitimacy()
2653 } else if (auto *invokeMethod = in TryTransformingToStaticInvoke() local2655 invokeMethod != nullptr) { in TryTransformingToStaticInvoke()