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