Function JSValueToNumber

Source
pub unsafe extern "C-unwind" fn JSValueToNumber(
    ctx: JSContextRef,
    value: JSValueRef,
    exception: *mut JSValueRef,
) -> c_double
👎Deprecated: renamed to JSValue::to_number
Available on crate features JSValueRef and JSBase only.