Function JS_SameValue

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