pub unsafe extern "C-unwind" fn JSValueIsEqual(
ctx: JSContextRef,
a: JSValueRef,
b: JSValueRef,
exception: *mut JSValueRef,
) -> bool👎Deprecated: renamed to
JSValue::is_equalAvailable on crate features
JSBase and JSValueRef only.