Function mozjs::jsapi::JS::BigIntFitsNumber
source ยท pub unsafe extern "C" fn BigIntFitsNumber(
bi: *const BigInt,
out: *mut f64,
) -> bool
Expand description
Same as BigIntFits(), but checks if the value fits inside a JS Number value.