client_plugin_logic_deb 1.8.397 → 1.8.399
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/Kosi-Kaverit-kaverit.js +23 -23
- package/Kosi-Kodein-kodein-di.js +161 -161
- package/Kotlin-DateTime-library-kotlinx-datetime.js +170 -170
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-ai_module.js +2093 -0
- package/Logic_Debertz-ai_module.js.map +1 -0
- package/Logic_Debertz-client_plugin.d.ts +34 -16
- package/Logic_Debertz-client_plugin.js +3852 -3851
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1622 -1479
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14432 -13832
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +9653 -9653
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1620 -1566
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +2085 -2024
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +9 -9
- package/kotlinx-coroutines-core.js +981 -981
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +41 -41
- package/kotlinx-serialization-kotlinx-serialization-core.js +196 -196
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +253 -253
- package/ktor-ktor-client-content-negotiation.js +89 -89
- package/ktor-ktor-client-core.js +1054 -1029
- package/ktor-ktor-client-core.js.map +1 -1
- package/ktor-ktor-client-logging.js +293 -288
- package/ktor-ktor-client-logging.js.map +1 -1
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http.js +167 -163
- package/ktor-ktor-http.js.map +1 -1
- package/ktor-ktor-io.js +372 -372
- package/ktor-ktor-serialization-kotlinx.js +127 -127
- package/ktor-ktor-serialization.js +68 -68
- package/ktor-ktor-utils.js +278 -278
- package/ktor-ktor-websockets.js +15 -15
- package/package.json +1 -1
- package/random-library-crypto-rand.js +13 -13
- package/random-library-secure-random.js +5 -5
- package/raspberry-cardgame-lib-core.js +99 -99
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +12 -12
- package/raspberry-cardgame-lib-random.js +237 -237
- package/uuid.js +15 -15
- package/uuid.js.map +1 -1
package/ktor-ktor-io.js
CHANGED
|
@@ -19,85 +19,85 @@
|
|
|
19
19
|
'use strict';
|
|
20
20
|
//region block: imports
|
|
21
21
|
var imul = Math.imul;
|
|
22
|
-
var KMutableProperty1 = kotlin_kotlin.$_$.
|
|
23
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
22
|
+
var KMutableProperty1 = kotlin_kotlin.$_$.me;
|
|
23
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.mc;
|
|
24
24
|
var Unit_instance = kotlin_kotlin.$_$.g5;
|
|
25
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
26
|
-
var toString = kotlin_kotlin.$_$.
|
|
25
|
+
var ensureNotNull = kotlin_kotlin.$_$.ki;
|
|
26
|
+
var toString = kotlin_kotlin.$_$.sd;
|
|
27
27
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.l1;
|
|
28
|
-
var fromInt = kotlin_kotlin.$_$.
|
|
28
|
+
var fromInt = kotlin_kotlin.$_$.kb;
|
|
29
29
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.p1;
|
|
30
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
31
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
32
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
33
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
34
|
-
var convertToInt = kotlin_kotlin.$_$.
|
|
35
|
-
var compare = kotlin_kotlin.$_$.
|
|
36
|
-
var subtract = kotlin_kotlin.$_$.
|
|
37
|
-
var Long = kotlin_kotlin.$_$.
|
|
38
|
-
var equalsLong = kotlin_kotlin.$_$.
|
|
39
|
-
var add = kotlin_kotlin.$_$.
|
|
30
|
+
var CoroutineImpl = kotlin_kotlin.$_$.va;
|
|
31
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ga;
|
|
32
|
+
var protoOf = kotlin_kotlin.$_$.pd;
|
|
33
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.rc;
|
|
34
|
+
var convertToInt = kotlin_kotlin.$_$.gb;
|
|
35
|
+
var compare = kotlin_kotlin.$_$.eb;
|
|
36
|
+
var subtract = kotlin_kotlin.$_$.tb;
|
|
37
|
+
var Long = kotlin_kotlin.$_$.nh;
|
|
38
|
+
var equalsLong = kotlin_kotlin.$_$.jb;
|
|
39
|
+
var add = kotlin_kotlin.$_$.ab;
|
|
40
40
|
var VOID = kotlin_kotlin.$_$.b;
|
|
41
41
|
var atomic$ref$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.e;
|
|
42
42
|
var atomic$long$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.d;
|
|
43
43
|
var atomic$int$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.f;
|
|
44
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
44
|
+
var THROW_CCE = kotlin_kotlin.$_$.th;
|
|
45
45
|
var CancellationException_init_$Create$ = kotlin_kotlin.$_$.v;
|
|
46
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
47
|
-
var CancellationException = kotlin_kotlin.$_$.
|
|
46
|
+
var initMetadataForClass = kotlin_kotlin.$_$.pc;
|
|
47
|
+
var CancellationException = kotlin_kotlin.$_$.fa;
|
|
48
48
|
var CancellationException_init_$Init$ = kotlin_kotlin.$_$.u;
|
|
49
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
49
|
+
var captureStack = kotlin_kotlin.$_$.zb;
|
|
50
50
|
var EmptyCoroutineContext_getInstance = kotlin_kotlin.$_$.k4;
|
|
51
51
|
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.r1;
|
|
52
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
52
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.sc;
|
|
53
53
|
var cancel$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
|
|
54
54
|
var invokeOnCompletion$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.i;
|
|
55
55
|
var Job = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t1;
|
|
56
56
|
var Key_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.k;
|
|
57
57
|
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d2;
|
|
58
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
58
|
+
var isInterface = kotlin_kotlin.$_$.dd;
|
|
59
59
|
var Key_instance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
60
60
|
var Dispatchers_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.m;
|
|
61
|
-
var equals = kotlin_kotlin.$_$.
|
|
62
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
61
|
+
var equals = kotlin_kotlin.$_$.ic;
|
|
62
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.tc;
|
|
63
63
|
var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.y;
|
|
64
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
65
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
66
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
67
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
68
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
69
|
-
var Exception = kotlin_kotlin.$_$.
|
|
64
|
+
var charSequenceLength = kotlin_kotlin.$_$.ec;
|
|
65
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.qc;
|
|
66
|
+
var hashCode = kotlin_kotlin.$_$.oc;
|
|
67
|
+
var toString_0 = kotlin_kotlin.$_$.ng;
|
|
68
|
+
var objectCreate = kotlin_kotlin.$_$.od;
|
|
69
|
+
var Exception = kotlin_kotlin.$_$.kh;
|
|
70
70
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.f1;
|
|
71
|
-
var numberToChar = kotlin_kotlin.$_$.
|
|
72
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
73
|
-
var coerceAtMost = kotlin_kotlin.$_$.
|
|
71
|
+
var numberToChar = kotlin_kotlin.$_$.md;
|
|
72
|
+
var coerceAtLeast = kotlin_kotlin.$_$.xd;
|
|
73
|
+
var coerceAtMost = kotlin_kotlin.$_$.zd;
|
|
74
74
|
var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.s2;
|
|
75
|
-
var toByte = kotlin_kotlin.$_$.
|
|
75
|
+
var toByte = kotlin_kotlin.$_$.qd;
|
|
76
76
|
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.b4;
|
|
77
77
|
var UnsupportedOperationException_init_$Create$ = kotlin_kotlin.$_$.d2;
|
|
78
|
-
var toShort = kotlin_kotlin.$_$.
|
|
78
|
+
var toShort = kotlin_kotlin.$_$.rd;
|
|
79
79
|
var _UShort___init__impl__jigrne = kotlin_kotlin.$_$.a4;
|
|
80
|
-
var charSequenceGet = kotlin_kotlin.$_$.
|
|
81
|
-
var isLowSurrogate = kotlin_kotlin.$_$.
|
|
82
|
-
var isHighSurrogate = kotlin_kotlin.$_$.
|
|
80
|
+
var charSequenceGet = kotlin_kotlin.$_$.dc;
|
|
81
|
+
var isLowSurrogate = kotlin_kotlin.$_$.kf;
|
|
82
|
+
var isHighSurrogate = kotlin_kotlin.$_$.jf;
|
|
83
83
|
var Job_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s1;
|
|
84
|
-
var coerceAtMost_0 = kotlin_kotlin.$_$.
|
|
85
|
-
var toString_1 = kotlin_kotlin.$_$.
|
|
86
|
-
var lazy = kotlin_kotlin.$_$.
|
|
87
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
88
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
84
|
+
var coerceAtMost_0 = kotlin_kotlin.$_$.yd;
|
|
85
|
+
var toString_1 = kotlin_kotlin.$_$.xi;
|
|
86
|
+
var lazy = kotlin_kotlin.$_$.qi;
|
|
87
|
+
var KProperty1 = kotlin_kotlin.$_$.oe;
|
|
88
|
+
var initMetadataForObject = kotlin_kotlin.$_$.uc;
|
|
89
89
|
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.t1;
|
|
90
90
|
var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.m2;
|
|
91
|
-
var replace = kotlin_kotlin.$_$.
|
|
92
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
93
|
-
var extendThrowable = kotlin_kotlin.$_$.
|
|
94
|
-
var charSequenceSubSequence = kotlin_kotlin.$_$.
|
|
91
|
+
var replace = kotlin_kotlin.$_$.vf;
|
|
92
|
+
var getStringHashCode = kotlin_kotlin.$_$.nc;
|
|
93
|
+
var extendThrowable = kotlin_kotlin.$_$.jc;
|
|
94
|
+
var charSequenceSubSequence = kotlin_kotlin.$_$.fc;
|
|
95
95
|
var IndexOutOfBoundsException_init_$Create$_0 = kotlin_kotlin.$_$.s1;
|
|
96
96
|
var Exception_init_$Init$_0 = kotlin_kotlin.$_$.g1;
|
|
97
|
-
var isCharSequence = kotlin_kotlin.$_$.
|
|
98
|
-
var trim = kotlin_kotlin.$_$.
|
|
99
|
-
var decodeToString = kotlin_kotlin.$_$.
|
|
100
|
-
var setOf = kotlin_kotlin.$_$.
|
|
97
|
+
var isCharSequence = kotlin_kotlin.$_$.zc;
|
|
98
|
+
var trim = kotlin_kotlin.$_$.vg;
|
|
99
|
+
var decodeToString = kotlin_kotlin.$_$.ze;
|
|
100
|
+
var setOf = kotlin_kotlin.$_$.e9;
|
|
101
101
|
//endregion
|
|
102
102
|
//region block: pre-declaration
|
|
103
103
|
initMetadataForCoroutine($awaitAtLeastNBytesAvailableForWriteCOROUTINE$, CoroutineImpl);
|
|
@@ -259,9 +259,9 @@
|
|
|
259
259
|
}
|
|
260
260
|
function readRemainingSuspend($this, builder, limit, $completion) {
|
|
261
261
|
var tmp = new $readRemainingSuspendCOROUTINE$($this, builder, limit, $completion);
|
|
262
|
-
tmp.
|
|
263
|
-
tmp.
|
|
264
|
-
return tmp.
|
|
262
|
+
tmp.u8_1 = Unit_instance;
|
|
263
|
+
tmp.v8_1 = null;
|
|
264
|
+
return tmp.a9();
|
|
265
265
|
}
|
|
266
266
|
function completeReading($this) {
|
|
267
267
|
// Inline function 'io.ktor.utils.io.core.Buffer.readRemaining' call
|
|
@@ -279,9 +279,9 @@
|
|
|
279
279
|
}
|
|
280
280
|
function discardSuspend($this, max, discarded0, $completion) {
|
|
281
281
|
var tmp = new $discardSuspendCOROUTINE$($this, max, discarded0, $completion);
|
|
282
|
-
tmp.
|
|
283
|
-
tmp.
|
|
284
|
-
return tmp.
|
|
282
|
+
tmp.u8_1 = Unit_instance;
|
|
283
|
+
tmp.v8_1 = null;
|
|
284
|
+
return tmp.a9();
|
|
285
285
|
}
|
|
286
286
|
function addBytesRead($this, count) {
|
|
287
287
|
// Inline function 'kotlin.require' call
|
|
@@ -379,52 +379,52 @@
|
|
|
379
379
|
this.e2v_1 = _this__u8e3s4;
|
|
380
380
|
this.f2v_1 = count;
|
|
381
381
|
}
|
|
382
|
-
protoOf($awaitAtLeastNBytesAvailableForWriteCOROUTINE$).
|
|
383
|
-
var suspendResult = this.
|
|
382
|
+
protoOf($awaitAtLeastNBytesAvailableForWriteCOROUTINE$).a9 = function () {
|
|
383
|
+
var suspendResult = this.u8_1;
|
|
384
384
|
$sm: do
|
|
385
385
|
try {
|
|
386
|
-
var tmp = this.
|
|
386
|
+
var tmp = this.s8_1;
|
|
387
387
|
switch (tmp) {
|
|
388
388
|
case 0:
|
|
389
|
-
this.
|
|
390
|
-
this.
|
|
389
|
+
this.t8_1 = 4;
|
|
390
|
+
this.s8_1 = 1;
|
|
391
391
|
continue $sm;
|
|
392
392
|
case 1:
|
|
393
393
|
if (!(this.e2v_1.u2u() < this.f2v_1 && !this.e2v_1.i2t())) {
|
|
394
|
-
this.
|
|
394
|
+
this.s8_1 = 5;
|
|
395
395
|
continue $sm;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
if (!flushImpl(this.e2v_1)) {
|
|
399
|
-
this.
|
|
399
|
+
this.s8_1 = 2;
|
|
400
400
|
suspendResult = this.e2v_1.i2s_1.g2v(ByteChannelSequentialBase$awaitAtLeastNBytesAvailableForWrite$lambda(this.e2v_1, this.f2v_1), this);
|
|
401
401
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
402
402
|
return suspendResult;
|
|
403
403
|
}
|
|
404
404
|
continue $sm;
|
|
405
405
|
} else {
|
|
406
|
-
this.
|
|
406
|
+
this.s8_1 = 3;
|
|
407
407
|
continue $sm;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
case 2:
|
|
411
|
-
this.
|
|
411
|
+
this.s8_1 = 3;
|
|
412
412
|
continue $sm;
|
|
413
413
|
case 3:
|
|
414
|
-
this.
|
|
414
|
+
this.s8_1 = 1;
|
|
415
415
|
continue $sm;
|
|
416
416
|
case 4:
|
|
417
|
-
throw this.
|
|
417
|
+
throw this.v8_1;
|
|
418
418
|
case 5:
|
|
419
419
|
return Unit_instance;
|
|
420
420
|
}
|
|
421
421
|
} catch ($p) {
|
|
422
422
|
var e = $p;
|
|
423
|
-
if (this.
|
|
423
|
+
if (this.t8_1 === 4) {
|
|
424
424
|
throw e;
|
|
425
425
|
} else {
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
426
|
+
this.s8_1 = this.t8_1;
|
|
427
|
+
this.v8_1 = e;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
while (true);
|
|
@@ -434,23 +434,23 @@
|
|
|
434
434
|
this.p2v_1 = _this__u8e3s4;
|
|
435
435
|
this.q2v_1 = count;
|
|
436
436
|
}
|
|
437
|
-
protoOf($awaitAtLeastNBytesAvailableForReadCOROUTINE$).
|
|
438
|
-
var suspendResult = this.
|
|
437
|
+
protoOf($awaitAtLeastNBytesAvailableForReadCOROUTINE$).a9 = function () {
|
|
438
|
+
var suspendResult = this.u8_1;
|
|
439
439
|
$sm: do
|
|
440
440
|
try {
|
|
441
|
-
var tmp = this.
|
|
441
|
+
var tmp = this.s8_1;
|
|
442
442
|
switch (tmp) {
|
|
443
443
|
case 0:
|
|
444
|
-
this.
|
|
445
|
-
this.
|
|
444
|
+
this.t8_1 = 3;
|
|
445
|
+
this.s8_1 = 1;
|
|
446
446
|
continue $sm;
|
|
447
447
|
case 1:
|
|
448
448
|
if (!(this.p2v_1.t2u() < this.q2v_1 && !this.p2v_1.v2u())) {
|
|
449
|
-
this.
|
|
449
|
+
this.s8_1 = 4;
|
|
450
450
|
continue $sm;
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
this.
|
|
453
|
+
this.s8_1 = 2;
|
|
454
454
|
suspendResult = this.p2v_1.i2s_1.g2v(ByteChannelSequentialBase$awaitAtLeastNBytesAvailableForRead$lambda(this.p2v_1, this.q2v_1), this);
|
|
455
455
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
456
456
|
return suspendResult;
|
|
@@ -458,20 +458,20 @@
|
|
|
458
458
|
|
|
459
459
|
continue $sm;
|
|
460
460
|
case 2:
|
|
461
|
-
this.
|
|
461
|
+
this.s8_1 = 1;
|
|
462
462
|
continue $sm;
|
|
463
463
|
case 3:
|
|
464
|
-
throw this.
|
|
464
|
+
throw this.v8_1;
|
|
465
465
|
case 4:
|
|
466
466
|
return Unit_instance;
|
|
467
467
|
}
|
|
468
468
|
} catch ($p) {
|
|
469
469
|
var e = $p;
|
|
470
|
-
if (this.
|
|
470
|
+
if (this.t8_1 === 3) {
|
|
471
471
|
throw e;
|
|
472
472
|
} else {
|
|
473
|
-
this.
|
|
474
|
-
this.
|
|
473
|
+
this.s8_1 = this.t8_1;
|
|
474
|
+
this.v8_1 = e;
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
while (true);
|
|
@@ -481,15 +481,15 @@
|
|
|
481
481
|
this.z2v_1 = _this__u8e3s4;
|
|
482
482
|
this.a2w_1 = packet;
|
|
483
483
|
}
|
|
484
|
-
protoOf($writePacketCOROUTINE$).
|
|
485
|
-
var suspendResult = this.
|
|
484
|
+
protoOf($writePacketCOROUTINE$).a9 = function () {
|
|
485
|
+
var suspendResult = this.u8_1;
|
|
486
486
|
$sm: do
|
|
487
487
|
try {
|
|
488
|
-
var tmp = this.
|
|
488
|
+
var tmp = this.s8_1;
|
|
489
489
|
switch (tmp) {
|
|
490
490
|
case 0:
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
491
|
+
this.t8_1 = 2;
|
|
492
|
+
this.s8_1 = 1;
|
|
493
493
|
suspendResult = this.z2v_1.b2w(1, this);
|
|
494
494
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
495
495
|
return suspendResult;
|
|
@@ -502,15 +502,15 @@
|
|
|
502
502
|
this.z2v_1.l2w(size);
|
|
503
503
|
return Unit_instance;
|
|
504
504
|
case 2:
|
|
505
|
-
throw this.
|
|
505
|
+
throw this.v8_1;
|
|
506
506
|
}
|
|
507
507
|
} catch ($p) {
|
|
508
508
|
var e = $p;
|
|
509
|
-
if (this.
|
|
509
|
+
if (this.t8_1 === 2) {
|
|
510
510
|
throw e;
|
|
511
511
|
} else {
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
512
|
+
this.s8_1 = this.t8_1;
|
|
513
|
+
this.v8_1 = e;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
while (true);
|
|
@@ -520,15 +520,15 @@
|
|
|
520
520
|
this.u2w_1 = _this__u8e3s4;
|
|
521
521
|
this.v2w_1 = src;
|
|
522
522
|
}
|
|
523
|
-
protoOf($writeFullyCOROUTINE$).
|
|
524
|
-
var suspendResult = this.
|
|
523
|
+
protoOf($writeFullyCOROUTINE$).a9 = function () {
|
|
524
|
+
var suspendResult = this.u8_1;
|
|
525
525
|
$sm: do
|
|
526
526
|
try {
|
|
527
|
-
var tmp = this.
|
|
527
|
+
var tmp = this.s8_1;
|
|
528
528
|
switch (tmp) {
|
|
529
529
|
case 0:
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
530
|
+
this.t8_1 = 2;
|
|
531
|
+
this.s8_1 = 1;
|
|
532
532
|
suspendResult = this.u2w_1.b2w(1, this);
|
|
533
533
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
534
534
|
return suspendResult;
|
|
@@ -542,15 +542,15 @@
|
|
|
542
542
|
this.u2w_1.l2w(count);
|
|
543
543
|
return Unit_instance;
|
|
544
544
|
case 2:
|
|
545
|
-
throw this.
|
|
545
|
+
throw this.v8_1;
|
|
546
546
|
}
|
|
547
547
|
} catch ($p) {
|
|
548
548
|
var e = $p;
|
|
549
|
-
if (this.
|
|
549
|
+
if (this.t8_1 === 2) {
|
|
550
550
|
throw e;
|
|
551
551
|
} else {
|
|
552
|
-
this.
|
|
553
|
-
this.
|
|
552
|
+
this.s8_1 = this.t8_1;
|
|
553
|
+
this.v8_1 = e;
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
while (true);
|
|
@@ -562,25 +562,25 @@
|
|
|
562
562
|
this.g2x_1 = offset;
|
|
563
563
|
this.h2x_1 = length;
|
|
564
564
|
}
|
|
565
|
-
protoOf($writeFullyCOROUTINE$_0).
|
|
566
|
-
var suspendResult = this.
|
|
565
|
+
protoOf($writeFullyCOROUTINE$_0).a9 = function () {
|
|
566
|
+
var suspendResult = this.u8_1;
|
|
567
567
|
$sm: do
|
|
568
568
|
try {
|
|
569
|
-
var tmp = this.
|
|
569
|
+
var tmp = this.s8_1;
|
|
570
570
|
switch (tmp) {
|
|
571
571
|
case 0:
|
|
572
|
-
this.
|
|
572
|
+
this.t8_1 = 4;
|
|
573
573
|
this.i2x_1 = this.g2x_1;
|
|
574
574
|
this.j2x_1 = this.g2x_1 + this.h2x_1 | 0;
|
|
575
|
-
this.
|
|
575
|
+
this.s8_1 = 1;
|
|
576
576
|
continue $sm;
|
|
577
577
|
case 1:
|
|
578
578
|
if (!(this.i2x_1 < this.j2x_1)) {
|
|
579
|
-
this.
|
|
579
|
+
this.s8_1 = 3;
|
|
580
580
|
continue $sm;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
this.
|
|
583
|
+
this.s8_1 = 2;
|
|
584
584
|
suspendResult = this.e2x_1.b2w(1, this);
|
|
585
585
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
586
586
|
return suspendResult;
|
|
@@ -594,20 +594,20 @@
|
|
|
594
594
|
writeFully_2(this.e2x_1.e2s_1, this.f2x_1, this.i2x_1, bytesCount);
|
|
595
595
|
this.i2x_1 = this.i2x_1 + bytesCount | 0;
|
|
596
596
|
this.e2x_1.l2w(bytesCount);
|
|
597
|
-
this.
|
|
597
|
+
this.s8_1 = 1;
|
|
598
598
|
continue $sm;
|
|
599
599
|
case 3:
|
|
600
600
|
return Unit_instance;
|
|
601
601
|
case 4:
|
|
602
|
-
throw this.
|
|
602
|
+
throw this.v8_1;
|
|
603
603
|
}
|
|
604
604
|
} catch ($p) {
|
|
605
605
|
var e = $p;
|
|
606
|
-
if (this.
|
|
606
|
+
if (this.t8_1 === 4) {
|
|
607
607
|
throw e;
|
|
608
608
|
} else {
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
609
|
+
this.s8_1 = this.t8_1;
|
|
610
|
+
this.v8_1 = e;
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
613
|
while (true);
|
|
@@ -617,14 +617,14 @@
|
|
|
617
617
|
this.s2x_1 = _this__u8e3s4;
|
|
618
618
|
this.t2x_1 = limit;
|
|
619
619
|
}
|
|
620
|
-
protoOf($readRemainingCOROUTINE$).
|
|
621
|
-
var suspendResult = this.
|
|
620
|
+
protoOf($readRemainingCOROUTINE$).a9 = function () {
|
|
621
|
+
var suspendResult = this.u8_1;
|
|
622
622
|
$sm: do
|
|
623
623
|
try {
|
|
624
|
-
var tmp = this.
|
|
624
|
+
var tmp = this.s8_1;
|
|
625
625
|
switch (tmp) {
|
|
626
626
|
case 0:
|
|
627
|
-
this.
|
|
627
|
+
this.t8_1 = 3;
|
|
628
628
|
ensureNotFailed(this.s2x_1);
|
|
629
629
|
var builder = new BytePacketBuilder();
|
|
630
630
|
var tmp0 = this.t2x_1;
|
|
@@ -639,10 +639,10 @@
|
|
|
639
639
|
var tmp_0 = this;
|
|
640
640
|
ensureNotFailed_0(this.s2x_1, builder);
|
|
641
641
|
tmp_0.u2x_1 = builder.w2x();
|
|
642
|
-
this.
|
|
642
|
+
this.s8_1 = 2;
|
|
643
643
|
continue $sm;
|
|
644
644
|
} else {
|
|
645
|
-
this.
|
|
645
|
+
this.s8_1 = 1;
|
|
646
646
|
suspendResult = readRemainingSuspend(this.s2x_1, builder, this.t2x_1, this);
|
|
647
647
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
648
648
|
return suspendResult;
|
|
@@ -652,20 +652,20 @@
|
|
|
652
652
|
|
|
653
653
|
case 1:
|
|
654
654
|
this.u2x_1 = suspendResult;
|
|
655
|
-
this.
|
|
655
|
+
this.s8_1 = 2;
|
|
656
656
|
continue $sm;
|
|
657
657
|
case 2:
|
|
658
658
|
return this.u2x_1;
|
|
659
659
|
case 3:
|
|
660
|
-
throw this.
|
|
660
|
+
throw this.v8_1;
|
|
661
661
|
}
|
|
662
662
|
} catch ($p) {
|
|
663
663
|
var e = $p;
|
|
664
|
-
if (this.
|
|
664
|
+
if (this.t8_1 === 3) {
|
|
665
665
|
throw e;
|
|
666
666
|
} else {
|
|
667
|
-
this.
|
|
668
|
-
this.
|
|
667
|
+
this.s8_1 = this.t8_1;
|
|
668
|
+
this.v8_1 = e;
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
671
|
while (true);
|
|
@@ -676,19 +676,19 @@
|
|
|
676
676
|
this.s2t_1 = builder;
|
|
677
677
|
this.t2t_1 = limit;
|
|
678
678
|
}
|
|
679
|
-
protoOf($readRemainingSuspendCOROUTINE$).
|
|
680
|
-
var suspendResult = this.
|
|
679
|
+
protoOf($readRemainingSuspendCOROUTINE$).a9 = function () {
|
|
680
|
+
var suspendResult = this.u8_1;
|
|
681
681
|
$sm: do
|
|
682
682
|
try {
|
|
683
|
-
var tmp = this.
|
|
683
|
+
var tmp = this.s8_1;
|
|
684
684
|
switch (tmp) {
|
|
685
685
|
case 0:
|
|
686
|
-
this.
|
|
687
|
-
this.
|
|
686
|
+
this.t8_1 = 5;
|
|
687
|
+
this.s8_1 = 1;
|
|
688
688
|
continue $sm;
|
|
689
689
|
case 1:
|
|
690
690
|
if (!(compare(fromInt(this.s2t_1.o()), this.t2t_1) < 0)) {
|
|
691
|
-
this.
|
|
691
|
+
this.s8_1 = 4;
|
|
692
692
|
continue $sm;
|
|
693
693
|
}
|
|
694
694
|
|
|
@@ -701,15 +701,15 @@
|
|
|
701
701
|
this.r2t_1.c2u(convertToInt(partLimit));
|
|
702
702
|
ensureNotFailed_0(this.r2t_1, this.s2t_1);
|
|
703
703
|
if (this.r2t_1.v2u() || this.s2t_1.o() === convertToInt(this.t2t_1)) {
|
|
704
|
-
this.
|
|
704
|
+
this.s8_1 = 4;
|
|
705
705
|
continue $sm;
|
|
706
706
|
} else {
|
|
707
|
-
this.
|
|
707
|
+
this.s8_1 = 2;
|
|
708
708
|
continue $sm;
|
|
709
709
|
}
|
|
710
710
|
|
|
711
711
|
case 2:
|
|
712
|
-
this.
|
|
712
|
+
this.s8_1 = 3;
|
|
713
713
|
suspendResult = this.r2t_1.x2x(1, this);
|
|
714
714
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
715
715
|
return suspendResult;
|
|
@@ -717,21 +717,21 @@
|
|
|
717
717
|
|
|
718
718
|
continue $sm;
|
|
719
719
|
case 3:
|
|
720
|
-
this.
|
|
720
|
+
this.s8_1 = 1;
|
|
721
721
|
continue $sm;
|
|
722
722
|
case 4:
|
|
723
723
|
ensureNotFailed_0(this.r2t_1, this.s2t_1);
|
|
724
724
|
return this.s2t_1.w2x();
|
|
725
725
|
case 5:
|
|
726
|
-
throw this.
|
|
726
|
+
throw this.v8_1;
|
|
727
727
|
}
|
|
728
728
|
} catch ($p) {
|
|
729
729
|
var e = $p;
|
|
730
|
-
if (this.
|
|
730
|
+
if (this.t8_1 === 5) {
|
|
731
731
|
throw e;
|
|
732
732
|
} else {
|
|
733
|
-
this.
|
|
734
|
-
this.
|
|
733
|
+
this.s8_1 = this.t8_1;
|
|
734
|
+
this.v8_1 = e;
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
while (true);
|
|
@@ -741,14 +741,14 @@
|
|
|
741
741
|
this.g2y_1 = _this__u8e3s4;
|
|
742
742
|
this.h2y_1 = dst;
|
|
743
743
|
}
|
|
744
|
-
protoOf($readAvailableCOROUTINE$).
|
|
745
|
-
var suspendResult = this.
|
|
744
|
+
protoOf($readAvailableCOROUTINE$).a9 = function () {
|
|
745
|
+
var suspendResult = this.u8_1;
|
|
746
746
|
$sm: do
|
|
747
747
|
try {
|
|
748
|
-
var tmp = this.
|
|
748
|
+
var tmp = this.s8_1;
|
|
749
749
|
switch (tmp) {
|
|
750
750
|
case 0:
|
|
751
|
-
this.
|
|
751
|
+
this.t8_1 = 3;
|
|
752
752
|
var tmp0_safe_receiver = this.g2y_1.h2t();
|
|
753
753
|
if (tmp0_safe_receiver == null)
|
|
754
754
|
null;
|
|
@@ -762,19 +762,19 @@
|
|
|
762
762
|
if ((this_0.y2t_1 - this_0.w2t_1 | 0) === 0)
|
|
763
763
|
return 0;
|
|
764
764
|
if (this.g2y_1.t2u() === 0) {
|
|
765
|
-
this.
|
|
765
|
+
this.s8_1 = 1;
|
|
766
766
|
suspendResult = this.g2y_1.x2x(1, this);
|
|
767
767
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
768
768
|
return suspendResult;
|
|
769
769
|
}
|
|
770
770
|
continue $sm;
|
|
771
771
|
} else {
|
|
772
|
-
this.
|
|
772
|
+
this.s8_1 = 2;
|
|
773
773
|
continue $sm;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
case 1:
|
|
777
|
-
this.
|
|
777
|
+
this.s8_1 = 2;
|
|
778
778
|
continue $sm;
|
|
779
779
|
case 2:
|
|
780
780
|
if (!this.g2y_1.f2s_1.j2y()) {
|
|
@@ -789,15 +789,15 @@
|
|
|
789
789
|
this.g2y_1.c2u(size);
|
|
790
790
|
return size;
|
|
791
791
|
case 3:
|
|
792
|
-
throw this.
|
|
792
|
+
throw this.v8_1;
|
|
793
793
|
}
|
|
794
794
|
} catch ($p) {
|
|
795
795
|
var e = $p;
|
|
796
|
-
if (this.
|
|
796
|
+
if (this.t8_1 === 3) {
|
|
797
797
|
throw e;
|
|
798
798
|
} else {
|
|
799
|
-
this.
|
|
800
|
-
this.
|
|
799
|
+
this.s8_1 = this.t8_1;
|
|
800
|
+
this.v8_1 = e;
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
803
|
while (true);
|
|
@@ -809,14 +809,14 @@
|
|
|
809
809
|
this.u2y_1 = offset;
|
|
810
810
|
this.v2y_1 = length;
|
|
811
811
|
}
|
|
812
|
-
protoOf($readAvailableCOROUTINE$_0).
|
|
813
|
-
var suspendResult = this.
|
|
812
|
+
protoOf($readAvailableCOROUTINE$_0).a9 = function () {
|
|
813
|
+
var suspendResult = this.u8_1;
|
|
814
814
|
$sm: do
|
|
815
815
|
try {
|
|
816
|
-
var tmp = this.
|
|
816
|
+
var tmp = this.s8_1;
|
|
817
817
|
switch (tmp) {
|
|
818
818
|
case 0:
|
|
819
|
-
this.
|
|
819
|
+
this.t8_1 = 3;
|
|
820
820
|
var tmp0_safe_receiver = this.s2y_1.h2t();
|
|
821
821
|
if (tmp0_safe_receiver == null)
|
|
822
822
|
null;
|
|
@@ -829,19 +829,19 @@
|
|
|
829
829
|
if (this.v2y_1 === 0)
|
|
830
830
|
return 0;
|
|
831
831
|
if (this.s2y_1.t2u() === 0) {
|
|
832
|
-
this.
|
|
832
|
+
this.s8_1 = 1;
|
|
833
833
|
suspendResult = this.s2y_1.x2x(1, this);
|
|
834
834
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
835
835
|
return suspendResult;
|
|
836
836
|
}
|
|
837
837
|
continue $sm;
|
|
838
838
|
} else {
|
|
839
|
-
this.
|
|
839
|
+
this.s8_1 = 2;
|
|
840
840
|
continue $sm;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
case 1:
|
|
844
|
-
this.
|
|
844
|
+
this.s8_1 = 2;
|
|
845
845
|
continue $sm;
|
|
846
846
|
case 2:
|
|
847
847
|
if (!this.s2y_1.f2s_1.j2y()) {
|
|
@@ -855,15 +855,15 @@
|
|
|
855
855
|
this.s2y_1.c2u(size);
|
|
856
856
|
return size;
|
|
857
857
|
case 3:
|
|
858
|
-
throw this.
|
|
858
|
+
throw this.v8_1;
|
|
859
859
|
}
|
|
860
860
|
} catch ($p) {
|
|
861
861
|
var e = $p;
|
|
862
|
-
if (this.
|
|
862
|
+
if (this.t8_1 === 3) {
|
|
863
863
|
throw e;
|
|
864
864
|
} else {
|
|
865
|
-
this.
|
|
866
|
-
this.
|
|
865
|
+
this.s8_1 = this.t8_1;
|
|
866
|
+
this.v8_1 = e;
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
869
|
while (true);
|
|
@@ -872,21 +872,21 @@
|
|
|
872
872
|
CoroutineImpl.call(this, resultContinuation);
|
|
873
873
|
this.e2z_1 = _this__u8e3s4;
|
|
874
874
|
}
|
|
875
|
-
protoOf($awaitInternalAtLeast1COROUTINE$).
|
|
876
|
-
var suspendResult = this.
|
|
875
|
+
protoOf($awaitInternalAtLeast1COROUTINE$).a9 = function () {
|
|
876
|
+
var suspendResult = this.u8_1;
|
|
877
877
|
$sm: do
|
|
878
878
|
try {
|
|
879
|
-
var tmp = this.
|
|
879
|
+
var tmp = this.s8_1;
|
|
880
880
|
switch (tmp) {
|
|
881
881
|
case 0:
|
|
882
|
-
this.
|
|
882
|
+
this.t8_1 = 2;
|
|
883
883
|
if (!this.e2z_1.f2s_1.g2z()) {
|
|
884
884
|
var tmp_0 = this;
|
|
885
885
|
tmp_0.f2z_1 = true;
|
|
886
|
-
this.
|
|
886
|
+
this.s8_1 = 3;
|
|
887
887
|
continue $sm;
|
|
888
888
|
} else {
|
|
889
|
-
this.
|
|
889
|
+
this.s8_1 = 1;
|
|
890
890
|
suspendResult = this.e2z_1.x2x(1, this);
|
|
891
891
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
892
892
|
return suspendResult;
|
|
@@ -896,20 +896,20 @@
|
|
|
896
896
|
|
|
897
897
|
case 1:
|
|
898
898
|
this.f2z_1 = suspendResult;
|
|
899
|
-
this.
|
|
899
|
+
this.s8_1 = 3;
|
|
900
900
|
continue $sm;
|
|
901
901
|
case 2:
|
|
902
|
-
throw this.
|
|
902
|
+
throw this.v8_1;
|
|
903
903
|
case 3:
|
|
904
904
|
return this.f2z_1;
|
|
905
905
|
}
|
|
906
906
|
} catch ($p) {
|
|
907
907
|
var e = $p;
|
|
908
|
-
if (this.
|
|
908
|
+
if (this.t8_1 === 2) {
|
|
909
909
|
throw e;
|
|
910
910
|
} else {
|
|
911
|
-
this.
|
|
912
|
-
this.
|
|
911
|
+
this.s8_1 = this.t8_1;
|
|
912
|
+
this.v8_1 = e;
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
915
|
while (true);
|
|
@@ -919,20 +919,20 @@
|
|
|
919
919
|
this.p2z_1 = _this__u8e3s4;
|
|
920
920
|
this.q2z_1 = atLeast;
|
|
921
921
|
}
|
|
922
|
-
protoOf($awaitSuspendCOROUTINE$).
|
|
923
|
-
var suspendResult = this.
|
|
922
|
+
protoOf($awaitSuspendCOROUTINE$).a9 = function () {
|
|
923
|
+
var suspendResult = this.u8_1;
|
|
924
924
|
$sm: do
|
|
925
925
|
try {
|
|
926
|
-
var tmp = this.
|
|
926
|
+
var tmp = this.s8_1;
|
|
927
927
|
switch (tmp) {
|
|
928
928
|
case 0:
|
|
929
|
-
this.
|
|
929
|
+
this.t8_1 = 2;
|
|
930
930
|
if (!(this.q2z_1 >= 0)) {
|
|
931
931
|
var message = 'Failed requirement.';
|
|
932
932
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
933
933
|
}
|
|
934
934
|
|
|
935
|
-
this.
|
|
935
|
+
this.s8_1 = 1;
|
|
936
936
|
suspendResult = this.p2z_1.r2z(this.q2z_1, this);
|
|
937
937
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
938
938
|
return suspendResult;
|
|
@@ -950,15 +950,15 @@
|
|
|
950
950
|
|
|
951
951
|
return !this.p2z_1.v2u() && this.p2z_1.t2u() >= this.q2z_1;
|
|
952
952
|
case 2:
|
|
953
|
-
throw this.
|
|
953
|
+
throw this.v8_1;
|
|
954
954
|
}
|
|
955
955
|
} catch ($p) {
|
|
956
956
|
var e = $p;
|
|
957
|
-
if (this.
|
|
957
|
+
if (this.t8_1 === 2) {
|
|
958
958
|
throw e;
|
|
959
959
|
} else {
|
|
960
|
-
this.
|
|
961
|
-
this.
|
|
960
|
+
this.s8_1 = this.t8_1;
|
|
961
|
+
this.v8_1 = e;
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
964
|
while (true);
|
|
@@ -968,14 +968,14 @@
|
|
|
968
968
|
this.a30_1 = _this__u8e3s4;
|
|
969
969
|
this.b30_1 = max;
|
|
970
970
|
}
|
|
971
|
-
protoOf($discardCOROUTINE$).
|
|
972
|
-
var suspendResult = this.
|
|
971
|
+
protoOf($discardCOROUTINE$).a9 = function () {
|
|
972
|
+
var suspendResult = this.u8_1;
|
|
973
973
|
$sm: do
|
|
974
974
|
try {
|
|
975
|
-
var tmp = this.
|
|
975
|
+
var tmp = this.s8_1;
|
|
976
976
|
switch (tmp) {
|
|
977
977
|
case 0:
|
|
978
|
-
this.
|
|
978
|
+
this.t8_1 = 3;
|
|
979
979
|
var discarded = this.a30_1.f2s_1.d30(this.b30_1);
|
|
980
980
|
this.a30_1.c2u(convertToInt(discarded));
|
|
981
981
|
if (equalsLong(discarded, this.b30_1) || this.a30_1.v2u()) {
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
ensureNotFailed(this.a30_1);
|
|
984
984
|
return discarded;
|
|
985
985
|
} else {
|
|
986
|
-
this.
|
|
986
|
+
this.s8_1 = 1;
|
|
987
987
|
suspendResult = discardSuspend(this.a30_1, this.b30_1, discarded, this);
|
|
988
988
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
989
989
|
return suspendResult;
|
|
@@ -993,20 +993,20 @@
|
|
|
993
993
|
|
|
994
994
|
case 1:
|
|
995
995
|
this.c30_1 = suspendResult;
|
|
996
|
-
this.
|
|
996
|
+
this.s8_1 = 2;
|
|
997
997
|
continue $sm;
|
|
998
998
|
case 2:
|
|
999
999
|
return this.c30_1;
|
|
1000
1000
|
case 3:
|
|
1001
|
-
throw this.
|
|
1001
|
+
throw this.v8_1;
|
|
1002
1002
|
}
|
|
1003
1003
|
} catch ($p) {
|
|
1004
1004
|
var e = $p;
|
|
1005
|
-
if (this.
|
|
1005
|
+
if (this.t8_1 === 3) {
|
|
1006
1006
|
throw e;
|
|
1007
1007
|
} else {
|
|
1008
|
-
this.
|
|
1009
|
-
this.
|
|
1008
|
+
this.s8_1 = this.t8_1;
|
|
1009
|
+
this.v8_1 = e;
|
|
1010
1010
|
}
|
|
1011
1011
|
}
|
|
1012
1012
|
while (true);
|
|
@@ -1017,19 +1017,19 @@
|
|
|
1017
1017
|
this.q2u_1 = max;
|
|
1018
1018
|
this.r2u_1 = discarded0;
|
|
1019
1019
|
}
|
|
1020
|
-
protoOf($discardSuspendCOROUTINE$).
|
|
1021
|
-
var suspendResult = this.
|
|
1020
|
+
protoOf($discardSuspendCOROUTINE$).a9 = function () {
|
|
1021
|
+
var suspendResult = this.u8_1;
|
|
1022
1022
|
$sm: do
|
|
1023
1023
|
try {
|
|
1024
|
-
var tmp = this.
|
|
1024
|
+
var tmp = this.s8_1;
|
|
1025
1025
|
switch (tmp) {
|
|
1026
1026
|
case 0:
|
|
1027
|
-
this.
|
|
1027
|
+
this.t8_1 = 5;
|
|
1028
1028
|
this.s2u_1 = this.r2u_1;
|
|
1029
|
-
this.
|
|
1029
|
+
this.s8_1 = 1;
|
|
1030
1030
|
continue $sm;
|
|
1031
1031
|
case 1:
|
|
1032
|
-
this.
|
|
1032
|
+
this.s8_1 = 2;
|
|
1033
1033
|
suspendResult = this.p2u_1.e30(1, this);
|
|
1034
1034
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1035
1035
|
return suspendResult;
|
|
@@ -1038,10 +1038,10 @@
|
|
|
1038
1038
|
continue $sm;
|
|
1039
1039
|
case 2:
|
|
1040
1040
|
if (!suspendResult) {
|
|
1041
|
-
this.
|
|
1041
|
+
this.s8_1 = 4;
|
|
1042
1042
|
continue $sm;
|
|
1043
1043
|
} else {
|
|
1044
|
-
this.
|
|
1044
|
+
this.s8_1 = 3;
|
|
1045
1045
|
continue $sm;
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
@@ -1050,25 +1050,25 @@
|
|
|
1050
1050
|
this.p2u_1.c2u(convertToInt(count));
|
|
1051
1051
|
this.s2u_1 = add(this.s2u_1, count);
|
|
1052
1052
|
if (compare(this.s2u_1, this.q2u_1) < 0 && !this.p2u_1.v2u()) {
|
|
1053
|
-
this.
|
|
1053
|
+
this.s8_1 = 1;
|
|
1054
1054
|
continue $sm;
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
|
-
this.
|
|
1057
|
+
this.s8_1 = 4;
|
|
1058
1058
|
continue $sm;
|
|
1059
1059
|
case 4:
|
|
1060
1060
|
ensureNotFailed(this.p2u_1);
|
|
1061
1061
|
return this.s2u_1;
|
|
1062
1062
|
case 5:
|
|
1063
|
-
throw this.
|
|
1063
|
+
throw this.v8_1;
|
|
1064
1064
|
}
|
|
1065
1065
|
} catch ($p) {
|
|
1066
1066
|
var e = $p;
|
|
1067
|
-
if (this.
|
|
1067
|
+
if (this.t8_1 === 5) {
|
|
1068
1068
|
throw e;
|
|
1069
1069
|
} else {
|
|
1070
|
-
this.
|
|
1071
|
-
this.
|
|
1070
|
+
this.s8_1 = this.t8_1;
|
|
1071
|
+
this.v8_1 = e;
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|
|
1074
1074
|
while (true);
|
|
@@ -1119,17 +1119,17 @@
|
|
|
1119
1119
|
};
|
|
1120
1120
|
protoOf(ByteChannelSequentialBase).b2w = function (count, $completion) {
|
|
1121
1121
|
var tmp = new $awaitAtLeastNBytesAvailableForWriteCOROUTINE$(this, count, $completion);
|
|
1122
|
-
tmp.
|
|
1123
|
-
tmp.
|
|
1124
|
-
return tmp.
|
|
1122
|
+
tmp.u8_1 = Unit_instance;
|
|
1123
|
+
tmp.v8_1 = null;
|
|
1124
|
+
return tmp.a9();
|
|
1125
1125
|
};
|
|
1126
1126
|
protoOf(ByteChannelSequentialBase).r2z = function (count, $completion) {
|
|
1127
1127
|
var tmp = new $awaitAtLeastNBytesAvailableForReadCOROUTINE$(this, count, $completion);
|
|
1128
|
-
tmp.
|
|
1129
|
-
tmp.
|
|
1130
|
-
return tmp.
|
|
1128
|
+
tmp.u8_1 = Unit_instance;
|
|
1129
|
+
tmp.v8_1 = null;
|
|
1130
|
+
return tmp.a9();
|
|
1131
1131
|
};
|
|
1132
|
-
protoOf(ByteChannelSequentialBase).
|
|
1132
|
+
protoOf(ByteChannelSequentialBase).p8 = function () {
|
|
1133
1133
|
flushImpl(this);
|
|
1134
1134
|
};
|
|
1135
1135
|
protoOf(ByteChannelSequentialBase).i2y = function () {
|
|
@@ -1139,21 +1139,21 @@
|
|
|
1139
1139
|
};
|
|
1140
1140
|
protoOf(ByteChannelSequentialBase).i30 = function (packet, $completion) {
|
|
1141
1141
|
var tmp = new $writePacketCOROUTINE$(this, packet, $completion);
|
|
1142
|
-
tmp.
|
|
1143
|
-
tmp.
|
|
1144
|
-
return tmp.
|
|
1142
|
+
tmp.u8_1 = Unit_instance;
|
|
1143
|
+
tmp.v8_1 = null;
|
|
1144
|
+
return tmp.a9();
|
|
1145
1145
|
};
|
|
1146
1146
|
protoOf(ByteChannelSequentialBase).j30 = function (src, $completion) {
|
|
1147
1147
|
var tmp = new $writeFullyCOROUTINE$(this, src, $completion);
|
|
1148
|
-
tmp.
|
|
1149
|
-
tmp.
|
|
1150
|
-
return tmp.
|
|
1148
|
+
tmp.u8_1 = Unit_instance;
|
|
1149
|
+
tmp.v8_1 = null;
|
|
1150
|
+
return tmp.a9();
|
|
1151
1151
|
};
|
|
1152
1152
|
protoOf(ByteChannelSequentialBase).k30 = function (src, offset, length, $completion) {
|
|
1153
1153
|
var tmp = new $writeFullyCOROUTINE$_0(this, src, offset, length, $completion);
|
|
1154
|
-
tmp.
|
|
1155
|
-
tmp.
|
|
1156
|
-
return tmp.
|
|
1154
|
+
tmp.u8_1 = Unit_instance;
|
|
1155
|
+
tmp.v8_1 = null;
|
|
1156
|
+
return tmp.a9();
|
|
1157
1157
|
};
|
|
1158
1158
|
protoOf(ByteChannelSequentialBase).c2u = function (count) {
|
|
1159
1159
|
addBytesRead(this, count);
|
|
@@ -1161,24 +1161,24 @@
|
|
|
1161
1161
|
};
|
|
1162
1162
|
protoOf(ByteChannelSequentialBase).l30 = function (limit, $completion) {
|
|
1163
1163
|
var tmp = new $readRemainingCOROUTINE$(this, limit, $completion);
|
|
1164
|
-
tmp.
|
|
1165
|
-
tmp.
|
|
1166
|
-
return tmp.
|
|
1164
|
+
tmp.u8_1 = Unit_instance;
|
|
1165
|
+
tmp.v8_1 = null;
|
|
1166
|
+
return tmp.a9();
|
|
1167
1167
|
};
|
|
1168
1168
|
protoOf(ByteChannelSequentialBase).n30 = function (dst, $completion) {
|
|
1169
1169
|
return this.o30(dst instanceof Buffer ? dst : THROW_CCE(), $completion);
|
|
1170
1170
|
};
|
|
1171
1171
|
protoOf(ByteChannelSequentialBase).o30 = function (dst, $completion) {
|
|
1172
1172
|
var tmp = new $readAvailableCOROUTINE$(this, dst, $completion);
|
|
1173
|
-
tmp.
|
|
1174
|
-
tmp.
|
|
1175
|
-
return tmp.
|
|
1173
|
+
tmp.u8_1 = Unit_instance;
|
|
1174
|
+
tmp.v8_1 = null;
|
|
1175
|
+
return tmp.a9();
|
|
1176
1176
|
};
|
|
1177
1177
|
protoOf(ByteChannelSequentialBase).p30 = function (dst, offset, length, $completion) {
|
|
1178
1178
|
var tmp = new $readAvailableCOROUTINE$_0(this, dst, offset, length, $completion);
|
|
1179
|
-
tmp.
|
|
1180
|
-
tmp.
|
|
1181
|
-
return tmp.
|
|
1179
|
+
tmp.u8_1 = Unit_instance;
|
|
1180
|
+
tmp.v8_1 = null;
|
|
1181
|
+
return tmp.a9();
|
|
1182
1182
|
};
|
|
1183
1183
|
protoOf(ByteChannelSequentialBase).e30 = function (atLeast, $completion) {
|
|
1184
1184
|
// Inline function 'kotlin.require' call
|
|
@@ -1200,21 +1200,21 @@
|
|
|
1200
1200
|
};
|
|
1201
1201
|
protoOf(ByteChannelSequentialBase).q30 = function ($completion) {
|
|
1202
1202
|
var tmp = new $awaitInternalAtLeast1COROUTINE$(this, $completion);
|
|
1203
|
-
tmp.
|
|
1204
|
-
tmp.
|
|
1205
|
-
return tmp.
|
|
1203
|
+
tmp.u8_1 = Unit_instance;
|
|
1204
|
+
tmp.v8_1 = null;
|
|
1205
|
+
return tmp.a9();
|
|
1206
1206
|
};
|
|
1207
1207
|
protoOf(ByteChannelSequentialBase).x2x = function (atLeast, $completion) {
|
|
1208
1208
|
var tmp = new $awaitSuspendCOROUTINE$(this, atLeast, $completion);
|
|
1209
|
-
tmp.
|
|
1210
|
-
tmp.
|
|
1211
|
-
return tmp.
|
|
1209
|
+
tmp.u8_1 = Unit_instance;
|
|
1210
|
+
tmp.v8_1 = null;
|
|
1211
|
+
return tmp.a9();
|
|
1212
1212
|
};
|
|
1213
1213
|
protoOf(ByteChannelSequentialBase).r30 = function (max, $completion) {
|
|
1214
1214
|
var tmp = new $discardCOROUTINE$(this, max, $completion);
|
|
1215
|
-
tmp.
|
|
1216
|
-
tmp.
|
|
1217
|
-
return tmp.
|
|
1215
|
+
tmp.u8_1 = Unit_instance;
|
|
1216
|
+
tmp.v8_1 = null;
|
|
1217
|
+
return tmp.a9();
|
|
1218
1218
|
};
|
|
1219
1219
|
protoOf(ByteChannelSequentialBase).v1q = function (cause) {
|
|
1220
1220
|
if (!(this.h2t() == null) || this.i2t()) {
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
this.e2s_1.k2p();
|
|
1232
1232
|
this.k2s_1.k2p();
|
|
1233
1233
|
} else {
|
|
1234
|
-
this.
|
|
1234
|
+
this.p8();
|
|
1235
1235
|
this.e2s_1.k2p();
|
|
1236
1236
|
}
|
|
1237
1237
|
this.i2s_1.s30(cause);
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
ensureNotClosed(this);
|
|
1258
1258
|
}
|
|
1259
1259
|
if (this.g30() || this.u2u() === 0) {
|
|
1260
|
-
this.
|
|
1260
|
+
this.p8();
|
|
1261
1261
|
}
|
|
1262
1262
|
};
|
|
1263
1263
|
function cancel(_this__u8e3s4) {
|
|
@@ -1314,8 +1314,8 @@
|
|
|
1314
1314
|
protoOf(ChannelJob).w1k = function () {
|
|
1315
1315
|
return this.v30_1.w1k();
|
|
1316
1316
|
};
|
|
1317
|
-
protoOf(ChannelJob).
|
|
1318
|
-
return this.v30_1.
|
|
1317
|
+
protoOf(ChannelJob).w = function () {
|
|
1318
|
+
return this.v30_1.w();
|
|
1319
1319
|
};
|
|
1320
1320
|
protoOf(ChannelJob).s1l = function (child) {
|
|
1321
1321
|
return this.v30_1.s1l(child);
|
|
@@ -1323,11 +1323,11 @@
|
|
|
1323
1323
|
protoOf(ChannelJob).j1l = function (cause) {
|
|
1324
1324
|
this.v30_1.j1l(cause);
|
|
1325
1325
|
};
|
|
1326
|
-
protoOf(ChannelJob).
|
|
1327
|
-
return this.v30_1.
|
|
1326
|
+
protoOf(ChannelJob).cg = function (initial, operation) {
|
|
1327
|
+
return this.v30_1.cg(initial, operation);
|
|
1328
1328
|
};
|
|
1329
|
-
protoOf(ChannelJob).
|
|
1330
|
-
return this.v30_1.
|
|
1329
|
+
protoOf(ChannelJob).f9 = function (key) {
|
|
1330
|
+
return this.v30_1.f9(key);
|
|
1331
1331
|
};
|
|
1332
1332
|
protoOf(ChannelJob).z1k = function () {
|
|
1333
1333
|
return this.v30_1.z1k();
|
|
@@ -1341,11 +1341,11 @@
|
|
|
1341
1341
|
protoOf(ChannelJob).g1l = function ($completion) {
|
|
1342
1342
|
return this.v30_1.g1l($completion);
|
|
1343
1343
|
};
|
|
1344
|
-
protoOf(ChannelJob).
|
|
1345
|
-
return this.v30_1.
|
|
1344
|
+
protoOf(ChannelJob).bg = function (key) {
|
|
1345
|
+
return this.v30_1.bg(key);
|
|
1346
1346
|
};
|
|
1347
|
-
protoOf(ChannelJob).
|
|
1348
|
-
return this.v30_1.
|
|
1347
|
+
protoOf(ChannelJob).dg = function (context) {
|
|
1348
|
+
return this.v30_1.dg(context);
|
|
1349
1349
|
};
|
|
1350
1350
|
protoOf(ChannelJob).x1k = function () {
|
|
1351
1351
|
return this.v30_1.x1k();
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
return 'ChannelJob[' + toString(this.v30_1) + ']';
|
|
1355
1355
|
};
|
|
1356
1356
|
function launchChannel(_this__u8e3s4, context, channel, attachJob, block) {
|
|
1357
|
-
var dispatcher = _this__u8e3s4.a1k().
|
|
1357
|
+
var dispatcher = _this__u8e3s4.a1k().f9(Key_getInstance());
|
|
1358
1358
|
var job = launch(_this__u8e3s4, context, VOID, launchChannel$slambda_0(attachJob, channel, block, dispatcher, null));
|
|
1359
1359
|
job.c1l(launchChannel$lambda(channel));
|
|
1360
1360
|
return new ChannelJob(job, channel);
|
|
@@ -1378,29 +1378,29 @@
|
|
|
1378
1378
|
}
|
|
1379
1379
|
protoOf(launchChannel$slambda).j29 = function ($this$launch, $completion) {
|
|
1380
1380
|
var tmp = this.k29($this$launch, $completion);
|
|
1381
|
-
tmp.
|
|
1382
|
-
tmp.
|
|
1383
|
-
return tmp.
|
|
1381
|
+
tmp.u8_1 = Unit_instance;
|
|
1382
|
+
tmp.v8_1 = null;
|
|
1383
|
+
return tmp.a9();
|
|
1384
1384
|
};
|
|
1385
|
-
protoOf(launchChannel$slambda).
|
|
1385
|
+
protoOf(launchChannel$slambda).i9 = function (p1, $completion) {
|
|
1386
1386
|
return this.j29((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
1387
1387
|
};
|
|
1388
|
-
protoOf(launchChannel$slambda).
|
|
1389
|
-
var suspendResult = this.
|
|
1388
|
+
protoOf(launchChannel$slambda).a9 = function () {
|
|
1389
|
+
var suspendResult = this.u8_1;
|
|
1390
1390
|
$sm: do
|
|
1391
1391
|
try {
|
|
1392
|
-
var tmp = this.
|
|
1392
|
+
var tmp = this.s8_1;
|
|
1393
1393
|
switch (tmp) {
|
|
1394
1394
|
case 0:
|
|
1395
|
-
this.
|
|
1395
|
+
this.t8_1 = 3;
|
|
1396
1396
|
if (this.h31_1) {
|
|
1397
|
-
this.i31_1.u30(ensureNotNull(this.l31_1.a1k().
|
|
1397
|
+
this.i31_1.u30(ensureNotNull(this.l31_1.a1k().f9(Key_instance)));
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
1400
|
var tmp_0 = new ChannelScope(this.l31_1, this.i31_1);
|
|
1401
1401
|
var scope = isInterface(tmp_0, CoroutineScope) ? tmp_0 : THROW_CCE();
|
|
1402
|
-
this.
|
|
1403
|
-
this.
|
|
1402
|
+
this.t8_1 = 2;
|
|
1403
|
+
this.s8_1 = 1;
|
|
1404
1404
|
suspendResult = this.j31_1(scope, this);
|
|
1405
1405
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1406
1406
|
return suspendResult;
|
|
@@ -1408,37 +1408,37 @@
|
|
|
1408
1408
|
|
|
1409
1409
|
continue $sm;
|
|
1410
1410
|
case 1:
|
|
1411
|
-
this.
|
|
1412
|
-
this.
|
|
1411
|
+
this.t8_1 = 3;
|
|
1412
|
+
this.s8_1 = 4;
|
|
1413
1413
|
continue $sm;
|
|
1414
1414
|
case 2:
|
|
1415
|
-
this.
|
|
1416
|
-
var tmp_1 = this.
|
|
1415
|
+
this.t8_1 = 3;
|
|
1416
|
+
var tmp_1 = this.v8_1;
|
|
1417
1417
|
if (tmp_1 instanceof Error) {
|
|
1418
|
-
var cause = this.
|
|
1418
|
+
var cause = this.v8_1;
|
|
1419
1419
|
if (!equals(this.k31_1, Dispatchers_getInstance().y1v_1) && !(this.k31_1 == null)) {
|
|
1420
1420
|
throw cause;
|
|
1421
1421
|
}
|
|
1422
1422
|
this.i31_1.v1q(cause);
|
|
1423
|
-
this.
|
|
1423
|
+
this.s8_1 = 4;
|
|
1424
1424
|
continue $sm;
|
|
1425
1425
|
} else {
|
|
1426
|
-
throw this.
|
|
1426
|
+
throw this.v8_1;
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
1429
|
case 3:
|
|
1430
|
-
throw this.
|
|
1430
|
+
throw this.v8_1;
|
|
1431
1431
|
case 4:
|
|
1432
|
-
this.
|
|
1432
|
+
this.t8_1 = 3;
|
|
1433
1433
|
return Unit_instance;
|
|
1434
1434
|
}
|
|
1435
1435
|
} catch ($p) {
|
|
1436
1436
|
var e = $p;
|
|
1437
|
-
if (this.
|
|
1437
|
+
if (this.t8_1 === 3) {
|
|
1438
1438
|
throw e;
|
|
1439
1439
|
} else {
|
|
1440
|
-
this.
|
|
1441
|
-
this.
|
|
1440
|
+
this.s8_1 = this.t8_1;
|
|
1441
|
+
this.v8_1 = e;
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
1444
|
while (true);
|
|
@@ -2241,16 +2241,16 @@
|
|
|
2241
2241
|
};
|
|
2242
2242
|
protoOf(BytePacketBuilder).r33 = function (source, offset, length) {
|
|
2243
2243
|
};
|
|
2244
|
-
protoOf(BytePacketBuilder).
|
|
2245
|
-
var tmp = protoOf(Output).
|
|
2244
|
+
protoOf(BytePacketBuilder).e8 = function (value) {
|
|
2245
|
+
var tmp = protoOf(Output).e8.call(this, value);
|
|
2246
2246
|
return tmp instanceof BytePacketBuilder ? tmp : THROW_CCE();
|
|
2247
2247
|
};
|
|
2248
2248
|
protoOf(BytePacketBuilder).k = function (value) {
|
|
2249
2249
|
var tmp = protoOf(Output).k.call(this, value);
|
|
2250
2250
|
return tmp instanceof BytePacketBuilder ? tmp : THROW_CCE();
|
|
2251
2251
|
};
|
|
2252
|
-
protoOf(BytePacketBuilder).
|
|
2253
|
-
var tmp = protoOf(Output).
|
|
2252
|
+
protoOf(BytePacketBuilder).pb = function (value, startIndex, endIndex) {
|
|
2253
|
+
var tmp = protoOf(Output).pb.call(this, value, startIndex, endIndex);
|
|
2254
2254
|
return tmp instanceof BytePacketBuilder ? tmp : THROW_CCE();
|
|
2255
2255
|
};
|
|
2256
2256
|
protoOf(BytePacketBuilder).w2x = function () {
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
if (copied === max) {
|
|
2357
2357
|
tmp_1 = false;
|
|
2358
2358
|
} else {
|
|
2359
|
-
out.
|
|
2359
|
+
out.e8(it);
|
|
2360
2360
|
copied = copied + 1 | 0;
|
|
2361
2361
|
tmp_1 = true;
|
|
2362
2362
|
}
|
|
@@ -2473,7 +2473,7 @@
|
|
|
2473
2473
|
if (copied === max) {
|
|
2474
2474
|
tmp_0 = false;
|
|
2475
2475
|
} else {
|
|
2476
|
-
out.
|
|
2476
|
+
out.e8(it);
|
|
2477
2477
|
copied = copied + 1 | 0;
|
|
2478
2478
|
tmp_0 = true;
|
|
2479
2479
|
}
|
|
@@ -2516,7 +2516,7 @@
|
|
|
2516
2516
|
if (copied === max) {
|
|
2517
2517
|
tmp_1 = false;
|
|
2518
2518
|
} else {
|
|
2519
|
-
out.
|
|
2519
|
+
out.e8(it_0);
|
|
2520
2520
|
copied = copied + 1 | 0;
|
|
2521
2521
|
tmp_1 = true;
|
|
2522
2522
|
}
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
if (copied === max) {
|
|
2535
2535
|
tmp_3 = false;
|
|
2536
2536
|
} else {
|
|
2537
|
-
out.
|
|
2537
|
+
out.e8(it_1);
|
|
2538
2538
|
copied = copied + 1 | 0;
|
|
2539
2539
|
tmp_3 = true;
|
|
2540
2540
|
}
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
if (copied === max) {
|
|
2547
2547
|
tmp_4 = false;
|
|
2548
2548
|
} else {
|
|
2549
|
-
out.
|
|
2549
|
+
out.e8(it_2);
|
|
2550
2550
|
copied = copied + 1 | 0;
|
|
2551
2551
|
tmp_4 = true;
|
|
2552
2552
|
}
|
|
@@ -3575,7 +3575,7 @@
|
|
|
3575
3575
|
var tmp0_elvis_lhs = this.y2s_1;
|
|
3576
3576
|
return tmp0_elvis_lhs == null ? Companion_getInstance_2().e2u_1 : tmp0_elvis_lhs;
|
|
3577
3577
|
};
|
|
3578
|
-
protoOf(Output).
|
|
3578
|
+
protoOf(Output).p8 = function () {
|
|
3579
3579
|
flushChain(this);
|
|
3580
3580
|
};
|
|
3581
3581
|
protoOf(Output).f2t = function () {
|
|
@@ -3637,12 +3637,12 @@
|
|
|
3637
3637
|
};
|
|
3638
3638
|
protoOf(Output).h1i = function () {
|
|
3639
3639
|
try {
|
|
3640
|
-
this.
|
|
3640
|
+
this.p8();
|
|
3641
3641
|
}finally {
|
|
3642
3642
|
this.q33();
|
|
3643
3643
|
}
|
|
3644
3644
|
};
|
|
3645
|
-
protoOf(Output).
|
|
3645
|
+
protoOf(Output).e8 = function (value) {
|
|
3646
3646
|
var tailPosition = this.b2t_1;
|
|
3647
3647
|
if ((this.c2t_1 - tailPosition | 0) >= 3) {
|
|
3648
3648
|
var tmp0 = this.a2t_1;
|
|
@@ -3715,15 +3715,15 @@
|
|
|
3715
3715
|
};
|
|
3716
3716
|
protoOf(Output).k = function (value) {
|
|
3717
3717
|
if (value == null) {
|
|
3718
|
-
this.
|
|
3718
|
+
this.pb('null', 0, 4);
|
|
3719
3719
|
} else {
|
|
3720
|
-
this.
|
|
3720
|
+
this.pb(value, 0, charSequenceLength(value));
|
|
3721
3721
|
}
|
|
3722
3722
|
return this;
|
|
3723
3723
|
};
|
|
3724
|
-
protoOf(Output).
|
|
3724
|
+
protoOf(Output).pb = function (value, startIndex, endIndex) {
|
|
3725
3725
|
if (value == null) {
|
|
3726
|
-
return this.
|
|
3726
|
+
return this.pb('null', startIndex, endIndex);
|
|
3727
3727
|
}
|
|
3728
3728
|
writeText(this, value, startIndex, endIndex, Charsets_getInstance().y34_1);
|
|
3729
3729
|
return this;
|
|
@@ -4568,24 +4568,24 @@
|
|
|
4568
4568
|
}
|
|
4569
4569
|
function trySuspend($this, sleepCondition, $completion) {
|
|
4570
4570
|
var tmp = new $trySuspendCOROUTINE$($this, sleepCondition, $completion);
|
|
4571
|
-
tmp.
|
|
4572
|
-
tmp.
|
|
4573
|
-
return tmp.
|
|
4571
|
+
tmp.u8_1 = Unit_instance;
|
|
4572
|
+
tmp.v8_1 = null;
|
|
4573
|
+
return tmp.a9();
|
|
4574
4574
|
}
|
|
4575
4575
|
function $sleepCOROUTINE$(_this__u8e3s4, sleepCondition, resultContinuation) {
|
|
4576
4576
|
CoroutineImpl.call(this, resultContinuation);
|
|
4577
4577
|
this.z35_1 = _this__u8e3s4;
|
|
4578
4578
|
this.a36_1 = sleepCondition;
|
|
4579
4579
|
}
|
|
4580
|
-
protoOf($sleepCOROUTINE$).
|
|
4581
|
-
var suspendResult = this.
|
|
4580
|
+
protoOf($sleepCOROUTINE$).a9 = function () {
|
|
4581
|
+
var suspendResult = this.u8_1;
|
|
4582
4582
|
$sm: do
|
|
4583
4583
|
try {
|
|
4584
|
-
var tmp = this.
|
|
4584
|
+
var tmp = this.s8_1;
|
|
4585
4585
|
switch (tmp) {
|
|
4586
4586
|
case 0:
|
|
4587
|
-
this.
|
|
4588
|
-
this.
|
|
4587
|
+
this.t8_1 = 3;
|
|
4588
|
+
this.s8_1 = 1;
|
|
4589
4589
|
suspendResult = trySuspend(this.z35_1, this.a36_1, this);
|
|
4590
4590
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4591
4591
|
return suspendResult;
|
|
@@ -4596,7 +4596,7 @@
|
|
|
4596
4596
|
if (suspendResult) {
|
|
4597
4597
|
return Unit_instance;
|
|
4598
4598
|
} else {
|
|
4599
|
-
this.
|
|
4599
|
+
this.s8_1 = 2;
|
|
4600
4600
|
continue $sm;
|
|
4601
4601
|
}
|
|
4602
4602
|
|
|
@@ -4604,15 +4604,15 @@
|
|
|
4604
4604
|
this.z35_1.n2s();
|
|
4605
4605
|
return Unit_instance;
|
|
4606
4606
|
case 3:
|
|
4607
|
-
throw this.
|
|
4607
|
+
throw this.v8_1;
|
|
4608
4608
|
}
|
|
4609
4609
|
} catch ($p) {
|
|
4610
4610
|
var e = $p;
|
|
4611
|
-
if (this.
|
|
4611
|
+
if (this.t8_1 === 3) {
|
|
4612
4612
|
throw e;
|
|
4613
4613
|
} else {
|
|
4614
|
-
this.
|
|
4615
|
-
this.
|
|
4614
|
+
this.s8_1 = this.t8_1;
|
|
4615
|
+
this.v8_1 = e;
|
|
4616
4616
|
}
|
|
4617
4617
|
}
|
|
4618
4618
|
while (true);
|
|
@@ -4622,44 +4622,44 @@
|
|
|
4622
4622
|
this.o35_1 = _this__u8e3s4;
|
|
4623
4623
|
this.p35_1 = sleepCondition;
|
|
4624
4624
|
}
|
|
4625
|
-
protoOf($trySuspendCOROUTINE$).
|
|
4626
|
-
var suspendResult = this.
|
|
4625
|
+
protoOf($trySuspendCOROUTINE$).a9 = function () {
|
|
4626
|
+
var suspendResult = this.u8_1;
|
|
4627
4627
|
$sm: do
|
|
4628
4628
|
try {
|
|
4629
|
-
var tmp = this.
|
|
4629
|
+
var tmp = this.s8_1;
|
|
4630
4630
|
switch (tmp) {
|
|
4631
4631
|
case 0:
|
|
4632
|
-
this.
|
|
4632
|
+
this.t8_1 = 3;
|
|
4633
4633
|
this.q35_1 = false;
|
|
4634
4634
|
var job = Job_0();
|
|
4635
4635
|
if (this.o35_1.m2s_1.atomicfu$compareAndSet(null, job) && this.p35_1()) {
|
|
4636
4636
|
this.q35_1 = true;
|
|
4637
|
-
this.
|
|
4637
|
+
this.s8_1 = 1;
|
|
4638
4638
|
suspendResult = job.g1l(this);
|
|
4639
4639
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4640
4640
|
return suspendResult;
|
|
4641
4641
|
}
|
|
4642
4642
|
continue $sm;
|
|
4643
4643
|
} else {
|
|
4644
|
-
this.
|
|
4644
|
+
this.s8_1 = 2;
|
|
4645
4645
|
continue $sm;
|
|
4646
4646
|
}
|
|
4647
4647
|
|
|
4648
4648
|
case 1:
|
|
4649
|
-
this.
|
|
4649
|
+
this.s8_1 = 2;
|
|
4650
4650
|
continue $sm;
|
|
4651
4651
|
case 2:
|
|
4652
4652
|
return this.q35_1;
|
|
4653
4653
|
case 3:
|
|
4654
|
-
throw this.
|
|
4654
|
+
throw this.v8_1;
|
|
4655
4655
|
}
|
|
4656
4656
|
} catch ($p) {
|
|
4657
4657
|
var e = $p;
|
|
4658
|
-
if (this.
|
|
4658
|
+
if (this.t8_1 === 3) {
|
|
4659
4659
|
throw e;
|
|
4660
4660
|
} else {
|
|
4661
|
-
this.
|
|
4662
|
-
this.
|
|
4661
|
+
this.s8_1 = this.t8_1;
|
|
4662
|
+
this.v8_1 = e;
|
|
4663
4663
|
}
|
|
4664
4664
|
}
|
|
4665
4665
|
while (true);
|
|
@@ -4669,9 +4669,9 @@
|
|
|
4669
4669
|
}
|
|
4670
4670
|
protoOf(AwaitingSlot).g2v = function (sleepCondition, $completion) {
|
|
4671
4671
|
var tmp = new $sleepCOROUTINE$(this, sleepCondition, $completion);
|
|
4672
|
-
tmp.
|
|
4673
|
-
tmp.
|
|
4674
|
-
return tmp.
|
|
4672
|
+
tmp.u8_1 = Unit_instance;
|
|
4673
|
+
tmp.v8_1 = null;
|
|
4674
|
+
return tmp.a9();
|
|
4675
4675
|
};
|
|
4676
4676
|
protoOf(AwaitingSlot).n2s = function () {
|
|
4677
4677
|
var tmp0_safe_receiver = this.m2s_1.atomicfu$getAndSet(null);
|
|
@@ -4697,15 +4697,15 @@
|
|
|
4697
4697
|
};
|
|
4698
4698
|
function copyToSequentialImpl(_this__u8e3s4, dst, limit, $completion) {
|
|
4699
4699
|
var tmp = new $copyToSequentialImplCOROUTINE$(_this__u8e3s4, dst, limit, $completion);
|
|
4700
|
-
tmp.
|
|
4701
|
-
tmp.
|
|
4702
|
-
return tmp.
|
|
4700
|
+
tmp.u8_1 = Unit_instance;
|
|
4701
|
+
tmp.v8_1 = null;
|
|
4702
|
+
return tmp.a9();
|
|
4703
4703
|
}
|
|
4704
4704
|
function copyToTail(_this__u8e3s4, dst, limit, $completion) {
|
|
4705
4705
|
var tmp = new $copyToTailCOROUTINE$(_this__u8e3s4, dst, limit, $completion);
|
|
4706
|
-
tmp.
|
|
4707
|
-
tmp.
|
|
4708
|
-
return tmp.
|
|
4706
|
+
tmp.u8_1 = Unit_instance;
|
|
4707
|
+
tmp.v8_1 = null;
|
|
4708
|
+
return tmp.a9();
|
|
4709
4709
|
}
|
|
4710
4710
|
function $copyToSequentialImplCOROUTINE$(_this__u8e3s4, dst, limit, resultContinuation) {
|
|
4711
4711
|
CoroutineImpl.call(this, resultContinuation);
|
|
@@ -4713,14 +4713,14 @@
|
|
|
4713
4713
|
this.k36_1 = dst;
|
|
4714
4714
|
this.l36_1 = limit;
|
|
4715
4715
|
}
|
|
4716
|
-
protoOf($copyToSequentialImplCOROUTINE$).
|
|
4717
|
-
var suspendResult = this.
|
|
4716
|
+
protoOf($copyToSequentialImplCOROUTINE$).a9 = function () {
|
|
4717
|
+
var suspendResult = this.u8_1;
|
|
4718
4718
|
$sm: do
|
|
4719
4719
|
try {
|
|
4720
|
-
var tmp = this.
|
|
4720
|
+
var tmp = this.s8_1;
|
|
4721
4721
|
switch (tmp) {
|
|
4722
4722
|
case 0:
|
|
4723
|
-
this.
|
|
4723
|
+
this.t8_1 = 10;
|
|
4724
4724
|
if (!!(this.j36_1 === this.k36_1)) {
|
|
4725
4725
|
var message = 'Failed requirement.';
|
|
4726
4726
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
@@ -4732,15 +4732,15 @@
|
|
|
4732
4732
|
}
|
|
4733
4733
|
|
|
4734
4734
|
this.m36_1 = this.l36_1;
|
|
4735
|
-
this.
|
|
4735
|
+
this.s8_1 = 1;
|
|
4736
4736
|
continue $sm;
|
|
4737
4737
|
case 1:
|
|
4738
4738
|
if (!(compare(this.m36_1, new Long(0, 0)) > 0)) {
|
|
4739
|
-
this.
|
|
4739
|
+
this.s8_1 = 9;
|
|
4740
4740
|
continue $sm;
|
|
4741
4741
|
}
|
|
4742
4742
|
|
|
4743
|
-
this.
|
|
4743
|
+
this.s8_1 = 2;
|
|
4744
4744
|
suspendResult = this.j36_1.q30(this);
|
|
4745
4745
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4746
4746
|
return suspendResult;
|
|
@@ -4749,17 +4749,17 @@
|
|
|
4749
4749
|
continue $sm;
|
|
4750
4750
|
case 2:
|
|
4751
4751
|
if (!suspendResult) {
|
|
4752
|
-
this.
|
|
4752
|
+
this.s8_1 = 9;
|
|
4753
4753
|
continue $sm;
|
|
4754
4754
|
} else {
|
|
4755
|
-
this.
|
|
4755
|
+
this.s8_1 = 3;
|
|
4756
4756
|
continue $sm;
|
|
4757
4757
|
}
|
|
4758
4758
|
|
|
4759
4759
|
case 3:
|
|
4760
4760
|
this.p36_1 = this.j36_1.t30(this.k36_1, this.m36_1);
|
|
4761
4761
|
if (equalsLong(this.p36_1, new Long(0, 0))) {
|
|
4762
|
-
this.
|
|
4762
|
+
this.s8_1 = 6;
|
|
4763
4763
|
suspendResult = copyToTail(this.j36_1, this.k36_1, this.m36_1, this);
|
|
4764
4764
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4765
4765
|
return suspendResult;
|
|
@@ -4767,60 +4767,60 @@
|
|
|
4767
4767
|
continue $sm;
|
|
4768
4768
|
} else {
|
|
4769
4769
|
if (this.k36_1.u2u() === 0) {
|
|
4770
|
-
this.
|
|
4770
|
+
this.s8_1 = 4;
|
|
4771
4771
|
suspendResult = this.k36_1.b2w(1, this);
|
|
4772
4772
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4773
4773
|
return suspendResult;
|
|
4774
4774
|
}
|
|
4775
4775
|
continue $sm;
|
|
4776
4776
|
} else {
|
|
4777
|
-
this.
|
|
4777
|
+
this.s8_1 = 5;
|
|
4778
4778
|
continue $sm;
|
|
4779
4779
|
}
|
|
4780
4780
|
}
|
|
4781
4781
|
|
|
4782
4782
|
case 4:
|
|
4783
|
-
this.
|
|
4783
|
+
this.s8_1 = 5;
|
|
4784
4784
|
continue $sm;
|
|
4785
4785
|
case 5:
|
|
4786
4786
|
this.n36_1 = this.p36_1;
|
|
4787
|
-
this.
|
|
4787
|
+
this.s8_1 = 8;
|
|
4788
4788
|
continue $sm;
|
|
4789
4789
|
case 6:
|
|
4790
4790
|
this.o36_1 = suspendResult;
|
|
4791
4791
|
if (equalsLong(this.o36_1, new Long(0, 0))) {
|
|
4792
|
-
this.
|
|
4792
|
+
this.s8_1 = 9;
|
|
4793
4793
|
continue $sm;
|
|
4794
4794
|
} else {
|
|
4795
|
-
this.
|
|
4795
|
+
this.s8_1 = 7;
|
|
4796
4796
|
continue $sm;
|
|
4797
4797
|
}
|
|
4798
4798
|
|
|
4799
4799
|
case 7:
|
|
4800
4800
|
this.n36_1 = this.o36_1;
|
|
4801
|
-
this.
|
|
4801
|
+
this.s8_1 = 8;
|
|
4802
4802
|
continue $sm;
|
|
4803
4803
|
case 8:
|
|
4804
4804
|
var copied = this.n36_1;
|
|
4805
4805
|
this.m36_1 = subtract(this.m36_1, copied);
|
|
4806
4806
|
if (compare(copied, new Long(0, 0)) > 0) {
|
|
4807
|
-
this.k36_1.
|
|
4807
|
+
this.k36_1.p8();
|
|
4808
4808
|
}
|
|
4809
4809
|
|
|
4810
|
-
this.
|
|
4810
|
+
this.s8_1 = 1;
|
|
4811
4811
|
continue $sm;
|
|
4812
4812
|
case 9:
|
|
4813
4813
|
return subtract(this.l36_1, this.m36_1);
|
|
4814
4814
|
case 10:
|
|
4815
|
-
throw this.
|
|
4815
|
+
throw this.v8_1;
|
|
4816
4816
|
}
|
|
4817
4817
|
} catch ($p) {
|
|
4818
4818
|
var e = $p;
|
|
4819
|
-
if (this.
|
|
4819
|
+
if (this.t8_1 === 10) {
|
|
4820
4820
|
throw e;
|
|
4821
4821
|
} else {
|
|
4822
|
-
this.
|
|
4823
|
-
this.
|
|
4822
|
+
this.s8_1 = this.t8_1;
|
|
4823
|
+
this.v8_1 = e;
|
|
4824
4824
|
}
|
|
4825
4825
|
}
|
|
4826
4826
|
while (true);
|
|
@@ -4831,24 +4831,24 @@
|
|
|
4831
4831
|
this.z36_1 = dst;
|
|
4832
4832
|
this.a37_1 = limit;
|
|
4833
4833
|
}
|
|
4834
|
-
protoOf($copyToTailCOROUTINE$).
|
|
4835
|
-
var suspendResult = this.
|
|
4834
|
+
protoOf($copyToTailCOROUTINE$).a9 = function () {
|
|
4835
|
+
var suspendResult = this.u8_1;
|
|
4836
4836
|
$sm: do
|
|
4837
4837
|
try {
|
|
4838
|
-
var tmp = this.
|
|
4838
|
+
var tmp = this.s8_1;
|
|
4839
4839
|
switch (tmp) {
|
|
4840
4840
|
case 0:
|
|
4841
|
-
this.
|
|
4841
|
+
this.t8_1 = 9;
|
|
4842
4842
|
this.b37_1 = Companion_getInstance_2().f30().j33();
|
|
4843
|
-
this.
|
|
4843
|
+
this.s8_1 = 1;
|
|
4844
4844
|
continue $sm;
|
|
4845
4845
|
case 1:
|
|
4846
|
-
this.
|
|
4846
|
+
this.s8_1 = 2;
|
|
4847
4847
|
continue $sm;
|
|
4848
4848
|
case 2:
|
|
4849
|
-
this.
|
|
4849
|
+
this.t8_1 = 8;
|
|
4850
4850
|
this.b37_1.x31(convertToInt(coerceAtMost_0(this.a37_1, fromInt(this.b37_1.z2t_1))));
|
|
4851
|
-
this.
|
|
4851
|
+
this.s8_1 = 3;
|
|
4852
4852
|
suspendResult = this.y36_1.n30(this.b37_1, this);
|
|
4853
4853
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4854
4854
|
return suspendResult;
|
|
@@ -4860,16 +4860,16 @@
|
|
|
4860
4860
|
if (this.d37_1 === -1) {
|
|
4861
4861
|
this.b37_1.n33(Companion_getInstance_2().f30());
|
|
4862
4862
|
this.c37_1 = new Long(0, 0);
|
|
4863
|
-
this.
|
|
4864
|
-
this.
|
|
4863
|
+
this.t8_1 = 9;
|
|
4864
|
+
this.s8_1 = 6;
|
|
4865
4865
|
continue $sm;
|
|
4866
4866
|
} else {
|
|
4867
|
-
this.
|
|
4867
|
+
this.s8_1 = 4;
|
|
4868
4868
|
continue $sm;
|
|
4869
4869
|
}
|
|
4870
4870
|
|
|
4871
4871
|
case 4:
|
|
4872
|
-
this.
|
|
4872
|
+
this.s8_1 = 5;
|
|
4873
4873
|
suspendResult = this.z36_1.j30(this.b37_1, this);
|
|
4874
4874
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4875
4875
|
return suspendResult;
|
|
@@ -4878,33 +4878,33 @@
|
|
|
4878
4878
|
continue $sm;
|
|
4879
4879
|
case 5:
|
|
4880
4880
|
this.c37_1 = fromInt(this.d37_1);
|
|
4881
|
-
this.
|
|
4882
|
-
this.
|
|
4881
|
+
this.t8_1 = 9;
|
|
4882
|
+
this.s8_1 = 6;
|
|
4883
4883
|
continue $sm;
|
|
4884
4884
|
case 6:
|
|
4885
4885
|
var tmp_0 = this.c37_1;
|
|
4886
|
-
this.
|
|
4886
|
+
this.t8_1 = 9;
|
|
4887
4887
|
this.b37_1.n33(Companion_getInstance_2().f30());
|
|
4888
4888
|
return tmp_0;
|
|
4889
4889
|
case 7:
|
|
4890
|
-
this.
|
|
4890
|
+
this.t8_1 = 9;
|
|
4891
4891
|
this.b37_1.n33(Companion_getInstance_2().f30());
|
|
4892
4892
|
return Unit_instance;
|
|
4893
4893
|
case 8:
|
|
4894
|
-
this.
|
|
4895
|
-
var t = this.
|
|
4894
|
+
this.t8_1 = 9;
|
|
4895
|
+
var t = this.v8_1;
|
|
4896
4896
|
this.b37_1.n33(Companion_getInstance_2().f30());
|
|
4897
4897
|
throw t;
|
|
4898
4898
|
case 9:
|
|
4899
|
-
throw this.
|
|
4899
|
+
throw this.v8_1;
|
|
4900
4900
|
}
|
|
4901
4901
|
} catch ($p) {
|
|
4902
4902
|
var e = $p;
|
|
4903
|
-
if (this.
|
|
4903
|
+
if (this.t8_1 === 9) {
|
|
4904
4904
|
throw e;
|
|
4905
4905
|
} else {
|
|
4906
|
-
this.
|
|
4907
|
-
this.
|
|
4906
|
+
this.s8_1 = this.t8_1;
|
|
4907
|
+
this.v8_1 = e;
|
|
4908
4908
|
}
|
|
4909
4909
|
}
|
|
4910
4910
|
while (true);
|
|
@@ -5021,7 +5021,7 @@
|
|
|
5021
5021
|
var tmp = KProperty1;
|
|
5022
5022
|
// Inline function 'kotlin.getValue' call
|
|
5023
5023
|
getPropertyCallableRef('Empty', 1, tmp, ByteReadChannel$Companion$_get_Empty_$ref_55olb0(), null);
|
|
5024
|
-
return tmp0.
|
|
5024
|
+
return tmp0.x();
|
|
5025
5025
|
};
|
|
5026
5026
|
var Companion_instance_3;
|
|
5027
5027
|
function Companion_getInstance_3() {
|
|
@@ -5732,7 +5732,7 @@
|
|
|
5732
5732
|
tmp_0 = tmp$ret$6;
|
|
5733
5733
|
}
|
|
5734
5734
|
var text = tmp_0;
|
|
5735
|
-
sb.
|
|
5735
|
+
sb.d8(text);
|
|
5736
5736
|
buffer.o31(size_0);
|
|
5737
5737
|
inputRemaining = inputRemaining - size_0 | 0;
|
|
5738
5738
|
size = inputRemaining > 0 ? 6 : 0;
|
|
@@ -5827,7 +5827,7 @@
|
|
|
5827
5827
|
tmp_5 = tmp$ret$14;
|
|
5828
5828
|
}
|
|
5829
5829
|
var text_0 = tmp_5;
|
|
5830
|
-
sb.
|
|
5830
|
+
sb.d8(text_0);
|
|
5831
5831
|
buffer_0.o31(size_1);
|
|
5832
5832
|
inputRemaining = inputRemaining - size_1 | 0;
|
|
5833
5833
|
if (!true) {
|
|
@@ -5853,7 +5853,7 @@
|
|
|
5853
5853
|
}
|
|
5854
5854
|
}
|
|
5855
5855
|
}
|
|
5856
|
-
sb.
|
|
5856
|
+
sb.d8(decoder.d38());
|
|
5857
5857
|
break $l$block_4;
|
|
5858
5858
|
} catch ($p) {
|
|
5859
5859
|
if ($p instanceof Error) {
|
|
@@ -6161,7 +6161,7 @@
|
|
|
6161
6161
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6162
6162
|
var requestedEncoding = toString(trim(isCharSequence(encoding) ? encoding : THROW_CCE())).toLowerCase();
|
|
6163
6163
|
// Inline function 'kotlin.check' call
|
|
6164
|
-
if (!get_ENCODING_ALIASES().
|
|
6164
|
+
if (!get_ENCODING_ALIASES().u1(requestedEncoding)) {
|
|
6165
6165
|
var message = encoding + ' is not supported.';
|
|
6166
6166
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
6167
6167
|
}
|