Searched refs:nOnUpdate (Results 1 – 1 of 1) sorted by relevance
943 napi_value nOnUpdate = nullptr; in GetNotificationSubscriber() local944 napi_get_named_property(env, value, "onUpdate", &nOnUpdate); in GetNotificationSubscriber()945 NAPI_CALL(env, napi_typeof(env, nOnUpdate, &valuetype)); in GetNotificationSubscriber()950 napi_create_reference(env, nOnUpdate, 1, &result); in GetNotificationSubscriber()