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