Searched refs:int64Value (Results 1 – 1 of 1) sorted by relevance
149 int64_t int64Value = static_cast<int64_t>(defaultValue); in ParseBigIntValue() local150 status = napi_get_value_bigint_int64(env, value, &int64Value, &lossless); in ParseBigIntValue()151 ret = static_cast<double>(int64Value); in ParseBigIntValue()