Home
last modified time | relevance | path

Searched refs:hasNextElement (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/interfaces/kits/napi/src/v8/
Dhuks_napi_common.cpp172 bool hasNextElement = false; in ParseParams() local
175 while ((napi_has_element(env, object, index, &hasNextElement) == napi_ok) && hasNextElement) { in ParseParams()
/base/security/huks/interfaces/kits/napi/src/v9/
Dhuks_napi_common_item.cpp251 bool hasNextElement = false; in ParseParams() local
254 while ((napi_has_element(env, object, index, &hasNextElement) == napi_ok) && hasNextElement) { in ParseParams()