pub unsafe extern "C-unwind" fn JSValueCompareUInt64(
ctx: JSContextRef,
left: JSValueRef,
right: u64,
exception: *mut JSValueRef,
) -> JSRelationCondition
👎Deprecated: renamed to
JSValue::compare_u_int64
Available on crate features
JSValueRef
and JSBase
only.