Home
last modified time | relevance | path

Searched refs:numvalue (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp112 napi_value numvalue = nullptr; in GetGroups() local
113 NAPI_CALL(env, napi_create_uint32(env, array[i], &numvalue)); in GetGroups()
114 NAPI_CALL(env, napi_set_element(env, result, i, numvalue)); in GetGroups()

Completed in 2 milliseconds