Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp149 int64_t int64Value = static_cast<int64_t>(defaultValue); in ParseBigIntValue() local
150 status = napi_get_value_bigint_int64(env, value, &int64Value, &lossless); in ParseBigIntValue()
151 ret = static_cast<double>(int64Value); in ParseBigIntValue()