Home
last modified time | relevance | path

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

/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp144 for (const auto &cInt : code) { in Convert2JSValue() local
145 napi_value jsInt = Convert2JSValue(env, cInt); in Convert2JSValue()
156 for (const auto &cInt : code) { in Convert2JSValue() local
157 napi_set_element(env, value, index++, Convert2JSValue(env, cInt)); in Convert2JSValue()
178 for (const auto &cInt : header) { in Convert2JSHeadersAndBody() local
179 … napi_set_named_property(env, headers, cInt.first.c_str(), Convert2JSValue(env, cInt.second)); in Convert2JSHeadersAndBody()
210 for (const auto &cInt : code) { in Convert2JSValue() local
211 napi_set_named_property(env, object, cInt.first.c_str(), Convert2JSValue(env, cInt.second)); in Convert2JSValue()