raspberry_games_server_game_logic 1.8.436 → 1.8.437
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/Logic_Debertz-ai_module.js +277 -277
- package/Logic_Debertz-core.js +793 -786
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11034 -10895
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +3 -2
- package/Logic_Debertz-game_server.js +1026 -1038
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -95,15 +95,15 @@
|
|
|
95
95
|
var Comparator = kotlin_kotlin.$_$.bh;
|
|
96
96
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
|
|
97
97
|
var isInterface = kotlin_kotlin.$_$.zc;
|
|
98
|
-
var System_instance = kotlin_kotlin.$_$.u4;
|
|
99
98
|
var Companion_getInstance = kotlin_kotlin.$_$.v4;
|
|
100
|
-
var
|
|
99
|
+
var System_instance = kotlin_kotlin.$_$.u4;
|
|
101
100
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.h2;
|
|
102
101
|
var Duration__compareTo_impl_pchp0f = kotlin_kotlin.$_$.e2;
|
|
103
102
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.g2;
|
|
104
103
|
var toNumber = kotlin_kotlin.$_$.qb;
|
|
105
104
|
var round = kotlin_kotlin.$_$.rd;
|
|
106
105
|
var numberToInt = kotlin_kotlin.$_$.jd;
|
|
106
|
+
var Duration = kotlin_kotlin.$_$.sg;
|
|
107
107
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.k2;
|
|
108
108
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.f2;
|
|
109
109
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.mi;
|
|
@@ -280,20 +280,20 @@
|
|
|
280
280
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_9});
|
|
281
281
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
282
282
|
function launchDefault$default(context, block, $super) {
|
|
283
|
-
context = context === VOID ? this.
|
|
284
|
-
return $super === VOID ? this.
|
|
283
|
+
context = context === VOID ? this.k6c() : context;
|
|
284
|
+
return $super === VOID ? this.l6c(context, block) : $super.l6c.call(this, context, block);
|
|
285
285
|
}
|
|
286
286
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
287
|
-
context = context === VOID ? this.
|
|
288
|
-
return $super === VOID ? this.
|
|
287
|
+
context = context === VOID ? this.k6c() : context;
|
|
288
|
+
return $super === VOID ? this.n6c(context, block) : $super.n6c.call(this, context, block);
|
|
289
289
|
}
|
|
290
290
|
function launchMain$default(context, block, $super) {
|
|
291
|
-
context = context === VOID ? this.
|
|
292
|
-
return $super === VOID ? this.
|
|
291
|
+
context = context === VOID ? this.k6c() : context;
|
|
292
|
+
return $super === VOID ? this.p6c(context, block) : $super.p6c.call(this, context, block);
|
|
293
293
|
}
|
|
294
294
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
295
|
-
context = context === VOID ? this.
|
|
296
|
-
return $super === VOID ? this.
|
|
295
|
+
context = context === VOID ? this.k6c() : context;
|
|
296
|
+
return $super === VOID ? this.r6c(context, block) : $super.r6c.call(this, context, block);
|
|
297
297
|
}
|
|
298
298
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
299
299
|
initMetadataForCompanion(Companion_20);
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
return false;
|
|
334
334
|
}
|
|
335
335
|
function get_isAutoStartTimer() {
|
|
336
|
-
return !this.
|
|
336
|
+
return !this.x6f() && !this.y6f();
|
|
337
337
|
}
|
|
338
338
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
339
339
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
tmp = types;
|
|
393
393
|
}
|
|
394
394
|
types = tmp;
|
|
395
|
-
return $super === VOID ? this.
|
|
395
|
+
return $super === VOID ? this.z6l(types) : $super.z6l.call(this, types);
|
|
396
396
|
}
|
|
397
397
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
398
398
|
initMetadataForCompanion(Companion_22);
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
403
403
|
//endregion
|
|
404
404
|
function GameEngineConfig() {
|
|
405
|
-
this.version = '1.8.
|
|
405
|
+
this.version = '1.8.437';
|
|
406
406
|
}
|
|
407
407
|
protoOf(GameEngineConfig).b3w = function () {
|
|
408
408
|
return this.version;
|
|
@@ -1586,94 +1586,101 @@
|
|
|
1586
1586
|
playerTurnPredicate = playerTurnPredicate$lambda;
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
1589
|
+
function _get_lastConnectionStateDuration__9l9kps($this) {
|
|
1590
|
+
if ($this.o67_1 == null) {
|
|
1591
|
+
return Companion_getInstance().ek_1;
|
|
1592
|
+
}
|
|
1593
|
+
var now = System_instance.dk();
|
|
1594
|
+
return now.uk($this.o67_1);
|
|
1595
|
+
}
|
|
1589
1596
|
function Companion_6() {
|
|
1590
|
-
this.
|
|
1597
|
+
this.q67_1 = 70;
|
|
1591
1598
|
}
|
|
1592
|
-
protoOf(Companion_6).
|
|
1593
|
-
return new PlayerConnection(state,
|
|
1599
|
+
protoOf(Companion_6).r67 = function (state, connectionChangedTime) {
|
|
1600
|
+
return new PlayerConnection(state, connectionChangedTime);
|
|
1594
1601
|
};
|
|
1595
|
-
protoOf(Companion_6).
|
|
1596
|
-
|
|
1597
|
-
return $super === VOID ? this.
|
|
1602
|
+
protoOf(Companion_6).s67 = function (state, connectionChangedTime, $super) {
|
|
1603
|
+
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1604
|
+
return $super === VOID ? this.r67(state, connectionChangedTime) : $super.r67.call(this, state, connectionChangedTime);
|
|
1598
1605
|
};
|
|
1599
|
-
protoOf(Companion_6).
|
|
1606
|
+
protoOf(Companion_6).t67 = function (_this__u8e3s4) {
|
|
1600
1607
|
if (_this__u8e3s4 == null) {
|
|
1601
1608
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.dk());
|
|
1602
1609
|
}
|
|
1603
1610
|
var tmp;
|
|
1604
|
-
if (_this__u8e3s4.
|
|
1605
|
-
tmp = _this__u8e3s4.
|
|
1611
|
+
if (_this__u8e3s4.n67_1.isLive) {
|
|
1612
|
+
tmp = _this__u8e3s4.v67(VOID, System_instance.dk());
|
|
1606
1613
|
} else {
|
|
1607
|
-
tmp = _this__u8e3s4.
|
|
1614
|
+
tmp = _this__u8e3s4.u67(PlayerConnectionState_LIVE_getInstance(), System_instance.dk(), Duration__plus_impl_yu9v8f(_this__u8e3s4.p67_1, _get_lastConnectionStateDuration__9l9kps(_this__u8e3s4)));
|
|
1608
1615
|
}
|
|
1609
1616
|
return tmp;
|
|
1610
1617
|
};
|
|
1611
|
-
protoOf(Companion_6).
|
|
1618
|
+
protoOf(Companion_6).w67 = function (_this__u8e3s4, state) {
|
|
1612
1619
|
if (_this__u8e3s4 == null) {
|
|
1613
1620
|
return new PlayerConnection(state, System_instance.dk());
|
|
1614
1621
|
}
|
|
1615
|
-
return _this__u8e3s4.
|
|
1622
|
+
return _this__u8e3s4.v67(state, System_instance.dk());
|
|
1616
1623
|
};
|
|
1617
1624
|
var Companion_instance_8;
|
|
1618
1625
|
function Companion_getInstance_9() {
|
|
1619
1626
|
return Companion_instance_8;
|
|
1620
1627
|
}
|
|
1621
1628
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1622
|
-
connectionChangedTime = connectionChangedTime === VOID ?
|
|
1629
|
+
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
1623
1630
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ek_1 : notLiveDurationRecord;
|
|
1624
|
-
this.
|
|
1625
|
-
this.
|
|
1626
|
-
this.
|
|
1631
|
+
this.n67_1 = state;
|
|
1632
|
+
this.o67_1 = connectionChangedTime;
|
|
1633
|
+
this.p67_1 = notLiveDurationRecord;
|
|
1627
1634
|
}
|
|
1628
|
-
protoOf(PlayerConnection).
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
return Duration__compareTo_impl_pchp0f(this
|
|
1635
|
+
protoOf(PlayerConnection).x67 = function (duration) {
|
|
1636
|
+
if (this.o67_1 == null) {
|
|
1637
|
+
return false;
|
|
1638
|
+
}
|
|
1639
|
+
return Duration__compareTo_impl_pchp0f(_get_lastConnectionStateDuration__9l9kps(this), duration) > 0;
|
|
1633
1640
|
};
|
|
1634
|
-
protoOf(PlayerConnection).
|
|
1641
|
+
protoOf(PlayerConnection).y67 = function () {
|
|
1635
1642
|
var tmp;
|
|
1636
|
-
if (this.
|
|
1637
|
-
tmp = this.
|
|
1643
|
+
if (this.n67_1.isLive) {
|
|
1644
|
+
tmp = this.p67_1;
|
|
1638
1645
|
} else {
|
|
1639
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1646
|
+
tmp = Duration__plus_impl_yu9v8f(this.p67_1, _get_lastConnectionStateDuration__9l9kps(this));
|
|
1640
1647
|
}
|
|
1641
1648
|
return tmp;
|
|
1642
1649
|
};
|
|
1643
|
-
protoOf(PlayerConnection).
|
|
1650
|
+
protoOf(PlayerConnection).z67 = function (gameDuration) {
|
|
1644
1651
|
// Inline function 'kotlin.Long.div' call
|
|
1645
1652
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1646
1653
|
var percent = toNumber(this_0) / 100.0;
|
|
1647
1654
|
// Inline function 'kotlin.Long.div' call
|
|
1648
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1655
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.y67());
|
|
1649
1656
|
// Inline function 'kotlin.math.round' call
|
|
1650
1657
|
var x = toNumber(this_1) / percent;
|
|
1651
1658
|
var tmp$ret$2 = round(x);
|
|
1652
1659
|
return numberToInt(tmp$ret$2);
|
|
1653
1660
|
};
|
|
1654
|
-
protoOf(PlayerConnection).
|
|
1655
|
-
return 100 - this.
|
|
1661
|
+
protoOf(PlayerConnection).a68 = function (gameDuration) {
|
|
1662
|
+
return 100 - this.z67(gameDuration) | 0;
|
|
1656
1663
|
};
|
|
1657
|
-
protoOf(PlayerConnection).
|
|
1658
|
-
var percentage = this.
|
|
1664
|
+
protoOf(PlayerConnection).b68 = function (gameDuration) {
|
|
1665
|
+
var percentage = this.a68(gameDuration);
|
|
1659
1666
|
return percentage >= 70;
|
|
1660
1667
|
};
|
|
1661
|
-
protoOf(PlayerConnection).
|
|
1668
|
+
protoOf(PlayerConnection).u67 = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1662
1669
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1663
1670
|
};
|
|
1664
|
-
protoOf(PlayerConnection).
|
|
1665
|
-
state = state === VOID ? this.
|
|
1666
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1667
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1668
|
-
return $super === VOID ? this.
|
|
1671
|
+
protoOf(PlayerConnection).v67 = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1672
|
+
state = state === VOID ? this.n67_1 : state;
|
|
1673
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.o67_1 : connectionChangedTime;
|
|
1674
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.p67_1 : notLiveDurationRecord;
|
|
1675
|
+
return $super === VOID ? this.u67(state, connectionChangedTime, notLiveDurationRecord) : $super.u67.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1669
1676
|
};
|
|
1670
1677
|
protoOf(PlayerConnection).toString = function () {
|
|
1671
|
-
return 'PlayerConnection(state=' + this.
|
|
1678
|
+
return 'PlayerConnection(state=' + this.n67_1.toString() + ', connectionChangedTime=' + toString(this.o67_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.p67_1) + ')';
|
|
1672
1679
|
};
|
|
1673
1680
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1674
|
-
var result = this.
|
|
1675
|
-
result = imul(result, 31) + this.
|
|
1676
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1681
|
+
var result = this.n67_1.hashCode();
|
|
1682
|
+
result = imul(result, 31) + (this.o67_1 == null ? 0 : this.o67_1.hashCode()) | 0;
|
|
1683
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.p67_1) | 0;
|
|
1677
1684
|
return result;
|
|
1678
1685
|
};
|
|
1679
1686
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1681,16 +1688,16 @@
|
|
|
1681
1688
|
return true;
|
|
1682
1689
|
if (!(other instanceof PlayerConnection))
|
|
1683
1690
|
return false;
|
|
1684
|
-
if (!this.
|
|
1691
|
+
if (!this.n67_1.equals(other.n67_1))
|
|
1685
1692
|
return false;
|
|
1686
|
-
if (!this.
|
|
1693
|
+
if (!equals(this.o67_1, other.o67_1))
|
|
1687
1694
|
return false;
|
|
1688
|
-
if (!equals(this.
|
|
1695
|
+
if (!equals(this.p67_1, other.p67_1))
|
|
1689
1696
|
return false;
|
|
1690
1697
|
return true;
|
|
1691
1698
|
};
|
|
1692
1699
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1693
|
-
return $this.
|
|
1700
|
+
return $this.c68_1.x();
|
|
1694
1701
|
}
|
|
1695
1702
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1696
1703
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1734,7 +1741,7 @@
|
|
|
1734
1741
|
Companion_instance_9 = this;
|
|
1735
1742
|
var tmp = this;
|
|
1736
1743
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1737
|
-
tmp.
|
|
1744
|
+
tmp.c68_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1738
1745
|
}
|
|
1739
1746
|
protoOf(Companion_7).b1c = function () {
|
|
1740
1747
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1767,28 +1774,28 @@
|
|
|
1767
1774
|
function PlayerConnectionState(name, ordinal) {
|
|
1768
1775
|
Enum.call(this, name, ordinal);
|
|
1769
1776
|
}
|
|
1770
|
-
protoOf(PlayerConnectionState).
|
|
1777
|
+
protoOf(PlayerConnectionState).f68 = function () {
|
|
1771
1778
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1772
1779
|
};
|
|
1773
|
-
protoOf(PlayerConnectionState).
|
|
1780
|
+
protoOf(PlayerConnectionState).g68 = function () {
|
|
1774
1781
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1775
1782
|
};
|
|
1776
|
-
protoOf(PlayerConnectionState).
|
|
1783
|
+
protoOf(PlayerConnectionState).h68 = function () {
|
|
1777
1784
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1778
1785
|
};
|
|
1779
|
-
protoOf(PlayerConnectionState).
|
|
1786
|
+
protoOf(PlayerConnectionState).i68 = function () {
|
|
1780
1787
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1781
1788
|
};
|
|
1782
|
-
protoOf(PlayerConnectionState).
|
|
1789
|
+
protoOf(PlayerConnectionState).j68 = function () {
|
|
1783
1790
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1784
1791
|
};
|
|
1785
|
-
protoOf(PlayerConnectionState).
|
|
1792
|
+
protoOf(PlayerConnectionState).k68 = function () {
|
|
1786
1793
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1787
1794
|
};
|
|
1788
|
-
protoOf(PlayerConnectionState).
|
|
1795
|
+
protoOf(PlayerConnectionState).l68 = function () {
|
|
1789
1796
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1790
1797
|
};
|
|
1791
|
-
protoOf(PlayerConnectionState).
|
|
1798
|
+
protoOf(PlayerConnectionState).m68 = function () {
|
|
1792
1799
|
var tmp;
|
|
1793
1800
|
switch (this.q2_1) {
|
|
1794
1801
|
case 3:
|
|
@@ -1809,7 +1816,7 @@
|
|
|
1809
1816
|
}
|
|
1810
1817
|
return tmp;
|
|
1811
1818
|
};
|
|
1812
|
-
protoOf(PlayerConnectionState).
|
|
1819
|
+
protoOf(PlayerConnectionState).n68 = function () {
|
|
1813
1820
|
var tmp;
|
|
1814
1821
|
switch (this.q2_1) {
|
|
1815
1822
|
case 3:
|
|
@@ -1830,7 +1837,7 @@
|
|
|
1830
1837
|
}
|
|
1831
1838
|
return tmp;
|
|
1832
1839
|
};
|
|
1833
|
-
protoOf(PlayerConnectionState).
|
|
1840
|
+
protoOf(PlayerConnectionState).o68 = function () {
|
|
1834
1841
|
var tmp;
|
|
1835
1842
|
switch (this.q2_1) {
|
|
1836
1843
|
case 3:
|
|
@@ -1855,7 +1862,7 @@
|
|
|
1855
1862
|
}
|
|
1856
1863
|
return tmp;
|
|
1857
1864
|
};
|
|
1858
|
-
protoOf(PlayerConnectionState).
|
|
1865
|
+
protoOf(PlayerConnectionState).p68 = function () {
|
|
1859
1866
|
var tmp;
|
|
1860
1867
|
switch (this.q2_1) {
|
|
1861
1868
|
case 3:
|
|
@@ -1880,7 +1887,7 @@
|
|
|
1880
1887
|
}
|
|
1881
1888
|
return tmp;
|
|
1882
1889
|
};
|
|
1883
|
-
protoOf(PlayerConnectionState).
|
|
1890
|
+
protoOf(PlayerConnectionState).q68 = function () {
|
|
1884
1891
|
var tmp;
|
|
1885
1892
|
switch (this.q2_1) {
|
|
1886
1893
|
case 3:
|
|
@@ -1903,7 +1910,7 @@
|
|
|
1903
1910
|
}
|
|
1904
1911
|
return tmp;
|
|
1905
1912
|
};
|
|
1906
|
-
protoOf(PlayerConnectionState).
|
|
1913
|
+
protoOf(PlayerConnectionState).r68 = function () {
|
|
1907
1914
|
var tmp;
|
|
1908
1915
|
switch (this.q2_1) {
|
|
1909
1916
|
case 2:
|
|
@@ -1926,7 +1933,7 @@
|
|
|
1926
1933
|
}
|
|
1927
1934
|
return tmp;
|
|
1928
1935
|
};
|
|
1929
|
-
protoOf(PlayerConnectionState).
|
|
1936
|
+
protoOf(PlayerConnectionState).s68 = function () {
|
|
1930
1937
|
var tmp;
|
|
1931
1938
|
switch (this.q2_1) {
|
|
1932
1939
|
case 5:
|
|
@@ -1951,10 +1958,10 @@
|
|
|
1951
1958
|
var tmp;
|
|
1952
1959
|
switch (_this__u8e3s4.q2_1) {
|
|
1953
1960
|
case 3:
|
|
1954
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.x66().
|
|
1961
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.x66().t68());
|
|
1955
1962
|
break;
|
|
1956
1963
|
case 2:
|
|
1957
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.x66().
|
|
1964
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.x66().t68());
|
|
1958
1965
|
break;
|
|
1959
1966
|
case 4:
|
|
1960
1967
|
case 5:
|
|
@@ -2032,7 +2039,7 @@
|
|
|
2032
2039
|
return PlayerConnectionState_DELETED_instance;
|
|
2033
2040
|
}
|
|
2034
2041
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2035
|
-
return $this.
|
|
2042
|
+
return $this.u68_1.x();
|
|
2036
2043
|
}
|
|
2037
2044
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2038
2045
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -2047,7 +2054,7 @@
|
|
|
2047
2054
|
Companion_instance_10 = this;
|
|
2048
2055
|
var tmp = this;
|
|
2049
2056
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2050
|
-
tmp.
|
|
2057
|
+
tmp.u68_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2051
2058
|
}
|
|
2052
2059
|
protoOf(Companion_8).b1c = function () {
|
|
2053
2060
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2076,27 +2083,27 @@
|
|
|
2076
2083
|
Enum.call(this, name, ordinal);
|
|
2077
2084
|
}
|
|
2078
2085
|
protoOf(PlayerWaitingState).m67 = function () {
|
|
2079
|
-
return this.
|
|
2086
|
+
return this.x68() || this.y68();
|
|
2080
2087
|
};
|
|
2081
|
-
protoOf(PlayerWaitingState).
|
|
2088
|
+
protoOf(PlayerWaitingState).x68 = function () {
|
|
2082
2089
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2083
2090
|
};
|
|
2084
|
-
protoOf(PlayerWaitingState).
|
|
2091
|
+
protoOf(PlayerWaitingState).y68 = function () {
|
|
2085
2092
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2086
2093
|
};
|
|
2087
2094
|
function Companion_9() {
|
|
2088
2095
|
}
|
|
2089
|
-
protoOf(Companion_9).
|
|
2096
|
+
protoOf(Companion_9).z68 = function (connection) {
|
|
2090
2097
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2091
2098
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2092
2099
|
};
|
|
2093
|
-
protoOf(Companion_9).
|
|
2094
|
-
return _this__u8e3s4.
|
|
2100
|
+
protoOf(Companion_9).a69 = function (_this__u8e3s4) {
|
|
2101
|
+
return _this__u8e3s4.b69(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2095
2102
|
};
|
|
2096
|
-
protoOf(Companion_9).
|
|
2103
|
+
protoOf(Companion_9).c69 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2097
2104
|
var tmp0_startFromTime = System_instance.dk();
|
|
2098
2105
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2099
|
-
return _this__u8e3s4.
|
|
2106
|
+
return _this__u8e3s4.b69(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2100
2107
|
};
|
|
2101
2108
|
var Companion_instance_11;
|
|
2102
2109
|
function Companion_getInstance_12() {
|
|
@@ -2125,7 +2132,7 @@
|
|
|
2125
2132
|
this.k67_1 = tag;
|
|
2126
2133
|
this.l67_1 = connection;
|
|
2127
2134
|
}
|
|
2128
|
-
protoOf(PlayerState).
|
|
2135
|
+
protoOf(PlayerState).d69 = function () {
|
|
2129
2136
|
// Inline function 'kotlin.requireNotNull' call
|
|
2130
2137
|
var tmp0 = this.l67_1;
|
|
2131
2138
|
var tmp$ret$1;
|
|
@@ -2141,7 +2148,7 @@
|
|
|
2141
2148
|
}
|
|
2142
2149
|
return tmp$ret$1;
|
|
2143
2150
|
};
|
|
2144
|
-
protoOf(PlayerState).
|
|
2151
|
+
protoOf(PlayerState).e69 = function () {
|
|
2145
2152
|
// Inline function 'kotlin.requireNotNull' call
|
|
2146
2153
|
var tmp0 = this.k67_1;
|
|
2147
2154
|
var tmp$ret$1;
|
|
@@ -2157,7 +2164,7 @@
|
|
|
2157
2164
|
}
|
|
2158
2165
|
return tmp$ret$1;
|
|
2159
2166
|
};
|
|
2160
|
-
protoOf(PlayerState).
|
|
2167
|
+
protoOf(PlayerState).t68 = function () {
|
|
2161
2168
|
var tmp0_elvis_lhs = this.k67_1;
|
|
2162
2169
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2163
2170
|
};
|
|
@@ -2222,10 +2229,10 @@
|
|
|
2222
2229
|
protoOf(PlayerState).m67 = function () {
|
|
2223
2230
|
return this.i67_1.m67();
|
|
2224
2231
|
};
|
|
2225
|
-
protoOf(PlayerState).
|
|
2232
|
+
protoOf(PlayerState).f69 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2226
2233
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2227
2234
|
};
|
|
2228
|
-
protoOf(PlayerState).
|
|
2235
|
+
protoOf(PlayerState).b69 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2229
2236
|
startFromTime = startFromTime === VOID ? this.f67_1 : startFromTime;
|
|
2230
2237
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.g67_1 : playerTurnTimeout;
|
|
2231
2238
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.h67_1 : waitPlayerUntilTime;
|
|
@@ -2233,7 +2240,7 @@
|
|
|
2233
2240
|
ready = ready === VOID ? this.j67_1 : ready;
|
|
2234
2241
|
tag = tag === VOID ? this.k67_1 : tag;
|
|
2235
2242
|
connection = connection === VOID ? this.l67_1 : connection;
|
|
2236
|
-
return $super === VOID ? this.
|
|
2243
|
+
return $super === VOID ? this.f69(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.f69.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2237
2244
|
};
|
|
2238
2245
|
protoOf(PlayerState).hashCode = function () {
|
|
2239
2246
|
var result = this.f67_1 == null ? 0 : this.f67_1.hashCode();
|
|
@@ -2268,7 +2275,7 @@
|
|
|
2268
2275
|
};
|
|
2269
2276
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2270
2277
|
var tmp;
|
|
2271
|
-
if (_this__u8e3s4.
|
|
2278
|
+
if (_this__u8e3s4.x68() || _this__u8e3s4.y68()) {
|
|
2272
2279
|
var tmp_0;
|
|
2273
2280
|
if (playerTurnTimeout == null) {
|
|
2274
2281
|
tmp_0 = Companion_getInstance().ek_1;
|
|
@@ -2289,13 +2296,13 @@
|
|
|
2289
2296
|
function Team(playerIds) {
|
|
2290
2297
|
this.playerIds = playerIds;
|
|
2291
2298
|
}
|
|
2292
|
-
protoOf(Team).
|
|
2299
|
+
protoOf(Team).g69 = function () {
|
|
2293
2300
|
return this.playerIds;
|
|
2294
2301
|
};
|
|
2295
2302
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2296
2303
|
return this.playerIds.u1(playerId);
|
|
2297
2304
|
};
|
|
2298
|
-
protoOf(Team).
|
|
2305
|
+
protoOf(Team).h69 = function () {
|
|
2299
2306
|
return this.playerIds.p(0);
|
|
2300
2307
|
};
|
|
2301
2308
|
protoOf(Team).u5l = function () {
|
|
@@ -2304,12 +2311,12 @@
|
|
|
2304
2311
|
protoOf(Team).oe = function () {
|
|
2305
2312
|
return this.playerIds;
|
|
2306
2313
|
};
|
|
2307
|
-
protoOf(Team).
|
|
2314
|
+
protoOf(Team).i69 = function (playerIds) {
|
|
2308
2315
|
return new Team(playerIds);
|
|
2309
2316
|
};
|
|
2310
2317
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2311
2318
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2312
|
-
return $super === VOID ? this.
|
|
2319
|
+
return $super === VOID ? this.i69(playerIds) : $super.i69.call(this, playerIds);
|
|
2313
2320
|
};
|
|
2314
2321
|
protoOf(Team).toString = function () {
|
|
2315
2322
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2327,7 +2334,7 @@
|
|
|
2327
2334
|
return true;
|
|
2328
2335
|
};
|
|
2329
2336
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2330
|
-
return $this.
|
|
2337
|
+
return $this.j69_1.x();
|
|
2331
2338
|
}
|
|
2332
2339
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2333
2340
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2365,7 +2372,7 @@
|
|
|
2365
2372
|
Companion_instance_12 = this;
|
|
2366
2373
|
var tmp = this;
|
|
2367
2374
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2368
|
-
tmp.
|
|
2375
|
+
tmp.j69_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2369
2376
|
}
|
|
2370
2377
|
protoOf(Companion_10).b1c = function () {
|
|
2371
2378
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2386,7 +2393,7 @@
|
|
|
2386
2393
|
Companion_getInstance_13();
|
|
2387
2394
|
}
|
|
2388
2395
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2389
|
-
return $this.
|
|
2396
|
+
return $this.k69_1.x();
|
|
2390
2397
|
}
|
|
2391
2398
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2392
2399
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2401,7 +2408,7 @@
|
|
|
2401
2408
|
TerminationGameReasonDto.call(this);
|
|
2402
2409
|
var tmp = this;
|
|
2403
2410
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2404
|
-
tmp.
|
|
2411
|
+
tmp.k69_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2405
2412
|
}
|
|
2406
2413
|
protoOf(ProcessingReasonDto).b1c = function () {
|
|
2407
2414
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2438,19 +2445,19 @@
|
|
|
2438
2445
|
$serializer_instance_1 = this;
|
|
2439
2446
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2440
2447
|
tmp0_serialDesc.hz('reason', false);
|
|
2441
|
-
this.
|
|
2448
|
+
this.l69_1 = tmp0_serialDesc;
|
|
2442
2449
|
}
|
|
2443
|
-
protoOf($serializer_1).
|
|
2444
|
-
var tmp0_desc = this.
|
|
2450
|
+
protoOf($serializer_1).m69 = function (encoder, value) {
|
|
2451
|
+
var tmp0_desc = this.l69_1;
|
|
2445
2452
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2446
2453
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2447
2454
|
tmp1_output.qr(tmp0_desc);
|
|
2448
2455
|
};
|
|
2449
2456
|
protoOf($serializer_1).do = function (encoder, value) {
|
|
2450
|
-
return this.
|
|
2457
|
+
return this.m69(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2451
2458
|
};
|
|
2452
2459
|
protoOf($serializer_1).eo = function (decoder) {
|
|
2453
|
-
var tmp0_desc = this.
|
|
2460
|
+
var tmp0_desc = this.l69_1;
|
|
2454
2461
|
var tmp1_flag = true;
|
|
2455
2462
|
var tmp2_index = 0;
|
|
2456
2463
|
var tmp3_bitMask0 = 0;
|
|
@@ -2478,7 +2485,7 @@
|
|
|
2478
2485
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2479
2486
|
};
|
|
2480
2487
|
protoOf($serializer_1).co = function () {
|
|
2481
|
-
return this.
|
|
2488
|
+
return this.l69_1;
|
|
2482
2489
|
};
|
|
2483
2490
|
protoOf($serializer_1).wz = function () {
|
|
2484
2491
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2494,7 +2501,7 @@
|
|
|
2494
2501
|
}
|
|
2495
2502
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2496
2503
|
if (!(1 === (1 & seen0))) {
|
|
2497
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2504
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().l69_1);
|
|
2498
2505
|
}
|
|
2499
2506
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2500
2507
|
$this.reason = reason;
|
|
@@ -2535,19 +2542,19 @@
|
|
|
2535
2542
|
$serializer_instance_2 = this;
|
|
2536
2543
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2537
2544
|
tmp0_serialDesc.hz('reason', false);
|
|
2538
|
-
this.
|
|
2545
|
+
this.n69_1 = tmp0_serialDesc;
|
|
2539
2546
|
}
|
|
2540
|
-
protoOf($serializer_2).
|
|
2541
|
-
var tmp0_desc = this.
|
|
2547
|
+
protoOf($serializer_2).o69 = function (encoder, value) {
|
|
2548
|
+
var tmp0_desc = this.n69_1;
|
|
2542
2549
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2543
2550
|
tmp1_output.et(tmp0_desc, 0, value.reason);
|
|
2544
2551
|
tmp1_output.qr(tmp0_desc);
|
|
2545
2552
|
};
|
|
2546
2553
|
protoOf($serializer_2).do = function (encoder, value) {
|
|
2547
|
-
return this.
|
|
2554
|
+
return this.o69(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2548
2555
|
};
|
|
2549
2556
|
protoOf($serializer_2).eo = function (decoder) {
|
|
2550
|
-
var tmp0_desc = this.
|
|
2557
|
+
var tmp0_desc = this.n69_1;
|
|
2551
2558
|
var tmp1_flag = true;
|
|
2552
2559
|
var tmp2_index = 0;
|
|
2553
2560
|
var tmp3_bitMask0 = 0;
|
|
@@ -2575,7 +2582,7 @@
|
|
|
2575
2582
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2576
2583
|
};
|
|
2577
2584
|
protoOf($serializer_2).co = function () {
|
|
2578
|
-
return this.
|
|
2585
|
+
return this.n69_1;
|
|
2579
2586
|
};
|
|
2580
2587
|
protoOf($serializer_2).wz = function () {
|
|
2581
2588
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2591,7 +2598,7 @@
|
|
|
2591
2598
|
}
|
|
2592
2599
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2593
2600
|
if (!(1 === (1 & seen0))) {
|
|
2594
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2601
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().n69_1);
|
|
2595
2602
|
}
|
|
2596
2603
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2597
2604
|
$this.reason = reason;
|
|
@@ -2632,19 +2639,19 @@
|
|
|
2632
2639
|
$serializer_instance_3 = this;
|
|
2633
2640
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2634
2641
|
tmp0_serialDesc.hz('playerId', false);
|
|
2635
|
-
this.
|
|
2642
|
+
this.p69_1 = tmp0_serialDesc;
|
|
2636
2643
|
}
|
|
2637
|
-
protoOf($serializer_3).
|
|
2638
|
-
var tmp0_desc = this.
|
|
2644
|
+
protoOf($serializer_3).q69 = function (encoder, value) {
|
|
2645
|
+
var tmp0_desc = this.p69_1;
|
|
2639
2646
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2640
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2647
|
+
tmp1_output.et(tmp0_desc, 0, value.r69_1);
|
|
2641
2648
|
tmp1_output.qr(tmp0_desc);
|
|
2642
2649
|
};
|
|
2643
2650
|
protoOf($serializer_3).do = function (encoder, value) {
|
|
2644
|
-
return this.
|
|
2651
|
+
return this.q69(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2645
2652
|
};
|
|
2646
2653
|
protoOf($serializer_3).eo = function (decoder) {
|
|
2647
|
-
var tmp0_desc = this.
|
|
2654
|
+
var tmp0_desc = this.p69_1;
|
|
2648
2655
|
var tmp1_flag = true;
|
|
2649
2656
|
var tmp2_index = 0;
|
|
2650
2657
|
var tmp3_bitMask0 = 0;
|
|
@@ -2672,7 +2679,7 @@
|
|
|
2672
2679
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2673
2680
|
};
|
|
2674
2681
|
protoOf($serializer_3).co = function () {
|
|
2675
|
-
return this.
|
|
2682
|
+
return this.p69_1;
|
|
2676
2683
|
};
|
|
2677
2684
|
protoOf($serializer_3).wz = function () {
|
|
2678
2685
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2688,10 +2695,10 @@
|
|
|
2688
2695
|
}
|
|
2689
2696
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2690
2697
|
if (!(1 === (1 & seen0))) {
|
|
2691
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2698
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().p69_1);
|
|
2692
2699
|
}
|
|
2693
2700
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2694
|
-
$this.
|
|
2701
|
+
$this.r69_1 = playerId;
|
|
2695
2702
|
return $this;
|
|
2696
2703
|
}
|
|
2697
2704
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2699,20 +2706,20 @@
|
|
|
2699
2706
|
}
|
|
2700
2707
|
function PlayerExitReasonDto(playerId) {
|
|
2701
2708
|
TerminationGameReasonDto.call(this);
|
|
2702
|
-
this.
|
|
2709
|
+
this.r69_1 = playerId;
|
|
2703
2710
|
}
|
|
2704
2711
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2705
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2712
|
+
return 'PlayerExitReasonDto(playerId=' + this.r69_1 + ')';
|
|
2706
2713
|
};
|
|
2707
2714
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2708
|
-
return getStringHashCode(this.
|
|
2715
|
+
return getStringHashCode(this.r69_1);
|
|
2709
2716
|
};
|
|
2710
2717
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2711
2718
|
if (this === other)
|
|
2712
2719
|
return true;
|
|
2713
2720
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2714
2721
|
return false;
|
|
2715
|
-
if (!(this.
|
|
2722
|
+
if (!(this.r69_1 === other.r69_1))
|
|
2716
2723
|
return false;
|
|
2717
2724
|
return true;
|
|
2718
2725
|
};
|
|
@@ -2727,20 +2734,20 @@
|
|
|
2727
2734
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2728
2735
|
tmp0_serialDesc.hz('playerId', false);
|
|
2729
2736
|
tmp0_serialDesc.hz('tag', false);
|
|
2730
|
-
this.
|
|
2737
|
+
this.s69_1 = tmp0_serialDesc;
|
|
2731
2738
|
}
|
|
2732
|
-
protoOf($serializer_4).
|
|
2733
|
-
var tmp0_desc = this.
|
|
2739
|
+
protoOf($serializer_4).t69 = function (encoder, value) {
|
|
2740
|
+
var tmp0_desc = this.s69_1;
|
|
2734
2741
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2735
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2736
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2742
|
+
tmp1_output.et(tmp0_desc, 0, value.u69_1);
|
|
2743
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.v69_1);
|
|
2737
2744
|
tmp1_output.qr(tmp0_desc);
|
|
2738
2745
|
};
|
|
2739
2746
|
protoOf($serializer_4).do = function (encoder, value) {
|
|
2740
|
-
return this.
|
|
2747
|
+
return this.t69(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2741
2748
|
};
|
|
2742
2749
|
protoOf($serializer_4).eo = function (decoder) {
|
|
2743
|
-
var tmp0_desc = this.
|
|
2750
|
+
var tmp0_desc = this.s69_1;
|
|
2744
2751
|
var tmp1_flag = true;
|
|
2745
2752
|
var tmp2_index = 0;
|
|
2746
2753
|
var tmp3_bitMask0 = 0;
|
|
@@ -2775,7 +2782,7 @@
|
|
|
2775
2782
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2776
2783
|
};
|
|
2777
2784
|
protoOf($serializer_4).co = function () {
|
|
2778
|
-
return this.
|
|
2785
|
+
return this.s69_1;
|
|
2779
2786
|
};
|
|
2780
2787
|
protoOf($serializer_4).wz = function () {
|
|
2781
2788
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2791,11 +2798,11 @@
|
|
|
2791
2798
|
}
|
|
2792
2799
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2793
2800
|
if (!(3 === (3 & seen0))) {
|
|
2794
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2801
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().s69_1);
|
|
2795
2802
|
}
|
|
2796
2803
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2797
|
-
$this.
|
|
2798
|
-
$this.
|
|
2804
|
+
$this.u69_1 = playerId;
|
|
2805
|
+
$this.v69_1 = tag;
|
|
2799
2806
|
return $this;
|
|
2800
2807
|
}
|
|
2801
2808
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2803,15 +2810,15 @@
|
|
|
2803
2810
|
}
|
|
2804
2811
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2805
2812
|
TerminationGameReasonDto.call(this);
|
|
2806
|
-
this.
|
|
2807
|
-
this.
|
|
2813
|
+
this.u69_1 = playerId;
|
|
2814
|
+
this.v69_1 = tag;
|
|
2808
2815
|
}
|
|
2809
2816
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2810
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2817
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.u69_1 + ', tag=' + this.v69_1 + ')';
|
|
2811
2818
|
};
|
|
2812
2819
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2813
|
-
var result = getStringHashCode(this.
|
|
2814
|
-
result = imul(result, 31) + (this.
|
|
2820
|
+
var result = getStringHashCode(this.u69_1);
|
|
2821
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : getStringHashCode(this.v69_1)) | 0;
|
|
2815
2822
|
return result;
|
|
2816
2823
|
};
|
|
2817
2824
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2819,9 +2826,9 @@
|
|
|
2819
2826
|
return true;
|
|
2820
2827
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2821
2828
|
return false;
|
|
2822
|
-
if (!(this.
|
|
2829
|
+
if (!(this.u69_1 === other.u69_1))
|
|
2823
2830
|
return false;
|
|
2824
|
-
if (!(this.
|
|
2831
|
+
if (!(this.v69_1 == other.v69_1))
|
|
2825
2832
|
return false;
|
|
2826
2833
|
return true;
|
|
2827
2834
|
};
|
|
@@ -2836,20 +2843,20 @@
|
|
|
2836
2843
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2837
2844
|
tmp0_serialDesc.hz('playerId', false);
|
|
2838
2845
|
tmp0_serialDesc.hz('tag', false);
|
|
2839
|
-
this.
|
|
2846
|
+
this.w69_1 = tmp0_serialDesc;
|
|
2840
2847
|
}
|
|
2841
|
-
protoOf($serializer_5).
|
|
2842
|
-
var tmp0_desc = this.
|
|
2848
|
+
protoOf($serializer_5).x69 = function (encoder, value) {
|
|
2849
|
+
var tmp0_desc = this.w69_1;
|
|
2843
2850
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
2844
|
-
tmp1_output.et(tmp0_desc, 0, value.
|
|
2845
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2851
|
+
tmp1_output.et(tmp0_desc, 0, value.y69_1);
|
|
2852
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.z69_1);
|
|
2846
2853
|
tmp1_output.qr(tmp0_desc);
|
|
2847
2854
|
};
|
|
2848
2855
|
protoOf($serializer_5).do = function (encoder, value) {
|
|
2849
|
-
return this.
|
|
2856
|
+
return this.x69(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2850
2857
|
};
|
|
2851
2858
|
protoOf($serializer_5).eo = function (decoder) {
|
|
2852
|
-
var tmp0_desc = this.
|
|
2859
|
+
var tmp0_desc = this.w69_1;
|
|
2853
2860
|
var tmp1_flag = true;
|
|
2854
2861
|
var tmp2_index = 0;
|
|
2855
2862
|
var tmp3_bitMask0 = 0;
|
|
@@ -2884,7 +2891,7 @@
|
|
|
2884
2891
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2885
2892
|
};
|
|
2886
2893
|
protoOf($serializer_5).co = function () {
|
|
2887
|
-
return this.
|
|
2894
|
+
return this.w69_1;
|
|
2888
2895
|
};
|
|
2889
2896
|
protoOf($serializer_5).wz = function () {
|
|
2890
2897
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2900,11 +2907,11 @@
|
|
|
2900
2907
|
}
|
|
2901
2908
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2902
2909
|
if (!(3 === (3 & seen0))) {
|
|
2903
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2910
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().w69_1);
|
|
2904
2911
|
}
|
|
2905
2912
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2906
|
-
$this.
|
|
2907
|
-
$this.
|
|
2913
|
+
$this.y69_1 = playerId;
|
|
2914
|
+
$this.z69_1 = tag;
|
|
2908
2915
|
return $this;
|
|
2909
2916
|
}
|
|
2910
2917
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2912,15 +2919,15 @@
|
|
|
2912
2919
|
}
|
|
2913
2920
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2914
2921
|
TerminationGameReasonDto.call(this);
|
|
2915
|
-
this.
|
|
2916
|
-
this.
|
|
2922
|
+
this.y69_1 = playerId;
|
|
2923
|
+
this.z69_1 = tag;
|
|
2917
2924
|
}
|
|
2918
2925
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2919
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2926
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.y69_1 + ', tag=' + this.z69_1 + ')';
|
|
2920
2927
|
};
|
|
2921
2928
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2922
|
-
var result = getStringHashCode(this.
|
|
2923
|
-
result = imul(result, 31) + (this.
|
|
2929
|
+
var result = getStringHashCode(this.y69_1);
|
|
2930
|
+
result = imul(result, 31) + (this.z69_1 == null ? 0 : getStringHashCode(this.z69_1)) | 0;
|
|
2924
2931
|
return result;
|
|
2925
2932
|
};
|
|
2926
2933
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2928,14 +2935,14 @@
|
|
|
2928
2935
|
return true;
|
|
2929
2936
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2930
2937
|
return false;
|
|
2931
|
-
if (!(this.
|
|
2938
|
+
if (!(this.y69_1 === other.y69_1))
|
|
2932
2939
|
return false;
|
|
2933
|
-
if (!(this.
|
|
2940
|
+
if (!(this.z69_1 == other.z69_1))
|
|
2934
2941
|
return false;
|
|
2935
2942
|
return true;
|
|
2936
2943
|
};
|
|
2937
2944
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2938
|
-
return $this.
|
|
2945
|
+
return $this.a6a_1.x();
|
|
2939
2946
|
}
|
|
2940
2947
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2941
2948
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2950,7 +2957,7 @@
|
|
|
2950
2957
|
TerminationGameReasonDto.call(this);
|
|
2951
2958
|
var tmp = this;
|
|
2952
2959
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2953
|
-
tmp.
|
|
2960
|
+
tmp.a6a_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2954
2961
|
}
|
|
2955
2962
|
protoOf(WaitingForConnectionReasonDto).b1c = function () {
|
|
2956
2963
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3101,15 +3108,15 @@
|
|
|
3101
3108
|
}
|
|
3102
3109
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3103
3110
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3104
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3111
|
+
return new PlayerExitReason(_this__u8e3s4.r69_1);
|
|
3105
3112
|
}
|
|
3106
3113
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3107
3114
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3108
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3115
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.u69_1, _this__u8e3s4.v69_1);
|
|
3109
3116
|
}
|
|
3110
3117
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3111
3118
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3112
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3119
|
+
return new PlayerTimeoutReason(_this__u8e3s4.y69_1, _this__u8e3s4.z69_1);
|
|
3113
3120
|
}
|
|
3114
3121
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3115
3122
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3170,17 +3177,17 @@
|
|
|
3170
3177
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3171
3178
|
}
|
|
3172
3179
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3173
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3174
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3175
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3176
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3177
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3178
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3179
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3180
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3180
|
+
var tmp0_elvis_lhs = _this__u8e3s4.b6a_1;
|
|
3181
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.c6a_1) : tmp0_elvis_lhs;
|
|
3182
|
+
var tmp1_elvis_lhs = _this__u8e3s4.d6a_1;
|
|
3183
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e6a_1) : tmp1_elvis_lhs;
|
|
3184
|
+
var tmp2_elvis_lhs = _this__u8e3s4.f6a_1;
|
|
3185
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.g6a_1 : tmp2_elvis_lhs;
|
|
3186
|
+
var tmp3_elvis_lhs = _this__u8e3s4.i6a_1;
|
|
3187
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.j6a_1, _this__u8e3s4.h6a_1);
|
|
3181
3188
|
}
|
|
3182
3189
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3183
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3190
|
+
var tmp0_safe_receiver = _this__u8e3s4.k6a_1;
|
|
3184
3191
|
var tmp;
|
|
3185
3192
|
if (tmp0_safe_receiver == null) {
|
|
3186
3193
|
tmp = null;
|
|
@@ -3189,7 +3196,7 @@
|
|
|
3189
3196
|
tmp = Companion_getInstance_0().nk(tmp0_safe_receiver);
|
|
3190
3197
|
}
|
|
3191
3198
|
var tmp5_startFromTime = tmp;
|
|
3192
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3199
|
+
var tmp1_safe_receiver = _this__u8e3s4.m6a_1;
|
|
3193
3200
|
var tmp_0;
|
|
3194
3201
|
if (tmp1_safe_receiver == null) {
|
|
3195
3202
|
tmp_0 = null;
|
|
@@ -3198,7 +3205,7 @@
|
|
|
3198
3205
|
tmp_0 = Companion_getInstance_0().nk(tmp1_safe_receiver);
|
|
3199
3206
|
}
|
|
3200
3207
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3201
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3208
|
+
var tmp2_safe_receiver = _this__u8e3s4.l6a_1;
|
|
3202
3209
|
var tmp_1;
|
|
3203
3210
|
if (tmp2_safe_receiver == null) {
|
|
3204
3211
|
tmp_1 = null;
|
|
@@ -3207,11 +3214,11 @@
|
|
|
3207
3214
|
tmp_1 = Companion_getInstance_0().nk(tmp2_safe_receiver);
|
|
3208
3215
|
}
|
|
3209
3216
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3210
|
-
var tmp8_state = _this__u8e3s4.
|
|
3211
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3212
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3217
|
+
var tmp8_state = _this__u8e3s4.n6a_1;
|
|
3218
|
+
var tmp9_tag = _this__u8e3s4.p6a_1;
|
|
3219
|
+
var tmp3_elvis_lhs = _this__u8e3s4.o6a_1;
|
|
3213
3220
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3214
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3221
|
+
var tmp4_safe_receiver = _this__u8e3s4.q6a_1;
|
|
3215
3222
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3216
3223
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3217
3224
|
}
|
|
@@ -3230,10 +3237,10 @@
|
|
|
3230
3237
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3231
3238
|
}
|
|
3232
3239
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3233
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3240
|
+
return new PlayerConnection(_this__u8e3s4.r6a_1, Companion_getInstance_0().nk(_this__u8e3s4.s6a_1), Companion_getInstance().hk(_this__u8e3s4.t6a_1));
|
|
3234
3241
|
}
|
|
3235
3242
|
function mapToDto_10(_this__u8e3s4) {
|
|
3236
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
3243
|
+
return new PlayerConnectionDto(_this__u8e3s4.n67_1, toString(_this__u8e3s4.o67_1), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.p67_1));
|
|
3237
3244
|
}
|
|
3238
3245
|
function Companion_16() {
|
|
3239
3246
|
}
|
|
@@ -3253,39 +3260,39 @@
|
|
|
3253
3260
|
tmp0_serialDesc.hz('rating', false);
|
|
3254
3261
|
tmp0_serialDesc.hz('is_bot', false);
|
|
3255
3262
|
tmp0_serialDesc.hz('lucky_factor', false);
|
|
3256
|
-
this.
|
|
3263
|
+
this.u6a_1 = tmp0_serialDesc;
|
|
3257
3264
|
}
|
|
3258
|
-
protoOf($serializer_6).
|
|
3259
|
-
var tmp0_desc = this.
|
|
3265
|
+
protoOf($serializer_6).v6a = function (encoder, value) {
|
|
3266
|
+
var tmp0_desc = this.u6a_1;
|
|
3260
3267
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3261
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3262
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3268
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.b6a_1 == null)) {
|
|
3269
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.b6a_1);
|
|
3263
3270
|
}
|
|
3264
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3265
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3271
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.c6a_1 == null)) {
|
|
3272
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.c6a_1);
|
|
3266
3273
|
}
|
|
3267
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3268
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3274
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.d6a_1 == null)) {
|
|
3275
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.d6a_1);
|
|
3269
3276
|
}
|
|
3270
|
-
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.
|
|
3271
|
-
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3277
|
+
if (tmp1_output.mt(tmp0_desc, 3) ? true : !(value.e6a_1 == null)) {
|
|
3278
|
+
tmp1_output.it(tmp0_desc, 3, StringSerializer_getInstance(), value.e6a_1);
|
|
3272
3279
|
}
|
|
3273
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3274
|
-
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3280
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.f6a_1 == null)) {
|
|
3281
|
+
tmp1_output.it(tmp0_desc, 4, StringSerializer_getInstance(), value.f6a_1);
|
|
3275
3282
|
}
|
|
3276
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3277
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3283
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.g6a_1 == null)) {
|
|
3284
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.g6a_1);
|
|
3278
3285
|
}
|
|
3279
|
-
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3280
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3281
|
-
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3286
|
+
tmp1_output.it(tmp0_desc, 6, DoubleSerializer_getInstance(), value.h6a_1);
|
|
3287
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i6a_1);
|
|
3288
|
+
tmp1_output.it(tmp0_desc, 8, FloatSerializer_getInstance(), value.j6a_1);
|
|
3282
3289
|
tmp1_output.qr(tmp0_desc);
|
|
3283
3290
|
};
|
|
3284
3291
|
protoOf($serializer_6).do = function (encoder, value) {
|
|
3285
|
-
return this.
|
|
3292
|
+
return this.v6a(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3286
3293
|
};
|
|
3287
3294
|
protoOf($serializer_6).eo = function (decoder) {
|
|
3288
|
-
var tmp0_desc = this.
|
|
3295
|
+
var tmp0_desc = this.u6a_1;
|
|
3289
3296
|
var tmp1_flag = true;
|
|
3290
3297
|
var tmp2_index = 0;
|
|
3291
3298
|
var tmp3_bitMask0 = 0;
|
|
@@ -3369,7 +3376,7 @@
|
|
|
3369
3376
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3370
3377
|
};
|
|
3371
3378
|
protoOf($serializer_6).co = function () {
|
|
3372
|
-
return this.
|
|
3379
|
+
return this.u6a_1;
|
|
3373
3380
|
};
|
|
3374
3381
|
protoOf($serializer_6).wz = function () {
|
|
3375
3382
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3385,35 +3392,35 @@
|
|
|
3385
3392
|
}
|
|
3386
3393
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3387
3394
|
if (!(448 === (448 & seen0))) {
|
|
3388
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3395
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().u6a_1);
|
|
3389
3396
|
}
|
|
3390
3397
|
if (0 === (seen0 & 1))
|
|
3391
|
-
$this.
|
|
3398
|
+
$this.b6a_1 = null;
|
|
3392
3399
|
else
|
|
3393
|
-
$this.
|
|
3400
|
+
$this.b6a_1 = playerId;
|
|
3394
3401
|
if (0 === (seen0 & 2))
|
|
3395
|
-
$this.
|
|
3402
|
+
$this.c6a_1 = null;
|
|
3396
3403
|
else
|
|
3397
|
-
$this.
|
|
3404
|
+
$this.c6a_1 = uid;
|
|
3398
3405
|
if (0 === (seen0 & 4))
|
|
3399
|
-
$this.
|
|
3406
|
+
$this.d6a_1 = null;
|
|
3400
3407
|
else
|
|
3401
|
-
$this.
|
|
3408
|
+
$this.d6a_1 = name;
|
|
3402
3409
|
if (0 === (seen0 & 8))
|
|
3403
|
-
$this.
|
|
3410
|
+
$this.e6a_1 = null;
|
|
3404
3411
|
else
|
|
3405
|
-
$this.
|
|
3412
|
+
$this.e6a_1 = nickname;
|
|
3406
3413
|
if (0 === (seen0 & 16))
|
|
3407
|
-
$this.
|
|
3414
|
+
$this.f6a_1 = null;
|
|
3408
3415
|
else
|
|
3409
|
-
$this.
|
|
3416
|
+
$this.f6a_1 = avatarUrl;
|
|
3410
3417
|
if (0 === (seen0 & 32))
|
|
3411
|
-
$this.
|
|
3418
|
+
$this.g6a_1 = null;
|
|
3412
3419
|
else
|
|
3413
|
-
$this.
|
|
3414
|
-
$this.
|
|
3415
|
-
$this.
|
|
3416
|
-
$this.
|
|
3420
|
+
$this.g6a_1 = photo;
|
|
3421
|
+
$this.h6a_1 = rating;
|
|
3422
|
+
$this.i6a_1 = isBot;
|
|
3423
|
+
$this.j6a_1 = initialLuckyFactor;
|
|
3417
3424
|
return $this;
|
|
3418
3425
|
}
|
|
3419
3426
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3426,47 +3433,47 @@
|
|
|
3426
3433
|
nickname = nickname === VOID ? null : nickname;
|
|
3427
3434
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3428
3435
|
photo = photo === VOID ? null : photo;
|
|
3429
|
-
this.
|
|
3430
|
-
this.
|
|
3431
|
-
this.
|
|
3432
|
-
this.
|
|
3433
|
-
this.
|
|
3434
|
-
this.
|
|
3435
|
-
this.
|
|
3436
|
-
this.
|
|
3437
|
-
this.
|
|
3438
|
-
}
|
|
3439
|
-
protoOf(GameUserInfoDto).
|
|
3440
|
-
return this.
|
|
3441
|
-
};
|
|
3442
|
-
protoOf(GameUserInfoDto).
|
|
3436
|
+
this.b6a_1 = playerId;
|
|
3437
|
+
this.c6a_1 = uid;
|
|
3438
|
+
this.d6a_1 = name;
|
|
3439
|
+
this.e6a_1 = nickname;
|
|
3440
|
+
this.f6a_1 = avatarUrl;
|
|
3441
|
+
this.g6a_1 = photo;
|
|
3442
|
+
this.h6a_1 = rating;
|
|
3443
|
+
this.i6a_1 = isBot;
|
|
3444
|
+
this.j6a_1 = initialLuckyFactor;
|
|
3445
|
+
}
|
|
3446
|
+
protoOf(GameUserInfoDto).w6a = function () {
|
|
3447
|
+
return this.x6a(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3448
|
+
};
|
|
3449
|
+
protoOf(GameUserInfoDto).y6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3443
3450
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3444
3451
|
};
|
|
3445
|
-
protoOf(GameUserInfoDto).
|
|
3446
|
-
playerId = playerId === VOID ? this.
|
|
3447
|
-
uid = uid === VOID ? this.
|
|
3448
|
-
name = name === VOID ? this.
|
|
3449
|
-
nickname = nickname === VOID ? this.
|
|
3450
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3451
|
-
photo = photo === VOID ? this.
|
|
3452
|
-
rating = rating === VOID ? this.
|
|
3453
|
-
isBot = isBot === VOID ? this.
|
|
3454
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3455
|
-
return $super === VOID ? this.
|
|
3452
|
+
protoOf(GameUserInfoDto).x6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3453
|
+
playerId = playerId === VOID ? this.b6a_1 : playerId;
|
|
3454
|
+
uid = uid === VOID ? this.c6a_1 : uid;
|
|
3455
|
+
name = name === VOID ? this.d6a_1 : name;
|
|
3456
|
+
nickname = nickname === VOID ? this.e6a_1 : nickname;
|
|
3457
|
+
avatarUrl = avatarUrl === VOID ? this.f6a_1 : avatarUrl;
|
|
3458
|
+
photo = photo === VOID ? this.g6a_1 : photo;
|
|
3459
|
+
rating = rating === VOID ? this.h6a_1 : rating;
|
|
3460
|
+
isBot = isBot === VOID ? this.i6a_1 : isBot;
|
|
3461
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.j6a_1 : initialLuckyFactor;
|
|
3462
|
+
return $super === VOID ? this.y6a(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.y6a.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3456
3463
|
};
|
|
3457
3464
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3458
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3465
|
+
return 'GameUserInfoDto(playerId=' + this.b6a_1 + ', uid=' + this.c6a_1 + ', name=' + this.d6a_1 + ', nickname=' + this.e6a_1 + ', avatarUrl=' + this.f6a_1 + ', photo=' + this.g6a_1 + ', rating=' + this.h6a_1 + ', isBot=' + this.i6a_1 + ', initialLuckyFactor=' + this.j6a_1 + ')';
|
|
3459
3466
|
};
|
|
3460
3467
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3461
|
-
var result = this.
|
|
3468
|
+
var result = this.b6a_1 == null ? 0 : getStringHashCode(this.b6a_1);
|
|
3469
|
+
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getStringHashCode(this.c6a_1)) | 0;
|
|
3462
3470
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getStringHashCode(this.d6a_1)) | 0;
|
|
3463
3471
|
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getStringHashCode(this.e6a_1)) | 0;
|
|
3464
3472
|
result = imul(result, 31) + (this.f6a_1 == null ? 0 : getStringHashCode(this.f6a_1)) | 0;
|
|
3465
3473
|
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getStringHashCode(this.g6a_1)) | 0;
|
|
3466
|
-
result = imul(result, 31) + (this.h6a_1 == null ? 0 :
|
|
3467
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 :
|
|
3468
|
-
result = imul(result, 31) + (this.j6a_1 == null ? 0 :
|
|
3469
|
-
result = imul(result, 31) + (this.k6a_1 == null ? 0 : getNumberHashCode(this.k6a_1)) | 0;
|
|
3474
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : getNumberHashCode(this.h6a_1)) | 0;
|
|
3475
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getBooleanHashCode(this.i6a_1)) | 0;
|
|
3476
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : getNumberHashCode(this.j6a_1)) | 0;
|
|
3470
3477
|
return result;
|
|
3471
3478
|
};
|
|
3472
3479
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3474,6 +3481,8 @@
|
|
|
3474
3481
|
return true;
|
|
3475
3482
|
if (!(other instanceof GameUserInfoDto))
|
|
3476
3483
|
return false;
|
|
3484
|
+
if (!(this.b6a_1 == other.b6a_1))
|
|
3485
|
+
return false;
|
|
3477
3486
|
if (!(this.c6a_1 == other.c6a_1))
|
|
3478
3487
|
return false;
|
|
3479
3488
|
if (!(this.d6a_1 == other.d6a_1))
|
|
@@ -3484,13 +3493,11 @@
|
|
|
3484
3493
|
return false;
|
|
3485
3494
|
if (!(this.g6a_1 == other.g6a_1))
|
|
3486
3495
|
return false;
|
|
3487
|
-
if (!(this.h6a_1
|
|
3496
|
+
if (!equals(this.h6a_1, other.h6a_1))
|
|
3488
3497
|
return false;
|
|
3489
|
-
if (!
|
|
3498
|
+
if (!(this.i6a_1 == other.i6a_1))
|
|
3490
3499
|
return false;
|
|
3491
|
-
if (!(this.j6a_1
|
|
3492
|
-
return false;
|
|
3493
|
-
if (!equals(this.k6a_1, other.k6a_1))
|
|
3500
|
+
if (!equals(this.j6a_1, other.j6a_1))
|
|
3494
3501
|
return false;
|
|
3495
3502
|
return true;
|
|
3496
3503
|
};
|
|
@@ -3504,7 +3511,7 @@
|
|
|
3504
3511
|
// Inline function 'kotlin.arrayOf' call
|
|
3505
3512
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3506
3513
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3507
|
-
tmp.
|
|
3514
|
+
tmp.z6a_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3508
3515
|
}
|
|
3509
3516
|
var Companion_instance_19;
|
|
3510
3517
|
function Companion_getInstance_20() {
|
|
@@ -3518,22 +3525,22 @@
|
|
|
3518
3525
|
tmp0_serialDesc.hz('state', false);
|
|
3519
3526
|
tmp0_serialDesc.hz('connectionChangedTime', false);
|
|
3520
3527
|
tmp0_serialDesc.hz('notLiveDurationRecord', false);
|
|
3521
|
-
this.
|
|
3528
|
+
this.a6b_1 = tmp0_serialDesc;
|
|
3522
3529
|
}
|
|
3523
|
-
protoOf($serializer_7).
|
|
3524
|
-
var tmp0_desc = this.
|
|
3530
|
+
protoOf($serializer_7).b6b = function (encoder, value) {
|
|
3531
|
+
var tmp0_desc = this.a6b_1;
|
|
3525
3532
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3526
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3527
|
-
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3528
|
-
tmp1_output.et(tmp0_desc, 1, value.
|
|
3529
|
-
tmp1_output.et(tmp0_desc, 2, value.
|
|
3533
|
+
var tmp2_cached = Companion_getInstance_20().z6a_1;
|
|
3534
|
+
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.r6a_1);
|
|
3535
|
+
tmp1_output.et(tmp0_desc, 1, value.s6a_1);
|
|
3536
|
+
tmp1_output.et(tmp0_desc, 2, value.t6a_1);
|
|
3530
3537
|
tmp1_output.qr(tmp0_desc);
|
|
3531
3538
|
};
|
|
3532
3539
|
protoOf($serializer_7).do = function (encoder, value) {
|
|
3533
|
-
return this.
|
|
3540
|
+
return this.b6b(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3534
3541
|
};
|
|
3535
3542
|
protoOf($serializer_7).eo = function (decoder) {
|
|
3536
|
-
var tmp0_desc = this.
|
|
3543
|
+
var tmp0_desc = this.a6b_1;
|
|
3537
3544
|
var tmp1_flag = true;
|
|
3538
3545
|
var tmp2_index = 0;
|
|
3539
3546
|
var tmp3_bitMask0 = 0;
|
|
@@ -3541,7 +3548,7 @@
|
|
|
3541
3548
|
var tmp5_local1 = null;
|
|
3542
3549
|
var tmp6_local2 = null;
|
|
3543
3550
|
var tmp7_input = decoder.pr(tmp0_desc);
|
|
3544
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3551
|
+
var tmp8_cached = Companion_getInstance_20().z6a_1;
|
|
3545
3552
|
if (tmp7_input.fs()) {
|
|
3546
3553
|
tmp4_local0 = tmp7_input.bs(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3547
3554
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3576,13 +3583,13 @@
|
|
|
3576
3583
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3577
3584
|
};
|
|
3578
3585
|
protoOf($serializer_7).co = function () {
|
|
3579
|
-
return this.
|
|
3586
|
+
return this.a6b_1;
|
|
3580
3587
|
};
|
|
3581
3588
|
protoOf($serializer_7).wz = function () {
|
|
3582
3589
|
// Inline function 'kotlin.arrayOf' call
|
|
3583
3590
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3584
3591
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3585
|
-
return [Companion_getInstance_20().
|
|
3592
|
+
return [Companion_getInstance_20().z6a_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3586
3593
|
};
|
|
3587
3594
|
var $serializer_instance_7;
|
|
3588
3595
|
function $serializer_getInstance_7() {
|
|
@@ -3592,11 +3599,11 @@
|
|
|
3592
3599
|
}
|
|
3593
3600
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3594
3601
|
if (!(7 === (7 & seen0))) {
|
|
3595
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3602
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().a6b_1);
|
|
3596
3603
|
}
|
|
3597
|
-
$this.
|
|
3598
|
-
$this.
|
|
3599
|
-
$this.
|
|
3604
|
+
$this.r6a_1 = state;
|
|
3605
|
+
$this.s6a_1 = connectionChangedTime;
|
|
3606
|
+
$this.t6a_1 = notLiveDurationRecord;
|
|
3600
3607
|
return $this;
|
|
3601
3608
|
}
|
|
3602
3609
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3604,17 +3611,17 @@
|
|
|
3604
3611
|
}
|
|
3605
3612
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3606
3613
|
Companion_getInstance_20();
|
|
3607
|
-
this.
|
|
3608
|
-
this.
|
|
3609
|
-
this.
|
|
3614
|
+
this.r6a_1 = state;
|
|
3615
|
+
this.s6a_1 = connectionChangedTime;
|
|
3616
|
+
this.t6a_1 = notLiveDurationRecord;
|
|
3610
3617
|
}
|
|
3611
3618
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3612
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3619
|
+
return 'PlayerConnectionDto(state=' + this.r6a_1.toString() + ', connectionChangedTime=' + this.s6a_1 + ', notLiveDurationRecord=' + this.t6a_1 + ')';
|
|
3613
3620
|
};
|
|
3614
3621
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3615
|
-
var result = this.
|
|
3622
|
+
var result = this.r6a_1.hashCode();
|
|
3623
|
+
result = imul(result, 31) + getStringHashCode(this.s6a_1) | 0;
|
|
3616
3624
|
result = imul(result, 31) + getStringHashCode(this.t6a_1) | 0;
|
|
3617
|
-
result = imul(result, 31) + getStringHashCode(this.u6a_1) | 0;
|
|
3618
3625
|
return result;
|
|
3619
3626
|
};
|
|
3620
3627
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3622,11 +3629,11 @@
|
|
|
3622
3629
|
return true;
|
|
3623
3630
|
if (!(other instanceof PlayerConnectionDto))
|
|
3624
3631
|
return false;
|
|
3625
|
-
if (!this.
|
|
3632
|
+
if (!this.r6a_1.equals(other.r6a_1))
|
|
3626
3633
|
return false;
|
|
3627
|
-
if (!(this.
|
|
3634
|
+
if (!(this.s6a_1 === other.s6a_1))
|
|
3628
3635
|
return false;
|
|
3629
|
-
if (!(this.
|
|
3636
|
+
if (!(this.t6a_1 === other.t6a_1))
|
|
3630
3637
|
return false;
|
|
3631
3638
|
return true;
|
|
3632
3639
|
};
|
|
@@ -3640,7 +3647,7 @@
|
|
|
3640
3647
|
// Inline function 'kotlin.arrayOf' call
|
|
3641
3648
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3642
3649
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3643
|
-
tmp.
|
|
3650
|
+
tmp.c6b_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3644
3651
|
}
|
|
3645
3652
|
var Companion_instance_20;
|
|
3646
3653
|
function Companion_getInstance_21() {
|
|
@@ -3658,38 +3665,38 @@
|
|
|
3658
3665
|
tmp0_serialDesc.hz('ready', true);
|
|
3659
3666
|
tmp0_serialDesc.hz('tag', true);
|
|
3660
3667
|
tmp0_serialDesc.hz('connection', true);
|
|
3661
|
-
this.
|
|
3668
|
+
this.d6b_1 = tmp0_serialDesc;
|
|
3662
3669
|
}
|
|
3663
|
-
protoOf($serializer_8).
|
|
3664
|
-
var tmp0_desc = this.
|
|
3670
|
+
protoOf($serializer_8).e6b = function (encoder, value) {
|
|
3671
|
+
var tmp0_desc = this.d6b_1;
|
|
3665
3672
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3666
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3667
|
-
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.
|
|
3668
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3673
|
+
var tmp2_cached = Companion_getInstance_21().c6b_1;
|
|
3674
|
+
if (tmp1_output.mt(tmp0_desc, 0) ? true : !(value.k6a_1 == null)) {
|
|
3675
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.k6a_1);
|
|
3669
3676
|
}
|
|
3670
|
-
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.
|
|
3671
|
-
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3677
|
+
if (tmp1_output.mt(tmp0_desc, 1) ? true : !(value.l6a_1 == null)) {
|
|
3678
|
+
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.l6a_1);
|
|
3672
3679
|
}
|
|
3673
|
-
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.
|
|
3674
|
-
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3680
|
+
if (tmp1_output.mt(tmp0_desc, 2) ? true : !(value.m6a_1 == null)) {
|
|
3681
|
+
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.m6a_1);
|
|
3675
3682
|
}
|
|
3676
|
-
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3677
|
-
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.
|
|
3678
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3683
|
+
tmp1_output.gt(tmp0_desc, 3, tmp2_cached[3].x(), value.n6a_1);
|
|
3684
|
+
if (tmp1_output.mt(tmp0_desc, 4) ? true : !(value.o6a_1 == null)) {
|
|
3685
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o6a_1);
|
|
3679
3686
|
}
|
|
3680
|
-
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.
|
|
3681
|
-
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3687
|
+
if (tmp1_output.mt(tmp0_desc, 5) ? true : !(value.p6a_1 == null)) {
|
|
3688
|
+
tmp1_output.it(tmp0_desc, 5, StringSerializer_getInstance(), value.p6a_1);
|
|
3682
3689
|
}
|
|
3683
|
-
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.
|
|
3684
|
-
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3690
|
+
if (tmp1_output.mt(tmp0_desc, 6) ? true : !(value.q6a_1 == null)) {
|
|
3691
|
+
tmp1_output.it(tmp0_desc, 6, $serializer_getInstance_7(), value.q6a_1);
|
|
3685
3692
|
}
|
|
3686
3693
|
tmp1_output.qr(tmp0_desc);
|
|
3687
3694
|
};
|
|
3688
3695
|
protoOf($serializer_8).do = function (encoder, value) {
|
|
3689
|
-
return this.
|
|
3696
|
+
return this.e6b(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3690
3697
|
};
|
|
3691
3698
|
protoOf($serializer_8).eo = function (decoder) {
|
|
3692
|
-
var tmp0_desc = this.
|
|
3699
|
+
var tmp0_desc = this.d6b_1;
|
|
3693
3700
|
var tmp1_flag = true;
|
|
3694
3701
|
var tmp2_index = 0;
|
|
3695
3702
|
var tmp3_bitMask0 = 0;
|
|
@@ -3701,7 +3708,7 @@
|
|
|
3701
3708
|
var tmp9_local5 = null;
|
|
3702
3709
|
var tmp10_local6 = null;
|
|
3703
3710
|
var tmp11_input = decoder.pr(tmp0_desc);
|
|
3704
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3711
|
+
var tmp12_cached = Companion_getInstance_21().c6b_1;
|
|
3705
3712
|
if (tmp11_input.fs()) {
|
|
3706
3713
|
tmp4_local0 = tmp11_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3707
3714
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3760,10 +3767,10 @@
|
|
|
3760
3767
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3761
3768
|
};
|
|
3762
3769
|
protoOf($serializer_8).co = function () {
|
|
3763
|
-
return this.
|
|
3770
|
+
return this.d6b_1;
|
|
3764
3771
|
};
|
|
3765
3772
|
protoOf($serializer_8).wz = function () {
|
|
3766
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3773
|
+
var tmp0_cached = Companion_getInstance_21().c6b_1;
|
|
3767
3774
|
// Inline function 'kotlin.arrayOf' call
|
|
3768
3775
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3769
3776
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3777,33 +3784,33 @@
|
|
|
3777
3784
|
}
|
|
3778
3785
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3779
3786
|
if (!(8 === (8 & seen0))) {
|
|
3780
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3787
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().d6b_1);
|
|
3781
3788
|
}
|
|
3782
3789
|
if (0 === (seen0 & 1))
|
|
3783
|
-
$this.
|
|
3790
|
+
$this.k6a_1 = null;
|
|
3784
3791
|
else
|
|
3785
|
-
$this.
|
|
3792
|
+
$this.k6a_1 = startFrom;
|
|
3786
3793
|
if (0 === (seen0 & 2))
|
|
3787
|
-
$this.
|
|
3794
|
+
$this.l6a_1 = null;
|
|
3788
3795
|
else
|
|
3789
|
-
$this.
|
|
3796
|
+
$this.l6a_1 = playerTurnTimeout;
|
|
3790
3797
|
if (0 === (seen0 & 4))
|
|
3791
|
-
$this.
|
|
3798
|
+
$this.m6a_1 = null;
|
|
3792
3799
|
else
|
|
3793
|
-
$this.
|
|
3794
|
-
$this.
|
|
3800
|
+
$this.m6a_1 = waitPlayerUntilTime;
|
|
3801
|
+
$this.n6a_1 = state;
|
|
3795
3802
|
if (0 === (seen0 & 16))
|
|
3796
|
-
$this.
|
|
3803
|
+
$this.o6a_1 = null;
|
|
3797
3804
|
else
|
|
3798
|
-
$this.
|
|
3805
|
+
$this.o6a_1 = ready;
|
|
3799
3806
|
if (0 === (seen0 & 32))
|
|
3800
|
-
$this.
|
|
3807
|
+
$this.p6a_1 = null;
|
|
3801
3808
|
else
|
|
3802
|
-
$this.
|
|
3809
|
+
$this.p6a_1 = tag;
|
|
3803
3810
|
if (0 === (seen0 & 64))
|
|
3804
|
-
$this.
|
|
3811
|
+
$this.q6a_1 = null;
|
|
3805
3812
|
else
|
|
3806
|
-
$this.
|
|
3813
|
+
$this.q6a_1 = connection;
|
|
3807
3814
|
return $this;
|
|
3808
3815
|
}
|
|
3809
3816
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3817,25 +3824,25 @@
|
|
|
3817
3824
|
ready = ready === VOID ? null : ready;
|
|
3818
3825
|
tag = tag === VOID ? null : tag;
|
|
3819
3826
|
connection = connection === VOID ? null : connection;
|
|
3820
|
-
this.
|
|
3821
|
-
this.
|
|
3822
|
-
this.
|
|
3823
|
-
this.
|
|
3824
|
-
this.
|
|
3825
|
-
this.
|
|
3826
|
-
this.
|
|
3827
|
+
this.k6a_1 = startFrom;
|
|
3828
|
+
this.l6a_1 = playerTurnTimeout;
|
|
3829
|
+
this.m6a_1 = waitPlayerUntilTime;
|
|
3830
|
+
this.n6a_1 = state;
|
|
3831
|
+
this.o6a_1 = ready;
|
|
3832
|
+
this.p6a_1 = tag;
|
|
3833
|
+
this.q6a_1 = connection;
|
|
3827
3834
|
}
|
|
3828
3835
|
protoOf(PlayerStateDto).toString = function () {
|
|
3829
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3836
|
+
return 'PlayerStateDto(startFrom=' + this.k6a_1 + ', playerTurnTimeout=' + this.l6a_1 + ', waitPlayerUntilTime=' + this.m6a_1 + ', state=' + this.n6a_1.toString() + ', ready=' + this.o6a_1 + ', tag=' + this.p6a_1 + ', connection=' + toString(this.q6a_1) + ')';
|
|
3830
3837
|
};
|
|
3831
3838
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3832
|
-
var result = this.
|
|
3839
|
+
var result = this.k6a_1 == null ? 0 : getStringHashCode(this.k6a_1);
|
|
3840
|
+
result = imul(result, 31) + (this.l6a_1 == null ? 0 : getStringHashCode(this.l6a_1)) | 0;
|
|
3833
3841
|
result = imul(result, 31) + (this.m6a_1 == null ? 0 : getStringHashCode(this.m6a_1)) | 0;
|
|
3834
|
-
result = imul(result, 31) +
|
|
3835
|
-
result = imul(result, 31) + this.o6a_1.
|
|
3836
|
-
result = imul(result, 31) + (this.p6a_1 == null ? 0 :
|
|
3837
|
-
result = imul(result, 31) + (this.q6a_1 == null ? 0 :
|
|
3838
|
-
result = imul(result, 31) + (this.r6a_1 == null ? 0 : this.r6a_1.hashCode()) | 0;
|
|
3842
|
+
result = imul(result, 31) + this.n6a_1.hashCode() | 0;
|
|
3843
|
+
result = imul(result, 31) + (this.o6a_1 == null ? 0 : getBooleanHashCode(this.o6a_1)) | 0;
|
|
3844
|
+
result = imul(result, 31) + (this.p6a_1 == null ? 0 : getStringHashCode(this.p6a_1)) | 0;
|
|
3845
|
+
result = imul(result, 31) + (this.q6a_1 == null ? 0 : this.q6a_1.hashCode()) | 0;
|
|
3839
3846
|
return result;
|
|
3840
3847
|
};
|
|
3841
3848
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3843,19 +3850,19 @@
|
|
|
3843
3850
|
return true;
|
|
3844
3851
|
if (!(other instanceof PlayerStateDto))
|
|
3845
3852
|
return false;
|
|
3853
|
+
if (!(this.k6a_1 == other.k6a_1))
|
|
3854
|
+
return false;
|
|
3846
3855
|
if (!(this.l6a_1 == other.l6a_1))
|
|
3847
3856
|
return false;
|
|
3848
3857
|
if (!(this.m6a_1 == other.m6a_1))
|
|
3849
3858
|
return false;
|
|
3850
|
-
if (!
|
|
3859
|
+
if (!this.n6a_1.equals(other.n6a_1))
|
|
3851
3860
|
return false;
|
|
3852
|
-
if (!this.o6a_1
|
|
3861
|
+
if (!(this.o6a_1 == other.o6a_1))
|
|
3853
3862
|
return false;
|
|
3854
3863
|
if (!(this.p6a_1 == other.p6a_1))
|
|
3855
3864
|
return false;
|
|
3856
|
-
if (!(this.q6a_1
|
|
3857
|
-
return false;
|
|
3858
|
-
if (!equals(this.r6a_1, other.r6a_1))
|
|
3865
|
+
if (!equals(this.q6a_1, other.q6a_1))
|
|
3859
3866
|
return false;
|
|
3860
3867
|
return true;
|
|
3861
3868
|
};
|
|
@@ -3879,7 +3886,7 @@
|
|
|
3879
3886
|
// Inline function 'kotlin.arrayOf' call
|
|
3880
3887
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3881
3888
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3882
|
-
tmp.
|
|
3889
|
+
tmp.f6b_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];
|
|
3883
3890
|
}
|
|
3884
3891
|
var Companion_instance_21;
|
|
3885
3892
|
function Companion_getInstance_22() {
|
|
@@ -3916,45 +3923,45 @@
|
|
|
3916
3923
|
tmp0_serialDesc.hz('fineIfNoBribes', false);
|
|
3917
3924
|
tmp0_serialDesc.hz('enableFineAfterThirdByte', false);
|
|
3918
3925
|
tmp0_serialDesc.hz('fineAfterThirdFailedContract', false);
|
|
3919
|
-
this.
|
|
3926
|
+
this.g6b_1 = tmp0_serialDesc;
|
|
3920
3927
|
}
|
|
3921
|
-
protoOf($serializer_9).
|
|
3922
|
-
var tmp0_desc = this.
|
|
3928
|
+
protoOf($serializer_9).h6b = function (encoder, value) {
|
|
3929
|
+
var tmp0_desc = this.g6b_1;
|
|
3923
3930
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
3924
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3925
|
-
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3926
|
-
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3927
|
-
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3928
|
-
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3929
|
-
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3930
|
-
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3931
|
-
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3932
|
-
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3933
|
-
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3934
|
-
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3935
|
-
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3936
|
-
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3937
|
-
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3938
|
-
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3939
|
-
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3940
|
-
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3941
|
-
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3942
|
-
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3943
|
-
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3944
|
-
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3945
|
-
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3946
|
-
tmp1_output.et(tmp0_desc, 21, value.
|
|
3947
|
-
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3948
|
-
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3949
|
-
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3950
|
-
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3931
|
+
var tmp2_cached = Companion_getInstance_22().f6b_1;
|
|
3932
|
+
tmp1_output.it(tmp0_desc, 0, StringSerializer_getInstance(), value.i6b_1);
|
|
3933
|
+
tmp1_output.it(tmp0_desc, 1, BooleanSerializer_getInstance(), value.j6b_1);
|
|
3934
|
+
tmp1_output.it(tmp0_desc, 2, BooleanSerializer_getInstance(), value.k6b_1);
|
|
3935
|
+
tmp1_output.it(tmp0_desc, 3, BooleanSerializer_getInstance(), value.l6b_1);
|
|
3936
|
+
tmp1_output.it(tmp0_desc, 4, BooleanSerializer_getInstance(), value.m6b_1);
|
|
3937
|
+
tmp1_output.it(tmp0_desc, 5, IntSerializer_getInstance(), value.n6b_1);
|
|
3938
|
+
tmp1_output.it(tmp0_desc, 6, IntSerializer_getInstance(), value.o6b_1);
|
|
3939
|
+
tmp1_output.it(tmp0_desc, 7, BooleanSerializer_getInstance(), value.p6b_1);
|
|
3940
|
+
tmp1_output.it(tmp0_desc, 8, tmp2_cached[8].x(), value.q6b_1);
|
|
3941
|
+
tmp1_output.it(tmp0_desc, 9, tmp2_cached[9].x(), value.r6b_1);
|
|
3942
|
+
tmp1_output.it(tmp0_desc, 10, BooleanSerializer_getInstance(), value.s6b_1);
|
|
3943
|
+
tmp1_output.it(tmp0_desc, 11, StringSerializer_getInstance(), value.t6b_1);
|
|
3944
|
+
tmp1_output.it(tmp0_desc, 12, StringSerializer_getInstance(), value.u6b_1);
|
|
3945
|
+
tmp1_output.it(tmp0_desc, 13, tmp2_cached[13].x(), value.v6b_1);
|
|
3946
|
+
tmp1_output.it(tmp0_desc, 14, BooleanSerializer_getInstance(), value.w6b_1);
|
|
3947
|
+
tmp1_output.it(tmp0_desc, 15, BooleanSerializer_getInstance(), value.x6b_1);
|
|
3948
|
+
tmp1_output.it(tmp0_desc, 16, BooleanSerializer_getInstance(), value.y6b_1);
|
|
3949
|
+
tmp1_output.it(tmp0_desc, 17, BooleanSerializer_getInstance(), value.z6b_1);
|
|
3950
|
+
tmp1_output.it(tmp0_desc, 18, BooleanSerializer_getInstance(), value.a6c_1);
|
|
3951
|
+
tmp1_output.it(tmp0_desc, 19, BooleanSerializer_getInstance(), value.b6c_1);
|
|
3952
|
+
tmp1_output.it(tmp0_desc, 20, BooleanSerializer_getInstance(), value.c6c_1);
|
|
3953
|
+
tmp1_output.et(tmp0_desc, 21, value.d6c_1);
|
|
3954
|
+
tmp1_output.it(tmp0_desc, 22, BooleanSerializer_getInstance(), value.e6c_1);
|
|
3955
|
+
tmp1_output.it(tmp0_desc, 23, IntSerializer_getInstance(), value.f6c_1);
|
|
3956
|
+
tmp1_output.it(tmp0_desc, 24, BooleanSerializer_getInstance(), value.g6c_1);
|
|
3957
|
+
tmp1_output.it(tmp0_desc, 25, IntSerializer_getInstance(), value.h6c_1);
|
|
3951
3958
|
tmp1_output.qr(tmp0_desc);
|
|
3952
3959
|
};
|
|
3953
3960
|
protoOf($serializer_9).do = function (encoder, value) {
|
|
3954
|
-
return this.
|
|
3961
|
+
return this.h6b(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3955
3962
|
};
|
|
3956
3963
|
protoOf($serializer_9).eo = function (decoder) {
|
|
3957
|
-
var tmp0_desc = this.
|
|
3964
|
+
var tmp0_desc = this.g6b_1;
|
|
3958
3965
|
var tmp1_flag = true;
|
|
3959
3966
|
var tmp2_index = 0;
|
|
3960
3967
|
var tmp3_bitMask0 = 0;
|
|
@@ -3985,7 +3992,7 @@
|
|
|
3985
3992
|
var tmp28_local24 = null;
|
|
3986
3993
|
var tmp29_local25 = null;
|
|
3987
3994
|
var tmp30_input = decoder.pr(tmp0_desc);
|
|
3988
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3995
|
+
var tmp31_cached = Companion_getInstance_22().f6b_1;
|
|
3989
3996
|
if (tmp30_input.fs()) {
|
|
3990
3997
|
tmp4_local0 = tmp30_input.ds(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3991
3998
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4158,10 +4165,10 @@
|
|
|
4158
4165
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4159
4166
|
};
|
|
4160
4167
|
protoOf($serializer_9).co = function () {
|
|
4161
|
-
return this.
|
|
4168
|
+
return this.g6b_1;
|
|
4162
4169
|
};
|
|
4163
4170
|
protoOf($serializer_9).wz = function () {
|
|
4164
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4171
|
+
var tmp0_cached = Companion_getInstance_22().f6b_1;
|
|
4165
4172
|
// Inline function 'kotlin.arrayOf' call
|
|
4166
4173
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4167
4174
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4175,34 +4182,34 @@
|
|
|
4175
4182
|
}
|
|
4176
4183
|
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) {
|
|
4177
4184
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4178
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4179
|
-
}
|
|
4180
|
-
$this.
|
|
4181
|
-
$this.
|
|
4182
|
-
$this.
|
|
4183
|
-
$this.
|
|
4184
|
-
$this.
|
|
4185
|
-
$this.
|
|
4186
|
-
$this.
|
|
4187
|
-
$this.
|
|
4188
|
-
$this.
|
|
4189
|
-
$this.
|
|
4190
|
-
$this.
|
|
4191
|
-
$this.
|
|
4192
|
-
$this.
|
|
4193
|
-
$this.
|
|
4194
|
-
$this.
|
|
4195
|
-
$this.
|
|
4196
|
-
$this.
|
|
4197
|
-
$this.
|
|
4198
|
-
$this.
|
|
4199
|
-
$this.
|
|
4200
|
-
$this.
|
|
4201
|
-
$this.
|
|
4202
|
-
$this.
|
|
4203
|
-
$this.
|
|
4204
|
-
$this.
|
|
4205
|
-
$this.
|
|
4185
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().g6b_1);
|
|
4186
|
+
}
|
|
4187
|
+
$this.i6b_1 = name;
|
|
4188
|
+
$this.j6b_1 = playerWhoChooseSuitGoFirst;
|
|
4189
|
+
$this.k6b_1 = winnerShuffleCards;
|
|
4190
|
+
$this.l6b_1 = playWithoutLiabilities;
|
|
4191
|
+
$this.m6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4192
|
+
$this.n6b_1 = dealerInitialCardsCount;
|
|
4193
|
+
$this.o6b_1 = dealerFinalCardsCount;
|
|
4194
|
+
$this.p6b_1 = dealerCounterClockwise;
|
|
4195
|
+
$this.q6b_1 = contractTypes;
|
|
4196
|
+
$this.r6b_1 = bidTypes;
|
|
4197
|
+
$this.s6b_1 = needToPutHigherTrump;
|
|
4198
|
+
$this.t6b_1 = trumpCardStepMode;
|
|
4199
|
+
$this.u6b_1 = trumpCardStepPartnerMode;
|
|
4200
|
+
$this.v6b_1 = combinationsWithFirstCard;
|
|
4201
|
+
$this.w6b_1 = protectBella;
|
|
4202
|
+
$this.x6b_1 = oneTryToProtectBella;
|
|
4203
|
+
$this.y6b_1 = enableFourSevensCombination;
|
|
4204
|
+
$this.z6b_1 = enableTrumpSevenCombination;
|
|
4205
|
+
$this.a6c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4206
|
+
$this.b6c_1 = checkTrumpCombination;
|
|
4207
|
+
$this.c6c_1 = checkOnlyTrumpDebertz;
|
|
4208
|
+
$this.d6c_1 = pointsDistributeMode;
|
|
4209
|
+
$this.e6c_1 = enableFineIfNoBribes;
|
|
4210
|
+
$this.f6c_1 = fineIfNoBribes;
|
|
4211
|
+
$this.g6c_1 = enableFineAfterThirdByte;
|
|
4212
|
+
$this.h6c_1 = fineAfterThirdFailedContract;
|
|
4206
4213
|
return $this;
|
|
4207
4214
|
}
|
|
4208
4215
|
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) {
|
|
@@ -4210,63 +4217,63 @@
|
|
|
4210
4217
|
}
|
|
4211
4218
|
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) {
|
|
4212
4219
|
Companion_getInstance_22();
|
|
4213
|
-
this.
|
|
4214
|
-
this.
|
|
4215
|
-
this.
|
|
4216
|
-
this.
|
|
4217
|
-
this.
|
|
4218
|
-
this.
|
|
4219
|
-
this.
|
|
4220
|
-
this.
|
|
4221
|
-
this.
|
|
4222
|
-
this.
|
|
4223
|
-
this.
|
|
4224
|
-
this.
|
|
4225
|
-
this.
|
|
4226
|
-
this.
|
|
4227
|
-
this.
|
|
4228
|
-
this.
|
|
4229
|
-
this.
|
|
4230
|
-
this.
|
|
4231
|
-
this.
|
|
4232
|
-
this.
|
|
4233
|
-
this.
|
|
4234
|
-
this.
|
|
4235
|
-
this.
|
|
4236
|
-
this.
|
|
4237
|
-
this.
|
|
4238
|
-
this.
|
|
4220
|
+
this.i6b_1 = name;
|
|
4221
|
+
this.j6b_1 = playerWhoChooseSuitGoFirst;
|
|
4222
|
+
this.k6b_1 = winnerShuffleCards;
|
|
4223
|
+
this.l6b_1 = playWithoutLiabilities;
|
|
4224
|
+
this.m6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4225
|
+
this.n6b_1 = dealerInitialCardsCount;
|
|
4226
|
+
this.o6b_1 = dealerFinalCardsCount;
|
|
4227
|
+
this.p6b_1 = dealerCounterClockwise;
|
|
4228
|
+
this.q6b_1 = contractTypes;
|
|
4229
|
+
this.r6b_1 = bidTypes;
|
|
4230
|
+
this.s6b_1 = needToPutHigherTrump;
|
|
4231
|
+
this.t6b_1 = trumpCardStepMode;
|
|
4232
|
+
this.u6b_1 = trumpCardStepPartnerMode;
|
|
4233
|
+
this.v6b_1 = combinationsWithFirstCard;
|
|
4234
|
+
this.w6b_1 = protectBella;
|
|
4235
|
+
this.x6b_1 = oneTryToProtectBella;
|
|
4236
|
+
this.y6b_1 = enableFourSevensCombination;
|
|
4237
|
+
this.z6b_1 = enableTrumpSevenCombination;
|
|
4238
|
+
this.a6c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4239
|
+
this.b6c_1 = checkTrumpCombination;
|
|
4240
|
+
this.c6c_1 = checkOnlyTrumpDebertz;
|
|
4241
|
+
this.d6c_1 = pointsDistributeMode;
|
|
4242
|
+
this.e6c_1 = enableFineIfNoBribes;
|
|
4243
|
+
this.f6c_1 = fineIfNoBribes;
|
|
4244
|
+
this.g6c_1 = enableFineAfterThirdByte;
|
|
4245
|
+
this.h6c_1 = fineAfterThirdFailedContract;
|
|
4239
4246
|
}
|
|
4240
4247
|
protoOf(RulesDto).toString = function () {
|
|
4241
|
-
return 'RulesDto(name=' + this.
|
|
4248
|
+
return 'RulesDto(name=' + this.i6b_1 + ', playerWhoChooseSuitGoFirst=' + this.j6b_1 + ', winnerShuffleCards=' + this.k6b_1 + ', playWithoutLiabilities=' + this.l6b_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.m6b_1 + ', dealerInitialCardsCount=' + this.n6b_1 + ', dealerFinalCardsCount=' + this.o6b_1 + ', dealerCounterClockwise=' + this.p6b_1 + ', contractTypes=' + toString(this.q6b_1) + ', bidTypes=' + toString(this.r6b_1) + ', needToPutHigherTrump=' + this.s6b_1 + ', trumpCardStepMode=' + this.t6b_1 + ', trumpCardStepPartnerMode=' + this.u6b_1 + ', combinationsWithFirstCard=' + toString(this.v6b_1) + ', protectBella=' + this.w6b_1 + ', oneTryToProtectBella=' + this.x6b_1 + ', enableFourSevensCombination=' + this.y6b_1 + ', enableTrumpSevenCombination=' + this.z6b_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.a6c_1 + ', checkTrumpCombination=' + this.b6c_1 + ', checkOnlyTrumpDebertz=' + this.c6c_1 + ', pointsDistributeMode=' + this.d6c_1 + ', enableFineIfNoBribes=' + this.e6c_1 + ', fineIfNoBribes=' + this.f6c_1 + ', enableFineAfterThirdByte=' + this.g6c_1 + ', fineAfterThirdFailedContract=' + this.h6c_1 + ')';
|
|
4242
4249
|
};
|
|
4243
4250
|
protoOf(RulesDto).hashCode = function () {
|
|
4244
|
-
var result = this.
|
|
4251
|
+
var result = this.i6b_1 == null ? 0 : getStringHashCode(this.i6b_1);
|
|
4252
|
+
result = imul(result, 31) + (this.j6b_1 == null ? 0 : getBooleanHashCode(this.j6b_1)) | 0;
|
|
4245
4253
|
result = imul(result, 31) + (this.k6b_1 == null ? 0 : getBooleanHashCode(this.k6b_1)) | 0;
|
|
4246
4254
|
result = imul(result, 31) + (this.l6b_1 == null ? 0 : getBooleanHashCode(this.l6b_1)) | 0;
|
|
4247
4255
|
result = imul(result, 31) + (this.m6b_1 == null ? 0 : getBooleanHashCode(this.m6b_1)) | 0;
|
|
4248
|
-
result = imul(result, 31) + (this.n6b_1 == null ? 0 :
|
|
4256
|
+
result = imul(result, 31) + (this.n6b_1 == null ? 0 : this.n6b_1) | 0;
|
|
4249
4257
|
result = imul(result, 31) + (this.o6b_1 == null ? 0 : this.o6b_1) | 0;
|
|
4250
|
-
result = imul(result, 31) + (this.p6b_1 == null ? 0 : this.p6b_1) | 0;
|
|
4251
|
-
result = imul(result, 31) + (this.q6b_1 == null ? 0 :
|
|
4258
|
+
result = imul(result, 31) + (this.p6b_1 == null ? 0 : getBooleanHashCode(this.p6b_1)) | 0;
|
|
4259
|
+
result = imul(result, 31) + (this.q6b_1 == null ? 0 : hashCode(this.q6b_1)) | 0;
|
|
4252
4260
|
result = imul(result, 31) + (this.r6b_1 == null ? 0 : hashCode(this.r6b_1)) | 0;
|
|
4253
|
-
result = imul(result, 31) + (this.s6b_1 == null ? 0 :
|
|
4254
|
-
result = imul(result, 31) + (this.t6b_1 == null ? 0 :
|
|
4261
|
+
result = imul(result, 31) + (this.s6b_1 == null ? 0 : getBooleanHashCode(this.s6b_1)) | 0;
|
|
4262
|
+
result = imul(result, 31) + (this.t6b_1 == null ? 0 : getStringHashCode(this.t6b_1)) | 0;
|
|
4255
4263
|
result = imul(result, 31) + (this.u6b_1 == null ? 0 : getStringHashCode(this.u6b_1)) | 0;
|
|
4256
|
-
result = imul(result, 31) + (this.v6b_1 == null ? 0 :
|
|
4257
|
-
result = imul(result, 31) + (this.w6b_1 == null ? 0 :
|
|
4264
|
+
result = imul(result, 31) + (this.v6b_1 == null ? 0 : hashCode(this.v6b_1)) | 0;
|
|
4265
|
+
result = imul(result, 31) + (this.w6b_1 == null ? 0 : getBooleanHashCode(this.w6b_1)) | 0;
|
|
4258
4266
|
result = imul(result, 31) + (this.x6b_1 == null ? 0 : getBooleanHashCode(this.x6b_1)) | 0;
|
|
4259
4267
|
result = imul(result, 31) + (this.y6b_1 == null ? 0 : getBooleanHashCode(this.y6b_1)) | 0;
|
|
4260
4268
|
result = imul(result, 31) + (this.z6b_1 == null ? 0 : getBooleanHashCode(this.z6b_1)) | 0;
|
|
4261
4269
|
result = imul(result, 31) + (this.a6c_1 == null ? 0 : getBooleanHashCode(this.a6c_1)) | 0;
|
|
4262
4270
|
result = imul(result, 31) + (this.b6c_1 == null ? 0 : getBooleanHashCode(this.b6c_1)) | 0;
|
|
4263
4271
|
result = imul(result, 31) + (this.c6c_1 == null ? 0 : getBooleanHashCode(this.c6c_1)) | 0;
|
|
4264
|
-
result = imul(result, 31) + (this.d6c_1
|
|
4265
|
-
result = imul(result, 31) +
|
|
4266
|
-
result = imul(result, 31) + (this.f6c_1 == null ? 0 :
|
|
4267
|
-
result = imul(result, 31) + (this.g6c_1 == null ? 0 : this.g6c_1) | 0;
|
|
4268
|
-
result = imul(result, 31) + (this.h6c_1 == null ? 0 :
|
|
4269
|
-
result = imul(result, 31) + (this.i6c_1 == null ? 0 : this.i6c_1) | 0;
|
|
4272
|
+
result = imul(result, 31) + getStringHashCode(this.d6c_1) | 0;
|
|
4273
|
+
result = imul(result, 31) + (this.e6c_1 == null ? 0 : getBooleanHashCode(this.e6c_1)) | 0;
|
|
4274
|
+
result = imul(result, 31) + (this.f6c_1 == null ? 0 : this.f6c_1) | 0;
|
|
4275
|
+
result = imul(result, 31) + (this.g6c_1 == null ? 0 : getBooleanHashCode(this.g6c_1)) | 0;
|
|
4276
|
+
result = imul(result, 31) + (this.h6c_1 == null ? 0 : this.h6c_1) | 0;
|
|
4270
4277
|
return result;
|
|
4271
4278
|
};
|
|
4272
4279
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4274,6 +4281,8 @@
|
|
|
4274
4281
|
return true;
|
|
4275
4282
|
if (!(other instanceof RulesDto))
|
|
4276
4283
|
return false;
|
|
4284
|
+
if (!(this.i6b_1 == other.i6b_1))
|
|
4285
|
+
return false;
|
|
4277
4286
|
if (!(this.j6b_1 == other.j6b_1))
|
|
4278
4287
|
return false;
|
|
4279
4288
|
if (!(this.k6b_1 == other.k6b_1))
|
|
@@ -4288,19 +4297,19 @@
|
|
|
4288
4297
|
return false;
|
|
4289
4298
|
if (!(this.p6b_1 == other.p6b_1))
|
|
4290
4299
|
return false;
|
|
4291
|
-
if (!(this.q6b_1
|
|
4300
|
+
if (!equals(this.q6b_1, other.q6b_1))
|
|
4292
4301
|
return false;
|
|
4293
4302
|
if (!equals(this.r6b_1, other.r6b_1))
|
|
4294
4303
|
return false;
|
|
4295
|
-
if (!
|
|
4304
|
+
if (!(this.s6b_1 == other.s6b_1))
|
|
4296
4305
|
return false;
|
|
4297
4306
|
if (!(this.t6b_1 == other.t6b_1))
|
|
4298
4307
|
return false;
|
|
4299
4308
|
if (!(this.u6b_1 == other.u6b_1))
|
|
4300
4309
|
return false;
|
|
4301
|
-
if (!(this.v6b_1
|
|
4310
|
+
if (!equals(this.v6b_1, other.v6b_1))
|
|
4302
4311
|
return false;
|
|
4303
|
-
if (!
|
|
4312
|
+
if (!(this.w6b_1 == other.w6b_1))
|
|
4304
4313
|
return false;
|
|
4305
4314
|
if (!(this.x6b_1 == other.x6b_1))
|
|
4306
4315
|
return false;
|
|
@@ -4314,9 +4323,9 @@
|
|
|
4314
4323
|
return false;
|
|
4315
4324
|
if (!(this.c6c_1 == other.c6c_1))
|
|
4316
4325
|
return false;
|
|
4317
|
-
if (!(this.d6c_1
|
|
4326
|
+
if (!(this.d6c_1 === other.d6c_1))
|
|
4318
4327
|
return false;
|
|
4319
|
-
if (!(this.e6c_1
|
|
4328
|
+
if (!(this.e6c_1 == other.e6c_1))
|
|
4320
4329
|
return false;
|
|
4321
4330
|
if (!(this.f6c_1 == other.f6c_1))
|
|
4322
4331
|
return false;
|
|
@@ -4324,16 +4333,14 @@
|
|
|
4324
4333
|
return false;
|
|
4325
4334
|
if (!(this.h6c_1 == other.h6c_1))
|
|
4326
4335
|
return false;
|
|
4327
|
-
if (!(this.i6c_1 == other.i6c_1))
|
|
4328
|
-
return false;
|
|
4329
4336
|
return true;
|
|
4330
4337
|
};
|
|
4331
4338
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4332
|
-
this.
|
|
4333
|
-
this.
|
|
4339
|
+
this.i6c_1 = trump;
|
|
4340
|
+
this.j6c_1 = firstCardSuit;
|
|
4334
4341
|
}
|
|
4335
4342
|
protoOf(CardGrowthComparator).s5d = function (a, b) {
|
|
4336
|
-
return getGrowth(b, this.
|
|
4343
|
+
return getGrowth(b, this.i6c_1, this.j6c_1) - getGrowth(a, this.i6c_1, this.j6c_1) | 0;
|
|
4337
4344
|
};
|
|
4338
4345
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4339
4346
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4483,36 +4490,36 @@
|
|
|
4483
4490
|
function AsyncProvider() {
|
|
4484
4491
|
}
|
|
4485
4492
|
function onError($this, message, error) {
|
|
4486
|
-
$this.
|
|
4493
|
+
$this.t6c_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4487
4494
|
}
|
|
4488
4495
|
function Companion_20() {
|
|
4489
|
-
this.
|
|
4496
|
+
this.b6d_1 = 'AsyncProvider';
|
|
4490
4497
|
}
|
|
4491
4498
|
var Companion_instance_22;
|
|
4492
4499
|
function Companion_getInstance_23() {
|
|
4493
4500
|
return Companion_instance_22;
|
|
4494
4501
|
}
|
|
4495
4502
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4496
|
-
this.
|
|
4503
|
+
this.d6d_1 = this$0;
|
|
4497
4504
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4498
4505
|
}
|
|
4499
4506
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).s1x = function (context, exception) {
|
|
4500
|
-
onError(this.
|
|
4507
|
+
onError(this.d6d_1, 'CoroutineContext', exception);
|
|
4501
4508
|
return Unit_instance;
|
|
4502
4509
|
};
|
|
4503
4510
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4504
|
-
this.
|
|
4505
|
-
this.
|
|
4511
|
+
this.m6d_1 = this$0;
|
|
4512
|
+
this.n6d_1 = $block;
|
|
4506
4513
|
CoroutineImpl.call(this, resultContinuation);
|
|
4507
4514
|
}
|
|
4508
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4515
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).s6d = function ($this$async, $completion) {
|
|
4509
4516
|
var tmp = this.d2d($this$async, $completion);
|
|
4510
4517
|
tmp.u8_1 = Unit_instance;
|
|
4511
4518
|
tmp.v8_1 = null;
|
|
4512
4519
|
return tmp.a9();
|
|
4513
4520
|
};
|
|
4514
4521
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4515
|
-
return this.
|
|
4522
|
+
return this.s6d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4516
4523
|
};
|
|
4517
4524
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4518
4525
|
var suspendResult = this.u8_1;
|
|
@@ -4522,43 +4529,43 @@
|
|
|
4522
4529
|
switch (tmp) {
|
|
4523
4530
|
case 0:
|
|
4524
4531
|
this.t8_1 = 6;
|
|
4525
|
-
this.
|
|
4532
|
+
this.q6d_1 = this.m6d_1.v6c_1;
|
|
4526
4533
|
var tmp_0 = this;
|
|
4527
|
-
tmp_0.
|
|
4534
|
+
tmp_0.p6d_1 = null;
|
|
4528
4535
|
this.s8_1 = 1;
|
|
4529
|
-
suspendResult = this.
|
|
4536
|
+
suspendResult = this.q6d_1.e2m(this.p6d_1, this);
|
|
4530
4537
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4531
4538
|
return suspendResult;
|
|
4532
4539
|
}
|
|
4533
4540
|
|
|
4534
4541
|
continue $sm;
|
|
4535
4542
|
case 1:
|
|
4536
|
-
this.
|
|
4543
|
+
this.r6d_1 = Unit_instance;
|
|
4537
4544
|
this.s8_1 = 2;
|
|
4538
4545
|
continue $sm;
|
|
4539
4546
|
case 2:
|
|
4540
4547
|
this.t8_1 = 5;
|
|
4541
4548
|
this.s8_1 = 3;
|
|
4542
|
-
suspendResult = this.
|
|
4549
|
+
suspendResult = this.n6d_1(this.o6d_1, this);
|
|
4543
4550
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4544
4551
|
return suspendResult;
|
|
4545
4552
|
}
|
|
4546
4553
|
|
|
4547
4554
|
continue $sm;
|
|
4548
4555
|
case 3:
|
|
4549
|
-
this.
|
|
4556
|
+
this.r6d_1 = suspendResult;
|
|
4550
4557
|
this.t8_1 = 6;
|
|
4551
4558
|
this.s8_1 = 4;
|
|
4552
4559
|
continue $sm;
|
|
4553
4560
|
case 4:
|
|
4554
|
-
var tmp_1 = this.
|
|
4561
|
+
var tmp_1 = this.r6d_1;
|
|
4555
4562
|
this.t8_1 = 6;
|
|
4556
|
-
this.
|
|
4563
|
+
this.q6d_1.p2l(this.p6d_1);
|
|
4557
4564
|
return tmp_1;
|
|
4558
4565
|
case 5:
|
|
4559
4566
|
this.t8_1 = 6;
|
|
4560
4567
|
var t = this.v8_1;
|
|
4561
|
-
this.
|
|
4568
|
+
this.q6d_1.p2l(this.p6d_1);
|
|
4562
4569
|
throw t;
|
|
4563
4570
|
case 6:
|
|
4564
4571
|
throw this.v8_1;
|
|
@@ -4575,21 +4582,21 @@
|
|
|
4575
4582
|
while (true);
|
|
4576
4583
|
};
|
|
4577
4584
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).d2d = function ($this$async, completion) {
|
|
4578
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4579
|
-
i.
|
|
4585
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.m6d_1, this.n6d_1, completion);
|
|
4586
|
+
i.o6d_1 = $this$async;
|
|
4580
4587
|
return i;
|
|
4581
4588
|
};
|
|
4582
4589
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4583
4590
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4584
4591
|
var l = function ($this$async, $completion) {
|
|
4585
|
-
return i.
|
|
4592
|
+
return i.s6d($this$async, $completion);
|
|
4586
4593
|
};
|
|
4587
4594
|
l.$arity = 1;
|
|
4588
4595
|
return l;
|
|
4589
4596
|
}
|
|
4590
4597
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4591
|
-
this.
|
|
4592
|
-
this.
|
|
4598
|
+
this.b6e_1 = this$0;
|
|
4599
|
+
this.c6e_1 = $block;
|
|
4593
4600
|
CoroutineImpl.call(this, resultContinuation);
|
|
4594
4601
|
}
|
|
4595
4602
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c2d = function ($this$launch, $completion) {
|
|
@@ -4609,43 +4616,43 @@
|
|
|
4609
4616
|
switch (tmp) {
|
|
4610
4617
|
case 0:
|
|
4611
4618
|
this.t8_1 = 6;
|
|
4612
|
-
this.
|
|
4619
|
+
this.f6e_1 = this.b6e_1.v6c_1;
|
|
4613
4620
|
var tmp_0 = this;
|
|
4614
|
-
tmp_0.
|
|
4621
|
+
tmp_0.e6e_1 = null;
|
|
4615
4622
|
this.s8_1 = 1;
|
|
4616
|
-
suspendResult = this.
|
|
4623
|
+
suspendResult = this.f6e_1.e2m(this.e6e_1, this);
|
|
4617
4624
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4618
4625
|
return suspendResult;
|
|
4619
4626
|
}
|
|
4620
4627
|
|
|
4621
4628
|
continue $sm;
|
|
4622
4629
|
case 1:
|
|
4623
|
-
this.
|
|
4630
|
+
this.g6e_1 = Unit_instance;
|
|
4624
4631
|
this.s8_1 = 2;
|
|
4625
4632
|
continue $sm;
|
|
4626
4633
|
case 2:
|
|
4627
4634
|
this.t8_1 = 5;
|
|
4628
4635
|
this.s8_1 = 3;
|
|
4629
|
-
suspendResult = this.
|
|
4636
|
+
suspendResult = this.c6e_1(this.d6e_1, this);
|
|
4630
4637
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4631
4638
|
return suspendResult;
|
|
4632
4639
|
}
|
|
4633
4640
|
|
|
4634
4641
|
continue $sm;
|
|
4635
4642
|
case 3:
|
|
4636
|
-
this.
|
|
4643
|
+
this.g6e_1 = Unit_instance;
|
|
4637
4644
|
this.t8_1 = 6;
|
|
4638
4645
|
this.s8_1 = 4;
|
|
4639
4646
|
continue $sm;
|
|
4640
4647
|
case 4:
|
|
4641
|
-
this.
|
|
4648
|
+
this.g6e_1;
|
|
4642
4649
|
this.t8_1 = 6;
|
|
4643
|
-
this.
|
|
4650
|
+
this.f6e_1.p2l(this.e6e_1);
|
|
4644
4651
|
return Unit_instance;
|
|
4645
4652
|
case 5:
|
|
4646
4653
|
this.t8_1 = 6;
|
|
4647
4654
|
var t = this.v8_1;
|
|
4648
|
-
this.
|
|
4655
|
+
this.f6e_1.p2l(this.e6e_1);
|
|
4649
4656
|
throw t;
|
|
4650
4657
|
case 6:
|
|
4651
4658
|
throw this.v8_1;
|
|
@@ -4662,8 +4669,8 @@
|
|
|
4662
4669
|
while (true);
|
|
4663
4670
|
};
|
|
4664
4671
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).d2d = function ($this$launch, completion) {
|
|
4665
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4666
|
-
i.
|
|
4672
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.b6e_1, this.c6e_1, completion);
|
|
4673
|
+
i.d6e_1 = $this$launch;
|
|
4667
4674
|
return i;
|
|
4668
4675
|
};
|
|
4669
4676
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4678,63 +4685,63 @@
|
|
|
4678
4685
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().f21() : mainDispatcher;
|
|
4679
4686
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().b21_1 : defaultDispatcher;
|
|
4680
4687
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().c21_1 : unconfinedDispatcher;
|
|
4681
|
-
this.
|
|
4682
|
-
this.
|
|
4688
|
+
this.t6c_1 = logger;
|
|
4689
|
+
this.u6c_1 = SupervisorJob();
|
|
4690
|
+
this.v6c_1 = Mutex();
|
|
4683
4691
|
this.w6c_1 = Mutex();
|
|
4684
|
-
this.x6c_1 = Mutex();
|
|
4685
4692
|
var tmp = this;
|
|
4686
4693
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4687
|
-
tmp.
|
|
4688
|
-
this.
|
|
4689
|
-
this.
|
|
4690
|
-
this.
|
|
4694
|
+
tmp.x6c_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4695
|
+
this.y6c_1 = CoroutineScope_0(mainDispatcher.dg(this.u6c_1).dg(MainContextId_getInstance()));
|
|
4696
|
+
this.z6c_1 = CoroutineScope_0(defaultDispatcher.dg(this.u6c_1).dg(WorkerContextId_getInstance()));
|
|
4697
|
+
this.a6d_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.u6c_1).dg(WorkerContextId_getInstance()));
|
|
4691
4698
|
}
|
|
4692
|
-
protoOf(AsyncProviderImpl).
|
|
4693
|
-
return this.
|
|
4699
|
+
protoOf(AsyncProviderImpl).k6c = function () {
|
|
4700
|
+
return this.x6c_1;
|
|
4694
4701
|
};
|
|
4695
|
-
protoOf(AsyncProviderImpl).
|
|
4696
|
-
if (this.
|
|
4697
|
-
this.
|
|
4702
|
+
protoOf(AsyncProviderImpl).p6c = function (context, block) {
|
|
4703
|
+
if (this.u6c_1.b1q()) {
|
|
4704
|
+
this.t6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4698
4705
|
// Inline function 'kotlin.apply' call
|
|
4699
4706
|
var this_0 = Job();
|
|
4700
4707
|
this_0.p1q();
|
|
4701
4708
|
return this_0;
|
|
4702
4709
|
}
|
|
4703
|
-
return launch(this.
|
|
4710
|
+
return launch(this.y6c_1, context, VOID, block);
|
|
4704
4711
|
};
|
|
4705
|
-
protoOf(AsyncProviderImpl).
|
|
4706
|
-
if (this.
|
|
4707
|
-
this.
|
|
4712
|
+
protoOf(AsyncProviderImpl).r6c = function (context, block) {
|
|
4713
|
+
if (this.u6c_1.b1q()) {
|
|
4714
|
+
this.t6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4708
4715
|
// Inline function 'kotlin.apply' call
|
|
4709
4716
|
var this_0 = CompletableDeferred();
|
|
4710
4717
|
this_0.p1q();
|
|
4711
4718
|
return this_0;
|
|
4712
4719
|
}
|
|
4713
|
-
return async(this.
|
|
4720
|
+
return async(this.z6c_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4714
4721
|
};
|
|
4715
|
-
protoOf(AsyncProviderImpl).
|
|
4716
|
-
if (this.
|
|
4717
|
-
this.
|
|
4722
|
+
protoOf(AsyncProviderImpl).l6c = function (context, block) {
|
|
4723
|
+
if (this.u6c_1.b1q()) {
|
|
4724
|
+
this.t6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4718
4725
|
// Inline function 'kotlin.apply' call
|
|
4719
4726
|
var this_0 = Job();
|
|
4720
4727
|
this_0.p1q();
|
|
4721
4728
|
return this_0;
|
|
4722
4729
|
}
|
|
4723
|
-
return launch(this.
|
|
4730
|
+
return launch(this.z6c_1, context, VOID, block);
|
|
4724
4731
|
};
|
|
4725
|
-
protoOf(AsyncProviderImpl).
|
|
4726
|
-
if (this.
|
|
4727
|
-
this.
|
|
4732
|
+
protoOf(AsyncProviderImpl).n6c = function (context, block) {
|
|
4733
|
+
if (this.u6c_1.b1q()) {
|
|
4734
|
+
this.t6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4728
4735
|
// Inline function 'kotlin.apply' call
|
|
4729
4736
|
var this_0 = Job();
|
|
4730
4737
|
this_0.p1q();
|
|
4731
4738
|
return this_0;
|
|
4732
4739
|
}
|
|
4733
|
-
return launch(this.
|
|
4740
|
+
return launch(this.z6c_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4734
4741
|
};
|
|
4735
4742
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4736
|
-
if (!this.
|
|
4737
|
-
this.
|
|
4743
|
+
if (!this.u6c_1.b1q()) {
|
|
4744
|
+
this.u6c_1.p1q();
|
|
4738
4745
|
}
|
|
4739
4746
|
};
|
|
4740
4747
|
function Key() {
|
|
@@ -4796,7 +4803,7 @@
|
|
|
4796
4803
|
}
|
|
4797
4804
|
function UUIDIdsProvider() {
|
|
4798
4805
|
}
|
|
4799
|
-
protoOf(UUIDIdsProvider).
|
|
4806
|
+
protoOf(UUIDIdsProvider).h6e = function () {
|
|
4800
4807
|
return uuid4().toString();
|
|
4801
4808
|
};
|
|
4802
4809
|
var UUIDIdsProvider_instance;
|
|
@@ -4814,55 +4821,55 @@
|
|
|
4814
4821
|
tmp = lock;
|
|
4815
4822
|
}
|
|
4816
4823
|
lock = tmp;
|
|
4817
|
-
this.
|
|
4818
|
-
this.
|
|
4824
|
+
this.n6e_1 = logger;
|
|
4825
|
+
this.o6e_1 = lock;
|
|
4819
4826
|
var tmp_0 = this;
|
|
4820
4827
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4821
|
-
tmp_0.
|
|
4828
|
+
tmp_0.p6e_1 = HashMap_init_$Create$();
|
|
4822
4829
|
}
|
|
4823
|
-
protoOf(JobsProviderImpl).
|
|
4830
|
+
protoOf(JobsProviderImpl).i6e = function (timerTag, job) {
|
|
4824
4831
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4825
|
-
this.
|
|
4826
|
-
if (this.
|
|
4827
|
-
this.
|
|
4832
|
+
this.o6e_1;
|
|
4833
|
+
if (this.m6e(timerTag)) {
|
|
4834
|
+
this.n6e_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4828
4835
|
}
|
|
4829
4836
|
// Inline function 'kotlin.collections.set' call
|
|
4830
|
-
this.
|
|
4837
|
+
this.p6e_1.f2(timerTag, job);
|
|
4831
4838
|
};
|
|
4832
|
-
protoOf(JobsProviderImpl).
|
|
4839
|
+
protoOf(JobsProviderImpl).m6e = function (timerTag) {
|
|
4833
4840
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4834
|
-
this.
|
|
4835
|
-
return this.
|
|
4841
|
+
this.o6e_1;
|
|
4842
|
+
return this.p6e_1.a2(timerTag);
|
|
4836
4843
|
};
|
|
4837
|
-
protoOf(JobsProviderImpl).
|
|
4844
|
+
protoOf(JobsProviderImpl).k6e = function (timerTag) {
|
|
4838
4845
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4839
|
-
this.
|
|
4840
|
-
if (!this.
|
|
4841
|
-
this.
|
|
4846
|
+
this.o6e_1;
|
|
4847
|
+
if (!this.m6e(timerTag)) {
|
|
4848
|
+
this.n6e_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4842
4849
|
}
|
|
4843
|
-
this.
|
|
4850
|
+
this.p6e_1.g2(timerTag);
|
|
4844
4851
|
};
|
|
4845
|
-
protoOf(JobsProviderImpl).
|
|
4852
|
+
protoOf(JobsProviderImpl).l6e = function (timers) {
|
|
4846
4853
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4847
|
-
this.
|
|
4854
|
+
this.o6e_1;
|
|
4848
4855
|
// Inline function 'kotlin.collections.forEach' call
|
|
4849
4856
|
var _iterator__ex2g4s = timers.l();
|
|
4850
4857
|
while (_iterator__ex2g4s.m()) {
|
|
4851
4858
|
var element = _iterator__ex2g4s.n();
|
|
4852
|
-
var timer = this.
|
|
4859
|
+
var timer = this.p6e_1.c2(element);
|
|
4853
4860
|
if (timer == null)
|
|
4854
4861
|
null;
|
|
4855
4862
|
else {
|
|
4856
4863
|
timer.p1q();
|
|
4857
4864
|
}
|
|
4858
4865
|
}
|
|
4859
|
-
this.
|
|
4866
|
+
this.p6e_1.d2().l2(toSet(timers));
|
|
4860
4867
|
};
|
|
4861
|
-
protoOf(JobsProviderImpl).
|
|
4868
|
+
protoOf(JobsProviderImpl).j6e = function (timerTag) {
|
|
4862
4869
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4863
|
-
this.
|
|
4864
|
-
var timer = this.
|
|
4865
|
-
this.
|
|
4870
|
+
this.o6e_1;
|
|
4871
|
+
var timer = this.p6e_1.c2(timerTag);
|
|
4872
|
+
this.p6e_1.g2(timerTag);
|
|
4866
4873
|
var tmp;
|
|
4867
4874
|
if (timer == null) {
|
|
4868
4875
|
tmp = null;
|
|
@@ -4875,36 +4882,36 @@
|
|
|
4875
4882
|
}
|
|
4876
4883
|
function FileSystemImpl(fileSystem) {
|
|
4877
4884
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4878
|
-
this.
|
|
4885
|
+
this.t6e_1 = fileSystem;
|
|
4879
4886
|
}
|
|
4880
|
-
protoOf(FileSystemImpl).
|
|
4887
|
+
protoOf(FileSystemImpl).q6e = function (path, $completion) {
|
|
4881
4888
|
var directoryPath = Path(path);
|
|
4882
|
-
var exists = this.
|
|
4889
|
+
var exists = this.t6e_1.d1o(directoryPath);
|
|
4883
4890
|
if (!exists) {
|
|
4884
|
-
this.
|
|
4891
|
+
this.t6e_1.h1o(directoryPath);
|
|
4885
4892
|
}
|
|
4886
4893
|
return Unit_instance;
|
|
4887
4894
|
};
|
|
4888
|
-
protoOf(FileSystemImpl).
|
|
4889
|
-
return buffered(this.
|
|
4895
|
+
protoOf(FileSystemImpl).r6e = function (path, fileName, append, $completion) {
|
|
4896
|
+
return buffered(this.t6e_1.i1o(Path_0(path, [fileName]), append));
|
|
4890
4897
|
};
|
|
4891
|
-
protoOf(FileSystemImpl).
|
|
4892
|
-
this.
|
|
4898
|
+
protoOf(FileSystemImpl).s6e = function (path, $completion) {
|
|
4899
|
+
this.t6e_1.f1o(Path_0(path, []));
|
|
4893
4900
|
return Unit_instance;
|
|
4894
4901
|
};
|
|
4895
4902
|
function LoggerFactory() {
|
|
4896
4903
|
}
|
|
4897
4904
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4898
|
-
this.
|
|
4899
|
-
this.
|
|
4905
|
+
this.v6e_1 = coreConfig;
|
|
4906
|
+
this.w6e_1 = fileSystem;
|
|
4900
4907
|
}
|
|
4901
|
-
protoOf(LoggerFactoryImpl).
|
|
4908
|
+
protoOf(LoggerFactoryImpl).u6e = function (gameId, roomId, userId) {
|
|
4902
4909
|
// Inline function 'kotlin.let' call
|
|
4903
|
-
var it = this.
|
|
4910
|
+
var it = this.v6e_1.fileNameFormat;
|
|
4904
4911
|
var tmp = Companion_instance_4;
|
|
4905
4912
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4906
4913
|
// Inline function 'kotlin.collections.map' call
|
|
4907
|
-
var this_0 = split(this.
|
|
4914
|
+
var this_0 = split(this.v6e_1.requireDirectoryPath, ['/']);
|
|
4908
4915
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4909
4916
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4910
4917
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4916,7 +4923,7 @@
|
|
|
4916
4923
|
}
|
|
4917
4924
|
var segments = destination;
|
|
4918
4925
|
var tmp0_path = joinToString(segments, '/');
|
|
4919
|
-
var tmp1_fileSystem = this.
|
|
4926
|
+
var tmp1_fileSystem = this.w6e_1;
|
|
4920
4927
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4921
4928
|
};
|
|
4922
4929
|
function appendToFile($this, message, $completion) {
|
|
@@ -4927,7 +4934,7 @@
|
|
|
4927
4934
|
}
|
|
4928
4935
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4929
4936
|
CoroutineImpl.call(this, resultContinuation);
|
|
4930
|
-
this.
|
|
4937
|
+
this.p6f_1 = _this__u8e3s4;
|
|
4931
4938
|
}
|
|
4932
4939
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4933
4940
|
var suspendResult = this.u8_1;
|
|
@@ -4939,7 +4946,7 @@
|
|
|
4939
4946
|
this.t8_1 = 3;
|
|
4940
4947
|
this.t8_1 = 2;
|
|
4941
4948
|
this.s8_1 = 1;
|
|
4942
|
-
suspendResult = this.
|
|
4949
|
+
suspendResult = this.p6f_1.s6f_1.q6e(this.p6f_1.r6f_1, this);
|
|
4943
4950
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4944
4951
|
return suspendResult;
|
|
4945
4952
|
}
|
|
@@ -4980,8 +4987,8 @@
|
|
|
4980
4987
|
};
|
|
4981
4988
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4982
4989
|
CoroutineImpl.call(this, resultContinuation);
|
|
4983
|
-
this.
|
|
4984
|
-
this.
|
|
4990
|
+
this.f6f_1 = _this__u8e3s4;
|
|
4991
|
+
this.g6f_1 = message;
|
|
4985
4992
|
}
|
|
4986
4993
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4987
4994
|
var suspendResult = this.u8_1;
|
|
@@ -4993,7 +5000,7 @@
|
|
|
4993
5000
|
this.t8_1 = 3;
|
|
4994
5001
|
this.t8_1 = 2;
|
|
4995
5002
|
this.s8_1 = 1;
|
|
4996
|
-
suspendResult = this.
|
|
5003
|
+
suspendResult = this.f6f_1.s6f_1.r6e(this.f6f_1.r6f_1, this.f6f_1.q6f_1, true, this);
|
|
4997
5004
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4998
5005
|
return suspendResult;
|
|
4999
5006
|
}
|
|
@@ -5004,7 +5011,7 @@
|
|
|
5004
5011
|
var sink = buffered(ARGUMENT);
|
|
5005
5012
|
l$ret$1: do {
|
|
5006
5013
|
try {
|
|
5007
|
-
writeString(sink, this.
|
|
5014
|
+
writeString(sink, this.g6f_1 + '\n');
|
|
5008
5015
|
break l$ret$1;
|
|
5009
5016
|
} catch ($p) {
|
|
5010
5017
|
var t = $p;
|
|
@@ -5047,17 +5054,17 @@
|
|
|
5047
5054
|
while (true);
|
|
5048
5055
|
};
|
|
5049
5056
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5050
|
-
this.
|
|
5051
|
-
this.
|
|
5052
|
-
this.
|
|
5057
|
+
this.q6f_1 = fileName;
|
|
5058
|
+
this.r6f_1 = path;
|
|
5059
|
+
this.s6f_1 = fileSystem;
|
|
5053
5060
|
}
|
|
5054
|
-
protoOf(LogsStorageControllerImpl).
|
|
5061
|
+
protoOf(LogsStorageControllerImpl).t6f = function ($completion) {
|
|
5055
5062
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5056
5063
|
tmp.u8_1 = Unit_instance;
|
|
5057
5064
|
tmp.v8_1 = null;
|
|
5058
5065
|
return tmp.a9();
|
|
5059
5066
|
};
|
|
5060
|
-
protoOf(LogsStorageControllerImpl).
|
|
5067
|
+
protoOf(LogsStorageControllerImpl).u6f = function (log, $completion) {
|
|
5061
5068
|
return appendToFile(this, log, $completion);
|
|
5062
5069
|
};
|
|
5063
5070
|
function BufferedAction() {
|
|
@@ -5072,20 +5079,20 @@
|
|
|
5072
5079
|
}
|
|
5073
5080
|
function StopTimerAction(timerTag) {
|
|
5074
5081
|
TimerAction.call(this);
|
|
5075
|
-
this.
|
|
5082
|
+
this.a6g_1 = timerTag;
|
|
5076
5083
|
}
|
|
5077
5084
|
protoOf(StopTimerAction).toString = function () {
|
|
5078
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5085
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.a6g_1) + ')';
|
|
5079
5086
|
};
|
|
5080
5087
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5081
|
-
return hashCode(this.
|
|
5088
|
+
return hashCode(this.a6g_1);
|
|
5082
5089
|
};
|
|
5083
5090
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5084
5091
|
if (this === other)
|
|
5085
5092
|
return true;
|
|
5086
5093
|
if (!(other instanceof StopTimerAction))
|
|
5087
5094
|
return false;
|
|
5088
|
-
if (!equals(this.
|
|
5095
|
+
if (!equals(this.a6g_1, other.a6g_1))
|
|
5089
5096
|
return false;
|
|
5090
5097
|
return true;
|
|
5091
5098
|
};
|
|
@@ -5093,30 +5100,30 @@
|
|
|
5093
5100
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5094
5101
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5095
5102
|
TimerAction.call(this);
|
|
5096
|
-
this.
|
|
5097
|
-
this.
|
|
5098
|
-
this.
|
|
5099
|
-
this.
|
|
5103
|
+
this.b6g_1 = timerTag;
|
|
5104
|
+
this.c6g_1 = delayMillis;
|
|
5105
|
+
this.d6g_1 = initialDelay;
|
|
5106
|
+
this.e6g_1 = type;
|
|
5100
5107
|
}
|
|
5101
5108
|
protoOf(StartTimerAction).toString = function () {
|
|
5102
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5103
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5109
|
+
var tmp = 'timerTag=' + toString_0(this.b6g_1);
|
|
5110
|
+
var tmp_0 = 'delayMillis=' + this.c6g_1.toString();
|
|
5104
5111
|
// Inline function 'kotlin.takeIf' call
|
|
5105
|
-
var this_0 = 'initialDelay=' + this.
|
|
5112
|
+
var this_0 = 'initialDelay=' + this.d6g_1.toString();
|
|
5106
5113
|
var tmp_1;
|
|
5107
|
-
if (!equalsLong(this.
|
|
5114
|
+
if (!equalsLong(this.d6g_1, new Long(0, 0))) {
|
|
5108
5115
|
tmp_1 = this_0;
|
|
5109
5116
|
} else {
|
|
5110
5117
|
tmp_1 = null;
|
|
5111
5118
|
}
|
|
5112
5119
|
var tmp$ret$1 = tmp_1;
|
|
5113
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5120
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.e6g_1.toString()])) + ')';
|
|
5114
5121
|
};
|
|
5115
5122
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5116
|
-
var result = hashCode(this.
|
|
5123
|
+
var result = hashCode(this.b6g_1);
|
|
5124
|
+
result = imul(result, 31) + this.c6g_1.hashCode() | 0;
|
|
5117
5125
|
result = imul(result, 31) + this.d6g_1.hashCode() | 0;
|
|
5118
5126
|
result = imul(result, 31) + this.e6g_1.hashCode() | 0;
|
|
5119
|
-
result = imul(result, 31) + this.f6g_1.hashCode() | 0;
|
|
5120
5127
|
return result;
|
|
5121
5128
|
};
|
|
5122
5129
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5124,13 +5131,13 @@
|
|
|
5124
5131
|
return true;
|
|
5125
5132
|
if (!(other instanceof StartTimerAction))
|
|
5126
5133
|
return false;
|
|
5127
|
-
if (!equals(this.
|
|
5134
|
+
if (!equals(this.b6g_1, other.b6g_1))
|
|
5128
5135
|
return false;
|
|
5129
|
-
if (!equalsLong(this.
|
|
5136
|
+
if (!equalsLong(this.c6g_1, other.c6g_1))
|
|
5130
5137
|
return false;
|
|
5131
|
-
if (!equalsLong(this.
|
|
5138
|
+
if (!equalsLong(this.d6g_1, other.d6g_1))
|
|
5132
5139
|
return false;
|
|
5133
|
-
if (!this.
|
|
5140
|
+
if (!this.e6g_1.equals(other.e6g_1))
|
|
5134
5141
|
return false;
|
|
5135
5142
|
return true;
|
|
5136
5143
|
};
|
|
@@ -5149,18 +5156,18 @@
|
|
|
5149
5156
|
}
|
|
5150
5157
|
function TimerTickAction(timerTag, type) {
|
|
5151
5158
|
TimerAction.call(this);
|
|
5152
|
-
this.
|
|
5153
|
-
this.
|
|
5159
|
+
this.f6g_1 = timerTag;
|
|
5160
|
+
this.g6g_1 = type;
|
|
5154
5161
|
}
|
|
5155
5162
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5156
|
-
return this.
|
|
5163
|
+
return this.f6g_1.ignoreValidation();
|
|
5157
5164
|
};
|
|
5158
5165
|
protoOf(TimerTickAction).toString = function () {
|
|
5159
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5166
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.f6g_1) + ', type=' + this.g6g_1.toString() + ')';
|
|
5160
5167
|
};
|
|
5161
5168
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5162
|
-
var result = hashCode(this.
|
|
5163
|
-
result = imul(result, 31) + this.
|
|
5169
|
+
var result = hashCode(this.f6g_1);
|
|
5170
|
+
result = imul(result, 31) + this.g6g_1.hashCode() | 0;
|
|
5164
5171
|
return result;
|
|
5165
5172
|
};
|
|
5166
5173
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5168,9 +5175,9 @@
|
|
|
5168
5175
|
return true;
|
|
5169
5176
|
if (!(other instanceof TimerTickAction))
|
|
5170
5177
|
return false;
|
|
5171
|
-
if (!equals(this.
|
|
5178
|
+
if (!equals(this.f6g_1, other.f6g_1))
|
|
5172
5179
|
return false;
|
|
5173
|
-
if (!this.
|
|
5180
|
+
if (!this.g6g_1.equals(other.g6g_1))
|
|
5174
5181
|
return false;
|
|
5175
5182
|
return true;
|
|
5176
5183
|
};
|
|
@@ -5212,7 +5219,7 @@
|
|
|
5212
5219
|
return function (reducer, initialState, en) {
|
|
5213
5220
|
var store = $storeCreator(reducer, initialState, en);
|
|
5214
5221
|
var origDispatch = store.dispatch;
|
|
5215
|
-
store.
|
|
5222
|
+
store.h6g(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5216
5223
|
return store;
|
|
5217
5224
|
};
|
|
5218
5225
|
}
|
|
@@ -5226,7 +5233,7 @@
|
|
|
5226
5233
|
}
|
|
5227
5234
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5228
5235
|
return function (action) {
|
|
5229
|
-
$middleware.
|
|
5236
|
+
$middleware.i6g($store, $dispatcher, action);
|
|
5230
5237
|
return Unit_instance;
|
|
5231
5238
|
};
|
|
5232
5239
|
}
|
|
@@ -5241,7 +5248,7 @@
|
|
|
5241
5248
|
while (inductionVariable < last) {
|
|
5242
5249
|
var element = tmp0[inductionVariable];
|
|
5243
5250
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5244
|
-
if (element.
|
|
5251
|
+
if (element.j6g(action)) {
|
|
5245
5252
|
destination.j(element);
|
|
5246
5253
|
}
|
|
5247
5254
|
}
|
|
@@ -5265,7 +5272,7 @@
|
|
|
5265
5272
|
return function (reducer, initialState, en) {
|
|
5266
5273
|
var store = $storeCreator(reducer, initialState, en);
|
|
5267
5274
|
var origDispatch = store.dispatch;
|
|
5268
|
-
store.
|
|
5275
|
+
store.h6g(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5269
5276
|
return store;
|
|
5270
5277
|
};
|
|
5271
5278
|
}
|
|
@@ -5279,9 +5286,9 @@
|
|
|
5279
5286
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5280
5287
|
}
|
|
5281
5288
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5282
|
-
this.
|
|
5283
|
-
this.
|
|
5284
|
-
this.
|
|
5289
|
+
this.s6g_1 = $jobsProvider;
|
|
5290
|
+
this.t6g_1 = $action;
|
|
5291
|
+
this.u6g_1 = $store;
|
|
5285
5292
|
CoroutineImpl.call(this, resultContinuation);
|
|
5286
5293
|
}
|
|
5287
5294
|
protoOf(timerMiddleware$o$handle$slambda$slambda).c2d = function ($this$launchMain, $completion) {
|
|
@@ -5300,8 +5307,8 @@
|
|
|
5300
5307
|
var tmp = this.s8_1;
|
|
5301
5308
|
if (tmp === 0) {
|
|
5302
5309
|
this.t8_1 = 1;
|
|
5303
|
-
if (this.
|
|
5304
|
-
this.
|
|
5310
|
+
if (this.s6g_1.m6e(this.t6g_1.b6g_1)) {
|
|
5311
|
+
this.u6g_1.dispatch(new TimerTickAction(this.t6g_1.b6g_1, TimerType_DELAY_getInstance()));
|
|
5305
5312
|
}
|
|
5306
5313
|
return Unit_instance;
|
|
5307
5314
|
} else if (tmp === 1) {
|
|
@@ -5314,8 +5321,8 @@
|
|
|
5314
5321
|
while (true);
|
|
5315
5322
|
};
|
|
5316
5323
|
protoOf(timerMiddleware$o$handle$slambda$slambda).d2d = function ($this$launchMain, completion) {
|
|
5317
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5318
|
-
i.
|
|
5324
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.s6g_1, this.t6g_1, this.u6g_1, completion);
|
|
5325
|
+
i.v6g_1 = $this$launchMain;
|
|
5319
5326
|
return i;
|
|
5320
5327
|
};
|
|
5321
5328
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5327,9 +5334,9 @@
|
|
|
5327
5334
|
return l;
|
|
5328
5335
|
}
|
|
5329
5336
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5330
|
-
this.
|
|
5331
|
-
this.
|
|
5332
|
-
this.
|
|
5337
|
+
this.e6h_1 = $jobsProvider;
|
|
5338
|
+
this.f6h_1 = $action;
|
|
5339
|
+
this.g6h_1 = $store;
|
|
5333
5340
|
CoroutineImpl.call(this, resultContinuation);
|
|
5334
5341
|
}
|
|
5335
5342
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c2d = function ($this$launchMain, $completion) {
|
|
@@ -5348,8 +5355,8 @@
|
|
|
5348
5355
|
var tmp = this.s8_1;
|
|
5349
5356
|
if (tmp === 0) {
|
|
5350
5357
|
this.t8_1 = 1;
|
|
5351
|
-
if (this.
|
|
5352
|
-
this.
|
|
5358
|
+
if (this.e6h_1.m6e(this.f6h_1.b6g_1)) {
|
|
5359
|
+
this.g6h_1.dispatch(new TimerTickAction(this.f6h_1.b6g_1, TimerType_INTERVAL_getInstance()));
|
|
5353
5360
|
}
|
|
5354
5361
|
return Unit_instance;
|
|
5355
5362
|
} else if (tmp === 1) {
|
|
@@ -5362,8 +5369,8 @@
|
|
|
5362
5369
|
while (true);
|
|
5363
5370
|
};
|
|
5364
5371
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).d2d = function ($this$launchMain, completion) {
|
|
5365
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5366
|
-
i.
|
|
5372
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.e6h_1, this.f6h_1, this.g6h_1, completion);
|
|
5373
|
+
i.h6h_1 = $this$launchMain;
|
|
5367
5374
|
return i;
|
|
5368
5375
|
};
|
|
5369
5376
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5375,10 +5382,10 @@
|
|
|
5375
5382
|
return l;
|
|
5376
5383
|
}
|
|
5377
5384
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5378
|
-
this.
|
|
5379
|
-
this.
|
|
5380
|
-
this.
|
|
5381
|
-
this.
|
|
5385
|
+
this.q6h_1 = $action;
|
|
5386
|
+
this.r6h_1 = $asyncProvider;
|
|
5387
|
+
this.s6h_1 = $jobsProvider;
|
|
5388
|
+
this.t6h_1 = $store;
|
|
5382
5389
|
CoroutineImpl.call(this, resultContinuation);
|
|
5383
5390
|
}
|
|
5384
5391
|
protoOf(timerMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, $completion) {
|
|
@@ -5398,9 +5405,9 @@
|
|
|
5398
5405
|
switch (tmp) {
|
|
5399
5406
|
case 0:
|
|
5400
5407
|
this.t8_1 = 10;
|
|
5401
|
-
if (!equalsLong(this.
|
|
5408
|
+
if (!equalsLong(this.q6h_1.d6g_1, new Long(0, 0)) && this.q6h_1.e6g_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5402
5409
|
this.s8_1 = 1;
|
|
5403
|
-
suspendResult = delay(this.
|
|
5410
|
+
suspendResult = delay(this.q6h_1.d6g_1, this);
|
|
5404
5411
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5405
5412
|
return suspendResult;
|
|
5406
5413
|
}
|
|
@@ -5414,19 +5421,19 @@
|
|
|
5414
5421
|
this.s8_1 = 2;
|
|
5415
5422
|
continue $sm;
|
|
5416
5423
|
case 2:
|
|
5417
|
-
var tmp0 = this.
|
|
5424
|
+
var tmp0 = this.q6h_1.e6g_1.q2_1;
|
|
5418
5425
|
if (tmp0 === 0) {
|
|
5419
5426
|
this.s8_1 = 8;
|
|
5420
|
-
suspendResult = delay(this.
|
|
5427
|
+
suspendResult = delay(this.q6h_1.c6g_1, this);
|
|
5421
5428
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5422
5429
|
return suspendResult;
|
|
5423
5430
|
}
|
|
5424
5431
|
continue $sm;
|
|
5425
5432
|
} else {
|
|
5426
5433
|
if (tmp0 === 1) {
|
|
5427
|
-
if (!equalsLong(this.
|
|
5434
|
+
if (!equalsLong(this.q6h_1.d6g_1, new Long(0, 0))) {
|
|
5428
5435
|
this.s8_1 = 3;
|
|
5429
|
-
suspendResult = delay(this.
|
|
5436
|
+
suspendResult = delay(this.q6h_1.d6g_1, this);
|
|
5430
5437
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5431
5438
|
return suspendResult;
|
|
5432
5439
|
}
|
|
@@ -5449,14 +5456,14 @@
|
|
|
5449
5456
|
this.s8_1 = 5;
|
|
5450
5457
|
continue $sm;
|
|
5451
5458
|
case 5:
|
|
5452
|
-
if (!get_isActive(this.
|
|
5459
|
+
if (!get_isActive(this.u6h_1)) {
|
|
5453
5460
|
this.s8_1 = 7;
|
|
5454
5461
|
continue $sm;
|
|
5455
5462
|
}
|
|
5456
5463
|
|
|
5457
|
-
this.
|
|
5464
|
+
this.r6h_1.q6c(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.s6h_1, this.q6h_1, this.t6h_1, null));
|
|
5458
5465
|
this.s8_1 = 6;
|
|
5459
|
-
suspendResult = delay(this.
|
|
5466
|
+
suspendResult = delay(this.q6h_1.d6g_1, this);
|
|
5460
5467
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5461
5468
|
return suspendResult;
|
|
5462
5469
|
}
|
|
@@ -5466,12 +5473,12 @@
|
|
|
5466
5473
|
this.s8_1 = 5;
|
|
5467
5474
|
continue $sm;
|
|
5468
5475
|
case 7:
|
|
5469
|
-
this.
|
|
5476
|
+
this.v6h_1 = Unit_instance;
|
|
5470
5477
|
this.s8_1 = 9;
|
|
5471
5478
|
continue $sm;
|
|
5472
5479
|
case 8:
|
|
5473
5480
|
var tmp_1 = this;
|
|
5474
|
-
tmp_1.
|
|
5481
|
+
tmp_1.v6h_1 = this.r6h_1.q6c(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.s6h_1, this.q6h_1, this.t6h_1, null));
|
|
5475
5482
|
this.s8_1 = 9;
|
|
5476
5483
|
continue $sm;
|
|
5477
5484
|
case 9:
|
|
@@ -5491,8 +5498,8 @@
|
|
|
5491
5498
|
while (true);
|
|
5492
5499
|
};
|
|
5493
5500
|
protoOf(timerMiddleware$o$handle$slambda).d2d = function ($this$launchDefault, completion) {
|
|
5494
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5495
|
-
i.
|
|
5501
|
+
var i = new timerMiddleware$o$handle$slambda(this.q6h_1, this.r6h_1, this.s6h_1, this.t6h_1, completion);
|
|
5502
|
+
i.u6h_1 = $this$launchDefault;
|
|
5496
5503
|
return i;
|
|
5497
5504
|
};
|
|
5498
5505
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5504,24 +5511,24 @@
|
|
|
5504
5511
|
return l;
|
|
5505
5512
|
}
|
|
5506
5513
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5507
|
-
this.
|
|
5508
|
-
this.
|
|
5514
|
+
this.w6h_1 = $asyncProvider;
|
|
5515
|
+
this.x6h_1 = $jobsProvider;
|
|
5509
5516
|
}
|
|
5510
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5517
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).j6g = function (action) {
|
|
5511
5518
|
return action instanceof TimerAction;
|
|
5512
5519
|
};
|
|
5513
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5520
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).y6h = function (store, next, action) {
|
|
5514
5521
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5515
5522
|
if (action_0 instanceof StartTimerAction) {
|
|
5516
|
-
var job = this.
|
|
5517
|
-
this.
|
|
5523
|
+
var job = this.w6h_1.m6c(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.w6h_1, this.x6h_1, store, null));
|
|
5524
|
+
this.x6h_1.i6e(action_0.b6g_1, job);
|
|
5518
5525
|
} else {
|
|
5519
5526
|
if (action_0 instanceof StopTimerAction) {
|
|
5520
|
-
this.
|
|
5527
|
+
this.x6h_1.j6e(action_0.a6g_1);
|
|
5521
5528
|
} else {
|
|
5522
5529
|
if (action_0 instanceof TimerTickAction) {
|
|
5523
|
-
if (action_0.
|
|
5524
|
-
this.
|
|
5530
|
+
if (action_0.g6g_1.equals(TimerType_DELAY_getInstance())) {
|
|
5531
|
+
this.x6h_1.k6e(action_0.f6g_1);
|
|
5525
5532
|
}
|
|
5526
5533
|
} else {
|
|
5527
5534
|
noWhenBranchMatchedException();
|
|
@@ -5530,8 +5537,8 @@
|
|
|
5530
5537
|
}
|
|
5531
5538
|
next(action_0);
|
|
5532
5539
|
};
|
|
5533
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5534
|
-
return this.
|
|
5540
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).i6g = function (store, next, action) {
|
|
5541
|
+
return this.y6h(store, next, action);
|
|
5535
5542
|
};
|
|
5536
5543
|
function compose(functions) {
|
|
5537
5544
|
return compose$lambda(functions);
|
|
@@ -5575,7 +5582,7 @@
|
|
|
5575
5582
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5576
5583
|
try {
|
|
5577
5584
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5578
|
-
currentState._v = currentReducer._v.
|
|
5585
|
+
currentState._v = currentReducer._v.z6h(currentState._v, action);
|
|
5579
5586
|
stateTrigger.j2b(Unit_instance);
|
|
5580
5587
|
} catch ($p) {
|
|
5581
5588
|
if ($p instanceof Exception) {
|
|
@@ -5599,8 +5606,8 @@
|
|
|
5599
5606
|
};
|
|
5600
5607
|
}
|
|
5601
5608
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5602
|
-
this.
|
|
5603
|
-
this.
|
|
5609
|
+
this.i6i_1 = $$this$unsafeFlow;
|
|
5610
|
+
this.j6i_1 = this$0;
|
|
5604
5611
|
CoroutineImpl.call(this, resultContinuation);
|
|
5605
5612
|
}
|
|
5606
5613
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).x2h = function (value, $completion) {
|
|
@@ -5620,10 +5627,10 @@
|
|
|
5620
5627
|
switch (tmp) {
|
|
5621
5628
|
case 0:
|
|
5622
5629
|
this.t8_1 = 2;
|
|
5623
|
-
var tmp0 = this.
|
|
5624
|
-
this.
|
|
5630
|
+
var tmp0 = this.i6i_1;
|
|
5631
|
+
this.k6i_1;
|
|
5625
5632
|
this.s8_1 = 1;
|
|
5626
|
-
suspendResult = tmp0.o28(this.
|
|
5633
|
+
suspendResult = tmp0.o28(this.j6i_1.state, this);
|
|
5627
5634
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5628
5635
|
return suspendResult;
|
|
5629
5636
|
}
|
|
@@ -5646,8 +5653,8 @@
|
|
|
5646
5653
|
while (true);
|
|
5647
5654
|
};
|
|
5648
5655
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).y2h = function (value, completion) {
|
|
5649
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5650
|
-
i.
|
|
5656
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.i6i_1, this.j6i_1, completion);
|
|
5657
|
+
i.k6i_1 = value;
|
|
5651
5658
|
return i;
|
|
5652
5659
|
};
|
|
5653
5660
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5660,8 +5667,8 @@
|
|
|
5660
5667
|
}
|
|
5661
5668
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5662
5669
|
CoroutineImpl.call(this, resultContinuation);
|
|
5663
|
-
this.
|
|
5664
|
-
this.
|
|
5670
|
+
this.t6i_1 = _this__u8e3s4;
|
|
5671
|
+
this.u6i_1 = collector;
|
|
5665
5672
|
}
|
|
5666
5673
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5667
5674
|
var suspendResult = this.u8_1;
|
|
@@ -5671,10 +5678,10 @@
|
|
|
5671
5678
|
switch (tmp) {
|
|
5672
5679
|
case 0:
|
|
5673
5680
|
this.t8_1 = 2;
|
|
5674
|
-
var $this$unsafeFlow = this.
|
|
5681
|
+
var $this$unsafeFlow = this.u6i_1;
|
|
5675
5682
|
this.s8_1 = 1;
|
|
5676
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5677
|
-
suspendResult = this.
|
|
5683
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.t6i_1.w6i_1, null);
|
|
5684
|
+
suspendResult = this.t6i_1.v6i_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5678
5685
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5679
5686
|
return suspendResult;
|
|
5680
5687
|
}
|
|
@@ -5697,13 +5704,13 @@
|
|
|
5697
5704
|
while (true);
|
|
5698
5705
|
};
|
|
5699
5706
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5700
|
-
this.
|
|
5707
|
+
this.x6i_1 = function_0;
|
|
5701
5708
|
}
|
|
5702
5709
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o28 = function (value, $completion) {
|
|
5703
|
-
return this.
|
|
5710
|
+
return this.x6i_1(value, $completion);
|
|
5704
5711
|
};
|
|
5705
5712
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5706
|
-
return this.
|
|
5713
|
+
return this.x6i_1;
|
|
5707
5714
|
};
|
|
5708
5715
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5709
5716
|
var tmp;
|
|
@@ -5736,8 +5743,8 @@
|
|
|
5736
5743
|
};
|
|
5737
5744
|
}
|
|
5738
5745
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5739
|
-
this.
|
|
5740
|
-
this.
|
|
5746
|
+
this.v6i_1 = $this;
|
|
5747
|
+
this.w6i_1 = this$0;
|
|
5741
5748
|
}
|
|
5742
5749
|
protoOf(createStore$3$observe$$inlined$map$1).p28 = function (collector, $completion) {
|
|
5743
5750
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5749,33 +5756,33 @@
|
|
|
5749
5756
|
return this.p28(collector, $completion);
|
|
5750
5757
|
};
|
|
5751
5758
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5752
|
-
this.
|
|
5753
|
-
this.
|
|
5754
|
-
this.
|
|
5759
|
+
this.b6j_1 = $currentState;
|
|
5760
|
+
this.c6j_1 = $stateTrigger;
|
|
5761
|
+
this.y6i_1 = this;
|
|
5755
5762
|
var tmp = this;
|
|
5756
|
-
tmp.
|
|
5763
|
+
tmp.z6i_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5757
5764
|
var tmp_0 = this;
|
|
5758
|
-
tmp_0.
|
|
5765
|
+
tmp_0.a6j_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5759
5766
|
}
|
|
5760
|
-
protoOf(createStore$3).
|
|
5761
|
-
return this.
|
|
5767
|
+
protoOf(createStore$3).d6j = function () {
|
|
5768
|
+
return this.y6i_1;
|
|
5762
5769
|
};
|
|
5763
5770
|
protoOf(createStore$3).x66 = function () {
|
|
5764
|
-
return createStore$getState(this.
|
|
5771
|
+
return createStore$getState(this.b6j_1);
|
|
5772
|
+
};
|
|
5773
|
+
protoOf(createStore$3).h6g = function (_set____db54di) {
|
|
5774
|
+
this.z6i_1 = _set____db54di;
|
|
5765
5775
|
};
|
|
5766
|
-
protoOf(createStore$3).
|
|
5767
|
-
this.
|
|
5776
|
+
protoOf(createStore$3).e6j = function () {
|
|
5777
|
+
return this.z6i_1;
|
|
5768
5778
|
};
|
|
5769
5779
|
protoOf(createStore$3).f6j = function () {
|
|
5770
5780
|
return this.a6j_1;
|
|
5771
5781
|
};
|
|
5772
5782
|
protoOf(createStore$3).g6j = function () {
|
|
5773
|
-
return this.b6j_1;
|
|
5774
|
-
};
|
|
5775
|
-
protoOf(createStore$3).h6j = function () {
|
|
5776
5783
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5777
5784
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5778
|
-
var this_0 = this.
|
|
5785
|
+
var this_0 = this.c6j_1;
|
|
5779
5786
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5780
5787
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5781
5788
|
};
|
|
@@ -5851,10 +5858,10 @@
|
|
|
5851
5858
|
return new middleware$1(dispatch);
|
|
5852
5859
|
}
|
|
5853
5860
|
function middleware$1($dispatch) {
|
|
5854
|
-
this.
|
|
5861
|
+
this.h6j_1 = $dispatch;
|
|
5855
5862
|
}
|
|
5856
|
-
protoOf(middleware$1).
|
|
5857
|
-
this.
|
|
5863
|
+
protoOf(middleware$1).i6g = function (store, next, action) {
|
|
5864
|
+
this.h6j_1(store, next, action);
|
|
5858
5865
|
};
|
|
5859
5866
|
function Reducer() {
|
|
5860
5867
|
}
|
|
@@ -5862,11 +5869,11 @@
|
|
|
5862
5869
|
return new combineReducers$1(reducers);
|
|
5863
5870
|
}
|
|
5864
5871
|
function combineReducers$1($reducers) {
|
|
5865
|
-
this.
|
|
5872
|
+
this.i6j_1 = $reducers;
|
|
5866
5873
|
}
|
|
5867
|
-
protoOf(combineReducers$1).
|
|
5874
|
+
protoOf(combineReducers$1).j6j = function (state, action) {
|
|
5868
5875
|
// Inline function 'kotlin.collections.filter' call
|
|
5869
|
-
var tmp0 = this.
|
|
5876
|
+
var tmp0 = this.i6j_1;
|
|
5870
5877
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5871
5878
|
var destination = ArrayList_init_$Create$();
|
|
5872
5879
|
var inductionVariable = 0;
|
|
@@ -5874,7 +5881,7 @@
|
|
|
5874
5881
|
while (inductionVariable < last) {
|
|
5875
5882
|
var element = tmp0[inductionVariable];
|
|
5876
5883
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5877
|
-
if (element.
|
|
5884
|
+
if (element.j6g(action)) {
|
|
5878
5885
|
destination.j(element);
|
|
5879
5886
|
}
|
|
5880
5887
|
}
|
|
@@ -5884,12 +5891,12 @@
|
|
|
5884
5891
|
while (_iterator__ex2g4s.m()) {
|
|
5885
5892
|
var element_0 = _iterator__ex2g4s.n();
|
|
5886
5893
|
var s = accumulator;
|
|
5887
|
-
accumulator = element_0.
|
|
5894
|
+
accumulator = element_0.z6h(s, action);
|
|
5888
5895
|
}
|
|
5889
5896
|
return accumulator;
|
|
5890
5897
|
};
|
|
5891
|
-
protoOf(combineReducers$1).
|
|
5892
|
-
return this.
|
|
5898
|
+
protoOf(combineReducers$1).z6h = function (state, action) {
|
|
5899
|
+
return this.j6j((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5893
5900
|
};
|
|
5894
5901
|
function Store() {
|
|
5895
5902
|
}
|
|
@@ -5901,13 +5908,13 @@
|
|
|
5901
5908
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
5902
5909
|
}
|
|
5903
5910
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
5904
|
-
this.
|
|
5911
|
+
this.k6j_1 = function_0;
|
|
5905
5912
|
}
|
|
5906
5913
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).o28 = function (value, $completion) {
|
|
5907
|
-
return this.
|
|
5914
|
+
return this.k6j_1(value, $completion);
|
|
5908
5915
|
};
|
|
5909
5916
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
5910
|
-
return this.
|
|
5917
|
+
return this.k6j_1;
|
|
5911
5918
|
};
|
|
5912
5919
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
5913
5920
|
var tmp;
|
|
@@ -5928,9 +5935,9 @@
|
|
|
5928
5935
|
return hashCode(this.b3());
|
|
5929
5936
|
};
|
|
5930
5937
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
5931
|
-
this.
|
|
5932
|
-
this.
|
|
5933
|
-
this.
|
|
5938
|
+
this.t6j_1 = $intervalMillis;
|
|
5939
|
+
this.u6j_1 = $this_channelFlow;
|
|
5940
|
+
this.v6j_1 = $events;
|
|
5934
5941
|
CoroutineImpl.call(this, resultContinuation);
|
|
5935
5942
|
}
|
|
5936
5943
|
protoOf(windowedByInterval$slambda$slambda).c2d = function ($this$launch, $completion) {
|
|
@@ -5953,13 +5960,13 @@
|
|
|
5953
5960
|
this.s8_1 = 1;
|
|
5954
5961
|
continue $sm;
|
|
5955
5962
|
case 1:
|
|
5956
|
-
if (!get_isActive(this.
|
|
5963
|
+
if (!get_isActive(this.w6j_1)) {
|
|
5957
5964
|
this.s8_1 = 4;
|
|
5958
5965
|
continue $sm;
|
|
5959
5966
|
}
|
|
5960
5967
|
|
|
5961
5968
|
this.s8_1 = 2;
|
|
5962
|
-
suspendResult = delay(this.
|
|
5969
|
+
suspendResult = delay(this.t6j_1, this);
|
|
5963
5970
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5964
5971
|
return suspendResult;
|
|
5965
5972
|
}
|
|
@@ -5967,14 +5974,14 @@
|
|
|
5967
5974
|
continue $sm;
|
|
5968
5975
|
case 2:
|
|
5969
5976
|
this.s8_1 = 3;
|
|
5970
|
-
suspendResult = this.
|
|
5977
|
+
suspendResult = this.u6j_1.x25(toList(this.v6j_1), this);
|
|
5971
5978
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5972
5979
|
return suspendResult;
|
|
5973
5980
|
}
|
|
5974
5981
|
|
|
5975
5982
|
continue $sm;
|
|
5976
5983
|
case 3:
|
|
5977
|
-
this.
|
|
5984
|
+
this.v6j_1.i2();
|
|
5978
5985
|
this.s8_1 = 1;
|
|
5979
5986
|
continue $sm;
|
|
5980
5987
|
case 4:
|
|
@@ -5994,8 +6001,8 @@
|
|
|
5994
6001
|
while (true);
|
|
5995
6002
|
};
|
|
5996
6003
|
protoOf(windowedByInterval$slambda$slambda).d2d = function ($this$launch, completion) {
|
|
5997
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
5998
|
-
i.
|
|
6004
|
+
var i = new windowedByInterval$slambda$slambda(this.t6j_1, this.u6j_1, this.v6j_1, completion);
|
|
6005
|
+
i.w6j_1 = $this$launch;
|
|
5999
6006
|
return i;
|
|
6000
6007
|
};
|
|
6001
6008
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6007,7 +6014,7 @@
|
|
|
6007
6014
|
return l;
|
|
6008
6015
|
}
|
|
6009
6016
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6010
|
-
this.
|
|
6017
|
+
this.f6k_1 = $events;
|
|
6011
6018
|
CoroutineImpl.call(this, resultContinuation);
|
|
6012
6019
|
}
|
|
6013
6020
|
protoOf(windowedByInterval$slambda$slambda_1).r2e = function (event, $completion) {
|
|
@@ -6026,7 +6033,7 @@
|
|
|
6026
6033
|
var tmp = this.s8_1;
|
|
6027
6034
|
if (tmp === 0) {
|
|
6028
6035
|
this.t8_1 = 1;
|
|
6029
|
-
this.
|
|
6036
|
+
this.f6k_1.j(this.g6k_1);
|
|
6030
6037
|
return Unit_instance;
|
|
6031
6038
|
} else if (tmp === 1) {
|
|
6032
6039
|
throw this.v8_1;
|
|
@@ -6038,8 +6045,8 @@
|
|
|
6038
6045
|
while (true);
|
|
6039
6046
|
};
|
|
6040
6047
|
protoOf(windowedByInterval$slambda$slambda_1).s2e = function (event, completion) {
|
|
6041
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6042
|
-
i.
|
|
6048
|
+
var i = new windowedByInterval$slambda$slambda_1(this.f6k_1, completion);
|
|
6049
|
+
i.g6k_1 = event;
|
|
6043
6050
|
return i;
|
|
6044
6051
|
};
|
|
6045
6052
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6051,18 +6058,18 @@
|
|
|
6051
6058
|
return l;
|
|
6052
6059
|
}
|
|
6053
6060
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6054
|
-
this.
|
|
6055
|
-
this.
|
|
6061
|
+
this.p6k_1 = $this_windowedByInterval;
|
|
6062
|
+
this.q6k_1 = $intervalMillis;
|
|
6056
6063
|
CoroutineImpl.call(this, resultContinuation);
|
|
6057
6064
|
}
|
|
6058
|
-
protoOf(windowedByInterval$slambda).
|
|
6059
|
-
var tmp = this.
|
|
6065
|
+
protoOf(windowedByInterval$slambda).t6k = function ($this$channelFlow, $completion) {
|
|
6066
|
+
var tmp = this.u6k($this$channelFlow, $completion);
|
|
6060
6067
|
tmp.u8_1 = Unit_instance;
|
|
6061
6068
|
tmp.v8_1 = null;
|
|
6062
6069
|
return tmp.a9();
|
|
6063
6070
|
};
|
|
6064
6071
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6065
|
-
return this.
|
|
6072
|
+
return this.t6k((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6066
6073
|
};
|
|
6067
6074
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6068
6075
|
var suspendResult = this.u8_1;
|
|
@@ -6073,11 +6080,11 @@
|
|
|
6073
6080
|
case 0:
|
|
6074
6081
|
this.t8_1 = 3;
|
|
6075
6082
|
var tmp_0 = this;
|
|
6076
|
-
tmp_0.
|
|
6077
|
-
launch(this.
|
|
6083
|
+
tmp_0.s6k_1 = ArrayList_init_$Create$();
|
|
6084
|
+
launch(this.r6k_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.q6k_1, this.r6k_1, this.s6k_1, null));
|
|
6078
6085
|
this.s8_1 = 1;
|
|
6079
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6080
|
-
suspendResult = this.
|
|
6086
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.s6k_1, null);
|
|
6087
|
+
suspendResult = this.p6k_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6081
6088
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6082
6089
|
return suspendResult;
|
|
6083
6090
|
}
|
|
@@ -6085,7 +6092,7 @@
|
|
|
6085
6092
|
continue $sm;
|
|
6086
6093
|
case 1:
|
|
6087
6094
|
this.s8_1 = 2;
|
|
6088
|
-
suspendResult = this.
|
|
6095
|
+
suspendResult = this.r6k_1.x25(toList(this.s6k_1), this);
|
|
6089
6096
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6090
6097
|
return suspendResult;
|
|
6091
6098
|
}
|
|
@@ -6107,21 +6114,21 @@
|
|
|
6107
6114
|
}
|
|
6108
6115
|
while (true);
|
|
6109
6116
|
};
|
|
6110
|
-
protoOf(windowedByInterval$slambda).
|
|
6111
|
-
var i = new windowedByInterval$slambda(this.
|
|
6112
|
-
i.
|
|
6117
|
+
protoOf(windowedByInterval$slambda).u6k = function ($this$channelFlow, completion) {
|
|
6118
|
+
var i = new windowedByInterval$slambda(this.p6k_1, this.q6k_1, completion);
|
|
6119
|
+
i.r6k_1 = $this$channelFlow;
|
|
6113
6120
|
return i;
|
|
6114
6121
|
};
|
|
6115
6122
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6116
6123
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6117
6124
|
var l = function ($this$channelFlow, $completion) {
|
|
6118
|
-
return i.
|
|
6125
|
+
return i.t6k($this$channelFlow, $completion);
|
|
6119
6126
|
};
|
|
6120
6127
|
l.$arity = 1;
|
|
6121
6128
|
return l;
|
|
6122
6129
|
}
|
|
6123
6130
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6124
|
-
this.
|
|
6131
|
+
this.d6l_1 = $$this$unsafeFlow;
|
|
6125
6132
|
CoroutineImpl.call(this, resultContinuation);
|
|
6126
6133
|
}
|
|
6127
6134
|
protoOf(windowedByInterval$o$collect$slambda).x2h = function (value, $completion) {
|
|
@@ -6142,14 +6149,14 @@
|
|
|
6142
6149
|
case 0:
|
|
6143
6150
|
this.t8_1 = 5;
|
|
6144
6151
|
var tmp_0 = this;
|
|
6145
|
-
tmp_0.
|
|
6152
|
+
tmp_0.g6l_1 = this.d6l_1;
|
|
6146
6153
|
var tmp_1 = this;
|
|
6147
|
-
tmp_1.
|
|
6154
|
+
tmp_1.f6l_1 = this.e6l_1;
|
|
6148
6155
|
this.s8_1 = 1;
|
|
6149
6156
|
continue $sm;
|
|
6150
6157
|
case 1:
|
|
6151
|
-
var $this$transform = this.
|
|
6152
|
-
var value = this.
|
|
6158
|
+
var $this$transform = this.g6l_1;
|
|
6159
|
+
var value = this.f6l_1;
|
|
6153
6160
|
if (!value.r()) {
|
|
6154
6161
|
this.s8_1 = 3;
|
|
6155
6162
|
suspendResult = $this$transform.o28(value, this);
|
|
@@ -6190,8 +6197,8 @@
|
|
|
6190
6197
|
while (true);
|
|
6191
6198
|
};
|
|
6192
6199
|
protoOf(windowedByInterval$o$collect$slambda).y2h = function (value, completion) {
|
|
6193
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6194
|
-
i.
|
|
6200
|
+
var i = new windowedByInterval$o$collect$slambda(this.d6l_1, completion);
|
|
6201
|
+
i.e6l_1 = value;
|
|
6195
6202
|
return i;
|
|
6196
6203
|
};
|
|
6197
6204
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6204,8 +6211,8 @@
|
|
|
6204
6211
|
}
|
|
6205
6212
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6206
6213
|
CoroutineImpl.call(this, resultContinuation);
|
|
6207
|
-
this.
|
|
6208
|
-
this.
|
|
6214
|
+
this.p6l_1 = _this__u8e3s4;
|
|
6215
|
+
this.q6l_1 = collector;
|
|
6209
6216
|
}
|
|
6210
6217
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6211
6218
|
var suspendResult = this.u8_1;
|
|
@@ -6215,10 +6222,10 @@
|
|
|
6215
6222
|
switch (tmp) {
|
|
6216
6223
|
case 0:
|
|
6217
6224
|
this.t8_1 = 2;
|
|
6218
|
-
var $this$unsafeFlow = this.
|
|
6225
|
+
var $this$unsafeFlow = this.q6l_1;
|
|
6219
6226
|
this.s8_1 = 1;
|
|
6220
6227
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6221
|
-
suspendResult = this.
|
|
6228
|
+
suspendResult = this.p6l_1.r6l_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6222
6229
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6223
6230
|
return suspendResult;
|
|
6224
6231
|
}
|
|
@@ -6241,7 +6248,7 @@
|
|
|
6241
6248
|
while (true);
|
|
6242
6249
|
};
|
|
6243
6250
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6244
|
-
this.
|
|
6251
|
+
this.r6l_1 = $this;
|
|
6245
6252
|
}
|
|
6246
6253
|
protoOf(windowedByInterval$$inlined$filter$1).p28 = function (collector, $completion) {
|
|
6247
6254
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6539,28 +6546,28 @@
|
|
|
6539
6546
|
};
|
|
6540
6547
|
}
|
|
6541
6548
|
function ServerLoggerKey(gameId) {
|
|
6542
|
-
this.
|
|
6549
|
+
this.s6l_1 = gameId;
|
|
6543
6550
|
}
|
|
6544
|
-
protoOf(ServerLoggerKey).
|
|
6545
|
-
return this.
|
|
6551
|
+
protoOf(ServerLoggerKey).t6l = function () {
|
|
6552
|
+
return this.s6l_1;
|
|
6546
6553
|
};
|
|
6547
6554
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6548
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6555
|
+
return 'ServerLoggerKey(gameId=' + this.s6l_1 + ')';
|
|
6549
6556
|
};
|
|
6550
6557
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6551
|
-
return getStringHashCode(this.
|
|
6558
|
+
return getStringHashCode(this.s6l_1);
|
|
6552
6559
|
};
|
|
6553
6560
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6554
6561
|
if (this === other)
|
|
6555
6562
|
return true;
|
|
6556
6563
|
if (!(other instanceof ServerLoggerKey))
|
|
6557
6564
|
return false;
|
|
6558
|
-
if (!(this.
|
|
6565
|
+
if (!(this.s6l_1 === other.s6l_1))
|
|
6559
6566
|
return false;
|
|
6560
6567
|
return true;
|
|
6561
6568
|
};
|
|
6562
6569
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6563
|
-
return $this.
|
|
6570
|
+
return $this.u6l_1.x();
|
|
6564
6571
|
}
|
|
6565
6572
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6566
6573
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -6600,7 +6607,7 @@
|
|
|
6600
6607
|
Companion_instance_23 = this;
|
|
6601
6608
|
var tmp = this;
|
|
6602
6609
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6603
|
-
tmp.
|
|
6610
|
+
tmp.u6l_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6604
6611
|
}
|
|
6605
6612
|
protoOf(Companion_21).b1c = function () {
|
|
6606
6613
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6663,7 +6670,7 @@
|
|
|
6663
6670
|
// Inline function 'kotlin.arrayOf' call
|
|
6664
6671
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6665
6672
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6666
|
-
tmp.
|
|
6673
|
+
tmp.a6m_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6667
6674
|
}
|
|
6668
6675
|
protoOf(Companion_22).b1c = function () {
|
|
6669
6676
|
return $serializer_getInstance_10();
|
|
@@ -6682,12 +6689,12 @@
|
|
|
6682
6689
|
tmp0_serialDesc.hz('tag', false);
|
|
6683
6690
|
tmp0_serialDesc.hz('message', false);
|
|
6684
6691
|
tmp0_serialDesc.hz('stackTrace', false);
|
|
6685
|
-
this.
|
|
6692
|
+
this.b6m_1 = tmp0_serialDesc;
|
|
6686
6693
|
}
|
|
6687
|
-
protoOf($serializer_10).
|
|
6688
|
-
var tmp0_desc = this.
|
|
6694
|
+
protoOf($serializer_10).c6m = function (encoder, value) {
|
|
6695
|
+
var tmp0_desc = this.b6m_1;
|
|
6689
6696
|
var tmp1_output = encoder.pr(tmp0_desc);
|
|
6690
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6697
|
+
var tmp2_cached = Companion_getInstance_25().a6m_1;
|
|
6691
6698
|
tmp1_output.gt(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6692
6699
|
tmp1_output.it(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6693
6700
|
tmp1_output.it(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6696,10 +6703,10 @@
|
|
|
6696
6703
|
tmp1_output.qr(tmp0_desc);
|
|
6697
6704
|
};
|
|
6698
6705
|
protoOf($serializer_10).do = function (encoder, value) {
|
|
6699
|
-
return this.
|
|
6706
|
+
return this.c6m(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6700
6707
|
};
|
|
6701
6708
|
protoOf($serializer_10).eo = function (decoder) {
|
|
6702
|
-
var tmp0_desc = this.
|
|
6709
|
+
var tmp0_desc = this.b6m_1;
|
|
6703
6710
|
var tmp1_flag = true;
|
|
6704
6711
|
var tmp2_index = 0;
|
|
6705
6712
|
var tmp3_bitMask0 = 0;
|
|
@@ -6709,7 +6716,7 @@
|
|
|
6709
6716
|
var tmp7_local3 = null;
|
|
6710
6717
|
var tmp8_local4 = null;
|
|
6711
6718
|
var tmp9_input = decoder.pr(tmp0_desc);
|
|
6712
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6719
|
+
var tmp10_cached = Companion_getInstance_25().a6m_1;
|
|
6713
6720
|
if (tmp9_input.fs()) {
|
|
6714
6721
|
tmp4_local0 = tmp9_input.bs(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6715
6722
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6756,13 +6763,13 @@
|
|
|
6756
6763
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6757
6764
|
};
|
|
6758
6765
|
protoOf($serializer_10).co = function () {
|
|
6759
|
-
return this.
|
|
6766
|
+
return this.b6m_1;
|
|
6760
6767
|
};
|
|
6761
6768
|
protoOf($serializer_10).wz = function () {
|
|
6762
6769
|
// Inline function 'kotlin.arrayOf' call
|
|
6763
6770
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6764
6771
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6765
|
-
return [Companion_getInstance_25().
|
|
6772
|
+
return [Companion_getInstance_25().a6m_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6766
6773
|
};
|
|
6767
6774
|
var $serializer_instance_10;
|
|
6768
6775
|
function $serializer_getInstance_10() {
|
|
@@ -6772,7 +6779,7 @@
|
|
|
6772
6779
|
}
|
|
6773
6780
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6774
6781
|
if (!(31 === (31 & seen0))) {
|
|
6775
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6782
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().b6m_1);
|
|
6776
6783
|
}
|
|
6777
6784
|
$this.type = type;
|
|
6778
6785
|
$this.key = key;
|
|
@@ -6804,7 +6811,7 @@
|
|
|
6804
6811
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6805
6812
|
return this.message;
|
|
6806
6813
|
};
|
|
6807
|
-
protoOf(LoggerOutputDataDto).
|
|
6814
|
+
protoOf(LoggerOutputDataDto).d6m = function () {
|
|
6808
6815
|
return this.stackTrace;
|
|
6809
6816
|
};
|
|
6810
6817
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6861,7 +6868,7 @@
|
|
|
6861
6868
|
protoOf(LoggerOutputDataDto).t66 = function () {
|
|
6862
6869
|
return this.stackTrace;
|
|
6863
6870
|
};
|
|
6864
|
-
protoOf(LoggerOutputDataDto).
|
|
6871
|
+
protoOf(LoggerOutputDataDto).e6m = function (type, key, tag, message, stackTrace) {
|
|
6865
6872
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6866
6873
|
};
|
|
6867
6874
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6870,7 +6877,7 @@
|
|
|
6870
6877
|
tag = tag === VOID ? this.tag : tag;
|
|
6871
6878
|
message = message === VOID ? this.message : message;
|
|
6872
6879
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6873
|
-
return $super === VOID ? this.
|
|
6880
|
+
return $super === VOID ? this.e6m(type, key, tag, message, stackTrace) : $super.e6m.call(this, type, key, tag, message, stackTrace);
|
|
6874
6881
|
};
|
|
6875
6882
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6876
6883
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6901,19 +6908,19 @@
|
|
|
6901
6908
|
return true;
|
|
6902
6909
|
};
|
|
6903
6910
|
function checkInitialised($this) {
|
|
6904
|
-
if ($this.
|
|
6911
|
+
if ($this.f6m_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6905
6912
|
Logger_getInstance().a1m(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6906
6913
|
}
|
|
6907
6914
|
}
|
|
6908
6915
|
function AppEnvironment() {
|
|
6909
6916
|
AppEnvironment_instance = this;
|
|
6910
|
-
this.
|
|
6917
|
+
this.f6m_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6911
6918
|
}
|
|
6912
|
-
protoOf(AppEnvironment).
|
|
6913
|
-
this.
|
|
6919
|
+
protoOf(AppEnvironment).g6m = function (value) {
|
|
6920
|
+
this.f6m_1 = value;
|
|
6914
6921
|
};
|
|
6915
|
-
protoOf(AppEnvironment).
|
|
6916
|
-
var tmp = this.
|
|
6922
|
+
protoOf(AppEnvironment).h6m = function () {
|
|
6923
|
+
var tmp = this.f6m_1;
|
|
6917
6924
|
// Inline function 'kotlin.also' call
|
|
6918
6925
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6919
6926
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7393,23 +7400,23 @@
|
|
|
7393
7400
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
7394
7401
|
return this.z65();
|
|
7395
7402
|
});
|
|
7396
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
7397
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
7398
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
7399
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
7400
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
7401
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
7402
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
7403
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
7404
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
7405
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
7406
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
7407
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
7408
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
7409
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
7403
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).f68);
|
|
7404
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).g68);
|
|
7405
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).h68);
|
|
7406
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).i68);
|
|
7407
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).j68);
|
|
7408
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).k68);
|
|
7409
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).l68);
|
|
7410
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).m68);
|
|
7411
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).n68);
|
|
7412
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).o68);
|
|
7413
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).p68);
|
|
7414
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).q68);
|
|
7415
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).r68);
|
|
7416
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).s68);
|
|
7410
7417
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7411
7418
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7412
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
7419
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).h69);
|
|
7413
7420
|
defineProp(protoOf(Team), 'second', protoOf(Team).u5l);
|
|
7414
7421
|
protoOf($serializer_1).xz = typeParametersSerializers;
|
|
7415
7422
|
protoOf($serializer_2).xz = typeParametersSerializers;
|
|
@@ -7420,53 +7427,53 @@
|
|
|
7420
7427
|
protoOf($serializer_7).xz = typeParametersSerializers;
|
|
7421
7428
|
protoOf($serializer_8).xz = typeParametersSerializers;
|
|
7422
7429
|
protoOf($serializer_9).xz = typeParametersSerializers;
|
|
7423
|
-
protoOf(AsyncProviderImpl).
|
|
7424
|
-
protoOf(AsyncProviderImpl).
|
|
7425
|
-
protoOf(AsyncProviderImpl).
|
|
7426
|
-
protoOf(AsyncProviderImpl).
|
|
7427
|
-
protoOf(TimerAction).
|
|
7430
|
+
protoOf(AsyncProviderImpl).q6c = launchMain$default;
|
|
7431
|
+
protoOf(AsyncProviderImpl).s6c = awaitDefaultWithLock$default;
|
|
7432
|
+
protoOf(AsyncProviderImpl).m6c = launchDefault$default;
|
|
7433
|
+
protoOf(AsyncProviderImpl).o6c = launchDefaultWithLock$default;
|
|
7434
|
+
protoOf(TimerAction).v6f = get_actionTag;
|
|
7428
7435
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7429
|
-
return this.
|
|
7436
|
+
return this.v6f();
|
|
7430
7437
|
});
|
|
7431
7438
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
7432
7439
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7433
|
-
return this.
|
|
7440
|
+
return this.v6f();
|
|
7434
7441
|
});
|
|
7435
7442
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7436
|
-
return this.
|
|
7443
|
+
return this.v6f();
|
|
7437
7444
|
});
|
|
7438
7445
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
7439
|
-
return this.
|
|
7446
|
+
return this.v6f();
|
|
7440
7447
|
});
|
|
7441
7448
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
7442
|
-
return this.
|
|
7449
|
+
return this.d6j();
|
|
7443
7450
|
});
|
|
7444
7451
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
7445
7452
|
return this.x66();
|
|
7446
7453
|
});
|
|
7447
7454
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
7448
|
-
return this.
|
|
7455
|
+
return this.e6j();
|
|
7449
7456
|
}, function (value) {
|
|
7450
|
-
this.
|
|
7457
|
+
this.h6g(value);
|
|
7451
7458
|
});
|
|
7452
7459
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
7453
|
-
return this.
|
|
7460
|
+
return this.f6j();
|
|
7454
7461
|
});
|
|
7455
7462
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
7456
|
-
return this.
|
|
7463
|
+
return this.g6j();
|
|
7457
7464
|
});
|
|
7458
|
-
protoOf(ActionTypes).
|
|
7465
|
+
protoOf(ActionTypes).v6f = get_actionTag;
|
|
7459
7466
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
7460
|
-
return this.
|
|
7467
|
+
return this.v6f();
|
|
7461
7468
|
});
|
|
7462
7469
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
7463
|
-
return this.
|
|
7470
|
+
return this.v6f();
|
|
7464
7471
|
});
|
|
7465
7472
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
7466
|
-
return this.
|
|
7473
|
+
return this.v6f();
|
|
7467
7474
|
});
|
|
7468
|
-
protoOf(middleware$1).
|
|
7469
|
-
protoOf(combineReducers$1).
|
|
7475
|
+
protoOf(middleware$1).j6g = canHandle;
|
|
7476
|
+
protoOf(combineReducers$1).j6g = canHandle_0;
|
|
7470
7477
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
7471
7478
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
7472
7479
|
protoOf($serializer_10).xz = typeParametersSerializers;
|