Home
last modified time | relevance | path

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

/base/request/request/frameworks/js/napi/include/
Dnapi_utils.h83 void SetInt64Property(napi_env env, napi_value object, const std::string &name, int64_t value);
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp85 SetInt64Property(env, out, "downloadTotalBytes", in.downloadTotalBytes); in Convert2JSValue()
574 void SetInt64Property(napi_env env, napi_value object, const std::string &name, int64_t value) in SetInt64Property() function