Home
last modified time | relevance | path

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

/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp205 napi_value nextFunc = nullptr; in ParseMapParam() local
208 NAPI_CALL_RETURN_ERR(env, napi_get_named_property(env, iterator, "next", &nextFunc)); in ParseMapParam()
212 while ((next = GetIteratorNext(env, iterator, nextFunc, &done)) != nullptr && !done) { in ParseMapParam()

Completed in 1 milliseconds