package h.a;

import java.util.concurrent.CancellationException;

/* JADX INFO: compiled from: JobSupport.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class j extends t0 implements i {
    @Override // h.a.i
    public boolean b(Throwable th) {
        v0 v0VarM = m();
        if (th instanceof CancellationException) {
            return true;
        }
        return v0VarM.k(th);
    }

    @Override // g.h0.b.l
    public g.a0 invoke(Throwable th) {
        m();
        throw null;
    }

    @Override // h.a.n
    public void l(Throwable th) {
        m();
        throw null;
    }
}
