Function javascriptcore_sys::JSValueIsStrictEqual [] [src]

pub unsafe extern "C" fn JSValueIsStrictEqual(
    ctx: JSContextRef,
    a: JSValueRef,
    b: JSValueRef
) -> bool

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

Returns true if the two values are strict equal, otherwise false.