Function JSValueCompare

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