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