Changes of com.discord v1181
This commit is contained in:
parent
f52990c3c2
commit
5a8adcbf82
29917 changed files with 1840412 additions and 1765629 deletions
|
@ -0,0 +1,24 @@
|
|||
.class public final Lkotlinx/coroutines/CompletionHandlerException;
|
||||
.super Ljava/lang/RuntimeException;
|
||||
.source "Exceptions.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0, p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "message"
|
||||
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract c()Lkotlin/coroutines/CoroutineContext;
|
||||
.method public abstract getCoroutineContext()Lkotlin/coroutines/CoroutineContext;
|
||||
.end method
|
||||
|
|
|
@ -31,24 +31,10 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a(Lz/a/n;)Lz/a/l;
|
||||
.method public abstract a()Z
|
||||
.end method
|
||||
|
||||
.method public abstract a(Lkotlin/jvm/functions/Function1;)Lz/a/o0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-",
|
||||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Lz/a/o0;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract a(ZZLkotlin/jvm/functions/Function1;)Lz/a/o0;
|
||||
.method public abstract d(ZZLkotlin/jvm/functions/Function1;)Lk0/a/m0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ZZ",
|
||||
|
@ -57,21 +43,32 @@
|
|||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Lz/a/o0;"
|
||||
"Lk0/a/m0;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract a(Ljava/util/concurrent/CancellationException;)V
|
||||
.method public abstract e()Ljava/util/concurrent/CancellationException;
|
||||
.end method
|
||||
|
||||
.method public abstract a()Z
|
||||
.method public abstract h(Lkotlin/jvm/functions/Function1;)Lk0/a/m0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-",
|
||||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Lk0/a/m0;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract b()Ljava/util/concurrent/CancellationException;
|
||||
.method public abstract o(Ljava/util/concurrent/CancellationException;)V
|
||||
.end method
|
||||
|
||||
.method public abstract synthetic cancel()V
|
||||
.method public abstract r(Lk0/a/n;)Lk0/a/l;
|
||||
.end method
|
||||
|
||||
.method public abstract start()Z
|
||||
|
|
|
@ -0,0 +1,261 @@
|
|||
.class public final Lkotlinx/coroutines/JobCancellationException;
|
||||
.super Ljava/util/concurrent/CancellationException;
|
||||
.source "Exceptions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lk0/a/v;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/CancellationException;",
|
||||
"Lk0/a/v<",
|
||||
"Lkotlinx/coroutines/JobCancellationException;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final job:Lkotlinx/coroutines/Job;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;Lkotlinx/coroutines/Job;)V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
invoke-direct {p0, p1}, Ljava/util/concurrent/CancellationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
iput-object p3, p0, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
invoke-virtual {p0, p2}, Ljava/util/concurrent/CancellationException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
const-string p1, "job"
|
||||
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_2
|
||||
const-string p1, "message"
|
||||
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Ljava/lang/Throwable;
|
||||
.locals 3
|
||||
|
||||
sget-boolean v0, Lk0/a/d0;->b:Z
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
new-instance v0, Lkotlinx/coroutines/JobCancellationException;
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/CancellationException;->getMessage()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
iget-object v1, p0, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
invoke-direct {v0, v2, p0, v1}, Lkotlinx/coroutines/JobCancellationException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;Lkotlinx/coroutines/Job;)V
|
||||
|
||||
move-object v1, v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-static {}, Lj0/n/c/h;->throwNpe()V
|
||||
|
||||
throw v1
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
return-object v1
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
if-eq p1, p0, :cond_1
|
||||
|
||||
instance-of v0, p1, Lkotlinx/coroutines/JobCancellationException;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Lkotlinx/coroutines/JobCancellationException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/util/concurrent/CancellationException;->getMessage()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/CancellationException;->getMessage()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {v0, v1}, Lj0/n/c/h;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p1, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
iget-object v1, p0, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
invoke-static {v0, v1}, Lj0/n/c/h;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {p1}, Ljava/util/concurrent/CancellationException;->getCause()Ljava/lang/Throwable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/CancellationException;->getCause()Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {p1, v0}, Lj0/n/c/h;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
const/4 p1, 0x1
|
||||
|
||||
:goto_1
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public fillInStackTrace()Ljava/lang/Throwable;
|
||||
.locals 2
|
||||
|
||||
sget-boolean v0, Lk0/a/d0;->b:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->fillInStackTrace()Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "super.fillInStackTrace()"
|
||||
|
||||
invoke-static {v0, v1}, Lj0/n/c/h;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/CancellationException;->getMessage()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
mul-int/lit8 v0, v0, 0x1f
|
||||
|
||||
iget-object v1, p0, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
add-int/2addr v1, v0
|
||||
|
||||
mul-int/lit8 v1, v1, 0x1f
|
||||
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/CancellationException;->getCause()Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Throwable;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
add-int/2addr v1, v0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_1
|
||||
invoke-static {}, Lj0/n/c/h;->throwNpe()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "; job="
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v1, p0, Lkotlinx/coroutines/JobCancellationException;->job:Lkotlinx/coroutines/Job;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,7 @@
|
|||
.class public final Lkotlinx/coroutines/TimeoutCancellationException;
|
||||
.super Ljava/util/concurrent/CancellationException;
|
||||
.source "Timeout.kt"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final coroutine:Lkotlinx/coroutines/Job;
|
|
@ -6,11 +6,6 @@
|
|||
.implements Lkotlinx/coroutines/internal/MainDispatcherFactory;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/Keep;
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
@ -22,86 +17,46 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public bridge synthetic createDispatcher(Ljava/util/List;)Lz/a/k1;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0, p1}, Lkotlinx/coroutines/android/AndroidDispatcherFactory;->createDispatcher(Ljava/util/List;)Lz/a/z1/a;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public createDispatcher(Ljava/util/List;)Lz/a/z1/a;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"+",
|
||||
"Lkotlinx/coroutines/internal/MainDispatcherFactory;",
|
||||
">;)",
|
||||
"Lz/a/z1/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
new-instance p1, Lz/a/z1/a;
|
||||
|
||||
invoke-static {}, Landroid/os/Looper;->getMainLooper()Landroid/os/Looper;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v2, "Looper.getMainLooper()"
|
||||
|
||||
invoke-static {v1, v2}, Ly/v/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
invoke-static {v1, v2}, Lz/a/z1/c;->a(Landroid/os/Looper;Z)Landroid/os/Handler;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
const-string v2, "Main"
|
||||
|
||||
invoke-direct {p1, v1, v2, v0}, Lz/a/z1/a;-><init>(Landroid/os/Handler;Ljava/lang/String;Z)V
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "handler"
|
||||
|
||||
invoke-static {p1}, Ly/v/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_1
|
||||
const-string p1, "allFactories"
|
||||
|
||||
invoke-static {p1}, Ly/v/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public getLoadPriority()I
|
||||
.locals 1
|
||||
|
||||
const v0, 0x3fffffff # 1.9999999f
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public hintOnError()Ljava/lang/String;
|
||||
.method public a()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "For tests Dispatchers.setMain from kotlinx-coroutines-test module can be used"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/util/List;)Lk0/a/i1;
|
||||
.locals 3
|
||||
|
||||
new-instance p1, Lk0/a/w1/a;
|
||||
|
||||
invoke-static {}, Landroid/os/Looper;->getMainLooper()Landroid/os/Looper;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "Looper.getMainLooper()"
|
||||
|
||||
invoke-static {v0, v1}, Lj0/n/c/h;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
invoke-static {v0, v1}, Lk0/a/w1/c;->a(Landroid/os/Looper;Z)Landroid/os/Handler;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const-string v2, "Main"
|
||||
|
||||
invoke-direct {p1, v0, v2, v1}, Lk0/a/w1/a;-><init>(Landroid/os/Handler;Ljava/lang/String;Z)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public c()I
|
||||
.locals 1
|
||||
|
||||
const v0, 0x3fffffff # 1.9999999f
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.class public final Lkotlinx/coroutines/android/AndroidExceptionPreHandler;
|
||||
.super Ly/s/a;
|
||||
.super Lj0/k/a;
|
||||
.source "AndroidExceptionPreHandler.kt"
|
||||
|
||||
# interfaces
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ly/s/a;",
|
||||
"Lj0/k/a;",
|
||||
"Lkotlinx/coroutines/CoroutineExceptionHandler;",
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"Ljava/lang/reflect/Method;",
|
||||
|
@ -38,11 +38,11 @@
|
|||
|
||||
new-array v0, v0, [Lkotlin/reflect/KProperty;
|
||||
|
||||
new-instance v1, Ly/v/b/u;
|
||||
new-instance v1, Lj0/n/c/q;
|
||||
|
||||
const-class v2, Lkotlinx/coroutines/android/AndroidExceptionPreHandler;
|
||||
|
||||
invoke-static {v2}, Ly/v/b/x;->getOrCreateKotlinClass(Ljava/lang/Class;)Ly/z/b;
|
||||
invoke-static {v2}, Lj0/n/c/s;->getOrCreateKotlinClass(Ljava/lang/Class;)Lj0/r/b;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
|
@ -50,11 +50,9 @@
|
|||
|
||||
const-string v4, "getPreHandler()Ljava/lang/reflect/Method;"
|
||||
|
||||
invoke-direct {v1, v2, v3, v4}, Ly/v/b/u;-><init>(Lkotlin/reflect/KDeclarationContainer;Ljava/lang/String;Ljava/lang/String;)V
|
||||
invoke-direct {v1, v2, v3, v4}, Lj0/n/c/q;-><init>(Lkotlin/reflect/KDeclarationContainer;Ljava/lang/String;Ljava/lang/String;)V
|
||||
|
||||
sget-object v2, Ly/v/b/x;->a:Ly/v/b/y;
|
||||
|
||||
invoke-virtual {v2, v1}, Ly/v/b/y;->property1(Ly/v/b/t;)Ly/z/d;
|
||||
invoke-static {v1}, Lj0/n/c/s;->property1(Lj0/n/c/p;)Lj0/r/d;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
|
@ -70,9 +68,9 @@
|
|||
|
||||
sget-object v0, Lkotlinx/coroutines/CoroutineExceptionHandler;->b:Lkotlinx/coroutines/CoroutineExceptionHandler$a;
|
||||
|
||||
invoke-direct {p0, v0}, Ly/s/a;-><init>(Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
invoke-direct {p0, v0}, Lj0/k/a;-><init>(Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
invoke-static {p0}, Lf/o/a/j/a;->lazy(Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
||||
invoke-static {p0}, Lf/i/a/b/i1/e;->lazy(Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -124,7 +122,7 @@
|
|||
|
||||
const-string v0, "thread"
|
||||
|
||||
invoke-static {p1, v0}, Ly/v/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
invoke-static {p1, v0}, Lj0/n/c/h;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Thread;->getUncaughtExceptionHandler()Ljava/lang/Thread$UncaughtExceptionHandler;
|
||||
|
||||
|
@ -178,14 +176,14 @@
|
|||
:cond_4
|
||||
const-string p1, "exception"
|
||||
|
||||
invoke-static {p1}, Ly/v/b/j;->a(Ljava/lang/String;)V
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_5
|
||||
const-string p1, "context"
|
||||
|
||||
invoke-static {p1}, Ly/v/b/j;->a(Ljava/lang/String;)V
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
@ -220,7 +218,7 @@
|
|||
|
||||
const-string v2, "it"
|
||||
|
||||
invoke-static {v1, v2}, Ly/v/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
invoke-static {v1, v2}, Lj0/n/c/h;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/reflect/Method;->getModifiers()I
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.class public final Lkotlinx/coroutines/channels/ClosedReceiveChannelException;
|
||||
.super Ljava/util/NoSuchElementException;
|
||||
.source "Channel.kt"
|
|
@ -0,0 +1,3 @@
|
|||
.class public final Lkotlinx/coroutines/channels/ClosedSendChannelException;
|
||||
.super Ljava/lang/IllegalStateException;
|
||||
.source "Channel.kt"
|
|
@ -0,0 +1,30 @@
|
|||
.class public final Lkotlinx/coroutines/flow/internal/AbortFlowException;
|
||||
.super Ljava/util/concurrent/CancellationException;
|
||||
.source "FlowExceptions.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Flow was aborted, no more elements needed"
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/util/concurrent/CancellationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public fillInStackTrace()Ljava/lang/Throwable;
|
||||
.locals 1
|
||||
|
||||
sget-boolean v0, Lk0/a/d0;->b:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->fillInStackTrace()Ljava/lang/Throwable;
|
||||
|
||||
:cond_0
|
||||
return-object p0
|
||||
.end method
|
|
@ -0,0 +1,30 @@
|
|||
.class public final Lkotlinx/coroutines/flow/internal/ChildCancelledException;
|
||||
.super Ljava/util/concurrent/CancellationException;
|
||||
.source "FlowExceptions.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Child of the scoped flow was cancelled"
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/util/concurrent/CancellationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public fillInStackTrace()Ljava/lang/Throwable;
|
||||
.locals 1
|
||||
|
||||
sget-boolean v0, Lk0/a/d0;->b:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->fillInStackTrace()Ljava/lang/Throwable;
|
||||
|
||||
:cond_0
|
||||
return-object p0
|
||||
.end method
|
|
@ -4,7 +4,10 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract createDispatcher(Ljava/util/List;)Lz/a/k1;
|
||||
.method public abstract a()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public abstract b(Ljava/util/List;)Lk0/a/i1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -12,13 +15,10 @@
|
|||
"+",
|
||||
"Lkotlinx/coroutines/internal/MainDispatcherFactory;",
|
||||
">;)",
|
||||
"Lz/a/k1;"
|
||||
"Lk0/a/i1;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract getLoadPriority()I
|
||||
.end method
|
||||
|
||||
.method public abstract hintOnError()Ljava/lang/String;
|
||||
.method public abstract c()I
|
||||
.end method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue