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