Function JS_IsSameValue

Source
pub unsafe extern "C" fn JS_IsSameValue(
    ctx: *mut JSContext,
    op1: u64,
    op2: u64,
) -> bool