Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp427 uint32_t maplen = 0; in GetKeyArray() local
428 napi_get_array_length(env, mapKeys, &maplen); in GetKeyArray()
430 size_t keyLength = maplen + 1; in GetKeyArray()
439 for (size_t j = 0; j < maplen ; ++j) { in GetKeyArray()
451 uint32_t maplen = 0; in GetValueArray() local
452 napi_get_array_length(env, mapKeys, &maplen); in GetValueArray()
453 size_t keyLength = maplen + 1; in GetValueArray()
465 for (size_t i = 0; i < maplen ; ++i) { in GetValueArray()
491 uint32_t maplen = 0; in SetPrimitive() local
492 napi_get_array_length(env, mapKeys, &maplen); in SetPrimitive()
[all...]

Completed in 2 milliseconds