@xiuper/mpp-core 0.0.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1796 -1796
- package/Kotlin-Immutable-Collections-kotlinx-collections-immutable.js +278 -278
- package/Xiuper-mpp-codegraph.js +240 -240
- package/kaml.js +639 -639
- package/koog-agents-agents-core.js +4606 -4606
- package/koog-agents-agents-tools.js +41 -41
- package/koog-agents-agents-utils.js +52 -52
- package/koog-http-client-http-client-core.js +4 -4
- package/koog-http-client-http-client-ktor.js +166 -166
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-anthropic-client.js +906 -906
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-deepseek-client.js +299 -299
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-google-client.js +838 -838
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-ollama-client.js +452 -452
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-openai-client-base.js +1002 -1002
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-openai-client.js +3358 -3358
- package/koog-prompt-prompt-executor-prompt-executor-clients-prompt-executor-openrouter-client.js +532 -532
- package/koog-prompt-prompt-executor-prompt-executor-clients.js +29 -29
- package/koog-prompt-prompt-executor-prompt-executor-llms.js +25 -25
- package/koog-prompt-prompt-executor-prompt-executor-model.js +4 -4
- package/koog-prompt-prompt-llm.js +120 -120
- package/koog-prompt-prompt-markdown.js +30 -30
- package/koog-prompt-prompt-model.js +1055 -1055
- package/koog-prompt-prompt-structure.js +342 -342
- package/koog-utils.js +10 -10
- package/kotlin-kotlin-stdlib.js +453 -411
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-logging.js +116 -116
- package/kotlin-sdk-kotlin-sdk-client.js +260 -260
- package/kotlin-sdk-kotlin-sdk-core.js +2568 -2568
- package/kotlinx-atomicfu.js +5 -5
- package/kotlinx-coroutines-core.js +532 -654
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +40 -40
- package/kotlinx-io-kotlinx-io-core.js +605 -605
- package/kotlinx-serialization-kotlinx-serialization-core.js +75 -75
- package/kotlinx-serialization-kotlinx-serialization-json.js +95 -95
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-client-content-negotiation.js +163 -163
- package/ktor-ktor-client-core.js +2237 -2235
- package/ktor-ktor-client-core.js.map +1 -1
- package/ktor-ktor-events.js +15 -15
- package/ktor-ktor-http-cio.js +725 -725
- package/ktor-ktor-http.js +805 -805
- package/ktor-ktor-io.js +766 -766
- package/ktor-ktor-network.js +285 -285
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx.js +130 -130
- package/ktor-ktor-serialization.js +68 -68
- package/ktor-ktor-server-cio.js +724 -724
- package/ktor-ktor-server-core.js +1793 -1793
- package/ktor-ktor-server-sse.js +125 -125
- package/ktor-ktor-sse.js +40 -40
- package/ktor-ktor-utils.js +690 -690
- package/ktor-ktor-websockets.js +49 -49
- package/markdown.js +1561 -1561
- package/okio-parent-okio.js +368 -368
- package/package.json +1 -1
- package/snakeyaml-engine-kmp.js +2005 -2005
- package/urlencoder-urlencoder-lib.js +43 -43
- package/xiuper-mpp-core.d.ts +45 -7
- package/xiuper-mpp-core.js +22405 -18664
- package/xiuper-mpp-core.js.map +1 -1
- package/autodev-mpp-core.d.ts +0 -1312
- package/autodev-mpp-core.js +0 -86483
- package/autodev-mpp-core.js.map +0 -1
|
@@ -17,119 +17,119 @@
|
|
|
17
17
|
//region block: imports
|
|
18
18
|
var imul = Math.imul;
|
|
19
19
|
var Unit_instance = kotlin_kotlin.$_$.h6;
|
|
20
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
21
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
22
|
-
var Continuation = kotlin_kotlin.$_$.
|
|
23
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
20
|
+
var protoOf = kotlin_kotlin.$_$.ze;
|
|
21
|
+
var THROW_CCE = kotlin_kotlin.$_$.dl;
|
|
22
|
+
var Continuation = kotlin_kotlin.$_$.qc;
|
|
23
|
+
var initMetadataForClass = kotlin_kotlin.$_$.xd;
|
|
24
24
|
var VOID = kotlin_kotlin.$_$.h;
|
|
25
|
-
var toString = kotlin_kotlin.$_$.
|
|
25
|
+
var toString = kotlin_kotlin.$_$.df;
|
|
26
26
|
var atomic$ref$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.d;
|
|
27
|
-
var throwUninitializedPropertyAccessException = kotlin_kotlin.$_$.
|
|
27
|
+
var throwUninitializedPropertyAccessException = kotlin_kotlin.$_$.jm;
|
|
28
28
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.s;
|
|
29
29
|
var Companion_instance = kotlin_kotlin.$_$.c6;
|
|
30
30
|
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.s3;
|
|
31
31
|
var atomic$int$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.e;
|
|
32
|
-
var intercepted = kotlin_kotlin.$_$.
|
|
33
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
32
|
+
var intercepted = kotlin_kotlin.$_$.jc;
|
|
33
|
+
var CoroutineImpl = kotlin_kotlin.$_$.wc;
|
|
34
34
|
var copyToArray = kotlin_kotlin.$_$.h8;
|
|
35
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
35
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.gc;
|
|
36
36
|
var emptyList = kotlin_kotlin.$_$.m8;
|
|
37
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
37
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.zd;
|
|
38
38
|
var EmptyCoroutineContext_getInstance = kotlin_kotlin.$_$.i5;
|
|
39
39
|
var Key_instance = kotlin_kotlin.$_$.h5;
|
|
40
|
-
var equals = kotlin_kotlin.$_$.
|
|
41
|
-
var createCoroutineUnintercepted = kotlin_kotlin.$_$.
|
|
40
|
+
var equals = kotlin_kotlin.$_$.pd;
|
|
41
|
+
var createCoroutineUnintercepted = kotlin_kotlin.$_$.ic;
|
|
42
42
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.j2;
|
|
43
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
43
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.be;
|
|
44
44
|
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.b3;
|
|
45
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
46
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
47
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
48
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
45
|
+
var isInterface = kotlin_kotlin.$_$.me;
|
|
46
|
+
var toString_0 = kotlin_kotlin.$_$.km;
|
|
47
|
+
var initMetadataForObject = kotlin_kotlin.$_$.de;
|
|
48
|
+
var hashCode = kotlin_kotlin.$_$.wd;
|
|
49
49
|
var atomic$boolean$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.b;
|
|
50
50
|
var CancellationException_init_$Create$ = kotlin_kotlin.$_$.i1;
|
|
51
51
|
var Result__exceptionOrNull_impl_p6xea9 = kotlin_kotlin.$_$.t3;
|
|
52
52
|
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.w3;
|
|
53
|
-
var createFailure = kotlin_kotlin.$_$.
|
|
54
|
-
var AbstractCoroutineContextKey = kotlin_kotlin.$_$.
|
|
55
|
-
var AbstractCoroutineContextElement = kotlin_kotlin.$_$.
|
|
56
|
-
var get = kotlin_kotlin.$_$.
|
|
57
|
-
var minusKey = kotlin_kotlin.$_$.
|
|
58
|
-
var ContinuationInterceptor = kotlin_kotlin.$_$.
|
|
53
|
+
var createFailure = kotlin_kotlin.$_$.vl;
|
|
54
|
+
var AbstractCoroutineContextKey = kotlin_kotlin.$_$.mc;
|
|
55
|
+
var AbstractCoroutineContextElement = kotlin_kotlin.$_$.lc;
|
|
56
|
+
var get = kotlin_kotlin.$_$.nc;
|
|
57
|
+
var minusKey = kotlin_kotlin.$_$.oc;
|
|
58
|
+
var ContinuationInterceptor = kotlin_kotlin.$_$.pc;
|
|
59
59
|
var RuntimeException_init_$Create$ = kotlin_kotlin.$_$.z2;
|
|
60
|
-
var addSuppressed = kotlin_kotlin.$_$.
|
|
61
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
62
|
-
var Enum = kotlin_kotlin.$_$.
|
|
63
|
-
var startCoroutine = kotlin_kotlin.$_$.
|
|
64
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
65
|
-
var Long = kotlin_kotlin.$_$.
|
|
60
|
+
var addSuppressed = kotlin_kotlin.$_$.ql;
|
|
61
|
+
var getStringHashCode = kotlin_kotlin.$_$.vd;
|
|
62
|
+
var Enum = kotlin_kotlin.$_$.qk;
|
|
63
|
+
var startCoroutine = kotlin_kotlin.$_$.xc;
|
|
64
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.dm;
|
|
65
|
+
var Long = kotlin_kotlin.$_$.wk;
|
|
66
66
|
var Duration__isPositive_impl_tvkkt2 = kotlin_kotlin.$_$.e3;
|
|
67
67
|
var Companion_getInstance = kotlin_kotlin.$_$.w5;
|
|
68
68
|
var DurationUnit_NANOSECONDS_getInstance = kotlin_kotlin.$_$.l;
|
|
69
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
69
|
+
var toDuration = kotlin_kotlin.$_$.fk;
|
|
70
70
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.f3;
|
|
71
71
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.d3;
|
|
72
72
|
var ArrayDeque_init_$Create$ = kotlin_kotlin.$_$.r;
|
|
73
|
-
var RuntimeException = kotlin_kotlin.$_$.
|
|
73
|
+
var RuntimeException = kotlin_kotlin.$_$.cl;
|
|
74
74
|
var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.y2;
|
|
75
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
76
|
-
var Error_0 = kotlin_kotlin.$_$.
|
|
75
|
+
var captureStack = kotlin_kotlin.$_$.gd;
|
|
76
|
+
var Error_0 = kotlin_kotlin.$_$.rk;
|
|
77
77
|
var Error_init_$Init$ = kotlin_kotlin.$_$.u1;
|
|
78
|
-
var Element = kotlin_kotlin.$_$.
|
|
78
|
+
var Element = kotlin_kotlin.$_$.uc;
|
|
79
79
|
var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.p1;
|
|
80
|
-
var CancellationException = kotlin_kotlin.$_$.
|
|
80
|
+
var CancellationException = kotlin_kotlin.$_$.fc;
|
|
81
81
|
var ArrayList = kotlin_kotlin.$_$.m6;
|
|
82
|
-
var SequenceScope = kotlin_kotlin.$_$.
|
|
83
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
82
|
+
var SequenceScope = kotlin_kotlin.$_$.yf;
|
|
83
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.ce;
|
|
84
84
|
var IllegalStateException_init_$Create$_0 = kotlin_kotlin.$_$.l2;
|
|
85
|
-
var sequence = kotlin_kotlin.$_$.
|
|
86
|
-
var plus = kotlin_kotlin.$_$.
|
|
87
|
-
var get_0 = kotlin_kotlin.$_$.
|
|
88
|
-
var fold = kotlin_kotlin.$_$.
|
|
89
|
-
var minusKey_0 = kotlin_kotlin.$_$.
|
|
90
|
-
var anyToString = kotlin_kotlin.$_$.
|
|
91
|
-
var UnsupportedOperationException = kotlin_kotlin.$_$.
|
|
92
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
85
|
+
var sequence = kotlin_kotlin.$_$.eg;
|
|
86
|
+
var plus = kotlin_kotlin.$_$.vc;
|
|
87
|
+
var get_0 = kotlin_kotlin.$_$.sc;
|
|
88
|
+
var fold = kotlin_kotlin.$_$.rc;
|
|
89
|
+
var minusKey_0 = kotlin_kotlin.$_$.tc;
|
|
90
|
+
var anyToString = kotlin_kotlin.$_$.dd;
|
|
91
|
+
var UnsupportedOperationException = kotlin_kotlin.$_$.pl;
|
|
92
|
+
var objectCreate = kotlin_kotlin.$_$.ye;
|
|
93
93
|
var CancellationException_init_$Init$ = kotlin_kotlin.$_$.h1;
|
|
94
94
|
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.k;
|
|
95
95
|
var returnIfSuspended = kotlin_kotlin.$_$.p;
|
|
96
96
|
var atomicfu$AtomicRefArray$ofNulls = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
97
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
98
|
-
var toLong = kotlin_kotlin.$_$.
|
|
97
|
+
var ensureNotNull = kotlin_kotlin.$_$.wl;
|
|
98
|
+
var toLong = kotlin_kotlin.$_$.bf;
|
|
99
99
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.e2;
|
|
100
100
|
var atomic$long$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.c;
|
|
101
101
|
var listOf = kotlin_kotlin.$_$.u9;
|
|
102
102
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.t;
|
|
103
103
|
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.p2;
|
|
104
|
-
var compareTo = kotlin_kotlin.$_$.
|
|
105
|
-
var last = kotlin_kotlin.$_$.
|
|
104
|
+
var compareTo = kotlin_kotlin.$_$.nd;
|
|
105
|
+
var last = kotlin_kotlin.$_$.uh;
|
|
106
106
|
var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.j3;
|
|
107
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
108
|
-
var IllegalStateException = kotlin_kotlin.$_$.
|
|
107
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.yd;
|
|
108
|
+
var IllegalStateException = kotlin_kotlin.$_$.uk;
|
|
109
109
|
var IllegalStateException_init_$Init$ = kotlin_kotlin.$_$.i2;
|
|
110
|
-
var NoSuchElementException = kotlin_kotlin.$_$.
|
|
110
|
+
var NoSuchElementException = kotlin_kotlin.$_$.xk;
|
|
111
111
|
var NoSuchElementException_init_$Init$ = kotlin_kotlin.$_$.q2;
|
|
112
112
|
var getKClass = kotlin_kotlin.$_$.f;
|
|
113
|
-
var Unit = kotlin_kotlin.$_$.
|
|
113
|
+
var Unit = kotlin_kotlin.$_$.ol;
|
|
114
114
|
var copyOf = kotlin_kotlin.$_$.f8;
|
|
115
115
|
var joinToString = kotlin_kotlin.$_$.i9;
|
|
116
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
117
|
-
var throwKotlinNothingValueException = kotlin_kotlin.$_$.
|
|
116
|
+
var FunctionAdapter = kotlin_kotlin.$_$.cd;
|
|
117
|
+
var throwKotlinNothingValueException = kotlin_kotlin.$_$.hm;
|
|
118
118
|
var NoSuchElementException_init_$Create$_0 = kotlin_kotlin.$_$.r2;
|
|
119
|
-
var Exception = kotlin_kotlin.$_$.
|
|
119
|
+
var Exception = kotlin_kotlin.$_$.sk;
|
|
120
120
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.a2;
|
|
121
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
122
|
-
var toLongOrNull = kotlin_kotlin.$_$.
|
|
123
|
-
var createCoroutineUnintercepted_0 = kotlin_kotlin.$_$.
|
|
124
|
-
var startCoroutineUninterceptedOrReturnNonGeneratorVersion = kotlin_kotlin.$_$.
|
|
125
|
-
var plus_0 = kotlin_kotlin.$_$.
|
|
121
|
+
var defineProp = kotlin_kotlin.$_$.od;
|
|
122
|
+
var toLongOrNull = kotlin_kotlin.$_$.mj;
|
|
123
|
+
var createCoroutineUnintercepted_0 = kotlin_kotlin.$_$.hc;
|
|
124
|
+
var startCoroutineUninterceptedOrReturnNonGeneratorVersion = kotlin_kotlin.$_$.kc;
|
|
125
|
+
var plus_0 = kotlin_kotlin.$_$.ka;
|
|
126
126
|
var KtList = kotlin_kotlin.$_$.s6;
|
|
127
127
|
var listOf_0 = kotlin_kotlin.$_$.t9;
|
|
128
128
|
var getKClassFromExpression = kotlin_kotlin.$_$.e;
|
|
129
129
|
var Exception_init_$Create$ = kotlin_kotlin.$_$.z1;
|
|
130
|
-
var removeFirstOrNull = kotlin_kotlin.$_$.
|
|
130
|
+
var removeFirstOrNull = kotlin_kotlin.$_$.ma;
|
|
131
131
|
var KtMutableList = kotlin_kotlin.$_$.w6;
|
|
132
|
-
var coerceIn = kotlin_kotlin.$_$.
|
|
132
|
+
var coerceIn = kotlin_kotlin.$_$.nf;
|
|
133
133
|
var CancellationException_init_$Init$_0 = kotlin_kotlin.$_$.j1;
|
|
134
134
|
var CancellationException_init_$Create$_0 = kotlin_kotlin.$_$.k1;
|
|
135
135
|
var HashSet_init_$Create$ = kotlin_kotlin.$_$.y;
|
|
@@ -246,11 +246,6 @@
|
|
|
246
246
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
247
247
|
initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
|
|
248
248
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$, CoroutineImpl);
|
|
249
|
-
function close$default(cause, $super) {
|
|
250
|
-
cause = cause === VOID ? null : cause;
|
|
251
|
-
return $super === VOID ? this.u2i(cause) : $super.u2i.call(this, cause);
|
|
252
|
-
}
|
|
253
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
254
249
|
function cancel$default_0(cause, $super) {
|
|
255
250
|
cause = cause === VOID ? null : cause;
|
|
256
251
|
var tmp;
|
|
@@ -263,7 +258,12 @@
|
|
|
263
258
|
return tmp;
|
|
264
259
|
}
|
|
265
260
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
266
|
-
|
|
261
|
+
function close$default(cause, $super) {
|
|
262
|
+
cause = cause === VOID ? null : cause;
|
|
263
|
+
return $super === VOID ? this.u2i(cause) : $super.u2i.call(this, cause);
|
|
264
|
+
}
|
|
265
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
266
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
267
267
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
268
268
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
269
269
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
274
274
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
275
275
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
276
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
276
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
277
277
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
278
278
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
279
279
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -323,9 +323,6 @@
|
|
|
323
323
|
initMetadataForLambda(filterNotNull$o$collect$slambda, CoroutineImpl, VOID, [1]);
|
|
324
324
|
initMetadataForCoroutine($collectCOROUTINE$_8, CoroutineImpl);
|
|
325
325
|
initMetadataForClass(filterNotNull$$inlined$unsafeTransform$1, VOID, VOID, VOID, VOID, [1]);
|
|
326
|
-
initMetadataForClass(sam$kotlinx_coroutines_flow_FlowCollector$0_3, 'sam$kotlinx_coroutines_flow_FlowCollector$0', VOID, VOID, [FlowCollector, FunctionAdapter], [1]);
|
|
327
|
-
initMetadataForLambda(toCollection$slambda, CoroutineImpl, VOID, [1]);
|
|
328
|
-
initMetadataForCoroutine($toCollectionCOROUTINE$, CoroutineImpl);
|
|
329
326
|
initMetadataForCoroutine($emitCOROUTINE$, CoroutineImpl);
|
|
330
327
|
initMetadataForClass(first$$inlined$collectWhile$1, VOID, VOID, VOID, [FlowCollector], [1]);
|
|
331
328
|
initMetadataForCoroutine($emitCOROUTINE$_0, CoroutineImpl);
|
|
@@ -352,16 +349,16 @@
|
|
|
352
349
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
353
350
|
function lock$default(owner, $completion, $super) {
|
|
354
351
|
owner = owner === VOID ? null : owner;
|
|
355
|
-
return $super === VOID ? this.
|
|
352
|
+
return $super === VOID ? this.i32(owner, $completion) : $super.i32.call(this, owner, $completion);
|
|
356
353
|
}
|
|
357
354
|
function unlock$default(owner, $super) {
|
|
358
355
|
owner = owner === VOID ? null : owner;
|
|
359
356
|
var tmp;
|
|
360
357
|
if ($super === VOID) {
|
|
361
|
-
this.
|
|
358
|
+
this.k32(owner);
|
|
362
359
|
tmp = Unit_instance;
|
|
363
360
|
} else {
|
|
364
|
-
tmp = $super.
|
|
361
|
+
tmp = $super.k32.call(this, owner);
|
|
365
362
|
}
|
|
366
363
|
return tmp;
|
|
367
364
|
}
|
|
@@ -10239,124 +10236,6 @@
|
|
|
10239
10236
|
protoOf(filterNotNull$$inlined$unsafeTransform$1).g2k = function (collector, $completion) {
|
|
10240
10237
|
return this.c2l(collector, $completion);
|
|
10241
10238
|
};
|
|
10242
|
-
function toList(_this__u8e3s4, destination, $completion) {
|
|
10243
|
-
destination = destination === VOID ? ArrayList_init_$Create$_0() : destination;
|
|
10244
|
-
return toCollection(_this__u8e3s4, destination, $completion);
|
|
10245
|
-
}
|
|
10246
|
-
function toCollection(_this__u8e3s4, destination, $completion) {
|
|
10247
|
-
var tmp = new $toCollectionCOROUTINE$(_this__u8e3s4, destination, $completion);
|
|
10248
|
-
tmp.z9_1 = Unit_instance;
|
|
10249
|
-
tmp.aa_1 = null;
|
|
10250
|
-
return tmp.fa();
|
|
10251
|
-
}
|
|
10252
|
-
function sam$kotlinx_coroutines_flow_FlowCollector$0_3(function_0) {
|
|
10253
|
-
this.m2y_1 = function_0;
|
|
10254
|
-
}
|
|
10255
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_3).b2l = function (value, $completion) {
|
|
10256
|
-
return this.m2y_1(value, $completion);
|
|
10257
|
-
};
|
|
10258
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_3).v3 = function () {
|
|
10259
|
-
return this.m2y_1;
|
|
10260
|
-
};
|
|
10261
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_3).equals = function (other) {
|
|
10262
|
-
var tmp;
|
|
10263
|
-
if (!(other == null) ? isInterface(other, FlowCollector) : false) {
|
|
10264
|
-
var tmp_0;
|
|
10265
|
-
if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
|
|
10266
|
-
tmp_0 = equals(this.v3(), other.v3());
|
|
10267
|
-
} else {
|
|
10268
|
-
tmp_0 = false;
|
|
10269
|
-
}
|
|
10270
|
-
tmp = tmp_0;
|
|
10271
|
-
} else {
|
|
10272
|
-
tmp = false;
|
|
10273
|
-
}
|
|
10274
|
-
return tmp;
|
|
10275
|
-
};
|
|
10276
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_3).hashCode = function () {
|
|
10277
|
-
return hashCode(this.v3());
|
|
10278
|
-
};
|
|
10279
|
-
function toCollection$slambda($destination, resultContinuation) {
|
|
10280
|
-
this.v2y_1 = $destination;
|
|
10281
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
10282
|
-
}
|
|
10283
|
-
protoOf(toCollection$slambda).m2r = function (value, $completion) {
|
|
10284
|
-
var tmp = this.n2r(value, $completion);
|
|
10285
|
-
tmp.z9_1 = Unit_instance;
|
|
10286
|
-
tmp.aa_1 = null;
|
|
10287
|
-
return tmp.fa();
|
|
10288
|
-
};
|
|
10289
|
-
protoOf(toCollection$slambda).ra = function (p1, $completion) {
|
|
10290
|
-
return this.m2r((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
10291
|
-
};
|
|
10292
|
-
protoOf(toCollection$slambda).fa = function () {
|
|
10293
|
-
var suspendResult = this.z9_1;
|
|
10294
|
-
$sm: do
|
|
10295
|
-
try {
|
|
10296
|
-
var tmp = this.x9_1;
|
|
10297
|
-
if (tmp === 0) {
|
|
10298
|
-
this.y9_1 = 1;
|
|
10299
|
-
this.v2y_1.h(this.w2y_1);
|
|
10300
|
-
return Unit_instance;
|
|
10301
|
-
} else if (tmp === 1) {
|
|
10302
|
-
throw this.aa_1;
|
|
10303
|
-
}
|
|
10304
|
-
} catch ($p) {
|
|
10305
|
-
var e = $p;
|
|
10306
|
-
throw e;
|
|
10307
|
-
}
|
|
10308
|
-
while (true);
|
|
10309
|
-
};
|
|
10310
|
-
protoOf(toCollection$slambda).n2r = function (value, completion) {
|
|
10311
|
-
var i = new toCollection$slambda(this.v2y_1, completion);
|
|
10312
|
-
i.w2y_1 = value;
|
|
10313
|
-
return i;
|
|
10314
|
-
};
|
|
10315
|
-
function toCollection$slambda_0($destination, resultContinuation) {
|
|
10316
|
-
var i = new toCollection$slambda($destination, resultContinuation);
|
|
10317
|
-
var l = function (value, $completion) {
|
|
10318
|
-
return i.m2r(value, $completion);
|
|
10319
|
-
};
|
|
10320
|
-
l.$arity = 1;
|
|
10321
|
-
return l;
|
|
10322
|
-
}
|
|
10323
|
-
function $toCollectionCOROUTINE$(_this__u8e3s4, destination, resultContinuation) {
|
|
10324
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
10325
|
-
this.k2y_1 = _this__u8e3s4;
|
|
10326
|
-
this.l2y_1 = destination;
|
|
10327
|
-
}
|
|
10328
|
-
protoOf($toCollectionCOROUTINE$).fa = function () {
|
|
10329
|
-
var suspendResult = this.z9_1;
|
|
10330
|
-
$sm: do
|
|
10331
|
-
try {
|
|
10332
|
-
var tmp = this.x9_1;
|
|
10333
|
-
switch (tmp) {
|
|
10334
|
-
case 0:
|
|
10335
|
-
this.y9_1 = 2;
|
|
10336
|
-
this.x9_1 = 1;
|
|
10337
|
-
var tmp_0 = toCollection$slambda_0(this.l2y_1, null);
|
|
10338
|
-
suspendResult = this.k2y_1.g2k(new sam$kotlinx_coroutines_flow_FlowCollector$0_3(tmp_0), this);
|
|
10339
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
10340
|
-
return suspendResult;
|
|
10341
|
-
}
|
|
10342
|
-
|
|
10343
|
-
continue $sm;
|
|
10344
|
-
case 1:
|
|
10345
|
-
return this.l2y_1;
|
|
10346
|
-
case 2:
|
|
10347
|
-
throw this.aa_1;
|
|
10348
|
-
}
|
|
10349
|
-
} catch ($p) {
|
|
10350
|
-
var e = $p;
|
|
10351
|
-
if (this.y9_1 === 2) {
|
|
10352
|
-
throw e;
|
|
10353
|
-
} else {
|
|
10354
|
-
this.x9_1 = this.y9_1;
|
|
10355
|
-
this.aa_1 = e;
|
|
10356
|
-
}
|
|
10357
|
-
}
|
|
10358
|
-
while (true);
|
|
10359
|
-
};
|
|
10360
10239
|
function first(_this__u8e3s4, predicate, $completion) {
|
|
10361
10240
|
var tmp = new $firstCOROUTINE$(_this__u8e3s4, predicate, $completion);
|
|
10362
10241
|
tmp.z9_1 = Unit_instance;
|
|
@@ -10371,8 +10250,8 @@
|
|
|
10371
10250
|
}
|
|
10372
10251
|
function $emitCOROUTINE$(_this__u8e3s4, value, resultContinuation) {
|
|
10373
10252
|
CoroutineImpl.call(this, resultContinuation);
|
|
10374
|
-
this.
|
|
10375
|
-
this.
|
|
10253
|
+
this.m2z_1 = _this__u8e3s4;
|
|
10254
|
+
this.n2z_1 = value;
|
|
10376
10255
|
}
|
|
10377
10256
|
protoOf($emitCOROUTINE$).fa = function () {
|
|
10378
10257
|
var suspendResult = this.z9_1;
|
|
@@ -10383,10 +10262,10 @@
|
|
|
10383
10262
|
case 0:
|
|
10384
10263
|
this.y9_1 = 4;
|
|
10385
10264
|
var tmp_0 = this;
|
|
10386
|
-
tmp_0.
|
|
10387
|
-
this.
|
|
10265
|
+
tmp_0.o2z_1 = this.n2z_1;
|
|
10266
|
+
this.p2z_1 = this.o2z_1;
|
|
10388
10267
|
this.x9_1 = 1;
|
|
10389
|
-
suspendResult = this.
|
|
10268
|
+
suspendResult = this.m2z_1.r2z_1(this.p2z_1, this);
|
|
10390
10269
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
10391
10270
|
return suspendResult;
|
|
10392
10271
|
}
|
|
@@ -10395,21 +10274,21 @@
|
|
|
10395
10274
|
case 1:
|
|
10396
10275
|
if (suspendResult) {
|
|
10397
10276
|
var tmp_1 = this;
|
|
10398
|
-
this.
|
|
10399
|
-
tmp_1.
|
|
10277
|
+
this.m2z_1.s2z_1._v = this.p2z_1;
|
|
10278
|
+
tmp_1.q2z_1 = false;
|
|
10400
10279
|
this.x9_1 = 2;
|
|
10401
10280
|
continue $sm;
|
|
10402
10281
|
} else {
|
|
10403
10282
|
var tmp_2 = this;
|
|
10404
|
-
tmp_2.
|
|
10283
|
+
tmp_2.q2z_1 = true;
|
|
10405
10284
|
this.x9_1 = 2;
|
|
10406
10285
|
continue $sm;
|
|
10407
10286
|
}
|
|
10408
10287
|
|
|
10409
10288
|
case 2:
|
|
10410
|
-
var ARGUMENT = this.
|
|
10289
|
+
var ARGUMENT = this.q2z_1;
|
|
10411
10290
|
if (!ARGUMENT) {
|
|
10412
|
-
throw new AbortFlowException(this.
|
|
10291
|
+
throw new AbortFlowException(this.m2z_1);
|
|
10413
10292
|
} else {
|
|
10414
10293
|
this.x9_1 = 3;
|
|
10415
10294
|
continue $sm;
|
|
@@ -10432,8 +10311,8 @@
|
|
|
10432
10311
|
while (true);
|
|
10433
10312
|
};
|
|
10434
10313
|
function first$$inlined$collectWhile$1($predicate, $result) {
|
|
10435
|
-
this.
|
|
10436
|
-
this.
|
|
10314
|
+
this.r2z_1 = $predicate;
|
|
10315
|
+
this.s2z_1 = $result;
|
|
10437
10316
|
}
|
|
10438
10317
|
protoOf(first$$inlined$collectWhile$1).b2s = function (value, $completion) {
|
|
10439
10318
|
var tmp = new $emitCOROUTINE$(this, value, $completion);
|
|
@@ -10446,8 +10325,8 @@
|
|
|
10446
10325
|
};
|
|
10447
10326
|
function $emitCOROUTINE$_0(_this__u8e3s4, value, resultContinuation) {
|
|
10448
10327
|
CoroutineImpl.call(this, resultContinuation);
|
|
10449
|
-
this.
|
|
10450
|
-
this.
|
|
10328
|
+
this.b30_1 = _this__u8e3s4;
|
|
10329
|
+
this.c30_1 = value;
|
|
10451
10330
|
}
|
|
10452
10331
|
protoOf($emitCOROUTINE$_0).fa = function () {
|
|
10453
10332
|
var suspendResult = this.z9_1;
|
|
@@ -10458,10 +10337,10 @@
|
|
|
10458
10337
|
case 0:
|
|
10459
10338
|
this.y9_1 = 4;
|
|
10460
10339
|
var tmp_0 = this;
|
|
10461
|
-
tmp_0.
|
|
10462
|
-
this.
|
|
10340
|
+
tmp_0.d30_1 = this.c30_1;
|
|
10341
|
+
this.e30_1 = this.d30_1;
|
|
10463
10342
|
this.x9_1 = 1;
|
|
10464
|
-
suspendResult = this.
|
|
10343
|
+
suspendResult = this.b30_1.g30_1(this.e30_1, this);
|
|
10465
10344
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
10466
10345
|
return suspendResult;
|
|
10467
10346
|
}
|
|
@@ -10470,21 +10349,21 @@
|
|
|
10470
10349
|
case 1:
|
|
10471
10350
|
if (suspendResult) {
|
|
10472
10351
|
var tmp_1 = this;
|
|
10473
|
-
this.
|
|
10474
|
-
tmp_1.
|
|
10352
|
+
this.b30_1.h30_1._v = this.e30_1;
|
|
10353
|
+
tmp_1.f30_1 = false;
|
|
10475
10354
|
this.x9_1 = 2;
|
|
10476
10355
|
continue $sm;
|
|
10477
10356
|
} else {
|
|
10478
10357
|
var tmp_2 = this;
|
|
10479
|
-
tmp_2.
|
|
10358
|
+
tmp_2.f30_1 = true;
|
|
10480
10359
|
this.x9_1 = 2;
|
|
10481
10360
|
continue $sm;
|
|
10482
10361
|
}
|
|
10483
10362
|
|
|
10484
10363
|
case 2:
|
|
10485
|
-
var ARGUMENT = this.
|
|
10364
|
+
var ARGUMENT = this.f30_1;
|
|
10486
10365
|
if (!ARGUMENT) {
|
|
10487
|
-
throw new AbortFlowException(this.
|
|
10366
|
+
throw new AbortFlowException(this.b30_1);
|
|
10488
10367
|
} else {
|
|
10489
10368
|
this.x9_1 = 3;
|
|
10490
10369
|
continue $sm;
|
|
@@ -10507,8 +10386,8 @@
|
|
|
10507
10386
|
while (true);
|
|
10508
10387
|
};
|
|
10509
10388
|
function firstOrNull$$inlined$collectWhile$1($predicate, $result) {
|
|
10510
|
-
this.
|
|
10511
|
-
this.
|
|
10389
|
+
this.g30_1 = $predicate;
|
|
10390
|
+
this.h30_1 = $result;
|
|
10512
10391
|
}
|
|
10513
10392
|
protoOf(firstOrNull$$inlined$collectWhile$1).b2s = function (value, $completion) {
|
|
10514
10393
|
var tmp = new $emitCOROUTINE$_0(this, value, $completion);
|
|
@@ -10521,8 +10400,8 @@
|
|
|
10521
10400
|
};
|
|
10522
10401
|
function $firstCOROUTINE$(_this__u8e3s4, predicate, resultContinuation) {
|
|
10523
10402
|
CoroutineImpl.call(this, resultContinuation);
|
|
10524
|
-
this.
|
|
10525
|
-
this.
|
|
10403
|
+
this.k2y_1 = _this__u8e3s4;
|
|
10404
|
+
this.l2y_1 = predicate;
|
|
10526
10405
|
}
|
|
10527
10406
|
protoOf($firstCOROUTINE$).fa = function () {
|
|
10528
10407
|
var suspendResult = this.z9_1;
|
|
@@ -10532,15 +10411,15 @@
|
|
|
10532
10411
|
switch (tmp) {
|
|
10533
10412
|
case 0:
|
|
10534
10413
|
this.y9_1 = 3;
|
|
10535
|
-
this.
|
|
10414
|
+
this.m2y_1 = {_v: get_NULL()};
|
|
10536
10415
|
var tmp_0 = this;
|
|
10537
|
-
tmp_0.
|
|
10538
|
-
this.
|
|
10416
|
+
tmp_0.n2y_1 = this.k2y_1;
|
|
10417
|
+
this.o2y_1 = this.n2y_1;
|
|
10539
10418
|
var tmp_1 = this;
|
|
10540
|
-
tmp_1.
|
|
10419
|
+
tmp_1.p2y_1 = new first$$inlined$collectWhile$1(this.l2y_1, this.m2y_1);
|
|
10541
10420
|
this.y9_1 = 2;
|
|
10542
10421
|
this.x9_1 = 1;
|
|
10543
|
-
suspendResult = this.
|
|
10422
|
+
suspendResult = this.o2y_1.g2k(this.p2y_1, this);
|
|
10544
10423
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
10545
10424
|
return suspendResult;
|
|
10546
10425
|
}
|
|
@@ -10555,7 +10434,7 @@
|
|
|
10555
10434
|
var tmp_2 = this.aa_1;
|
|
10556
10435
|
if (tmp_2 instanceof AbortFlowException) {
|
|
10557
10436
|
var e = this.aa_1;
|
|
10558
|
-
checkOwnership(e, this.
|
|
10437
|
+
checkOwnership(e, this.p2y_1);
|
|
10559
10438
|
ensureActive_0(this.da());
|
|
10560
10439
|
this.x9_1 = 4;
|
|
10561
10440
|
continue $sm;
|
|
@@ -10567,9 +10446,9 @@
|
|
|
10567
10446
|
throw this.aa_1;
|
|
10568
10447
|
case 4:
|
|
10569
10448
|
this.y9_1 = 3;
|
|
10570
|
-
if (this.
|
|
10449
|
+
if (this.m2y_1._v === get_NULL())
|
|
10571
10450
|
throw NoSuchElementException_init_$Create$_0('Expected at least one element matching the predicate');
|
|
10572
|
-
var tmp_3 = this.
|
|
10451
|
+
var tmp_3 = this.m2y_1._v;
|
|
10573
10452
|
return (tmp_3 == null ? true : !(tmp_3 == null)) ? tmp_3 : THROW_CCE();
|
|
10574
10453
|
}
|
|
10575
10454
|
} catch ($p) {
|
|
@@ -10585,8 +10464,8 @@
|
|
|
10585
10464
|
};
|
|
10586
10465
|
function $firstOrNullCOROUTINE$(_this__u8e3s4, predicate, resultContinuation) {
|
|
10587
10466
|
CoroutineImpl.call(this, resultContinuation);
|
|
10588
|
-
this.
|
|
10589
|
-
this.
|
|
10467
|
+
this.y2y_1 = _this__u8e3s4;
|
|
10468
|
+
this.z2y_1 = predicate;
|
|
10590
10469
|
}
|
|
10591
10470
|
protoOf($firstOrNullCOROUTINE$).fa = function () {
|
|
10592
10471
|
var suspendResult = this.z9_1;
|
|
@@ -10596,15 +10475,15 @@
|
|
|
10596
10475
|
switch (tmp) {
|
|
10597
10476
|
case 0:
|
|
10598
10477
|
this.y9_1 = 4;
|
|
10599
|
-
this.
|
|
10478
|
+
this.a2z_1 = {_v: null};
|
|
10600
10479
|
var tmp_0 = this;
|
|
10601
|
-
tmp_0.
|
|
10602
|
-
this.
|
|
10480
|
+
tmp_0.b2z_1 = this.y2y_1;
|
|
10481
|
+
this.c2z_1 = this.b2z_1;
|
|
10603
10482
|
var tmp_1 = this;
|
|
10604
|
-
tmp_1.
|
|
10483
|
+
tmp_1.d2z_1 = new firstOrNull$$inlined$collectWhile$1(this.z2y_1, this.a2z_1);
|
|
10605
10484
|
this.y9_1 = 2;
|
|
10606
10485
|
this.x9_1 = 1;
|
|
10607
|
-
suspendResult = this.
|
|
10486
|
+
suspendResult = this.c2z_1.g2k(this.d2z_1, this);
|
|
10608
10487
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
10609
10488
|
return suspendResult;
|
|
10610
10489
|
}
|
|
@@ -10619,7 +10498,7 @@
|
|
|
10619
10498
|
var tmp_2 = this.aa_1;
|
|
10620
10499
|
if (tmp_2 instanceof AbortFlowException) {
|
|
10621
10500
|
var e = this.aa_1;
|
|
10622
|
-
checkOwnership(e, this.
|
|
10501
|
+
checkOwnership(e, this.d2z_1);
|
|
10623
10502
|
ensureActive_0(this.da());
|
|
10624
10503
|
this.x9_1 = 3;
|
|
10625
10504
|
continue $sm;
|
|
@@ -10629,7 +10508,7 @@
|
|
|
10629
10508
|
|
|
10630
10509
|
case 3:
|
|
10631
10510
|
this.y9_1 = 4;
|
|
10632
|
-
return this.
|
|
10511
|
+
return this.a2z_1._v;
|
|
10633
10512
|
case 4:
|
|
10634
10513
|
throw this.aa_1;
|
|
10635
10514
|
}
|
|
@@ -10645,7 +10524,7 @@
|
|
|
10645
10524
|
while (true);
|
|
10646
10525
|
};
|
|
10647
10526
|
function set_value(_this__u8e3s4, value) {
|
|
10648
|
-
return _this__u8e3s4.
|
|
10527
|
+
return _this__u8e3s4.i30(value);
|
|
10649
10528
|
}
|
|
10650
10529
|
function get_value(_this__u8e3s4) {
|
|
10651
10530
|
return _this__u8e3s4.c26();
|
|
@@ -10943,7 +10822,7 @@
|
|
|
10943
10822
|
protoOf(DispatchedContinuation).p22 = function () {
|
|
10944
10823
|
return !(this.m22_1.kotlinx$atomicfu$value == null);
|
|
10945
10824
|
};
|
|
10946
|
-
protoOf(DispatchedContinuation).
|
|
10825
|
+
protoOf(DispatchedContinuation).j30 = function () {
|
|
10947
10826
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
10948
10827
|
var this_0 = this.m22_1;
|
|
10949
10828
|
while (true) {
|
|
@@ -10952,7 +10831,7 @@
|
|
|
10952
10831
|
}
|
|
10953
10832
|
};
|
|
10954
10833
|
protoOf(DispatchedContinuation).f25 = function () {
|
|
10955
|
-
this.
|
|
10834
|
+
this.j30();
|
|
10956
10835
|
var tmp0_safe_receiver = _get_reusableCancellableContinuation__9qex09(this);
|
|
10957
10836
|
if (tmp0_safe_receiver == null)
|
|
10958
10837
|
null;
|
|
@@ -11442,37 +11321,37 @@
|
|
|
11442
11321
|
function tryAllocateWorker($this) {
|
|
11443
11322
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
11444
11323
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
11445
|
-
$this.
|
|
11446
|
-
if ($this.
|
|
11324
|
+
$this.r30_1;
|
|
11325
|
+
if ($this.p30_1.kotlinx$atomicfu$value >= $this.n30_1)
|
|
11447
11326
|
return false;
|
|
11448
|
-
$this.
|
|
11327
|
+
$this.p30_1.atomicfu$incrementAndGet();
|
|
11449
11328
|
return true;
|
|
11450
11329
|
}
|
|
11451
11330
|
function obtainTaskOrDeallocateWorker($this) {
|
|
11452
11331
|
while (true) {
|
|
11453
|
-
var nextTask = $this.
|
|
11332
|
+
var nextTask = $this.q30_1.uh();
|
|
11454
11333
|
if (nextTask == null) {
|
|
11455
11334
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
11456
11335
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
11457
|
-
$this.
|
|
11458
|
-
$this.
|
|
11459
|
-
if ($this.
|
|
11336
|
+
$this.r30_1;
|
|
11337
|
+
$this.p30_1.atomicfu$decrementAndGet();
|
|
11338
|
+
if ($this.q30_1.s() === 0)
|
|
11460
11339
|
return null;
|
|
11461
|
-
$this.
|
|
11340
|
+
$this.p30_1.atomicfu$incrementAndGet();
|
|
11462
11341
|
} else
|
|
11463
11342
|
return nextTask;
|
|
11464
11343
|
}
|
|
11465
11344
|
}
|
|
11466
11345
|
function Worker($outer, currentTask) {
|
|
11467
|
-
this.
|
|
11468
|
-
this.
|
|
11346
|
+
this.u30_1 = $outer;
|
|
11347
|
+
this.t30_1 = currentTask;
|
|
11469
11348
|
}
|
|
11470
11349
|
protoOf(Worker).c24 = function () {
|
|
11471
11350
|
try {
|
|
11472
11351
|
var fairnessCounter = 0;
|
|
11473
11352
|
while (true) {
|
|
11474
11353
|
try {
|
|
11475
|
-
this.
|
|
11354
|
+
this.t30_1.c24();
|
|
11476
11355
|
} catch ($p) {
|
|
11477
11356
|
if ($p instanceof Error) {
|
|
11478
11357
|
var e = $p;
|
|
@@ -11482,23 +11361,23 @@
|
|
|
11482
11361
|
}
|
|
11483
11362
|
}
|
|
11484
11363
|
var tmp = this;
|
|
11485
|
-
var tmp0_elvis_lhs = obtainTaskOrDeallocateWorker(this.
|
|
11364
|
+
var tmp0_elvis_lhs = obtainTaskOrDeallocateWorker(this.u30_1);
|
|
11486
11365
|
var tmp_0;
|
|
11487
11366
|
if (tmp0_elvis_lhs == null) {
|
|
11488
11367
|
return Unit_instance;
|
|
11489
11368
|
} else {
|
|
11490
11369
|
tmp_0 = tmp0_elvis_lhs;
|
|
11491
11370
|
}
|
|
11492
|
-
tmp.
|
|
11371
|
+
tmp.t30_1 = tmp_0;
|
|
11493
11372
|
var tmp_1;
|
|
11494
11373
|
fairnessCounter = fairnessCounter + 1 | 0;
|
|
11495
11374
|
if (fairnessCounter >= 16) {
|
|
11496
|
-
tmp_1 = safeIsDispatchNeeded(this.
|
|
11375
|
+
tmp_1 = safeIsDispatchNeeded(this.u30_1.m30_1, this.u30_1);
|
|
11497
11376
|
} else {
|
|
11498
11377
|
tmp_1 = false;
|
|
11499
11378
|
}
|
|
11500
11379
|
if (tmp_1) {
|
|
11501
|
-
safeDispatch(this.
|
|
11380
|
+
safeDispatch(this.u30_1.m30_1, this.u30_1, this);
|
|
11502
11381
|
return Unit_instance;
|
|
11503
11382
|
}
|
|
11504
11383
|
}
|
|
@@ -11507,8 +11386,8 @@
|
|
|
11507
11386
|
var e_0 = $p;
|
|
11508
11387
|
// Inline function 'kotlinx.coroutines.internal.synchronized' call
|
|
11509
11388
|
// Inline function 'kotlinx.coroutines.internal.synchronizedImpl' call
|
|
11510
|
-
this.
|
|
11511
|
-
this.
|
|
11389
|
+
this.u30_1.r30_1;
|
|
11390
|
+
this.u30_1.p30_1.atomicfu$decrementAndGet();
|
|
11512
11391
|
throw e_0;
|
|
11513
11392
|
} else {
|
|
11514
11393
|
throw $p;
|
|
@@ -11519,25 +11398,25 @@
|
|
|
11519
11398
|
CoroutineDispatcher.call(this);
|
|
11520
11399
|
var tmp = this;
|
|
11521
11400
|
var tmp0_elvis_lhs = isInterface(dispatcher, Delay) ? dispatcher : null;
|
|
11522
|
-
tmp.
|
|
11523
|
-
this.
|
|
11524
|
-
this.
|
|
11525
|
-
this.
|
|
11526
|
-
this.
|
|
11527
|
-
this.
|
|
11528
|
-
this.
|
|
11401
|
+
tmp.l30_1 = tmp0_elvis_lhs == null ? get_DefaultDelay() : tmp0_elvis_lhs;
|
|
11402
|
+
this.m30_1 = dispatcher;
|
|
11403
|
+
this.n30_1 = parallelism;
|
|
11404
|
+
this.o30_1 = name;
|
|
11405
|
+
this.p30_1 = atomic$int$1(0);
|
|
11406
|
+
this.q30_1 = new LockFreeTaskQueue(false);
|
|
11407
|
+
this.r30_1 = new SynchronizedObject();
|
|
11529
11408
|
}
|
|
11530
11409
|
protoOf(LimitedDispatcher).b25 = function (parallelism, name) {
|
|
11531
11410
|
checkParallelism(parallelism);
|
|
11532
|
-
if (parallelism >= this.
|
|
11411
|
+
if (parallelism >= this.n30_1)
|
|
11533
11412
|
return namedOrThis(this, name);
|
|
11534
11413
|
return protoOf(CoroutineDispatcher).b25.call(this, parallelism, name);
|
|
11535
11414
|
};
|
|
11536
11415
|
protoOf(LimitedDispatcher).d25 = function (context, block) {
|
|
11537
11416
|
$l$block_1: {
|
|
11538
11417
|
// Inline function 'kotlinx.coroutines.internal.LimitedDispatcher.dispatchInternal' call
|
|
11539
|
-
this.
|
|
11540
|
-
if (this.
|
|
11418
|
+
this.q30_1.v30(block);
|
|
11419
|
+
if (this.p30_1.kotlinx$atomicfu$value >= this.n30_1) {
|
|
11541
11420
|
break $l$block_1;
|
|
11542
11421
|
}
|
|
11543
11422
|
if (!tryAllocateWorker(this)) {
|
|
@@ -11553,11 +11432,11 @@
|
|
|
11553
11432
|
var task = tmp;
|
|
11554
11433
|
try {
|
|
11555
11434
|
var worker = new Worker(this, task);
|
|
11556
|
-
safeDispatch(this.
|
|
11435
|
+
safeDispatch(this.m30_1, this, worker);
|
|
11557
11436
|
} catch ($p) {
|
|
11558
11437
|
if ($p instanceof Error) {
|
|
11559
11438
|
var e = $p;
|
|
11560
|
-
this.
|
|
11439
|
+
this.p30_1.atomicfu$decrementAndGet();
|
|
11561
11440
|
throw e;
|
|
11562
11441
|
} else {
|
|
11563
11442
|
throw $p;
|
|
@@ -11568,8 +11447,8 @@
|
|
|
11568
11447
|
protoOf(LimitedDispatcher).e25 = function (context, block) {
|
|
11569
11448
|
$l$block_1: {
|
|
11570
11449
|
// Inline function 'kotlinx.coroutines.internal.LimitedDispatcher.dispatchInternal' call
|
|
11571
|
-
this.
|
|
11572
|
-
if (this.
|
|
11450
|
+
this.q30_1.v30(block);
|
|
11451
|
+
if (this.p30_1.kotlinx$atomicfu$value >= this.n30_1) {
|
|
11573
11452
|
break $l$block_1;
|
|
11574
11453
|
}
|
|
11575
11454
|
if (!tryAllocateWorker(this)) {
|
|
@@ -11585,11 +11464,11 @@
|
|
|
11585
11464
|
var task = tmp;
|
|
11586
11465
|
try {
|
|
11587
11466
|
var worker = new Worker(this, task);
|
|
11588
|
-
this.
|
|
11467
|
+
this.m30_1.e25(this, worker);
|
|
11589
11468
|
} catch ($p) {
|
|
11590
11469
|
if ($p instanceof Error) {
|
|
11591
11470
|
var e = $p;
|
|
11592
|
-
this.
|
|
11471
|
+
this.p30_1.atomicfu$decrementAndGet();
|
|
11593
11472
|
throw e;
|
|
11594
11473
|
} else {
|
|
11595
11474
|
throw $p;
|
|
@@ -11598,14 +11477,14 @@
|
|
|
11598
11477
|
}
|
|
11599
11478
|
};
|
|
11600
11479
|
protoOf(LimitedDispatcher).toString = function () {
|
|
11601
|
-
var tmp0_elvis_lhs = this.
|
|
11602
|
-
return tmp0_elvis_lhs == null ? this.
|
|
11480
|
+
var tmp0_elvis_lhs = this.o30_1;
|
|
11481
|
+
return tmp0_elvis_lhs == null ? this.m30_1.toString() + '.limitedParallelism(' + this.n30_1 + ')' : tmp0_elvis_lhs;
|
|
11603
11482
|
};
|
|
11604
11483
|
protoOf(LimitedDispatcher).l25 = function (timeMillis, continuation) {
|
|
11605
|
-
this.
|
|
11484
|
+
this.l30_1.l25(timeMillis, continuation);
|
|
11606
11485
|
};
|
|
11607
11486
|
protoOf(LimitedDispatcher).m25 = function (timeMillis, block, context) {
|
|
11608
|
-
return this.
|
|
11487
|
+
return this.l30_1.m25(timeMillis, block, context);
|
|
11609
11488
|
};
|
|
11610
11489
|
function namedOrThis(_this__u8e3s4, name) {
|
|
11611
11490
|
if (!(name == null))
|
|
@@ -11613,56 +11492,56 @@
|
|
|
11613
11492
|
return _this__u8e3s4;
|
|
11614
11493
|
}
|
|
11615
11494
|
function LockFreeTaskQueue(singleConsumer) {
|
|
11616
|
-
this.
|
|
11495
|
+
this.s30_1 = atomic$ref$1(new LockFreeTaskQueueCore(8, singleConsumer));
|
|
11617
11496
|
}
|
|
11618
11497
|
protoOf(LockFreeTaskQueue).s = function () {
|
|
11619
|
-
return this.
|
|
11498
|
+
return this.s30_1.kotlinx$atomicfu$value.s();
|
|
11620
11499
|
};
|
|
11621
|
-
protoOf(LockFreeTaskQueue).
|
|
11500
|
+
protoOf(LockFreeTaskQueue).v30 = function (element) {
|
|
11622
11501
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11623
|
-
var this_0 = this.
|
|
11502
|
+
var this_0 = this.s30_1;
|
|
11624
11503
|
while (true) {
|
|
11625
11504
|
var cur = this_0.kotlinx$atomicfu$value;
|
|
11626
|
-
switch (cur.
|
|
11505
|
+
switch (cur.v30(element)) {
|
|
11627
11506
|
case 0:
|
|
11628
11507
|
return true;
|
|
11629
11508
|
case 2:
|
|
11630
11509
|
return false;
|
|
11631
11510
|
case 1:
|
|
11632
|
-
this.
|
|
11511
|
+
this.s30_1.atomicfu$compareAndSet(cur, cur.r());
|
|
11633
11512
|
break;
|
|
11634
11513
|
}
|
|
11635
11514
|
}
|
|
11636
11515
|
};
|
|
11637
11516
|
protoOf(LockFreeTaskQueue).uh = function () {
|
|
11638
11517
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11639
|
-
var this_0 = this.
|
|
11518
|
+
var this_0 = this.s30_1;
|
|
11640
11519
|
while (true) {
|
|
11641
11520
|
var cur = this_0.kotlinx$atomicfu$value;
|
|
11642
11521
|
var result = cur.uh();
|
|
11643
|
-
if (!(result === Companion_getInstance_1().
|
|
11522
|
+
if (!(result === Companion_getInstance_1().o31_1)) {
|
|
11644
11523
|
return (result == null ? true : !(result == null)) ? result : THROW_CCE();
|
|
11645
11524
|
}
|
|
11646
|
-
this.
|
|
11525
|
+
this.s30_1.atomicfu$compareAndSet(cur, cur.r());
|
|
11647
11526
|
}
|
|
11648
11527
|
};
|
|
11649
11528
|
function fillPlaceholder($this, index, element) {
|
|
11650
|
-
var old = $this.
|
|
11529
|
+
var old = $this.b31_1.atomicfu$get(index & $this.y30_1).kotlinx$atomicfu$value;
|
|
11651
11530
|
var tmp;
|
|
11652
11531
|
if (old instanceof Placeholder) {
|
|
11653
|
-
tmp = old.
|
|
11532
|
+
tmp = old.s31_1 === index;
|
|
11654
11533
|
} else {
|
|
11655
11534
|
tmp = false;
|
|
11656
11535
|
}
|
|
11657
11536
|
if (tmp) {
|
|
11658
|
-
$this.
|
|
11537
|
+
$this.b31_1.atomicfu$get(index & $this.y30_1).kotlinx$atomicfu$value = element;
|
|
11659
11538
|
return $this;
|
|
11660
11539
|
}
|
|
11661
11540
|
return null;
|
|
11662
11541
|
}
|
|
11663
11542
|
function removeSlowPath($this, oldHead, newHead) {
|
|
11664
11543
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11665
|
-
var this_0 = $this.
|
|
11544
|
+
var this_0 = $this.a31_1;
|
|
11666
11545
|
while (true) {
|
|
11667
11546
|
var state = this_0.kotlinx$atomicfu$value;
|
|
11668
11547
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
@@ -11673,14 +11552,14 @@
|
|
|
11673
11552
|
if (!state.o3(new Long(0, 268435456)).equals(new Long(0, 0))) {
|
|
11674
11553
|
return $this.r();
|
|
11675
11554
|
}
|
|
11676
|
-
if ($this.
|
|
11677
|
-
$this.
|
|
11555
|
+
if ($this.a31_1.atomicfu$compareAndSet(state, Companion_getInstance_1().t31(state, newHead))) {
|
|
11556
|
+
$this.b31_1.atomicfu$get(head & $this.y30_1).kotlinx$atomicfu$value = null;
|
|
11678
11557
|
return null;
|
|
11679
11558
|
}
|
|
11680
11559
|
}
|
|
11681
11560
|
}
|
|
11682
11561
|
function markFrozen($this) {
|
|
11683
|
-
var tmp0 = $this.
|
|
11562
|
+
var tmp0 = $this.a31_1;
|
|
11684
11563
|
var tmp$ret$1;
|
|
11685
11564
|
$l$block: {
|
|
11686
11565
|
// Inline function 'kotlinx.atomicfu.updateAndGet' call
|
|
@@ -11699,62 +11578,62 @@
|
|
|
11699
11578
|
}
|
|
11700
11579
|
function allocateOrGetNextCopy($this, state) {
|
|
11701
11580
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11702
|
-
var this_0 = $this.
|
|
11581
|
+
var this_0 = $this.z30_1;
|
|
11703
11582
|
while (true) {
|
|
11704
11583
|
var next = this_0.kotlinx$atomicfu$value;
|
|
11705
11584
|
if (!(next == null))
|
|
11706
11585
|
return next;
|
|
11707
|
-
$this.
|
|
11586
|
+
$this.z30_1.atomicfu$compareAndSet(null, allocateNextCopy($this, state));
|
|
11708
11587
|
}
|
|
11709
11588
|
}
|
|
11710
11589
|
function allocateNextCopy($this, state) {
|
|
11711
|
-
var next = new LockFreeTaskQueueCore(imul($this.
|
|
11590
|
+
var next = new LockFreeTaskQueueCore(imul($this.w30_1, 2), $this.x30_1);
|
|
11712
11591
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
11713
11592
|
Companion_getInstance_1();
|
|
11714
11593
|
var head = state.o3(new Long(1073741823, 0)).m3(0).l1();
|
|
11715
11594
|
var tail = state.o3(new Long(-1073741824, 268435455)).m3(30).l1();
|
|
11716
11595
|
var index = head;
|
|
11717
|
-
while (!((index & $this.
|
|
11718
|
-
var tmp0_elvis_lhs = $this.
|
|
11596
|
+
while (!((index & $this.y30_1) === (tail & $this.y30_1))) {
|
|
11597
|
+
var tmp0_elvis_lhs = $this.b31_1.atomicfu$get(index & $this.y30_1).kotlinx$atomicfu$value;
|
|
11719
11598
|
var value = tmp0_elvis_lhs == null ? new Placeholder(index) : tmp0_elvis_lhs;
|
|
11720
|
-
next.
|
|
11599
|
+
next.b31_1.atomicfu$get(index & next.y30_1).kotlinx$atomicfu$value = value;
|
|
11721
11600
|
index = index + 1 | 0;
|
|
11722
11601
|
}
|
|
11723
|
-
next.
|
|
11602
|
+
next.a31_1.kotlinx$atomicfu$value = Companion_getInstance_1().u31(state, new Long(0, 268435456));
|
|
11724
11603
|
return next;
|
|
11725
11604
|
}
|
|
11726
11605
|
function Placeholder(index) {
|
|
11727
|
-
this.
|
|
11606
|
+
this.s31_1 = index;
|
|
11728
11607
|
}
|
|
11729
11608
|
function Companion_0() {
|
|
11730
11609
|
Companion_instance_1 = this;
|
|
11731
|
-
this.
|
|
11732
|
-
this.
|
|
11733
|
-
this.
|
|
11734
|
-
this.
|
|
11735
|
-
this.
|
|
11736
|
-
this.
|
|
11737
|
-
this.
|
|
11738
|
-
this.
|
|
11739
|
-
this.
|
|
11740
|
-
this.
|
|
11741
|
-
this.
|
|
11742
|
-
this.
|
|
11743
|
-
this.
|
|
11744
|
-
this.
|
|
11745
|
-
this.
|
|
11746
|
-
this.
|
|
11747
|
-
}
|
|
11748
|
-
protoOf(Companion_0).
|
|
11610
|
+
this.c31_1 = 8;
|
|
11611
|
+
this.d31_1 = 30;
|
|
11612
|
+
this.e31_1 = 1073741823;
|
|
11613
|
+
this.f31_1 = 0;
|
|
11614
|
+
this.g31_1 = new Long(1073741823, 0);
|
|
11615
|
+
this.h31_1 = 30;
|
|
11616
|
+
this.i31_1 = new Long(-1073741824, 268435455);
|
|
11617
|
+
this.j31_1 = 60;
|
|
11618
|
+
this.k31_1 = new Long(0, 268435456);
|
|
11619
|
+
this.l31_1 = 61;
|
|
11620
|
+
this.m31_1 = new Long(0, 536870912);
|
|
11621
|
+
this.n31_1 = 1024;
|
|
11622
|
+
this.o31_1 = new Symbol('REMOVE_FROZEN');
|
|
11623
|
+
this.p31_1 = 0;
|
|
11624
|
+
this.q31_1 = 1;
|
|
11625
|
+
this.r31_1 = 2;
|
|
11626
|
+
}
|
|
11627
|
+
protoOf(Companion_0).u31 = function (_this__u8e3s4, other) {
|
|
11749
11628
|
return _this__u8e3s4.o3(other.j3());
|
|
11750
11629
|
};
|
|
11751
|
-
protoOf(Companion_0).
|
|
11752
|
-
return this.
|
|
11630
|
+
protoOf(Companion_0).t31 = function (_this__u8e3s4, newHead) {
|
|
11631
|
+
return this.u31(_this__u8e3s4, new Long(1073741823, 0)).p3(toLong(newHead).l3(0));
|
|
11753
11632
|
};
|
|
11754
|
-
protoOf(Companion_0).
|
|
11755
|
-
return this.
|
|
11633
|
+
protoOf(Companion_0).v31 = function (_this__u8e3s4, newTail) {
|
|
11634
|
+
return this.u31(_this__u8e3s4, new Long(-1073741824, 268435455)).p3(toLong(newTail).l3(30));
|
|
11756
11635
|
};
|
|
11757
|
-
protoOf(Companion_0).
|
|
11636
|
+
protoOf(Companion_0).w31 = function (_this__u8e3s4) {
|
|
11758
11637
|
return !_this__u8e3s4.o3(new Long(0, 536870912)).equals(new Long(0, 0)) ? 2 : 1;
|
|
11759
11638
|
};
|
|
11760
11639
|
var Companion_instance_1;
|
|
@@ -11765,55 +11644,55 @@
|
|
|
11765
11644
|
}
|
|
11766
11645
|
function LockFreeTaskQueueCore(capacity, singleConsumer) {
|
|
11767
11646
|
Companion_getInstance_1();
|
|
11768
|
-
this.
|
|
11769
|
-
this.
|
|
11770
|
-
this.
|
|
11771
|
-
this.
|
|
11772
|
-
this.
|
|
11773
|
-
this.
|
|
11647
|
+
this.w30_1 = capacity;
|
|
11648
|
+
this.x30_1 = singleConsumer;
|
|
11649
|
+
this.y30_1 = this.w30_1 - 1 | 0;
|
|
11650
|
+
this.z30_1 = atomic$ref$1(null);
|
|
11651
|
+
this.a31_1 = atomic$long$1(new Long(0, 0));
|
|
11652
|
+
this.b31_1 = atomicfu$AtomicRefArray$ofNulls(this.w30_1);
|
|
11774
11653
|
// Inline function 'kotlin.check' call
|
|
11775
|
-
if (!(this.
|
|
11654
|
+
if (!(this.y30_1 <= 1073741823)) {
|
|
11776
11655
|
throw IllegalStateException_init_$Create$('Check failed.');
|
|
11777
11656
|
}
|
|
11778
11657
|
// Inline function 'kotlin.check' call
|
|
11779
|
-
if (!((this.
|
|
11658
|
+
if (!((this.w30_1 & this.y30_1) === 0)) {
|
|
11780
11659
|
throw IllegalStateException_init_$Create$('Check failed.');
|
|
11781
11660
|
}
|
|
11782
11661
|
}
|
|
11783
11662
|
protoOf(LockFreeTaskQueueCore).s = function () {
|
|
11784
11663
|
Companion_getInstance_1();
|
|
11785
11664
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
11786
|
-
var this_0 = this.
|
|
11665
|
+
var this_0 = this.a31_1.kotlinx$atomicfu$value;
|
|
11787
11666
|
var head = this_0.o3(new Long(1073741823, 0)).m3(0).l1();
|
|
11788
11667
|
var tail = this_0.o3(new Long(-1073741824, 268435455)).m3(30).l1();
|
|
11789
11668
|
return (tail - head | 0) & 1073741823;
|
|
11790
11669
|
};
|
|
11791
|
-
protoOf(LockFreeTaskQueueCore).
|
|
11670
|
+
protoOf(LockFreeTaskQueueCore).v30 = function (element) {
|
|
11792
11671
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11793
|
-
var this_0 = this.
|
|
11672
|
+
var this_0 = this.a31_1;
|
|
11794
11673
|
while (true) {
|
|
11795
11674
|
var tmp0 = this_0.kotlinx$atomicfu$value;
|
|
11796
11675
|
$l$block: {
|
|
11797
11676
|
if (!tmp0.o3(new Long(0, 805306368)).equals(new Long(0, 0)))
|
|
11798
|
-
return Companion_getInstance_1().
|
|
11677
|
+
return Companion_getInstance_1().w31(tmp0);
|
|
11799
11678
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
11800
11679
|
Companion_getInstance_1();
|
|
11801
11680
|
var head = tmp0.o3(new Long(1073741823, 0)).m3(0).l1();
|
|
11802
11681
|
var tail = tmp0.o3(new Long(-1073741824, 268435455)).m3(30).l1();
|
|
11803
|
-
var mask = this.
|
|
11682
|
+
var mask = this.y30_1;
|
|
11804
11683
|
if (((tail + 2 | 0) & mask) === (head & mask))
|
|
11805
11684
|
return 1;
|
|
11806
|
-
if (!this.
|
|
11807
|
-
if (this.
|
|
11685
|
+
if (!this.x30_1 && !(this.b31_1.atomicfu$get(tail & mask).kotlinx$atomicfu$value == null)) {
|
|
11686
|
+
if (this.w30_1 < 1024 || ((tail - head | 0) & 1073741823) > this.w30_1 >> 1) {
|
|
11808
11687
|
return 1;
|
|
11809
11688
|
}
|
|
11810
11689
|
break $l$block;
|
|
11811
11690
|
}
|
|
11812
11691
|
var newTail = (tail + 1 | 0) & 1073741823;
|
|
11813
|
-
if (this.
|
|
11814
|
-
this.
|
|
11692
|
+
if (this.a31_1.atomicfu$compareAndSet(tmp0, Companion_getInstance_1().v31(tmp0, newTail))) {
|
|
11693
|
+
this.b31_1.atomicfu$get(tail & mask).kotlinx$atomicfu$value = element;
|
|
11815
11694
|
var cur = this;
|
|
11816
|
-
$l$loop_0: while (!cur.
|
|
11695
|
+
$l$loop_0: while (!cur.a31_1.kotlinx$atomicfu$value.o3(new Long(0, 268435456)).equals(new Long(0, 0))) {
|
|
11817
11696
|
var tmp0_elvis_lhs = fillPlaceholder(cur.r(), tail, element);
|
|
11818
11697
|
var tmp;
|
|
11819
11698
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -11830,32 +11709,32 @@
|
|
|
11830
11709
|
};
|
|
11831
11710
|
protoOf(LockFreeTaskQueueCore).uh = function () {
|
|
11832
11711
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
11833
|
-
var this_0 = this.
|
|
11712
|
+
var this_0 = this.a31_1;
|
|
11834
11713
|
while (true) {
|
|
11835
11714
|
var tmp0 = this_0.kotlinx$atomicfu$value;
|
|
11836
11715
|
$l$block_0: {
|
|
11837
11716
|
if (!tmp0.o3(new Long(0, 268435456)).equals(new Long(0, 0)))
|
|
11838
|
-
return Companion_getInstance_1().
|
|
11717
|
+
return Companion_getInstance_1().o31_1;
|
|
11839
11718
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
11840
11719
|
Companion_getInstance_1();
|
|
11841
11720
|
var head = tmp0.o3(new Long(1073741823, 0)).m3(0).l1();
|
|
11842
11721
|
var tail = tmp0.o3(new Long(-1073741824, 268435455)).m3(30).l1();
|
|
11843
|
-
if ((tail & this.
|
|
11722
|
+
if ((tail & this.y30_1) === (head & this.y30_1))
|
|
11844
11723
|
return null;
|
|
11845
|
-
var element = this.
|
|
11724
|
+
var element = this.b31_1.atomicfu$get(head & this.y30_1).kotlinx$atomicfu$value;
|
|
11846
11725
|
if (element == null) {
|
|
11847
|
-
if (this.
|
|
11726
|
+
if (this.x30_1)
|
|
11848
11727
|
return null;
|
|
11849
11728
|
break $l$block_0;
|
|
11850
11729
|
}
|
|
11851
11730
|
if (element instanceof Placeholder)
|
|
11852
11731
|
return null;
|
|
11853
11732
|
var newHead = (head + 1 | 0) & 1073741823;
|
|
11854
|
-
if (this.
|
|
11855
|
-
this.
|
|
11733
|
+
if (this.a31_1.atomicfu$compareAndSet(tmp0, Companion_getInstance_1().t31(tmp0, newHead))) {
|
|
11734
|
+
this.b31_1.atomicfu$get(head & this.y30_1).kotlinx$atomicfu$value = null;
|
|
11856
11735
|
return element;
|
|
11857
11736
|
}
|
|
11858
|
-
if (!this.
|
|
11737
|
+
if (!this.x30_1) {
|
|
11859
11738
|
break $l$block_0;
|
|
11860
11739
|
}
|
|
11861
11740
|
var cur = this;
|
|
@@ -11879,27 +11758,27 @@
|
|
|
11879
11758
|
CoroutineDispatcher.call(this);
|
|
11880
11759
|
var tmp = this;
|
|
11881
11760
|
var tmp0_elvis_lhs = isInterface(dispatcher, Delay) ? dispatcher : null;
|
|
11882
|
-
tmp.
|
|
11883
|
-
this.
|
|
11884
|
-
this.
|
|
11761
|
+
tmp.y31_1 = tmp0_elvis_lhs == null ? get_DefaultDelay() : tmp0_elvis_lhs;
|
|
11762
|
+
this.z31_1 = dispatcher;
|
|
11763
|
+
this.a32_1 = name;
|
|
11885
11764
|
}
|
|
11886
11765
|
protoOf(NamedDispatcher).a25 = function (context) {
|
|
11887
|
-
return this.
|
|
11766
|
+
return this.z31_1.a25(context);
|
|
11888
11767
|
};
|
|
11889
11768
|
protoOf(NamedDispatcher).d25 = function (context, block) {
|
|
11890
|
-
return this.
|
|
11769
|
+
return this.z31_1.d25(context, block);
|
|
11891
11770
|
};
|
|
11892
11771
|
protoOf(NamedDispatcher).e25 = function (context, block) {
|
|
11893
|
-
return this.
|
|
11772
|
+
return this.z31_1.e25(context, block);
|
|
11894
11773
|
};
|
|
11895
11774
|
protoOf(NamedDispatcher).toString = function () {
|
|
11896
|
-
return this.
|
|
11775
|
+
return this.a32_1;
|
|
11897
11776
|
};
|
|
11898
11777
|
protoOf(NamedDispatcher).l25 = function (timeMillis, continuation) {
|
|
11899
|
-
this.
|
|
11778
|
+
this.y31_1.l25(timeMillis, continuation);
|
|
11900
11779
|
};
|
|
11901
11780
|
protoOf(NamedDispatcher).m25 = function (timeMillis, block, context) {
|
|
11902
|
-
return this.
|
|
11781
|
+
return this.y31_1.m25(timeMillis, block, context);
|
|
11903
11782
|
};
|
|
11904
11783
|
function callUndeliveredElement(_this__u8e3s4, element, context) {
|
|
11905
11784
|
var tmp0_safe_receiver = callUndeliveredElementCatchingException(_this__u8e3s4, element, null);
|
|
@@ -11948,19 +11827,19 @@
|
|
|
11948
11827
|
this.i21_1.ia(recoverResult(state, this.i21_1));
|
|
11949
11828
|
};
|
|
11950
11829
|
function ContextScope(context) {
|
|
11951
|
-
this.
|
|
11830
|
+
this.b32_1 = context;
|
|
11952
11831
|
}
|
|
11953
11832
|
protoOf(ContextScope).z1v = function () {
|
|
11954
|
-
return this.
|
|
11833
|
+
return this.b32_1;
|
|
11955
11834
|
};
|
|
11956
11835
|
protoOf(ContextScope).toString = function () {
|
|
11957
|
-
return 'CoroutineScope(coroutineContext=' + toString(this.
|
|
11836
|
+
return 'CoroutineScope(coroutineContext=' + toString(this.b32_1) + ')';
|
|
11958
11837
|
};
|
|
11959
11838
|
function Symbol(symbol) {
|
|
11960
|
-
this.
|
|
11839
|
+
this.c32_1 = symbol;
|
|
11961
11840
|
}
|
|
11962
11841
|
protoOf(Symbol).toString = function () {
|
|
11963
|
-
return '<' + this.
|
|
11842
|
+
return '<' + this.c32_1 + '>';
|
|
11964
11843
|
};
|
|
11965
11844
|
function systemProp(propertyName, defaultValue, minValue, maxValue) {
|
|
11966
11845
|
minValue = minValue === VOID ? 1 : minValue;
|
|
@@ -12064,6 +11943,45 @@
|
|
|
12064
11943
|
function startUndispatchedOrReturnIgnoreTimeout(_this__u8e3s4, receiver, block) {
|
|
12065
11944
|
return startUndspatched(_this__u8e3s4, false, receiver, block);
|
|
12066
11945
|
}
|
|
11946
|
+
function startCoroutineUndispatched(_this__u8e3s4, receiver, completion) {
|
|
11947
|
+
// Inline function 'kotlinx.coroutines.internal.probeCoroutineCreated' call
|
|
11948
|
+
var actualCompletion = completion;
|
|
11949
|
+
var tmp;
|
|
11950
|
+
try {
|
|
11951
|
+
// Inline function 'kotlinx.coroutines.withCoroutineContext' call
|
|
11952
|
+
actualCompletion.da();
|
|
11953
|
+
// Inline function 'kotlinx.coroutines.internal.probeCoroutineResumed' call
|
|
11954
|
+
// Inline function 'kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn' call
|
|
11955
|
+
tmp = startCoroutineUninterceptedOrReturnNonGeneratorVersion(_this__u8e3s4, receiver, actualCompletion);
|
|
11956
|
+
} catch ($p) {
|
|
11957
|
+
var tmp_0;
|
|
11958
|
+
if ($p instanceof Error) {
|
|
11959
|
+
var e = $p;
|
|
11960
|
+
var tmp_1;
|
|
11961
|
+
if (e instanceof DispatchException) {
|
|
11962
|
+
tmp_1 = e.g25_1;
|
|
11963
|
+
} else {
|
|
11964
|
+
tmp_1 = e;
|
|
11965
|
+
}
|
|
11966
|
+
var reportException = tmp_1;
|
|
11967
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
11968
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
11969
|
+
var tmp$ret$5 = _Result___init__impl__xyqfz8(createFailure(reportException));
|
|
11970
|
+
actualCompletion.ia(tmp$ret$5);
|
|
11971
|
+
return Unit_instance;
|
|
11972
|
+
} else {
|
|
11973
|
+
throw $p;
|
|
11974
|
+
}
|
|
11975
|
+
}
|
|
11976
|
+
var value = tmp;
|
|
11977
|
+
if (!(value === get_COROUTINE_SUSPENDED())) {
|
|
11978
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
11979
|
+
// Inline function 'kotlin.Companion.success' call
|
|
11980
|
+
var value_0 = (value == null ? true : !(value == null)) ? value : THROW_CCE();
|
|
11981
|
+
var tmp$ret$7 = _Result___init__impl__xyqfz8(value_0);
|
|
11982
|
+
actualCompletion.ia(tmp$ret$7);
|
|
11983
|
+
}
|
|
11984
|
+
}
|
|
12067
11985
|
function startUndspatched(_this__u8e3s4, alwaysRethrow, receiver, block) {
|
|
12068
11986
|
var tmp;
|
|
12069
11987
|
try {
|
|
@@ -12122,45 +12040,6 @@
|
|
|
12122
12040
|
}
|
|
12123
12041
|
return tmp;
|
|
12124
12042
|
}
|
|
12125
|
-
function startCoroutineUndispatched(_this__u8e3s4, receiver, completion) {
|
|
12126
|
-
// Inline function 'kotlinx.coroutines.internal.probeCoroutineCreated' call
|
|
12127
|
-
var actualCompletion = completion;
|
|
12128
|
-
var tmp;
|
|
12129
|
-
try {
|
|
12130
|
-
// Inline function 'kotlinx.coroutines.withCoroutineContext' call
|
|
12131
|
-
actualCompletion.da();
|
|
12132
|
-
// Inline function 'kotlinx.coroutines.internal.probeCoroutineResumed' call
|
|
12133
|
-
// Inline function 'kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn' call
|
|
12134
|
-
tmp = startCoroutineUninterceptedOrReturnNonGeneratorVersion(_this__u8e3s4, receiver, actualCompletion);
|
|
12135
|
-
} catch ($p) {
|
|
12136
|
-
var tmp_0;
|
|
12137
|
-
if ($p instanceof Error) {
|
|
12138
|
-
var e = $p;
|
|
12139
|
-
var tmp_1;
|
|
12140
|
-
if (e instanceof DispatchException) {
|
|
12141
|
-
tmp_1 = e.g25_1;
|
|
12142
|
-
} else {
|
|
12143
|
-
tmp_1 = e;
|
|
12144
|
-
}
|
|
12145
|
-
var reportException = tmp_1;
|
|
12146
|
-
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
12147
|
-
// Inline function 'kotlin.Companion.failure' call
|
|
12148
|
-
var tmp$ret$5 = _Result___init__impl__xyqfz8(createFailure(reportException));
|
|
12149
|
-
actualCompletion.ia(tmp$ret$5);
|
|
12150
|
-
return Unit_instance;
|
|
12151
|
-
} else {
|
|
12152
|
-
throw $p;
|
|
12153
|
-
}
|
|
12154
|
-
}
|
|
12155
|
-
var value = tmp;
|
|
12156
|
-
if (!(value === get_COROUTINE_SUSPENDED())) {
|
|
12157
|
-
// Inline function 'kotlin.coroutines.resume' call
|
|
12158
|
-
// Inline function 'kotlin.Companion.success' call
|
|
12159
|
-
var value_0 = (value == null ? true : !(value == null)) ? value : THROW_CCE();
|
|
12160
|
-
var tmp$ret$7 = _Result___init__impl__xyqfz8(value_0);
|
|
12161
|
-
actualCompletion.ia(tmp$ret$7);
|
|
12162
|
-
}
|
|
12163
|
-
}
|
|
12164
12043
|
var DUMMY_PROCESS_RESULT_FUNCTION;
|
|
12165
12044
|
function get_STATE_REG() {
|
|
12166
12045
|
_init_properties_Select_kt__zhm2jg();
|
|
@@ -12197,7 +12076,7 @@
|
|
|
12197
12076
|
tmp = tmp0_elvis_lhs;
|
|
12198
12077
|
}
|
|
12199
12078
|
var clause = tmp;
|
|
12200
|
-
var onCancellation = clause.
|
|
12079
|
+
var onCancellation = clause.h32($this, internalResult);
|
|
12201
12080
|
if ($this.p2e_1.atomicfu$compareAndSet(curState, clause)) {
|
|
12202
12081
|
var cont = isInterface(curState, CancellableContinuation) ? curState : THROW_CCE();
|
|
12203
12082
|
$this.r2e_1 = internalResult;
|
|
@@ -12253,7 +12132,7 @@
|
|
|
12253
12132
|
var _iterator__ex2g4s = clauses.p();
|
|
12254
12133
|
while (_iterator__ex2g4s.q()) {
|
|
12255
12134
|
var element = _iterator__ex2g4s.r();
|
|
12256
|
-
if (element.
|
|
12135
|
+
if (element.e32_1 === clauseObject) {
|
|
12257
12136
|
tmp$ret$1 = element;
|
|
12258
12137
|
break $l$block;
|
|
12259
12138
|
}
|
|
@@ -12272,9 +12151,9 @@
|
|
|
12272
12151
|
}
|
|
12273
12152
|
function ClauseData() {
|
|
12274
12153
|
}
|
|
12275
|
-
protoOf(ClauseData).
|
|
12276
|
-
var tmp0_safe_receiver = this.
|
|
12277
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver(select, this.
|
|
12154
|
+
protoOf(ClauseData).h32 = function (select, internalResult) {
|
|
12155
|
+
var tmp0_safe_receiver = this.g32_1;
|
|
12156
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver(select, this.f32_1, internalResult);
|
|
12278
12157
|
};
|
|
12279
12158
|
function SelectImplementation() {
|
|
12280
12159
|
}
|
|
@@ -12381,22 +12260,22 @@
|
|
|
12381
12260
|
function MutexImpl$CancellableContinuationWithOwner$tryResume$lambda(this$0, this$1) {
|
|
12382
12261
|
return function (_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) {
|
|
12383
12262
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
12384
|
-
this$0.
|
|
12385
|
-
this$0.
|
|
12263
|
+
this$0.t32_1.kotlinx$atomicfu$value = this$1.w32_1;
|
|
12264
|
+
this$0.k32(this$1.w32_1);
|
|
12386
12265
|
return Unit_instance;
|
|
12387
12266
|
};
|
|
12388
12267
|
}
|
|
12389
12268
|
function MutexImpl$CancellableContinuationWithOwner$resume$lambda(this$0, this$1) {
|
|
12390
12269
|
return function (it) {
|
|
12391
|
-
this$0.
|
|
12270
|
+
this$0.k32(this$1.w32_1);
|
|
12392
12271
|
return Unit_instance;
|
|
12393
12272
|
};
|
|
12394
12273
|
}
|
|
12395
12274
|
function holdsLockImpl($this, owner) {
|
|
12396
12275
|
$l$loop: while (true) {
|
|
12397
|
-
if (!$this.
|
|
12276
|
+
if (!$this.y32())
|
|
12398
12277
|
return 0;
|
|
12399
|
-
var curOwner = $this.
|
|
12278
|
+
var curOwner = $this.t32_1.kotlinx$atomicfu$value;
|
|
12400
12279
|
if (curOwner === get_NO_OWNER())
|
|
12401
12280
|
continue $l$loop;
|
|
12402
12281
|
return curOwner === owner ? 1 : 2;
|
|
@@ -12420,9 +12299,9 @@
|
|
|
12420
12299
|
}
|
|
12421
12300
|
function tryLockImpl($this, owner) {
|
|
12422
12301
|
$l$loop: while (true) {
|
|
12423
|
-
if ($this.
|
|
12302
|
+
if ($this.g33()) {
|
|
12424
12303
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
12425
|
-
$this.
|
|
12304
|
+
$this.t32_1.kotlinx$atomicfu$value = owner;
|
|
12426
12305
|
return 0;
|
|
12427
12306
|
} else {
|
|
12428
12307
|
if (owner == null)
|
|
@@ -12439,69 +12318,69 @@
|
|
|
12439
12318
|
}
|
|
12440
12319
|
}
|
|
12441
12320
|
function CancellableContinuationWithOwner($outer, cont, owner) {
|
|
12442
|
-
this.
|
|
12443
|
-
this.
|
|
12444
|
-
this.
|
|
12321
|
+
this.x32_1 = $outer;
|
|
12322
|
+
this.v32_1 = cont;
|
|
12323
|
+
this.w32_1 = owner;
|
|
12445
12324
|
}
|
|
12446
|
-
protoOf(CancellableContinuationWithOwner).
|
|
12325
|
+
protoOf(CancellableContinuationWithOwner).h33 = function (value, idempotent, onCancellation) {
|
|
12447
12326
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
12448
|
-
var token = this.
|
|
12327
|
+
var token = this.v32_1.b22(value, idempotent, MutexImpl$CancellableContinuationWithOwner$tryResume$lambda(this.x32_1, this));
|
|
12449
12328
|
if (!(token == null)) {
|
|
12450
12329
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
12451
|
-
this.
|
|
12330
|
+
this.x32_1.t32_1.kotlinx$atomicfu$value = this.w32_1;
|
|
12452
12331
|
}
|
|
12453
12332
|
return token;
|
|
12454
12333
|
};
|
|
12455
12334
|
protoOf(CancellableContinuationWithOwner).b22 = function (value, idempotent, onCancellation) {
|
|
12456
|
-
return this.
|
|
12335
|
+
return this.h33(value instanceof Unit ? value : THROW_CCE(), idempotent, onCancellation);
|
|
12457
12336
|
};
|
|
12458
|
-
protoOf(CancellableContinuationWithOwner).
|
|
12337
|
+
protoOf(CancellableContinuationWithOwner).i33 = function (value, onCancellation) {
|
|
12459
12338
|
// Inline function 'kotlinx.coroutines.assert' call
|
|
12460
|
-
this.
|
|
12461
|
-
this.
|
|
12339
|
+
this.x32_1.t32_1.kotlinx$atomicfu$value = this.w32_1;
|
|
12340
|
+
this.v32_1.t23(Unit_instance, MutexImpl$CancellableContinuationWithOwner$resume$lambda(this.x32_1, this));
|
|
12462
12341
|
};
|
|
12463
12342
|
protoOf(CancellableContinuationWithOwner).e22 = function (value, onCancellation) {
|
|
12464
|
-
return this.
|
|
12343
|
+
return this.i33(value instanceof Unit ? value : THROW_CCE(), onCancellation);
|
|
12465
12344
|
};
|
|
12466
12345
|
protoOf(CancellableContinuationWithOwner).a1w = function () {
|
|
12467
|
-
return this.
|
|
12346
|
+
return this.v32_1.a1w();
|
|
12468
12347
|
};
|
|
12469
12348
|
protoOf(CancellableContinuationWithOwner).v1w = function () {
|
|
12470
|
-
return this.
|
|
12349
|
+
return this.v32_1.v1w();
|
|
12471
12350
|
};
|
|
12472
12351
|
protoOf(CancellableContinuationWithOwner).w1w = function () {
|
|
12473
|
-
return this.
|
|
12352
|
+
return this.v32_1.w1w();
|
|
12474
12353
|
};
|
|
12475
12354
|
protoOf(CancellableContinuationWithOwner).g1z = function (exception) {
|
|
12476
|
-
return this.
|
|
12355
|
+
return this.v32_1.g1z(exception);
|
|
12477
12356
|
};
|
|
12478
12357
|
protoOf(CancellableContinuationWithOwner).h1z = function (token) {
|
|
12479
|
-
this.
|
|
12358
|
+
this.v32_1.h1z(token);
|
|
12480
12359
|
};
|
|
12481
12360
|
protoOf(CancellableContinuationWithOwner).c22 = function (handler) {
|
|
12482
|
-
this.
|
|
12361
|
+
this.v32_1.c22(handler);
|
|
12483
12362
|
};
|
|
12484
12363
|
protoOf(CancellableContinuationWithOwner).v23 = function (segment, index) {
|
|
12485
|
-
this.
|
|
12364
|
+
this.v32_1.v23(segment, index);
|
|
12486
12365
|
};
|
|
12487
|
-
protoOf(CancellableContinuationWithOwner).
|
|
12488
|
-
this.
|
|
12366
|
+
protoOf(CancellableContinuationWithOwner).j33 = function (_this__u8e3s4, value) {
|
|
12367
|
+
this.v32_1.d22(_this__u8e3s4, Unit_instance);
|
|
12489
12368
|
};
|
|
12490
12369
|
protoOf(CancellableContinuationWithOwner).d22 = function (_this__u8e3s4, value) {
|
|
12491
|
-
return this.
|
|
12370
|
+
return this.j33(_this__u8e3s4, value instanceof Unit ? value : THROW_CCE());
|
|
12492
12371
|
};
|
|
12493
12372
|
protoOf(CancellableContinuationWithOwner).jj = function (result) {
|
|
12494
|
-
this.
|
|
12373
|
+
this.v32_1.ia(result);
|
|
12495
12374
|
};
|
|
12496
12375
|
protoOf(CancellableContinuationWithOwner).ia = function (result) {
|
|
12497
12376
|
return this.jj(result);
|
|
12498
12377
|
};
|
|
12499
12378
|
protoOf(CancellableContinuationWithOwner).da = function () {
|
|
12500
|
-
return this.
|
|
12379
|
+
return this.v32_1.da();
|
|
12501
12380
|
};
|
|
12502
12381
|
function MutexImpl$onSelectCancellationUnlockConstructor$lambda$lambda(this$0, $owner) {
|
|
12503
12382
|
return function (_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) {
|
|
12504
|
-
this$0.
|
|
12383
|
+
this$0.k32($owner);
|
|
12505
12384
|
return Unit_instance;
|
|
12506
12385
|
};
|
|
12507
12386
|
}
|
|
@@ -12512,19 +12391,19 @@
|
|
|
12512
12391
|
}
|
|
12513
12392
|
function MutexImpl(locked) {
|
|
12514
12393
|
SemaphoreAndMutexImpl.call(this, 1, locked ? 1 : 0);
|
|
12515
|
-
this.
|
|
12394
|
+
this.t32_1 = atomic$ref$1(locked ? null : get_NO_OWNER());
|
|
12516
12395
|
var tmp = this;
|
|
12517
|
-
tmp.
|
|
12396
|
+
tmp.u32_1 = MutexImpl$onSelectCancellationUnlockConstructor$lambda(this);
|
|
12518
12397
|
}
|
|
12519
|
-
protoOf(MutexImpl).
|
|
12520
|
-
return this.
|
|
12398
|
+
protoOf(MutexImpl).y32 = function () {
|
|
12399
|
+
return this.k33() === 0;
|
|
12521
12400
|
};
|
|
12522
|
-
protoOf(MutexImpl).
|
|
12523
|
-
if (this.
|
|
12401
|
+
protoOf(MutexImpl).i32 = function (owner, $completion) {
|
|
12402
|
+
if (this.l33(owner))
|
|
12524
12403
|
return Unit_instance;
|
|
12525
12404
|
return lockSuspend(this, owner, $completion);
|
|
12526
12405
|
};
|
|
12527
|
-
protoOf(MutexImpl).
|
|
12406
|
+
protoOf(MutexImpl).l33 = function (owner) {
|
|
12528
12407
|
var tmp;
|
|
12529
12408
|
switch (tryLockImpl(this, owner)) {
|
|
12530
12409
|
case 0:
|
|
@@ -12542,14 +12421,14 @@
|
|
|
12542
12421
|
}
|
|
12543
12422
|
return tmp;
|
|
12544
12423
|
};
|
|
12545
|
-
protoOf(MutexImpl).
|
|
12424
|
+
protoOf(MutexImpl).k32 = function (owner) {
|
|
12546
12425
|
$l$loop_0: while (true) {
|
|
12547
12426
|
// Inline function 'kotlin.check' call
|
|
12548
|
-
if (!this.
|
|
12427
|
+
if (!this.y32()) {
|
|
12549
12428
|
var message = 'This mutex is not locked';
|
|
12550
12429
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
12551
12430
|
}
|
|
12552
|
-
var curOwner = this.
|
|
12431
|
+
var curOwner = this.t32_1.kotlinx$atomicfu$value;
|
|
12553
12432
|
if (curOwner === get_NO_OWNER())
|
|
12554
12433
|
continue $l$loop_0;
|
|
12555
12434
|
// Inline function 'kotlin.check' call
|
|
@@ -12557,14 +12436,14 @@
|
|
|
12557
12436
|
var message_0 = 'This mutex is locked by ' + toString_0(curOwner) + ', but ' + toString_0(owner) + ' is expected';
|
|
12558
12437
|
throw IllegalStateException_init_$Create$(toString(message_0));
|
|
12559
12438
|
}
|
|
12560
|
-
if (!this.
|
|
12439
|
+
if (!this.t32_1.atomicfu$compareAndSet(curOwner, get_NO_OWNER()))
|
|
12561
12440
|
continue $l$loop_0;
|
|
12562
12441
|
this.m1h();
|
|
12563
12442
|
return Unit_instance;
|
|
12564
12443
|
}
|
|
12565
12444
|
};
|
|
12566
12445
|
protoOf(MutexImpl).toString = function () {
|
|
12567
|
-
return 'Mutex@' + get_hexAddress(this) + '[isLocked=' + this.
|
|
12446
|
+
return 'Mutex@' + get_hexAddress(this) + '[isLocked=' + this.y32() + ',owner=' + toString_0(this.t32_1.kotlinx$atomicfu$value) + ']';
|
|
12568
12447
|
};
|
|
12569
12448
|
var properties_initialized_Mutex_kt_yv4p3j;
|
|
12570
12449
|
function _init_properties_Mutex_kt__jod56b() {
|
|
@@ -12606,26 +12485,26 @@
|
|
|
12606
12485
|
var SEGMENT_SIZE_0;
|
|
12607
12486
|
function decPermits($this) {
|
|
12608
12487
|
$l$loop: while (true) {
|
|
12609
|
-
var p = $this.
|
|
12610
|
-
if (p > $this.
|
|
12488
|
+
var p = $this.e33_1.atomicfu$getAndDecrement();
|
|
12489
|
+
if (p > $this.z32_1)
|
|
12611
12490
|
continue $l$loop;
|
|
12612
12491
|
return p;
|
|
12613
12492
|
}
|
|
12614
12493
|
}
|
|
12615
12494
|
function coerceAvailablePermitsAtMaximum($this) {
|
|
12616
12495
|
$l$loop_0: while (true) {
|
|
12617
|
-
var cur = $this.
|
|
12618
|
-
if (cur <= $this.
|
|
12496
|
+
var cur = $this.e33_1.kotlinx$atomicfu$value;
|
|
12497
|
+
if (cur <= $this.z32_1)
|
|
12619
12498
|
break $l$loop_0;
|
|
12620
|
-
if ($this.
|
|
12499
|
+
if ($this.e33_1.atomicfu$compareAndSet(cur, $this.z32_1))
|
|
12621
12500
|
break $l$loop_0;
|
|
12622
12501
|
}
|
|
12623
12502
|
}
|
|
12624
12503
|
function addAcquireToQueue($this, waiter) {
|
|
12625
|
-
var curTail = $this.
|
|
12626
|
-
var enqIdx = $this.
|
|
12504
|
+
var curTail = $this.c33_1.kotlinx$atomicfu$value;
|
|
12505
|
+
var enqIdx = $this.d33_1.atomicfu$getAndIncrement$long();
|
|
12627
12506
|
var createNewSegment = createSegment$ref_0();
|
|
12628
|
-
var tmp0 = $this.
|
|
12507
|
+
var tmp0 = $this.c33_1;
|
|
12629
12508
|
// Inline function 'kotlin.Long.div' call
|
|
12630
12509
|
var other = get_SEGMENT_SIZE_0();
|
|
12631
12510
|
var tmp2 = enqIdx.e3(toLong(other));
|
|
@@ -12678,21 +12557,21 @@
|
|
|
12678
12557
|
var other_0 = get_SEGMENT_SIZE_0();
|
|
12679
12558
|
var i = enqIdx.f3(toLong(other_0)).l1();
|
|
12680
12559
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
12681
|
-
if (segment.
|
|
12560
|
+
if (segment.q33_1.atomicfu$get(i).atomicfu$compareAndSet(null, waiter)) {
|
|
12682
12561
|
waiter.v23(segment, i);
|
|
12683
12562
|
return true;
|
|
12684
12563
|
}
|
|
12685
12564
|
var tmp4 = get_PERMIT();
|
|
12686
12565
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
12687
12566
|
var value = get_TAKEN();
|
|
12688
|
-
if (segment.
|
|
12567
|
+
if (segment.q33_1.atomicfu$get(i).atomicfu$compareAndSet(tmp4, value)) {
|
|
12689
12568
|
if (isInterface(waiter, CancellableContinuation)) {
|
|
12690
12569
|
if (!isInterface(waiter, CancellableContinuation))
|
|
12691
12570
|
THROW_CCE();
|
|
12692
|
-
waiter.e22(Unit_instance, $this.
|
|
12571
|
+
waiter.e22(Unit_instance, $this.f33_1);
|
|
12693
12572
|
} else {
|
|
12694
12573
|
if (isInterface(waiter, SelectInstance)) {
|
|
12695
|
-
waiter.
|
|
12574
|
+
waiter.d32(Unit_instance);
|
|
12696
12575
|
} else {
|
|
12697
12576
|
// Inline function 'kotlin.error' call
|
|
12698
12577
|
var message = 'unexpected: ' + toString(waiter);
|
|
@@ -12705,13 +12584,13 @@
|
|
|
12705
12584
|
return false;
|
|
12706
12585
|
}
|
|
12707
12586
|
function tryResumeNextFromQueue($this) {
|
|
12708
|
-
var curHead = $this.
|
|
12709
|
-
var deqIdx = $this.
|
|
12587
|
+
var curHead = $this.a33_1.kotlinx$atomicfu$value;
|
|
12588
|
+
var deqIdx = $this.b33_1.atomicfu$getAndIncrement$long();
|
|
12710
12589
|
// Inline function 'kotlin.Long.div' call
|
|
12711
12590
|
var other = get_SEGMENT_SIZE_0();
|
|
12712
12591
|
var id = deqIdx.e3(toLong(other));
|
|
12713
12592
|
var createNewSegment = createSegment$ref_1();
|
|
12714
|
-
var tmp0 = $this.
|
|
12593
|
+
var tmp0 = $this.a33_1;
|
|
12715
12594
|
var tmp$ret$3;
|
|
12716
12595
|
$l$block_2: {
|
|
12717
12596
|
// Inline function 'kotlinx.coroutines.internal.findSegmentAndMoveForward' call
|
|
@@ -12765,7 +12644,7 @@
|
|
|
12765
12644
|
var i = deqIdx.f3(toLong(other_0)).l1();
|
|
12766
12645
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.getAndSet' call
|
|
12767
12646
|
var value = get_PERMIT();
|
|
12768
|
-
var cellState = segment.
|
|
12647
|
+
var cellState = segment.q33_1.atomicfu$get(i).atomicfu$getAndSet(value);
|
|
12769
12648
|
if (cellState === null) {
|
|
12770
12649
|
// Inline function 'kotlin.repeat' call
|
|
12771
12650
|
var times = get_MAX_SPIN_CYCLES();
|
|
@@ -12775,14 +12654,14 @@
|
|
|
12775
12654
|
var index = inductionVariable;
|
|
12776
12655
|
inductionVariable = inductionVariable + 1 | 0;
|
|
12777
12656
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.get' call
|
|
12778
|
-
if (segment.
|
|
12657
|
+
if (segment.q33_1.atomicfu$get(i).kotlinx$atomicfu$value === get_TAKEN())
|
|
12779
12658
|
return true;
|
|
12780
12659
|
}
|
|
12781
12660
|
while (inductionVariable < times);
|
|
12782
12661
|
var tmp4 = get_PERMIT();
|
|
12783
12662
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.cas' call
|
|
12784
12663
|
var value_0 = get_BROKEN();
|
|
12785
|
-
return !segment.
|
|
12664
|
+
return !segment.q33_1.atomicfu$get(i).atomicfu$compareAndSet(tmp4, value_0);
|
|
12786
12665
|
} else if (cellState === get_CANCELLED())
|
|
12787
12666
|
return false;
|
|
12788
12667
|
else
|
|
@@ -12793,7 +12672,7 @@
|
|
|
12793
12672
|
if (isInterface(_this__u8e3s4, CancellableContinuation)) {
|
|
12794
12673
|
if (!isInterface(_this__u8e3s4, CancellableContinuation))
|
|
12795
12674
|
THROW_CCE();
|
|
12796
|
-
var token = _this__u8e3s4.b22(Unit_instance, null, $this.
|
|
12675
|
+
var token = _this__u8e3s4.b22(Unit_instance, null, $this.f33_1);
|
|
12797
12676
|
var tmp_0;
|
|
12798
12677
|
if (!(token == null)) {
|
|
12799
12678
|
_this__u8e3s4.h1z(token);
|
|
@@ -12833,41 +12712,41 @@
|
|
|
12833
12712
|
return l;
|
|
12834
12713
|
}
|
|
12835
12714
|
function SemaphoreAndMutexImpl(permits, acquiredPermits) {
|
|
12836
|
-
this.
|
|
12837
|
-
this.
|
|
12838
|
-
this.
|
|
12715
|
+
this.z32_1 = permits;
|
|
12716
|
+
this.b33_1 = atomic$long$1(new Long(0, 0));
|
|
12717
|
+
this.d33_1 = atomic$long$1(new Long(0, 0));
|
|
12839
12718
|
// Inline function 'kotlin.require' call
|
|
12840
|
-
if (!(this.
|
|
12841
|
-
var message = 'Semaphore should have at least 1 permit, but had ' + this.
|
|
12719
|
+
if (!(this.z32_1 > 0)) {
|
|
12720
|
+
var message = 'Semaphore should have at least 1 permit, but had ' + this.z32_1;
|
|
12842
12721
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
12843
12722
|
}
|
|
12844
12723
|
// Inline function 'kotlin.require' call
|
|
12845
|
-
if (!(0 <= acquiredPermits ? acquiredPermits <= this.
|
|
12846
|
-
var message_0 = 'The number of acquired permits should be in 0..' + this.
|
|
12724
|
+
if (!(0 <= acquiredPermits ? acquiredPermits <= this.z32_1 : false)) {
|
|
12725
|
+
var message_0 = 'The number of acquired permits should be in 0..' + this.z32_1;
|
|
12847
12726
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
12848
12727
|
}
|
|
12849
12728
|
var s = new SemaphoreSegment(new Long(0, 0), null, 2);
|
|
12850
|
-
this.
|
|
12851
|
-
this.
|
|
12852
|
-
this.
|
|
12729
|
+
this.a33_1 = atomic$ref$1(s);
|
|
12730
|
+
this.c33_1 = atomic$ref$1(s);
|
|
12731
|
+
this.e33_1 = atomic$int$1(this.z32_1 - acquiredPermits | 0);
|
|
12853
12732
|
var tmp = this;
|
|
12854
|
-
tmp.
|
|
12733
|
+
tmp.f33_1 = SemaphoreAndMutexImpl$onCancellationRelease$lambda(this);
|
|
12855
12734
|
}
|
|
12856
|
-
protoOf(SemaphoreAndMutexImpl).
|
|
12735
|
+
protoOf(SemaphoreAndMutexImpl).k33 = function () {
|
|
12857
12736
|
// Inline function 'kotlin.math.max' call
|
|
12858
|
-
var a = this.
|
|
12737
|
+
var a = this.e33_1.kotlinx$atomicfu$value;
|
|
12859
12738
|
return Math.max(a, 0);
|
|
12860
12739
|
};
|
|
12861
|
-
protoOf(SemaphoreAndMutexImpl).
|
|
12740
|
+
protoOf(SemaphoreAndMutexImpl).g33 = function () {
|
|
12862
12741
|
$l$loop: while (true) {
|
|
12863
|
-
var p = this.
|
|
12864
|
-
if (p > this.
|
|
12742
|
+
var p = this.e33_1.kotlinx$atomicfu$value;
|
|
12743
|
+
if (p > this.z32_1) {
|
|
12865
12744
|
coerceAvailablePermitsAtMaximum(this);
|
|
12866
12745
|
continue $l$loop;
|
|
12867
12746
|
}
|
|
12868
12747
|
if (p <= 0)
|
|
12869
12748
|
return false;
|
|
12870
|
-
if (this.
|
|
12749
|
+
if (this.e33_1.atomicfu$compareAndSet(p, p - 1 | 0))
|
|
12871
12750
|
return true;
|
|
12872
12751
|
}
|
|
12873
12752
|
};
|
|
@@ -12878,7 +12757,7 @@
|
|
|
12878
12757
|
while (true) {
|
|
12879
12758
|
var p = decPermits(this);
|
|
12880
12759
|
if (p > 0) {
|
|
12881
|
-
waiter.e22(Unit_instance, this.
|
|
12760
|
+
waiter.e22(Unit_instance, this.f33_1);
|
|
12882
12761
|
tmp$ret$1 = Unit_instance;
|
|
12883
12762
|
break $l$block_0;
|
|
12884
12763
|
}
|
|
@@ -12893,11 +12772,11 @@
|
|
|
12893
12772
|
};
|
|
12894
12773
|
protoOf(SemaphoreAndMutexImpl).m1h = function () {
|
|
12895
12774
|
while (true) {
|
|
12896
|
-
var p = this.
|
|
12897
|
-
if (p >= this.
|
|
12775
|
+
var p = this.e33_1.atomicfu$getAndIncrement();
|
|
12776
|
+
if (p >= this.z32_1) {
|
|
12898
12777
|
coerceAvailablePermitsAtMaximum(this);
|
|
12899
12778
|
// Inline function 'kotlin.error' call
|
|
12900
|
-
var message = 'The number of released permits cannot be greater than ' + this.
|
|
12779
|
+
var message = 'The number of released permits cannot be greater than ' + this.z32_1;
|
|
12901
12780
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
12902
12781
|
}
|
|
12903
12782
|
if (p >= 0)
|
|
@@ -12908,7 +12787,7 @@
|
|
|
12908
12787
|
};
|
|
12909
12788
|
function SemaphoreSegment(id, prev, pointers) {
|
|
12910
12789
|
Segment.call(this, id, prev, pointers);
|
|
12911
|
-
this.
|
|
12790
|
+
this.q33_1 = atomicfu$AtomicRefArray$ofNulls(get_SEGMENT_SIZE_0());
|
|
12912
12791
|
}
|
|
12913
12792
|
protoOf(SemaphoreSegment).k2b = function () {
|
|
12914
12793
|
return get_SEGMENT_SIZE_0();
|
|
@@ -12916,7 +12795,7 @@
|
|
|
12916
12795
|
protoOf(SemaphoreSegment).w22 = function (index, cause, context) {
|
|
12917
12796
|
// Inline function 'kotlinx.coroutines.sync.SemaphoreSegment.set' call
|
|
12918
12797
|
var value = get_CANCELLED();
|
|
12919
|
-
this.
|
|
12798
|
+
this.q33_1.atomicfu$get(index).kotlinx$atomicfu$value = value;
|
|
12920
12799
|
this.h2c();
|
|
12921
12800
|
};
|
|
12922
12801
|
protoOf(SemaphoreSegment).toString = function () {
|
|
@@ -12996,8 +12875,8 @@
|
|
|
12996
12875
|
NodeDispatcher_instance = this;
|
|
12997
12876
|
SetTimeoutBasedDispatcher.call(this);
|
|
12998
12877
|
}
|
|
12999
|
-
protoOf(NodeDispatcher).
|
|
13000
|
-
process.nextTick(this.
|
|
12878
|
+
protoOf(NodeDispatcher).t33 = function () {
|
|
12879
|
+
process.nextTick(this.a34_1.y33_1);
|
|
13001
12880
|
};
|
|
13002
12881
|
var NodeDispatcher_instance;
|
|
13003
12882
|
function NodeDispatcher_getInstance() {
|
|
@@ -13007,24 +12886,24 @@
|
|
|
13007
12886
|
}
|
|
13008
12887
|
function ScheduledMessageQueue$processQueue$lambda(this$0) {
|
|
13009
12888
|
return function () {
|
|
13010
|
-
this$0.
|
|
12889
|
+
this$0.e34();
|
|
13011
12890
|
return Unit_instance;
|
|
13012
12891
|
};
|
|
13013
12892
|
}
|
|
13014
12893
|
function ScheduledMessageQueue(dispatcher) {
|
|
13015
12894
|
MessageQueue.call(this);
|
|
13016
|
-
this.
|
|
12895
|
+
this.x33_1 = dispatcher;
|
|
13017
12896
|
var tmp = this;
|
|
13018
|
-
tmp.
|
|
12897
|
+
tmp.y33_1 = ScheduledMessageQueue$processQueue$lambda(this);
|
|
13019
12898
|
}
|
|
13020
|
-
protoOf(ScheduledMessageQueue).
|
|
13021
|
-
this.
|
|
12899
|
+
protoOf(ScheduledMessageQueue).f34 = function () {
|
|
12900
|
+
this.x33_1.t33();
|
|
13022
12901
|
};
|
|
13023
|
-
protoOf(ScheduledMessageQueue).
|
|
13024
|
-
setTimeout(this.
|
|
12902
|
+
protoOf(ScheduledMessageQueue).g34 = function () {
|
|
12903
|
+
setTimeout(this.y33_1, 0);
|
|
13025
12904
|
};
|
|
13026
|
-
protoOf(ScheduledMessageQueue).
|
|
13027
|
-
setTimeout(this.
|
|
12905
|
+
protoOf(ScheduledMessageQueue).h34 = function (timeout) {
|
|
12906
|
+
setTimeout(this.y33_1, timeout);
|
|
13028
12907
|
};
|
|
13029
12908
|
function w3cSetTimeout(handler, timeout) {
|
|
13030
12909
|
return setTimeout(handler, timeout);
|
|
@@ -13032,9 +12911,9 @@
|
|
|
13032
12911
|
function WindowMessageQueue$lambda(this$0) {
|
|
13033
12912
|
return function (event) {
|
|
13034
12913
|
var tmp;
|
|
13035
|
-
if (event.source == this$0.
|
|
12914
|
+
if (event.source == this$0.u34_1 && event.data == this$0.v34_1) {
|
|
13036
12915
|
event.stopPropagation();
|
|
13037
|
-
this$0.
|
|
12916
|
+
this$0.e34();
|
|
13038
12917
|
tmp = Unit_instance;
|
|
13039
12918
|
}
|
|
13040
12919
|
return Unit_instance;
|
|
@@ -13042,22 +12921,22 @@
|
|
|
13042
12921
|
}
|
|
13043
12922
|
function WindowMessageQueue$schedule$lambda(this$0) {
|
|
13044
12923
|
return function (it) {
|
|
13045
|
-
this$0.
|
|
12924
|
+
this$0.e34();
|
|
13046
12925
|
return Unit_instance;
|
|
13047
12926
|
};
|
|
13048
12927
|
}
|
|
13049
12928
|
function WindowMessageQueue(window_0) {
|
|
13050
12929
|
MessageQueue.call(this);
|
|
13051
|
-
this.
|
|
13052
|
-
this.
|
|
13053
|
-
this.
|
|
12930
|
+
this.u34_1 = window_0;
|
|
12931
|
+
this.v34_1 = 'dispatchCoroutine';
|
|
12932
|
+
this.u34_1.addEventListener('message', WindowMessageQueue$lambda(this), true);
|
|
13054
12933
|
}
|
|
13055
|
-
protoOf(WindowMessageQueue).
|
|
12934
|
+
protoOf(WindowMessageQueue).f34 = function () {
|
|
13056
12935
|
var tmp = Promise.resolve(Unit_instance);
|
|
13057
12936
|
tmp.then(WindowMessageQueue$schedule$lambda(this));
|
|
13058
12937
|
};
|
|
13059
|
-
protoOf(WindowMessageQueue).
|
|
13060
|
-
this.
|
|
12938
|
+
protoOf(WindowMessageQueue).g34 = function () {
|
|
12939
|
+
this.u34_1.postMessage(this.v34_1, '*');
|
|
13061
12940
|
};
|
|
13062
12941
|
function w3cSetTimeout_0(window_0, handler, timeout) {
|
|
13063
12942
|
return setTimeout_0(window_0, handler, timeout);
|
|
@@ -13163,8 +13042,8 @@
|
|
|
13163
13042
|
SetTimeoutDispatcher_instance = this;
|
|
13164
13043
|
SetTimeoutBasedDispatcher.call(this);
|
|
13165
13044
|
}
|
|
13166
|
-
protoOf(SetTimeoutDispatcher).
|
|
13167
|
-
this.
|
|
13045
|
+
protoOf(SetTimeoutDispatcher).t33 = function () {
|
|
13046
|
+
this.a34_1.h34(0);
|
|
13168
13047
|
};
|
|
13169
13048
|
var SetTimeoutDispatcher_instance;
|
|
13170
13049
|
function SetTimeoutDispatcher_getInstance() {
|
|
@@ -13187,14 +13066,14 @@
|
|
|
13187
13066
|
}
|
|
13188
13067
|
function SetTimeoutBasedDispatcher() {
|
|
13189
13068
|
CoroutineDispatcher.call(this);
|
|
13190
|
-
this.
|
|
13069
|
+
this.a34_1 = new ScheduledMessageQueue(this);
|
|
13191
13070
|
}
|
|
13192
13071
|
protoOf(SetTimeoutBasedDispatcher).b25 = function (parallelism, name) {
|
|
13193
13072
|
checkParallelism(parallelism);
|
|
13194
13073
|
return namedOrThis(this, name);
|
|
13195
13074
|
};
|
|
13196
13075
|
protoOf(SetTimeoutBasedDispatcher).d25 = function (context, block) {
|
|
13197
|
-
this.
|
|
13076
|
+
this.a34_1.i34(block);
|
|
13198
13077
|
};
|
|
13199
13078
|
protoOf(SetTimeoutBasedDispatcher).m25 = function (timeMillis, block, context) {
|
|
13200
13079
|
var handle = w3cSetTimeout(SetTimeoutBasedDispatcher$invokeOnTimeout$lambda(block), delayToInt(timeMillis));
|
|
@@ -13205,21 +13084,21 @@
|
|
|
13205
13084
|
invokeOnCancellation(continuation, new ClearTimeout(handle));
|
|
13206
13085
|
};
|
|
13207
13086
|
function MessageQueue() {
|
|
13208
|
-
this.
|
|
13209
|
-
this.
|
|
13210
|
-
this.
|
|
13087
|
+
this.b34_1 = ArrayDeque_init_$Create$();
|
|
13088
|
+
this.c34_1 = 16;
|
|
13089
|
+
this.d34_1 = false;
|
|
13211
13090
|
}
|
|
13212
|
-
protoOf(MessageQueue).
|
|
13213
|
-
this.
|
|
13214
|
-
if (!this.
|
|
13215
|
-
this.
|
|
13216
|
-
this.
|
|
13091
|
+
protoOf(MessageQueue).i34 = function (element) {
|
|
13092
|
+
this.j34(element);
|
|
13093
|
+
if (!this.d34_1) {
|
|
13094
|
+
this.d34_1 = true;
|
|
13095
|
+
this.f34();
|
|
13217
13096
|
}
|
|
13218
13097
|
};
|
|
13219
|
-
protoOf(MessageQueue).
|
|
13098
|
+
protoOf(MessageQueue).e34 = function () {
|
|
13220
13099
|
try {
|
|
13221
13100
|
// Inline function 'kotlin.repeat' call
|
|
13222
|
-
var times = this.
|
|
13101
|
+
var times = this.c34_1;
|
|
13223
13102
|
var inductionVariable = 0;
|
|
13224
13103
|
if (inductionVariable < times)
|
|
13225
13104
|
do {
|
|
@@ -13238,94 +13117,94 @@
|
|
|
13238
13117
|
while (inductionVariable < times);
|
|
13239
13118
|
}finally {
|
|
13240
13119
|
if (this.m()) {
|
|
13241
|
-
this.
|
|
13120
|
+
this.d34_1 = false;
|
|
13242
13121
|
} else {
|
|
13243
|
-
this.
|
|
13122
|
+
this.g34();
|
|
13244
13123
|
}
|
|
13245
13124
|
}
|
|
13246
13125
|
};
|
|
13247
|
-
protoOf(MessageQueue).
|
|
13248
|
-
return this.
|
|
13126
|
+
protoOf(MessageQueue).j34 = function (element) {
|
|
13127
|
+
return this.b34_1.h(element);
|
|
13249
13128
|
};
|
|
13250
13129
|
protoOf(MessageQueue).h = function (element) {
|
|
13251
|
-
return this.
|
|
13130
|
+
return this.j34((!(element == null) ? isInterface(element, Runnable) : false) ? element : THROW_CCE());
|
|
13252
13131
|
};
|
|
13253
|
-
protoOf(MessageQueue).
|
|
13254
|
-
this.
|
|
13132
|
+
protoOf(MessageQueue).k34 = function (index, element) {
|
|
13133
|
+
this.b34_1.p2(index, element);
|
|
13255
13134
|
};
|
|
13256
13135
|
protoOf(MessageQueue).p2 = function (index, element) {
|
|
13257
|
-
return this.
|
|
13136
|
+
return this.k34(index, (!(element == null) ? isInterface(element, Runnable) : false) ? element : THROW_CCE());
|
|
13258
13137
|
};
|
|
13259
|
-
protoOf(MessageQueue).
|
|
13260
|
-
return this.
|
|
13138
|
+
protoOf(MessageQueue).l34 = function (elements) {
|
|
13139
|
+
return this.b34_1.t(elements);
|
|
13261
13140
|
};
|
|
13262
13141
|
protoOf(MessageQueue).t = function (elements) {
|
|
13263
|
-
return this.
|
|
13142
|
+
return this.l34(elements);
|
|
13264
13143
|
};
|
|
13265
|
-
protoOf(MessageQueue).
|
|
13266
|
-
return this.
|
|
13144
|
+
protoOf(MessageQueue).m34 = function (elements) {
|
|
13145
|
+
return this.b34_1.m2(elements);
|
|
13267
13146
|
};
|
|
13268
13147
|
protoOf(MessageQueue).m2 = function (elements) {
|
|
13269
|
-
return this.
|
|
13148
|
+
return this.m34(elements);
|
|
13270
13149
|
};
|
|
13271
13150
|
protoOf(MessageQueue).n2 = function () {
|
|
13272
|
-
this.
|
|
13151
|
+
this.b34_1.n2();
|
|
13273
13152
|
};
|
|
13274
|
-
protoOf(MessageQueue).
|
|
13275
|
-
return this.
|
|
13153
|
+
protoOf(MessageQueue).n34 = function (index, element) {
|
|
13154
|
+
return this.b34_1.o2(index, element);
|
|
13276
13155
|
};
|
|
13277
13156
|
protoOf(MessageQueue).o2 = function (index, element) {
|
|
13278
|
-
return this.
|
|
13157
|
+
return this.n34(index, (!(element == null) ? isInterface(element, Runnable) : false) ? element : THROW_CCE());
|
|
13279
13158
|
};
|
|
13280
13159
|
protoOf(MessageQueue).q2 = function (index) {
|
|
13281
|
-
return this.
|
|
13160
|
+
return this.b34_1.q2(index);
|
|
13282
13161
|
};
|
|
13283
13162
|
protoOf(MessageQueue).v = function (index) {
|
|
13284
|
-
return this.
|
|
13163
|
+
return this.b34_1.v(index);
|
|
13285
13164
|
};
|
|
13286
13165
|
protoOf(MessageQueue).g2 = function (fromIndex, toIndex) {
|
|
13287
|
-
return this.
|
|
13166
|
+
return this.b34_1.g2(fromIndex, toIndex);
|
|
13288
13167
|
};
|
|
13289
13168
|
protoOf(MessageQueue).m = function () {
|
|
13290
|
-
return this.
|
|
13169
|
+
return this.b34_1.m();
|
|
13291
13170
|
};
|
|
13292
|
-
protoOf(MessageQueue).
|
|
13293
|
-
return this.
|
|
13171
|
+
protoOf(MessageQueue).o34 = function (element) {
|
|
13172
|
+
return this.b34_1.w(element);
|
|
13294
13173
|
};
|
|
13295
13174
|
protoOf(MessageQueue).w = function (element) {
|
|
13296
13175
|
if (!(!(element == null) ? isInterface(element, Runnable) : false))
|
|
13297
13176
|
return false;
|
|
13298
|
-
return this.
|
|
13177
|
+
return this.o34((!(element == null) ? isInterface(element, Runnable) : false) ? element : THROW_CCE());
|
|
13299
13178
|
};
|
|
13300
13179
|
protoOf(MessageQueue).p = function () {
|
|
13301
|
-
return this.
|
|
13180
|
+
return this.b34_1.p();
|
|
13302
13181
|
};
|
|
13303
|
-
protoOf(MessageQueue).
|
|
13304
|
-
return this.
|
|
13182
|
+
protoOf(MessageQueue).p34 = function (elements) {
|
|
13183
|
+
return this.b34_1.f2(elements);
|
|
13305
13184
|
};
|
|
13306
13185
|
protoOf(MessageQueue).f2 = function (elements) {
|
|
13307
|
-
return this.
|
|
13186
|
+
return this.p34(elements);
|
|
13308
13187
|
};
|
|
13309
13188
|
protoOf(MessageQueue).u = function (index) {
|
|
13310
|
-
return this.
|
|
13189
|
+
return this.b34_1.u(index);
|
|
13311
13190
|
};
|
|
13312
|
-
protoOf(MessageQueue).
|
|
13313
|
-
return this.
|
|
13191
|
+
protoOf(MessageQueue).q34 = function (element) {
|
|
13192
|
+
return this.b34_1.x(element);
|
|
13314
13193
|
};
|
|
13315
13194
|
protoOf(MessageQueue).x = function (element) {
|
|
13316
13195
|
if (!(!(element == null) ? isInterface(element, Runnable) : false))
|
|
13317
13196
|
return -1;
|
|
13318
|
-
return this.
|
|
13197
|
+
return this.q34((!(element == null) ? isInterface(element, Runnable) : false) ? element : THROW_CCE());
|
|
13319
13198
|
};
|
|
13320
13199
|
protoOf(MessageQueue).s = function () {
|
|
13321
|
-
return this.
|
|
13200
|
+
return this.b34_1.oh_1;
|
|
13322
13201
|
};
|
|
13323
13202
|
function WindowClearTimeout($outer, handle) {
|
|
13324
|
-
this.
|
|
13203
|
+
this.d35_1 = $outer;
|
|
13325
13204
|
ClearTimeout.call(this, handle);
|
|
13326
13205
|
}
|
|
13327
13206
|
protoOf(WindowClearTimeout).y1y = function () {
|
|
13328
|
-
w3cClearTimeout(this.
|
|
13207
|
+
w3cClearTimeout(this.d35_1.f35_1, this.h35_1);
|
|
13329
13208
|
};
|
|
13330
13209
|
function WindowDispatcher$scheduleResumeAfterDelay$lambda($continuation, this$0) {
|
|
13331
13210
|
return function () {
|
|
@@ -13344,34 +13223,34 @@
|
|
|
13344
13223
|
}
|
|
13345
13224
|
function WindowDispatcher(window_0) {
|
|
13346
13225
|
CoroutineDispatcher.call(this);
|
|
13347
|
-
this.
|
|
13348
|
-
this.
|
|
13226
|
+
this.f35_1 = window_0;
|
|
13227
|
+
this.g35_1 = new WindowMessageQueue(this.f35_1);
|
|
13349
13228
|
}
|
|
13350
13229
|
protoOf(WindowDispatcher).d25 = function (context, block) {
|
|
13351
|
-
return this.
|
|
13230
|
+
return this.g35_1.i34(block);
|
|
13352
13231
|
};
|
|
13353
13232
|
protoOf(WindowDispatcher).l25 = function (timeMillis, continuation) {
|
|
13354
|
-
var handle = w3cSetTimeout_0(this.
|
|
13233
|
+
var handle = w3cSetTimeout_0(this.f35_1, WindowDispatcher$scheduleResumeAfterDelay$lambda(continuation, this), delayToInt(timeMillis));
|
|
13355
13234
|
invokeOnCancellation(continuation, new WindowClearTimeout(this, handle));
|
|
13356
13235
|
};
|
|
13357
13236
|
protoOf(WindowDispatcher).m25 = function (timeMillis, block, context) {
|
|
13358
|
-
var handle = w3cSetTimeout_0(this.
|
|
13237
|
+
var handle = w3cSetTimeout_0(this.f35_1, Runnable$run$ref(block), delayToInt(timeMillis));
|
|
13359
13238
|
return new WindowClearTimeout(this, handle);
|
|
13360
13239
|
};
|
|
13361
13240
|
function delayToInt(timeMillis) {
|
|
13362
13241
|
return coerceIn(timeMillis, new Long(0, 0), new Long(2147483647, 0)).l1();
|
|
13363
13242
|
}
|
|
13364
13243
|
function ClearTimeout(handle) {
|
|
13365
|
-
this.
|
|
13244
|
+
this.h35_1 = handle;
|
|
13366
13245
|
}
|
|
13367
13246
|
protoOf(ClearTimeout).y1y = function () {
|
|
13368
|
-
w3cClearTimeout_0(this.
|
|
13247
|
+
w3cClearTimeout_0(this.h35_1);
|
|
13369
13248
|
};
|
|
13370
13249
|
protoOf(ClearTimeout).z1y = function (cause) {
|
|
13371
13250
|
this.y1y();
|
|
13372
13251
|
};
|
|
13373
13252
|
protoOf(ClearTimeout).toString = function () {
|
|
13374
|
-
return 'ClearTimeout[' + this.
|
|
13253
|
+
return 'ClearTimeout[' + this.h35_1 + ']';
|
|
13375
13254
|
};
|
|
13376
13255
|
function toDebugString(_this__u8e3s4) {
|
|
13377
13256
|
return toString(_this__u8e3s4);
|
|
@@ -13415,33 +13294,33 @@
|
|
|
13415
13294
|
}
|
|
13416
13295
|
function JsMainDispatcher(delegate, invokeImmediately) {
|
|
13417
13296
|
MainCoroutineDispatcher.call(this);
|
|
13418
|
-
this.
|
|
13419
|
-
this.
|
|
13420
|
-
this.
|
|
13297
|
+
this.n35_1 = delegate;
|
|
13298
|
+
this.o35_1 = invokeImmediately;
|
|
13299
|
+
this.p35_1 = this.o35_1 ? this : new JsMainDispatcher(this.n35_1, true);
|
|
13421
13300
|
}
|
|
13422
13301
|
protoOf(JsMainDispatcher).u29 = function () {
|
|
13423
|
-
return this.
|
|
13302
|
+
return this.p35_1;
|
|
13424
13303
|
};
|
|
13425
13304
|
protoOf(JsMainDispatcher).a25 = function (context) {
|
|
13426
|
-
return !this.
|
|
13305
|
+
return !this.o35_1;
|
|
13427
13306
|
};
|
|
13428
13307
|
protoOf(JsMainDispatcher).d25 = function (context, block) {
|
|
13429
|
-
return this.
|
|
13308
|
+
return this.n35_1.d25(context, block);
|
|
13430
13309
|
};
|
|
13431
13310
|
protoOf(JsMainDispatcher).e25 = function (context, block) {
|
|
13432
|
-
return this.
|
|
13311
|
+
return this.n35_1.e25(context, block);
|
|
13433
13312
|
};
|
|
13434
13313
|
protoOf(JsMainDispatcher).toString = function () {
|
|
13435
13314
|
var tmp0_elvis_lhs = this.v29();
|
|
13436
|
-
return tmp0_elvis_lhs == null ? this.
|
|
13315
|
+
return tmp0_elvis_lhs == null ? this.n35_1.toString() : tmp0_elvis_lhs;
|
|
13437
13316
|
};
|
|
13438
13317
|
function JobCancellationException(message, cause, job) {
|
|
13439
13318
|
CancellationException_init_$Init$_0(message, cause, this);
|
|
13440
13319
|
captureStack(this, JobCancellationException);
|
|
13441
|
-
this.
|
|
13320
|
+
this.q35_1 = job;
|
|
13442
13321
|
}
|
|
13443
13322
|
protoOf(JobCancellationException).toString = function () {
|
|
13444
|
-
return protoOf(CancellationException).toString.call(this) + '; job=' + toString(this.
|
|
13323
|
+
return protoOf(CancellationException).toString.call(this) + '; job=' + toString(this.q35_1);
|
|
13445
13324
|
};
|
|
13446
13325
|
protoOf(JobCancellationException).equals = function (other) {
|
|
13447
13326
|
var tmp;
|
|
@@ -13457,7 +13336,7 @@
|
|
|
13457
13336
|
tmp_2 = false;
|
|
13458
13337
|
}
|
|
13459
13338
|
if (tmp_2) {
|
|
13460
|
-
tmp_1 = equals(other.
|
|
13339
|
+
tmp_1 = equals(other.q35_1, this.q35_1);
|
|
13461
13340
|
} else {
|
|
13462
13341
|
tmp_1 = false;
|
|
13463
13342
|
}
|
|
@@ -13471,7 +13350,7 @@
|
|
|
13471
13350
|
return tmp;
|
|
13472
13351
|
};
|
|
13473
13352
|
protoOf(JobCancellationException).hashCode = function () {
|
|
13474
|
-
var tmp = imul(imul(getStringHashCode(ensureNotNull(this.message)), 31) + hashCode(this.
|
|
13353
|
+
var tmp = imul(imul(getStringHashCode(ensureNotNull(this.message)), 31) + hashCode(this.q35_1) | 0, 31);
|
|
13475
13354
|
var tmp0_safe_receiver = this.cause;
|
|
13476
13355
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
13477
13356
|
return tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
@@ -13520,7 +13399,7 @@
|
|
|
13520
13399
|
protoOf(WorkaroundAtomicReference).c26 = function () {
|
|
13521
13400
|
return this.k2p_1;
|
|
13522
13401
|
};
|
|
13523
|
-
protoOf(WorkaroundAtomicReference).
|
|
13402
|
+
protoOf(WorkaroundAtomicReference).i30 = function (value) {
|
|
13524
13403
|
this.k2p_1 = value;
|
|
13525
13404
|
};
|
|
13526
13405
|
protoOf(WorkaroundAtomicReference).m2p = function (value) {
|
|
@@ -13568,7 +13447,7 @@
|
|
|
13568
13447
|
var prev = this.p1z_1;
|
|
13569
13448
|
var tmp;
|
|
13570
13449
|
if (prev instanceof ListClosed) {
|
|
13571
|
-
tmp = ((prev.
|
|
13450
|
+
tmp = ((prev.u35_1 & permissionsBitmask) === 0 && prev.r1z(node, permissionsBitmask));
|
|
13572
13451
|
} else {
|
|
13573
13452
|
node.o1z_1 = this;
|
|
13574
13453
|
node.p1z_1 = prev;
|
|
@@ -13599,7 +13478,7 @@
|
|
|
13599
13478
|
};
|
|
13600
13479
|
function ListClosed(forbiddenElementsBitmask) {
|
|
13601
13480
|
LockFreeLinkedListNode.call(this);
|
|
13602
|
-
this.
|
|
13481
|
+
this.u35_1 = forbiddenElementsBitmask;
|
|
13603
13482
|
}
|
|
13604
13483
|
function unwrap(exception) {
|
|
13605
13484
|
return exception;
|
|
@@ -13648,8 +13527,8 @@
|
|
|
13648
13527
|
defineProp(protoOf(DispatchException), 'cause', function () {
|
|
13649
13528
|
return this.s1();
|
|
13650
13529
|
});
|
|
13651
|
-
protoOf(MutexImpl).
|
|
13652
|
-
protoOf(MutexImpl).
|
|
13530
|
+
protoOf(MutexImpl).j32 = lock$default;
|
|
13531
|
+
protoOf(MutexImpl).l32 = unlock$default;
|
|
13653
13532
|
//endregion
|
|
13654
13533
|
//region block: init
|
|
13655
13534
|
Active_instance = new Active();
|
|
@@ -13669,72 +13548,71 @@
|
|
|
13669
13548
|
_.$_$.b = CoroutineStart_UNDISPATCHED_getInstance;
|
|
13670
13549
|
_.$_$.c = firstOrNull;
|
|
13671
13550
|
_.$_$.d = first;
|
|
13672
|
-
_.$_$.e =
|
|
13673
|
-
_.$_$.f =
|
|
13674
|
-
_.$_$.g =
|
|
13675
|
-
_.$_$.h =
|
|
13676
|
-
_.$_$.i =
|
|
13677
|
-
_.$_$.j =
|
|
13678
|
-
_.$_$.k =
|
|
13679
|
-
_.$_$.l =
|
|
13680
|
-
_.$_$.m =
|
|
13681
|
-
_.$_$.n =
|
|
13682
|
-
_.$_$.o =
|
|
13683
|
-
_.$_$.p =
|
|
13684
|
-
_.$_$.q =
|
|
13685
|
-
_.$_$.r =
|
|
13686
|
-
_.$_$.s =
|
|
13687
|
-
_.$_$.t =
|
|
13688
|
-
_.$_$.u =
|
|
13689
|
-
_.$_$.v =
|
|
13690
|
-
_.$_$.w =
|
|
13691
|
-
_.$_$.x =
|
|
13692
|
-
_.$_$.y =
|
|
13693
|
-
_.$_$.z =
|
|
13694
|
-
_.$_$.a1 =
|
|
13695
|
-
_.$_$.b1 =
|
|
13696
|
-
_.$_$.c1 =
|
|
13697
|
-
_.$_$.d1 =
|
|
13698
|
-
_.$_$.e1 =
|
|
13699
|
-
_.$_$.f1 =
|
|
13700
|
-
_.$_$.g1 =
|
|
13701
|
-
_.$_$.h1 =
|
|
13702
|
-
_.$_$.i1 =
|
|
13703
|
-
_.$_$.j1 =
|
|
13704
|
-
_.$_$.k1 =
|
|
13705
|
-
_.$_$.l1 =
|
|
13706
|
-
_.$_$.m1 =
|
|
13707
|
-
_.$_$.n1 =
|
|
13708
|
-
_.$_$.o1 =
|
|
13709
|
-
_.$_$.p1 =
|
|
13710
|
-
_.$_$.q1 =
|
|
13711
|
-
_.$_$.r1 =
|
|
13712
|
-
_.$_$.s1 =
|
|
13713
|
-
_.$_$.t1 =
|
|
13714
|
-
_.$_$.u1 =
|
|
13715
|
-
_.$_$.v1 =
|
|
13716
|
-
_.$_$.w1 =
|
|
13717
|
-
_.$_$.x1 =
|
|
13718
|
-
_.$_$.y1 =
|
|
13719
|
-
_.$_$.z1 =
|
|
13720
|
-
_.$_$.a2 =
|
|
13721
|
-
_.$_$.b2 =
|
|
13722
|
-
_.$_$.c2 =
|
|
13723
|
-
_.$_$.d2 =
|
|
13724
|
-
_.$_$.e2 =
|
|
13725
|
-
_.$_$.f2 =
|
|
13726
|
-
_.$_$.g2 =
|
|
13727
|
-
_.$_$.h2 =
|
|
13728
|
-
_.$_$.i2 =
|
|
13729
|
-
_.$_$.j2 =
|
|
13730
|
-
_.$_$.k2 =
|
|
13731
|
-
_.$_$.l2 =
|
|
13732
|
-
_.$_$.m2 =
|
|
13733
|
-
_.$_$.n2 =
|
|
13734
|
-
_.$_$.o2 =
|
|
13735
|
-
_.$_$.p2 =
|
|
13736
|
-
_.$_$.q2 =
|
|
13737
|
-
_.$_$.r2 = promise;
|
|
13551
|
+
_.$_$.e = awaitAll;
|
|
13552
|
+
_.$_$.f = await_0;
|
|
13553
|
+
_.$_$.g = cancelAndJoin;
|
|
13554
|
+
_.$_$.h = coroutineScope;
|
|
13555
|
+
_.$_$.i = delay;
|
|
13556
|
+
_.$_$.j = joinAll;
|
|
13557
|
+
_.$_$.k = supervisorScope;
|
|
13558
|
+
_.$_$.l = withContext;
|
|
13559
|
+
_.$_$.m = withTimeoutOrNull_0;
|
|
13560
|
+
_.$_$.n = withTimeoutOrNull;
|
|
13561
|
+
_.$_$.o = withTimeout_0;
|
|
13562
|
+
_.$_$.p = yield_0;
|
|
13563
|
+
_.$_$.q = ChannelResult__getOrNull_impl_f5e07h;
|
|
13564
|
+
_.$_$.r = _ChannelResult___get_isSuccess__impl__odq1z9;
|
|
13565
|
+
_.$_$.s = Key_instance_1;
|
|
13566
|
+
_.$_$.t = Key_instance_2;
|
|
13567
|
+
_.$_$.u = Dispatchers_getInstance;
|
|
13568
|
+
_.$_$.v = GlobalScope_instance;
|
|
13569
|
+
_.$_$.w = Key_instance_3;
|
|
13570
|
+
_.$_$.x = ChannelResult;
|
|
13571
|
+
_.$_$.y = Channel;
|
|
13572
|
+
_.$_$.z = ClosedReceiveChannelException;
|
|
13573
|
+
_.$_$.a1 = ProducerScope;
|
|
13574
|
+
_.$_$.b1 = cancelConsumed;
|
|
13575
|
+
_.$_$.c1 = produce_0;
|
|
13576
|
+
_.$_$.d1 = FlowCollector;
|
|
13577
|
+
_.$_$.e1 = MutableStateFlow;
|
|
13578
|
+
_.$_$.f1 = asFlow;
|
|
13579
|
+
_.$_$.g1 = asStateFlow;
|
|
13580
|
+
_.$_$.h1 = cancellable;
|
|
13581
|
+
_.$_$.i1 = catch_0;
|
|
13582
|
+
_.$_$.j1 = consumeAsFlow;
|
|
13583
|
+
_.$_$.k1 = emptyFlow;
|
|
13584
|
+
_.$_$.l1 = filterNotNull;
|
|
13585
|
+
_.$_$.m1 = flow;
|
|
13586
|
+
_.$_$.n1 = onCompletion;
|
|
13587
|
+
_.$_$.o1 = onEach;
|
|
13588
|
+
_.$_$.p1 = onStart;
|
|
13589
|
+
_.$_$.q1 = recoverStackTrace;
|
|
13590
|
+
_.$_$.r1 = startCoroutineCancellable_1;
|
|
13591
|
+
_.$_$.s1 = Mutex_0;
|
|
13592
|
+
_.$_$.t1 = CancellableContinuationImpl;
|
|
13593
|
+
_.$_$.u1 = CancellationException_0;
|
|
13594
|
+
_.$_$.v1 = CompletableDeferred_0;
|
|
13595
|
+
_.$_$.w1 = CompletableDeferred;
|
|
13596
|
+
_.$_$.x1 = CompletableJob;
|
|
13597
|
+
_.$_$.y1 = CopyableThrowable;
|
|
13598
|
+
_.$_$.z1 = CoroutineName;
|
|
13599
|
+
_.$_$.a2 = CoroutineScope_0;
|
|
13600
|
+
_.$_$.b2 = CoroutineScope;
|
|
13601
|
+
_.$_$.c2 = Job_0;
|
|
13602
|
+
_.$_$.d2 = Job;
|
|
13603
|
+
_.$_$.e2 = SupervisorJob;
|
|
13604
|
+
_.$_$.f2 = TimeoutCancellationException;
|
|
13605
|
+
_.$_$.g2 = async;
|
|
13606
|
+
_.$_$.h2 = cancelChildren;
|
|
13607
|
+
_.$_$.i2 = cancel_0;
|
|
13608
|
+
_.$_$.j2 = cancel_2;
|
|
13609
|
+
_.$_$.k2 = cancel;
|
|
13610
|
+
_.$_$.l2 = cancel_1;
|
|
13611
|
+
_.$_$.m2 = ensureActive;
|
|
13612
|
+
_.$_$.n2 = get_isActive;
|
|
13613
|
+
_.$_$.o2 = get_job;
|
|
13614
|
+
_.$_$.p2 = launch;
|
|
13615
|
+
_.$_$.q2 = promise;
|
|
13738
13616
|
//endregion
|
|
13739
13617
|
return _;
|
|
13740
13618
|
}));
|