Function JSValueToUInt32

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