Skip to main content

JSValueIsStrictEqual

Function JSValueIsStrictEqual 

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

renamed to JSValue::is_strict_equal

Available on crate features JSBase and JSValueRef only.