Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp116 napi_value GetIteratorNext(const napi_env env, napi_value iterator, napi_value func, bool *done) in GetIteratorNext() function
212 while ((next = GetIteratorNext(env, iterator, nextFunc, &done)) != nullptr && !done) { in ParseMapParam()