Function JSValueToUInt64

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