game_client_logic_deb 1.8.415 → 1.8.416
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-ai_module.js +350 -548
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-core.js +618 -615
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12994 -12433
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +88 -4
- package/Logic_Debertz-game_client.js +2608 -2608
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
278
278
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
279
279
|
function launchDefault$default(context, block, $super) {
|
|
280
|
-
context = context === VOID ? this.
|
|
281
|
-
return $super === VOID ? this.
|
|
280
|
+
context = context === VOID ? this.n6a() : context;
|
|
281
|
+
return $super === VOID ? this.o6a(context, block) : $super.o6a.call(this, context, block);
|
|
282
282
|
}
|
|
283
283
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
284
|
-
context = context === VOID ? this.
|
|
285
|
-
return $super === VOID ? this.
|
|
284
|
+
context = context === VOID ? this.n6a() : context;
|
|
285
|
+
return $super === VOID ? this.q6a(context, block) : $super.q6a.call(this, context, block);
|
|
286
286
|
}
|
|
287
287
|
function launchMain$default(context, block, $super) {
|
|
288
|
-
context = context === VOID ? this.
|
|
289
|
-
return $super === VOID ? this.
|
|
288
|
+
context = context === VOID ? this.n6a() : context;
|
|
289
|
+
return $super === VOID ? this.s6a(context, block) : $super.s6a.call(this, context, block);
|
|
290
290
|
}
|
|
291
291
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
292
292
|
initMetadataForCompanion(Companion_20);
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
return false;
|
|
326
326
|
}
|
|
327
327
|
function get_isAutoStartTimer() {
|
|
328
|
-
return !this.
|
|
328
|
+
return !this.j6d() && !this.k6d();
|
|
329
329
|
}
|
|
330
330
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
331
331
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
tmp = types;
|
|
378
378
|
}
|
|
379
379
|
types = tmp;
|
|
380
|
-
return $super === VOID ? this.
|
|
380
|
+
return $super === VOID ? this.e6h(types) : $super.e6h.call(this, types);
|
|
381
381
|
}
|
|
382
382
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
383
383
|
initMetadataForCompanion(Companion_22);
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.416';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).w3u = function () {
|
|
393
393
|
return this.version;
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
protoOf($serializer_2).q67 = function (encoder, value) {
|
|
2444
2444
|
var tmp0_desc = this.p67_1;
|
|
2445
2445
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2446
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2446
|
+
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2447
2447
|
tmp1_output.pr(tmp0_desc);
|
|
2448
2448
|
};
|
|
2449
2449
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().p67_1);
|
|
2498
2498
|
}
|
|
2499
2499
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2500
|
-
$this.
|
|
2500
|
+
$this.reason = reason;
|
|
2501
2501
|
return $this;
|
|
2502
2502
|
}
|
|
2503
2503
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2505,20 +2505,23 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
function GameFinishedReasonDto(reason) {
|
|
2507
2507
|
TerminationGameReasonDto.call(this);
|
|
2508
|
-
this.
|
|
2508
|
+
this.reason = reason;
|
|
2509
2509
|
}
|
|
2510
|
+
protoOf(GameFinishedReasonDto).k64 = function () {
|
|
2511
|
+
return this.reason;
|
|
2512
|
+
};
|
|
2510
2513
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2511
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2514
|
+
return 'GameFinishedReasonDto(reason=' + this.reason + ')';
|
|
2512
2515
|
};
|
|
2513
2516
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2514
|
-
return getStringHashCode(this.
|
|
2517
|
+
return getStringHashCode(this.reason);
|
|
2515
2518
|
};
|
|
2516
2519
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2517
2520
|
if (this === other)
|
|
2518
2521
|
return true;
|
|
2519
2522
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2520
2523
|
return false;
|
|
2521
|
-
if (!(this.
|
|
2524
|
+
if (!(this.reason === other.reason))
|
|
2522
2525
|
return false;
|
|
2523
2526
|
return true;
|
|
2524
2527
|
};
|
|
@@ -2532,19 +2535,19 @@
|
|
|
2532
2535
|
$serializer_instance_3 = this;
|
|
2533
2536
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2534
2537
|
tmp0_serialDesc.gz('playerId', false);
|
|
2535
|
-
this.
|
|
2538
|
+
this.r67_1 = tmp0_serialDesc;
|
|
2536
2539
|
}
|
|
2537
|
-
protoOf($serializer_3).
|
|
2538
|
-
var tmp0_desc = this.
|
|
2540
|
+
protoOf($serializer_3).s67 = function (encoder, value) {
|
|
2541
|
+
var tmp0_desc = this.r67_1;
|
|
2539
2542
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2540
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2543
|
+
tmp1_output.dt(tmp0_desc, 0, value.t67_1);
|
|
2541
2544
|
tmp1_output.pr(tmp0_desc);
|
|
2542
2545
|
};
|
|
2543
2546
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2544
|
-
return this.
|
|
2547
|
+
return this.s67(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2545
2548
|
};
|
|
2546
2549
|
protoOf($serializer_3).do = function (decoder) {
|
|
2547
|
-
var tmp0_desc = this.
|
|
2550
|
+
var tmp0_desc = this.r67_1;
|
|
2548
2551
|
var tmp1_flag = true;
|
|
2549
2552
|
var tmp2_index = 0;
|
|
2550
2553
|
var tmp3_bitMask0 = 0;
|
|
@@ -2572,7 +2575,7 @@
|
|
|
2572
2575
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2573
2576
|
};
|
|
2574
2577
|
protoOf($serializer_3).bo = function () {
|
|
2575
|
-
return this.
|
|
2578
|
+
return this.r67_1;
|
|
2576
2579
|
};
|
|
2577
2580
|
protoOf($serializer_3).vz = function () {
|
|
2578
2581
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2588,10 +2591,10 @@
|
|
|
2588
2591
|
}
|
|
2589
2592
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2590
2593
|
if (!(1 === (1 & seen0))) {
|
|
2591
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2594
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().r67_1);
|
|
2592
2595
|
}
|
|
2593
2596
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2594
|
-
$this.
|
|
2597
|
+
$this.t67_1 = playerId;
|
|
2595
2598
|
return $this;
|
|
2596
2599
|
}
|
|
2597
2600
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2599,20 +2602,20 @@
|
|
|
2599
2602
|
}
|
|
2600
2603
|
function PlayerExitReasonDto(playerId) {
|
|
2601
2604
|
TerminationGameReasonDto.call(this);
|
|
2602
|
-
this.
|
|
2605
|
+
this.t67_1 = playerId;
|
|
2603
2606
|
}
|
|
2604
2607
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2605
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2608
|
+
return 'PlayerExitReasonDto(playerId=' + this.t67_1 + ')';
|
|
2606
2609
|
};
|
|
2607
2610
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2608
|
-
return getStringHashCode(this.
|
|
2611
|
+
return getStringHashCode(this.t67_1);
|
|
2609
2612
|
};
|
|
2610
2613
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2611
2614
|
if (this === other)
|
|
2612
2615
|
return true;
|
|
2613
2616
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2614
2617
|
return false;
|
|
2615
|
-
if (!(this.
|
|
2618
|
+
if (!(this.t67_1 === other.t67_1))
|
|
2616
2619
|
return false;
|
|
2617
2620
|
return true;
|
|
2618
2621
|
};
|
|
@@ -2627,20 +2630,20 @@
|
|
|
2627
2630
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2628
2631
|
tmp0_serialDesc.gz('playerId', false);
|
|
2629
2632
|
tmp0_serialDesc.gz('tag', false);
|
|
2630
|
-
this.
|
|
2633
|
+
this.u67_1 = tmp0_serialDesc;
|
|
2631
2634
|
}
|
|
2632
|
-
protoOf($serializer_4).
|
|
2633
|
-
var tmp0_desc = this.
|
|
2635
|
+
protoOf($serializer_4).v67 = function (encoder, value) {
|
|
2636
|
+
var tmp0_desc = this.u67_1;
|
|
2634
2637
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2635
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2636
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2638
|
+
tmp1_output.dt(tmp0_desc, 0, value.w67_1);
|
|
2639
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.x67_1);
|
|
2637
2640
|
tmp1_output.pr(tmp0_desc);
|
|
2638
2641
|
};
|
|
2639
2642
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2640
|
-
return this.
|
|
2643
|
+
return this.v67(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2641
2644
|
};
|
|
2642
2645
|
protoOf($serializer_4).do = function (decoder) {
|
|
2643
|
-
var tmp0_desc = this.
|
|
2646
|
+
var tmp0_desc = this.u67_1;
|
|
2644
2647
|
var tmp1_flag = true;
|
|
2645
2648
|
var tmp2_index = 0;
|
|
2646
2649
|
var tmp3_bitMask0 = 0;
|
|
@@ -2675,7 +2678,7 @@
|
|
|
2675
2678
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2676
2679
|
};
|
|
2677
2680
|
protoOf($serializer_4).bo = function () {
|
|
2678
|
-
return this.
|
|
2681
|
+
return this.u67_1;
|
|
2679
2682
|
};
|
|
2680
2683
|
protoOf($serializer_4).vz = function () {
|
|
2681
2684
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2691,11 +2694,11 @@
|
|
|
2691
2694
|
}
|
|
2692
2695
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2693
2696
|
if (!(3 === (3 & seen0))) {
|
|
2694
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2697
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().u67_1);
|
|
2695
2698
|
}
|
|
2696
2699
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2697
|
-
$this.
|
|
2698
|
-
$this.
|
|
2700
|
+
$this.w67_1 = playerId;
|
|
2701
|
+
$this.x67_1 = tag;
|
|
2699
2702
|
return $this;
|
|
2700
2703
|
}
|
|
2701
2704
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2703,15 +2706,15 @@
|
|
|
2703
2706
|
}
|
|
2704
2707
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2705
2708
|
TerminationGameReasonDto.call(this);
|
|
2706
|
-
this.
|
|
2707
|
-
this.
|
|
2709
|
+
this.w67_1 = playerId;
|
|
2710
|
+
this.x67_1 = tag;
|
|
2708
2711
|
}
|
|
2709
2712
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2710
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2713
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.w67_1 + ', tag=' + this.x67_1 + ')';
|
|
2711
2714
|
};
|
|
2712
2715
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2713
|
-
var result = getStringHashCode(this.
|
|
2714
|
-
result = imul(result, 31) + (this.
|
|
2716
|
+
var result = getStringHashCode(this.w67_1);
|
|
2717
|
+
result = imul(result, 31) + (this.x67_1 == null ? 0 : getStringHashCode(this.x67_1)) | 0;
|
|
2715
2718
|
return result;
|
|
2716
2719
|
};
|
|
2717
2720
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2719,9 +2722,9 @@
|
|
|
2719
2722
|
return true;
|
|
2720
2723
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2721
2724
|
return false;
|
|
2722
|
-
if (!(this.
|
|
2725
|
+
if (!(this.w67_1 === other.w67_1))
|
|
2723
2726
|
return false;
|
|
2724
|
-
if (!(this.
|
|
2727
|
+
if (!(this.x67_1 == other.x67_1))
|
|
2725
2728
|
return false;
|
|
2726
2729
|
return true;
|
|
2727
2730
|
};
|
|
@@ -2736,20 +2739,20 @@
|
|
|
2736
2739
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2737
2740
|
tmp0_serialDesc.gz('playerId', false);
|
|
2738
2741
|
tmp0_serialDesc.gz('tag', false);
|
|
2739
|
-
this.
|
|
2742
|
+
this.y67_1 = tmp0_serialDesc;
|
|
2740
2743
|
}
|
|
2741
|
-
protoOf($serializer_5).
|
|
2742
|
-
var tmp0_desc = this.
|
|
2744
|
+
protoOf($serializer_5).z67 = function (encoder, value) {
|
|
2745
|
+
var tmp0_desc = this.y67_1;
|
|
2743
2746
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2744
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2745
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2747
|
+
tmp1_output.dt(tmp0_desc, 0, value.a68_1);
|
|
2748
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.b68_1);
|
|
2746
2749
|
tmp1_output.pr(tmp0_desc);
|
|
2747
2750
|
};
|
|
2748
2751
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2749
|
-
return this.
|
|
2752
|
+
return this.z67(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2750
2753
|
};
|
|
2751
2754
|
protoOf($serializer_5).do = function (decoder) {
|
|
2752
|
-
var tmp0_desc = this.
|
|
2755
|
+
var tmp0_desc = this.y67_1;
|
|
2753
2756
|
var tmp1_flag = true;
|
|
2754
2757
|
var tmp2_index = 0;
|
|
2755
2758
|
var tmp3_bitMask0 = 0;
|
|
@@ -2784,7 +2787,7 @@
|
|
|
2784
2787
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2785
2788
|
};
|
|
2786
2789
|
protoOf($serializer_5).bo = function () {
|
|
2787
|
-
return this.
|
|
2790
|
+
return this.y67_1;
|
|
2788
2791
|
};
|
|
2789
2792
|
protoOf($serializer_5).vz = function () {
|
|
2790
2793
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2800,11 +2803,11 @@
|
|
|
2800
2803
|
}
|
|
2801
2804
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2802
2805
|
if (!(3 === (3 & seen0))) {
|
|
2803
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2806
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().y67_1);
|
|
2804
2807
|
}
|
|
2805
2808
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2806
|
-
$this.
|
|
2807
|
-
$this.
|
|
2809
|
+
$this.a68_1 = playerId;
|
|
2810
|
+
$this.b68_1 = tag;
|
|
2808
2811
|
return $this;
|
|
2809
2812
|
}
|
|
2810
2813
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2812,15 +2815,15 @@
|
|
|
2812
2815
|
}
|
|
2813
2816
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2814
2817
|
TerminationGameReasonDto.call(this);
|
|
2815
|
-
this.
|
|
2816
|
-
this.
|
|
2818
|
+
this.a68_1 = playerId;
|
|
2819
|
+
this.b68_1 = tag;
|
|
2817
2820
|
}
|
|
2818
2821
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2819
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2822
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.a68_1 + ', tag=' + this.b68_1 + ')';
|
|
2820
2823
|
};
|
|
2821
2824
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2822
|
-
var result = getStringHashCode(this.
|
|
2823
|
-
result = imul(result, 31) + (this.
|
|
2825
|
+
var result = getStringHashCode(this.a68_1);
|
|
2826
|
+
result = imul(result, 31) + (this.b68_1 == null ? 0 : getStringHashCode(this.b68_1)) | 0;
|
|
2824
2827
|
return result;
|
|
2825
2828
|
};
|
|
2826
2829
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2828,14 +2831,14 @@
|
|
|
2828
2831
|
return true;
|
|
2829
2832
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2830
2833
|
return false;
|
|
2831
|
-
if (!(this.
|
|
2834
|
+
if (!(this.a68_1 === other.a68_1))
|
|
2832
2835
|
return false;
|
|
2833
|
-
if (!(this.
|
|
2836
|
+
if (!(this.b68_1 == other.b68_1))
|
|
2834
2837
|
return false;
|
|
2835
2838
|
return true;
|
|
2836
2839
|
};
|
|
2837
2840
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2838
|
-
return $this.
|
|
2841
|
+
return $this.c68_1.x();
|
|
2839
2842
|
}
|
|
2840
2843
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2841
2844
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2850,7 +2853,7 @@
|
|
|
2850
2853
|
TerminationGameReasonDto.call(this);
|
|
2851
2854
|
var tmp = this;
|
|
2852
2855
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2853
|
-
tmp.
|
|
2856
|
+
tmp.c68_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2854
2857
|
}
|
|
2855
2858
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2856
2859
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2996,20 +2999,20 @@
|
|
|
2996
2999
|
}
|
|
2997
3000
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2998
3001
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2999
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3002
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.reason, get_gameFinishedReasonMapping());
|
|
3000
3003
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
3001
3004
|
}
|
|
3002
3005
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3003
3006
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3004
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3007
|
+
return new PlayerExitReason(_this__u8e3s4.t67_1);
|
|
3005
3008
|
}
|
|
3006
3009
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3007
3010
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3008
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3011
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.w67_1, _this__u8e3s4.x67_1);
|
|
3009
3012
|
}
|
|
3010
3013
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3011
3014
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3012
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3015
|
+
return new PlayerTimeoutReason(_this__u8e3s4.a68_1, _this__u8e3s4.b68_1);
|
|
3013
3016
|
}
|
|
3014
3017
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3015
3018
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3070,17 +3073,17 @@
|
|
|
3070
3073
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3071
3074
|
}
|
|
3072
3075
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3073
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3074
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3075
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3076
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3077
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3078
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3079
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3080
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3076
|
+
var tmp0_elvis_lhs = _this__u8e3s4.d68_1;
|
|
3077
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e68_1) : tmp0_elvis_lhs;
|
|
3078
|
+
var tmp1_elvis_lhs = _this__u8e3s4.f68_1;
|
|
3079
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.g68_1) : tmp1_elvis_lhs;
|
|
3080
|
+
var tmp2_elvis_lhs = _this__u8e3s4.h68_1;
|
|
3081
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.i68_1 : tmp2_elvis_lhs;
|
|
3082
|
+
var tmp3_elvis_lhs = _this__u8e3s4.k68_1;
|
|
3083
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.l68_1, _this__u8e3s4.j68_1);
|
|
3081
3084
|
}
|
|
3082
3085
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3083
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3086
|
+
var tmp0_safe_receiver = _this__u8e3s4.m68_1;
|
|
3084
3087
|
var tmp;
|
|
3085
3088
|
if (tmp0_safe_receiver == null) {
|
|
3086
3089
|
tmp = null;
|
|
@@ -3089,7 +3092,7 @@
|
|
|
3089
3092
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3090
3093
|
}
|
|
3091
3094
|
var tmp5_startFromTime = tmp;
|
|
3092
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3095
|
+
var tmp1_safe_receiver = _this__u8e3s4.o68_1;
|
|
3093
3096
|
var tmp_0;
|
|
3094
3097
|
if (tmp1_safe_receiver == null) {
|
|
3095
3098
|
tmp_0 = null;
|
|
@@ -3098,7 +3101,7 @@
|
|
|
3098
3101
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3099
3102
|
}
|
|
3100
3103
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3101
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3104
|
+
var tmp2_safe_receiver = _this__u8e3s4.n68_1;
|
|
3102
3105
|
var tmp_1;
|
|
3103
3106
|
if (tmp2_safe_receiver == null) {
|
|
3104
3107
|
tmp_1 = null;
|
|
@@ -3107,11 +3110,11 @@
|
|
|
3107
3110
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3108
3111
|
}
|
|
3109
3112
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3110
|
-
var tmp8_state = _this__u8e3s4.
|
|
3111
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3112
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3113
|
+
var tmp8_state = _this__u8e3s4.p68_1;
|
|
3114
|
+
var tmp9_tag = _this__u8e3s4.r68_1;
|
|
3115
|
+
var tmp3_elvis_lhs = _this__u8e3s4.q68_1;
|
|
3113
3116
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3114
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3117
|
+
var tmp4_safe_receiver = _this__u8e3s4.s68_1;
|
|
3115
3118
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3116
3119
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3117
3120
|
}
|
|
@@ -3130,7 +3133,7 @@
|
|
|
3130
3133
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3131
3134
|
}
|
|
3132
3135
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3133
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3136
|
+
return new PlayerConnection(_this__u8e3s4.t68_1, Companion_getInstance_0().mk(_this__u8e3s4.u68_1), Companion_getInstance().gk(_this__u8e3s4.v68_1));
|
|
3134
3137
|
}
|
|
3135
3138
|
function mapToDto_10(_this__u8e3s4) {
|
|
3136
3139
|
return new PlayerConnectionDto(_this__u8e3s4.u65_1, _this__u8e3s4.v65_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.w65_1));
|
|
@@ -3153,39 +3156,39 @@
|
|
|
3153
3156
|
tmp0_serialDesc.gz('rating', false);
|
|
3154
3157
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3155
3158
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3156
|
-
this.
|
|
3159
|
+
this.w68_1 = tmp0_serialDesc;
|
|
3157
3160
|
}
|
|
3158
|
-
protoOf($serializer_6).
|
|
3159
|
-
var tmp0_desc = this.
|
|
3161
|
+
protoOf($serializer_6).x68 = function (encoder, value) {
|
|
3162
|
+
var tmp0_desc = this.w68_1;
|
|
3160
3163
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3161
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3162
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3164
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.d68_1 == null)) {
|
|
3165
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.d68_1);
|
|
3163
3166
|
}
|
|
3164
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3165
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3167
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.e68_1 == null)) {
|
|
3168
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.e68_1);
|
|
3166
3169
|
}
|
|
3167
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3168
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3170
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.f68_1 == null)) {
|
|
3171
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.f68_1);
|
|
3169
3172
|
}
|
|
3170
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3171
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3173
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.g68_1 == null)) {
|
|
3174
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.g68_1);
|
|
3172
3175
|
}
|
|
3173
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3174
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3176
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.h68_1 == null)) {
|
|
3177
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.h68_1);
|
|
3175
3178
|
}
|
|
3176
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3177
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3179
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.i68_1 == null)) {
|
|
3180
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.i68_1);
|
|
3178
3181
|
}
|
|
3179
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3180
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3181
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3182
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.j68_1);
|
|
3183
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.k68_1);
|
|
3184
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.l68_1);
|
|
3182
3185
|
tmp1_output.pr(tmp0_desc);
|
|
3183
3186
|
};
|
|
3184
3187
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3185
|
-
return this.
|
|
3188
|
+
return this.x68(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3186
3189
|
};
|
|
3187
3190
|
protoOf($serializer_6).do = function (decoder) {
|
|
3188
|
-
var tmp0_desc = this.
|
|
3191
|
+
var tmp0_desc = this.w68_1;
|
|
3189
3192
|
var tmp1_flag = true;
|
|
3190
3193
|
var tmp2_index = 0;
|
|
3191
3194
|
var tmp3_bitMask0 = 0;
|
|
@@ -3269,7 +3272,7 @@
|
|
|
3269
3272
|
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);
|
|
3270
3273
|
};
|
|
3271
3274
|
protoOf($serializer_6).bo = function () {
|
|
3272
|
-
return this.
|
|
3275
|
+
return this.w68_1;
|
|
3273
3276
|
};
|
|
3274
3277
|
protoOf($serializer_6).vz = function () {
|
|
3275
3278
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3285,35 +3288,35 @@
|
|
|
3285
3288
|
}
|
|
3286
3289
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3287
3290
|
if (!(448 === (448 & seen0))) {
|
|
3288
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3291
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().w68_1);
|
|
3289
3292
|
}
|
|
3290
3293
|
if (0 === (seen0 & 1))
|
|
3291
|
-
$this.
|
|
3294
|
+
$this.d68_1 = null;
|
|
3292
3295
|
else
|
|
3293
|
-
$this.
|
|
3296
|
+
$this.d68_1 = playerId;
|
|
3294
3297
|
if (0 === (seen0 & 2))
|
|
3295
|
-
$this.
|
|
3298
|
+
$this.e68_1 = null;
|
|
3296
3299
|
else
|
|
3297
|
-
$this.
|
|
3300
|
+
$this.e68_1 = uid;
|
|
3298
3301
|
if (0 === (seen0 & 4))
|
|
3299
|
-
$this.
|
|
3302
|
+
$this.f68_1 = null;
|
|
3300
3303
|
else
|
|
3301
|
-
$this.
|
|
3304
|
+
$this.f68_1 = name;
|
|
3302
3305
|
if (0 === (seen0 & 8))
|
|
3303
|
-
$this.
|
|
3306
|
+
$this.g68_1 = null;
|
|
3304
3307
|
else
|
|
3305
|
-
$this.
|
|
3308
|
+
$this.g68_1 = nickname;
|
|
3306
3309
|
if (0 === (seen0 & 16))
|
|
3307
|
-
$this.
|
|
3310
|
+
$this.h68_1 = null;
|
|
3308
3311
|
else
|
|
3309
|
-
$this.
|
|
3312
|
+
$this.h68_1 = avatarUrl;
|
|
3310
3313
|
if (0 === (seen0 & 32))
|
|
3311
|
-
$this.
|
|
3314
|
+
$this.i68_1 = null;
|
|
3312
3315
|
else
|
|
3313
|
-
$this.
|
|
3314
|
-
$this.
|
|
3315
|
-
$this.
|
|
3316
|
-
$this.
|
|
3316
|
+
$this.i68_1 = photo;
|
|
3317
|
+
$this.j68_1 = rating;
|
|
3318
|
+
$this.k68_1 = isBot;
|
|
3319
|
+
$this.l68_1 = initialLuckyFactor;
|
|
3317
3320
|
return $this;
|
|
3318
3321
|
}
|
|
3319
3322
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3326,47 +3329,47 @@
|
|
|
3326
3329
|
nickname = nickname === VOID ? null : nickname;
|
|
3327
3330
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3328
3331
|
photo = photo === VOID ? null : photo;
|
|
3329
|
-
this.
|
|
3330
|
-
this.
|
|
3331
|
-
this.
|
|
3332
|
-
this.
|
|
3333
|
-
this.
|
|
3334
|
-
this.
|
|
3335
|
-
this.
|
|
3336
|
-
this.
|
|
3337
|
-
this.
|
|
3338
|
-
}
|
|
3339
|
-
protoOf(GameUserInfoDto).
|
|
3340
|
-
return this.
|
|
3341
|
-
};
|
|
3342
|
-
protoOf(GameUserInfoDto).
|
|
3332
|
+
this.d68_1 = playerId;
|
|
3333
|
+
this.e68_1 = uid;
|
|
3334
|
+
this.f68_1 = name;
|
|
3335
|
+
this.g68_1 = nickname;
|
|
3336
|
+
this.h68_1 = avatarUrl;
|
|
3337
|
+
this.i68_1 = photo;
|
|
3338
|
+
this.j68_1 = rating;
|
|
3339
|
+
this.k68_1 = isBot;
|
|
3340
|
+
this.l68_1 = initialLuckyFactor;
|
|
3341
|
+
}
|
|
3342
|
+
protoOf(GameUserInfoDto).y68 = function () {
|
|
3343
|
+
return this.z68(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3344
|
+
};
|
|
3345
|
+
protoOf(GameUserInfoDto).a69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3343
3346
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3344
3347
|
};
|
|
3345
|
-
protoOf(GameUserInfoDto).
|
|
3346
|
-
playerId = playerId === VOID ? this.
|
|
3347
|
-
uid = uid === VOID ? this.
|
|
3348
|
-
name = name === VOID ? this.
|
|
3349
|
-
nickname = nickname === VOID ? this.
|
|
3350
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3351
|
-
photo = photo === VOID ? this.
|
|
3352
|
-
rating = rating === VOID ? this.
|
|
3353
|
-
isBot = isBot === VOID ? this.
|
|
3354
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3355
|
-
return $super === VOID ? this.
|
|
3348
|
+
protoOf(GameUserInfoDto).z68 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3349
|
+
playerId = playerId === VOID ? this.d68_1 : playerId;
|
|
3350
|
+
uid = uid === VOID ? this.e68_1 : uid;
|
|
3351
|
+
name = name === VOID ? this.f68_1 : name;
|
|
3352
|
+
nickname = nickname === VOID ? this.g68_1 : nickname;
|
|
3353
|
+
avatarUrl = avatarUrl === VOID ? this.h68_1 : avatarUrl;
|
|
3354
|
+
photo = photo === VOID ? this.i68_1 : photo;
|
|
3355
|
+
rating = rating === VOID ? this.j68_1 : rating;
|
|
3356
|
+
isBot = isBot === VOID ? this.k68_1 : isBot;
|
|
3357
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.l68_1 : initialLuckyFactor;
|
|
3358
|
+
return $super === VOID ? this.a69(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.a69.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3356
3359
|
};
|
|
3357
3360
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3358
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3361
|
+
return 'GameUserInfoDto(playerId=' + this.d68_1 + ', uid=' + this.e68_1 + ', name=' + this.f68_1 + ', nickname=' + this.g68_1 + ', avatarUrl=' + this.h68_1 + ', photo=' + this.i68_1 + ', rating=' + this.j68_1 + ', isBot=' + this.k68_1 + ', initialLuckyFactor=' + this.l68_1 + ')';
|
|
3359
3362
|
};
|
|
3360
3363
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3361
|
-
var result = this.
|
|
3364
|
+
var result = this.d68_1 == null ? 0 : getStringHashCode(this.d68_1);
|
|
3365
|
+
result = imul(result, 31) + (this.e68_1 == null ? 0 : getStringHashCode(this.e68_1)) | 0;
|
|
3362
3366
|
result = imul(result, 31) + (this.f68_1 == null ? 0 : getStringHashCode(this.f68_1)) | 0;
|
|
3363
3367
|
result = imul(result, 31) + (this.g68_1 == null ? 0 : getStringHashCode(this.g68_1)) | 0;
|
|
3364
3368
|
result = imul(result, 31) + (this.h68_1 == null ? 0 : getStringHashCode(this.h68_1)) | 0;
|
|
3365
3369
|
result = imul(result, 31) + (this.i68_1 == null ? 0 : getStringHashCode(this.i68_1)) | 0;
|
|
3366
|
-
result = imul(result, 31) + (this.j68_1 == null ? 0 :
|
|
3367
|
-
result = imul(result, 31) + (this.k68_1 == null ? 0 :
|
|
3368
|
-
result = imul(result, 31) + (this.l68_1 == null ? 0 :
|
|
3369
|
-
result = imul(result, 31) + (this.m68_1 == null ? 0 : getNumberHashCode(this.m68_1)) | 0;
|
|
3370
|
+
result = imul(result, 31) + (this.j68_1 == null ? 0 : getNumberHashCode(this.j68_1)) | 0;
|
|
3371
|
+
result = imul(result, 31) + (this.k68_1 == null ? 0 : getBooleanHashCode(this.k68_1)) | 0;
|
|
3372
|
+
result = imul(result, 31) + (this.l68_1 == null ? 0 : getNumberHashCode(this.l68_1)) | 0;
|
|
3370
3373
|
return result;
|
|
3371
3374
|
};
|
|
3372
3375
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3374,6 +3377,8 @@
|
|
|
3374
3377
|
return true;
|
|
3375
3378
|
if (!(other instanceof GameUserInfoDto))
|
|
3376
3379
|
return false;
|
|
3380
|
+
if (!(this.d68_1 == other.d68_1))
|
|
3381
|
+
return false;
|
|
3377
3382
|
if (!(this.e68_1 == other.e68_1))
|
|
3378
3383
|
return false;
|
|
3379
3384
|
if (!(this.f68_1 == other.f68_1))
|
|
@@ -3384,13 +3389,11 @@
|
|
|
3384
3389
|
return false;
|
|
3385
3390
|
if (!(this.i68_1 == other.i68_1))
|
|
3386
3391
|
return false;
|
|
3387
|
-
if (!(this.j68_1
|
|
3392
|
+
if (!equals(this.j68_1, other.j68_1))
|
|
3388
3393
|
return false;
|
|
3389
|
-
if (!
|
|
3394
|
+
if (!(this.k68_1 == other.k68_1))
|
|
3390
3395
|
return false;
|
|
3391
|
-
if (!(this.l68_1
|
|
3392
|
-
return false;
|
|
3393
|
-
if (!equals(this.m68_1, other.m68_1))
|
|
3396
|
+
if (!equals(this.l68_1, other.l68_1))
|
|
3394
3397
|
return false;
|
|
3395
3398
|
return true;
|
|
3396
3399
|
};
|
|
@@ -3404,7 +3407,7 @@
|
|
|
3404
3407
|
// Inline function 'kotlin.arrayOf' call
|
|
3405
3408
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3406
3409
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3407
|
-
tmp.
|
|
3410
|
+
tmp.b69_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3408
3411
|
}
|
|
3409
3412
|
var Companion_instance_19;
|
|
3410
3413
|
function Companion_getInstance_20() {
|
|
@@ -3418,22 +3421,22 @@
|
|
|
3418
3421
|
tmp0_serialDesc.gz('state', false);
|
|
3419
3422
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3420
3423
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3421
|
-
this.
|
|
3424
|
+
this.c69_1 = tmp0_serialDesc;
|
|
3422
3425
|
}
|
|
3423
|
-
protoOf($serializer_7).
|
|
3424
|
-
var tmp0_desc = this.
|
|
3426
|
+
protoOf($serializer_7).d69 = function (encoder, value) {
|
|
3427
|
+
var tmp0_desc = this.c69_1;
|
|
3425
3428
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3426
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3427
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3428
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3429
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3429
|
+
var tmp2_cached = Companion_getInstance_20().b69_1;
|
|
3430
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.t68_1);
|
|
3431
|
+
tmp1_output.dt(tmp0_desc, 1, value.u68_1);
|
|
3432
|
+
tmp1_output.dt(tmp0_desc, 2, value.v68_1);
|
|
3430
3433
|
tmp1_output.pr(tmp0_desc);
|
|
3431
3434
|
};
|
|
3432
3435
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3433
|
-
return this.
|
|
3436
|
+
return this.d69(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3434
3437
|
};
|
|
3435
3438
|
protoOf($serializer_7).do = function (decoder) {
|
|
3436
|
-
var tmp0_desc = this.
|
|
3439
|
+
var tmp0_desc = this.c69_1;
|
|
3437
3440
|
var tmp1_flag = true;
|
|
3438
3441
|
var tmp2_index = 0;
|
|
3439
3442
|
var tmp3_bitMask0 = 0;
|
|
@@ -3441,7 +3444,7 @@
|
|
|
3441
3444
|
var tmp5_local1 = null;
|
|
3442
3445
|
var tmp6_local2 = null;
|
|
3443
3446
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3444
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3447
|
+
var tmp8_cached = Companion_getInstance_20().b69_1;
|
|
3445
3448
|
if (tmp7_input.es()) {
|
|
3446
3449
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3447
3450
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3476,13 +3479,13 @@
|
|
|
3476
3479
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3477
3480
|
};
|
|
3478
3481
|
protoOf($serializer_7).bo = function () {
|
|
3479
|
-
return this.
|
|
3482
|
+
return this.c69_1;
|
|
3480
3483
|
};
|
|
3481
3484
|
protoOf($serializer_7).vz = function () {
|
|
3482
3485
|
// Inline function 'kotlin.arrayOf' call
|
|
3483
3486
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3484
3487
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3485
|
-
return [Companion_getInstance_20().
|
|
3488
|
+
return [Companion_getInstance_20().b69_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3486
3489
|
};
|
|
3487
3490
|
var $serializer_instance_7;
|
|
3488
3491
|
function $serializer_getInstance_7() {
|
|
@@ -3492,11 +3495,11 @@
|
|
|
3492
3495
|
}
|
|
3493
3496
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3494
3497
|
if (!(7 === (7 & seen0))) {
|
|
3495
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3498
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().c69_1);
|
|
3496
3499
|
}
|
|
3497
|
-
$this.
|
|
3498
|
-
$this.
|
|
3499
|
-
$this.
|
|
3500
|
+
$this.t68_1 = state;
|
|
3501
|
+
$this.u68_1 = connectionChangedTime;
|
|
3502
|
+
$this.v68_1 = notLiveDurationRecord;
|
|
3500
3503
|
return $this;
|
|
3501
3504
|
}
|
|
3502
3505
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3504,17 +3507,17 @@
|
|
|
3504
3507
|
}
|
|
3505
3508
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3506
3509
|
Companion_getInstance_20();
|
|
3507
|
-
this.
|
|
3508
|
-
this.
|
|
3509
|
-
this.
|
|
3510
|
+
this.t68_1 = state;
|
|
3511
|
+
this.u68_1 = connectionChangedTime;
|
|
3512
|
+
this.v68_1 = notLiveDurationRecord;
|
|
3510
3513
|
}
|
|
3511
3514
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3512
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3515
|
+
return 'PlayerConnectionDto(state=' + this.t68_1.toString() + ', connectionChangedTime=' + this.u68_1 + ', notLiveDurationRecord=' + this.v68_1 + ')';
|
|
3513
3516
|
};
|
|
3514
3517
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3515
|
-
var result = this.
|
|
3518
|
+
var result = this.t68_1.hashCode();
|
|
3519
|
+
result = imul(result, 31) + getStringHashCode(this.u68_1) | 0;
|
|
3516
3520
|
result = imul(result, 31) + getStringHashCode(this.v68_1) | 0;
|
|
3517
|
-
result = imul(result, 31) + getStringHashCode(this.w68_1) | 0;
|
|
3518
3521
|
return result;
|
|
3519
3522
|
};
|
|
3520
3523
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3522,11 +3525,11 @@
|
|
|
3522
3525
|
return true;
|
|
3523
3526
|
if (!(other instanceof PlayerConnectionDto))
|
|
3524
3527
|
return false;
|
|
3525
|
-
if (!this.
|
|
3528
|
+
if (!this.t68_1.equals(other.t68_1))
|
|
3526
3529
|
return false;
|
|
3527
|
-
if (!(this.
|
|
3530
|
+
if (!(this.u68_1 === other.u68_1))
|
|
3528
3531
|
return false;
|
|
3529
|
-
if (!(this.
|
|
3532
|
+
if (!(this.v68_1 === other.v68_1))
|
|
3530
3533
|
return false;
|
|
3531
3534
|
return true;
|
|
3532
3535
|
};
|
|
@@ -3540,7 +3543,7 @@
|
|
|
3540
3543
|
// Inline function 'kotlin.arrayOf' call
|
|
3541
3544
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3542
3545
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3543
|
-
tmp.
|
|
3546
|
+
tmp.e69_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3544
3547
|
}
|
|
3545
3548
|
var Companion_instance_20;
|
|
3546
3549
|
function Companion_getInstance_21() {
|
|
@@ -3558,38 +3561,38 @@
|
|
|
3558
3561
|
tmp0_serialDesc.gz('ready', true);
|
|
3559
3562
|
tmp0_serialDesc.gz('tag', true);
|
|
3560
3563
|
tmp0_serialDesc.gz('connection', true);
|
|
3561
|
-
this.
|
|
3564
|
+
this.f69_1 = tmp0_serialDesc;
|
|
3562
3565
|
}
|
|
3563
|
-
protoOf($serializer_8).
|
|
3564
|
-
var tmp0_desc = this.
|
|
3566
|
+
protoOf($serializer_8).g69 = function (encoder, value) {
|
|
3567
|
+
var tmp0_desc = this.f69_1;
|
|
3565
3568
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3566
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3567
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3568
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3569
|
+
var tmp2_cached = Companion_getInstance_21().e69_1;
|
|
3570
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.m68_1 == null)) {
|
|
3571
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.m68_1);
|
|
3569
3572
|
}
|
|
3570
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3571
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3573
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.n68_1 == null)) {
|
|
3574
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.n68_1);
|
|
3572
3575
|
}
|
|
3573
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3574
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3576
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.o68_1 == null)) {
|
|
3577
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.o68_1);
|
|
3575
3578
|
}
|
|
3576
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3577
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3578
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3579
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.p68_1);
|
|
3580
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.q68_1 == null)) {
|
|
3581
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.q68_1);
|
|
3579
3582
|
}
|
|
3580
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3581
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3583
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.r68_1 == null)) {
|
|
3584
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.r68_1);
|
|
3582
3585
|
}
|
|
3583
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3584
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3586
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.s68_1 == null)) {
|
|
3587
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.s68_1);
|
|
3585
3588
|
}
|
|
3586
3589
|
tmp1_output.pr(tmp0_desc);
|
|
3587
3590
|
};
|
|
3588
3591
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3589
|
-
return this.
|
|
3592
|
+
return this.g69(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3590
3593
|
};
|
|
3591
3594
|
protoOf($serializer_8).do = function (decoder) {
|
|
3592
|
-
var tmp0_desc = this.
|
|
3595
|
+
var tmp0_desc = this.f69_1;
|
|
3593
3596
|
var tmp1_flag = true;
|
|
3594
3597
|
var tmp2_index = 0;
|
|
3595
3598
|
var tmp3_bitMask0 = 0;
|
|
@@ -3601,7 +3604,7 @@
|
|
|
3601
3604
|
var tmp9_local5 = null;
|
|
3602
3605
|
var tmp10_local6 = null;
|
|
3603
3606
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3604
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3607
|
+
var tmp12_cached = Companion_getInstance_21().e69_1;
|
|
3605
3608
|
if (tmp11_input.es()) {
|
|
3606
3609
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3607
3610
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3660,10 +3663,10 @@
|
|
|
3660
3663
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3661
3664
|
};
|
|
3662
3665
|
protoOf($serializer_8).bo = function () {
|
|
3663
|
-
return this.
|
|
3666
|
+
return this.f69_1;
|
|
3664
3667
|
};
|
|
3665
3668
|
protoOf($serializer_8).vz = function () {
|
|
3666
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3669
|
+
var tmp0_cached = Companion_getInstance_21().e69_1;
|
|
3667
3670
|
// Inline function 'kotlin.arrayOf' call
|
|
3668
3671
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3669
3672
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3677,33 +3680,33 @@
|
|
|
3677
3680
|
}
|
|
3678
3681
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3679
3682
|
if (!(8 === (8 & seen0))) {
|
|
3680
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3683
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().f69_1);
|
|
3681
3684
|
}
|
|
3682
3685
|
if (0 === (seen0 & 1))
|
|
3683
|
-
$this.
|
|
3686
|
+
$this.m68_1 = null;
|
|
3684
3687
|
else
|
|
3685
|
-
$this.
|
|
3688
|
+
$this.m68_1 = startFrom;
|
|
3686
3689
|
if (0 === (seen0 & 2))
|
|
3687
|
-
$this.
|
|
3690
|
+
$this.n68_1 = null;
|
|
3688
3691
|
else
|
|
3689
|
-
$this.
|
|
3692
|
+
$this.n68_1 = playerTurnTimeout;
|
|
3690
3693
|
if (0 === (seen0 & 4))
|
|
3691
|
-
$this.
|
|
3694
|
+
$this.o68_1 = null;
|
|
3692
3695
|
else
|
|
3693
|
-
$this.
|
|
3694
|
-
$this.
|
|
3696
|
+
$this.o68_1 = waitPlayerUntilTime;
|
|
3697
|
+
$this.p68_1 = state;
|
|
3695
3698
|
if (0 === (seen0 & 16))
|
|
3696
|
-
$this.
|
|
3699
|
+
$this.q68_1 = null;
|
|
3697
3700
|
else
|
|
3698
|
-
$this.
|
|
3701
|
+
$this.q68_1 = ready;
|
|
3699
3702
|
if (0 === (seen0 & 32))
|
|
3700
|
-
$this.
|
|
3703
|
+
$this.r68_1 = null;
|
|
3701
3704
|
else
|
|
3702
|
-
$this.
|
|
3705
|
+
$this.r68_1 = tag;
|
|
3703
3706
|
if (0 === (seen0 & 64))
|
|
3704
|
-
$this.
|
|
3707
|
+
$this.s68_1 = null;
|
|
3705
3708
|
else
|
|
3706
|
-
$this.
|
|
3709
|
+
$this.s68_1 = connection;
|
|
3707
3710
|
return $this;
|
|
3708
3711
|
}
|
|
3709
3712
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3717,25 +3720,25 @@
|
|
|
3717
3720
|
ready = ready === VOID ? null : ready;
|
|
3718
3721
|
tag = tag === VOID ? null : tag;
|
|
3719
3722
|
connection = connection === VOID ? null : connection;
|
|
3720
|
-
this.
|
|
3721
|
-
this.
|
|
3722
|
-
this.
|
|
3723
|
-
this.
|
|
3724
|
-
this.
|
|
3725
|
-
this.
|
|
3726
|
-
this.
|
|
3723
|
+
this.m68_1 = startFrom;
|
|
3724
|
+
this.n68_1 = playerTurnTimeout;
|
|
3725
|
+
this.o68_1 = waitPlayerUntilTime;
|
|
3726
|
+
this.p68_1 = state;
|
|
3727
|
+
this.q68_1 = ready;
|
|
3728
|
+
this.r68_1 = tag;
|
|
3729
|
+
this.s68_1 = connection;
|
|
3727
3730
|
}
|
|
3728
3731
|
protoOf(PlayerStateDto).toString = function () {
|
|
3729
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3732
|
+
return 'PlayerStateDto(startFrom=' + this.m68_1 + ', playerTurnTimeout=' + this.n68_1 + ', waitPlayerUntilTime=' + this.o68_1 + ', state=' + this.p68_1.toString() + ', ready=' + this.q68_1 + ', tag=' + this.r68_1 + ', connection=' + toString(this.s68_1) + ')';
|
|
3730
3733
|
};
|
|
3731
3734
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3732
|
-
var result = this.
|
|
3735
|
+
var result = this.m68_1 == null ? 0 : getStringHashCode(this.m68_1);
|
|
3736
|
+
result = imul(result, 31) + (this.n68_1 == null ? 0 : getStringHashCode(this.n68_1)) | 0;
|
|
3733
3737
|
result = imul(result, 31) + (this.o68_1 == null ? 0 : getStringHashCode(this.o68_1)) | 0;
|
|
3734
|
-
result = imul(result, 31) +
|
|
3735
|
-
result = imul(result, 31) + this.q68_1.
|
|
3736
|
-
result = imul(result, 31) + (this.r68_1 == null ? 0 :
|
|
3737
|
-
result = imul(result, 31) + (this.s68_1 == null ? 0 :
|
|
3738
|
-
result = imul(result, 31) + (this.t68_1 == null ? 0 : this.t68_1.hashCode()) | 0;
|
|
3738
|
+
result = imul(result, 31) + this.p68_1.hashCode() | 0;
|
|
3739
|
+
result = imul(result, 31) + (this.q68_1 == null ? 0 : getBooleanHashCode(this.q68_1)) | 0;
|
|
3740
|
+
result = imul(result, 31) + (this.r68_1 == null ? 0 : getStringHashCode(this.r68_1)) | 0;
|
|
3741
|
+
result = imul(result, 31) + (this.s68_1 == null ? 0 : this.s68_1.hashCode()) | 0;
|
|
3739
3742
|
return result;
|
|
3740
3743
|
};
|
|
3741
3744
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3743,19 +3746,19 @@
|
|
|
3743
3746
|
return true;
|
|
3744
3747
|
if (!(other instanceof PlayerStateDto))
|
|
3745
3748
|
return false;
|
|
3749
|
+
if (!(this.m68_1 == other.m68_1))
|
|
3750
|
+
return false;
|
|
3746
3751
|
if (!(this.n68_1 == other.n68_1))
|
|
3747
3752
|
return false;
|
|
3748
3753
|
if (!(this.o68_1 == other.o68_1))
|
|
3749
3754
|
return false;
|
|
3750
|
-
if (!
|
|
3755
|
+
if (!this.p68_1.equals(other.p68_1))
|
|
3751
3756
|
return false;
|
|
3752
|
-
if (!this.q68_1
|
|
3757
|
+
if (!(this.q68_1 == other.q68_1))
|
|
3753
3758
|
return false;
|
|
3754
3759
|
if (!(this.r68_1 == other.r68_1))
|
|
3755
3760
|
return false;
|
|
3756
|
-
if (!(this.s68_1
|
|
3757
|
-
return false;
|
|
3758
|
-
if (!equals(this.t68_1, other.t68_1))
|
|
3761
|
+
if (!equals(this.s68_1, other.s68_1))
|
|
3759
3762
|
return false;
|
|
3760
3763
|
return true;
|
|
3761
3764
|
};
|
|
@@ -3779,7 +3782,7 @@
|
|
|
3779
3782
|
// Inline function 'kotlin.arrayOf' call
|
|
3780
3783
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3781
3784
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3782
|
-
tmp.
|
|
3785
|
+
tmp.h69_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3783
3786
|
}
|
|
3784
3787
|
var Companion_instance_21;
|
|
3785
3788
|
function Companion_getInstance_22() {
|
|
@@ -3816,45 +3819,45 @@
|
|
|
3816
3819
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3817
3820
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3818
3821
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3819
|
-
this.
|
|
3822
|
+
this.i69_1 = tmp0_serialDesc;
|
|
3820
3823
|
}
|
|
3821
|
-
protoOf($serializer_9).
|
|
3822
|
-
var tmp0_desc = this.
|
|
3824
|
+
protoOf($serializer_9).j69 = function (encoder, value) {
|
|
3825
|
+
var tmp0_desc = this.i69_1;
|
|
3823
3826
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3824
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3825
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3826
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3827
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3828
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3829
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3830
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3831
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3832
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3833
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3834
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3835
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3836
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3837
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3838
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3839
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3840
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3841
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3842
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3843
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3844
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3845
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3846
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3847
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3848
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3849
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3850
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3827
|
+
var tmp2_cached = Companion_getInstance_22().h69_1;
|
|
3828
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.k69_1);
|
|
3829
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.l69_1);
|
|
3830
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.m69_1);
|
|
3831
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.n69_1);
|
|
3832
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o69_1);
|
|
3833
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.p69_1);
|
|
3834
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.q69_1);
|
|
3835
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.r69_1);
|
|
3836
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.s69_1);
|
|
3837
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.t69_1);
|
|
3838
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.u69_1);
|
|
3839
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.v69_1);
|
|
3840
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.w69_1);
|
|
3841
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.x69_1);
|
|
3842
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.y69_1);
|
|
3843
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.z69_1);
|
|
3844
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.a6a_1);
|
|
3845
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.b6a_1);
|
|
3846
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.c6a_1);
|
|
3847
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.d6a_1);
|
|
3848
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3849
|
+
tmp1_output.dt(tmp0_desc, 21, value.f6a_1);
|
|
3850
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.g6a_1);
|
|
3851
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.h6a_1);
|
|
3852
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.i6a_1);
|
|
3853
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.j6a_1);
|
|
3851
3854
|
tmp1_output.pr(tmp0_desc);
|
|
3852
3855
|
};
|
|
3853
3856
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3854
|
-
return this.
|
|
3857
|
+
return this.j69(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3855
3858
|
};
|
|
3856
3859
|
protoOf($serializer_9).do = function (decoder) {
|
|
3857
|
-
var tmp0_desc = this.
|
|
3860
|
+
var tmp0_desc = this.i69_1;
|
|
3858
3861
|
var tmp1_flag = true;
|
|
3859
3862
|
var tmp2_index = 0;
|
|
3860
3863
|
var tmp3_bitMask0 = 0;
|
|
@@ -3885,7 +3888,7 @@
|
|
|
3885
3888
|
var tmp28_local24 = null;
|
|
3886
3889
|
var tmp29_local25 = null;
|
|
3887
3890
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3888
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3891
|
+
var tmp31_cached = Companion_getInstance_22().h69_1;
|
|
3889
3892
|
if (tmp30_input.es()) {
|
|
3890
3893
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3891
3894
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4058,10 +4061,10 @@
|
|
|
4058
4061
|
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);
|
|
4059
4062
|
};
|
|
4060
4063
|
protoOf($serializer_9).bo = function () {
|
|
4061
|
-
return this.
|
|
4064
|
+
return this.i69_1;
|
|
4062
4065
|
};
|
|
4063
4066
|
protoOf($serializer_9).vz = function () {
|
|
4064
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4067
|
+
var tmp0_cached = Companion_getInstance_22().h69_1;
|
|
4065
4068
|
// Inline function 'kotlin.arrayOf' call
|
|
4066
4069
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4067
4070
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4075,34 +4078,34 @@
|
|
|
4075
4078
|
}
|
|
4076
4079
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4077
4080
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4078
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4081
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().i69_1);
|
|
4079
4082
|
}
|
|
4080
|
-
$this.
|
|
4081
|
-
$this.
|
|
4082
|
-
$this.
|
|
4083
|
-
$this.
|
|
4084
|
-
$this.
|
|
4085
|
-
$this.
|
|
4086
|
-
$this.
|
|
4087
|
-
$this.
|
|
4088
|
-
$this.
|
|
4089
|
-
$this.
|
|
4090
|
-
$this.
|
|
4091
|
-
$this.
|
|
4092
|
-
$this.
|
|
4093
|
-
$this.
|
|
4094
|
-
$this.
|
|
4095
|
-
$this.
|
|
4096
|
-
$this.
|
|
4097
|
-
$this.
|
|
4098
|
-
$this.
|
|
4099
|
-
$this.
|
|
4100
|
-
$this.
|
|
4101
|
-
$this.
|
|
4102
|
-
$this.
|
|
4103
|
-
$this.
|
|
4104
|
-
$this.
|
|
4105
|
-
$this.
|
|
4083
|
+
$this.k69_1 = name;
|
|
4084
|
+
$this.l69_1 = playerWhoChooseSuitGoFirst;
|
|
4085
|
+
$this.m69_1 = winnerShuffleCards;
|
|
4086
|
+
$this.n69_1 = playWithoutLiabilities;
|
|
4087
|
+
$this.o69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4088
|
+
$this.p69_1 = dealerInitialCardsCount;
|
|
4089
|
+
$this.q69_1 = dealerFinalCardsCount;
|
|
4090
|
+
$this.r69_1 = dealerCounterClockwise;
|
|
4091
|
+
$this.s69_1 = contractTypes;
|
|
4092
|
+
$this.t69_1 = bidTypes;
|
|
4093
|
+
$this.u69_1 = needToPutHigherTrump;
|
|
4094
|
+
$this.v69_1 = trumpCardStepMode;
|
|
4095
|
+
$this.w69_1 = trumpCardStepPartnerMode;
|
|
4096
|
+
$this.x69_1 = combinationsWithFirstCard;
|
|
4097
|
+
$this.y69_1 = protectBella;
|
|
4098
|
+
$this.z69_1 = oneTryToProtectBella;
|
|
4099
|
+
$this.a6a_1 = enableFourSevensCombination;
|
|
4100
|
+
$this.b6a_1 = enableTrumpSevenCombination;
|
|
4101
|
+
$this.c6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4102
|
+
$this.d6a_1 = checkTrumpCombination;
|
|
4103
|
+
$this.e6a_1 = checkOnlyTrumpDebertz;
|
|
4104
|
+
$this.f6a_1 = pointsDistributeMode;
|
|
4105
|
+
$this.g6a_1 = enableFineIfNoBribes;
|
|
4106
|
+
$this.h6a_1 = fineIfNoBribes;
|
|
4107
|
+
$this.i6a_1 = enableFineAfterThirdByte;
|
|
4108
|
+
$this.j6a_1 = fineAfterThirdFailedContract;
|
|
4106
4109
|
return $this;
|
|
4107
4110
|
}
|
|
4108
4111
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4110,63 +4113,63 @@
|
|
|
4110
4113
|
}
|
|
4111
4114
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4112
4115
|
Companion_getInstance_22();
|
|
4113
|
-
this.
|
|
4114
|
-
this.
|
|
4115
|
-
this.
|
|
4116
|
-
this.
|
|
4117
|
-
this.
|
|
4118
|
-
this.
|
|
4119
|
-
this.
|
|
4120
|
-
this.
|
|
4121
|
-
this.
|
|
4122
|
-
this.
|
|
4123
|
-
this.
|
|
4124
|
-
this.
|
|
4125
|
-
this.
|
|
4126
|
-
this.
|
|
4127
|
-
this.
|
|
4128
|
-
this.
|
|
4129
|
-
this.
|
|
4130
|
-
this.
|
|
4131
|
-
this.
|
|
4132
|
-
this.
|
|
4133
|
-
this.
|
|
4134
|
-
this.
|
|
4135
|
-
this.
|
|
4136
|
-
this.
|
|
4137
|
-
this.
|
|
4138
|
-
this.
|
|
4116
|
+
this.k69_1 = name;
|
|
4117
|
+
this.l69_1 = playerWhoChooseSuitGoFirst;
|
|
4118
|
+
this.m69_1 = winnerShuffleCards;
|
|
4119
|
+
this.n69_1 = playWithoutLiabilities;
|
|
4120
|
+
this.o69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4121
|
+
this.p69_1 = dealerInitialCardsCount;
|
|
4122
|
+
this.q69_1 = dealerFinalCardsCount;
|
|
4123
|
+
this.r69_1 = dealerCounterClockwise;
|
|
4124
|
+
this.s69_1 = contractTypes;
|
|
4125
|
+
this.t69_1 = bidTypes;
|
|
4126
|
+
this.u69_1 = needToPutHigherTrump;
|
|
4127
|
+
this.v69_1 = trumpCardStepMode;
|
|
4128
|
+
this.w69_1 = trumpCardStepPartnerMode;
|
|
4129
|
+
this.x69_1 = combinationsWithFirstCard;
|
|
4130
|
+
this.y69_1 = protectBella;
|
|
4131
|
+
this.z69_1 = oneTryToProtectBella;
|
|
4132
|
+
this.a6a_1 = enableFourSevensCombination;
|
|
4133
|
+
this.b6a_1 = enableTrumpSevenCombination;
|
|
4134
|
+
this.c6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4135
|
+
this.d6a_1 = checkTrumpCombination;
|
|
4136
|
+
this.e6a_1 = checkOnlyTrumpDebertz;
|
|
4137
|
+
this.f6a_1 = pointsDistributeMode;
|
|
4138
|
+
this.g6a_1 = enableFineIfNoBribes;
|
|
4139
|
+
this.h6a_1 = fineIfNoBribes;
|
|
4140
|
+
this.i6a_1 = enableFineAfterThirdByte;
|
|
4141
|
+
this.j6a_1 = fineAfterThirdFailedContract;
|
|
4139
4142
|
}
|
|
4140
4143
|
protoOf(RulesDto).toString = function () {
|
|
4141
|
-
return 'RulesDto(name=' + this.
|
|
4144
|
+
return 'RulesDto(name=' + this.k69_1 + ', playerWhoChooseSuitGoFirst=' + this.l69_1 + ', winnerShuffleCards=' + this.m69_1 + ', playWithoutLiabilities=' + this.n69_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.o69_1 + ', dealerInitialCardsCount=' + this.p69_1 + ', dealerFinalCardsCount=' + this.q69_1 + ', dealerCounterClockwise=' + this.r69_1 + ', contractTypes=' + toString(this.s69_1) + ', bidTypes=' + toString(this.t69_1) + ', needToPutHigherTrump=' + this.u69_1 + ', trumpCardStepMode=' + this.v69_1 + ', trumpCardStepPartnerMode=' + this.w69_1 + ', combinationsWithFirstCard=' + toString(this.x69_1) + ', protectBella=' + this.y69_1 + ', oneTryToProtectBella=' + this.z69_1 + ', enableFourSevensCombination=' + this.a6a_1 + ', enableTrumpSevenCombination=' + this.b6a_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.c6a_1 + ', checkTrumpCombination=' + this.d6a_1 + ', checkOnlyTrumpDebertz=' + this.e6a_1 + ', pointsDistributeMode=' + this.f6a_1 + ', enableFineIfNoBribes=' + this.g6a_1 + ', fineIfNoBribes=' + this.h6a_1 + ', enableFineAfterThirdByte=' + this.i6a_1 + ', fineAfterThirdFailedContract=' + this.j6a_1 + ')';
|
|
4142
4145
|
};
|
|
4143
4146
|
protoOf(RulesDto).hashCode = function () {
|
|
4144
|
-
var result = this.
|
|
4147
|
+
var result = this.k69_1 == null ? 0 : getStringHashCode(this.k69_1);
|
|
4148
|
+
result = imul(result, 31) + (this.l69_1 == null ? 0 : getBooleanHashCode(this.l69_1)) | 0;
|
|
4145
4149
|
result = imul(result, 31) + (this.m69_1 == null ? 0 : getBooleanHashCode(this.m69_1)) | 0;
|
|
4146
4150
|
result = imul(result, 31) + (this.n69_1 == null ? 0 : getBooleanHashCode(this.n69_1)) | 0;
|
|
4147
4151
|
result = imul(result, 31) + (this.o69_1 == null ? 0 : getBooleanHashCode(this.o69_1)) | 0;
|
|
4148
|
-
result = imul(result, 31) + (this.p69_1 == null ? 0 :
|
|
4152
|
+
result = imul(result, 31) + (this.p69_1 == null ? 0 : this.p69_1) | 0;
|
|
4149
4153
|
result = imul(result, 31) + (this.q69_1 == null ? 0 : this.q69_1) | 0;
|
|
4150
|
-
result = imul(result, 31) + (this.r69_1 == null ? 0 : this.r69_1) | 0;
|
|
4151
|
-
result = imul(result, 31) + (this.s69_1 == null ? 0 :
|
|
4154
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : getBooleanHashCode(this.r69_1)) | 0;
|
|
4155
|
+
result = imul(result, 31) + (this.s69_1 == null ? 0 : hashCode(this.s69_1)) | 0;
|
|
4152
4156
|
result = imul(result, 31) + (this.t69_1 == null ? 0 : hashCode(this.t69_1)) | 0;
|
|
4153
|
-
result = imul(result, 31) + (this.u69_1 == null ? 0 :
|
|
4154
|
-
result = imul(result, 31) + (this.v69_1 == null ? 0 :
|
|
4157
|
+
result = imul(result, 31) + (this.u69_1 == null ? 0 : getBooleanHashCode(this.u69_1)) | 0;
|
|
4158
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : getStringHashCode(this.v69_1)) | 0;
|
|
4155
4159
|
result = imul(result, 31) + (this.w69_1 == null ? 0 : getStringHashCode(this.w69_1)) | 0;
|
|
4156
|
-
result = imul(result, 31) + (this.x69_1 == null ? 0 :
|
|
4157
|
-
result = imul(result, 31) + (this.y69_1 == null ? 0 :
|
|
4160
|
+
result = imul(result, 31) + (this.x69_1 == null ? 0 : hashCode(this.x69_1)) | 0;
|
|
4161
|
+
result = imul(result, 31) + (this.y69_1 == null ? 0 : getBooleanHashCode(this.y69_1)) | 0;
|
|
4158
4162
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getBooleanHashCode(this.z69_1)) | 0;
|
|
4159
4163
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getBooleanHashCode(this.a6a_1)) | 0;
|
|
4160
4164
|
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getBooleanHashCode(this.b6a_1)) | 0;
|
|
4161
4165
|
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getBooleanHashCode(this.c6a_1)) | 0;
|
|
4162
4166
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getBooleanHashCode(this.d6a_1)) | 0;
|
|
4163
4167
|
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
4164
|
-
result = imul(result, 31) + (this.f6a_1
|
|
4165
|
-
result = imul(result, 31) +
|
|
4166
|
-
result = imul(result, 31) + (this.h6a_1 == null ? 0 :
|
|
4167
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 : this.i6a_1) | 0;
|
|
4168
|
-
result = imul(result, 31) + (this.j6a_1 == null ? 0 :
|
|
4169
|
-
result = imul(result, 31) + (this.k6a_1 == null ? 0 : this.k6a_1) | 0;
|
|
4168
|
+
result = imul(result, 31) + getStringHashCode(this.f6a_1) | 0;
|
|
4169
|
+
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getBooleanHashCode(this.g6a_1)) | 0;
|
|
4170
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1) | 0;
|
|
4171
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getBooleanHashCode(this.i6a_1)) | 0;
|
|
4172
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : this.j6a_1) | 0;
|
|
4170
4173
|
return result;
|
|
4171
4174
|
};
|
|
4172
4175
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4174,6 +4177,8 @@
|
|
|
4174
4177
|
return true;
|
|
4175
4178
|
if (!(other instanceof RulesDto))
|
|
4176
4179
|
return false;
|
|
4180
|
+
if (!(this.k69_1 == other.k69_1))
|
|
4181
|
+
return false;
|
|
4177
4182
|
if (!(this.l69_1 == other.l69_1))
|
|
4178
4183
|
return false;
|
|
4179
4184
|
if (!(this.m69_1 == other.m69_1))
|
|
@@ -4188,19 +4193,19 @@
|
|
|
4188
4193
|
return false;
|
|
4189
4194
|
if (!(this.r69_1 == other.r69_1))
|
|
4190
4195
|
return false;
|
|
4191
|
-
if (!(this.s69_1
|
|
4196
|
+
if (!equals(this.s69_1, other.s69_1))
|
|
4192
4197
|
return false;
|
|
4193
4198
|
if (!equals(this.t69_1, other.t69_1))
|
|
4194
4199
|
return false;
|
|
4195
|
-
if (!
|
|
4200
|
+
if (!(this.u69_1 == other.u69_1))
|
|
4196
4201
|
return false;
|
|
4197
4202
|
if (!(this.v69_1 == other.v69_1))
|
|
4198
4203
|
return false;
|
|
4199
4204
|
if (!(this.w69_1 == other.w69_1))
|
|
4200
4205
|
return false;
|
|
4201
|
-
if (!(this.x69_1
|
|
4206
|
+
if (!equals(this.x69_1, other.x69_1))
|
|
4202
4207
|
return false;
|
|
4203
|
-
if (!
|
|
4208
|
+
if (!(this.y69_1 == other.y69_1))
|
|
4204
4209
|
return false;
|
|
4205
4210
|
if (!(this.z69_1 == other.z69_1))
|
|
4206
4211
|
return false;
|
|
@@ -4214,9 +4219,9 @@
|
|
|
4214
4219
|
return false;
|
|
4215
4220
|
if (!(this.e6a_1 == other.e6a_1))
|
|
4216
4221
|
return false;
|
|
4217
|
-
if (!(this.f6a_1
|
|
4222
|
+
if (!(this.f6a_1 === other.f6a_1))
|
|
4218
4223
|
return false;
|
|
4219
|
-
if (!(this.g6a_1
|
|
4224
|
+
if (!(this.g6a_1 == other.g6a_1))
|
|
4220
4225
|
return false;
|
|
4221
4226
|
if (!(this.h6a_1 == other.h6a_1))
|
|
4222
4227
|
return false;
|
|
@@ -4224,16 +4229,14 @@
|
|
|
4224
4229
|
return false;
|
|
4225
4230
|
if (!(this.j6a_1 == other.j6a_1))
|
|
4226
4231
|
return false;
|
|
4227
|
-
if (!(this.k6a_1 == other.k6a_1))
|
|
4228
|
-
return false;
|
|
4229
4232
|
return true;
|
|
4230
4233
|
};
|
|
4231
4234
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4232
|
-
this.
|
|
4233
|
-
this.
|
|
4235
|
+
this.k6a_1 = trump;
|
|
4236
|
+
this.l6a_1 = firstCardSuit;
|
|
4234
4237
|
}
|
|
4235
4238
|
protoOf(CardGrowthComparator).w5b = function (a, b) {
|
|
4236
|
-
return getGrowth(b, this.
|
|
4239
|
+
return getGrowth(b, this.k6a_1, this.l6a_1) - getGrowth(a, this.k6a_1, this.l6a_1) | 0;
|
|
4237
4240
|
};
|
|
4238
4241
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4239
4242
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4381,46 +4384,46 @@
|
|
|
4381
4384
|
return tmp;
|
|
4382
4385
|
}
|
|
4383
4386
|
function ProcessingCard(card) {
|
|
4384
|
-
this.
|
|
4387
|
+
this.m6a_1 = card;
|
|
4385
4388
|
}
|
|
4386
4389
|
protoOf(ProcessingCard).toString = function () {
|
|
4387
|
-
return 'ProcessingCard(card=' + this.
|
|
4390
|
+
return 'ProcessingCard(card=' + this.m6a_1.toString() + ')';
|
|
4388
4391
|
};
|
|
4389
4392
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4390
|
-
return this.
|
|
4393
|
+
return this.m6a_1.hashCode();
|
|
4391
4394
|
};
|
|
4392
4395
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4393
4396
|
if (this === other)
|
|
4394
4397
|
return true;
|
|
4395
4398
|
if (!(other instanceof ProcessingCard))
|
|
4396
4399
|
return false;
|
|
4397
|
-
if (!this.
|
|
4400
|
+
if (!this.m6a_1.equals(other.m6a_1))
|
|
4398
4401
|
return false;
|
|
4399
4402
|
return true;
|
|
4400
4403
|
};
|
|
4401
4404
|
function AsyncProvider() {
|
|
4402
4405
|
}
|
|
4403
4406
|
function onError($this, message, error) {
|
|
4404
|
-
$this.
|
|
4407
|
+
$this.u6a_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4405
4408
|
}
|
|
4406
4409
|
function Companion_20() {
|
|
4407
|
-
this.
|
|
4410
|
+
this.c6b_1 = 'AsyncProvider';
|
|
4408
4411
|
}
|
|
4409
4412
|
var Companion_instance_22;
|
|
4410
4413
|
function Companion_getInstance_23() {
|
|
4411
4414
|
return Companion_instance_22;
|
|
4412
4415
|
}
|
|
4413
4416
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4414
|
-
this.
|
|
4417
|
+
this.e6b_1 = this$0;
|
|
4415
4418
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4416
4419
|
}
|
|
4417
4420
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).q1x = function (context, exception) {
|
|
4418
|
-
onError(this.
|
|
4421
|
+
onError(this.e6b_1, 'CoroutineContext', exception);
|
|
4419
4422
|
return Unit_instance;
|
|
4420
4423
|
};
|
|
4421
4424
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4422
|
-
this.
|
|
4423
|
-
this.
|
|
4425
|
+
this.n6b_1 = this$0;
|
|
4426
|
+
this.o6b_1 = $block;
|
|
4424
4427
|
CoroutineImpl.call(this, resultContinuation);
|
|
4425
4428
|
}
|
|
4426
4429
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j2d = function ($this$launch, $completion) {
|
|
@@ -4440,43 +4443,43 @@
|
|
|
4440
4443
|
switch (tmp) {
|
|
4441
4444
|
case 0:
|
|
4442
4445
|
this.t8_1 = 6;
|
|
4443
|
-
this.
|
|
4446
|
+
this.r6b_1 = this.n6b_1.w6a_1;
|
|
4444
4447
|
var tmp_0 = this;
|
|
4445
|
-
tmp_0.
|
|
4448
|
+
tmp_0.q6b_1 = null;
|
|
4446
4449
|
this.s8_1 = 1;
|
|
4447
|
-
suspendResult = this.
|
|
4450
|
+
suspendResult = this.r6b_1.z2k(this.q6b_1, this);
|
|
4448
4451
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4449
4452
|
return suspendResult;
|
|
4450
4453
|
}
|
|
4451
4454
|
|
|
4452
4455
|
continue $sm;
|
|
4453
4456
|
case 1:
|
|
4454
|
-
this.
|
|
4457
|
+
this.s6b_1 = Unit_instance;
|
|
4455
4458
|
this.s8_1 = 2;
|
|
4456
4459
|
continue $sm;
|
|
4457
4460
|
case 2:
|
|
4458
4461
|
this.t8_1 = 5;
|
|
4459
4462
|
this.s8_1 = 3;
|
|
4460
|
-
suspendResult = this.
|
|
4463
|
+
suspendResult = this.o6b_1(this.p6b_1, this);
|
|
4461
4464
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4462
4465
|
return suspendResult;
|
|
4463
4466
|
}
|
|
4464
4467
|
|
|
4465
4468
|
continue $sm;
|
|
4466
4469
|
case 3:
|
|
4467
|
-
this.
|
|
4470
|
+
this.s6b_1 = Unit_instance;
|
|
4468
4471
|
this.t8_1 = 6;
|
|
4469
4472
|
this.s8_1 = 4;
|
|
4470
4473
|
continue $sm;
|
|
4471
4474
|
case 4:
|
|
4472
|
-
this.
|
|
4475
|
+
this.s6b_1;
|
|
4473
4476
|
this.t8_1 = 6;
|
|
4474
|
-
this.
|
|
4477
|
+
this.r6b_1.k2k(this.q6b_1);
|
|
4475
4478
|
return Unit_instance;
|
|
4476
4479
|
case 5:
|
|
4477
4480
|
this.t8_1 = 6;
|
|
4478
4481
|
var t = this.v8_1;
|
|
4479
|
-
this.
|
|
4482
|
+
this.r6b_1.k2k(this.q6b_1);
|
|
4480
4483
|
throw t;
|
|
4481
4484
|
case 6:
|
|
4482
4485
|
throw this.v8_1;
|
|
@@ -4493,8 +4496,8 @@
|
|
|
4493
4496
|
while (true);
|
|
4494
4497
|
};
|
|
4495
4498
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k2d = function ($this$launch, completion) {
|
|
4496
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4497
|
-
i.
|
|
4499
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.n6b_1, this.o6b_1, completion);
|
|
4500
|
+
i.p6b_1 = $this$launch;
|
|
4498
4501
|
return i;
|
|
4499
4502
|
};
|
|
4500
4503
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4509,53 +4512,53 @@
|
|
|
4509
4512
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().d21() : mainDispatcher;
|
|
4510
4513
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().z20_1 : defaultDispatcher;
|
|
4511
4514
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().a21_1 : unconfinedDispatcher;
|
|
4512
|
-
this.
|
|
4513
|
-
this.
|
|
4515
|
+
this.u6a_1 = logger;
|
|
4516
|
+
this.v6a_1 = SupervisorJob();
|
|
4517
|
+
this.w6a_1 = Mutex();
|
|
4514
4518
|
this.x6a_1 = Mutex();
|
|
4515
|
-
this.y6a_1 = Mutex();
|
|
4516
4519
|
var tmp = this;
|
|
4517
4520
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4518
|
-
tmp.
|
|
4519
|
-
this.
|
|
4520
|
-
this.
|
|
4521
|
-
this.
|
|
4521
|
+
tmp.y6a_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4522
|
+
this.z6a_1 = CoroutineScope_0(mainDispatcher.dg(this.v6a_1).dg(MainContextId_getInstance()));
|
|
4523
|
+
this.a6b_1 = CoroutineScope_0(defaultDispatcher.dg(this.v6a_1).dg(WorkerContextId_getInstance()));
|
|
4524
|
+
this.b6b_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.v6a_1).dg(WorkerContextId_getInstance()));
|
|
4522
4525
|
}
|
|
4523
|
-
protoOf(AsyncProviderImpl).
|
|
4524
|
-
return this.
|
|
4526
|
+
protoOf(AsyncProviderImpl).n6a = function () {
|
|
4527
|
+
return this.y6a_1;
|
|
4525
4528
|
};
|
|
4526
|
-
protoOf(AsyncProviderImpl).
|
|
4527
|
-
if (this.
|
|
4528
|
-
this.
|
|
4529
|
+
protoOf(AsyncProviderImpl).s6a = function (context, block) {
|
|
4530
|
+
if (this.v6a_1.z1p()) {
|
|
4531
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4529
4532
|
// Inline function 'kotlin.apply' call
|
|
4530
4533
|
var this_0 = Job();
|
|
4531
4534
|
this_0.n1q();
|
|
4532
4535
|
return this_0;
|
|
4533
4536
|
}
|
|
4534
|
-
return launch(this.
|
|
4537
|
+
return launch(this.z6a_1, context, VOID, block);
|
|
4535
4538
|
};
|
|
4536
|
-
protoOf(AsyncProviderImpl).
|
|
4537
|
-
if (this.
|
|
4538
|
-
this.
|
|
4539
|
+
protoOf(AsyncProviderImpl).o6a = function (context, block) {
|
|
4540
|
+
if (this.v6a_1.z1p()) {
|
|
4541
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4539
4542
|
// Inline function 'kotlin.apply' call
|
|
4540
4543
|
var this_0 = Job();
|
|
4541
4544
|
this_0.n1q();
|
|
4542
4545
|
return this_0;
|
|
4543
4546
|
}
|
|
4544
|
-
return launch(this.
|
|
4547
|
+
return launch(this.a6b_1, context, VOID, block);
|
|
4545
4548
|
};
|
|
4546
|
-
protoOf(AsyncProviderImpl).
|
|
4547
|
-
if (this.
|
|
4548
|
-
this.
|
|
4549
|
+
protoOf(AsyncProviderImpl).q6a = function (context, block) {
|
|
4550
|
+
if (this.v6a_1.z1p()) {
|
|
4551
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4549
4552
|
// Inline function 'kotlin.apply' call
|
|
4550
4553
|
var this_0 = Job();
|
|
4551
4554
|
this_0.n1q();
|
|
4552
4555
|
return this_0;
|
|
4553
4556
|
}
|
|
4554
|
-
return launch(this.
|
|
4557
|
+
return launch(this.a6b_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4555
4558
|
};
|
|
4556
4559
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4557
|
-
if (!this.
|
|
4558
|
-
this.
|
|
4560
|
+
if (!this.v6a_1.z1p()) {
|
|
4561
|
+
this.v6a_1.n1q();
|
|
4559
4562
|
}
|
|
4560
4563
|
};
|
|
4561
4564
|
function Key() {
|
|
@@ -4617,7 +4620,7 @@
|
|
|
4617
4620
|
}
|
|
4618
4621
|
function UUIDIdsProvider() {
|
|
4619
4622
|
}
|
|
4620
|
-
protoOf(UUIDIdsProvider).
|
|
4623
|
+
protoOf(UUIDIdsProvider).t6b = function () {
|
|
4621
4624
|
return uuid4().toString();
|
|
4622
4625
|
};
|
|
4623
4626
|
var UUIDIdsProvider_instance;
|
|
@@ -4635,55 +4638,55 @@
|
|
|
4635
4638
|
tmp = lock;
|
|
4636
4639
|
}
|
|
4637
4640
|
lock = tmp;
|
|
4638
|
-
this.
|
|
4639
|
-
this.
|
|
4641
|
+
this.z6b_1 = logger;
|
|
4642
|
+
this.a6c_1 = lock;
|
|
4640
4643
|
var tmp_0 = this;
|
|
4641
4644
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4642
|
-
tmp_0.
|
|
4645
|
+
tmp_0.b6c_1 = HashMap_init_$Create$();
|
|
4643
4646
|
}
|
|
4644
|
-
protoOf(JobsProviderImpl).
|
|
4647
|
+
protoOf(JobsProviderImpl).u6b = function (timerTag, job) {
|
|
4645
4648
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4646
|
-
this.
|
|
4647
|
-
if (this.
|
|
4648
|
-
this.
|
|
4649
|
+
this.a6c_1;
|
|
4650
|
+
if (this.y6b(timerTag)) {
|
|
4651
|
+
this.z6b_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4649
4652
|
}
|
|
4650
4653
|
// Inline function 'kotlin.collections.set' call
|
|
4651
|
-
this.
|
|
4654
|
+
this.b6c_1.f2(timerTag, job);
|
|
4652
4655
|
};
|
|
4653
|
-
protoOf(JobsProviderImpl).
|
|
4656
|
+
protoOf(JobsProviderImpl).y6b = function (timerTag) {
|
|
4654
4657
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4655
|
-
this.
|
|
4656
|
-
return this.
|
|
4658
|
+
this.a6c_1;
|
|
4659
|
+
return this.b6c_1.a2(timerTag);
|
|
4657
4660
|
};
|
|
4658
|
-
protoOf(JobsProviderImpl).
|
|
4661
|
+
protoOf(JobsProviderImpl).w6b = function (timerTag) {
|
|
4659
4662
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4660
|
-
this.
|
|
4661
|
-
if (!this.
|
|
4662
|
-
this.
|
|
4663
|
+
this.a6c_1;
|
|
4664
|
+
if (!this.y6b(timerTag)) {
|
|
4665
|
+
this.z6b_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4663
4666
|
}
|
|
4664
|
-
this.
|
|
4667
|
+
this.b6c_1.g2(timerTag);
|
|
4665
4668
|
};
|
|
4666
|
-
protoOf(JobsProviderImpl).
|
|
4669
|
+
protoOf(JobsProviderImpl).x6b = function (timers) {
|
|
4667
4670
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4668
|
-
this.
|
|
4671
|
+
this.a6c_1;
|
|
4669
4672
|
// Inline function 'kotlin.collections.forEach' call
|
|
4670
4673
|
var _iterator__ex2g4s = timers.l();
|
|
4671
4674
|
while (_iterator__ex2g4s.m()) {
|
|
4672
4675
|
var element = _iterator__ex2g4s.n();
|
|
4673
|
-
var timer = this.
|
|
4676
|
+
var timer = this.b6c_1.c2(element);
|
|
4674
4677
|
if (timer == null)
|
|
4675
4678
|
null;
|
|
4676
4679
|
else {
|
|
4677
4680
|
timer.n1q();
|
|
4678
4681
|
}
|
|
4679
4682
|
}
|
|
4680
|
-
this.
|
|
4683
|
+
this.b6c_1.d2().l2(toSet(timers));
|
|
4681
4684
|
};
|
|
4682
|
-
protoOf(JobsProviderImpl).
|
|
4685
|
+
protoOf(JobsProviderImpl).v6b = function (timerTag) {
|
|
4683
4686
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4684
|
-
this.
|
|
4685
|
-
var timer = this.
|
|
4686
|
-
this.
|
|
4687
|
+
this.a6c_1;
|
|
4688
|
+
var timer = this.b6c_1.c2(timerTag);
|
|
4689
|
+
this.b6c_1.g2(timerTag);
|
|
4687
4690
|
var tmp;
|
|
4688
4691
|
if (timer == null) {
|
|
4689
4692
|
tmp = null;
|
|
@@ -4696,36 +4699,36 @@
|
|
|
4696
4699
|
}
|
|
4697
4700
|
function FileSystemImpl(fileSystem) {
|
|
4698
4701
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4699
|
-
this.
|
|
4702
|
+
this.f6c_1 = fileSystem;
|
|
4700
4703
|
}
|
|
4701
|
-
protoOf(FileSystemImpl).
|
|
4704
|
+
protoOf(FileSystemImpl).c6c = function (path, $completion) {
|
|
4702
4705
|
var directoryPath = Path(path);
|
|
4703
|
-
var exists = this.
|
|
4706
|
+
var exists = this.f6c_1.c1o(directoryPath);
|
|
4704
4707
|
if (!exists) {
|
|
4705
|
-
this.
|
|
4708
|
+
this.f6c_1.g1o(directoryPath);
|
|
4706
4709
|
}
|
|
4707
4710
|
return Unit_instance;
|
|
4708
4711
|
};
|
|
4709
|
-
protoOf(FileSystemImpl).
|
|
4710
|
-
return buffered(this.
|
|
4712
|
+
protoOf(FileSystemImpl).d6c = function (path, fileName, append, $completion) {
|
|
4713
|
+
return buffered(this.f6c_1.h1o(Path_0(path, [fileName]), append));
|
|
4711
4714
|
};
|
|
4712
|
-
protoOf(FileSystemImpl).
|
|
4713
|
-
this.
|
|
4715
|
+
protoOf(FileSystemImpl).e6c = function (path, $completion) {
|
|
4716
|
+
this.f6c_1.e1o(Path_0(path, []));
|
|
4714
4717
|
return Unit_instance;
|
|
4715
4718
|
};
|
|
4716
4719
|
function LoggerFactory() {
|
|
4717
4720
|
}
|
|
4718
4721
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4719
|
-
this.
|
|
4720
|
-
this.
|
|
4722
|
+
this.h6c_1 = coreConfig;
|
|
4723
|
+
this.i6c_1 = fileSystem;
|
|
4721
4724
|
}
|
|
4722
|
-
protoOf(LoggerFactoryImpl).
|
|
4725
|
+
protoOf(LoggerFactoryImpl).g6c = function (gameId, roomId, userId) {
|
|
4723
4726
|
// Inline function 'kotlin.let' call
|
|
4724
|
-
var it = this.
|
|
4727
|
+
var it = this.h6c_1.fileNameFormat;
|
|
4725
4728
|
var tmp = Companion_instance_4;
|
|
4726
4729
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4727
4730
|
// Inline function 'kotlin.collections.map' call
|
|
4728
|
-
var this_0 = split(this.
|
|
4731
|
+
var this_0 = split(this.h6c_1.requireDirectoryPath, ['/']);
|
|
4729
4732
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4730
4733
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4731
4734
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4737,7 +4740,7 @@
|
|
|
4737
4740
|
}
|
|
4738
4741
|
var segments = destination;
|
|
4739
4742
|
var tmp0_path = joinToString(segments, '/');
|
|
4740
|
-
var tmp1_fileSystem = this.
|
|
4743
|
+
var tmp1_fileSystem = this.i6c_1;
|
|
4741
4744
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4742
4745
|
};
|
|
4743
4746
|
function appendToFile($this, message, $completion) {
|
|
@@ -4748,7 +4751,7 @@
|
|
|
4748
4751
|
}
|
|
4749
4752
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4750
4753
|
CoroutineImpl.call(this, resultContinuation);
|
|
4751
|
-
this.
|
|
4754
|
+
this.b6d_1 = _this__u8e3s4;
|
|
4752
4755
|
}
|
|
4753
4756
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4754
4757
|
var suspendResult = this.u8_1;
|
|
@@ -4760,7 +4763,7 @@
|
|
|
4760
4763
|
this.t8_1 = 3;
|
|
4761
4764
|
this.t8_1 = 2;
|
|
4762
4765
|
this.s8_1 = 1;
|
|
4763
|
-
suspendResult = this.
|
|
4766
|
+
suspendResult = this.b6d_1.e6d_1.c6c(this.b6d_1.d6d_1, this);
|
|
4764
4767
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4765
4768
|
return suspendResult;
|
|
4766
4769
|
}
|
|
@@ -4801,8 +4804,8 @@
|
|
|
4801
4804
|
};
|
|
4802
4805
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4803
4806
|
CoroutineImpl.call(this, resultContinuation);
|
|
4804
|
-
this.
|
|
4805
|
-
this.
|
|
4807
|
+
this.r6c_1 = _this__u8e3s4;
|
|
4808
|
+
this.s6c_1 = message;
|
|
4806
4809
|
}
|
|
4807
4810
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4808
4811
|
var suspendResult = this.u8_1;
|
|
@@ -4814,7 +4817,7 @@
|
|
|
4814
4817
|
this.t8_1 = 3;
|
|
4815
4818
|
this.t8_1 = 2;
|
|
4816
4819
|
this.s8_1 = 1;
|
|
4817
|
-
suspendResult = this.
|
|
4820
|
+
suspendResult = this.r6c_1.e6d_1.d6c(this.r6c_1.d6d_1, this.r6c_1.c6d_1, true, this);
|
|
4818
4821
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4819
4822
|
return suspendResult;
|
|
4820
4823
|
}
|
|
@@ -4825,7 +4828,7 @@
|
|
|
4825
4828
|
var sink = buffered(ARGUMENT);
|
|
4826
4829
|
l$ret$1: do {
|
|
4827
4830
|
try {
|
|
4828
|
-
writeString(sink, this.
|
|
4831
|
+
writeString(sink, this.s6c_1 + '\n');
|
|
4829
4832
|
break l$ret$1;
|
|
4830
4833
|
} catch ($p) {
|
|
4831
4834
|
var t = $p;
|
|
@@ -4868,17 +4871,17 @@
|
|
|
4868
4871
|
while (true);
|
|
4869
4872
|
};
|
|
4870
4873
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4871
|
-
this.
|
|
4872
|
-
this.
|
|
4873
|
-
this.
|
|
4874
|
+
this.c6d_1 = fileName;
|
|
4875
|
+
this.d6d_1 = path;
|
|
4876
|
+
this.e6d_1 = fileSystem;
|
|
4874
4877
|
}
|
|
4875
|
-
protoOf(LogsStorageControllerImpl).
|
|
4878
|
+
protoOf(LogsStorageControllerImpl).f6d = function ($completion) {
|
|
4876
4879
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4877
4880
|
tmp.u8_1 = Unit_instance;
|
|
4878
4881
|
tmp.v8_1 = null;
|
|
4879
4882
|
return tmp.a9();
|
|
4880
4883
|
};
|
|
4881
|
-
protoOf(LogsStorageControllerImpl).
|
|
4884
|
+
protoOf(LogsStorageControllerImpl).g6d = function (log, $completion) {
|
|
4882
4885
|
return appendToFile(this, log, $completion);
|
|
4883
4886
|
};
|
|
4884
4887
|
function BufferedAction() {
|
|
@@ -4893,30 +4896,30 @@
|
|
|
4893
4896
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4894
4897
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4895
4898
|
TimerAction.call(this);
|
|
4896
|
-
this.
|
|
4897
|
-
this.
|
|
4898
|
-
this.
|
|
4899
|
-
this.
|
|
4899
|
+
this.m6d_1 = timerTag;
|
|
4900
|
+
this.n6d_1 = delayMillis;
|
|
4901
|
+
this.o6d_1 = initialDelay;
|
|
4902
|
+
this.p6d_1 = type;
|
|
4900
4903
|
}
|
|
4901
4904
|
protoOf(StartTimerAction).toString = function () {
|
|
4902
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4903
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4905
|
+
var tmp = 'timerTag=' + toString_0(this.m6d_1);
|
|
4906
|
+
var tmp_0 = 'delayMillis=' + this.n6d_1.toString();
|
|
4904
4907
|
// Inline function 'kotlin.takeIf' call
|
|
4905
|
-
var this_0 = 'initialDelay=' + this.
|
|
4908
|
+
var this_0 = 'initialDelay=' + this.o6d_1.toString();
|
|
4906
4909
|
var tmp_1;
|
|
4907
|
-
if (!equalsLong(this.
|
|
4910
|
+
if (!equalsLong(this.o6d_1, new Long(0, 0))) {
|
|
4908
4911
|
tmp_1 = this_0;
|
|
4909
4912
|
} else {
|
|
4910
4913
|
tmp_1 = null;
|
|
4911
4914
|
}
|
|
4912
4915
|
var tmp$ret$1 = tmp_1;
|
|
4913
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4916
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.p6d_1.toString()])) + ')';
|
|
4914
4917
|
};
|
|
4915
4918
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4916
|
-
var result = hashCode(this.
|
|
4919
|
+
var result = hashCode(this.m6d_1);
|
|
4920
|
+
result = imul(result, 31) + this.n6d_1.hashCode() | 0;
|
|
4917
4921
|
result = imul(result, 31) + this.o6d_1.hashCode() | 0;
|
|
4918
4922
|
result = imul(result, 31) + this.p6d_1.hashCode() | 0;
|
|
4919
|
-
result = imul(result, 31) + this.q6d_1.hashCode() | 0;
|
|
4920
4923
|
return result;
|
|
4921
4924
|
};
|
|
4922
4925
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4924,13 +4927,13 @@
|
|
|
4924
4927
|
return true;
|
|
4925
4928
|
if (!(other instanceof StartTimerAction))
|
|
4926
4929
|
return false;
|
|
4927
|
-
if (!equals(this.
|
|
4930
|
+
if (!equals(this.m6d_1, other.m6d_1))
|
|
4928
4931
|
return false;
|
|
4929
|
-
if (!equalsLong(this.
|
|
4932
|
+
if (!equalsLong(this.n6d_1, other.n6d_1))
|
|
4930
4933
|
return false;
|
|
4931
|
-
if (!equalsLong(this.
|
|
4934
|
+
if (!equalsLong(this.o6d_1, other.o6d_1))
|
|
4932
4935
|
return false;
|
|
4933
|
-
if (!this.
|
|
4936
|
+
if (!this.p6d_1.equals(other.p6d_1))
|
|
4934
4937
|
return false;
|
|
4935
4938
|
return true;
|
|
4936
4939
|
};
|
|
@@ -4949,18 +4952,18 @@
|
|
|
4949
4952
|
}
|
|
4950
4953
|
function TimerTickAction(timerTag, type) {
|
|
4951
4954
|
TimerAction.call(this);
|
|
4952
|
-
this.
|
|
4953
|
-
this.
|
|
4955
|
+
this.q6d_1 = timerTag;
|
|
4956
|
+
this.r6d_1 = type;
|
|
4954
4957
|
}
|
|
4955
4958
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
4956
|
-
return this.
|
|
4959
|
+
return this.q6d_1.ignoreValidation();
|
|
4957
4960
|
};
|
|
4958
4961
|
protoOf(TimerTickAction).toString = function () {
|
|
4959
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4962
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.q6d_1) + ', type=' + this.r6d_1.toString() + ')';
|
|
4960
4963
|
};
|
|
4961
4964
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4962
|
-
var result = hashCode(this.
|
|
4963
|
-
result = imul(result, 31) + this.
|
|
4965
|
+
var result = hashCode(this.q6d_1);
|
|
4966
|
+
result = imul(result, 31) + this.r6d_1.hashCode() | 0;
|
|
4964
4967
|
return result;
|
|
4965
4968
|
};
|
|
4966
4969
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4968,28 +4971,28 @@
|
|
|
4968
4971
|
return true;
|
|
4969
4972
|
if (!(other instanceof TimerTickAction))
|
|
4970
4973
|
return false;
|
|
4971
|
-
if (!equals(this.
|
|
4974
|
+
if (!equals(this.q6d_1, other.q6d_1))
|
|
4972
4975
|
return false;
|
|
4973
|
-
if (!this.
|
|
4976
|
+
if (!this.r6d_1.equals(other.r6d_1))
|
|
4974
4977
|
return false;
|
|
4975
4978
|
return true;
|
|
4976
4979
|
};
|
|
4977
4980
|
function StopTimerAction(timerTag) {
|
|
4978
4981
|
TimerAction.call(this);
|
|
4979
|
-
this.
|
|
4982
|
+
this.s6d_1 = timerTag;
|
|
4980
4983
|
}
|
|
4981
4984
|
protoOf(StopTimerAction).toString = function () {
|
|
4982
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4985
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.s6d_1) + ')';
|
|
4983
4986
|
};
|
|
4984
4987
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4985
|
-
return hashCode(this.
|
|
4988
|
+
return hashCode(this.s6d_1);
|
|
4986
4989
|
};
|
|
4987
4990
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4988
4991
|
if (this === other)
|
|
4989
4992
|
return true;
|
|
4990
4993
|
if (!(other instanceof StopTimerAction))
|
|
4991
4994
|
return false;
|
|
4992
|
-
if (!equals(this.
|
|
4995
|
+
if (!equals(this.s6d_1, other.s6d_1))
|
|
4993
4996
|
return false;
|
|
4994
4997
|
return true;
|
|
4995
4998
|
};
|
|
@@ -5033,7 +5036,7 @@
|
|
|
5033
5036
|
return function (reducer, initialState, en) {
|
|
5034
5037
|
var store = $storeCreator(reducer, initialState, en);
|
|
5035
5038
|
var origDispatch = store.dispatch;
|
|
5036
|
-
store.
|
|
5039
|
+
store.t6d(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5037
5040
|
return store;
|
|
5038
5041
|
};
|
|
5039
5042
|
}
|
|
@@ -5047,7 +5050,7 @@
|
|
|
5047
5050
|
}
|
|
5048
5051
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5049
5052
|
return function (action) {
|
|
5050
|
-
$middleware.
|
|
5053
|
+
$middleware.u6d($store, $dispatcher, action);
|
|
5051
5054
|
return Unit_instance;
|
|
5052
5055
|
};
|
|
5053
5056
|
}
|
|
@@ -5062,7 +5065,7 @@
|
|
|
5062
5065
|
while (inductionVariable < last) {
|
|
5063
5066
|
var element = tmp0[inductionVariable];
|
|
5064
5067
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5065
|
-
if (element.
|
|
5068
|
+
if (element.v6d(action)) {
|
|
5066
5069
|
destination.j(element);
|
|
5067
5070
|
}
|
|
5068
5071
|
}
|
|
@@ -5086,7 +5089,7 @@
|
|
|
5086
5089
|
return function (reducer, initialState, en) {
|
|
5087
5090
|
var store = $storeCreator(reducer, initialState, en);
|
|
5088
5091
|
var origDispatch = store.dispatch;
|
|
5089
|
-
store.
|
|
5092
|
+
store.t6d(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5090
5093
|
return store;
|
|
5091
5094
|
};
|
|
5092
5095
|
}
|
|
@@ -5100,9 +5103,9 @@
|
|
|
5100
5103
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5101
5104
|
}
|
|
5102
5105
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5103
|
-
this.
|
|
5104
|
-
this.
|
|
5105
|
-
this.
|
|
5106
|
+
this.e6e_1 = $jobsProvider;
|
|
5107
|
+
this.f6e_1 = $action;
|
|
5108
|
+
this.g6e_1 = $store;
|
|
5106
5109
|
CoroutineImpl.call(this, resultContinuation);
|
|
5107
5110
|
}
|
|
5108
5111
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5121,8 +5124,8 @@
|
|
|
5121
5124
|
var tmp = this.s8_1;
|
|
5122
5125
|
if (tmp === 0) {
|
|
5123
5126
|
this.t8_1 = 1;
|
|
5124
|
-
if (this.
|
|
5125
|
-
this.
|
|
5127
|
+
if (this.e6e_1.y6b(this.f6e_1.m6d_1)) {
|
|
5128
|
+
this.g6e_1.dispatch(new TimerTickAction(this.f6e_1.m6d_1, TimerType_DELAY_getInstance()));
|
|
5126
5129
|
}
|
|
5127
5130
|
return Unit_instance;
|
|
5128
5131
|
} else if (tmp === 1) {
|
|
@@ -5135,8 +5138,8 @@
|
|
|
5135
5138
|
while (true);
|
|
5136
5139
|
};
|
|
5137
5140
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k2d = function ($this$launchMain, completion) {
|
|
5138
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5139
|
-
i.
|
|
5141
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.e6e_1, this.f6e_1, this.g6e_1, completion);
|
|
5142
|
+
i.h6e_1 = $this$launchMain;
|
|
5140
5143
|
return i;
|
|
5141
5144
|
};
|
|
5142
5145
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5148,9 +5151,9 @@
|
|
|
5148
5151
|
return l;
|
|
5149
5152
|
}
|
|
5150
5153
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5151
|
-
this.
|
|
5152
|
-
this.
|
|
5153
|
-
this.
|
|
5154
|
+
this.q6e_1 = $jobsProvider;
|
|
5155
|
+
this.r6e_1 = $action;
|
|
5156
|
+
this.s6e_1 = $store;
|
|
5154
5157
|
CoroutineImpl.call(this, resultContinuation);
|
|
5155
5158
|
}
|
|
5156
5159
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5169,8 +5172,8 @@
|
|
|
5169
5172
|
var tmp = this.s8_1;
|
|
5170
5173
|
if (tmp === 0) {
|
|
5171
5174
|
this.t8_1 = 1;
|
|
5172
|
-
if (this.
|
|
5173
|
-
this.
|
|
5175
|
+
if (this.q6e_1.y6b(this.r6e_1.m6d_1)) {
|
|
5176
|
+
this.s6e_1.dispatch(new TimerTickAction(this.r6e_1.m6d_1, TimerType_INTERVAL_getInstance()));
|
|
5174
5177
|
}
|
|
5175
5178
|
return Unit_instance;
|
|
5176
5179
|
} else if (tmp === 1) {
|
|
@@ -5183,8 +5186,8 @@
|
|
|
5183
5186
|
while (true);
|
|
5184
5187
|
};
|
|
5185
5188
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k2d = function ($this$launchMain, completion) {
|
|
5186
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5187
|
-
i.
|
|
5189
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.q6e_1, this.r6e_1, this.s6e_1, completion);
|
|
5190
|
+
i.t6e_1 = $this$launchMain;
|
|
5188
5191
|
return i;
|
|
5189
5192
|
};
|
|
5190
5193
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5196,10 +5199,10 @@
|
|
|
5196
5199
|
return l;
|
|
5197
5200
|
}
|
|
5198
5201
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5199
|
-
this.
|
|
5200
|
-
this.
|
|
5201
|
-
this.
|
|
5202
|
-
this.
|
|
5202
|
+
this.c6f_1 = $action;
|
|
5203
|
+
this.d6f_1 = $asyncProvider;
|
|
5204
|
+
this.e6f_1 = $jobsProvider;
|
|
5205
|
+
this.f6f_1 = $store;
|
|
5203
5206
|
CoroutineImpl.call(this, resultContinuation);
|
|
5204
5207
|
}
|
|
5205
5208
|
protoOf(timerMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
@@ -5219,9 +5222,9 @@
|
|
|
5219
5222
|
switch (tmp) {
|
|
5220
5223
|
case 0:
|
|
5221
5224
|
this.t8_1 = 10;
|
|
5222
|
-
if (!equalsLong(this.
|
|
5225
|
+
if (!equalsLong(this.c6f_1.o6d_1, new Long(0, 0)) && this.c6f_1.p6d_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5223
5226
|
this.s8_1 = 1;
|
|
5224
|
-
suspendResult = delay(this.
|
|
5227
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5225
5228
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5226
5229
|
return suspendResult;
|
|
5227
5230
|
}
|
|
@@ -5235,19 +5238,19 @@
|
|
|
5235
5238
|
this.s8_1 = 2;
|
|
5236
5239
|
continue $sm;
|
|
5237
5240
|
case 2:
|
|
5238
|
-
var tmp0 = this.
|
|
5241
|
+
var tmp0 = this.c6f_1.p6d_1.q2_1;
|
|
5239
5242
|
if (tmp0 === 0) {
|
|
5240
5243
|
this.s8_1 = 8;
|
|
5241
|
-
suspendResult = delay(this.
|
|
5244
|
+
suspendResult = delay(this.c6f_1.n6d_1, this);
|
|
5242
5245
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5243
5246
|
return suspendResult;
|
|
5244
5247
|
}
|
|
5245
5248
|
continue $sm;
|
|
5246
5249
|
} else {
|
|
5247
5250
|
if (tmp0 === 1) {
|
|
5248
|
-
if (!equalsLong(this.
|
|
5251
|
+
if (!equalsLong(this.c6f_1.o6d_1, new Long(0, 0))) {
|
|
5249
5252
|
this.s8_1 = 3;
|
|
5250
|
-
suspendResult = delay(this.
|
|
5253
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5251
5254
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5252
5255
|
return suspendResult;
|
|
5253
5256
|
}
|
|
@@ -5270,14 +5273,14 @@
|
|
|
5270
5273
|
this.s8_1 = 5;
|
|
5271
5274
|
continue $sm;
|
|
5272
5275
|
case 5:
|
|
5273
|
-
if (!get_isActive(this.
|
|
5276
|
+
if (!get_isActive(this.g6f_1)) {
|
|
5274
5277
|
this.s8_1 = 7;
|
|
5275
5278
|
continue $sm;
|
|
5276
5279
|
}
|
|
5277
5280
|
|
|
5278
|
-
this.
|
|
5281
|
+
this.d6f_1.t6a(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.e6f_1, this.c6f_1, this.f6f_1, null));
|
|
5279
5282
|
this.s8_1 = 6;
|
|
5280
|
-
suspendResult = delay(this.
|
|
5283
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5281
5284
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5282
5285
|
return suspendResult;
|
|
5283
5286
|
}
|
|
@@ -5287,12 +5290,12 @@
|
|
|
5287
5290
|
this.s8_1 = 5;
|
|
5288
5291
|
continue $sm;
|
|
5289
5292
|
case 7:
|
|
5290
|
-
this.
|
|
5293
|
+
this.h6f_1 = Unit_instance;
|
|
5291
5294
|
this.s8_1 = 9;
|
|
5292
5295
|
continue $sm;
|
|
5293
5296
|
case 8:
|
|
5294
5297
|
var tmp_1 = this;
|
|
5295
|
-
tmp_1.
|
|
5298
|
+
tmp_1.h6f_1 = this.d6f_1.t6a(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.e6f_1, this.c6f_1, this.f6f_1, null));
|
|
5296
5299
|
this.s8_1 = 9;
|
|
5297
5300
|
continue $sm;
|
|
5298
5301
|
case 9:
|
|
@@ -5312,8 +5315,8 @@
|
|
|
5312
5315
|
while (true);
|
|
5313
5316
|
};
|
|
5314
5317
|
protoOf(timerMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
5315
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5316
|
-
i.
|
|
5318
|
+
var i = new timerMiddleware$o$handle$slambda(this.c6f_1, this.d6f_1, this.e6f_1, this.f6f_1, completion);
|
|
5319
|
+
i.g6f_1 = $this$launchDefault;
|
|
5317
5320
|
return i;
|
|
5318
5321
|
};
|
|
5319
5322
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5325,24 +5328,24 @@
|
|
|
5325
5328
|
return l;
|
|
5326
5329
|
}
|
|
5327
5330
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5328
|
-
this.
|
|
5329
|
-
this.
|
|
5331
|
+
this.i6f_1 = $asyncProvider;
|
|
5332
|
+
this.j6f_1 = $jobsProvider;
|
|
5330
5333
|
}
|
|
5331
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5334
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).v6d = function (action) {
|
|
5332
5335
|
return action instanceof TimerAction;
|
|
5333
5336
|
};
|
|
5334
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5337
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).k6f = function (store, next, action) {
|
|
5335
5338
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5336
5339
|
if (action_0 instanceof StartTimerAction) {
|
|
5337
|
-
var job = this.
|
|
5338
|
-
this.
|
|
5340
|
+
var job = this.i6f_1.p6a(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.i6f_1, this.j6f_1, store, null));
|
|
5341
|
+
this.j6f_1.u6b(action_0.m6d_1, job);
|
|
5339
5342
|
} else {
|
|
5340
5343
|
if (action_0 instanceof StopTimerAction) {
|
|
5341
|
-
this.
|
|
5344
|
+
this.j6f_1.v6b(action_0.s6d_1);
|
|
5342
5345
|
} else {
|
|
5343
5346
|
if (action_0 instanceof TimerTickAction) {
|
|
5344
|
-
if (action_0.
|
|
5345
|
-
this.
|
|
5347
|
+
if (action_0.r6d_1.equals(TimerType_DELAY_getInstance())) {
|
|
5348
|
+
this.j6f_1.w6b(action_0.q6d_1);
|
|
5346
5349
|
}
|
|
5347
5350
|
} else {
|
|
5348
5351
|
noWhenBranchMatchedException();
|
|
@@ -5351,8 +5354,8 @@
|
|
|
5351
5354
|
}
|
|
5352
5355
|
next(action_0);
|
|
5353
5356
|
};
|
|
5354
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5355
|
-
return this.
|
|
5357
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).u6d = function (store, next, action) {
|
|
5358
|
+
return this.k6f(store, next, action);
|
|
5356
5359
|
};
|
|
5357
5360
|
function compose(functions) {
|
|
5358
5361
|
return compose$lambda(functions);
|
|
@@ -5396,7 +5399,7 @@
|
|
|
5396
5399
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5397
5400
|
try {
|
|
5398
5401
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5399
|
-
currentState._v = currentReducer._v.
|
|
5402
|
+
currentState._v = currentReducer._v.l6f(currentState._v, action);
|
|
5400
5403
|
stateTrigger.f2a(Unit_instance);
|
|
5401
5404
|
} catch ($p) {
|
|
5402
5405
|
if ($p instanceof Exception) {
|
|
@@ -5420,8 +5423,8 @@
|
|
|
5420
5423
|
};
|
|
5421
5424
|
}
|
|
5422
5425
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5423
|
-
this.
|
|
5424
|
-
this.
|
|
5426
|
+
this.u6f_1 = $$this$unsafeFlow;
|
|
5427
|
+
this.v6f_1 = this$0;
|
|
5425
5428
|
CoroutineImpl.call(this, resultContinuation);
|
|
5426
5429
|
}
|
|
5427
5430
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u4u = function (value, $completion) {
|
|
@@ -5441,10 +5444,10 @@
|
|
|
5441
5444
|
switch (tmp) {
|
|
5442
5445
|
case 0:
|
|
5443
5446
|
this.t8_1 = 2;
|
|
5444
|
-
var tmp0 = this.
|
|
5445
|
-
this.
|
|
5447
|
+
var tmp0 = this.u6f_1;
|
|
5448
|
+
this.w6f_1;
|
|
5446
5449
|
this.s8_1 = 1;
|
|
5447
|
-
suspendResult = tmp0.z27(this.
|
|
5450
|
+
suspendResult = tmp0.z27(this.v6f_1.state, this);
|
|
5448
5451
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5449
5452
|
return suspendResult;
|
|
5450
5453
|
}
|
|
@@ -5467,8 +5470,8 @@
|
|
|
5467
5470
|
while (true);
|
|
5468
5471
|
};
|
|
5469
5472
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v4u = function (value, completion) {
|
|
5470
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5471
|
-
i.
|
|
5473
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.u6f_1, this.v6f_1, completion);
|
|
5474
|
+
i.w6f_1 = value;
|
|
5472
5475
|
return i;
|
|
5473
5476
|
};
|
|
5474
5477
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5481,8 +5484,8 @@
|
|
|
5481
5484
|
}
|
|
5482
5485
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5483
5486
|
CoroutineImpl.call(this, resultContinuation);
|
|
5484
|
-
this.
|
|
5485
|
-
this.
|
|
5487
|
+
this.f6g_1 = _this__u8e3s4;
|
|
5488
|
+
this.g6g_1 = collector;
|
|
5486
5489
|
}
|
|
5487
5490
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5488
5491
|
var suspendResult = this.u8_1;
|
|
@@ -5492,10 +5495,10 @@
|
|
|
5492
5495
|
switch (tmp) {
|
|
5493
5496
|
case 0:
|
|
5494
5497
|
this.t8_1 = 2;
|
|
5495
|
-
var $this$unsafeFlow = this.
|
|
5498
|
+
var $this$unsafeFlow = this.g6g_1;
|
|
5496
5499
|
this.s8_1 = 1;
|
|
5497
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5498
|
-
suspendResult = this.
|
|
5500
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.f6g_1.i6g_1, null);
|
|
5501
|
+
suspendResult = this.f6g_1.h6g_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5499
5502
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5500
5503
|
return suspendResult;
|
|
5501
5504
|
}
|
|
@@ -5518,13 +5521,13 @@
|
|
|
5518
5521
|
while (true);
|
|
5519
5522
|
};
|
|
5520
5523
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5521
|
-
this.
|
|
5524
|
+
this.j6g_1 = function_0;
|
|
5522
5525
|
}
|
|
5523
5526
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
|
|
5524
|
-
return this.
|
|
5527
|
+
return this.j6g_1(value, $completion);
|
|
5525
5528
|
};
|
|
5526
5529
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5527
|
-
return this.
|
|
5530
|
+
return this.j6g_1;
|
|
5528
5531
|
};
|
|
5529
5532
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5530
5533
|
var tmp;
|
|
@@ -5557,8 +5560,8 @@
|
|
|
5557
5560
|
};
|
|
5558
5561
|
}
|
|
5559
5562
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5560
|
-
this.
|
|
5561
|
-
this.
|
|
5563
|
+
this.h6g_1 = $this;
|
|
5564
|
+
this.i6g_1 = this$0;
|
|
5562
5565
|
}
|
|
5563
5566
|
protoOf(createStore$3$observe$$inlined$map$1).a28 = function (collector, $completion) {
|
|
5564
5567
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5570,33 +5573,33 @@
|
|
|
5570
5573
|
return this.a28(collector, $completion);
|
|
5571
5574
|
};
|
|
5572
5575
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5573
|
-
this.
|
|
5574
|
-
this.
|
|
5575
|
-
this.
|
|
5576
|
+
this.n6g_1 = $currentState;
|
|
5577
|
+
this.o6g_1 = $stateTrigger;
|
|
5578
|
+
this.k6g_1 = this;
|
|
5576
5579
|
var tmp = this;
|
|
5577
|
-
tmp.
|
|
5580
|
+
tmp.l6g_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5578
5581
|
var tmp_0 = this;
|
|
5579
|
-
tmp_0.
|
|
5582
|
+
tmp_0.m6g_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5580
5583
|
}
|
|
5581
|
-
protoOf(createStore$3).
|
|
5582
|
-
return this.
|
|
5584
|
+
protoOf(createStore$3).p6g = function () {
|
|
5585
|
+
return this.k6g_1;
|
|
5583
5586
|
};
|
|
5584
5587
|
protoOf(createStore$3).a65 = function () {
|
|
5585
|
-
return createStore$getState(this.
|
|
5588
|
+
return createStore$getState(this.n6g_1);
|
|
5589
|
+
};
|
|
5590
|
+
protoOf(createStore$3).t6d = function (_set____db54di) {
|
|
5591
|
+
this.l6g_1 = _set____db54di;
|
|
5586
5592
|
};
|
|
5587
|
-
protoOf(createStore$3).
|
|
5588
|
-
this.
|
|
5593
|
+
protoOf(createStore$3).q6g = function () {
|
|
5594
|
+
return this.l6g_1;
|
|
5589
5595
|
};
|
|
5590
5596
|
protoOf(createStore$3).r6g = function () {
|
|
5591
5597
|
return this.m6g_1;
|
|
5592
5598
|
};
|
|
5593
5599
|
protoOf(createStore$3).s6g = function () {
|
|
5594
|
-
return this.n6g_1;
|
|
5595
|
-
};
|
|
5596
|
-
protoOf(createStore$3).t6g = function () {
|
|
5597
5600
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5598
5601
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5599
|
-
var this_0 = this.
|
|
5602
|
+
var this_0 = this.o6g_1;
|
|
5600
5603
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5601
5604
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5602
5605
|
};
|
|
@@ -5672,10 +5675,10 @@
|
|
|
5672
5675
|
return new middleware$1(dispatch);
|
|
5673
5676
|
}
|
|
5674
5677
|
function middleware$1($dispatch) {
|
|
5675
|
-
this.
|
|
5678
|
+
this.t6g_1 = $dispatch;
|
|
5676
5679
|
}
|
|
5677
|
-
protoOf(middleware$1).
|
|
5678
|
-
this.
|
|
5680
|
+
protoOf(middleware$1).u6d = function (store, next, action) {
|
|
5681
|
+
this.t6g_1(store, next, action);
|
|
5679
5682
|
};
|
|
5680
5683
|
function Reducer() {
|
|
5681
5684
|
}
|
|
@@ -5683,11 +5686,11 @@
|
|
|
5683
5686
|
return new combineReducers$1(reducers);
|
|
5684
5687
|
}
|
|
5685
5688
|
function combineReducers$1($reducers) {
|
|
5686
|
-
this.
|
|
5689
|
+
this.u6g_1 = $reducers;
|
|
5687
5690
|
}
|
|
5688
|
-
protoOf(combineReducers$1).
|
|
5691
|
+
protoOf(combineReducers$1).v6g = function (state, action) {
|
|
5689
5692
|
// Inline function 'kotlin.collections.filter' call
|
|
5690
|
-
var tmp0 = this.
|
|
5693
|
+
var tmp0 = this.u6g_1;
|
|
5691
5694
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5692
5695
|
var destination = ArrayList_init_$Create$();
|
|
5693
5696
|
var inductionVariable = 0;
|
|
@@ -5695,7 +5698,7 @@
|
|
|
5695
5698
|
while (inductionVariable < last) {
|
|
5696
5699
|
var element = tmp0[inductionVariable];
|
|
5697
5700
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5698
|
-
if (element.
|
|
5701
|
+
if (element.v6d(action)) {
|
|
5699
5702
|
destination.j(element);
|
|
5700
5703
|
}
|
|
5701
5704
|
}
|
|
@@ -5705,12 +5708,12 @@
|
|
|
5705
5708
|
while (_iterator__ex2g4s.m()) {
|
|
5706
5709
|
var element_0 = _iterator__ex2g4s.n();
|
|
5707
5710
|
var s = accumulator;
|
|
5708
|
-
accumulator = element_0.
|
|
5711
|
+
accumulator = element_0.l6f(s, action);
|
|
5709
5712
|
}
|
|
5710
5713
|
return accumulator;
|
|
5711
5714
|
};
|
|
5712
|
-
protoOf(combineReducers$1).
|
|
5713
|
-
return this.
|
|
5715
|
+
protoOf(combineReducers$1).l6f = function (state, action) {
|
|
5716
|
+
return this.v6g((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5714
5717
|
};
|
|
5715
5718
|
function Store() {
|
|
5716
5719
|
}
|
|
@@ -5952,18 +5955,18 @@
|
|
|
5952
5955
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
5953
5956
|
}
|
|
5954
5957
|
function ClientLoggerKey(gameId, playerId) {
|
|
5955
|
-
this.
|
|
5956
|
-
this.
|
|
5958
|
+
this.w6g_1 = gameId;
|
|
5959
|
+
this.x6g_1 = playerId;
|
|
5957
5960
|
}
|
|
5958
|
-
protoOf(ClientLoggerKey).
|
|
5959
|
-
return joinToString(listOf([this.
|
|
5961
|
+
protoOf(ClientLoggerKey).y6g = function () {
|
|
5962
|
+
return joinToString(listOf([this.w6g_1, this.x6g_1]), '_');
|
|
5960
5963
|
};
|
|
5961
5964
|
protoOf(ClientLoggerKey).toString = function () {
|
|
5962
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
5965
|
+
return 'ClientLoggerKey(gameId=' + this.w6g_1 + ', playerId=' + this.x6g_1 + ')';
|
|
5963
5966
|
};
|
|
5964
5967
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
5965
|
-
var result = getStringHashCode(this.
|
|
5966
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5968
|
+
var result = getStringHashCode(this.w6g_1);
|
|
5969
|
+
result = imul(result, 31) + getStringHashCode(this.x6g_1) | 0;
|
|
5967
5970
|
return result;
|
|
5968
5971
|
};
|
|
5969
5972
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -5971,14 +5974,14 @@
|
|
|
5971
5974
|
return true;
|
|
5972
5975
|
if (!(other instanceof ClientLoggerKey))
|
|
5973
5976
|
return false;
|
|
5974
|
-
if (!(this.
|
|
5977
|
+
if (!(this.w6g_1 === other.w6g_1))
|
|
5975
5978
|
return false;
|
|
5976
|
-
if (!(this.
|
|
5979
|
+
if (!(this.x6g_1 === other.x6g_1))
|
|
5977
5980
|
return false;
|
|
5978
5981
|
return true;
|
|
5979
5982
|
};
|
|
5980
5983
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5981
|
-
return $this.
|
|
5984
|
+
return $this.z6g_1.x();
|
|
5982
5985
|
}
|
|
5983
5986
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5984
5987
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -6018,7 +6021,7 @@
|
|
|
6018
6021
|
Companion_instance_23 = this;
|
|
6019
6022
|
var tmp = this;
|
|
6020
6023
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6021
|
-
tmp.
|
|
6024
|
+
tmp.z6g_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6022
6025
|
}
|
|
6023
6026
|
protoOf(Companion_21).a1c = function () {
|
|
6024
6027
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6081,7 +6084,7 @@
|
|
|
6081
6084
|
// Inline function 'kotlin.arrayOf' call
|
|
6082
6085
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6083
6086
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6084
|
-
tmp.
|
|
6087
|
+
tmp.f6h_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6085
6088
|
}
|
|
6086
6089
|
protoOf(Companion_22).a1c = function () {
|
|
6087
6090
|
return $serializer_getInstance_10();
|
|
@@ -6100,12 +6103,12 @@
|
|
|
6100
6103
|
tmp0_serialDesc.gz('tag', false);
|
|
6101
6104
|
tmp0_serialDesc.gz('message', false);
|
|
6102
6105
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6103
|
-
this.
|
|
6106
|
+
this.g6h_1 = tmp0_serialDesc;
|
|
6104
6107
|
}
|
|
6105
|
-
protoOf($serializer_10).
|
|
6106
|
-
var tmp0_desc = this.
|
|
6108
|
+
protoOf($serializer_10).h6h = function (encoder, value) {
|
|
6109
|
+
var tmp0_desc = this.g6h_1;
|
|
6107
6110
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6108
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6111
|
+
var tmp2_cached = Companion_getInstance_25().f6h_1;
|
|
6109
6112
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6110
6113
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6111
6114
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6114,10 +6117,10 @@
|
|
|
6114
6117
|
tmp1_output.pr(tmp0_desc);
|
|
6115
6118
|
};
|
|
6116
6119
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
6117
|
-
return this.
|
|
6120
|
+
return this.h6h(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6118
6121
|
};
|
|
6119
6122
|
protoOf($serializer_10).do = function (decoder) {
|
|
6120
|
-
var tmp0_desc = this.
|
|
6123
|
+
var tmp0_desc = this.g6h_1;
|
|
6121
6124
|
var tmp1_flag = true;
|
|
6122
6125
|
var tmp2_index = 0;
|
|
6123
6126
|
var tmp3_bitMask0 = 0;
|
|
@@ -6127,7 +6130,7 @@
|
|
|
6127
6130
|
var tmp7_local3 = null;
|
|
6128
6131
|
var tmp8_local4 = null;
|
|
6129
6132
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6130
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6133
|
+
var tmp10_cached = Companion_getInstance_25().f6h_1;
|
|
6131
6134
|
if (tmp9_input.es()) {
|
|
6132
6135
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6133
6136
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6174,13 +6177,13 @@
|
|
|
6174
6177
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6175
6178
|
};
|
|
6176
6179
|
protoOf($serializer_10).bo = function () {
|
|
6177
|
-
return this.
|
|
6180
|
+
return this.g6h_1;
|
|
6178
6181
|
};
|
|
6179
6182
|
protoOf($serializer_10).vz = function () {
|
|
6180
6183
|
// Inline function 'kotlin.arrayOf' call
|
|
6181
6184
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6182
6185
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6183
|
-
return [Companion_getInstance_25().
|
|
6186
|
+
return [Companion_getInstance_25().f6h_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6184
6187
|
};
|
|
6185
6188
|
var $serializer_instance_10;
|
|
6186
6189
|
function $serializer_getInstance_10() {
|
|
@@ -6190,7 +6193,7 @@
|
|
|
6190
6193
|
}
|
|
6191
6194
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6192
6195
|
if (!(31 === (31 & seen0))) {
|
|
6193
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6196
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().g6h_1);
|
|
6194
6197
|
}
|
|
6195
6198
|
$this.type = type;
|
|
6196
6199
|
$this.key = key;
|
|
@@ -6222,7 +6225,7 @@
|
|
|
6222
6225
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6223
6226
|
return this.message;
|
|
6224
6227
|
};
|
|
6225
|
-
protoOf(LoggerOutputDataDto).
|
|
6228
|
+
protoOf(LoggerOutputDataDto).i6h = function () {
|
|
6226
6229
|
return this.stackTrace;
|
|
6227
6230
|
};
|
|
6228
6231
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6279,7 +6282,7 @@
|
|
|
6279
6282
|
protoOf(LoggerOutputDataDto).w64 = function () {
|
|
6280
6283
|
return this.stackTrace;
|
|
6281
6284
|
};
|
|
6282
|
-
protoOf(LoggerOutputDataDto).
|
|
6285
|
+
protoOf(LoggerOutputDataDto).j6h = function (type, key, tag, message, stackTrace) {
|
|
6283
6286
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6284
6287
|
};
|
|
6285
6288
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6288,7 +6291,7 @@
|
|
|
6288
6291
|
tag = tag === VOID ? this.tag : tag;
|
|
6289
6292
|
message = message === VOID ? this.message : message;
|
|
6290
6293
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6291
|
-
return $super === VOID ? this.
|
|
6294
|
+
return $super === VOID ? this.j6h(type, key, tag, message, stackTrace) : $super.j6h.call(this, type, key, tag, message, stackTrace);
|
|
6292
6295
|
};
|
|
6293
6296
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6294
6297
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6319,19 +6322,19 @@
|
|
|
6319
6322
|
return true;
|
|
6320
6323
|
};
|
|
6321
6324
|
function checkInitialised($this) {
|
|
6322
|
-
if ($this.
|
|
6325
|
+
if ($this.k6h_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6323
6326
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6324
6327
|
}
|
|
6325
6328
|
}
|
|
6326
6329
|
function AppEnvironment() {
|
|
6327
6330
|
AppEnvironment_instance = this;
|
|
6328
|
-
this.
|
|
6331
|
+
this.k6h_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6329
6332
|
}
|
|
6330
|
-
protoOf(AppEnvironment).
|
|
6331
|
-
this.
|
|
6333
|
+
protoOf(AppEnvironment).l6h = function (value) {
|
|
6334
|
+
this.k6h_1 = value;
|
|
6332
6335
|
};
|
|
6333
|
-
protoOf(AppEnvironment).
|
|
6334
|
-
var tmp = this.
|
|
6336
|
+
protoOf(AppEnvironment).m6h = function () {
|
|
6337
|
+
var tmp = this.k6h_1;
|
|
6335
6338
|
// Inline function 'kotlin.also' call
|
|
6336
6339
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6337
6340
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6841,52 +6844,52 @@
|
|
|
6841
6844
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
6842
6845
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
6843
6846
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
6844
|
-
protoOf(AsyncProviderImpl).
|
|
6845
|
-
protoOf(AsyncProviderImpl).
|
|
6846
|
-
protoOf(AsyncProviderImpl).
|
|
6847
|
-
protoOf(TimerAction).
|
|
6847
|
+
protoOf(AsyncProviderImpl).t6a = launchMain$default;
|
|
6848
|
+
protoOf(AsyncProviderImpl).p6a = launchDefault$default;
|
|
6849
|
+
protoOf(AsyncProviderImpl).r6a = launchDefaultWithLock$default;
|
|
6850
|
+
protoOf(TimerAction).h6d = get_actionTag;
|
|
6848
6851
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6849
|
-
return this.
|
|
6852
|
+
return this.h6d();
|
|
6850
6853
|
});
|
|
6851
6854
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6852
|
-
return this.
|
|
6855
|
+
return this.h6d();
|
|
6853
6856
|
});
|
|
6854
6857
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6855
|
-
return this.
|
|
6858
|
+
return this.h6d();
|
|
6856
6859
|
});
|
|
6857
6860
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
6858
6861
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6859
|
-
return this.
|
|
6862
|
+
return this.h6d();
|
|
6860
6863
|
});
|
|
6861
6864
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
6862
|
-
return this.
|
|
6865
|
+
return this.p6g();
|
|
6863
6866
|
});
|
|
6864
6867
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
6865
6868
|
return this.a65();
|
|
6866
6869
|
});
|
|
6867
6870
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
6868
|
-
return this.
|
|
6871
|
+
return this.q6g();
|
|
6869
6872
|
}, function (value) {
|
|
6870
|
-
this.
|
|
6873
|
+
this.t6d(value);
|
|
6871
6874
|
});
|
|
6872
6875
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
6873
|
-
return this.
|
|
6876
|
+
return this.r6g();
|
|
6874
6877
|
});
|
|
6875
6878
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
6876
|
-
return this.
|
|
6879
|
+
return this.s6g();
|
|
6877
6880
|
});
|
|
6878
|
-
protoOf(ActionTypes).
|
|
6881
|
+
protoOf(ActionTypes).h6d = get_actionTag;
|
|
6879
6882
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6880
|
-
return this.
|
|
6883
|
+
return this.h6d();
|
|
6881
6884
|
});
|
|
6882
6885
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6883
|
-
return this.
|
|
6886
|
+
return this.h6d();
|
|
6884
6887
|
});
|
|
6885
6888
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6886
|
-
return this.
|
|
6889
|
+
return this.h6d();
|
|
6887
6890
|
});
|
|
6888
|
-
protoOf(middleware$1).
|
|
6889
|
-
protoOf(combineReducers$1).
|
|
6891
|
+
protoOf(middleware$1).v6d = canHandle;
|
|
6892
|
+
protoOf(combineReducers$1).v6d = canHandle_0;
|
|
6890
6893
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
6891
6894
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
6892
6895
|
protoOf($serializer_10).wz = typeParametersSerializers;
|