Searched refs:arrSortedHashCode (Results 1 – 1 of 1) sorted by relevance
708 napi_value arrSortedHashCode = nullptr; in SetNotificationSortingMap() local709 napi_create_array(env, &arrSortedHashCode); in SetNotificationSortingMap()719 napi_set_element(env, arrSortedHashCode, count, keyValue); in SetNotificationSortingMap()734 napi_set_named_property(env, result, "sortedHashCode", arrSortedHashCode); in SetNotificationSortingMap()