Searched refs:myCallRef (Results 1 – 2 of 2) sorted by relevance
239 napi_ref myCallRef = nullptr; in On() local240 napi_status status = napi_create_reference(env, function, 1, &myCallRef); in On()252 eventMap.insert(std::make_pair(result, myCallRef)); in On()
277 napi_ref myCallRef = nullptr; in OnOnUnhandledRejection() local278 NAPI_CALL(env, napi_create_reference(env, function, INITITAL_REFCOUNT_ONE, &myCallRef)); in OnOnUnhandledRejection()279 unhandledRejectionObservers.insert(myCallRef); in OnOnUnhandledRejection()