Skip to main content

JSValueIsEqual

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 JSBase and JSValueRef only.