Function JS_SameValueZero

Source
pub unsafe extern "C" fn JS_SameValueZero(
    ctx: *mut JSContext,
    op1: JSValue,
    op2: JSValue,
) -> c_int