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/
H A Dhuks_napi_common.cpp177 bool hasNextElement = false; in ParseParams() local
180 while ((napi_has_element(env, object, index, &hasNextElement) == napi_ok) && hasNextElement) { in ParseParams()
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp242 bool hasNextElement = false; in ParseParams() local
245 while ((napi_has_element(env, object, index, &hasNextElement) == napi_ok) && hasNextElement) { in ParseParams()

Completed in 3 milliseconds