Searched refs:uint64Value (Results 1 – 1 of 1) sorted by relevance
153 uint64_t uint64Value = static_cast<uint64_t>(defaultValue); in ParseBigIntValue() local154 status = napi_get_value_bigint_uint64(env, value, &uint64Value, &lossless); in ParseBigIntValue()155 ret = static_cast<double>(uint64Value); in ParseBigIntValue()