Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp425 napi_value mapKeys = nullptr; in GetKeyArray() local
426 napi_object_get_keys(env, map, &mapKeys); in GetKeyArray()
428 napi_get_array_length(env, mapKeys, &maplen); in GetKeyArray()
441 napi_get_element(env, mapKeys, j, &keyNumber); in GetKeyArray()
449 napi_value mapKeys = nullptr; in GetValueArray() local
450 napi_object_get_keys(env, map, &mapKeys); in GetValueArray()
452 napi_get_array_length(env, mapKeys, &maplen); in GetValueArray()
467 napi_get_element(env, mapKeys, i, &keyNumber); in GetValueArray()
489 napi_value mapKeys = nullptr; in SetPrimitive() local
490 napi_object_get_keys(env, map, &mapKeys); in SetPrimitive()
[all...]

Completed in 3 milliseconds