raspberry_games_server_game_logic 1.8.430 → 1.8.432
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 +2 -2
- package/Kosi-Kodein-kodein-di.js +16 -16
- package/Kotlin-DateTime-library-kotlinx-datetime.js +151 -151
- package/Logic_Debertz-ai_module.js +193 -193
- package/Logic_Debertz-core.js +536 -536
- package/Logic_Debertz-engine.js +12058 -11986
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +5 -0
- package/Logic_Debertz-game_server.js +1068 -1067
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +550 -544
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +13 -13
- package/kotlinx-coroutines-core.js +2164 -2164
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +314 -314
- package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
- package/ktor-ktor-client-content-negotiation.js +123 -123
- package/ktor-ktor-client-core.js +1442 -1442
- package/ktor-ktor-client-logging.js +265 -265
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +590 -590
- package/ktor-ktor-io.js +1241 -1241
- package/ktor-ktor-serialization-kotlinx-json.js +6 -6
- package/ktor-ktor-serialization-kotlinx.js +132 -132
- package/ktor-ktor-serialization.js +61 -61
- package/ktor-ktor-utils.js +483 -483
- package/ktor-ktor-websockets.js +42 -42
- package/package.json +1 -1
- package/random-library-crypto-rand.js +1 -1
- package/random-library-secure-random.js +2 -2
- package/raspberry-cardgame-lib-core.js +7 -7
- package/raspberry-cardgame-lib-logger.js +90 -90
- package/raspberry-cardgame-lib-random.js +794 -794
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/uuid.js +12 -12
package/Logic_Debertz-core.js
CHANGED
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
initMetadataForInterface(PlayerIdContract, 'PlayerIdContract');
|
|
233
233
|
initMetadataForClass(GameUserInfo, 'GameUserInfo', VOID, VOID, [PlayerIdContract]);
|
|
234
234
|
function get_amountOfCards() {
|
|
235
|
-
return this.
|
|
235
|
+
return this.r54().o();
|
|
236
236
|
}
|
|
237
237
|
initMetadataForInterface(Player, 'Player', VOID, VOID, [PlayerIdContract]);
|
|
238
238
|
initMetadataForClass(PlayerIdOrderComparator, 'PlayerIdOrderComparator', VOID, VOID, [Comparator]);
|
|
@@ -402,9 +402,9 @@
|
|
|
402
402
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
403
403
|
//endregion
|
|
404
404
|
function GameEngineConfig() {
|
|
405
|
-
this.version = '1.8.
|
|
405
|
+
this.version = '1.8.432';
|
|
406
406
|
}
|
|
407
|
-
protoOf(GameEngineConfig).
|
|
407
|
+
protoOf(GameEngineConfig).b3w = function () {
|
|
408
408
|
return this.version;
|
|
409
409
|
};
|
|
410
410
|
var GameEngineConfig_instance;
|
|
@@ -445,11 +445,11 @@
|
|
|
445
445
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
446
446
|
tmp.z64_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
447
447
|
}
|
|
448
|
-
protoOf(Companion).
|
|
448
|
+
protoOf(Companion).b1c = function () {
|
|
449
449
|
return _get_$cachedSerializer__te6jhj(this);
|
|
450
450
|
};
|
|
451
|
-
protoOf(Companion).
|
|
452
|
-
return this.
|
|
451
|
+
protoOf(Companion).h10 = function (typeParamsSerializers) {
|
|
452
|
+
return this.b1c();
|
|
453
453
|
};
|
|
454
454
|
var Companion_instance_1;
|
|
455
455
|
function Companion_getInstance_2() {
|
|
@@ -472,50 +472,50 @@
|
|
|
472
472
|
function $serializer() {
|
|
473
473
|
$serializer_instance = this;
|
|
474
474
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
475
|
-
tmp0_serialDesc.
|
|
475
|
+
tmp0_serialDesc.hz('playerId', false);
|
|
476
476
|
this.a65_1 = tmp0_serialDesc;
|
|
477
477
|
}
|
|
478
478
|
protoOf($serializer).b65 = function (encoder, value) {
|
|
479
479
|
var tmp0_desc = this.a65_1;
|
|
480
|
-
var tmp1_output = encoder.
|
|
481
|
-
tmp1_output.
|
|
482
|
-
tmp1_output.
|
|
480
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
481
|
+
tmp1_output.et(tmp0_desc, 0, value.c65_1);
|
|
482
|
+
tmp1_output.qr(tmp0_desc);
|
|
483
483
|
};
|
|
484
|
-
protoOf($serializer).
|
|
484
|
+
protoOf($serializer).do = function (encoder, value) {
|
|
485
485
|
return this.b65(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
486
486
|
};
|
|
487
|
-
protoOf($serializer).
|
|
487
|
+
protoOf($serializer).eo = function (decoder) {
|
|
488
488
|
var tmp0_desc = this.a65_1;
|
|
489
489
|
var tmp1_flag = true;
|
|
490
490
|
var tmp2_index = 0;
|
|
491
491
|
var tmp3_bitMask0 = 0;
|
|
492
492
|
var tmp4_local0 = null;
|
|
493
|
-
var tmp5_input = decoder.
|
|
494
|
-
if (tmp5_input.
|
|
495
|
-
tmp4_local0 = tmp5_input.
|
|
493
|
+
var tmp5_input = decoder.pr(tmp0_desc);
|
|
494
|
+
if (tmp5_input.fs()) {
|
|
495
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
496
496
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
497
497
|
} else
|
|
498
498
|
while (tmp1_flag) {
|
|
499
|
-
tmp2_index = tmp5_input.
|
|
499
|
+
tmp2_index = tmp5_input.gs(tmp0_desc);
|
|
500
500
|
switch (tmp2_index) {
|
|
501
501
|
case -1:
|
|
502
502
|
tmp1_flag = false;
|
|
503
503
|
break;
|
|
504
504
|
case 0:
|
|
505
|
-
tmp4_local0 = tmp5_input.
|
|
505
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
506
506
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
507
507
|
break;
|
|
508
508
|
default:
|
|
509
509
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
|
-
tmp5_input.
|
|
512
|
+
tmp5_input.qr(tmp0_desc);
|
|
513
513
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
514
514
|
};
|
|
515
|
-
protoOf($serializer).
|
|
515
|
+
protoOf($serializer).co = function () {
|
|
516
516
|
return this.a65_1;
|
|
517
517
|
};
|
|
518
|
-
protoOf($serializer).
|
|
518
|
+
protoOf($serializer).wz = function () {
|
|
519
519
|
// Inline function 'kotlin.arrayOf' call
|
|
520
520
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
521
521
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -566,50 +566,50 @@
|
|
|
566
566
|
function $serializer_0() {
|
|
567
567
|
$serializer_instance_0 = this;
|
|
568
568
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('RESTART_ROUND', this, 1);
|
|
569
|
-
tmp0_serialDesc.
|
|
569
|
+
tmp0_serialDesc.hz('fromRound', false);
|
|
570
570
|
this.d65_1 = tmp0_serialDesc;
|
|
571
571
|
}
|
|
572
572
|
protoOf($serializer_0).e65 = function (encoder, value) {
|
|
573
573
|
var tmp0_desc = this.d65_1;
|
|
574
|
-
var tmp1_output = encoder.
|
|
575
|
-
tmp1_output.
|
|
576
|
-
tmp1_output.
|
|
574
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
575
|
+
tmp1_output.it(tmp0_desc, 0, IntSerializer_getInstance(), value.f65_1);
|
|
576
|
+
tmp1_output.qr(tmp0_desc);
|
|
577
577
|
};
|
|
578
|
-
protoOf($serializer_0).
|
|
578
|
+
protoOf($serializer_0).do = function (encoder, value) {
|
|
579
579
|
return this.e65(encoder, value instanceof RestartRoundReason ? value : THROW_CCE());
|
|
580
580
|
};
|
|
581
|
-
protoOf($serializer_0).
|
|
581
|
+
protoOf($serializer_0).eo = function (decoder) {
|
|
582
582
|
var tmp0_desc = this.d65_1;
|
|
583
583
|
var tmp1_flag = true;
|
|
584
584
|
var tmp2_index = 0;
|
|
585
585
|
var tmp3_bitMask0 = 0;
|
|
586
586
|
var tmp4_local0 = null;
|
|
587
|
-
var tmp5_input = decoder.
|
|
588
|
-
if (tmp5_input.
|
|
589
|
-
tmp4_local0 = tmp5_input.
|
|
587
|
+
var tmp5_input = decoder.pr(tmp0_desc);
|
|
588
|
+
if (tmp5_input.fs()) {
|
|
589
|
+
tmp4_local0 = tmp5_input.ds(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
|
|
590
590
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
591
591
|
} else
|
|
592
592
|
while (tmp1_flag) {
|
|
593
|
-
tmp2_index = tmp5_input.
|
|
593
|
+
tmp2_index = tmp5_input.gs(tmp0_desc);
|
|
594
594
|
switch (tmp2_index) {
|
|
595
595
|
case -1:
|
|
596
596
|
tmp1_flag = false;
|
|
597
597
|
break;
|
|
598
598
|
case 0:
|
|
599
|
-
tmp4_local0 = tmp5_input.
|
|
599
|
+
tmp4_local0 = tmp5_input.ds(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
|
|
600
600
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
601
601
|
break;
|
|
602
602
|
default:
|
|
603
603
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
tmp5_input.
|
|
606
|
+
tmp5_input.qr(tmp0_desc);
|
|
607
607
|
return RestartRoundReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
608
608
|
};
|
|
609
|
-
protoOf($serializer_0).
|
|
609
|
+
protoOf($serializer_0).co = function () {
|
|
610
610
|
return this.d65_1;
|
|
611
611
|
};
|
|
612
|
-
protoOf($serializer_0).
|
|
612
|
+
protoOf($serializer_0).wz = function () {
|
|
613
613
|
// Inline function 'kotlin.arrayOf' call
|
|
614
614
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
615
615
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -699,10 +699,10 @@
|
|
|
699
699
|
protoOf(CoreConfig).pe = function () {
|
|
700
700
|
return this.deleteFilesOnClear;
|
|
701
701
|
};
|
|
702
|
-
protoOf(CoreConfig).
|
|
702
|
+
protoOf(CoreConfig).yl = function () {
|
|
703
703
|
return this.logsDirectoryPath;
|
|
704
704
|
};
|
|
705
|
-
protoOf(CoreConfig).
|
|
705
|
+
protoOf(CoreConfig).o54 = function () {
|
|
706
706
|
return this.fileNameFormat;
|
|
707
707
|
};
|
|
708
708
|
protoOf(CoreConfig).m65 = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
@@ -783,11 +783,11 @@
|
|
|
783
783
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
784
784
|
tmp.t65_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
785
785
|
}
|
|
786
|
-
protoOf(RestartGameReason).
|
|
786
|
+
protoOf(RestartGameReason).b1c = function () {
|
|
787
787
|
return _get_$cachedSerializer__te6jhj_0(this);
|
|
788
788
|
};
|
|
789
|
-
protoOf(RestartGameReason).
|
|
790
|
-
return this.
|
|
789
|
+
protoOf(RestartGameReason).h10 = function (typeParamsSerializers) {
|
|
790
|
+
return this.b1c();
|
|
791
791
|
};
|
|
792
792
|
protoOf(RestartGameReason).toString = function () {
|
|
793
793
|
return 'RestartGameReason';
|
|
@@ -978,11 +978,11 @@
|
|
|
978
978
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
979
979
|
tmp.a66_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
980
980
|
}
|
|
981
|
-
protoOf(Companion_4).
|
|
981
|
+
protoOf(Companion_4).b1c = function () {
|
|
982
982
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
983
983
|
};
|
|
984
|
-
protoOf(Companion_4).
|
|
985
|
-
return this.
|
|
984
|
+
protoOf(Companion_4).h10 = function (typeParamsSerializers) {
|
|
985
|
+
return this.b1c();
|
|
986
986
|
};
|
|
987
987
|
var Companion_instance_6;
|
|
988
988
|
function Companion_getInstance_7() {
|
|
@@ -1110,11 +1110,11 @@
|
|
|
1110
1110
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1111
1111
|
tmp.f66_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1112
1112
|
}
|
|
1113
|
-
protoOf(Companion_5).
|
|
1113
|
+
protoOf(Companion_5).b1c = function () {
|
|
1114
1114
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
1115
1115
|
};
|
|
1116
|
-
protoOf(Companion_5).
|
|
1117
|
-
return this.
|
|
1116
|
+
protoOf(Companion_5).h10 = function (typeParamsSerializers) {
|
|
1117
|
+
return this.b1c();
|
|
1118
1118
|
};
|
|
1119
1119
|
var Companion_instance_7;
|
|
1120
1120
|
function Companion_getInstance_8() {
|
|
@@ -1368,10 +1368,10 @@
|
|
|
1368
1368
|
protoOf(GameUserInfo).pe = function () {
|
|
1369
1369
|
return this.name;
|
|
1370
1370
|
};
|
|
1371
|
-
protoOf(GameUserInfo).
|
|
1371
|
+
protoOf(GameUserInfo).yl = function () {
|
|
1372
1372
|
return this.avatarUrl;
|
|
1373
1373
|
};
|
|
1374
|
-
protoOf(GameUserInfo).
|
|
1374
|
+
protoOf(GameUserInfo).o54 = function () {
|
|
1375
1375
|
return this.isBot;
|
|
1376
1376
|
};
|
|
1377
1377
|
protoOf(GameUserInfo).p66 = function () {
|
|
@@ -1590,43 +1590,43 @@
|
|
|
1590
1590
|
this.j67_1 = 70;
|
|
1591
1591
|
}
|
|
1592
1592
|
protoOf(Companion_6).k67 = function (state, timeout) {
|
|
1593
|
-
return new PlayerConnection(state, System_instance.
|
|
1593
|
+
return new PlayerConnection(state, System_instance.dk().tk(timeout));
|
|
1594
1594
|
};
|
|
1595
1595
|
protoOf(Companion_6).l67 = function (state, timeout, $super) {
|
|
1596
|
-
timeout = timeout === VOID ? Companion_getInstance().
|
|
1596
|
+
timeout = timeout === VOID ? Companion_getInstance().ek_1 : timeout;
|
|
1597
1597
|
return $super === VOID ? this.k67(state, timeout) : $super.k67.call(this, state, new Duration(timeout));
|
|
1598
1598
|
};
|
|
1599
1599
|
protoOf(Companion_6).m67 = function (_this__u8e3s4) {
|
|
1600
1600
|
if (_this__u8e3s4 == null) {
|
|
1601
|
-
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.
|
|
1601
|
+
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.dk());
|
|
1602
1602
|
}
|
|
1603
1603
|
var tmp;
|
|
1604
1604
|
if (_this__u8e3s4.n67_1.isLive) {
|
|
1605
|
-
tmp = _this__u8e3s4.s67(VOID, System_instance.
|
|
1605
|
+
tmp = _this__u8e3s4.s67(VOID, System_instance.dk());
|
|
1606
1606
|
} else {
|
|
1607
|
-
tmp = _this__u8e3s4.r67(PlayerConnectionState_LIVE_getInstance(), System_instance.
|
|
1607
|
+
tmp = _this__u8e3s4.r67(PlayerConnectionState_LIVE_getInstance(), System_instance.dk(), Duration__plus_impl_yu9v8f(_this__u8e3s4.p67_1, _this__u8e3s4.q67()));
|
|
1608
1608
|
}
|
|
1609
1609
|
return tmp;
|
|
1610
1610
|
};
|
|
1611
1611
|
protoOf(Companion_6).t67 = function (_this__u8e3s4, state) {
|
|
1612
1612
|
if (_this__u8e3s4 == null) {
|
|
1613
|
-
return new PlayerConnection(state, System_instance.
|
|
1613
|
+
return new PlayerConnection(state, System_instance.dk());
|
|
1614
1614
|
}
|
|
1615
|
-
return _this__u8e3s4.s67(state, System_instance.
|
|
1615
|
+
return _this__u8e3s4.s67(state, System_instance.dk());
|
|
1616
1616
|
};
|
|
1617
1617
|
var Companion_instance_8;
|
|
1618
1618
|
function Companion_getInstance_9() {
|
|
1619
1619
|
return Companion_instance_8;
|
|
1620
1620
|
}
|
|
1621
1621
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1622
|
-
connectionChangedTime = connectionChangedTime === VOID ? System_instance.
|
|
1623
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().
|
|
1622
|
+
connectionChangedTime = connectionChangedTime === VOID ? System_instance.dk() : connectionChangedTime;
|
|
1623
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ek_1 : notLiveDurationRecord;
|
|
1624
1624
|
this.n67_1 = state;
|
|
1625
1625
|
this.o67_1 = connectionChangedTime;
|
|
1626
1626
|
this.p67_1 = notLiveDurationRecord;
|
|
1627
1627
|
}
|
|
1628
1628
|
protoOf(PlayerConnection).q67 = function () {
|
|
1629
|
-
return System_instance.
|
|
1629
|
+
return System_instance.dk().uk(this.o67_1);
|
|
1630
1630
|
};
|
|
1631
1631
|
protoOf(PlayerConnection).u67 = function (duration) {
|
|
1632
1632
|
return Duration__compareTo_impl_pchp0f(this.q67(), duration) > 0;
|
|
@@ -1736,11 +1736,11 @@
|
|
|
1736
1736
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1737
1737
|
tmp.z67_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1738
1738
|
}
|
|
1739
|
-
protoOf(Companion_7).
|
|
1739
|
+
protoOf(Companion_7).b1c = function () {
|
|
1740
1740
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
1741
1741
|
};
|
|
1742
|
-
protoOf(Companion_7).
|
|
1743
|
-
return this.
|
|
1742
|
+
protoOf(Companion_7).h10 = function (typeParamsSerializers) {
|
|
1743
|
+
return this.b1c();
|
|
1744
1744
|
};
|
|
1745
1745
|
var Companion_instance_9;
|
|
1746
1746
|
function Companion_getInstance_10() {
|
|
@@ -2049,11 +2049,11 @@
|
|
|
2049
2049
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2050
2050
|
tmp.r68_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2051
2051
|
}
|
|
2052
|
-
protoOf(Companion_8).
|
|
2052
|
+
protoOf(Companion_8).b1c = function () {
|
|
2053
2053
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
2054
2054
|
};
|
|
2055
|
-
protoOf(Companion_8).
|
|
2056
|
-
return this.
|
|
2055
|
+
protoOf(Companion_8).h10 = function (typeParamsSerializers) {
|
|
2056
|
+
return this.b1c();
|
|
2057
2057
|
};
|
|
2058
2058
|
var Companion_instance_10;
|
|
2059
2059
|
function Companion_getInstance_11() {
|
|
@@ -2094,7 +2094,7 @@
|
|
|
2094
2094
|
return _this__u8e3s4.y68(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2095
2095
|
};
|
|
2096
2096
|
protoOf(Companion_9).z68 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2097
|
-
var tmp0_startFromTime = System_instance.
|
|
2097
|
+
var tmp0_startFromTime = System_instance.dk();
|
|
2098
2098
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2099
2099
|
return _this__u8e3s4.y68(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2100
2100
|
};
|
|
@@ -2271,18 +2271,18 @@
|
|
|
2271
2271
|
if (_this__u8e3s4.u68() || _this__u8e3s4.v68()) {
|
|
2272
2272
|
var tmp_0;
|
|
2273
2273
|
if (playerTurnTimeout == null) {
|
|
2274
|
-
tmp_0 = Companion_getInstance().
|
|
2274
|
+
tmp_0 = Companion_getInstance().ek_1;
|
|
2275
2275
|
} else {
|
|
2276
|
-
var current = System_instance.
|
|
2277
|
-
var passedDuration = playerTurnTimeout.
|
|
2278
|
-
if (Duration__compareTo_impl_pchp0f(passedDuration, Companion_getInstance().
|
|
2276
|
+
var current = System_instance.dk();
|
|
2277
|
+
var passedDuration = playerTurnTimeout.uk(current);
|
|
2278
|
+
if (Duration__compareTo_impl_pchp0f(passedDuration, Companion_getInstance().ek_1) < 0) {
|
|
2279
2279
|
logger.w(VOID, "getProgress: passedTime can't be less the zero, " + Duration__toString_impl_8d916b(passedDuration));
|
|
2280
2280
|
}
|
|
2281
2281
|
tmp_0 = passedDuration;
|
|
2282
2282
|
}
|
|
2283
2283
|
tmp = tmp_0;
|
|
2284
2284
|
} else {
|
|
2285
|
-
tmp = Companion_getInstance().
|
|
2285
|
+
tmp = Companion_getInstance().ek_1;
|
|
2286
2286
|
}
|
|
2287
2287
|
return tmp;
|
|
2288
2288
|
}
|
|
@@ -2367,11 +2367,11 @@
|
|
|
2367
2367
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2368
2368
|
tmp.g69_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2369
2369
|
}
|
|
2370
|
-
protoOf(Companion_10).
|
|
2370
|
+
protoOf(Companion_10).b1c = function () {
|
|
2371
2371
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
2372
2372
|
};
|
|
2373
|
-
protoOf(Companion_10).
|
|
2374
|
-
return this.
|
|
2373
|
+
protoOf(Companion_10).h10 = function (typeParamsSerializers) {
|
|
2374
|
+
return this.b1c();
|
|
2375
2375
|
};
|
|
2376
2376
|
var Companion_instance_12;
|
|
2377
2377
|
function Companion_getInstance_13() {
|
|
@@ -2403,11 +2403,11 @@
|
|
|
2403
2403
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2404
2404
|
tmp.h69_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2405
2405
|
}
|
|
2406
|
-
protoOf(ProcessingReasonDto).
|
|
2406
|
+
protoOf(ProcessingReasonDto).b1c = function () {
|
|
2407
2407
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
2408
2408
|
};
|
|
2409
|
-
protoOf(ProcessingReasonDto).
|
|
2410
|
-
return this.
|
|
2409
|
+
protoOf(ProcessingReasonDto).h10 = function (typeParamsSerializers) {
|
|
2410
|
+
return this.b1c();
|
|
2411
2411
|
};
|
|
2412
2412
|
protoOf(ProcessingReasonDto).toString = function () {
|
|
2413
2413
|
return 'ProcessingReasonDto';
|
|
@@ -2437,50 +2437,50 @@
|
|
|
2437
2437
|
function $serializer_1() {
|
|
2438
2438
|
$serializer_instance_1 = this;
|
|
2439
2439
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2440
|
-
tmp0_serialDesc.
|
|
2440
|
+
tmp0_serialDesc.hz('reason', false);
|
|
2441
2441
|
this.i69_1 = tmp0_serialDesc;
|
|
2442
2442
|
}
|
|
2443
2443
|
protoOf($serializer_1).j69 = function (encoder, value) {
|
|
2444
2444
|
var tmp0_desc = this.i69_1;
|
|
2445
|
-
var tmp1_output = encoder.
|
|
2446
|
-
tmp1_output.
|
|
2447
|
-
tmp1_output.
|
|
2445
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2446
|
+
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2447
|
+
tmp1_output.qr(tmp0_desc);
|
|
2448
2448
|
};
|
|
2449
|
-
protoOf($serializer_1).
|
|
2449
|
+
protoOf($serializer_1).do = function (encoder, value) {
|
|
2450
2450
|
return this.j69(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2451
2451
|
};
|
|
2452
|
-
protoOf($serializer_1).
|
|
2452
|
+
protoOf($serializer_1).eo = function (decoder) {
|
|
2453
2453
|
var tmp0_desc = this.i69_1;
|
|
2454
2454
|
var tmp1_flag = true;
|
|
2455
2455
|
var tmp2_index = 0;
|
|
2456
2456
|
var tmp3_bitMask0 = 0;
|
|
2457
2457
|
var tmp4_local0 = null;
|
|
2458
|
-
var tmp5_input = decoder.
|
|
2459
|
-
if (tmp5_input.
|
|
2460
|
-
tmp4_local0 = tmp5_input.
|
|
2458
|
+
var tmp5_input = decoder.pr(tmp0_desc);
|
|
2459
|
+
if (tmp5_input.fs()) {
|
|
2460
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2461
2461
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2462
2462
|
} else
|
|
2463
2463
|
while (tmp1_flag) {
|
|
2464
|
-
tmp2_index = tmp5_input.
|
|
2464
|
+
tmp2_index = tmp5_input.gs(tmp0_desc);
|
|
2465
2465
|
switch (tmp2_index) {
|
|
2466
2466
|
case -1:
|
|
2467
2467
|
tmp1_flag = false;
|
|
2468
2468
|
break;
|
|
2469
2469
|
case 0:
|
|
2470
|
-
tmp4_local0 = tmp5_input.
|
|
2470
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2471
2471
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2472
2472
|
break;
|
|
2473
2473
|
default:
|
|
2474
2474
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
2475
2475
|
}
|
|
2476
2476
|
}
|
|
2477
|
-
tmp5_input.
|
|
2477
|
+
tmp5_input.qr(tmp0_desc);
|
|
2478
2478
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2479
2479
|
};
|
|
2480
|
-
protoOf($serializer_1).
|
|
2480
|
+
protoOf($serializer_1).co = function () {
|
|
2481
2481
|
return this.i69_1;
|
|
2482
2482
|
};
|
|
2483
|
-
protoOf($serializer_1).
|
|
2483
|
+
protoOf($serializer_1).wz = function () {
|
|
2484
2484
|
// Inline function 'kotlin.arrayOf' call
|
|
2485
2485
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2486
2486
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2534,50 +2534,50 @@
|
|
|
2534
2534
|
function $serializer_2() {
|
|
2535
2535
|
$serializer_instance_2 = this;
|
|
2536
2536
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2537
|
-
tmp0_serialDesc.
|
|
2537
|
+
tmp0_serialDesc.hz('reason', false);
|
|
2538
2538
|
this.k69_1 = tmp0_serialDesc;
|
|
2539
2539
|
}
|
|
2540
2540
|
protoOf($serializer_2).l69 = function (encoder, value) {
|
|
2541
2541
|
var tmp0_desc = this.k69_1;
|
|
2542
|
-
var tmp1_output = encoder.
|
|
2543
|
-
tmp1_output.
|
|
2544
|
-
tmp1_output.
|
|
2542
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2543
|
+
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2544
|
+
tmp1_output.qr(tmp0_desc);
|
|
2545
2545
|
};
|
|
2546
|
-
protoOf($serializer_2).
|
|
2546
|
+
protoOf($serializer_2).do = function (encoder, value) {
|
|
2547
2547
|
return this.l69(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2548
2548
|
};
|
|
2549
|
-
protoOf($serializer_2).
|
|
2549
|
+
protoOf($serializer_2).eo = function (decoder) {
|
|
2550
2550
|
var tmp0_desc = this.k69_1;
|
|
2551
2551
|
var tmp1_flag = true;
|
|
2552
2552
|
var tmp2_index = 0;
|
|
2553
2553
|
var tmp3_bitMask0 = 0;
|
|
2554
2554
|
var tmp4_local0 = null;
|
|
2555
|
-
var tmp5_input = decoder.
|
|
2556
|
-
if (tmp5_input.
|
|
2557
|
-
tmp4_local0 = tmp5_input.
|
|
2555
|
+
var tmp5_input = decoder.pr(tmp0_desc);
|
|
2556
|
+
if (tmp5_input.fs()) {
|
|
2557
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2558
2558
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2559
2559
|
} else
|
|
2560
2560
|
while (tmp1_flag) {
|
|
2561
|
-
tmp2_index = tmp5_input.
|
|
2561
|
+
tmp2_index = tmp5_input.gs(tmp0_desc);
|
|
2562
2562
|
switch (tmp2_index) {
|
|
2563
2563
|
case -1:
|
|
2564
2564
|
tmp1_flag = false;
|
|
2565
2565
|
break;
|
|
2566
2566
|
case 0:
|
|
2567
|
-
tmp4_local0 = tmp5_input.
|
|
2567
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2568
2568
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2569
2569
|
break;
|
|
2570
2570
|
default:
|
|
2571
2571
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
2572
2572
|
}
|
|
2573
2573
|
}
|
|
2574
|
-
tmp5_input.
|
|
2574
|
+
tmp5_input.qr(tmp0_desc);
|
|
2575
2575
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2576
2576
|
};
|
|
2577
|
-
protoOf($serializer_2).
|
|
2577
|
+
protoOf($serializer_2).co = function () {
|
|
2578
2578
|
return this.k69_1;
|
|
2579
2579
|
};
|
|
2580
|
-
protoOf($serializer_2).
|
|
2580
|
+
protoOf($serializer_2).wz = function () {
|
|
2581
2581
|
// Inline function 'kotlin.arrayOf' call
|
|
2582
2582
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2583
2583
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2631,50 +2631,50 @@
|
|
|
2631
2631
|
function $serializer_3() {
|
|
2632
2632
|
$serializer_instance_3 = this;
|
|
2633
2633
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2634
|
-
tmp0_serialDesc.
|
|
2634
|
+
tmp0_serialDesc.hz('playerId', false);
|
|
2635
2635
|
this.m69_1 = tmp0_serialDesc;
|
|
2636
2636
|
}
|
|
2637
2637
|
protoOf($serializer_3).n69 = function (encoder, value) {
|
|
2638
2638
|
var tmp0_desc = this.m69_1;
|
|
2639
|
-
var tmp1_output = encoder.
|
|
2640
|
-
tmp1_output.
|
|
2641
|
-
tmp1_output.
|
|
2639
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2640
|
+
tmp1_output.et(tmp0_desc, 0, value.o69_1);
|
|
2641
|
+
tmp1_output.qr(tmp0_desc);
|
|
2642
2642
|
};
|
|
2643
|
-
protoOf($serializer_3).
|
|
2643
|
+
protoOf($serializer_3).do = function (encoder, value) {
|
|
2644
2644
|
return this.n69(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2645
2645
|
};
|
|
2646
|
-
protoOf($serializer_3).
|
|
2646
|
+
protoOf($serializer_3).eo = function (decoder) {
|
|
2647
2647
|
var tmp0_desc = this.m69_1;
|
|
2648
2648
|
var tmp1_flag = true;
|
|
2649
2649
|
var tmp2_index = 0;
|
|
2650
2650
|
var tmp3_bitMask0 = 0;
|
|
2651
2651
|
var tmp4_local0 = null;
|
|
2652
|
-
var tmp5_input = decoder.
|
|
2653
|
-
if (tmp5_input.
|
|
2654
|
-
tmp4_local0 = tmp5_input.
|
|
2652
|
+
var tmp5_input = decoder.pr(tmp0_desc);
|
|
2653
|
+
if (tmp5_input.fs()) {
|
|
2654
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2655
2655
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2656
2656
|
} else
|
|
2657
2657
|
while (tmp1_flag) {
|
|
2658
|
-
tmp2_index = tmp5_input.
|
|
2658
|
+
tmp2_index = tmp5_input.gs(tmp0_desc);
|
|
2659
2659
|
switch (tmp2_index) {
|
|
2660
2660
|
case -1:
|
|
2661
2661
|
tmp1_flag = false;
|
|
2662
2662
|
break;
|
|
2663
2663
|
case 0:
|
|
2664
|
-
tmp4_local0 = tmp5_input.
|
|
2664
|
+
tmp4_local0 = tmp5_input.zr(tmp0_desc, 0);
|
|
2665
2665
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2666
2666
|
break;
|
|
2667
2667
|
default:
|
|
2668
2668
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
2669
2669
|
}
|
|
2670
2670
|
}
|
|
2671
|
-
tmp5_input.
|
|
2671
|
+
tmp5_input.qr(tmp0_desc);
|
|
2672
2672
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2673
2673
|
};
|
|
2674
|
-
protoOf($serializer_3).
|
|
2674
|
+
protoOf($serializer_3).co = function () {
|
|
2675
2675
|
return this.m69_1;
|
|
2676
2676
|
};
|
|
2677
|
-
protoOf($serializer_3).
|
|
2677
|
+
protoOf($serializer_3).wz = function () {
|
|
2678
2678
|
// Inline function 'kotlin.arrayOf' call
|
|
2679
2679
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2680
2680
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2725,59 +2725,59 @@
|
|
|
2725
2725
|
function $serializer_4() {
|
|
2726
2726
|
$serializer_instance_4 = this;
|
|
2727
2727
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2728
|
-
tmp0_serialDesc.
|
|
2729
|
-
tmp0_serialDesc.
|
|
2728
|
+
tmp0_serialDesc.hz('playerId', false);
|
|
2729
|
+
tmp0_serialDesc.hz('tag', false);
|
|
2730
2730
|
this.p69_1 = tmp0_serialDesc;
|
|
2731
2731
|
}
|
|
2732
2732
|
protoOf($serializer_4).q69 = function (encoder, value) {
|
|
2733
2733
|
var tmp0_desc = this.p69_1;
|
|
2734
|
-
var tmp1_output = encoder.
|
|
2735
|
-
tmp1_output.
|
|
2736
|
-
tmp1_output.
|
|
2737
|
-
tmp1_output.
|
|
2734
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2735
|
+
tmp1_output.et(tmp0_desc, 0, value.r69_1);
|
|
2736
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.s69_1);
|
|
2737
|
+
tmp1_output.qr(tmp0_desc);
|
|
2738
2738
|
};
|
|
2739
|
-
protoOf($serializer_4).
|
|
2739
|
+
protoOf($serializer_4).do = function (encoder, value) {
|
|
2740
2740
|
return this.q69(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2741
2741
|
};
|
|
2742
|
-
protoOf($serializer_4).
|
|
2742
|
+
protoOf($serializer_4).eo = function (decoder) {
|
|
2743
2743
|
var tmp0_desc = this.p69_1;
|
|
2744
2744
|
var tmp1_flag = true;
|
|
2745
2745
|
var tmp2_index = 0;
|
|
2746
2746
|
var tmp3_bitMask0 = 0;
|
|
2747
2747
|
var tmp4_local0 = null;
|
|
2748
2748
|
var tmp5_local1 = null;
|
|
2749
|
-
var tmp6_input = decoder.
|
|
2750
|
-
if (tmp6_input.
|
|
2751
|
-
tmp4_local0 = tmp6_input.
|
|
2749
|
+
var tmp6_input = decoder.pr(tmp0_desc);
|
|
2750
|
+
if (tmp6_input.fs()) {
|
|
2751
|
+
tmp4_local0 = tmp6_input.zr(tmp0_desc, 0);
|
|
2752
2752
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2753
|
-
tmp5_local1 = tmp6_input.
|
|
2753
|
+
tmp5_local1 = tmp6_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
2754
2754
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
2755
2755
|
} else
|
|
2756
2756
|
while (tmp1_flag) {
|
|
2757
|
-
tmp2_index = tmp6_input.
|
|
2757
|
+
tmp2_index = tmp6_input.gs(tmp0_desc);
|
|
2758
2758
|
switch (tmp2_index) {
|
|
2759
2759
|
case -1:
|
|
2760
2760
|
tmp1_flag = false;
|
|
2761
2761
|
break;
|
|
2762
2762
|
case 0:
|
|
2763
|
-
tmp4_local0 = tmp6_input.
|
|
2763
|
+
tmp4_local0 = tmp6_input.zr(tmp0_desc, 0);
|
|
2764
2764
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2765
2765
|
break;
|
|
2766
2766
|
case 1:
|
|
2767
|
-
tmp5_local1 = tmp6_input.
|
|
2767
|
+
tmp5_local1 = tmp6_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
2768
2768
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
2769
2769
|
break;
|
|
2770
2770
|
default:
|
|
2771
2771
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
|
-
tmp6_input.
|
|
2774
|
+
tmp6_input.qr(tmp0_desc);
|
|
2775
2775
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2776
2776
|
};
|
|
2777
|
-
protoOf($serializer_4).
|
|
2777
|
+
protoOf($serializer_4).co = function () {
|
|
2778
2778
|
return this.p69_1;
|
|
2779
2779
|
};
|
|
2780
|
-
protoOf($serializer_4).
|
|
2780
|
+
protoOf($serializer_4).wz = function () {
|
|
2781
2781
|
// Inline function 'kotlin.arrayOf' call
|
|
2782
2782
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2783
2783
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2834,59 +2834,59 @@
|
|
|
2834
2834
|
function $serializer_5() {
|
|
2835
2835
|
$serializer_instance_5 = this;
|
|
2836
2836
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2837
|
-
tmp0_serialDesc.
|
|
2838
|
-
tmp0_serialDesc.
|
|
2837
|
+
tmp0_serialDesc.hz('playerId', false);
|
|
2838
|
+
tmp0_serialDesc.hz('tag', false);
|
|
2839
2839
|
this.t69_1 = tmp0_serialDesc;
|
|
2840
2840
|
}
|
|
2841
2841
|
protoOf($serializer_5).u69 = function (encoder, value) {
|
|
2842
2842
|
var tmp0_desc = this.t69_1;
|
|
2843
|
-
var tmp1_output = encoder.
|
|
2844
|
-
tmp1_output.
|
|
2845
|
-
tmp1_output.
|
|
2846
|
-
tmp1_output.
|
|
2843
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2844
|
+
tmp1_output.et(tmp0_desc, 0, value.v69_1);
|
|
2845
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.w69_1);
|
|
2846
|
+
tmp1_output.qr(tmp0_desc);
|
|
2847
2847
|
};
|
|
2848
|
-
protoOf($serializer_5).
|
|
2848
|
+
protoOf($serializer_5).do = function (encoder, value) {
|
|
2849
2849
|
return this.u69(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2850
2850
|
};
|
|
2851
|
-
protoOf($serializer_5).
|
|
2851
|
+
protoOf($serializer_5).eo = function (decoder) {
|
|
2852
2852
|
var tmp0_desc = this.t69_1;
|
|
2853
2853
|
var tmp1_flag = true;
|
|
2854
2854
|
var tmp2_index = 0;
|
|
2855
2855
|
var tmp3_bitMask0 = 0;
|
|
2856
2856
|
var tmp4_local0 = null;
|
|
2857
2857
|
var tmp5_local1 = null;
|
|
2858
|
-
var tmp6_input = decoder.
|
|
2859
|
-
if (tmp6_input.
|
|
2860
|
-
tmp4_local0 = tmp6_input.
|
|
2858
|
+
var tmp6_input = decoder.pr(tmp0_desc);
|
|
2859
|
+
if (tmp6_input.fs()) {
|
|
2860
|
+
tmp4_local0 = tmp6_input.zr(tmp0_desc, 0);
|
|
2861
2861
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2862
|
-
tmp5_local1 = tmp6_input.
|
|
2862
|
+
tmp5_local1 = tmp6_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
2863
2863
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
2864
2864
|
} else
|
|
2865
2865
|
while (tmp1_flag) {
|
|
2866
|
-
tmp2_index = tmp6_input.
|
|
2866
|
+
tmp2_index = tmp6_input.gs(tmp0_desc);
|
|
2867
2867
|
switch (tmp2_index) {
|
|
2868
2868
|
case -1:
|
|
2869
2869
|
tmp1_flag = false;
|
|
2870
2870
|
break;
|
|
2871
2871
|
case 0:
|
|
2872
|
-
tmp4_local0 = tmp6_input.
|
|
2872
|
+
tmp4_local0 = tmp6_input.zr(tmp0_desc, 0);
|
|
2873
2873
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
2874
2874
|
break;
|
|
2875
2875
|
case 1:
|
|
2876
|
-
tmp5_local1 = tmp6_input.
|
|
2876
|
+
tmp5_local1 = tmp6_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
2877
2877
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
2878
2878
|
break;
|
|
2879
2879
|
default:
|
|
2880
2880
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
2881
2881
|
}
|
|
2882
2882
|
}
|
|
2883
|
-
tmp6_input.
|
|
2883
|
+
tmp6_input.qr(tmp0_desc);
|
|
2884
2884
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2885
2885
|
};
|
|
2886
|
-
protoOf($serializer_5).
|
|
2886
|
+
protoOf($serializer_5).co = function () {
|
|
2887
2887
|
return this.t69_1;
|
|
2888
2888
|
};
|
|
2889
|
-
protoOf($serializer_5).
|
|
2889
|
+
protoOf($serializer_5).wz = function () {
|
|
2890
2890
|
// Inline function 'kotlin.arrayOf' call
|
|
2891
2891
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2892
2892
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2952,11 +2952,11 @@
|
|
|
2952
2952
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2953
2953
|
tmp.x69_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2954
2954
|
}
|
|
2955
|
-
protoOf(WaitingForConnectionReasonDto).
|
|
2955
|
+
protoOf(WaitingForConnectionReasonDto).b1c = function () {
|
|
2956
2956
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
2957
2957
|
};
|
|
2958
|
-
protoOf(WaitingForConnectionReasonDto).
|
|
2959
|
-
return this.
|
|
2958
|
+
protoOf(WaitingForConnectionReasonDto).h10 = function (typeParamsSerializers) {
|
|
2959
|
+
return this.b1c();
|
|
2960
2960
|
};
|
|
2961
2961
|
protoOf(WaitingForConnectionReasonDto).toString = function () {
|
|
2962
2962
|
return 'WaitingForConnectionReasonDto';
|
|
@@ -3186,7 +3186,7 @@
|
|
|
3186
3186
|
tmp = null;
|
|
3187
3187
|
} else {
|
|
3188
3188
|
// Inline function 'kotlin.let' call
|
|
3189
|
-
tmp = Companion_getInstance_0().
|
|
3189
|
+
tmp = Companion_getInstance_0().nk(tmp0_safe_receiver);
|
|
3190
3190
|
}
|
|
3191
3191
|
var tmp5_startFromTime = tmp;
|
|
3192
3192
|
var tmp1_safe_receiver = _this__u8e3s4.j6a_1;
|
|
@@ -3195,7 +3195,7 @@
|
|
|
3195
3195
|
tmp_0 = null;
|
|
3196
3196
|
} else {
|
|
3197
3197
|
// Inline function 'kotlin.let' call
|
|
3198
|
-
tmp_0 = Companion_getInstance_0().
|
|
3198
|
+
tmp_0 = Companion_getInstance_0().nk(tmp1_safe_receiver);
|
|
3199
3199
|
}
|
|
3200
3200
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3201
3201
|
var tmp2_safe_receiver = _this__u8e3s4.i6a_1;
|
|
@@ -3204,7 +3204,7 @@
|
|
|
3204
3204
|
tmp_1 = null;
|
|
3205
3205
|
} else {
|
|
3206
3206
|
// Inline function 'kotlin.let' call
|
|
3207
|
-
tmp_1 = Companion_getInstance_0().
|
|
3207
|
+
tmp_1 = Companion_getInstance_0().nk(tmp2_safe_receiver);
|
|
3208
3208
|
}
|
|
3209
3209
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3210
3210
|
var tmp8_state = _this__u8e3s4.k6a_1;
|
|
@@ -3230,7 +3230,7 @@
|
|
|
3230
3230
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3231
3231
|
}
|
|
3232
3232
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3233
|
-
return new PlayerConnection(_this__u8e3s4.o6a_1, Companion_getInstance_0().
|
|
3233
|
+
return new PlayerConnection(_this__u8e3s4.o6a_1, Companion_getInstance_0().nk(_this__u8e3s4.p6a_1), Companion_getInstance().hk(_this__u8e3s4.q6a_1));
|
|
3234
3234
|
}
|
|
3235
3235
|
function mapToDto_10(_this__u8e3s4) {
|
|
3236
3236
|
return new PlayerConnectionDto(_this__u8e3s4.n67_1, _this__u8e3s4.o67_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.p67_1));
|
|
@@ -3244,47 +3244,47 @@
|
|
|
3244
3244
|
function $serializer_6() {
|
|
3245
3245
|
$serializer_instance_6 = this;
|
|
3246
3246
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.GameUserInfoDto', this, 9);
|
|
3247
|
-
tmp0_serialDesc.
|
|
3248
|
-
tmp0_serialDesc.
|
|
3249
|
-
tmp0_serialDesc.
|
|
3250
|
-
tmp0_serialDesc.
|
|
3251
|
-
tmp0_serialDesc.
|
|
3252
|
-
tmp0_serialDesc.
|
|
3253
|
-
tmp0_serialDesc.
|
|
3254
|
-
tmp0_serialDesc.
|
|
3255
|
-
tmp0_serialDesc.
|
|
3247
|
+
tmp0_serialDesc.hz('playerId', true);
|
|
3248
|
+
tmp0_serialDesc.hz('uid', true);
|
|
3249
|
+
tmp0_serialDesc.hz('name', true);
|
|
3250
|
+
tmp0_serialDesc.hz('nickname', true);
|
|
3251
|
+
tmp0_serialDesc.hz('avatarUrl', true);
|
|
3252
|
+
tmp0_serialDesc.hz('photo', true);
|
|
3253
|
+
tmp0_serialDesc.hz('rating', false);
|
|
3254
|
+
tmp0_serialDesc.hz('is_bot', false);
|
|
3255
|
+
tmp0_serialDesc.hz('lucky_factor', false);
|
|
3256
3256
|
this.r6a_1 = tmp0_serialDesc;
|
|
3257
3257
|
}
|
|
3258
3258
|
protoOf($serializer_6).s6a = function (encoder, value) {
|
|
3259
3259
|
var tmp0_desc = this.r6a_1;
|
|
3260
|
-
var tmp1_output = encoder.
|
|
3261
|
-
if (tmp1_output.
|
|
3262
|
-
tmp1_output.
|
|
3260
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3261
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.y69_1 == null)) {
|
|
3262
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.y69_1);
|
|
3263
3263
|
}
|
|
3264
|
-
if (tmp1_output.
|
|
3265
|
-
tmp1_output.
|
|
3264
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.z69_1 == null)) {
|
|
3265
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.z69_1);
|
|
3266
3266
|
}
|
|
3267
|
-
if (tmp1_output.
|
|
3268
|
-
tmp1_output.
|
|
3267
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.a6a_1 == null)) {
|
|
3268
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.a6a_1);
|
|
3269
3269
|
}
|
|
3270
|
-
if (tmp1_output.
|
|
3271
|
-
tmp1_output.
|
|
3270
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.b6a_1 == null)) {
|
|
3271
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.b6a_1);
|
|
3272
3272
|
}
|
|
3273
|
-
if (tmp1_output.
|
|
3274
|
-
tmp1_output.
|
|
3273
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.c6a_1 == null)) {
|
|
3274
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.c6a_1);
|
|
3275
3275
|
}
|
|
3276
|
-
if (tmp1_output.
|
|
3277
|
-
tmp1_output.
|
|
3276
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.d6a_1 == null)) {
|
|
3277
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.d6a_1);
|
|
3278
3278
|
}
|
|
3279
|
-
tmp1_output.
|
|
3280
|
-
tmp1_output.
|
|
3281
|
-
tmp1_output.
|
|
3282
|
-
tmp1_output.
|
|
3279
|
+
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.e6a_1);
|
|
3280
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.f6a_1);
|
|
3281
|
+
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.g6a_1);
|
|
3282
|
+
tmp1_output.qr(tmp0_desc);
|
|
3283
3283
|
};
|
|
3284
|
-
protoOf($serializer_6).
|
|
3284
|
+
protoOf($serializer_6).do = function (encoder, value) {
|
|
3285
3285
|
return this.s6a(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3286
3286
|
};
|
|
3287
|
-
protoOf($serializer_6).
|
|
3287
|
+
protoOf($serializer_6).eo = function (decoder) {
|
|
3288
3288
|
var tmp0_desc = this.r6a_1;
|
|
3289
3289
|
var tmp1_flag = true;
|
|
3290
3290
|
var tmp2_index = 0;
|
|
@@ -3298,80 +3298,80 @@
|
|
|
3298
3298
|
var tmp10_local6 = null;
|
|
3299
3299
|
var tmp11_local7 = null;
|
|
3300
3300
|
var tmp12_local8 = null;
|
|
3301
|
-
var tmp13_input = decoder.
|
|
3302
|
-
if (tmp13_input.
|
|
3303
|
-
tmp4_local0 = tmp13_input.
|
|
3301
|
+
var tmp13_input = decoder.pr(tmp0_desc);
|
|
3302
|
+
if (tmp13_input.fs()) {
|
|
3303
|
+
tmp4_local0 = tmp13_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3304
3304
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3305
|
-
tmp5_local1 = tmp13_input.
|
|
3305
|
+
tmp5_local1 = tmp13_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3306
3306
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3307
|
-
tmp6_local2 = tmp13_input.
|
|
3307
|
+
tmp6_local2 = tmp13_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
3308
3308
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3309
|
-
tmp7_local3 = tmp13_input.
|
|
3309
|
+
tmp7_local3 = tmp13_input.ds(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
|
|
3310
3310
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3311
|
-
tmp8_local4 = tmp13_input.
|
|
3311
|
+
tmp8_local4 = tmp13_input.ds(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
3312
3312
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3313
|
-
tmp9_local5 = tmp13_input.
|
|
3313
|
+
tmp9_local5 = tmp13_input.ds(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
3314
3314
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3315
|
-
tmp10_local6 = tmp13_input.
|
|
3315
|
+
tmp10_local6 = tmp13_input.ds(tmp0_desc, 6, DoubleSerializer_getInstance(), tmp10_local6);
|
|
3316
3316
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3317
|
-
tmp11_local7 = tmp13_input.
|
|
3317
|
+
tmp11_local7 = tmp13_input.ds(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3318
3318
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3319
|
-
tmp12_local8 = tmp13_input.
|
|
3319
|
+
tmp12_local8 = tmp13_input.ds(tmp0_desc, 8, FloatSerializer_getInstance(), tmp12_local8);
|
|
3320
3320
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3321
3321
|
} else
|
|
3322
3322
|
while (tmp1_flag) {
|
|
3323
|
-
tmp2_index = tmp13_input.
|
|
3323
|
+
tmp2_index = tmp13_input.gs(tmp0_desc);
|
|
3324
3324
|
switch (tmp2_index) {
|
|
3325
3325
|
case -1:
|
|
3326
3326
|
tmp1_flag = false;
|
|
3327
3327
|
break;
|
|
3328
3328
|
case 0:
|
|
3329
|
-
tmp4_local0 = tmp13_input.
|
|
3329
|
+
tmp4_local0 = tmp13_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3330
3330
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3331
3331
|
break;
|
|
3332
3332
|
case 1:
|
|
3333
|
-
tmp5_local1 = tmp13_input.
|
|
3333
|
+
tmp5_local1 = tmp13_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3334
3334
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3335
3335
|
break;
|
|
3336
3336
|
case 2:
|
|
3337
|
-
tmp6_local2 = tmp13_input.
|
|
3337
|
+
tmp6_local2 = tmp13_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
3338
3338
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3339
3339
|
break;
|
|
3340
3340
|
case 3:
|
|
3341
|
-
tmp7_local3 = tmp13_input.
|
|
3341
|
+
tmp7_local3 = tmp13_input.ds(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
|
|
3342
3342
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3343
3343
|
break;
|
|
3344
3344
|
case 4:
|
|
3345
|
-
tmp8_local4 = tmp13_input.
|
|
3345
|
+
tmp8_local4 = tmp13_input.ds(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
3346
3346
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3347
3347
|
break;
|
|
3348
3348
|
case 5:
|
|
3349
|
-
tmp9_local5 = tmp13_input.
|
|
3349
|
+
tmp9_local5 = tmp13_input.ds(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
3350
3350
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3351
3351
|
break;
|
|
3352
3352
|
case 6:
|
|
3353
|
-
tmp10_local6 = tmp13_input.
|
|
3353
|
+
tmp10_local6 = tmp13_input.ds(tmp0_desc, 6, DoubleSerializer_getInstance(), tmp10_local6);
|
|
3354
3354
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3355
3355
|
break;
|
|
3356
3356
|
case 7:
|
|
3357
|
-
tmp11_local7 = tmp13_input.
|
|
3357
|
+
tmp11_local7 = tmp13_input.ds(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3358
3358
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3359
3359
|
break;
|
|
3360
3360
|
case 8:
|
|
3361
|
-
tmp12_local8 = tmp13_input.
|
|
3361
|
+
tmp12_local8 = tmp13_input.ds(tmp0_desc, 8, FloatSerializer_getInstance(), tmp12_local8);
|
|
3362
3362
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3363
3363
|
break;
|
|
3364
3364
|
default:
|
|
3365
3365
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3366
3366
|
}
|
|
3367
3367
|
}
|
|
3368
|
-
tmp13_input.
|
|
3368
|
+
tmp13_input.qr(tmp0_desc);
|
|
3369
3369
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3370
3370
|
};
|
|
3371
|
-
protoOf($serializer_6).
|
|
3371
|
+
protoOf($serializer_6).co = function () {
|
|
3372
3372
|
return this.r6a_1;
|
|
3373
3373
|
};
|
|
3374
|
-
protoOf($serializer_6).
|
|
3374
|
+
protoOf($serializer_6).wz = function () {
|
|
3375
3375
|
// Inline function 'kotlin.arrayOf' call
|
|
3376
3376
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3377
3377
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3495,7 +3495,7 @@
|
|
|
3495
3495
|
return true;
|
|
3496
3496
|
};
|
|
3497
3497
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
3498
|
-
return Companion_getInstance_10().
|
|
3498
|
+
return Companion_getInstance_10().b1c();
|
|
3499
3499
|
}
|
|
3500
3500
|
function Companion_17() {
|
|
3501
3501
|
Companion_instance_19 = this;
|
|
@@ -3515,24 +3515,24 @@
|
|
|
3515
3515
|
function $serializer_7() {
|
|
3516
3516
|
$serializer_instance_7 = this;
|
|
3517
3517
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this, 3);
|
|
3518
|
-
tmp0_serialDesc.
|
|
3519
|
-
tmp0_serialDesc.
|
|
3520
|
-
tmp0_serialDesc.
|
|
3518
|
+
tmp0_serialDesc.hz('state', false);
|
|
3519
|
+
tmp0_serialDesc.hz('connectionChangedTime', false);
|
|
3520
|
+
tmp0_serialDesc.hz('notLiveDurationRecord', false);
|
|
3521
3521
|
this.x6a_1 = tmp0_serialDesc;
|
|
3522
3522
|
}
|
|
3523
3523
|
protoOf($serializer_7).y6a = function (encoder, value) {
|
|
3524
3524
|
var tmp0_desc = this.x6a_1;
|
|
3525
|
-
var tmp1_output = encoder.
|
|
3525
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3526
3526
|
var tmp2_cached = Companion_getInstance_20().w6a_1;
|
|
3527
|
-
tmp1_output.
|
|
3528
|
-
tmp1_output.
|
|
3529
|
-
tmp1_output.
|
|
3530
|
-
tmp1_output.
|
|
3527
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.o6a_1);
|
|
3528
|
+
tmp1_output.et(tmp0_desc, 1, value.p6a_1);
|
|
3529
|
+
tmp1_output.et(tmp0_desc, 2, value.q6a_1);
|
|
3530
|
+
tmp1_output.qr(tmp0_desc);
|
|
3531
3531
|
};
|
|
3532
|
-
protoOf($serializer_7).
|
|
3532
|
+
protoOf($serializer_7).do = function (encoder, value) {
|
|
3533
3533
|
return this.y6a(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3534
3534
|
};
|
|
3535
|
-
protoOf($serializer_7).
|
|
3535
|
+
protoOf($serializer_7).eo = function (decoder) {
|
|
3536
3536
|
var tmp0_desc = this.x6a_1;
|
|
3537
3537
|
var tmp1_flag = true;
|
|
3538
3538
|
var tmp2_index = 0;
|
|
@@ -3540,45 +3540,45 @@
|
|
|
3540
3540
|
var tmp4_local0 = null;
|
|
3541
3541
|
var tmp5_local1 = null;
|
|
3542
3542
|
var tmp6_local2 = null;
|
|
3543
|
-
var tmp7_input = decoder.
|
|
3543
|
+
var tmp7_input = decoder.pr(tmp0_desc);
|
|
3544
3544
|
var tmp8_cached = Companion_getInstance_20().w6a_1;
|
|
3545
|
-
if (tmp7_input.
|
|
3546
|
-
tmp4_local0 = tmp7_input.
|
|
3545
|
+
if (tmp7_input.fs()) {
|
|
3546
|
+
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3547
3547
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3548
|
-
tmp5_local1 = tmp7_input.
|
|
3548
|
+
tmp5_local1 = tmp7_input.zr(tmp0_desc, 1);
|
|
3549
3549
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3550
|
-
tmp6_local2 = tmp7_input.
|
|
3550
|
+
tmp6_local2 = tmp7_input.zr(tmp0_desc, 2);
|
|
3551
3551
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3552
3552
|
} else
|
|
3553
3553
|
while (tmp1_flag) {
|
|
3554
|
-
tmp2_index = tmp7_input.
|
|
3554
|
+
tmp2_index = tmp7_input.gs(tmp0_desc);
|
|
3555
3555
|
switch (tmp2_index) {
|
|
3556
3556
|
case -1:
|
|
3557
3557
|
tmp1_flag = false;
|
|
3558
3558
|
break;
|
|
3559
3559
|
case 0:
|
|
3560
|
-
tmp4_local0 = tmp7_input.
|
|
3560
|
+
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3561
3561
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3562
3562
|
break;
|
|
3563
3563
|
case 1:
|
|
3564
|
-
tmp5_local1 = tmp7_input.
|
|
3564
|
+
tmp5_local1 = tmp7_input.zr(tmp0_desc, 1);
|
|
3565
3565
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3566
3566
|
break;
|
|
3567
3567
|
case 2:
|
|
3568
|
-
tmp6_local2 = tmp7_input.
|
|
3568
|
+
tmp6_local2 = tmp7_input.zr(tmp0_desc, 2);
|
|
3569
3569
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3570
3570
|
break;
|
|
3571
3571
|
default:
|
|
3572
3572
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3573
3573
|
}
|
|
3574
3574
|
}
|
|
3575
|
-
tmp7_input.
|
|
3575
|
+
tmp7_input.qr(tmp0_desc);
|
|
3576
3576
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3577
3577
|
};
|
|
3578
|
-
protoOf($serializer_7).
|
|
3578
|
+
protoOf($serializer_7).co = function () {
|
|
3579
3579
|
return this.x6a_1;
|
|
3580
3580
|
};
|
|
3581
|
-
protoOf($serializer_7).
|
|
3581
|
+
protoOf($serializer_7).wz = function () {
|
|
3582
3582
|
// Inline function 'kotlin.arrayOf' call
|
|
3583
3583
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3584
3584
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3631,7 +3631,7 @@
|
|
|
3631
3631
|
return true;
|
|
3632
3632
|
};
|
|
3633
3633
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
3634
|
-
return Companion_getInstance_11().
|
|
3634
|
+
return Companion_getInstance_11().b1c();
|
|
3635
3635
|
}
|
|
3636
3636
|
function Companion_18() {
|
|
3637
3637
|
Companion_instance_20 = this;
|
|
@@ -3651,44 +3651,44 @@
|
|
|
3651
3651
|
function $serializer_8() {
|
|
3652
3652
|
$serializer_instance_8 = this;
|
|
3653
3653
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerStateDto', this, 7);
|
|
3654
|
-
tmp0_serialDesc.
|
|
3655
|
-
tmp0_serialDesc.
|
|
3656
|
-
tmp0_serialDesc.
|
|
3657
|
-
tmp0_serialDesc.
|
|
3658
|
-
tmp0_serialDesc.
|
|
3659
|
-
tmp0_serialDesc.
|
|
3660
|
-
tmp0_serialDesc.
|
|
3654
|
+
tmp0_serialDesc.hz('startFrom', true);
|
|
3655
|
+
tmp0_serialDesc.hz('playerTurnTimeout', true);
|
|
3656
|
+
tmp0_serialDesc.hz('waitPlayerUntilTime', true);
|
|
3657
|
+
tmp0_serialDesc.hz('state', false);
|
|
3658
|
+
tmp0_serialDesc.hz('ready', true);
|
|
3659
|
+
tmp0_serialDesc.hz('tag', true);
|
|
3660
|
+
tmp0_serialDesc.hz('connection', true);
|
|
3661
3661
|
this.a6b_1 = tmp0_serialDesc;
|
|
3662
3662
|
}
|
|
3663
3663
|
protoOf($serializer_8).b6b = function (encoder, value) {
|
|
3664
3664
|
var tmp0_desc = this.a6b_1;
|
|
3665
|
-
var tmp1_output = encoder.
|
|
3665
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3666
3666
|
var tmp2_cached = Companion_getInstance_21().z6a_1;
|
|
3667
|
-
if (tmp1_output.
|
|
3668
|
-
tmp1_output.
|
|
3667
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.h6a_1 == null)) {
|
|
3668
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.h6a_1);
|
|
3669
3669
|
}
|
|
3670
|
-
if (tmp1_output.
|
|
3671
|
-
tmp1_output.
|
|
3670
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.i6a_1 == null)) {
|
|
3671
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.i6a_1);
|
|
3672
3672
|
}
|
|
3673
|
-
if (tmp1_output.
|
|
3674
|
-
tmp1_output.
|
|
3673
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.j6a_1 == null)) {
|
|
3674
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.j6a_1);
|
|
3675
3675
|
}
|
|
3676
|
-
tmp1_output.
|
|
3677
|
-
if (tmp1_output.
|
|
3678
|
-
tmp1_output.
|
|
3676
|
+
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.k6a_1);
|
|
3677
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.l6a_1 == null)) {
|
|
3678
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.l6a_1);
|
|
3679
3679
|
}
|
|
3680
|
-
if (tmp1_output.
|
|
3681
|
-
tmp1_output.
|
|
3680
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.m6a_1 == null)) {
|
|
3681
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.m6a_1);
|
|
3682
3682
|
}
|
|
3683
|
-
if (tmp1_output.
|
|
3684
|
-
tmp1_output.
|
|
3683
|
+
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.n6a_1 == null)) {
|
|
3684
|
+
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_7(), value.n6a_1);
|
|
3685
3685
|
}
|
|
3686
|
-
tmp1_output.
|
|
3686
|
+
tmp1_output.qr(tmp0_desc);
|
|
3687
3687
|
};
|
|
3688
|
-
protoOf($serializer_8).
|
|
3688
|
+
protoOf($serializer_8).do = function (encoder, value) {
|
|
3689
3689
|
return this.b6b(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3690
3690
|
};
|
|
3691
|
-
protoOf($serializer_8).
|
|
3691
|
+
protoOf($serializer_8).eo = function (decoder) {
|
|
3692
3692
|
var tmp0_desc = this.a6b_1;
|
|
3693
3693
|
var tmp1_flag = true;
|
|
3694
3694
|
var tmp2_index = 0;
|
|
@@ -3700,69 +3700,69 @@
|
|
|
3700
3700
|
var tmp8_local4 = null;
|
|
3701
3701
|
var tmp9_local5 = null;
|
|
3702
3702
|
var tmp10_local6 = null;
|
|
3703
|
-
var tmp11_input = decoder.
|
|
3703
|
+
var tmp11_input = decoder.pr(tmp0_desc);
|
|
3704
3704
|
var tmp12_cached = Companion_getInstance_21().z6a_1;
|
|
3705
|
-
if (tmp11_input.
|
|
3706
|
-
tmp4_local0 = tmp11_input.
|
|
3705
|
+
if (tmp11_input.fs()) {
|
|
3706
|
+
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3707
3707
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3708
|
-
tmp5_local1 = tmp11_input.
|
|
3708
|
+
tmp5_local1 = tmp11_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3709
3709
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3710
|
-
tmp6_local2 = tmp11_input.
|
|
3710
|
+
tmp6_local2 = tmp11_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
3711
3711
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3712
|
-
tmp7_local3 = tmp11_input.
|
|
3712
|
+
tmp7_local3 = tmp11_input.bs(tmp0_desc, 3, tmp12_cached[3].x(), tmp7_local3);
|
|
3713
3713
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3714
|
-
tmp8_local4 = tmp11_input.
|
|
3714
|
+
tmp8_local4 = tmp11_input.ds(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3715
3715
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3716
|
-
tmp9_local5 = tmp11_input.
|
|
3716
|
+
tmp9_local5 = tmp11_input.ds(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
3717
3717
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3718
|
-
tmp10_local6 = tmp11_input.
|
|
3718
|
+
tmp10_local6 = tmp11_input.ds(tmp0_desc, 6, $serializer_getInstance_7(), tmp10_local6);
|
|
3719
3719
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3720
3720
|
} else
|
|
3721
3721
|
while (tmp1_flag) {
|
|
3722
|
-
tmp2_index = tmp11_input.
|
|
3722
|
+
tmp2_index = tmp11_input.gs(tmp0_desc);
|
|
3723
3723
|
switch (tmp2_index) {
|
|
3724
3724
|
case -1:
|
|
3725
3725
|
tmp1_flag = false;
|
|
3726
3726
|
break;
|
|
3727
3727
|
case 0:
|
|
3728
|
-
tmp4_local0 = tmp11_input.
|
|
3728
|
+
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3729
3729
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3730
3730
|
break;
|
|
3731
3731
|
case 1:
|
|
3732
|
-
tmp5_local1 = tmp11_input.
|
|
3732
|
+
tmp5_local1 = tmp11_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
3733
3733
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3734
3734
|
break;
|
|
3735
3735
|
case 2:
|
|
3736
|
-
tmp6_local2 = tmp11_input.
|
|
3736
|
+
tmp6_local2 = tmp11_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
3737
3737
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3738
3738
|
break;
|
|
3739
3739
|
case 3:
|
|
3740
|
-
tmp7_local3 = tmp11_input.
|
|
3740
|
+
tmp7_local3 = tmp11_input.bs(tmp0_desc, 3, tmp12_cached[3].x(), tmp7_local3);
|
|
3741
3741
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3742
3742
|
break;
|
|
3743
3743
|
case 4:
|
|
3744
|
-
tmp8_local4 = tmp11_input.
|
|
3744
|
+
tmp8_local4 = tmp11_input.ds(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3745
3745
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3746
3746
|
break;
|
|
3747
3747
|
case 5:
|
|
3748
|
-
tmp9_local5 = tmp11_input.
|
|
3748
|
+
tmp9_local5 = tmp11_input.ds(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
|
|
3749
3749
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3750
3750
|
break;
|
|
3751
3751
|
case 6:
|
|
3752
|
-
tmp10_local6 = tmp11_input.
|
|
3752
|
+
tmp10_local6 = tmp11_input.ds(tmp0_desc, 6, $serializer_getInstance_7(), tmp10_local6);
|
|
3753
3753
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3754
3754
|
break;
|
|
3755
3755
|
default:
|
|
3756
3756
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3757
3757
|
}
|
|
3758
3758
|
}
|
|
3759
|
-
tmp11_input.
|
|
3759
|
+
tmp11_input.qr(tmp0_desc);
|
|
3760
3760
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3761
3761
|
};
|
|
3762
|
-
protoOf($serializer_8).
|
|
3762
|
+
protoOf($serializer_8).co = function () {
|
|
3763
3763
|
return this.a6b_1;
|
|
3764
3764
|
};
|
|
3765
|
-
protoOf($serializer_8).
|
|
3765
|
+
protoOf($serializer_8).wz = function () {
|
|
3766
3766
|
var tmp0_cached = Companion_getInstance_21().z6a_1;
|
|
3767
3767
|
// Inline function 'kotlin.arrayOf' call
|
|
3768
3768
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
@@ -3890,70 +3890,70 @@
|
|
|
3890
3890
|
function $serializer_9() {
|
|
3891
3891
|
$serializer_instance_9 = this;
|
|
3892
3892
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this, 26);
|
|
3893
|
-
tmp0_serialDesc.
|
|
3894
|
-
tmp0_serialDesc.
|
|
3895
|
-
tmp0_serialDesc.
|
|
3896
|
-
tmp0_serialDesc.
|
|
3897
|
-
tmp0_serialDesc.
|
|
3898
|
-
tmp0_serialDesc.
|
|
3899
|
-
tmp0_serialDesc.
|
|
3900
|
-
tmp0_serialDesc.
|
|
3901
|
-
tmp0_serialDesc.
|
|
3902
|
-
tmp0_serialDesc.
|
|
3903
|
-
tmp0_serialDesc.
|
|
3904
|
-
tmp0_serialDesc.
|
|
3905
|
-
tmp0_serialDesc.
|
|
3906
|
-
tmp0_serialDesc.
|
|
3907
|
-
tmp0_serialDesc.
|
|
3908
|
-
tmp0_serialDesc.
|
|
3909
|
-
tmp0_serialDesc.
|
|
3910
|
-
tmp0_serialDesc.
|
|
3911
|
-
tmp0_serialDesc.
|
|
3912
|
-
tmp0_serialDesc.
|
|
3913
|
-
tmp0_serialDesc.
|
|
3914
|
-
tmp0_serialDesc.
|
|
3915
|
-
tmp0_serialDesc.
|
|
3916
|
-
tmp0_serialDesc.
|
|
3917
|
-
tmp0_serialDesc.
|
|
3918
|
-
tmp0_serialDesc.
|
|
3893
|
+
tmp0_serialDesc.hz('name', false);
|
|
3894
|
+
tmp0_serialDesc.hz('playerWhoChooseSuitGoFirst', false);
|
|
3895
|
+
tmp0_serialDesc.hz('winnerShuffleCards', false);
|
|
3896
|
+
tmp0_serialDesc.hz('playWithoutLiabilities', false);
|
|
3897
|
+
tmp0_serialDesc.hz('trumpCardGoToPlayerWhoShuffleCards', false);
|
|
3898
|
+
tmp0_serialDesc.hz('dealerInitialCardsCount', false);
|
|
3899
|
+
tmp0_serialDesc.hz('dealerFinalCardsCount', false);
|
|
3900
|
+
tmp0_serialDesc.hz('dealerCounterClockwise', false);
|
|
3901
|
+
tmp0_serialDesc.hz('contractTypes', false);
|
|
3902
|
+
tmp0_serialDesc.hz('bidTypes', false);
|
|
3903
|
+
tmp0_serialDesc.hz('needToPutHigherTrump', false);
|
|
3904
|
+
tmp0_serialDesc.hz('trumpCardStepMode', false);
|
|
3905
|
+
tmp0_serialDesc.hz('trumpCardStepPartnerMode', false);
|
|
3906
|
+
tmp0_serialDesc.hz('combinationsWithFirstCard', false);
|
|
3907
|
+
tmp0_serialDesc.hz('protectBella', false);
|
|
3908
|
+
tmp0_serialDesc.hz('oneTryToProtectBella', false);
|
|
3909
|
+
tmp0_serialDesc.hz('enableFourSevensCombination', false);
|
|
3910
|
+
tmp0_serialDesc.hz('enableTrumpSevenCombination', false);
|
|
3911
|
+
tmp0_serialDesc.hz('enableTrumpSevenCombinationAfterDistribution', false);
|
|
3912
|
+
tmp0_serialDesc.hz('checkTrumpCombination', false);
|
|
3913
|
+
tmp0_serialDesc.hz('checkOnlyTrumpDebertz', false);
|
|
3914
|
+
tmp0_serialDesc.hz('pointsDistributeMode', false);
|
|
3915
|
+
tmp0_serialDesc.hz('enableFineIfNoBribes', false);
|
|
3916
|
+
tmp0_serialDesc.hz('fineIfNoBribes', false);
|
|
3917
|
+
tmp0_serialDesc.hz('enableFineAfterThirdByte', false);
|
|
3918
|
+
tmp0_serialDesc.hz('fineAfterThirdFailedContract', false);
|
|
3919
3919
|
this.d6b_1 = tmp0_serialDesc;
|
|
3920
3920
|
}
|
|
3921
3921
|
protoOf($serializer_9).e6b = function (encoder, value) {
|
|
3922
3922
|
var tmp0_desc = this.d6b_1;
|
|
3923
|
-
var tmp1_output = encoder.
|
|
3923
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3924
3924
|
var tmp2_cached = Companion_getInstance_22().c6b_1;
|
|
3925
|
-
tmp1_output.
|
|
3926
|
-
tmp1_output.
|
|
3927
|
-
tmp1_output.
|
|
3928
|
-
tmp1_output.
|
|
3929
|
-
tmp1_output.
|
|
3930
|
-
tmp1_output.
|
|
3931
|
-
tmp1_output.
|
|
3932
|
-
tmp1_output.
|
|
3933
|
-
tmp1_output.
|
|
3934
|
-
tmp1_output.
|
|
3935
|
-
tmp1_output.
|
|
3936
|
-
tmp1_output.
|
|
3937
|
-
tmp1_output.
|
|
3938
|
-
tmp1_output.
|
|
3939
|
-
tmp1_output.
|
|
3940
|
-
tmp1_output.
|
|
3941
|
-
tmp1_output.
|
|
3942
|
-
tmp1_output.
|
|
3943
|
-
tmp1_output.
|
|
3944
|
-
tmp1_output.
|
|
3945
|
-
tmp1_output.
|
|
3946
|
-
tmp1_output.
|
|
3947
|
-
tmp1_output.
|
|
3948
|
-
tmp1_output.
|
|
3949
|
-
tmp1_output.
|
|
3950
|
-
tmp1_output.
|
|
3951
|
-
tmp1_output.
|
|
3952
|
-
};
|
|
3953
|
-
protoOf($serializer_9).
|
|
3925
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.f6b_1);
|
|
3926
|
+
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.g6b_1);
|
|
3927
|
+
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.h6b_1);
|
|
3928
|
+
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.i6b_1);
|
|
3929
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.j6b_1);
|
|
3930
|
+
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.k6b_1);
|
|
3931
|
+
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.l6b_1);
|
|
3932
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.m6b_1);
|
|
3933
|
+
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.n6b_1);
|
|
3934
|
+
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.o6b_1);
|
|
3935
|
+
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.p6b_1);
|
|
3936
|
+
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.q6b_1);
|
|
3937
|
+
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.r6b_1);
|
|
3938
|
+
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.s6b_1);
|
|
3939
|
+
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.t6b_1);
|
|
3940
|
+
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.u6b_1);
|
|
3941
|
+
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.v6b_1);
|
|
3942
|
+
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.w6b_1);
|
|
3943
|
+
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.x6b_1);
|
|
3944
|
+
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.y6b_1);
|
|
3945
|
+
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.z6b_1);
|
|
3946
|
+
tmp1_output.et(tmp0_desc, 21, value.a6c_1);
|
|
3947
|
+
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.b6c_1);
|
|
3948
|
+
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.c6c_1);
|
|
3949
|
+
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.d6c_1);
|
|
3950
|
+
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.e6c_1);
|
|
3951
|
+
tmp1_output.qr(tmp0_desc);
|
|
3952
|
+
};
|
|
3953
|
+
protoOf($serializer_9).do = function (encoder, value) {
|
|
3954
3954
|
return this.e6b(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3955
3955
|
};
|
|
3956
|
-
protoOf($serializer_9).
|
|
3956
|
+
protoOf($serializer_9).eo = function (decoder) {
|
|
3957
3957
|
var tmp0_desc = this.d6b_1;
|
|
3958
3958
|
var tmp1_flag = true;
|
|
3959
3959
|
var tmp2_index = 0;
|
|
@@ -3984,183 +3984,183 @@
|
|
|
3984
3984
|
var tmp27_local23 = null;
|
|
3985
3985
|
var tmp28_local24 = null;
|
|
3986
3986
|
var tmp29_local25 = null;
|
|
3987
|
-
var tmp30_input = decoder.
|
|
3987
|
+
var tmp30_input = decoder.pr(tmp0_desc);
|
|
3988
3988
|
var tmp31_cached = Companion_getInstance_22().c6b_1;
|
|
3989
|
-
if (tmp30_input.
|
|
3990
|
-
tmp4_local0 = tmp30_input.
|
|
3989
|
+
if (tmp30_input.fs()) {
|
|
3990
|
+
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3991
3991
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3992
|
-
tmp5_local1 = tmp30_input.
|
|
3992
|
+
tmp5_local1 = tmp30_input.ds(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
3993
3993
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3994
|
-
tmp6_local2 = tmp30_input.
|
|
3994
|
+
tmp6_local2 = tmp30_input.ds(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
3995
3995
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3996
|
-
tmp7_local3 = tmp30_input.
|
|
3996
|
+
tmp7_local3 = tmp30_input.ds(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
3997
3997
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3998
|
-
tmp8_local4 = tmp30_input.
|
|
3998
|
+
tmp8_local4 = tmp30_input.ds(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3999
3999
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
4000
|
-
tmp9_local5 = tmp30_input.
|
|
4000
|
+
tmp9_local5 = tmp30_input.ds(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
4001
4001
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
4002
|
-
tmp10_local6 = tmp30_input.
|
|
4002
|
+
tmp10_local6 = tmp30_input.ds(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
4003
4003
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
4004
|
-
tmp11_local7 = tmp30_input.
|
|
4004
|
+
tmp11_local7 = tmp30_input.ds(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
4005
4005
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
4006
|
-
tmp12_local8 = tmp30_input.
|
|
4006
|
+
tmp12_local8 = tmp30_input.ds(tmp0_desc, 8, tmp31_cached[8].x(), tmp12_local8);
|
|
4007
4007
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
4008
|
-
tmp13_local9 = tmp30_input.
|
|
4008
|
+
tmp13_local9 = tmp30_input.ds(tmp0_desc, 9, tmp31_cached[9].x(), tmp13_local9);
|
|
4009
4009
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
4010
|
-
tmp14_local10 = tmp30_input.
|
|
4010
|
+
tmp14_local10 = tmp30_input.ds(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
|
|
4011
4011
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
4012
|
-
tmp15_local11 = tmp30_input.
|
|
4012
|
+
tmp15_local11 = tmp30_input.ds(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
4013
4013
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
4014
|
-
tmp16_local12 = tmp30_input.
|
|
4014
|
+
tmp16_local12 = tmp30_input.ds(tmp0_desc, 12, StringSerializer_getInstance(), tmp16_local12);
|
|
4015
4015
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
4016
|
-
tmp17_local13 = tmp30_input.
|
|
4016
|
+
tmp17_local13 = tmp30_input.ds(tmp0_desc, 13, tmp31_cached[13].x(), tmp17_local13);
|
|
4017
4017
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
4018
|
-
tmp18_local14 = tmp30_input.
|
|
4018
|
+
tmp18_local14 = tmp30_input.ds(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
4019
4019
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
4020
|
-
tmp19_local15 = tmp30_input.
|
|
4020
|
+
tmp19_local15 = tmp30_input.ds(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
4021
4021
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
4022
|
-
tmp20_local16 = tmp30_input.
|
|
4022
|
+
tmp20_local16 = tmp30_input.ds(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
4023
4023
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
4024
|
-
tmp21_local17 = tmp30_input.
|
|
4024
|
+
tmp21_local17 = tmp30_input.ds(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
4025
4025
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
4026
|
-
tmp22_local18 = tmp30_input.
|
|
4026
|
+
tmp22_local18 = tmp30_input.ds(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
4027
4027
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
4028
|
-
tmp23_local19 = tmp30_input.
|
|
4028
|
+
tmp23_local19 = tmp30_input.ds(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp23_local19);
|
|
4029
4029
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
4030
|
-
tmp24_local20 = tmp30_input.
|
|
4030
|
+
tmp24_local20 = tmp30_input.ds(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
4031
4031
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
4032
|
-
tmp25_local21 = tmp30_input.
|
|
4032
|
+
tmp25_local21 = tmp30_input.zr(tmp0_desc, 21);
|
|
4033
4033
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
4034
|
-
tmp26_local22 = tmp30_input.
|
|
4034
|
+
tmp26_local22 = tmp30_input.ds(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
4035
4035
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
4036
|
-
tmp27_local23 = tmp30_input.
|
|
4036
|
+
tmp27_local23 = tmp30_input.ds(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
4037
4037
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
4038
|
-
tmp28_local24 = tmp30_input.
|
|
4038
|
+
tmp28_local24 = tmp30_input.ds(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp28_local24);
|
|
4039
4039
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
4040
|
-
tmp29_local25 = tmp30_input.
|
|
4040
|
+
tmp29_local25 = tmp30_input.ds(tmp0_desc, 25, IntSerializer_getInstance(), tmp29_local25);
|
|
4041
4041
|
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
4042
4042
|
} else
|
|
4043
4043
|
while (tmp1_flag) {
|
|
4044
|
-
tmp2_index = tmp30_input.
|
|
4044
|
+
tmp2_index = tmp30_input.gs(tmp0_desc);
|
|
4045
4045
|
switch (tmp2_index) {
|
|
4046
4046
|
case -1:
|
|
4047
4047
|
tmp1_flag = false;
|
|
4048
4048
|
break;
|
|
4049
4049
|
case 0:
|
|
4050
|
-
tmp4_local0 = tmp30_input.
|
|
4050
|
+
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4051
4051
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4052
4052
|
break;
|
|
4053
4053
|
case 1:
|
|
4054
|
-
tmp5_local1 = tmp30_input.
|
|
4054
|
+
tmp5_local1 = tmp30_input.ds(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
4055
4055
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4056
4056
|
break;
|
|
4057
4057
|
case 2:
|
|
4058
|
-
tmp6_local2 = tmp30_input.
|
|
4058
|
+
tmp6_local2 = tmp30_input.ds(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
4059
4059
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4060
4060
|
break;
|
|
4061
4061
|
case 3:
|
|
4062
|
-
tmp7_local3 = tmp30_input.
|
|
4062
|
+
tmp7_local3 = tmp30_input.ds(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
4063
4063
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4064
4064
|
break;
|
|
4065
4065
|
case 4:
|
|
4066
|
-
tmp8_local4 = tmp30_input.
|
|
4066
|
+
tmp8_local4 = tmp30_input.ds(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
4067
4067
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
4068
4068
|
break;
|
|
4069
4069
|
case 5:
|
|
4070
|
-
tmp9_local5 = tmp30_input.
|
|
4070
|
+
tmp9_local5 = tmp30_input.ds(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
4071
4071
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
4072
4072
|
break;
|
|
4073
4073
|
case 6:
|
|
4074
|
-
tmp10_local6 = tmp30_input.
|
|
4074
|
+
tmp10_local6 = tmp30_input.ds(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
4075
4075
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
4076
4076
|
break;
|
|
4077
4077
|
case 7:
|
|
4078
|
-
tmp11_local7 = tmp30_input.
|
|
4078
|
+
tmp11_local7 = tmp30_input.ds(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
4079
4079
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
4080
4080
|
break;
|
|
4081
4081
|
case 8:
|
|
4082
|
-
tmp12_local8 = tmp30_input.
|
|
4082
|
+
tmp12_local8 = tmp30_input.ds(tmp0_desc, 8, tmp31_cached[8].x(), tmp12_local8);
|
|
4083
4083
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
4084
4084
|
break;
|
|
4085
4085
|
case 9:
|
|
4086
|
-
tmp13_local9 = tmp30_input.
|
|
4086
|
+
tmp13_local9 = tmp30_input.ds(tmp0_desc, 9, tmp31_cached[9].x(), tmp13_local9);
|
|
4087
4087
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
4088
4088
|
break;
|
|
4089
4089
|
case 10:
|
|
4090
|
-
tmp14_local10 = tmp30_input.
|
|
4090
|
+
tmp14_local10 = tmp30_input.ds(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
|
|
4091
4091
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
4092
4092
|
break;
|
|
4093
4093
|
case 11:
|
|
4094
|
-
tmp15_local11 = tmp30_input.
|
|
4094
|
+
tmp15_local11 = tmp30_input.ds(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
4095
4095
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
4096
4096
|
break;
|
|
4097
4097
|
case 12:
|
|
4098
|
-
tmp16_local12 = tmp30_input.
|
|
4098
|
+
tmp16_local12 = tmp30_input.ds(tmp0_desc, 12, StringSerializer_getInstance(), tmp16_local12);
|
|
4099
4099
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
4100
4100
|
break;
|
|
4101
4101
|
case 13:
|
|
4102
|
-
tmp17_local13 = tmp30_input.
|
|
4102
|
+
tmp17_local13 = tmp30_input.ds(tmp0_desc, 13, tmp31_cached[13].x(), tmp17_local13);
|
|
4103
4103
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
4104
4104
|
break;
|
|
4105
4105
|
case 14:
|
|
4106
|
-
tmp18_local14 = tmp30_input.
|
|
4106
|
+
tmp18_local14 = tmp30_input.ds(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
4107
4107
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
4108
4108
|
break;
|
|
4109
4109
|
case 15:
|
|
4110
|
-
tmp19_local15 = tmp30_input.
|
|
4110
|
+
tmp19_local15 = tmp30_input.ds(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
4111
4111
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
4112
4112
|
break;
|
|
4113
4113
|
case 16:
|
|
4114
|
-
tmp20_local16 = tmp30_input.
|
|
4114
|
+
tmp20_local16 = tmp30_input.ds(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
4115
4115
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
4116
4116
|
break;
|
|
4117
4117
|
case 17:
|
|
4118
|
-
tmp21_local17 = tmp30_input.
|
|
4118
|
+
tmp21_local17 = tmp30_input.ds(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
4119
4119
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
4120
4120
|
break;
|
|
4121
4121
|
case 18:
|
|
4122
|
-
tmp22_local18 = tmp30_input.
|
|
4122
|
+
tmp22_local18 = tmp30_input.ds(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
4123
4123
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
4124
4124
|
break;
|
|
4125
4125
|
case 19:
|
|
4126
|
-
tmp23_local19 = tmp30_input.
|
|
4126
|
+
tmp23_local19 = tmp30_input.ds(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp23_local19);
|
|
4127
4127
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
4128
4128
|
break;
|
|
4129
4129
|
case 20:
|
|
4130
|
-
tmp24_local20 = tmp30_input.
|
|
4130
|
+
tmp24_local20 = tmp30_input.ds(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
4131
4131
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
4132
4132
|
break;
|
|
4133
4133
|
case 21:
|
|
4134
|
-
tmp25_local21 = tmp30_input.
|
|
4134
|
+
tmp25_local21 = tmp30_input.zr(tmp0_desc, 21);
|
|
4135
4135
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
4136
4136
|
break;
|
|
4137
4137
|
case 22:
|
|
4138
|
-
tmp26_local22 = tmp30_input.
|
|
4138
|
+
tmp26_local22 = tmp30_input.ds(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
4139
4139
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
4140
4140
|
break;
|
|
4141
4141
|
case 23:
|
|
4142
|
-
tmp27_local23 = tmp30_input.
|
|
4142
|
+
tmp27_local23 = tmp30_input.ds(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
4143
4143
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
4144
4144
|
break;
|
|
4145
4145
|
case 24:
|
|
4146
|
-
tmp28_local24 = tmp30_input.
|
|
4146
|
+
tmp28_local24 = tmp30_input.ds(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp28_local24);
|
|
4147
4147
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
4148
4148
|
break;
|
|
4149
4149
|
case 25:
|
|
4150
|
-
tmp29_local25 = tmp30_input.
|
|
4150
|
+
tmp29_local25 = tmp30_input.ds(tmp0_desc, 25, IntSerializer_getInstance(), tmp29_local25);
|
|
4151
4151
|
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
4152
4152
|
break;
|
|
4153
4153
|
default:
|
|
4154
4154
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
4155
4155
|
}
|
|
4156
4156
|
}
|
|
4157
|
-
tmp30_input.
|
|
4157
|
+
tmp30_input.qr(tmp0_desc);
|
|
4158
4158
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4159
4159
|
};
|
|
4160
|
-
protoOf($serializer_9).
|
|
4160
|
+
protoOf($serializer_9).co = function () {
|
|
4161
4161
|
return this.d6b_1;
|
|
4162
4162
|
};
|
|
4163
|
-
protoOf($serializer_9).
|
|
4163
|
+
protoOf($serializer_9).wz = function () {
|
|
4164
4164
|
var tmp0_cached = Companion_getInstance_22().c6b_1;
|
|
4165
4165
|
// Inline function 'kotlin.arrayOf' call
|
|
4166
4166
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
@@ -4496,7 +4496,7 @@
|
|
|
4496
4496
|
this.a6d_1 = this$0;
|
|
4497
4497
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4498
4498
|
}
|
|
4499
|
-
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).
|
|
4499
|
+
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).s1x = function (context, exception) {
|
|
4500
4500
|
onError(this.a6d_1, 'CoroutineContext', exception);
|
|
4501
4501
|
return Unit_instance;
|
|
4502
4502
|
};
|
|
@@ -4506,7 +4506,7 @@
|
|
|
4506
4506
|
CoroutineImpl.call(this, resultContinuation);
|
|
4507
4507
|
}
|
|
4508
4508
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).p6d = function ($this$async, $completion) {
|
|
4509
|
-
var tmp = this.
|
|
4509
|
+
var tmp = this.d2d($this$async, $completion);
|
|
4510
4510
|
tmp.u8_1 = Unit_instance;
|
|
4511
4511
|
tmp.v8_1 = null;
|
|
4512
4512
|
return tmp.a9();
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
var tmp_0 = this;
|
|
4527
4527
|
tmp_0.m6d_1 = null;
|
|
4528
4528
|
this.s8_1 = 1;
|
|
4529
|
-
suspendResult = this.n6d_1.
|
|
4529
|
+
suspendResult = this.n6d_1.e2m(this.m6d_1, this);
|
|
4530
4530
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4531
4531
|
return suspendResult;
|
|
4532
4532
|
}
|
|
@@ -4553,12 +4553,12 @@
|
|
|
4553
4553
|
case 4:
|
|
4554
4554
|
var tmp_1 = this.o6d_1;
|
|
4555
4555
|
this.t8_1 = 6;
|
|
4556
|
-
this.n6d_1.
|
|
4556
|
+
this.n6d_1.p2l(this.m6d_1);
|
|
4557
4557
|
return tmp_1;
|
|
4558
4558
|
case 5:
|
|
4559
4559
|
this.t8_1 = 6;
|
|
4560
4560
|
var t = this.v8_1;
|
|
4561
|
-
this.n6d_1.
|
|
4561
|
+
this.n6d_1.p2l(this.m6d_1);
|
|
4562
4562
|
throw t;
|
|
4563
4563
|
case 6:
|
|
4564
4564
|
throw this.v8_1;
|
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
}
|
|
4575
4575
|
while (true);
|
|
4576
4576
|
};
|
|
4577
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4577
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).d2d = function ($this$async, completion) {
|
|
4578
4578
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.j6d_1, this.k6d_1, completion);
|
|
4579
4579
|
i.l6d_1 = $this$async;
|
|
4580
4580
|
return i;
|
|
@@ -4592,14 +4592,14 @@
|
|
|
4592
4592
|
this.z6d_1 = $block;
|
|
4593
4593
|
CoroutineImpl.call(this, resultContinuation);
|
|
4594
4594
|
}
|
|
4595
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4596
|
-
var tmp = this.
|
|
4595
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c2d = function ($this$launch, $completion) {
|
|
4596
|
+
var tmp = this.d2d($this$launch, $completion);
|
|
4597
4597
|
tmp.u8_1 = Unit_instance;
|
|
4598
4598
|
tmp.v8_1 = null;
|
|
4599
4599
|
return tmp.a9();
|
|
4600
4600
|
};
|
|
4601
4601
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4602
|
-
return this.
|
|
4602
|
+
return this.c2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4603
4603
|
};
|
|
4604
4604
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).a9 = function () {
|
|
4605
4605
|
var suspendResult = this.u8_1;
|
|
@@ -4613,7 +4613,7 @@
|
|
|
4613
4613
|
var tmp_0 = this;
|
|
4614
4614
|
tmp_0.b6e_1 = null;
|
|
4615
4615
|
this.s8_1 = 1;
|
|
4616
|
-
suspendResult = this.c6e_1.
|
|
4616
|
+
suspendResult = this.c6e_1.e2m(this.b6e_1, this);
|
|
4617
4617
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4618
4618
|
return suspendResult;
|
|
4619
4619
|
}
|
|
@@ -4640,12 +4640,12 @@
|
|
|
4640
4640
|
case 4:
|
|
4641
4641
|
this.d6e_1;
|
|
4642
4642
|
this.t8_1 = 6;
|
|
4643
|
-
this.c6e_1.
|
|
4643
|
+
this.c6e_1.p2l(this.b6e_1);
|
|
4644
4644
|
return Unit_instance;
|
|
4645
4645
|
case 5:
|
|
4646
4646
|
this.t8_1 = 6;
|
|
4647
4647
|
var t = this.v8_1;
|
|
4648
|
-
this.c6e_1.
|
|
4648
|
+
this.c6e_1.p2l(this.b6e_1);
|
|
4649
4649
|
throw t;
|
|
4650
4650
|
case 6:
|
|
4651
4651
|
throw this.v8_1;
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
}
|
|
4662
4662
|
while (true);
|
|
4663
4663
|
};
|
|
4664
|
-
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).
|
|
4664
|
+
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).d2d = function ($this$launch, completion) {
|
|
4665
4665
|
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.y6d_1, this.z6d_1, completion);
|
|
4666
4666
|
i.a6e_1 = $this$launch;
|
|
4667
4667
|
return i;
|
|
@@ -4669,15 +4669,15 @@
|
|
|
4669
4669
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4670
4670
|
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4671
4671
|
var l = function ($this$launch, $completion) {
|
|
4672
|
-
return i.
|
|
4672
|
+
return i.c2d($this$launch, $completion);
|
|
4673
4673
|
};
|
|
4674
4674
|
l.$arity = 1;
|
|
4675
4675
|
return l;
|
|
4676
4676
|
}
|
|
4677
4677
|
function AsyncProviderImpl(logger, mainDispatcher, defaultDispatcher, unconfinedDispatcher) {
|
|
4678
|
-
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().
|
|
4679
|
-
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().
|
|
4680
|
-
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().
|
|
4678
|
+
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().f21() : mainDispatcher;
|
|
4679
|
+
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().b21_1 : defaultDispatcher;
|
|
4680
|
+
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().c21_1 : unconfinedDispatcher;
|
|
4681
4681
|
this.q6c_1 = logger;
|
|
4682
4682
|
this.r6c_1 = SupervisorJob();
|
|
4683
4683
|
this.s6c_1 = Mutex();
|
|
@@ -4693,48 +4693,48 @@
|
|
|
4693
4693
|
return this.u6c_1;
|
|
4694
4694
|
};
|
|
4695
4695
|
protoOf(AsyncProviderImpl).m6c = function (context, block) {
|
|
4696
|
-
if (this.r6c_1.
|
|
4696
|
+
if (this.r6c_1.b1q()) {
|
|
4697
4697
|
this.q6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4698
4698
|
// Inline function 'kotlin.apply' call
|
|
4699
4699
|
var this_0 = Job();
|
|
4700
|
-
this_0.
|
|
4700
|
+
this_0.p1q();
|
|
4701
4701
|
return this_0;
|
|
4702
4702
|
}
|
|
4703
4703
|
return launch(this.v6c_1, context, VOID, block);
|
|
4704
4704
|
};
|
|
4705
4705
|
protoOf(AsyncProviderImpl).o6c = function (context, block) {
|
|
4706
|
-
if (this.r6c_1.
|
|
4706
|
+
if (this.r6c_1.b1q()) {
|
|
4707
4707
|
this.q6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4708
4708
|
// Inline function 'kotlin.apply' call
|
|
4709
4709
|
var this_0 = CompletableDeferred();
|
|
4710
|
-
this_0.
|
|
4710
|
+
this_0.p1q();
|
|
4711
4711
|
return this_0;
|
|
4712
4712
|
}
|
|
4713
4713
|
return async(this.w6c_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4714
4714
|
};
|
|
4715
4715
|
protoOf(AsyncProviderImpl).i6c = function (context, block) {
|
|
4716
|
-
if (this.r6c_1.
|
|
4716
|
+
if (this.r6c_1.b1q()) {
|
|
4717
4717
|
this.q6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4718
4718
|
// Inline function 'kotlin.apply' call
|
|
4719
4719
|
var this_0 = Job();
|
|
4720
|
-
this_0.
|
|
4720
|
+
this_0.p1q();
|
|
4721
4721
|
return this_0;
|
|
4722
4722
|
}
|
|
4723
4723
|
return launch(this.w6c_1, context, VOID, block);
|
|
4724
4724
|
};
|
|
4725
4725
|
protoOf(AsyncProviderImpl).k6c = function (context, block) {
|
|
4726
|
-
if (this.r6c_1.
|
|
4726
|
+
if (this.r6c_1.b1q()) {
|
|
4727
4727
|
this.q6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4728
4728
|
// Inline function 'kotlin.apply' call
|
|
4729
4729
|
var this_0 = Job();
|
|
4730
|
-
this_0.
|
|
4730
|
+
this_0.p1q();
|
|
4731
4731
|
return this_0;
|
|
4732
4732
|
}
|
|
4733
4733
|
return launch(this.w6c_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4734
4734
|
};
|
|
4735
4735
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4736
|
-
if (!this.r6c_1.
|
|
4737
|
-
this.r6c_1.
|
|
4736
|
+
if (!this.r6c_1.b1q()) {
|
|
4737
|
+
this.r6c_1.p1q();
|
|
4738
4738
|
}
|
|
4739
4739
|
};
|
|
4740
4740
|
function Key() {
|
|
@@ -4853,7 +4853,7 @@
|
|
|
4853
4853
|
if (timer == null)
|
|
4854
4854
|
null;
|
|
4855
4855
|
else {
|
|
4856
|
-
timer.
|
|
4856
|
+
timer.p1q();
|
|
4857
4857
|
}
|
|
4858
4858
|
}
|
|
4859
4859
|
this.m6e_1.d2().l2(toSet(timers));
|
|
@@ -4867,7 +4867,7 @@
|
|
|
4867
4867
|
if (timer == null) {
|
|
4868
4868
|
tmp = null;
|
|
4869
4869
|
} else {
|
|
4870
|
-
timer.
|
|
4870
|
+
timer.p1q();
|
|
4871
4871
|
tmp = Unit_instance;
|
|
4872
4872
|
}
|
|
4873
4873
|
};
|
|
@@ -4879,17 +4879,17 @@
|
|
|
4879
4879
|
}
|
|
4880
4880
|
protoOf(FileSystemImpl).n6e = function (path, $completion) {
|
|
4881
4881
|
var directoryPath = Path(path);
|
|
4882
|
-
var exists = this.q6e_1.
|
|
4882
|
+
var exists = this.q6e_1.d1o(directoryPath);
|
|
4883
4883
|
if (!exists) {
|
|
4884
|
-
this.q6e_1.
|
|
4884
|
+
this.q6e_1.h1o(directoryPath);
|
|
4885
4885
|
}
|
|
4886
4886
|
return Unit_instance;
|
|
4887
4887
|
};
|
|
4888
4888
|
protoOf(FileSystemImpl).o6e = function (path, fileName, append, $completion) {
|
|
4889
|
-
return buffered(this.q6e_1.
|
|
4889
|
+
return buffered(this.q6e_1.i1o(Path_0(path, [fileName]), append));
|
|
4890
4890
|
};
|
|
4891
4891
|
protoOf(FileSystemImpl).p6e = function (path, $completion) {
|
|
4892
|
-
this.q6e_1.
|
|
4892
|
+
this.q6e_1.f1o(Path_0(path, []));
|
|
4893
4893
|
return Unit_instance;
|
|
4894
4894
|
};
|
|
4895
4895
|
function LoggerFactory() {
|
|
@@ -4954,7 +4954,7 @@
|
|
|
4954
4954
|
var tmp_0 = this.v8_1;
|
|
4955
4955
|
if (tmp_0 instanceof Error) {
|
|
4956
4956
|
var e = this.v8_1;
|
|
4957
|
-
Logger_getInstance().
|
|
4957
|
+
Logger_getInstance().l1l('LogsStorageController', 'Error createDirectory: ' + e.message, e);
|
|
4958
4958
|
this.s8_1 = 4;
|
|
4959
4959
|
continue $sm;
|
|
4960
4960
|
} else {
|
|
@@ -5008,12 +5008,12 @@
|
|
|
5008
5008
|
break l$ret$1;
|
|
5009
5009
|
} catch ($p) {
|
|
5010
5010
|
var t = $p;
|
|
5011
|
-
sink.
|
|
5011
|
+
sink.e1n();
|
|
5012
5012
|
throw t;
|
|
5013
5013
|
}
|
|
5014
5014
|
}
|
|
5015
5015
|
while (false);
|
|
5016
|
-
sink.
|
|
5016
|
+
sink.e1n();
|
|
5017
5017
|
this.t8_1 = 3;
|
|
5018
5018
|
this.s8_1 = 4;
|
|
5019
5019
|
continue $sm;
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
var tmp_0 = this.v8_1;
|
|
5023
5023
|
if (tmp_0 instanceof Error) {
|
|
5024
5024
|
var e = this.v8_1;
|
|
5025
|
-
Logger_getInstance().
|
|
5025
|
+
Logger_getInstance().l1l('LogsStorageController', 'Error writing to log file: ' + e.message, e);
|
|
5026
5026
|
this.s8_1 = 4;
|
|
5027
5027
|
continue $sm;
|
|
5028
5028
|
} else {
|
|
@@ -5284,14 +5284,14 @@
|
|
|
5284
5284
|
this.r6g_1 = $store;
|
|
5285
5285
|
CoroutineImpl.call(this, resultContinuation);
|
|
5286
5286
|
}
|
|
5287
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
5288
|
-
var tmp = this.
|
|
5287
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).c2d = function ($this$launchMain, $completion) {
|
|
5288
|
+
var tmp = this.d2d($this$launchMain, $completion);
|
|
5289
5289
|
tmp.u8_1 = Unit_instance;
|
|
5290
5290
|
tmp.v8_1 = null;
|
|
5291
5291
|
return tmp.a9();
|
|
5292
5292
|
};
|
|
5293
5293
|
protoOf(timerMiddleware$o$handle$slambda$slambda).i9 = function (p1, $completion) {
|
|
5294
|
-
return this.
|
|
5294
|
+
return this.c2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5295
5295
|
};
|
|
5296
5296
|
protoOf(timerMiddleware$o$handle$slambda$slambda).a9 = function () {
|
|
5297
5297
|
var suspendResult = this.u8_1;
|
|
@@ -5313,7 +5313,7 @@
|
|
|
5313
5313
|
}
|
|
5314
5314
|
while (true);
|
|
5315
5315
|
};
|
|
5316
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda).
|
|
5316
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda).d2d = function ($this$launchMain, completion) {
|
|
5317
5317
|
var i = new timerMiddleware$o$handle$slambda$slambda(this.p6g_1, this.q6g_1, this.r6g_1, completion);
|
|
5318
5318
|
i.s6g_1 = $this$launchMain;
|
|
5319
5319
|
return i;
|
|
@@ -5321,7 +5321,7 @@
|
|
|
5321
5321
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
5322
5322
|
var i = new timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation);
|
|
5323
5323
|
var l = function ($this$launchMain, $completion) {
|
|
5324
|
-
return i.
|
|
5324
|
+
return i.c2d($this$launchMain, $completion);
|
|
5325
5325
|
};
|
|
5326
5326
|
l.$arity = 1;
|
|
5327
5327
|
return l;
|
|
@@ -5332,14 +5332,14 @@
|
|
|
5332
5332
|
this.d6h_1 = $store;
|
|
5333
5333
|
CoroutineImpl.call(this, resultContinuation);
|
|
5334
5334
|
}
|
|
5335
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
5336
|
-
var tmp = this.
|
|
5335
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c2d = function ($this$launchMain, $completion) {
|
|
5336
|
+
var tmp = this.d2d($this$launchMain, $completion);
|
|
5337
5337
|
tmp.u8_1 = Unit_instance;
|
|
5338
5338
|
tmp.v8_1 = null;
|
|
5339
5339
|
return tmp.a9();
|
|
5340
5340
|
};
|
|
5341
5341
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).i9 = function (p1, $completion) {
|
|
5342
|
-
return this.
|
|
5342
|
+
return this.c2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5343
5343
|
};
|
|
5344
5344
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).a9 = function () {
|
|
5345
5345
|
var suspendResult = this.u8_1;
|
|
@@ -5361,7 +5361,7 @@
|
|
|
5361
5361
|
}
|
|
5362
5362
|
while (true);
|
|
5363
5363
|
};
|
|
5364
|
-
protoOf(timerMiddleware$o$handle$slambda$slambda_1).
|
|
5364
|
+
protoOf(timerMiddleware$o$handle$slambda$slambda_1).d2d = function ($this$launchMain, completion) {
|
|
5365
5365
|
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.b6h_1, this.c6h_1, this.d6h_1, completion);
|
|
5366
5366
|
i.e6h_1 = $this$launchMain;
|
|
5367
5367
|
return i;
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
5370
5370
|
var i = new timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation);
|
|
5371
5371
|
var l = function ($this$launchMain, $completion) {
|
|
5372
|
-
return i.
|
|
5372
|
+
return i.c2d($this$launchMain, $completion);
|
|
5373
5373
|
};
|
|
5374
5374
|
l.$arity = 1;
|
|
5375
5375
|
return l;
|
|
@@ -5381,14 +5381,14 @@
|
|
|
5381
5381
|
this.q6h_1 = $store;
|
|
5382
5382
|
CoroutineImpl.call(this, resultContinuation);
|
|
5383
5383
|
}
|
|
5384
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5385
|
-
var tmp = this.
|
|
5384
|
+
protoOf(timerMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, $completion) {
|
|
5385
|
+
var tmp = this.d2d($this$launchDefault, $completion);
|
|
5386
5386
|
tmp.u8_1 = Unit_instance;
|
|
5387
5387
|
tmp.v8_1 = null;
|
|
5388
5388
|
return tmp.a9();
|
|
5389
5389
|
};
|
|
5390
5390
|
protoOf(timerMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
|
|
5391
|
-
return this.
|
|
5391
|
+
return this.c2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5392
5392
|
};
|
|
5393
5393
|
protoOf(timerMiddleware$o$handle$slambda).a9 = function () {
|
|
5394
5394
|
var suspendResult = this.u8_1;
|
|
@@ -5490,7 +5490,7 @@
|
|
|
5490
5490
|
}
|
|
5491
5491
|
while (true);
|
|
5492
5492
|
};
|
|
5493
|
-
protoOf(timerMiddleware$o$handle$slambda).
|
|
5493
|
+
protoOf(timerMiddleware$o$handle$slambda).d2d = function ($this$launchDefault, completion) {
|
|
5494
5494
|
var i = new timerMiddleware$o$handle$slambda(this.n6h_1, this.o6h_1, this.p6h_1, this.q6h_1, completion);
|
|
5495
5495
|
i.r6h_1 = $this$launchDefault;
|
|
5496
5496
|
return i;
|
|
@@ -5498,7 +5498,7 @@
|
|
|
5498
5498
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5499
5499
|
var i = new timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation);
|
|
5500
5500
|
var l = function ($this$launchDefault, $completion) {
|
|
5501
|
-
return i.
|
|
5501
|
+
return i.c2d($this$launchDefault, $completion);
|
|
5502
5502
|
};
|
|
5503
5503
|
l.$arity = 1;
|
|
5504
5504
|
return l;
|
|
@@ -5576,7 +5576,7 @@
|
|
|
5576
5576
|
try {
|
|
5577
5577
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5578
5578
|
currentState._v = currentReducer._v.w6h(currentState._v, action);
|
|
5579
|
-
stateTrigger.
|
|
5579
|
+
stateTrigger.j2b(Unit_instance);
|
|
5580
5580
|
} catch ($p) {
|
|
5581
5581
|
if ($p instanceof Exception) {
|
|
5582
5582
|
var exception = $p;
|
|
@@ -5603,14 +5603,14 @@
|
|
|
5603
5603
|
this.g6i_1 = this$0;
|
|
5604
5604
|
CoroutineImpl.call(this, resultContinuation);
|
|
5605
5605
|
}
|
|
5606
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5607
|
-
var tmp = this.
|
|
5606
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).x2h = function (value, $completion) {
|
|
5607
|
+
var tmp = this.y2h(value, $completion);
|
|
5608
5608
|
tmp.u8_1 = Unit_instance;
|
|
5609
5609
|
tmp.v8_1 = null;
|
|
5610
5610
|
return tmp.a9();
|
|
5611
5611
|
};
|
|
5612
5612
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).i9 = function (p1, $completion) {
|
|
5613
|
-
return this.
|
|
5613
|
+
return this.x2h((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
5614
5614
|
};
|
|
5615
5615
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).a9 = function () {
|
|
5616
5616
|
var suspendResult = this.u8_1;
|
|
@@ -5623,7 +5623,7 @@
|
|
|
5623
5623
|
var tmp0 = this.f6i_1;
|
|
5624
5624
|
this.h6i_1;
|
|
5625
5625
|
this.s8_1 = 1;
|
|
5626
|
-
suspendResult = tmp0.
|
|
5626
|
+
suspendResult = tmp0.o28(this.g6i_1.state, this);
|
|
5627
5627
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5628
5628
|
return suspendResult;
|
|
5629
5629
|
}
|
|
@@ -5645,7 +5645,7 @@
|
|
|
5645
5645
|
}
|
|
5646
5646
|
while (true);
|
|
5647
5647
|
};
|
|
5648
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5648
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).y2h = function (value, completion) {
|
|
5649
5649
|
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.f6i_1, this.g6i_1, completion);
|
|
5650
5650
|
i.h6i_1 = value;
|
|
5651
5651
|
return i;
|
|
@@ -5653,7 +5653,7 @@
|
|
|
5653
5653
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5654
5654
|
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation);
|
|
5655
5655
|
var l = function (value, $completion) {
|
|
5656
|
-
return i.
|
|
5656
|
+
return i.x2h(value, $completion);
|
|
5657
5657
|
};
|
|
5658
5658
|
l.$arity = 1;
|
|
5659
5659
|
return l;
|
|
@@ -5674,7 +5674,7 @@
|
|
|
5674
5674
|
var $this$unsafeFlow = this.r6i_1;
|
|
5675
5675
|
this.s8_1 = 1;
|
|
5676
5676
|
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.q6i_1.t6i_1, null);
|
|
5677
|
-
suspendResult = this.q6i_1.s6i_1.
|
|
5677
|
+
suspendResult = this.q6i_1.s6i_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5678
5678
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5679
5679
|
return suspendResult;
|
|
5680
5680
|
}
|
|
@@ -5699,7 +5699,7 @@
|
|
|
5699
5699
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5700
5700
|
this.u6i_1 = function_0;
|
|
5701
5701
|
}
|
|
5702
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
5702
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o28 = function (value, $completion) {
|
|
5703
5703
|
return this.u6i_1(value, $completion);
|
|
5704
5704
|
};
|
|
5705
5705
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
@@ -5739,14 +5739,14 @@
|
|
|
5739
5739
|
this.s6i_1 = $this;
|
|
5740
5740
|
this.t6i_1 = this$0;
|
|
5741
5741
|
}
|
|
5742
|
-
protoOf(createStore$3$observe$$inlined$map$1).
|
|
5742
|
+
protoOf(createStore$3$observe$$inlined$map$1).p28 = function (collector, $completion) {
|
|
5743
5743
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
5744
5744
|
tmp.u8_1 = Unit_instance;
|
|
5745
5745
|
tmp.v8_1 = null;
|
|
5746
5746
|
return tmp.a9();
|
|
5747
5747
|
};
|
|
5748
|
-
protoOf(createStore$3$observe$$inlined$map$1).
|
|
5749
|
-
return this.
|
|
5748
|
+
protoOf(createStore$3$observe$$inlined$map$1).o27 = function (collector, $completion) {
|
|
5749
|
+
return this.p28(collector, $completion);
|
|
5750
5750
|
};
|
|
5751
5751
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5752
5752
|
this.y6i_1 = $currentState;
|
|
@@ -5903,7 +5903,7 @@
|
|
|
5903
5903
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
5904
5904
|
this.h6j_1 = function_0;
|
|
5905
5905
|
}
|
|
5906
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).
|
|
5906
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).o28 = function (value, $completion) {
|
|
5907
5907
|
return this.h6j_1(value, $completion);
|
|
5908
5908
|
};
|
|
5909
5909
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
@@ -5933,14 +5933,14 @@
|
|
|
5933
5933
|
this.s6j_1 = $events;
|
|
5934
5934
|
CoroutineImpl.call(this, resultContinuation);
|
|
5935
5935
|
}
|
|
5936
|
-
protoOf(windowedByInterval$slambda$slambda).
|
|
5937
|
-
var tmp = this.
|
|
5936
|
+
protoOf(windowedByInterval$slambda$slambda).c2d = function ($this$launch, $completion) {
|
|
5937
|
+
var tmp = this.d2d($this$launch, $completion);
|
|
5938
5938
|
tmp.u8_1 = Unit_instance;
|
|
5939
5939
|
tmp.v8_1 = null;
|
|
5940
5940
|
return tmp.a9();
|
|
5941
5941
|
};
|
|
5942
5942
|
protoOf(windowedByInterval$slambda$slambda).i9 = function (p1, $completion) {
|
|
5943
|
-
return this.
|
|
5943
|
+
return this.c2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5944
5944
|
};
|
|
5945
5945
|
protoOf(windowedByInterval$slambda$slambda).a9 = function () {
|
|
5946
5946
|
var suspendResult = this.u8_1;
|
|
@@ -5967,7 +5967,7 @@
|
|
|
5967
5967
|
continue $sm;
|
|
5968
5968
|
case 2:
|
|
5969
5969
|
this.s8_1 = 3;
|
|
5970
|
-
suspendResult = this.r6j_1.
|
|
5970
|
+
suspendResult = this.r6j_1.x25(toList(this.s6j_1), this);
|
|
5971
5971
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5972
5972
|
return suspendResult;
|
|
5973
5973
|
}
|
|
@@ -5993,7 +5993,7 @@
|
|
|
5993
5993
|
}
|
|
5994
5994
|
while (true);
|
|
5995
5995
|
};
|
|
5996
|
-
protoOf(windowedByInterval$slambda$slambda).
|
|
5996
|
+
protoOf(windowedByInterval$slambda$slambda).d2d = function ($this$launch, completion) {
|
|
5997
5997
|
var i = new windowedByInterval$slambda$slambda(this.q6j_1, this.r6j_1, this.s6j_1, completion);
|
|
5998
5998
|
i.t6j_1 = $this$launch;
|
|
5999
5999
|
return i;
|
|
@@ -6001,7 +6001,7 @@
|
|
|
6001
6001
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6002
6002
|
var i = new windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation);
|
|
6003
6003
|
var l = function ($this$launch, $completion) {
|
|
6004
|
-
return i.
|
|
6004
|
+
return i.c2d($this$launch, $completion);
|
|
6005
6005
|
};
|
|
6006
6006
|
l.$arity = 1;
|
|
6007
6007
|
return l;
|
|
@@ -6010,14 +6010,14 @@
|
|
|
6010
6010
|
this.c6k_1 = $events;
|
|
6011
6011
|
CoroutineImpl.call(this, resultContinuation);
|
|
6012
6012
|
}
|
|
6013
|
-
protoOf(windowedByInterval$slambda$slambda_1).
|
|
6014
|
-
var tmp = this.
|
|
6013
|
+
protoOf(windowedByInterval$slambda$slambda_1).r2e = function (event, $completion) {
|
|
6014
|
+
var tmp = this.s2e(event, $completion);
|
|
6015
6015
|
tmp.u8_1 = Unit_instance;
|
|
6016
6016
|
tmp.v8_1 = null;
|
|
6017
6017
|
return tmp.a9();
|
|
6018
6018
|
};
|
|
6019
6019
|
protoOf(windowedByInterval$slambda$slambda_1).i9 = function (p1, $completion) {
|
|
6020
|
-
return this.
|
|
6020
|
+
return this.r2e((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
6021
6021
|
};
|
|
6022
6022
|
protoOf(windowedByInterval$slambda$slambda_1).a9 = function () {
|
|
6023
6023
|
var suspendResult = this.u8_1;
|
|
@@ -6037,7 +6037,7 @@
|
|
|
6037
6037
|
}
|
|
6038
6038
|
while (true);
|
|
6039
6039
|
};
|
|
6040
|
-
protoOf(windowedByInterval$slambda$slambda_1).
|
|
6040
|
+
protoOf(windowedByInterval$slambda$slambda_1).s2e = function (event, completion) {
|
|
6041
6041
|
var i = new windowedByInterval$slambda$slambda_1(this.c6k_1, completion);
|
|
6042
6042
|
i.d6k_1 = event;
|
|
6043
6043
|
return i;
|
|
@@ -6045,7 +6045,7 @@
|
|
|
6045
6045
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
6046
6046
|
var i = new windowedByInterval$slambda$slambda_1($events, resultContinuation);
|
|
6047
6047
|
var l = function (event, $completion) {
|
|
6048
|
-
return i.
|
|
6048
|
+
return i.r2e(event, $completion);
|
|
6049
6049
|
};
|
|
6050
6050
|
l.$arity = 1;
|
|
6051
6051
|
return l;
|
|
@@ -6077,7 +6077,7 @@
|
|
|
6077
6077
|
launch(this.o6k_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.n6k_1, this.o6k_1, this.p6k_1, null));
|
|
6078
6078
|
this.s8_1 = 1;
|
|
6079
6079
|
var tmp_1 = windowedByInterval$slambda$slambda_2(this.p6k_1, null);
|
|
6080
|
-
suspendResult = this.m6k_1.
|
|
6080
|
+
suspendResult = this.m6k_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6081
6081
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6082
6082
|
return suspendResult;
|
|
6083
6083
|
}
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
continue $sm;
|
|
6086
6086
|
case 1:
|
|
6087
6087
|
this.s8_1 = 2;
|
|
6088
|
-
suspendResult = this.o6k_1.
|
|
6088
|
+
suspendResult = this.o6k_1.x25(toList(this.p6k_1), this);
|
|
6089
6089
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6090
6090
|
return suspendResult;
|
|
6091
6091
|
}
|
|
@@ -6124,14 +6124,14 @@
|
|
|
6124
6124
|
this.a6l_1 = $$this$unsafeFlow;
|
|
6125
6125
|
CoroutineImpl.call(this, resultContinuation);
|
|
6126
6126
|
}
|
|
6127
|
-
protoOf(windowedByInterval$o$collect$slambda).
|
|
6128
|
-
var tmp = this.
|
|
6127
|
+
protoOf(windowedByInterval$o$collect$slambda).x2h = function (value, $completion) {
|
|
6128
|
+
var tmp = this.y2h(value, $completion);
|
|
6129
6129
|
tmp.u8_1 = Unit_instance;
|
|
6130
6130
|
tmp.v8_1 = null;
|
|
6131
6131
|
return tmp.a9();
|
|
6132
6132
|
};
|
|
6133
6133
|
protoOf(windowedByInterval$o$collect$slambda).i9 = function (p1, $completion) {
|
|
6134
|
-
return this.
|
|
6134
|
+
return this.x2h((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
6135
6135
|
};
|
|
6136
6136
|
protoOf(windowedByInterval$o$collect$slambda).a9 = function () {
|
|
6137
6137
|
var suspendResult = this.u8_1;
|
|
@@ -6152,7 +6152,7 @@
|
|
|
6152
6152
|
var value = this.c6l_1;
|
|
6153
6153
|
if (!value.r()) {
|
|
6154
6154
|
this.s8_1 = 3;
|
|
6155
|
-
suspendResult = $this$transform.
|
|
6155
|
+
suspendResult = $this$transform.o28(value, this);
|
|
6156
6156
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6157
6157
|
return suspendResult;
|
|
6158
6158
|
}
|
|
@@ -6189,7 +6189,7 @@
|
|
|
6189
6189
|
}
|
|
6190
6190
|
while (true);
|
|
6191
6191
|
};
|
|
6192
|
-
protoOf(windowedByInterval$o$collect$slambda).
|
|
6192
|
+
protoOf(windowedByInterval$o$collect$slambda).y2h = function (value, completion) {
|
|
6193
6193
|
var i = new windowedByInterval$o$collect$slambda(this.a6l_1, completion);
|
|
6194
6194
|
i.b6l_1 = value;
|
|
6195
6195
|
return i;
|
|
@@ -6197,7 +6197,7 @@
|
|
|
6197
6197
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
6198
6198
|
var i = new windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation);
|
|
6199
6199
|
var l = function (value, $completion) {
|
|
6200
|
-
return i.
|
|
6200
|
+
return i.x2h(value, $completion);
|
|
6201
6201
|
};
|
|
6202
6202
|
l.$arity = 1;
|
|
6203
6203
|
return l;
|
|
@@ -6218,7 +6218,7 @@
|
|
|
6218
6218
|
var $this$unsafeFlow = this.n6l_1;
|
|
6219
6219
|
this.s8_1 = 1;
|
|
6220
6220
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6221
|
-
suspendResult = this.m6l_1.o6l_1.
|
|
6221
|
+
suspendResult = this.m6l_1.o6l_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6222
6222
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6223
6223
|
return suspendResult;
|
|
6224
6224
|
}
|
|
@@ -6243,14 +6243,14 @@
|
|
|
6243
6243
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6244
6244
|
this.o6l_1 = $this;
|
|
6245
6245
|
}
|
|
6246
|
-
protoOf(windowedByInterval$$inlined$filter$1).
|
|
6246
|
+
protoOf(windowedByInterval$$inlined$filter$1).p28 = function (collector, $completion) {
|
|
6247
6247
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
6248
6248
|
tmp.u8_1 = Unit_instance;
|
|
6249
6249
|
tmp.v8_1 = null;
|
|
6250
6250
|
return tmp.a9();
|
|
6251
6251
|
};
|
|
6252
|
-
protoOf(windowedByInterval$$inlined$filter$1).
|
|
6253
|
-
return this.
|
|
6252
|
+
protoOf(windowedByInterval$$inlined$filter$1).o27 = function (collector, $completion) {
|
|
6253
|
+
return this.p28(collector, $completion);
|
|
6254
6254
|
};
|
|
6255
6255
|
function toDomainEnumSafe(_this__u8e3s4, mapping) {
|
|
6256
6256
|
var tmp;
|
|
@@ -6602,11 +6602,11 @@
|
|
|
6602
6602
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6603
6603
|
tmp.r6l_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6604
6604
|
}
|
|
6605
|
-
protoOf(Companion_21).
|
|
6605
|
+
protoOf(Companion_21).b1c = function () {
|
|
6606
6606
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
6607
6607
|
};
|
|
6608
|
-
protoOf(Companion_21).
|
|
6609
|
-
return this.
|
|
6608
|
+
protoOf(Companion_21).h10 = function (typeParamsSerializers) {
|
|
6609
|
+
return this.b1c();
|
|
6610
6610
|
};
|
|
6611
6611
|
var Companion_instance_23;
|
|
6612
6612
|
function Companion_getInstance_24() {
|
|
@@ -6654,7 +6654,7 @@
|
|
|
6654
6654
|
function ObservableLoggerOutput() {
|
|
6655
6655
|
}
|
|
6656
6656
|
function LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy() {
|
|
6657
|
-
return Companion_getInstance_24().
|
|
6657
|
+
return Companion_getInstance_24().b1c();
|
|
6658
6658
|
}
|
|
6659
6659
|
function Companion_22() {
|
|
6660
6660
|
Companion_instance_24 = this;
|
|
@@ -6665,7 +6665,7 @@
|
|
|
6665
6665
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6666
6666
|
tmp.x6l_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6667
6667
|
}
|
|
6668
|
-
protoOf(Companion_22).
|
|
6668
|
+
protoOf(Companion_22).b1c = function () {
|
|
6669
6669
|
return $serializer_getInstance_10();
|
|
6670
6670
|
};
|
|
6671
6671
|
var Companion_instance_24;
|
|
@@ -6677,28 +6677,28 @@
|
|
|
6677
6677
|
function $serializer_10() {
|
|
6678
6678
|
$serializer_instance_10 = this;
|
|
6679
6679
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.utils.logger.outputs.LoggerOutputDataDto', this, 5);
|
|
6680
|
-
tmp0_serialDesc.
|
|
6681
|
-
tmp0_serialDesc.
|
|
6682
|
-
tmp0_serialDesc.
|
|
6683
|
-
tmp0_serialDesc.
|
|
6684
|
-
tmp0_serialDesc.
|
|
6680
|
+
tmp0_serialDesc.hz('type', false);
|
|
6681
|
+
tmp0_serialDesc.hz('key', false);
|
|
6682
|
+
tmp0_serialDesc.hz('tag', false);
|
|
6683
|
+
tmp0_serialDesc.hz('message', false);
|
|
6684
|
+
tmp0_serialDesc.hz('stackTrace', false);
|
|
6685
6685
|
this.y6l_1 = tmp0_serialDesc;
|
|
6686
6686
|
}
|
|
6687
6687
|
protoOf($serializer_10).z6l = function (encoder, value) {
|
|
6688
6688
|
var tmp0_desc = this.y6l_1;
|
|
6689
|
-
var tmp1_output = encoder.
|
|
6689
|
+
var tmp1_output = encoder.pr(tmp0_desc);
|
|
6690
6690
|
var tmp2_cached = Companion_getInstance_25().x6l_1;
|
|
6691
|
-
tmp1_output.
|
|
6692
|
-
tmp1_output.
|
|
6693
|
-
tmp1_output.
|
|
6694
|
-
tmp1_output.
|
|
6695
|
-
tmp1_output.
|
|
6696
|
-
tmp1_output.
|
|
6697
|
-
};
|
|
6698
|
-
protoOf($serializer_10).
|
|
6691
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6692
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6693
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
6694
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.message);
|
|
6695
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.stackTrace);
|
|
6696
|
+
tmp1_output.qr(tmp0_desc);
|
|
6697
|
+
};
|
|
6698
|
+
protoOf($serializer_10).do = function (encoder, value) {
|
|
6699
6699
|
return this.z6l(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6700
6700
|
};
|
|
6701
|
-
protoOf($serializer_10).
|
|
6701
|
+
protoOf($serializer_10).eo = function (decoder) {
|
|
6702
6702
|
var tmp0_desc = this.y6l_1;
|
|
6703
6703
|
var tmp1_flag = true;
|
|
6704
6704
|
var tmp2_index = 0;
|
|
@@ -6708,57 +6708,57 @@
|
|
|
6708
6708
|
var tmp6_local2 = null;
|
|
6709
6709
|
var tmp7_local3 = null;
|
|
6710
6710
|
var tmp8_local4 = null;
|
|
6711
|
-
var tmp9_input = decoder.
|
|
6711
|
+
var tmp9_input = decoder.pr(tmp0_desc);
|
|
6712
6712
|
var tmp10_cached = Companion_getInstance_25().x6l_1;
|
|
6713
|
-
if (tmp9_input.
|
|
6714
|
-
tmp4_local0 = tmp9_input.
|
|
6713
|
+
if (tmp9_input.fs()) {
|
|
6714
|
+
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6715
6715
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
6716
|
-
tmp5_local1 = tmp9_input.
|
|
6716
|
+
tmp5_local1 = tmp9_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
6717
6717
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
6718
|
-
tmp6_local2 = tmp9_input.
|
|
6718
|
+
tmp6_local2 = tmp9_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
6719
6719
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
6720
|
-
tmp7_local3 = tmp9_input.
|
|
6720
|
+
tmp7_local3 = tmp9_input.ds(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
|
|
6721
6721
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
6722
|
-
tmp8_local4 = tmp9_input.
|
|
6722
|
+
tmp8_local4 = tmp9_input.ds(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
6723
6723
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
6724
6724
|
} else
|
|
6725
6725
|
while (tmp1_flag) {
|
|
6726
|
-
tmp2_index = tmp9_input.
|
|
6726
|
+
tmp2_index = tmp9_input.gs(tmp0_desc);
|
|
6727
6727
|
switch (tmp2_index) {
|
|
6728
6728
|
case -1:
|
|
6729
6729
|
tmp1_flag = false;
|
|
6730
6730
|
break;
|
|
6731
6731
|
case 0:
|
|
6732
|
-
tmp4_local0 = tmp9_input.
|
|
6732
|
+
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6733
6733
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
6734
6734
|
break;
|
|
6735
6735
|
case 1:
|
|
6736
|
-
tmp5_local1 = tmp9_input.
|
|
6736
|
+
tmp5_local1 = tmp9_input.ds(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
6737
6737
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
6738
6738
|
break;
|
|
6739
6739
|
case 2:
|
|
6740
|
-
tmp6_local2 = tmp9_input.
|
|
6740
|
+
tmp6_local2 = tmp9_input.ds(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
|
|
6741
6741
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
6742
6742
|
break;
|
|
6743
6743
|
case 3:
|
|
6744
|
-
tmp7_local3 = tmp9_input.
|
|
6744
|
+
tmp7_local3 = tmp9_input.ds(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
|
|
6745
6745
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
6746
6746
|
break;
|
|
6747
6747
|
case 4:
|
|
6748
|
-
tmp8_local4 = tmp9_input.
|
|
6748
|
+
tmp8_local4 = tmp9_input.ds(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
6749
6749
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
6750
6750
|
break;
|
|
6751
6751
|
default:
|
|
6752
6752
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
6753
6753
|
}
|
|
6754
6754
|
}
|
|
6755
|
-
tmp9_input.
|
|
6755
|
+
tmp9_input.qr(tmp0_desc);
|
|
6756
6756
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6757
6757
|
};
|
|
6758
|
-
protoOf($serializer_10).
|
|
6758
|
+
protoOf($serializer_10).co = function () {
|
|
6759
6759
|
return this.y6l_1;
|
|
6760
6760
|
};
|
|
6761
|
-
protoOf($serializer_10).
|
|
6761
|
+
protoOf($serializer_10).wz = function () {
|
|
6762
6762
|
// Inline function 'kotlin.arrayOf' call
|
|
6763
6763
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6764
6764
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -6808,7 +6808,7 @@
|
|
|
6808
6808
|
return this.stackTrace;
|
|
6809
6809
|
};
|
|
6810
6810
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
6811
|
-
var time = toLocalDateTime(System_instance.
|
|
6811
|
+
var time = toLocalDateTime(System_instance.dk(), Companion_getInstance_1().t5w());
|
|
6812
6812
|
var tmp = time.toString();
|
|
6813
6813
|
// Inline function 'kotlin.text.lowercase' call
|
|
6814
6814
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -6852,10 +6852,10 @@
|
|
|
6852
6852
|
protoOf(LoggerOutputDataDto).pe = function () {
|
|
6853
6853
|
return this.key;
|
|
6854
6854
|
};
|
|
6855
|
-
protoOf(LoggerOutputDataDto).
|
|
6855
|
+
protoOf(LoggerOutputDataDto).yl = function () {
|
|
6856
6856
|
return this.tag;
|
|
6857
6857
|
};
|
|
6858
|
-
protoOf(LoggerOutputDataDto).
|
|
6858
|
+
protoOf(LoggerOutputDataDto).o54 = function () {
|
|
6859
6859
|
return this.message;
|
|
6860
6860
|
};
|
|
6861
6861
|
protoOf(LoggerOutputDataDto).p66 = function () {
|
|
@@ -6902,7 +6902,7 @@
|
|
|
6902
6902
|
};
|
|
6903
6903
|
function checkInitialised($this) {
|
|
6904
6904
|
if ($this.c6m_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6905
|
-
Logger_getInstance().
|
|
6905
|
+
Logger_getInstance().a1m(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6906
6906
|
}
|
|
6907
6907
|
}
|
|
6908
6908
|
function AppEnvironment() {
|
|
@@ -7069,7 +7069,7 @@
|
|
|
7069
7069
|
function combinedLoggerModule$lambda$lambda($combinedLogger) {
|
|
7070
7070
|
return function ($this$singleton) {
|
|
7071
7071
|
var tmp0_elvis_lhs = $combinedLogger;
|
|
7072
|
-
return tmp0_elvis_lhs == null ? Companion_instance.
|
|
7072
|
+
return tmp0_elvis_lhs == null ? Companion_instance.v1k() : tmp0_elvis_lhs;
|
|
7073
7073
|
};
|
|
7074
7074
|
}
|
|
7075
7075
|
function combinedLoggerModule$lambda$lambda_0($this$singleton) {
|
|
@@ -7371,8 +7371,8 @@
|
|
|
7371
7371
|
return (!(tmp == null) ? typeof tmp === 'boolean' : false) ? tmp : THROW_CCE();
|
|
7372
7372
|
}
|
|
7373
7373
|
//region block: post-declaration
|
|
7374
|
-
protoOf($serializer).
|
|
7375
|
-
protoOf($serializer_0).
|
|
7374
|
+
protoOf($serializer).xz = typeParametersSerializers;
|
|
7375
|
+
protoOf($serializer_0).xz = typeParametersSerializers;
|
|
7376
7376
|
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).l65);
|
|
7377
7377
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
7378
7378
|
return this.v65();
|
|
@@ -7411,15 +7411,15 @@
|
|
|
7411
7411
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7412
7412
|
defineProp(protoOf(Team), 'first', protoOf(Team).e69);
|
|
7413
7413
|
defineProp(protoOf(Team), 'second', protoOf(Team).q5l);
|
|
7414
|
-
protoOf($serializer_1).
|
|
7415
|
-
protoOf($serializer_2).
|
|
7416
|
-
protoOf($serializer_3).
|
|
7417
|
-
protoOf($serializer_4).
|
|
7418
|
-
protoOf($serializer_5).
|
|
7419
|
-
protoOf($serializer_6).
|
|
7420
|
-
protoOf($serializer_7).
|
|
7421
|
-
protoOf($serializer_8).
|
|
7422
|
-
protoOf($serializer_9).
|
|
7414
|
+
protoOf($serializer_1).xz = typeParametersSerializers;
|
|
7415
|
+
protoOf($serializer_2).xz = typeParametersSerializers;
|
|
7416
|
+
protoOf($serializer_3).xz = typeParametersSerializers;
|
|
7417
|
+
protoOf($serializer_4).xz = typeParametersSerializers;
|
|
7418
|
+
protoOf($serializer_5).xz = typeParametersSerializers;
|
|
7419
|
+
protoOf($serializer_6).xz = typeParametersSerializers;
|
|
7420
|
+
protoOf($serializer_7).xz = typeParametersSerializers;
|
|
7421
|
+
protoOf($serializer_8).xz = typeParametersSerializers;
|
|
7422
|
+
protoOf($serializer_9).xz = typeParametersSerializers;
|
|
7423
7423
|
protoOf(AsyncProviderImpl).n6c = launchMain$default;
|
|
7424
7424
|
protoOf(AsyncProviderImpl).p6c = awaitDefaultWithLock$default;
|
|
7425
7425
|
protoOf(AsyncProviderImpl).j6c = launchDefault$default;
|
|
@@ -7469,7 +7469,7 @@
|
|
|
7469
7469
|
protoOf(combineReducers$1).g6g = canHandle_0;
|
|
7470
7470
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
7471
7471
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
7472
|
-
protoOf($serializer_10).
|
|
7472
|
+
protoOf($serializer_10).xz = typeParametersSerializers;
|
|
7473
7473
|
//endregion
|
|
7474
7474
|
//region block: init
|
|
7475
7475
|
GameEngineConfig_instance = new GameEngineConfig();
|