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