Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1888 napi_value resend = nullptr; in Entries() local
1891 napi_create_array(env, &resend); in Entries()
1893 return resend; in Entries()
1903 napi_set_element(env, resend, i / 2, result); // 2:Find the number of keys in Entries()
1905 return resend; in Entries()

Completed in 5 milliseconds