Searched refs:deathRecipientRef_ (Results 1 – 2 of 2) sorted by relevance
30 napi_status status = napi_create_reference(env_, jsDeathRecipient, 1, &deathRecipientRef_); in NAPIDeathRecipient()83 if (deathRecipientRef_ == nullptr) { in OnRemoteDied()107 .deathRecipientRef = deathRecipientRef_ in OnRemoteDied()129 if (object != nullptr && deathRecipientRef_ != nullptr) { in Matches()131 napi_get_reference_value(env_, deathRecipientRef_, &jsDeathRecipient); in Matches()
48 napi_ref deathRecipientRef_ = nullptr; variable