Function JSValueIsEqual

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