Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp157 for (const auto &cInt : code) { in Convert2JSValue() local
158 napi_value jsInt = Convert2JSValue(env, cInt); in Convert2JSValue()
169 for (const auto &cInt : code) { in Convert2JSValue() local
170 napi_set_element(env, value, index++, Convert2JSValue(env, cInt)); in Convert2JSValue()
191 for (const auto &cInt : header) { in Convert2JSHeadersAndBody() local
192 … napi_set_named_property(env, headers, cInt.first.c_str(), Convert2JSValue(env, cInt.second)); in Convert2JSHeadersAndBody()
223 for (const auto &cInt : code) { in Convert2JSValue() local
224 napi_set_named_property(env, object, cInt.first.c_str(), Convert2JSValue(env, cInt.second)); in Convert2JSValue()