Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h68 static uint64_t GetUint64Value(napi_env env, napi_value value, bool lossless = false);
H A Dnapi_helper.cpp373 uint64_t NapiHelper::GetUint64Value(napi_env env, napi_value value, bool lossless) in GetUint64Value() argument
376 napi_get_value_bigint_uint64(env, value, &result, &lossless); in GetUint64Value()

Completed in 2 milliseconds