Function JSValueMakeNumber

Source
pub unsafe extern "C-unwind" fn JSValueMakeNumber(
    ctx: JSContextRef,
    number: c_double,
) -> JSValueRef
👎Deprecated: renamed to JSValue::new_number
Available on crate features JSValueRef and JSBase only.