Function javascriptcore_sys::JSValueIsEqual [] [src]

pub unsafe extern "C" fn JSValueIsEqual(
    ctx: JSContextRef,
    a: JSValueRef,
    b: JSValueRef,
    exception: *mut JSValueRef
) -> bool

Tests whether two JavaScript values are equal, as compared by the JS == operator.

Returns true if the two values are equal, false if they are not equal or an exception is thrown.