Function mozjs::jsapi::BigIntFitsNumber

source ·
pub unsafe extern "C" fn BigIntFitsNumber(
    bi: *mut BigInt,
    out: *mut f64
) -> bool
Expand description

Same as BigIntFits(), but checks if the value fits inside a JS Number value.