Searched refs:nOnConsumed (Results 1 – 1 of 1) sorted by relevance
1122 napi_value nOnConsumed = nullptr; in GetNotificationSubscriber() local1123 napi_get_named_property(env, value, "onConsume", &nOnConsumed); in GetNotificationSubscriber()1124 NAPI_CALL(env, napi_typeof(env, nOnConsumed, &valuetype)); in GetNotificationSubscriber()1131 napi_create_reference(env, nOnConsumed, 1, &result); in GetNotificationSubscriber()