game_client_logic_deb 1.8.413 → 1.8.415
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 +309 -309
- package/Logic_Debertz-core.js +719 -683
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10682 -10642
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +17 -11
- package/Logic_Debertz-game_client.js +2602 -2602
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
278
278
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
279
279
|
function launchDefault$default(context, block, $super) {
|
|
280
|
-
context = context === VOID ? this.
|
|
281
|
-
return $super === VOID ? this.
|
|
280
|
+
context = context === VOID ? this.o6a() : context;
|
|
281
|
+
return $super === VOID ? this.p6a(context, block) : $super.p6a.call(this, context, block);
|
|
282
282
|
}
|
|
283
283
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
284
|
-
context = context === VOID ? this.
|
|
285
|
-
return $super === VOID ? this.
|
|
284
|
+
context = context === VOID ? this.o6a() : context;
|
|
285
|
+
return $super === VOID ? this.r6a(context, block) : $super.r6a.call(this, context, block);
|
|
286
286
|
}
|
|
287
287
|
function launchMain$default(context, block, $super) {
|
|
288
|
-
context = context === VOID ? this.
|
|
289
|
-
return $super === VOID ? this.
|
|
288
|
+
context = context === VOID ? this.o6a() : context;
|
|
289
|
+
return $super === VOID ? this.t6a(context, block) : $super.t6a.call(this, context, block);
|
|
290
290
|
}
|
|
291
291
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
292
292
|
initMetadataForCompanion(Companion_20);
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
return false;
|
|
326
326
|
}
|
|
327
327
|
function get_isAutoStartTimer() {
|
|
328
|
-
return !this.
|
|
328
|
+
return !this.k6d() && !this.l6d();
|
|
329
329
|
}
|
|
330
330
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
331
331
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
tmp = types;
|
|
378
378
|
}
|
|
379
379
|
types = tmp;
|
|
380
|
-
return $super === VOID ? this.
|
|
380
|
+
return $super === VOID ? this.f6h(types) : $super.f6h.call(this, types);
|
|
381
381
|
}
|
|
382
382
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
383
383
|
initMetadataForCompanion(Companion_22);
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.415';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).w3u = function () {
|
|
393
393
|
return this.version;
|
|
@@ -1697,6 +1697,7 @@
|
|
|
1697
1697
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1698
1698
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
1699
1699
|
}
|
|
1700
|
+
var PlayerConnectionState_WAITING_instance;
|
|
1700
1701
|
var PlayerConnectionState_LIVE_instance;
|
|
1701
1702
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
1702
1703
|
var PlayerConnectionState_LOST_CONNECTION_instance;
|
|
@@ -1705,10 +1706,12 @@
|
|
|
1705
1706
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1706
1707
|
var PlayerConnectionState_DELETED_instance;
|
|
1707
1708
|
function values_1() {
|
|
1708
|
-
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1709
|
+
return [PlayerConnectionState_WAITING_getInstance(), PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1709
1710
|
}
|
|
1710
1711
|
function valueOf_1(value) {
|
|
1711
1712
|
switch (value) {
|
|
1713
|
+
case 'WAITING':
|
|
1714
|
+
return PlayerConnectionState_WAITING_getInstance();
|
|
1712
1715
|
case 'LIVE':
|
|
1713
1716
|
return PlayerConnectionState_LIVE_getInstance();
|
|
1714
1717
|
case 'TIMEOUT':
|
|
@@ -1753,13 +1756,14 @@
|
|
|
1753
1756
|
if (PlayerConnectionState_entriesInitialized)
|
|
1754
1757
|
return Unit_instance;
|
|
1755
1758
|
PlayerConnectionState_entriesInitialized = true;
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1759
|
+
PlayerConnectionState_WAITING_instance = new PlayerConnectionState('WAITING', 0);
|
|
1760
|
+
PlayerConnectionState_LIVE_instance = new PlayerConnectionState('LIVE', 1);
|
|
1761
|
+
PlayerConnectionState_TIMEOUT_instance = new PlayerConnectionState('TIMEOUT', 2);
|
|
1762
|
+
PlayerConnectionState_LOST_CONNECTION_instance = new PlayerConnectionState('LOST_CONNECTION', 3);
|
|
1763
|
+
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 4);
|
|
1764
|
+
PlayerConnectionState_LEFT_PERMANENTLY_instance = new PlayerConnectionState('LEFT_PERMANENTLY', 5);
|
|
1765
|
+
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 6);
|
|
1766
|
+
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 7);
|
|
1763
1767
|
Companion_getInstance_10();
|
|
1764
1768
|
}
|
|
1765
1769
|
function PlayerConnectionState(name, ordinal) {
|
|
@@ -1789,15 +1793,16 @@
|
|
|
1789
1793
|
protoOf(PlayerConnectionState).p66 = function () {
|
|
1790
1794
|
var tmp;
|
|
1791
1795
|
switch (this.q2_1) {
|
|
1792
|
-
case 2:
|
|
1793
|
-
case 1:
|
|
1794
1796
|
case 3:
|
|
1797
|
+
case 2:
|
|
1795
1798
|
case 4:
|
|
1796
|
-
case
|
|
1799
|
+
case 5:
|
|
1800
|
+
case 7:
|
|
1797
1801
|
tmp = true;
|
|
1798
1802
|
break;
|
|
1799
|
-
case 5:
|
|
1800
1803
|
case 0:
|
|
1804
|
+
case 6:
|
|
1805
|
+
case 1:
|
|
1801
1806
|
tmp = false;
|
|
1802
1807
|
break;
|
|
1803
1808
|
default:
|
|
@@ -1809,15 +1814,16 @@
|
|
|
1809
1814
|
protoOf(PlayerConnectionState).q66 = function () {
|
|
1810
1815
|
var tmp;
|
|
1811
1816
|
switch (this.q2_1) {
|
|
1812
|
-
case 2:
|
|
1813
|
-
case 1:
|
|
1814
1817
|
case 3:
|
|
1818
|
+
case 2:
|
|
1815
1819
|
case 4:
|
|
1820
|
+
case 5:
|
|
1816
1821
|
tmp = true;
|
|
1817
1822
|
break;
|
|
1818
|
-
case 5:
|
|
1819
|
-
case 6:
|
|
1820
1823
|
case 0:
|
|
1824
|
+
case 6:
|
|
1825
|
+
case 7:
|
|
1826
|
+
case 1:
|
|
1821
1827
|
tmp = false;
|
|
1822
1828
|
break;
|
|
1823
1829
|
default:
|
|
@@ -1829,17 +1835,18 @@
|
|
|
1829
1835
|
protoOf(PlayerConnectionState).r66 = function () {
|
|
1830
1836
|
var tmp;
|
|
1831
1837
|
switch (this.q2_1) {
|
|
1832
|
-
case
|
|
1838
|
+
case 3:
|
|
1833
1839
|
tmp = false;
|
|
1834
1840
|
break;
|
|
1835
|
-
case
|
|
1836
|
-
case 3:
|
|
1841
|
+
case 2:
|
|
1837
1842
|
case 4:
|
|
1838
|
-
case
|
|
1843
|
+
case 5:
|
|
1844
|
+
case 7:
|
|
1839
1845
|
tmp = true;
|
|
1840
1846
|
break;
|
|
1841
|
-
case 5:
|
|
1842
1847
|
case 0:
|
|
1848
|
+
case 6:
|
|
1849
|
+
case 1:
|
|
1843
1850
|
tmp = false;
|
|
1844
1851
|
break;
|
|
1845
1852
|
default:
|
|
@@ -1851,17 +1858,18 @@
|
|
|
1851
1858
|
protoOf(PlayerConnectionState).s66 = function () {
|
|
1852
1859
|
var tmp;
|
|
1853
1860
|
switch (this.q2_1) {
|
|
1854
|
-
case
|
|
1861
|
+
case 3:
|
|
1855
1862
|
tmp = true;
|
|
1856
1863
|
break;
|
|
1857
|
-
case
|
|
1858
|
-
case 3:
|
|
1864
|
+
case 2:
|
|
1859
1865
|
case 4:
|
|
1860
|
-
case
|
|
1866
|
+
case 5:
|
|
1867
|
+
case 7:
|
|
1861
1868
|
tmp = false;
|
|
1862
1869
|
break;
|
|
1863
|
-
case 5:
|
|
1864
1870
|
case 0:
|
|
1871
|
+
case 6:
|
|
1872
|
+
case 1:
|
|
1865
1873
|
tmp = false;
|
|
1866
1874
|
break;
|
|
1867
1875
|
default:
|
|
@@ -1873,17 +1881,39 @@
|
|
|
1873
1881
|
protoOf(PlayerConnectionState).t66 = function () {
|
|
1874
1882
|
var tmp;
|
|
1875
1883
|
switch (this.q2_1) {
|
|
1876
|
-
case 1:
|
|
1877
1884
|
case 2:
|
|
1878
1885
|
case 3:
|
|
1886
|
+
case 4:
|
|
1879
1887
|
tmp = true;
|
|
1880
1888
|
break;
|
|
1881
|
-
case
|
|
1882
|
-
case
|
|
1889
|
+
case 5:
|
|
1890
|
+
case 7:
|
|
1883
1891
|
tmp = false;
|
|
1884
1892
|
break;
|
|
1893
|
+
case 0:
|
|
1894
|
+
case 6:
|
|
1895
|
+
case 1:
|
|
1896
|
+
tmp = true;
|
|
1897
|
+
break;
|
|
1898
|
+
default:
|
|
1899
|
+
noWhenBranchMatchedException();
|
|
1900
|
+
break;
|
|
1901
|
+
}
|
|
1902
|
+
return tmp;
|
|
1903
|
+
};
|
|
1904
|
+
protoOf(PlayerConnectionState).u66 = function () {
|
|
1905
|
+
var tmp;
|
|
1906
|
+
switch (this.q2_1) {
|
|
1885
1907
|
case 5:
|
|
1908
|
+
tmp = false;
|
|
1909
|
+
break;
|
|
1910
|
+
case 2:
|
|
1911
|
+
case 3:
|
|
1912
|
+
case 4:
|
|
1913
|
+
case 7:
|
|
1886
1914
|
case 0:
|
|
1915
|
+
case 6:
|
|
1916
|
+
case 1:
|
|
1887
1917
|
tmp = true;
|
|
1888
1918
|
break;
|
|
1889
1919
|
default:
|
|
@@ -1892,6 +1922,10 @@
|
|
|
1892
1922
|
}
|
|
1893
1923
|
return tmp;
|
|
1894
1924
|
};
|
|
1925
|
+
function PlayerConnectionState_WAITING_getInstance() {
|
|
1926
|
+
PlayerConnectionState_initEntries();
|
|
1927
|
+
return PlayerConnectionState_WAITING_instance;
|
|
1928
|
+
}
|
|
1895
1929
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
1896
1930
|
PlayerConnectionState_initEntries();
|
|
1897
1931
|
return PlayerConnectionState_LIVE_instance;
|
|
@@ -1921,7 +1955,7 @@
|
|
|
1921
1955
|
return PlayerConnectionState_DELETED_instance;
|
|
1922
1956
|
}
|
|
1923
1957
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1924
|
-
return $this.
|
|
1958
|
+
return $this.v66_1.x();
|
|
1925
1959
|
}
|
|
1926
1960
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1927
1961
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1936,7 +1970,7 @@
|
|
|
1936
1970
|
Companion_instance_10 = this;
|
|
1937
1971
|
var tmp = this;
|
|
1938
1972
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1939
|
-
tmp.
|
|
1973
|
+
tmp.v66_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1940
1974
|
}
|
|
1941
1975
|
protoOf(Companion_8).a1c = function () {
|
|
1942
1976
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1965,27 +1999,27 @@
|
|
|
1965
1999
|
Enum.call(this, name, ordinal);
|
|
1966
2000
|
}
|
|
1967
2001
|
protoOf(PlayerWaitingState).p65 = function () {
|
|
1968
|
-
return this.
|
|
2002
|
+
return this.y66() || this.z66();
|
|
1969
2003
|
};
|
|
1970
|
-
protoOf(PlayerWaitingState).
|
|
2004
|
+
protoOf(PlayerWaitingState).y66 = function () {
|
|
1971
2005
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1972
2006
|
};
|
|
1973
|
-
protoOf(PlayerWaitingState).
|
|
2007
|
+
protoOf(PlayerWaitingState).z66 = function () {
|
|
1974
2008
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1975
2009
|
};
|
|
1976
2010
|
function Companion_9() {
|
|
1977
2011
|
}
|
|
1978
|
-
protoOf(Companion_9).
|
|
2012
|
+
protoOf(Companion_9).a67 = function (connection) {
|
|
1979
2013
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1980
2014
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1981
2015
|
};
|
|
1982
|
-
protoOf(Companion_9).
|
|
1983
|
-
return _this__u8e3s4.
|
|
2016
|
+
protoOf(Companion_9).b67 = function (_this__u8e3s4) {
|
|
2017
|
+
return _this__u8e3s4.c67(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
1984
2018
|
};
|
|
1985
|
-
protoOf(Companion_9).
|
|
2019
|
+
protoOf(Companion_9).d67 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
1986
2020
|
var tmp0_startFromTime = System_instance.ck();
|
|
1987
2021
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1988
|
-
return _this__u8e3s4.
|
|
2022
|
+
return _this__u8e3s4.c67(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
1989
2023
|
};
|
|
1990
2024
|
var Companion_instance_11;
|
|
1991
2025
|
function Companion_getInstance_12() {
|
|
@@ -2014,7 +2048,7 @@
|
|
|
2014
2048
|
this.n65_1 = tag;
|
|
2015
2049
|
this.o65_1 = connection;
|
|
2016
2050
|
}
|
|
2017
|
-
protoOf(PlayerState).
|
|
2051
|
+
protoOf(PlayerState).e67 = function () {
|
|
2018
2052
|
// Inline function 'kotlin.requireNotNull' call
|
|
2019
2053
|
var tmp0 = this.o65_1;
|
|
2020
2054
|
var tmp$ret$1;
|
|
@@ -2030,7 +2064,7 @@
|
|
|
2030
2064
|
}
|
|
2031
2065
|
return tmp$ret$1;
|
|
2032
2066
|
};
|
|
2033
|
-
protoOf(PlayerState).
|
|
2067
|
+
protoOf(PlayerState).f67 = function () {
|
|
2034
2068
|
// Inline function 'kotlin.requireNotNull' call
|
|
2035
2069
|
var tmp0 = this.n65_1;
|
|
2036
2070
|
var tmp$ret$1;
|
|
@@ -2046,7 +2080,7 @@
|
|
|
2046
2080
|
}
|
|
2047
2081
|
return tmp$ret$1;
|
|
2048
2082
|
};
|
|
2049
|
-
protoOf(PlayerState).
|
|
2083
|
+
protoOf(PlayerState).g67 = function () {
|
|
2050
2084
|
var tmp0_elvis_lhs = this.n65_1;
|
|
2051
2085
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2052
2086
|
};
|
|
@@ -2111,10 +2145,10 @@
|
|
|
2111
2145
|
protoOf(PlayerState).p65 = function () {
|
|
2112
2146
|
return this.l65_1.p65();
|
|
2113
2147
|
};
|
|
2114
|
-
protoOf(PlayerState).
|
|
2148
|
+
protoOf(PlayerState).h67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2115
2149
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2116
2150
|
};
|
|
2117
|
-
protoOf(PlayerState).
|
|
2151
|
+
protoOf(PlayerState).c67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2118
2152
|
startFromTime = startFromTime === VOID ? this.i65_1 : startFromTime;
|
|
2119
2153
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.j65_1 : playerTurnTimeout;
|
|
2120
2154
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.k65_1 : waitPlayerUntilTime;
|
|
@@ -2122,7 +2156,7 @@
|
|
|
2122
2156
|
ready = ready === VOID ? this.m65_1 : ready;
|
|
2123
2157
|
tag = tag === VOID ? this.n65_1 : tag;
|
|
2124
2158
|
connection = connection === VOID ? this.o65_1 : connection;
|
|
2125
|
-
return $super === VOID ? this.
|
|
2159
|
+
return $super === VOID ? this.h67(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.h67.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2126
2160
|
};
|
|
2127
2161
|
protoOf(PlayerState).hashCode = function () {
|
|
2128
2162
|
var result = this.i65_1 == null ? 0 : this.i65_1.hashCode();
|
|
@@ -2158,13 +2192,13 @@
|
|
|
2158
2192
|
function Team(playerIds) {
|
|
2159
2193
|
this.playerIds = playerIds;
|
|
2160
2194
|
}
|
|
2161
|
-
protoOf(Team).
|
|
2195
|
+
protoOf(Team).i67 = function () {
|
|
2162
2196
|
return this.playerIds;
|
|
2163
2197
|
};
|
|
2164
2198
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2165
2199
|
return this.playerIds.u1(playerId);
|
|
2166
2200
|
};
|
|
2167
|
-
protoOf(Team).
|
|
2201
|
+
protoOf(Team).j67 = function () {
|
|
2168
2202
|
return this.playerIds.p(0);
|
|
2169
2203
|
};
|
|
2170
2204
|
protoOf(Team).w5j = function () {
|
|
@@ -2173,12 +2207,12 @@
|
|
|
2173
2207
|
protoOf(Team).oe = function () {
|
|
2174
2208
|
return this.playerIds;
|
|
2175
2209
|
};
|
|
2176
|
-
protoOf(Team).
|
|
2210
|
+
protoOf(Team).k67 = function (playerIds) {
|
|
2177
2211
|
return new Team(playerIds);
|
|
2178
2212
|
};
|
|
2179
2213
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2180
2214
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2181
|
-
return $super === VOID ? this.
|
|
2215
|
+
return $super === VOID ? this.k67(playerIds) : $super.k67.call(this, playerIds);
|
|
2182
2216
|
};
|
|
2183
2217
|
protoOf(Team).toString = function () {
|
|
2184
2218
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2196,7 +2230,7 @@
|
|
|
2196
2230
|
return true;
|
|
2197
2231
|
};
|
|
2198
2232
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2199
|
-
return $this.
|
|
2233
|
+
return $this.l67_1.x();
|
|
2200
2234
|
}
|
|
2201
2235
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2202
2236
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2234,7 +2268,7 @@
|
|
|
2234
2268
|
Companion_instance_12 = this;
|
|
2235
2269
|
var tmp = this;
|
|
2236
2270
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2237
|
-
tmp.
|
|
2271
|
+
tmp.l67_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2238
2272
|
}
|
|
2239
2273
|
protoOf(Companion_10).a1c = function () {
|
|
2240
2274
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2255,7 +2289,7 @@
|
|
|
2255
2289
|
Companion_getInstance_13();
|
|
2256
2290
|
}
|
|
2257
2291
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2258
|
-
return $this.
|
|
2292
|
+
return $this.m67_1.x();
|
|
2259
2293
|
}
|
|
2260
2294
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2261
2295
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2270,7 +2304,7 @@
|
|
|
2270
2304
|
TerminationGameReasonDto.call(this);
|
|
2271
2305
|
var tmp = this;
|
|
2272
2306
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2273
|
-
tmp.
|
|
2307
|
+
tmp.m67_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2274
2308
|
}
|
|
2275
2309
|
protoOf(ProcessingReasonDto).a1c = function () {
|
|
2276
2310
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2307,19 +2341,19 @@
|
|
|
2307
2341
|
$serializer_instance_1 = this;
|
|
2308
2342
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2309
2343
|
tmp0_serialDesc.gz('reason', false);
|
|
2310
|
-
this.
|
|
2344
|
+
this.n67_1 = tmp0_serialDesc;
|
|
2311
2345
|
}
|
|
2312
|
-
protoOf($serializer_1).
|
|
2313
|
-
var tmp0_desc = this.
|
|
2346
|
+
protoOf($serializer_1).o67 = function (encoder, value) {
|
|
2347
|
+
var tmp0_desc = this.n67_1;
|
|
2314
2348
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2315
2349
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2316
2350
|
tmp1_output.pr(tmp0_desc);
|
|
2317
2351
|
};
|
|
2318
2352
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2319
|
-
return this.
|
|
2353
|
+
return this.o67(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2320
2354
|
};
|
|
2321
2355
|
protoOf($serializer_1).do = function (decoder) {
|
|
2322
|
-
var tmp0_desc = this.
|
|
2356
|
+
var tmp0_desc = this.n67_1;
|
|
2323
2357
|
var tmp1_flag = true;
|
|
2324
2358
|
var tmp2_index = 0;
|
|
2325
2359
|
var tmp3_bitMask0 = 0;
|
|
@@ -2347,7 +2381,7 @@
|
|
|
2347
2381
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2348
2382
|
};
|
|
2349
2383
|
protoOf($serializer_1).bo = function () {
|
|
2350
|
-
return this.
|
|
2384
|
+
return this.n67_1;
|
|
2351
2385
|
};
|
|
2352
2386
|
protoOf($serializer_1).vz = function () {
|
|
2353
2387
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2363,7 +2397,7 @@
|
|
|
2363
2397
|
}
|
|
2364
2398
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2365
2399
|
if (!(1 === (1 & seen0))) {
|
|
2366
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2400
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().n67_1);
|
|
2367
2401
|
}
|
|
2368
2402
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2369
2403
|
$this.reason = reason;
|
|
@@ -2404,19 +2438,19 @@
|
|
|
2404
2438
|
$serializer_instance_2 = this;
|
|
2405
2439
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2406
2440
|
tmp0_serialDesc.gz('reason', false);
|
|
2407
|
-
this.
|
|
2441
|
+
this.p67_1 = tmp0_serialDesc;
|
|
2408
2442
|
}
|
|
2409
|
-
protoOf($serializer_2).
|
|
2410
|
-
var tmp0_desc = this.
|
|
2443
|
+
protoOf($serializer_2).q67 = function (encoder, value) {
|
|
2444
|
+
var tmp0_desc = this.p67_1;
|
|
2411
2445
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2412
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2446
|
+
tmp1_output.dt(tmp0_desc, 0, value.r67_1);
|
|
2413
2447
|
tmp1_output.pr(tmp0_desc);
|
|
2414
2448
|
};
|
|
2415
2449
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2416
|
-
return this.
|
|
2450
|
+
return this.q67(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2417
2451
|
};
|
|
2418
2452
|
protoOf($serializer_2).do = function (decoder) {
|
|
2419
|
-
var tmp0_desc = this.
|
|
2453
|
+
var tmp0_desc = this.p67_1;
|
|
2420
2454
|
var tmp1_flag = true;
|
|
2421
2455
|
var tmp2_index = 0;
|
|
2422
2456
|
var tmp3_bitMask0 = 0;
|
|
@@ -2444,7 +2478,7 @@
|
|
|
2444
2478
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2445
2479
|
};
|
|
2446
2480
|
protoOf($serializer_2).bo = function () {
|
|
2447
|
-
return this.
|
|
2481
|
+
return this.p67_1;
|
|
2448
2482
|
};
|
|
2449
2483
|
protoOf($serializer_2).vz = function () {
|
|
2450
2484
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2460,10 +2494,10 @@
|
|
|
2460
2494
|
}
|
|
2461
2495
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2462
2496
|
if (!(1 === (1 & seen0))) {
|
|
2463
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2497
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().p67_1);
|
|
2464
2498
|
}
|
|
2465
2499
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2466
|
-
$this.
|
|
2500
|
+
$this.r67_1 = reason;
|
|
2467
2501
|
return $this;
|
|
2468
2502
|
}
|
|
2469
2503
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2471,20 +2505,20 @@
|
|
|
2471
2505
|
}
|
|
2472
2506
|
function GameFinishedReasonDto(reason) {
|
|
2473
2507
|
TerminationGameReasonDto.call(this);
|
|
2474
|
-
this.
|
|
2508
|
+
this.r67_1 = reason;
|
|
2475
2509
|
}
|
|
2476
2510
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2477
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2511
|
+
return 'GameFinishedReasonDto(reason=' + this.r67_1 + ')';
|
|
2478
2512
|
};
|
|
2479
2513
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2480
|
-
return getStringHashCode(this.
|
|
2514
|
+
return getStringHashCode(this.r67_1);
|
|
2481
2515
|
};
|
|
2482
2516
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2483
2517
|
if (this === other)
|
|
2484
2518
|
return true;
|
|
2485
2519
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2486
2520
|
return false;
|
|
2487
|
-
if (!(this.
|
|
2521
|
+
if (!(this.r67_1 === other.r67_1))
|
|
2488
2522
|
return false;
|
|
2489
2523
|
return true;
|
|
2490
2524
|
};
|
|
@@ -2498,19 +2532,19 @@
|
|
|
2498
2532
|
$serializer_instance_3 = this;
|
|
2499
2533
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2500
2534
|
tmp0_serialDesc.gz('playerId', false);
|
|
2501
|
-
this.
|
|
2535
|
+
this.s67_1 = tmp0_serialDesc;
|
|
2502
2536
|
}
|
|
2503
|
-
protoOf($serializer_3).
|
|
2504
|
-
var tmp0_desc = this.
|
|
2537
|
+
protoOf($serializer_3).t67 = function (encoder, value) {
|
|
2538
|
+
var tmp0_desc = this.s67_1;
|
|
2505
2539
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2506
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2540
|
+
tmp1_output.dt(tmp0_desc, 0, value.u67_1);
|
|
2507
2541
|
tmp1_output.pr(tmp0_desc);
|
|
2508
2542
|
};
|
|
2509
2543
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2510
|
-
return this.
|
|
2544
|
+
return this.t67(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2511
2545
|
};
|
|
2512
2546
|
protoOf($serializer_3).do = function (decoder) {
|
|
2513
|
-
var tmp0_desc = this.
|
|
2547
|
+
var tmp0_desc = this.s67_1;
|
|
2514
2548
|
var tmp1_flag = true;
|
|
2515
2549
|
var tmp2_index = 0;
|
|
2516
2550
|
var tmp3_bitMask0 = 0;
|
|
@@ -2538,7 +2572,7 @@
|
|
|
2538
2572
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2539
2573
|
};
|
|
2540
2574
|
protoOf($serializer_3).bo = function () {
|
|
2541
|
-
return this.
|
|
2575
|
+
return this.s67_1;
|
|
2542
2576
|
};
|
|
2543
2577
|
protoOf($serializer_3).vz = function () {
|
|
2544
2578
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2554,10 +2588,10 @@
|
|
|
2554
2588
|
}
|
|
2555
2589
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2556
2590
|
if (!(1 === (1 & seen0))) {
|
|
2557
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2591
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().s67_1);
|
|
2558
2592
|
}
|
|
2559
2593
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2560
|
-
$this.
|
|
2594
|
+
$this.u67_1 = playerId;
|
|
2561
2595
|
return $this;
|
|
2562
2596
|
}
|
|
2563
2597
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2565,20 +2599,20 @@
|
|
|
2565
2599
|
}
|
|
2566
2600
|
function PlayerExitReasonDto(playerId) {
|
|
2567
2601
|
TerminationGameReasonDto.call(this);
|
|
2568
|
-
this.
|
|
2602
|
+
this.u67_1 = playerId;
|
|
2569
2603
|
}
|
|
2570
2604
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2571
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2605
|
+
return 'PlayerExitReasonDto(playerId=' + this.u67_1 + ')';
|
|
2572
2606
|
};
|
|
2573
2607
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2574
|
-
return getStringHashCode(this.
|
|
2608
|
+
return getStringHashCode(this.u67_1);
|
|
2575
2609
|
};
|
|
2576
2610
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2577
2611
|
if (this === other)
|
|
2578
2612
|
return true;
|
|
2579
2613
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2580
2614
|
return false;
|
|
2581
|
-
if (!(this.
|
|
2615
|
+
if (!(this.u67_1 === other.u67_1))
|
|
2582
2616
|
return false;
|
|
2583
2617
|
return true;
|
|
2584
2618
|
};
|
|
@@ -2593,20 +2627,20 @@
|
|
|
2593
2627
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2594
2628
|
tmp0_serialDesc.gz('playerId', false);
|
|
2595
2629
|
tmp0_serialDesc.gz('tag', false);
|
|
2596
|
-
this.
|
|
2630
|
+
this.v67_1 = tmp0_serialDesc;
|
|
2597
2631
|
}
|
|
2598
|
-
protoOf($serializer_4).
|
|
2599
|
-
var tmp0_desc = this.
|
|
2632
|
+
protoOf($serializer_4).w67 = function (encoder, value) {
|
|
2633
|
+
var tmp0_desc = this.v67_1;
|
|
2600
2634
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2601
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2602
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2635
|
+
tmp1_output.dt(tmp0_desc, 0, value.x67_1);
|
|
2636
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.y67_1);
|
|
2603
2637
|
tmp1_output.pr(tmp0_desc);
|
|
2604
2638
|
};
|
|
2605
2639
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2606
|
-
return this.
|
|
2640
|
+
return this.w67(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2607
2641
|
};
|
|
2608
2642
|
protoOf($serializer_4).do = function (decoder) {
|
|
2609
|
-
var tmp0_desc = this.
|
|
2643
|
+
var tmp0_desc = this.v67_1;
|
|
2610
2644
|
var tmp1_flag = true;
|
|
2611
2645
|
var tmp2_index = 0;
|
|
2612
2646
|
var tmp3_bitMask0 = 0;
|
|
@@ -2641,7 +2675,7 @@
|
|
|
2641
2675
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2642
2676
|
};
|
|
2643
2677
|
protoOf($serializer_4).bo = function () {
|
|
2644
|
-
return this.
|
|
2678
|
+
return this.v67_1;
|
|
2645
2679
|
};
|
|
2646
2680
|
protoOf($serializer_4).vz = function () {
|
|
2647
2681
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2657,11 +2691,11 @@
|
|
|
2657
2691
|
}
|
|
2658
2692
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2659
2693
|
if (!(3 === (3 & seen0))) {
|
|
2660
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2694
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().v67_1);
|
|
2661
2695
|
}
|
|
2662
2696
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2663
|
-
$this.
|
|
2664
|
-
$this.
|
|
2697
|
+
$this.x67_1 = playerId;
|
|
2698
|
+
$this.y67_1 = tag;
|
|
2665
2699
|
return $this;
|
|
2666
2700
|
}
|
|
2667
2701
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2669,15 +2703,15 @@
|
|
|
2669
2703
|
}
|
|
2670
2704
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2671
2705
|
TerminationGameReasonDto.call(this);
|
|
2672
|
-
this.
|
|
2673
|
-
this.
|
|
2706
|
+
this.x67_1 = playerId;
|
|
2707
|
+
this.y67_1 = tag;
|
|
2674
2708
|
}
|
|
2675
2709
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2676
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2710
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.x67_1 + ', tag=' + this.y67_1 + ')';
|
|
2677
2711
|
};
|
|
2678
2712
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2679
|
-
var result = getStringHashCode(this.
|
|
2680
|
-
result = imul(result, 31) + (this.
|
|
2713
|
+
var result = getStringHashCode(this.x67_1);
|
|
2714
|
+
result = imul(result, 31) + (this.y67_1 == null ? 0 : getStringHashCode(this.y67_1)) | 0;
|
|
2681
2715
|
return result;
|
|
2682
2716
|
};
|
|
2683
2717
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2685,9 +2719,9 @@
|
|
|
2685
2719
|
return true;
|
|
2686
2720
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2687
2721
|
return false;
|
|
2688
|
-
if (!(this.
|
|
2722
|
+
if (!(this.x67_1 === other.x67_1))
|
|
2689
2723
|
return false;
|
|
2690
|
-
if (!(this.
|
|
2724
|
+
if (!(this.y67_1 == other.y67_1))
|
|
2691
2725
|
return false;
|
|
2692
2726
|
return true;
|
|
2693
2727
|
};
|
|
@@ -2702,20 +2736,20 @@
|
|
|
2702
2736
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2703
2737
|
tmp0_serialDesc.gz('playerId', false);
|
|
2704
2738
|
tmp0_serialDesc.gz('tag', false);
|
|
2705
|
-
this.
|
|
2739
|
+
this.z67_1 = tmp0_serialDesc;
|
|
2706
2740
|
}
|
|
2707
|
-
protoOf($serializer_5).
|
|
2708
|
-
var tmp0_desc = this.
|
|
2741
|
+
protoOf($serializer_5).a68 = function (encoder, value) {
|
|
2742
|
+
var tmp0_desc = this.z67_1;
|
|
2709
2743
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2710
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2711
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2744
|
+
tmp1_output.dt(tmp0_desc, 0, value.b68_1);
|
|
2745
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.c68_1);
|
|
2712
2746
|
tmp1_output.pr(tmp0_desc);
|
|
2713
2747
|
};
|
|
2714
2748
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2715
|
-
return this.
|
|
2749
|
+
return this.a68(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2716
2750
|
};
|
|
2717
2751
|
protoOf($serializer_5).do = function (decoder) {
|
|
2718
|
-
var tmp0_desc = this.
|
|
2752
|
+
var tmp0_desc = this.z67_1;
|
|
2719
2753
|
var tmp1_flag = true;
|
|
2720
2754
|
var tmp2_index = 0;
|
|
2721
2755
|
var tmp3_bitMask0 = 0;
|
|
@@ -2750,7 +2784,7 @@
|
|
|
2750
2784
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2751
2785
|
};
|
|
2752
2786
|
protoOf($serializer_5).bo = function () {
|
|
2753
|
-
return this.
|
|
2787
|
+
return this.z67_1;
|
|
2754
2788
|
};
|
|
2755
2789
|
protoOf($serializer_5).vz = function () {
|
|
2756
2790
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2766,11 +2800,11 @@
|
|
|
2766
2800
|
}
|
|
2767
2801
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2768
2802
|
if (!(3 === (3 & seen0))) {
|
|
2769
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2803
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().z67_1);
|
|
2770
2804
|
}
|
|
2771
2805
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2772
|
-
$this.
|
|
2773
|
-
$this.
|
|
2806
|
+
$this.b68_1 = playerId;
|
|
2807
|
+
$this.c68_1 = tag;
|
|
2774
2808
|
return $this;
|
|
2775
2809
|
}
|
|
2776
2810
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2778,15 +2812,15 @@
|
|
|
2778
2812
|
}
|
|
2779
2813
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2780
2814
|
TerminationGameReasonDto.call(this);
|
|
2781
|
-
this.
|
|
2782
|
-
this.
|
|
2815
|
+
this.b68_1 = playerId;
|
|
2816
|
+
this.c68_1 = tag;
|
|
2783
2817
|
}
|
|
2784
2818
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2785
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2819
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.b68_1 + ', tag=' + this.c68_1 + ')';
|
|
2786
2820
|
};
|
|
2787
2821
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2788
|
-
var result = getStringHashCode(this.
|
|
2789
|
-
result = imul(result, 31) + (this.
|
|
2822
|
+
var result = getStringHashCode(this.b68_1);
|
|
2823
|
+
result = imul(result, 31) + (this.c68_1 == null ? 0 : getStringHashCode(this.c68_1)) | 0;
|
|
2790
2824
|
return result;
|
|
2791
2825
|
};
|
|
2792
2826
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2794,14 +2828,14 @@
|
|
|
2794
2828
|
return true;
|
|
2795
2829
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2796
2830
|
return false;
|
|
2797
|
-
if (!(this.
|
|
2831
|
+
if (!(this.b68_1 === other.b68_1))
|
|
2798
2832
|
return false;
|
|
2799
|
-
if (!(this.
|
|
2833
|
+
if (!(this.c68_1 == other.c68_1))
|
|
2800
2834
|
return false;
|
|
2801
2835
|
return true;
|
|
2802
2836
|
};
|
|
2803
2837
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2804
|
-
return $this.
|
|
2838
|
+
return $this.d68_1.x();
|
|
2805
2839
|
}
|
|
2806
2840
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2807
2841
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2816,7 +2850,7 @@
|
|
|
2816
2850
|
TerminationGameReasonDto.call(this);
|
|
2817
2851
|
var tmp = this;
|
|
2818
2852
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2819
|
-
tmp.
|
|
2853
|
+
tmp.d68_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2820
2854
|
}
|
|
2821
2855
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2822
2856
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2962,20 +2996,20 @@
|
|
|
2962
2996
|
}
|
|
2963
2997
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2964
2998
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2965
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2999
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.r67_1, get_gameFinishedReasonMapping());
|
|
2966
3000
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2967
3001
|
}
|
|
2968
3002
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2969
3003
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2970
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3004
|
+
return new PlayerExitReason(_this__u8e3s4.u67_1);
|
|
2971
3005
|
}
|
|
2972
3006
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2973
3007
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2974
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3008
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.x67_1, _this__u8e3s4.y67_1);
|
|
2975
3009
|
}
|
|
2976
3010
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2977
3011
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2978
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3012
|
+
return new PlayerTimeoutReason(_this__u8e3s4.b68_1, _this__u8e3s4.c68_1);
|
|
2979
3013
|
}
|
|
2980
3014
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2981
3015
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3036,17 +3070,17 @@
|
|
|
3036
3070
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3037
3071
|
}
|
|
3038
3072
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3039
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3040
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3041
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3042
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3043
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3044
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3045
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3046
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3073
|
+
var tmp0_elvis_lhs = _this__u8e3s4.e68_1;
|
|
3074
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f68_1) : tmp0_elvis_lhs;
|
|
3075
|
+
var tmp1_elvis_lhs = _this__u8e3s4.g68_1;
|
|
3076
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.h68_1) : tmp1_elvis_lhs;
|
|
3077
|
+
var tmp2_elvis_lhs = _this__u8e3s4.i68_1;
|
|
3078
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.j68_1 : tmp2_elvis_lhs;
|
|
3079
|
+
var tmp3_elvis_lhs = _this__u8e3s4.l68_1;
|
|
3080
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.m68_1, _this__u8e3s4.k68_1);
|
|
3047
3081
|
}
|
|
3048
3082
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3049
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3083
|
+
var tmp0_safe_receiver = _this__u8e3s4.n68_1;
|
|
3050
3084
|
var tmp;
|
|
3051
3085
|
if (tmp0_safe_receiver == null) {
|
|
3052
3086
|
tmp = null;
|
|
@@ -3055,7 +3089,7 @@
|
|
|
3055
3089
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3056
3090
|
}
|
|
3057
3091
|
var tmp5_startFromTime = tmp;
|
|
3058
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3092
|
+
var tmp1_safe_receiver = _this__u8e3s4.p68_1;
|
|
3059
3093
|
var tmp_0;
|
|
3060
3094
|
if (tmp1_safe_receiver == null) {
|
|
3061
3095
|
tmp_0 = null;
|
|
@@ -3064,7 +3098,7 @@
|
|
|
3064
3098
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3065
3099
|
}
|
|
3066
3100
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3067
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3101
|
+
var tmp2_safe_receiver = _this__u8e3s4.o68_1;
|
|
3068
3102
|
var tmp_1;
|
|
3069
3103
|
if (tmp2_safe_receiver == null) {
|
|
3070
3104
|
tmp_1 = null;
|
|
@@ -3073,11 +3107,11 @@
|
|
|
3073
3107
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3074
3108
|
}
|
|
3075
3109
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3076
|
-
var tmp8_state = _this__u8e3s4.
|
|
3077
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3078
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3110
|
+
var tmp8_state = _this__u8e3s4.q68_1;
|
|
3111
|
+
var tmp9_tag = _this__u8e3s4.s68_1;
|
|
3112
|
+
var tmp3_elvis_lhs = _this__u8e3s4.r68_1;
|
|
3079
3113
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3080
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3114
|
+
var tmp4_safe_receiver = _this__u8e3s4.t68_1;
|
|
3081
3115
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3082
3116
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3083
3117
|
}
|
|
@@ -3096,7 +3130,7 @@
|
|
|
3096
3130
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3097
3131
|
}
|
|
3098
3132
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3099
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3133
|
+
return new PlayerConnection(_this__u8e3s4.u68_1, Companion_getInstance_0().mk(_this__u8e3s4.v68_1), Companion_getInstance().gk(_this__u8e3s4.w68_1));
|
|
3100
3134
|
}
|
|
3101
3135
|
function mapToDto_10(_this__u8e3s4) {
|
|
3102
3136
|
return new PlayerConnectionDto(_this__u8e3s4.u65_1, _this__u8e3s4.v65_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.w65_1));
|
|
@@ -3119,39 +3153,39 @@
|
|
|
3119
3153
|
tmp0_serialDesc.gz('rating', false);
|
|
3120
3154
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3121
3155
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3122
|
-
this.
|
|
3156
|
+
this.x68_1 = tmp0_serialDesc;
|
|
3123
3157
|
}
|
|
3124
|
-
protoOf($serializer_6).
|
|
3125
|
-
var tmp0_desc = this.
|
|
3158
|
+
protoOf($serializer_6).y68 = function (encoder, value) {
|
|
3159
|
+
var tmp0_desc = this.x68_1;
|
|
3126
3160
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3127
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3128
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3161
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.e68_1 == null)) {
|
|
3162
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.e68_1);
|
|
3129
3163
|
}
|
|
3130
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3131
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3164
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.f68_1 == null)) {
|
|
3165
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.f68_1);
|
|
3132
3166
|
}
|
|
3133
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3134
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3167
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.g68_1 == null)) {
|
|
3168
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.g68_1);
|
|
3135
3169
|
}
|
|
3136
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3137
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3170
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.h68_1 == null)) {
|
|
3171
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.h68_1);
|
|
3138
3172
|
}
|
|
3139
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3140
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3173
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.i68_1 == null)) {
|
|
3174
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.i68_1);
|
|
3141
3175
|
}
|
|
3142
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3143
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3176
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.j68_1 == null)) {
|
|
3177
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.j68_1);
|
|
3144
3178
|
}
|
|
3145
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3146
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3147
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3179
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.k68_1);
|
|
3180
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.l68_1);
|
|
3181
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.m68_1);
|
|
3148
3182
|
tmp1_output.pr(tmp0_desc);
|
|
3149
3183
|
};
|
|
3150
3184
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3151
|
-
return this.
|
|
3185
|
+
return this.y68(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3152
3186
|
};
|
|
3153
3187
|
protoOf($serializer_6).do = function (decoder) {
|
|
3154
|
-
var tmp0_desc = this.
|
|
3188
|
+
var tmp0_desc = this.x68_1;
|
|
3155
3189
|
var tmp1_flag = true;
|
|
3156
3190
|
var tmp2_index = 0;
|
|
3157
3191
|
var tmp3_bitMask0 = 0;
|
|
@@ -3235,7 +3269,7 @@
|
|
|
3235
3269
|
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);
|
|
3236
3270
|
};
|
|
3237
3271
|
protoOf($serializer_6).bo = function () {
|
|
3238
|
-
return this.
|
|
3272
|
+
return this.x68_1;
|
|
3239
3273
|
};
|
|
3240
3274
|
protoOf($serializer_6).vz = function () {
|
|
3241
3275
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3251,35 +3285,35 @@
|
|
|
3251
3285
|
}
|
|
3252
3286
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3253
3287
|
if (!(448 === (448 & seen0))) {
|
|
3254
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3288
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().x68_1);
|
|
3255
3289
|
}
|
|
3256
3290
|
if (0 === (seen0 & 1))
|
|
3257
|
-
$this.
|
|
3291
|
+
$this.e68_1 = null;
|
|
3258
3292
|
else
|
|
3259
|
-
$this.
|
|
3293
|
+
$this.e68_1 = playerId;
|
|
3260
3294
|
if (0 === (seen0 & 2))
|
|
3261
|
-
$this.
|
|
3295
|
+
$this.f68_1 = null;
|
|
3262
3296
|
else
|
|
3263
|
-
$this.
|
|
3297
|
+
$this.f68_1 = uid;
|
|
3264
3298
|
if (0 === (seen0 & 4))
|
|
3265
|
-
$this.
|
|
3299
|
+
$this.g68_1 = null;
|
|
3266
3300
|
else
|
|
3267
|
-
$this.
|
|
3301
|
+
$this.g68_1 = name;
|
|
3268
3302
|
if (0 === (seen0 & 8))
|
|
3269
|
-
$this.
|
|
3303
|
+
$this.h68_1 = null;
|
|
3270
3304
|
else
|
|
3271
|
-
$this.
|
|
3305
|
+
$this.h68_1 = nickname;
|
|
3272
3306
|
if (0 === (seen0 & 16))
|
|
3273
|
-
$this.
|
|
3307
|
+
$this.i68_1 = null;
|
|
3274
3308
|
else
|
|
3275
|
-
$this.
|
|
3309
|
+
$this.i68_1 = avatarUrl;
|
|
3276
3310
|
if (0 === (seen0 & 32))
|
|
3277
|
-
$this.
|
|
3311
|
+
$this.j68_1 = null;
|
|
3278
3312
|
else
|
|
3279
|
-
$this.
|
|
3280
|
-
$this.
|
|
3281
|
-
$this.
|
|
3282
|
-
$this.
|
|
3313
|
+
$this.j68_1 = photo;
|
|
3314
|
+
$this.k68_1 = rating;
|
|
3315
|
+
$this.l68_1 = isBot;
|
|
3316
|
+
$this.m68_1 = initialLuckyFactor;
|
|
3283
3317
|
return $this;
|
|
3284
3318
|
}
|
|
3285
3319
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3292,47 +3326,47 @@
|
|
|
3292
3326
|
nickname = nickname === VOID ? null : nickname;
|
|
3293
3327
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3294
3328
|
photo = photo === VOID ? null : photo;
|
|
3295
|
-
this.
|
|
3296
|
-
this.
|
|
3297
|
-
this.
|
|
3298
|
-
this.
|
|
3299
|
-
this.
|
|
3300
|
-
this.
|
|
3301
|
-
this.
|
|
3302
|
-
this.
|
|
3303
|
-
this.
|
|
3304
|
-
}
|
|
3305
|
-
protoOf(GameUserInfoDto).
|
|
3306
|
-
return this.
|
|
3307
|
-
};
|
|
3308
|
-
protoOf(GameUserInfoDto).
|
|
3329
|
+
this.e68_1 = playerId;
|
|
3330
|
+
this.f68_1 = uid;
|
|
3331
|
+
this.g68_1 = name;
|
|
3332
|
+
this.h68_1 = nickname;
|
|
3333
|
+
this.i68_1 = avatarUrl;
|
|
3334
|
+
this.j68_1 = photo;
|
|
3335
|
+
this.k68_1 = rating;
|
|
3336
|
+
this.l68_1 = isBot;
|
|
3337
|
+
this.m68_1 = initialLuckyFactor;
|
|
3338
|
+
}
|
|
3339
|
+
protoOf(GameUserInfoDto).z68 = function () {
|
|
3340
|
+
return this.a69(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3341
|
+
};
|
|
3342
|
+
protoOf(GameUserInfoDto).b69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3309
3343
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3310
3344
|
};
|
|
3311
|
-
protoOf(GameUserInfoDto).
|
|
3312
|
-
playerId = playerId === VOID ? this.
|
|
3313
|
-
uid = uid === VOID ? this.
|
|
3314
|
-
name = name === VOID ? this.
|
|
3315
|
-
nickname = nickname === VOID ? this.
|
|
3316
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3317
|
-
photo = photo === VOID ? this.
|
|
3318
|
-
rating = rating === VOID ? this.
|
|
3319
|
-
isBot = isBot === VOID ? this.
|
|
3320
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3321
|
-
return $super === VOID ? this.
|
|
3345
|
+
protoOf(GameUserInfoDto).a69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3346
|
+
playerId = playerId === VOID ? this.e68_1 : playerId;
|
|
3347
|
+
uid = uid === VOID ? this.f68_1 : uid;
|
|
3348
|
+
name = name === VOID ? this.g68_1 : name;
|
|
3349
|
+
nickname = nickname === VOID ? this.h68_1 : nickname;
|
|
3350
|
+
avatarUrl = avatarUrl === VOID ? this.i68_1 : avatarUrl;
|
|
3351
|
+
photo = photo === VOID ? this.j68_1 : photo;
|
|
3352
|
+
rating = rating === VOID ? this.k68_1 : rating;
|
|
3353
|
+
isBot = isBot === VOID ? this.l68_1 : isBot;
|
|
3354
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.m68_1 : initialLuckyFactor;
|
|
3355
|
+
return $super === VOID ? this.b69(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.b69.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3322
3356
|
};
|
|
3323
3357
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3324
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3358
|
+
return 'GameUserInfoDto(playerId=' + this.e68_1 + ', uid=' + this.f68_1 + ', name=' + this.g68_1 + ', nickname=' + this.h68_1 + ', avatarUrl=' + this.i68_1 + ', photo=' + this.j68_1 + ', rating=' + this.k68_1 + ', isBot=' + this.l68_1 + ', initialLuckyFactor=' + this.m68_1 + ')';
|
|
3325
3359
|
};
|
|
3326
3360
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3327
|
-
var result = this.
|
|
3328
|
-
result = imul(result, 31) + (this.e68_1 == null ? 0 : getStringHashCode(this.e68_1)) | 0;
|
|
3361
|
+
var result = this.e68_1 == null ? 0 : getStringHashCode(this.e68_1);
|
|
3329
3362
|
result = imul(result, 31) + (this.f68_1 == null ? 0 : getStringHashCode(this.f68_1)) | 0;
|
|
3330
3363
|
result = imul(result, 31) + (this.g68_1 == null ? 0 : getStringHashCode(this.g68_1)) | 0;
|
|
3331
3364
|
result = imul(result, 31) + (this.h68_1 == null ? 0 : getStringHashCode(this.h68_1)) | 0;
|
|
3332
3365
|
result = imul(result, 31) + (this.i68_1 == null ? 0 : getStringHashCode(this.i68_1)) | 0;
|
|
3333
|
-
result = imul(result, 31) + (this.j68_1 == null ? 0 :
|
|
3334
|
-
result = imul(result, 31) + (this.k68_1 == null ? 0 :
|
|
3335
|
-
result = imul(result, 31) + (this.l68_1 == null ? 0 :
|
|
3366
|
+
result = imul(result, 31) + (this.j68_1 == null ? 0 : getStringHashCode(this.j68_1)) | 0;
|
|
3367
|
+
result = imul(result, 31) + (this.k68_1 == null ? 0 : getNumberHashCode(this.k68_1)) | 0;
|
|
3368
|
+
result = imul(result, 31) + (this.l68_1 == null ? 0 : getBooleanHashCode(this.l68_1)) | 0;
|
|
3369
|
+
result = imul(result, 31) + (this.m68_1 == null ? 0 : getNumberHashCode(this.m68_1)) | 0;
|
|
3336
3370
|
return result;
|
|
3337
3371
|
};
|
|
3338
3372
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3340,8 +3374,6 @@
|
|
|
3340
3374
|
return true;
|
|
3341
3375
|
if (!(other instanceof GameUserInfoDto))
|
|
3342
3376
|
return false;
|
|
3343
|
-
if (!(this.d68_1 == other.d68_1))
|
|
3344
|
-
return false;
|
|
3345
3377
|
if (!(this.e68_1 == other.e68_1))
|
|
3346
3378
|
return false;
|
|
3347
3379
|
if (!(this.f68_1 == other.f68_1))
|
|
@@ -3352,11 +3384,13 @@
|
|
|
3352
3384
|
return false;
|
|
3353
3385
|
if (!(this.i68_1 == other.i68_1))
|
|
3354
3386
|
return false;
|
|
3355
|
-
if (!
|
|
3387
|
+
if (!(this.j68_1 == other.j68_1))
|
|
3356
3388
|
return false;
|
|
3357
|
-
if (!(this.k68_1
|
|
3389
|
+
if (!equals(this.k68_1, other.k68_1))
|
|
3358
3390
|
return false;
|
|
3359
|
-
if (!
|
|
3391
|
+
if (!(this.l68_1 == other.l68_1))
|
|
3392
|
+
return false;
|
|
3393
|
+
if (!equals(this.m68_1, other.m68_1))
|
|
3360
3394
|
return false;
|
|
3361
3395
|
return true;
|
|
3362
3396
|
};
|
|
@@ -3370,7 +3404,7 @@
|
|
|
3370
3404
|
// Inline function 'kotlin.arrayOf' call
|
|
3371
3405
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3372
3406
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3373
|
-
tmp.
|
|
3407
|
+
tmp.c69_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3374
3408
|
}
|
|
3375
3409
|
var Companion_instance_19;
|
|
3376
3410
|
function Companion_getInstance_20() {
|
|
@@ -3384,22 +3418,22 @@
|
|
|
3384
3418
|
tmp0_serialDesc.gz('state', false);
|
|
3385
3419
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3386
3420
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3387
|
-
this.
|
|
3421
|
+
this.d69_1 = tmp0_serialDesc;
|
|
3388
3422
|
}
|
|
3389
|
-
protoOf($serializer_7).
|
|
3390
|
-
var tmp0_desc = this.
|
|
3423
|
+
protoOf($serializer_7).e69 = function (encoder, value) {
|
|
3424
|
+
var tmp0_desc = this.d69_1;
|
|
3391
3425
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3392
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3393
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3394
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3395
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3426
|
+
var tmp2_cached = Companion_getInstance_20().c69_1;
|
|
3427
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.u68_1);
|
|
3428
|
+
tmp1_output.dt(tmp0_desc, 1, value.v68_1);
|
|
3429
|
+
tmp1_output.dt(tmp0_desc, 2, value.w68_1);
|
|
3396
3430
|
tmp1_output.pr(tmp0_desc);
|
|
3397
3431
|
};
|
|
3398
3432
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3399
|
-
return this.
|
|
3433
|
+
return this.e69(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3400
3434
|
};
|
|
3401
3435
|
protoOf($serializer_7).do = function (decoder) {
|
|
3402
|
-
var tmp0_desc = this.
|
|
3436
|
+
var tmp0_desc = this.d69_1;
|
|
3403
3437
|
var tmp1_flag = true;
|
|
3404
3438
|
var tmp2_index = 0;
|
|
3405
3439
|
var tmp3_bitMask0 = 0;
|
|
@@ -3407,7 +3441,7 @@
|
|
|
3407
3441
|
var tmp5_local1 = null;
|
|
3408
3442
|
var tmp6_local2 = null;
|
|
3409
3443
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3410
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3444
|
+
var tmp8_cached = Companion_getInstance_20().c69_1;
|
|
3411
3445
|
if (tmp7_input.es()) {
|
|
3412
3446
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3413
3447
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3442,13 +3476,13 @@
|
|
|
3442
3476
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3443
3477
|
};
|
|
3444
3478
|
protoOf($serializer_7).bo = function () {
|
|
3445
|
-
return this.
|
|
3479
|
+
return this.d69_1;
|
|
3446
3480
|
};
|
|
3447
3481
|
protoOf($serializer_7).vz = function () {
|
|
3448
3482
|
// Inline function 'kotlin.arrayOf' call
|
|
3449
3483
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3450
3484
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3451
|
-
return [Companion_getInstance_20().
|
|
3485
|
+
return [Companion_getInstance_20().c69_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3452
3486
|
};
|
|
3453
3487
|
var $serializer_instance_7;
|
|
3454
3488
|
function $serializer_getInstance_7() {
|
|
@@ -3458,11 +3492,11 @@
|
|
|
3458
3492
|
}
|
|
3459
3493
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3460
3494
|
if (!(7 === (7 & seen0))) {
|
|
3461
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3495
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().d69_1);
|
|
3462
3496
|
}
|
|
3463
|
-
$this.
|
|
3464
|
-
$this.
|
|
3465
|
-
$this.
|
|
3497
|
+
$this.u68_1 = state;
|
|
3498
|
+
$this.v68_1 = connectionChangedTime;
|
|
3499
|
+
$this.w68_1 = notLiveDurationRecord;
|
|
3466
3500
|
return $this;
|
|
3467
3501
|
}
|
|
3468
3502
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3470,17 +3504,17 @@
|
|
|
3470
3504
|
}
|
|
3471
3505
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3472
3506
|
Companion_getInstance_20();
|
|
3473
|
-
this.
|
|
3474
|
-
this.
|
|
3475
|
-
this.
|
|
3507
|
+
this.u68_1 = state;
|
|
3508
|
+
this.v68_1 = connectionChangedTime;
|
|
3509
|
+
this.w68_1 = notLiveDurationRecord;
|
|
3476
3510
|
}
|
|
3477
3511
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3478
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3512
|
+
return 'PlayerConnectionDto(state=' + this.u68_1.toString() + ', connectionChangedTime=' + this.v68_1 + ', notLiveDurationRecord=' + this.w68_1 + ')';
|
|
3479
3513
|
};
|
|
3480
3514
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3481
|
-
var result = this.
|
|
3482
|
-
result = imul(result, 31) + getStringHashCode(this.u68_1) | 0;
|
|
3515
|
+
var result = this.u68_1.hashCode();
|
|
3483
3516
|
result = imul(result, 31) + getStringHashCode(this.v68_1) | 0;
|
|
3517
|
+
result = imul(result, 31) + getStringHashCode(this.w68_1) | 0;
|
|
3484
3518
|
return result;
|
|
3485
3519
|
};
|
|
3486
3520
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3488,12 +3522,12 @@
|
|
|
3488
3522
|
return true;
|
|
3489
3523
|
if (!(other instanceof PlayerConnectionDto))
|
|
3490
3524
|
return false;
|
|
3491
|
-
if (!this.
|
|
3492
|
-
return false;
|
|
3493
|
-
if (!(this.u68_1 === other.u68_1))
|
|
3525
|
+
if (!this.u68_1.equals(other.u68_1))
|
|
3494
3526
|
return false;
|
|
3495
3527
|
if (!(this.v68_1 === other.v68_1))
|
|
3496
3528
|
return false;
|
|
3529
|
+
if (!(this.w68_1 === other.w68_1))
|
|
3530
|
+
return false;
|
|
3497
3531
|
return true;
|
|
3498
3532
|
};
|
|
3499
3533
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3506,7 +3540,7 @@
|
|
|
3506
3540
|
// Inline function 'kotlin.arrayOf' call
|
|
3507
3541
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3508
3542
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3509
|
-
tmp.
|
|
3543
|
+
tmp.f69_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3510
3544
|
}
|
|
3511
3545
|
var Companion_instance_20;
|
|
3512
3546
|
function Companion_getInstance_21() {
|
|
@@ -3524,38 +3558,38 @@
|
|
|
3524
3558
|
tmp0_serialDesc.gz('ready', true);
|
|
3525
3559
|
tmp0_serialDesc.gz('tag', true);
|
|
3526
3560
|
tmp0_serialDesc.gz('connection', true);
|
|
3527
|
-
this.
|
|
3561
|
+
this.g69_1 = tmp0_serialDesc;
|
|
3528
3562
|
}
|
|
3529
|
-
protoOf($serializer_8).
|
|
3530
|
-
var tmp0_desc = this.
|
|
3563
|
+
protoOf($serializer_8).h69 = function (encoder, value) {
|
|
3564
|
+
var tmp0_desc = this.g69_1;
|
|
3531
3565
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3532
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3533
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3534
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3566
|
+
var tmp2_cached = Companion_getInstance_21().f69_1;
|
|
3567
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.n68_1 == null)) {
|
|
3568
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.n68_1);
|
|
3535
3569
|
}
|
|
3536
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3537
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3570
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.o68_1 == null)) {
|
|
3571
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.o68_1);
|
|
3538
3572
|
}
|
|
3539
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3540
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3573
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.p68_1 == null)) {
|
|
3574
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.p68_1);
|
|
3541
3575
|
}
|
|
3542
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3543
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3544
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3576
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.q68_1);
|
|
3577
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.r68_1 == null)) {
|
|
3578
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.r68_1);
|
|
3545
3579
|
}
|
|
3546
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3547
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3580
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.s68_1 == null)) {
|
|
3581
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.s68_1);
|
|
3548
3582
|
}
|
|
3549
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3550
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3583
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.t68_1 == null)) {
|
|
3584
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.t68_1);
|
|
3551
3585
|
}
|
|
3552
3586
|
tmp1_output.pr(tmp0_desc);
|
|
3553
3587
|
};
|
|
3554
3588
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3555
|
-
return this.
|
|
3589
|
+
return this.h69(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3556
3590
|
};
|
|
3557
3591
|
protoOf($serializer_8).do = function (decoder) {
|
|
3558
|
-
var tmp0_desc = this.
|
|
3592
|
+
var tmp0_desc = this.g69_1;
|
|
3559
3593
|
var tmp1_flag = true;
|
|
3560
3594
|
var tmp2_index = 0;
|
|
3561
3595
|
var tmp3_bitMask0 = 0;
|
|
@@ -3567,7 +3601,7 @@
|
|
|
3567
3601
|
var tmp9_local5 = null;
|
|
3568
3602
|
var tmp10_local6 = null;
|
|
3569
3603
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3570
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3604
|
+
var tmp12_cached = Companion_getInstance_21().f69_1;
|
|
3571
3605
|
if (tmp11_input.es()) {
|
|
3572
3606
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3573
3607
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3626,10 +3660,10 @@
|
|
|
3626
3660
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3627
3661
|
};
|
|
3628
3662
|
protoOf($serializer_8).bo = function () {
|
|
3629
|
-
return this.
|
|
3663
|
+
return this.g69_1;
|
|
3630
3664
|
};
|
|
3631
3665
|
protoOf($serializer_8).vz = function () {
|
|
3632
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3666
|
+
var tmp0_cached = Companion_getInstance_21().f69_1;
|
|
3633
3667
|
// Inline function 'kotlin.arrayOf' call
|
|
3634
3668
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3635
3669
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3643,33 +3677,33 @@
|
|
|
3643
3677
|
}
|
|
3644
3678
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3645
3679
|
if (!(8 === (8 & seen0))) {
|
|
3646
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3680
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().g69_1);
|
|
3647
3681
|
}
|
|
3648
3682
|
if (0 === (seen0 & 1))
|
|
3649
|
-
$this.
|
|
3683
|
+
$this.n68_1 = null;
|
|
3650
3684
|
else
|
|
3651
|
-
$this.
|
|
3685
|
+
$this.n68_1 = startFrom;
|
|
3652
3686
|
if (0 === (seen0 & 2))
|
|
3653
|
-
$this.
|
|
3687
|
+
$this.o68_1 = null;
|
|
3654
3688
|
else
|
|
3655
|
-
$this.
|
|
3689
|
+
$this.o68_1 = playerTurnTimeout;
|
|
3656
3690
|
if (0 === (seen0 & 4))
|
|
3657
|
-
$this.
|
|
3691
|
+
$this.p68_1 = null;
|
|
3658
3692
|
else
|
|
3659
|
-
$this.
|
|
3660
|
-
$this.
|
|
3693
|
+
$this.p68_1 = waitPlayerUntilTime;
|
|
3694
|
+
$this.q68_1 = state;
|
|
3661
3695
|
if (0 === (seen0 & 16))
|
|
3662
|
-
$this.
|
|
3696
|
+
$this.r68_1 = null;
|
|
3663
3697
|
else
|
|
3664
|
-
$this.
|
|
3698
|
+
$this.r68_1 = ready;
|
|
3665
3699
|
if (0 === (seen0 & 32))
|
|
3666
|
-
$this.
|
|
3700
|
+
$this.s68_1 = null;
|
|
3667
3701
|
else
|
|
3668
|
-
$this.
|
|
3702
|
+
$this.s68_1 = tag;
|
|
3669
3703
|
if (0 === (seen0 & 64))
|
|
3670
|
-
$this.
|
|
3704
|
+
$this.t68_1 = null;
|
|
3671
3705
|
else
|
|
3672
|
-
$this.
|
|
3706
|
+
$this.t68_1 = connection;
|
|
3673
3707
|
return $this;
|
|
3674
3708
|
}
|
|
3675
3709
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3683,25 +3717,25 @@
|
|
|
3683
3717
|
ready = ready === VOID ? null : ready;
|
|
3684
3718
|
tag = tag === VOID ? null : tag;
|
|
3685
3719
|
connection = connection === VOID ? null : connection;
|
|
3686
|
-
this.
|
|
3687
|
-
this.
|
|
3688
|
-
this.
|
|
3689
|
-
this.
|
|
3690
|
-
this.
|
|
3691
|
-
this.
|
|
3692
|
-
this.
|
|
3720
|
+
this.n68_1 = startFrom;
|
|
3721
|
+
this.o68_1 = playerTurnTimeout;
|
|
3722
|
+
this.p68_1 = waitPlayerUntilTime;
|
|
3723
|
+
this.q68_1 = state;
|
|
3724
|
+
this.r68_1 = ready;
|
|
3725
|
+
this.s68_1 = tag;
|
|
3726
|
+
this.t68_1 = connection;
|
|
3693
3727
|
}
|
|
3694
3728
|
protoOf(PlayerStateDto).toString = function () {
|
|
3695
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3729
|
+
return 'PlayerStateDto(startFrom=' + this.n68_1 + ', playerTurnTimeout=' + this.o68_1 + ', waitPlayerUntilTime=' + this.p68_1 + ', state=' + this.q68_1.toString() + ', ready=' + this.r68_1 + ', tag=' + this.s68_1 + ', connection=' + toString(this.t68_1) + ')';
|
|
3696
3730
|
};
|
|
3697
3731
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3698
|
-
var result = this.
|
|
3699
|
-
result = imul(result, 31) + (this.n68_1 == null ? 0 : getStringHashCode(this.n68_1)) | 0;
|
|
3732
|
+
var result = this.n68_1 == null ? 0 : getStringHashCode(this.n68_1);
|
|
3700
3733
|
result = imul(result, 31) + (this.o68_1 == null ? 0 : getStringHashCode(this.o68_1)) | 0;
|
|
3701
|
-
result = imul(result, 31) + this.p68_1.
|
|
3702
|
-
result = imul(result, 31) +
|
|
3703
|
-
result = imul(result, 31) + (this.r68_1 == null ? 0 :
|
|
3704
|
-
result = imul(result, 31) + (this.s68_1 == null ? 0 : this.s68_1
|
|
3734
|
+
result = imul(result, 31) + (this.p68_1 == null ? 0 : getStringHashCode(this.p68_1)) | 0;
|
|
3735
|
+
result = imul(result, 31) + this.q68_1.hashCode() | 0;
|
|
3736
|
+
result = imul(result, 31) + (this.r68_1 == null ? 0 : getBooleanHashCode(this.r68_1)) | 0;
|
|
3737
|
+
result = imul(result, 31) + (this.s68_1 == null ? 0 : getStringHashCode(this.s68_1)) | 0;
|
|
3738
|
+
result = imul(result, 31) + (this.t68_1 == null ? 0 : this.t68_1.hashCode()) | 0;
|
|
3705
3739
|
return result;
|
|
3706
3740
|
};
|
|
3707
3741
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3709,19 +3743,19 @@
|
|
|
3709
3743
|
return true;
|
|
3710
3744
|
if (!(other instanceof PlayerStateDto))
|
|
3711
3745
|
return false;
|
|
3712
|
-
if (!(this.m68_1 == other.m68_1))
|
|
3713
|
-
return false;
|
|
3714
3746
|
if (!(this.n68_1 == other.n68_1))
|
|
3715
3747
|
return false;
|
|
3716
3748
|
if (!(this.o68_1 == other.o68_1))
|
|
3717
3749
|
return false;
|
|
3718
|
-
if (!this.p68_1
|
|
3750
|
+
if (!(this.p68_1 == other.p68_1))
|
|
3719
3751
|
return false;
|
|
3720
|
-
if (!
|
|
3752
|
+
if (!this.q68_1.equals(other.q68_1))
|
|
3721
3753
|
return false;
|
|
3722
3754
|
if (!(this.r68_1 == other.r68_1))
|
|
3723
3755
|
return false;
|
|
3724
|
-
if (!
|
|
3756
|
+
if (!(this.s68_1 == other.s68_1))
|
|
3757
|
+
return false;
|
|
3758
|
+
if (!equals(this.t68_1, other.t68_1))
|
|
3725
3759
|
return false;
|
|
3726
3760
|
return true;
|
|
3727
3761
|
};
|
|
@@ -3745,7 +3779,7 @@
|
|
|
3745
3779
|
// Inline function 'kotlin.arrayOf' call
|
|
3746
3780
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3747
3781
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3748
|
-
tmp.
|
|
3782
|
+
tmp.i69_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];
|
|
3749
3783
|
}
|
|
3750
3784
|
var Companion_instance_21;
|
|
3751
3785
|
function Companion_getInstance_22() {
|
|
@@ -3782,45 +3816,45 @@
|
|
|
3782
3816
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3783
3817
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3784
3818
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3785
|
-
this.
|
|
3819
|
+
this.j69_1 = tmp0_serialDesc;
|
|
3786
3820
|
}
|
|
3787
|
-
protoOf($serializer_9).
|
|
3788
|
-
var tmp0_desc = this.
|
|
3821
|
+
protoOf($serializer_9).k69 = function (encoder, value) {
|
|
3822
|
+
var tmp0_desc = this.j69_1;
|
|
3789
3823
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3790
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3791
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3792
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3793
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3794
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3795
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3796
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3797
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3798
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3799
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3800
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3801
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3802
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3803
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3804
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3805
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3806
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3807
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3808
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3809
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3810
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3811
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3812
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3813
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3814
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3815
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3816
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3824
|
+
var tmp2_cached = Companion_getInstance_22().i69_1;
|
|
3825
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.l69_1);
|
|
3826
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.m69_1);
|
|
3827
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.n69_1);
|
|
3828
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.o69_1);
|
|
3829
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p69_1);
|
|
3830
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.q69_1);
|
|
3831
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.r69_1);
|
|
3832
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.s69_1);
|
|
3833
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.t69_1);
|
|
3834
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.u69_1);
|
|
3835
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.v69_1);
|
|
3836
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.w69_1);
|
|
3837
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.x69_1);
|
|
3838
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.y69_1);
|
|
3839
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.z69_1);
|
|
3840
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.a6a_1);
|
|
3841
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.b6a_1);
|
|
3842
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.c6a_1);
|
|
3843
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.d6a_1);
|
|
3844
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3845
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.f6a_1);
|
|
3846
|
+
tmp1_output.dt(tmp0_desc, 21, value.g6a_1);
|
|
3847
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.h6a_1);
|
|
3848
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.i6a_1);
|
|
3849
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.j6a_1);
|
|
3850
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.k6a_1);
|
|
3817
3851
|
tmp1_output.pr(tmp0_desc);
|
|
3818
3852
|
};
|
|
3819
3853
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3820
|
-
return this.
|
|
3854
|
+
return this.k69(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3821
3855
|
};
|
|
3822
3856
|
protoOf($serializer_9).do = function (decoder) {
|
|
3823
|
-
var tmp0_desc = this.
|
|
3857
|
+
var tmp0_desc = this.j69_1;
|
|
3824
3858
|
var tmp1_flag = true;
|
|
3825
3859
|
var tmp2_index = 0;
|
|
3826
3860
|
var tmp3_bitMask0 = 0;
|
|
@@ -3851,7 +3885,7 @@
|
|
|
3851
3885
|
var tmp28_local24 = null;
|
|
3852
3886
|
var tmp29_local25 = null;
|
|
3853
3887
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3854
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3888
|
+
var tmp31_cached = Companion_getInstance_22().i69_1;
|
|
3855
3889
|
if (tmp30_input.es()) {
|
|
3856
3890
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3857
3891
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4024,10 +4058,10 @@
|
|
|
4024
4058
|
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);
|
|
4025
4059
|
};
|
|
4026
4060
|
protoOf($serializer_9).bo = function () {
|
|
4027
|
-
return this.
|
|
4061
|
+
return this.j69_1;
|
|
4028
4062
|
};
|
|
4029
4063
|
protoOf($serializer_9).vz = function () {
|
|
4030
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4064
|
+
var tmp0_cached = Companion_getInstance_22().i69_1;
|
|
4031
4065
|
// Inline function 'kotlin.arrayOf' call
|
|
4032
4066
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4033
4067
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4041,34 +4075,34 @@
|
|
|
4041
4075
|
}
|
|
4042
4076
|
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) {
|
|
4043
4077
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4044
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4078
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().j69_1);
|
|
4045
4079
|
}
|
|
4046
|
-
$this.
|
|
4047
|
-
$this.
|
|
4048
|
-
$this.
|
|
4049
|
-
$this.
|
|
4050
|
-
$this.
|
|
4051
|
-
$this.
|
|
4052
|
-
$this.
|
|
4053
|
-
$this.
|
|
4054
|
-
$this.
|
|
4055
|
-
$this.
|
|
4056
|
-
$this.
|
|
4057
|
-
$this.
|
|
4058
|
-
$this.
|
|
4059
|
-
$this.
|
|
4060
|
-
$this.
|
|
4061
|
-
$this.
|
|
4062
|
-
$this.
|
|
4063
|
-
$this.
|
|
4064
|
-
$this.
|
|
4065
|
-
$this.
|
|
4066
|
-
$this.
|
|
4067
|
-
$this.
|
|
4068
|
-
$this.
|
|
4069
|
-
$this.
|
|
4070
|
-
$this.
|
|
4071
|
-
$this.
|
|
4080
|
+
$this.l69_1 = name;
|
|
4081
|
+
$this.m69_1 = playerWhoChooseSuitGoFirst;
|
|
4082
|
+
$this.n69_1 = winnerShuffleCards;
|
|
4083
|
+
$this.o69_1 = playWithoutLiabilities;
|
|
4084
|
+
$this.p69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4085
|
+
$this.q69_1 = dealerInitialCardsCount;
|
|
4086
|
+
$this.r69_1 = dealerFinalCardsCount;
|
|
4087
|
+
$this.s69_1 = dealerCounterClockwise;
|
|
4088
|
+
$this.t69_1 = contractTypes;
|
|
4089
|
+
$this.u69_1 = bidTypes;
|
|
4090
|
+
$this.v69_1 = needToPutHigherTrump;
|
|
4091
|
+
$this.w69_1 = trumpCardStepMode;
|
|
4092
|
+
$this.x69_1 = trumpCardStepPartnerMode;
|
|
4093
|
+
$this.y69_1 = combinationsWithFirstCard;
|
|
4094
|
+
$this.z69_1 = protectBella;
|
|
4095
|
+
$this.a6a_1 = oneTryToProtectBella;
|
|
4096
|
+
$this.b6a_1 = enableFourSevensCombination;
|
|
4097
|
+
$this.c6a_1 = enableTrumpSevenCombination;
|
|
4098
|
+
$this.d6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4099
|
+
$this.e6a_1 = checkTrumpCombination;
|
|
4100
|
+
$this.f6a_1 = checkOnlyTrumpDebertz;
|
|
4101
|
+
$this.g6a_1 = pointsDistributeMode;
|
|
4102
|
+
$this.h6a_1 = enableFineIfNoBribes;
|
|
4103
|
+
$this.i6a_1 = fineIfNoBribes;
|
|
4104
|
+
$this.j6a_1 = enableFineAfterThirdByte;
|
|
4105
|
+
$this.k6a_1 = fineAfterThirdFailedContract;
|
|
4072
4106
|
return $this;
|
|
4073
4107
|
}
|
|
4074
4108
|
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) {
|
|
@@ -4076,63 +4110,63 @@
|
|
|
4076
4110
|
}
|
|
4077
4111
|
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) {
|
|
4078
4112
|
Companion_getInstance_22();
|
|
4079
|
-
this.
|
|
4080
|
-
this.
|
|
4081
|
-
this.
|
|
4082
|
-
this.
|
|
4083
|
-
this.
|
|
4084
|
-
this.
|
|
4085
|
-
this.
|
|
4086
|
-
this.
|
|
4087
|
-
this.
|
|
4088
|
-
this.
|
|
4089
|
-
this.
|
|
4090
|
-
this.
|
|
4091
|
-
this.
|
|
4092
|
-
this.
|
|
4093
|
-
this.
|
|
4094
|
-
this.
|
|
4095
|
-
this.
|
|
4096
|
-
this.
|
|
4097
|
-
this.
|
|
4098
|
-
this.
|
|
4099
|
-
this.
|
|
4100
|
-
this.
|
|
4101
|
-
this.
|
|
4102
|
-
this.
|
|
4103
|
-
this.
|
|
4104
|
-
this.
|
|
4113
|
+
this.l69_1 = name;
|
|
4114
|
+
this.m69_1 = playerWhoChooseSuitGoFirst;
|
|
4115
|
+
this.n69_1 = winnerShuffleCards;
|
|
4116
|
+
this.o69_1 = playWithoutLiabilities;
|
|
4117
|
+
this.p69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4118
|
+
this.q69_1 = dealerInitialCardsCount;
|
|
4119
|
+
this.r69_1 = dealerFinalCardsCount;
|
|
4120
|
+
this.s69_1 = dealerCounterClockwise;
|
|
4121
|
+
this.t69_1 = contractTypes;
|
|
4122
|
+
this.u69_1 = bidTypes;
|
|
4123
|
+
this.v69_1 = needToPutHigherTrump;
|
|
4124
|
+
this.w69_1 = trumpCardStepMode;
|
|
4125
|
+
this.x69_1 = trumpCardStepPartnerMode;
|
|
4126
|
+
this.y69_1 = combinationsWithFirstCard;
|
|
4127
|
+
this.z69_1 = protectBella;
|
|
4128
|
+
this.a6a_1 = oneTryToProtectBella;
|
|
4129
|
+
this.b6a_1 = enableFourSevensCombination;
|
|
4130
|
+
this.c6a_1 = enableTrumpSevenCombination;
|
|
4131
|
+
this.d6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4132
|
+
this.e6a_1 = checkTrumpCombination;
|
|
4133
|
+
this.f6a_1 = checkOnlyTrumpDebertz;
|
|
4134
|
+
this.g6a_1 = pointsDistributeMode;
|
|
4135
|
+
this.h6a_1 = enableFineIfNoBribes;
|
|
4136
|
+
this.i6a_1 = fineIfNoBribes;
|
|
4137
|
+
this.j6a_1 = enableFineAfterThirdByte;
|
|
4138
|
+
this.k6a_1 = fineAfterThirdFailedContract;
|
|
4105
4139
|
}
|
|
4106
4140
|
protoOf(RulesDto).toString = function () {
|
|
4107
|
-
return 'RulesDto(name=' + this.
|
|
4141
|
+
return 'RulesDto(name=' + this.l69_1 + ', playerWhoChooseSuitGoFirst=' + this.m69_1 + ', winnerShuffleCards=' + this.n69_1 + ', playWithoutLiabilities=' + this.o69_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.p69_1 + ', dealerInitialCardsCount=' + this.q69_1 + ', dealerFinalCardsCount=' + this.r69_1 + ', dealerCounterClockwise=' + this.s69_1 + ', contractTypes=' + toString(this.t69_1) + ', bidTypes=' + toString(this.u69_1) + ', needToPutHigherTrump=' + this.v69_1 + ', trumpCardStepMode=' + this.w69_1 + ', trumpCardStepPartnerMode=' + this.x69_1 + ', combinationsWithFirstCard=' + toString(this.y69_1) + ', protectBella=' + this.z69_1 + ', oneTryToProtectBella=' + this.a6a_1 + ', enableFourSevensCombination=' + this.b6a_1 + ', enableTrumpSevenCombination=' + this.c6a_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.d6a_1 + ', checkTrumpCombination=' + this.e6a_1 + ', checkOnlyTrumpDebertz=' + this.f6a_1 + ', pointsDistributeMode=' + this.g6a_1 + ', enableFineIfNoBribes=' + this.h6a_1 + ', fineIfNoBribes=' + this.i6a_1 + ', enableFineAfterThirdByte=' + this.j6a_1 + ', fineAfterThirdFailedContract=' + this.k6a_1 + ')';
|
|
4108
4142
|
};
|
|
4109
4143
|
protoOf(RulesDto).hashCode = function () {
|
|
4110
|
-
var result = this.
|
|
4111
|
-
result = imul(result, 31) + (this.l69_1 == null ? 0 : getBooleanHashCode(this.l69_1)) | 0;
|
|
4144
|
+
var result = this.l69_1 == null ? 0 : getStringHashCode(this.l69_1);
|
|
4112
4145
|
result = imul(result, 31) + (this.m69_1 == null ? 0 : getBooleanHashCode(this.m69_1)) | 0;
|
|
4113
4146
|
result = imul(result, 31) + (this.n69_1 == null ? 0 : getBooleanHashCode(this.n69_1)) | 0;
|
|
4114
4147
|
result = imul(result, 31) + (this.o69_1 == null ? 0 : getBooleanHashCode(this.o69_1)) | 0;
|
|
4115
|
-
result = imul(result, 31) + (this.p69_1 == null ? 0 : this.p69_1) | 0;
|
|
4148
|
+
result = imul(result, 31) + (this.p69_1 == null ? 0 : getBooleanHashCode(this.p69_1)) | 0;
|
|
4116
4149
|
result = imul(result, 31) + (this.q69_1 == null ? 0 : this.q69_1) | 0;
|
|
4117
|
-
result = imul(result, 31) + (this.r69_1 == null ? 0 :
|
|
4118
|
-
result = imul(result, 31) + (this.s69_1 == null ? 0 :
|
|
4150
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : this.r69_1) | 0;
|
|
4151
|
+
result = imul(result, 31) + (this.s69_1 == null ? 0 : getBooleanHashCode(this.s69_1)) | 0;
|
|
4119
4152
|
result = imul(result, 31) + (this.t69_1 == null ? 0 : hashCode(this.t69_1)) | 0;
|
|
4120
|
-
result = imul(result, 31) + (this.u69_1 == null ? 0 :
|
|
4121
|
-
result = imul(result, 31) + (this.v69_1 == null ? 0 :
|
|
4153
|
+
result = imul(result, 31) + (this.u69_1 == null ? 0 : hashCode(this.u69_1)) | 0;
|
|
4154
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : getBooleanHashCode(this.v69_1)) | 0;
|
|
4122
4155
|
result = imul(result, 31) + (this.w69_1 == null ? 0 : getStringHashCode(this.w69_1)) | 0;
|
|
4123
|
-
result = imul(result, 31) + (this.x69_1 == null ? 0 :
|
|
4124
|
-
result = imul(result, 31) + (this.y69_1 == null ? 0 :
|
|
4156
|
+
result = imul(result, 31) + (this.x69_1 == null ? 0 : getStringHashCode(this.x69_1)) | 0;
|
|
4157
|
+
result = imul(result, 31) + (this.y69_1 == null ? 0 : hashCode(this.y69_1)) | 0;
|
|
4125
4158
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getBooleanHashCode(this.z69_1)) | 0;
|
|
4126
4159
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getBooleanHashCode(this.a6a_1)) | 0;
|
|
4127
4160
|
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getBooleanHashCode(this.b6a_1)) | 0;
|
|
4128
4161
|
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getBooleanHashCode(this.c6a_1)) | 0;
|
|
4129
4162
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getBooleanHashCode(this.d6a_1)) | 0;
|
|
4130
4163
|
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
4131
|
-
result = imul(result, 31) +
|
|
4132
|
-
result = imul(result, 31) + (this.g6a_1
|
|
4133
|
-
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1) | 0;
|
|
4134
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 :
|
|
4135
|
-
result = imul(result, 31) + (this.j6a_1 == null ? 0 : this.j6a_1) | 0;
|
|
4164
|
+
result = imul(result, 31) + (this.f6a_1 == null ? 0 : getBooleanHashCode(this.f6a_1)) | 0;
|
|
4165
|
+
result = imul(result, 31) + getStringHashCode(this.g6a_1) | 0;
|
|
4166
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : getBooleanHashCode(this.h6a_1)) | 0;
|
|
4167
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : this.i6a_1) | 0;
|
|
4168
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : getBooleanHashCode(this.j6a_1)) | 0;
|
|
4169
|
+
result = imul(result, 31) + (this.k6a_1 == null ? 0 : this.k6a_1) | 0;
|
|
4136
4170
|
return result;
|
|
4137
4171
|
};
|
|
4138
4172
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4140,8 +4174,6 @@
|
|
|
4140
4174
|
return true;
|
|
4141
4175
|
if (!(other instanceof RulesDto))
|
|
4142
4176
|
return false;
|
|
4143
|
-
if (!(this.k69_1 == other.k69_1))
|
|
4144
|
-
return false;
|
|
4145
4177
|
if (!(this.l69_1 == other.l69_1))
|
|
4146
4178
|
return false;
|
|
4147
4179
|
if (!(this.m69_1 == other.m69_1))
|
|
@@ -4156,19 +4188,19 @@
|
|
|
4156
4188
|
return false;
|
|
4157
4189
|
if (!(this.r69_1 == other.r69_1))
|
|
4158
4190
|
return false;
|
|
4159
|
-
if (!
|
|
4191
|
+
if (!(this.s69_1 == other.s69_1))
|
|
4160
4192
|
return false;
|
|
4161
4193
|
if (!equals(this.t69_1, other.t69_1))
|
|
4162
4194
|
return false;
|
|
4163
|
-
if (!(this.u69_1
|
|
4195
|
+
if (!equals(this.u69_1, other.u69_1))
|
|
4164
4196
|
return false;
|
|
4165
4197
|
if (!(this.v69_1 == other.v69_1))
|
|
4166
4198
|
return false;
|
|
4167
4199
|
if (!(this.w69_1 == other.w69_1))
|
|
4168
4200
|
return false;
|
|
4169
|
-
if (!
|
|
4201
|
+
if (!(this.x69_1 == other.x69_1))
|
|
4170
4202
|
return false;
|
|
4171
|
-
if (!(this.y69_1
|
|
4203
|
+
if (!equals(this.y69_1, other.y69_1))
|
|
4172
4204
|
return false;
|
|
4173
4205
|
if (!(this.z69_1 == other.z69_1))
|
|
4174
4206
|
return false;
|
|
@@ -4182,9 +4214,9 @@
|
|
|
4182
4214
|
return false;
|
|
4183
4215
|
if (!(this.e6a_1 == other.e6a_1))
|
|
4184
4216
|
return false;
|
|
4185
|
-
if (!(this.f6a_1
|
|
4217
|
+
if (!(this.f6a_1 == other.f6a_1))
|
|
4186
4218
|
return false;
|
|
4187
|
-
if (!(this.g6a_1
|
|
4219
|
+
if (!(this.g6a_1 === other.g6a_1))
|
|
4188
4220
|
return false;
|
|
4189
4221
|
if (!(this.h6a_1 == other.h6a_1))
|
|
4190
4222
|
return false;
|
|
@@ -4192,14 +4224,16 @@
|
|
|
4192
4224
|
return false;
|
|
4193
4225
|
if (!(this.j6a_1 == other.j6a_1))
|
|
4194
4226
|
return false;
|
|
4227
|
+
if (!(this.k6a_1 == other.k6a_1))
|
|
4228
|
+
return false;
|
|
4195
4229
|
return true;
|
|
4196
4230
|
};
|
|
4197
4231
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4198
|
-
this.
|
|
4199
|
-
this.
|
|
4232
|
+
this.l6a_1 = trump;
|
|
4233
|
+
this.m6a_1 = firstCardSuit;
|
|
4200
4234
|
}
|
|
4201
4235
|
protoOf(CardGrowthComparator).w5b = function (a, b) {
|
|
4202
|
-
return getGrowth(b, this.
|
|
4236
|
+
return getGrowth(b, this.l6a_1, this.m6a_1) - getGrowth(a, this.l6a_1, this.m6a_1) | 0;
|
|
4203
4237
|
};
|
|
4204
4238
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4205
4239
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4347,46 +4381,46 @@
|
|
|
4347
4381
|
return tmp;
|
|
4348
4382
|
}
|
|
4349
4383
|
function ProcessingCard(card) {
|
|
4350
|
-
this.
|
|
4384
|
+
this.n6a_1 = card;
|
|
4351
4385
|
}
|
|
4352
4386
|
protoOf(ProcessingCard).toString = function () {
|
|
4353
|
-
return 'ProcessingCard(card=' + this.
|
|
4387
|
+
return 'ProcessingCard(card=' + this.n6a_1.toString() + ')';
|
|
4354
4388
|
};
|
|
4355
4389
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4356
|
-
return this.
|
|
4390
|
+
return this.n6a_1.hashCode();
|
|
4357
4391
|
};
|
|
4358
4392
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4359
4393
|
if (this === other)
|
|
4360
4394
|
return true;
|
|
4361
4395
|
if (!(other instanceof ProcessingCard))
|
|
4362
4396
|
return false;
|
|
4363
|
-
if (!this.
|
|
4397
|
+
if (!this.n6a_1.equals(other.n6a_1))
|
|
4364
4398
|
return false;
|
|
4365
4399
|
return true;
|
|
4366
4400
|
};
|
|
4367
4401
|
function AsyncProvider() {
|
|
4368
4402
|
}
|
|
4369
4403
|
function onError($this, message, error) {
|
|
4370
|
-
$this.
|
|
4404
|
+
$this.v6a_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4371
4405
|
}
|
|
4372
4406
|
function Companion_20() {
|
|
4373
|
-
this.
|
|
4407
|
+
this.d6b_1 = 'AsyncProvider';
|
|
4374
4408
|
}
|
|
4375
4409
|
var Companion_instance_22;
|
|
4376
4410
|
function Companion_getInstance_23() {
|
|
4377
4411
|
return Companion_instance_22;
|
|
4378
4412
|
}
|
|
4379
4413
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4380
|
-
this.
|
|
4414
|
+
this.f6b_1 = this$0;
|
|
4381
4415
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4382
4416
|
}
|
|
4383
4417
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).q1x = function (context, exception) {
|
|
4384
|
-
onError(this.
|
|
4418
|
+
onError(this.f6b_1, 'CoroutineContext', exception);
|
|
4385
4419
|
return Unit_instance;
|
|
4386
4420
|
};
|
|
4387
4421
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4388
|
-
this.
|
|
4389
|
-
this.
|
|
4422
|
+
this.o6b_1 = this$0;
|
|
4423
|
+
this.p6b_1 = $block;
|
|
4390
4424
|
CoroutineImpl.call(this, resultContinuation);
|
|
4391
4425
|
}
|
|
4392
4426
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j2d = function ($this$launch, $completion) {
|
|
@@ -4406,43 +4440,43 @@
|
|
|
4406
4440
|
switch (tmp) {
|
|
4407
4441
|
case 0:
|
|
4408
4442
|
this.t8_1 = 6;
|
|
4409
|
-
this.
|
|
4443
|
+
this.s6b_1 = this.o6b_1.x6a_1;
|
|
4410
4444
|
var tmp_0 = this;
|
|
4411
|
-
tmp_0.
|
|
4445
|
+
tmp_0.r6b_1 = null;
|
|
4412
4446
|
this.s8_1 = 1;
|
|
4413
|
-
suspendResult = this.
|
|
4447
|
+
suspendResult = this.s6b_1.z2k(this.r6b_1, this);
|
|
4414
4448
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4415
4449
|
return suspendResult;
|
|
4416
4450
|
}
|
|
4417
4451
|
|
|
4418
4452
|
continue $sm;
|
|
4419
4453
|
case 1:
|
|
4420
|
-
this.
|
|
4454
|
+
this.t6b_1 = Unit_instance;
|
|
4421
4455
|
this.s8_1 = 2;
|
|
4422
4456
|
continue $sm;
|
|
4423
4457
|
case 2:
|
|
4424
4458
|
this.t8_1 = 5;
|
|
4425
4459
|
this.s8_1 = 3;
|
|
4426
|
-
suspendResult = this.
|
|
4460
|
+
suspendResult = this.p6b_1(this.q6b_1, this);
|
|
4427
4461
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4428
4462
|
return suspendResult;
|
|
4429
4463
|
}
|
|
4430
4464
|
|
|
4431
4465
|
continue $sm;
|
|
4432
4466
|
case 3:
|
|
4433
|
-
this.
|
|
4467
|
+
this.t6b_1 = Unit_instance;
|
|
4434
4468
|
this.t8_1 = 6;
|
|
4435
4469
|
this.s8_1 = 4;
|
|
4436
4470
|
continue $sm;
|
|
4437
4471
|
case 4:
|
|
4438
|
-
this.
|
|
4472
|
+
this.t6b_1;
|
|
4439
4473
|
this.t8_1 = 6;
|
|
4440
|
-
this.
|
|
4474
|
+
this.s6b_1.k2k(this.r6b_1);
|
|
4441
4475
|
return Unit_instance;
|
|
4442
4476
|
case 5:
|
|
4443
4477
|
this.t8_1 = 6;
|
|
4444
4478
|
var t = this.v8_1;
|
|
4445
|
-
this.
|
|
4479
|
+
this.s6b_1.k2k(this.r6b_1);
|
|
4446
4480
|
throw t;
|
|
4447
4481
|
case 6:
|
|
4448
4482
|
throw this.v8_1;
|
|
@@ -4459,8 +4493,8 @@
|
|
|
4459
4493
|
while (true);
|
|
4460
4494
|
};
|
|
4461
4495
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k2d = function ($this$launch, completion) {
|
|
4462
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4463
|
-
i.
|
|
4496
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.o6b_1, this.p6b_1, completion);
|
|
4497
|
+
i.q6b_1 = $this$launch;
|
|
4464
4498
|
return i;
|
|
4465
4499
|
};
|
|
4466
4500
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4475,53 +4509,53 @@
|
|
|
4475
4509
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().d21() : mainDispatcher;
|
|
4476
4510
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().z20_1 : defaultDispatcher;
|
|
4477
4511
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().a21_1 : unconfinedDispatcher;
|
|
4478
|
-
this.
|
|
4479
|
-
this.
|
|
4480
|
-
this.w6a_1 = Mutex();
|
|
4512
|
+
this.v6a_1 = logger;
|
|
4513
|
+
this.w6a_1 = SupervisorJob();
|
|
4481
4514
|
this.x6a_1 = Mutex();
|
|
4515
|
+
this.y6a_1 = Mutex();
|
|
4482
4516
|
var tmp = this;
|
|
4483
4517
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4484
|
-
tmp.
|
|
4485
|
-
this.
|
|
4486
|
-
this.
|
|
4487
|
-
this.
|
|
4518
|
+
tmp.z6a_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4519
|
+
this.a6b_1 = CoroutineScope_0(mainDispatcher.dg(this.w6a_1).dg(MainContextId_getInstance()));
|
|
4520
|
+
this.b6b_1 = CoroutineScope_0(defaultDispatcher.dg(this.w6a_1).dg(WorkerContextId_getInstance()));
|
|
4521
|
+
this.c6b_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.w6a_1).dg(WorkerContextId_getInstance()));
|
|
4488
4522
|
}
|
|
4489
|
-
protoOf(AsyncProviderImpl).
|
|
4490
|
-
return this.
|
|
4523
|
+
protoOf(AsyncProviderImpl).o6a = function () {
|
|
4524
|
+
return this.z6a_1;
|
|
4491
4525
|
};
|
|
4492
|
-
protoOf(AsyncProviderImpl).
|
|
4493
|
-
if (this.
|
|
4494
|
-
this.
|
|
4526
|
+
protoOf(AsyncProviderImpl).t6a = function (context, block) {
|
|
4527
|
+
if (this.w6a_1.z1p()) {
|
|
4528
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4495
4529
|
// Inline function 'kotlin.apply' call
|
|
4496
4530
|
var this_0 = Job();
|
|
4497
4531
|
this_0.n1q();
|
|
4498
4532
|
return this_0;
|
|
4499
4533
|
}
|
|
4500
|
-
return launch(this.
|
|
4534
|
+
return launch(this.a6b_1, context, VOID, block);
|
|
4501
4535
|
};
|
|
4502
|
-
protoOf(AsyncProviderImpl).
|
|
4503
|
-
if (this.
|
|
4504
|
-
this.
|
|
4536
|
+
protoOf(AsyncProviderImpl).p6a = function (context, block) {
|
|
4537
|
+
if (this.w6a_1.z1p()) {
|
|
4538
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4505
4539
|
// Inline function 'kotlin.apply' call
|
|
4506
4540
|
var this_0 = Job();
|
|
4507
4541
|
this_0.n1q();
|
|
4508
4542
|
return this_0;
|
|
4509
4543
|
}
|
|
4510
|
-
return launch(this.
|
|
4544
|
+
return launch(this.b6b_1, context, VOID, block);
|
|
4511
4545
|
};
|
|
4512
|
-
protoOf(AsyncProviderImpl).
|
|
4513
|
-
if (this.
|
|
4514
|
-
this.
|
|
4546
|
+
protoOf(AsyncProviderImpl).r6a = function (context, block) {
|
|
4547
|
+
if (this.w6a_1.z1p()) {
|
|
4548
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4515
4549
|
// Inline function 'kotlin.apply' call
|
|
4516
4550
|
var this_0 = Job();
|
|
4517
4551
|
this_0.n1q();
|
|
4518
4552
|
return this_0;
|
|
4519
4553
|
}
|
|
4520
|
-
return launch(this.
|
|
4554
|
+
return launch(this.b6b_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4521
4555
|
};
|
|
4522
4556
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4523
|
-
if (!this.
|
|
4524
|
-
this.
|
|
4557
|
+
if (!this.w6a_1.z1p()) {
|
|
4558
|
+
this.w6a_1.n1q();
|
|
4525
4559
|
}
|
|
4526
4560
|
};
|
|
4527
4561
|
function Key() {
|
|
@@ -4583,7 +4617,7 @@
|
|
|
4583
4617
|
}
|
|
4584
4618
|
function UUIDIdsProvider() {
|
|
4585
4619
|
}
|
|
4586
|
-
protoOf(UUIDIdsProvider).
|
|
4620
|
+
protoOf(UUIDIdsProvider).u6b = function () {
|
|
4587
4621
|
return uuid4().toString();
|
|
4588
4622
|
};
|
|
4589
4623
|
var UUIDIdsProvider_instance;
|
|
@@ -4601,55 +4635,55 @@
|
|
|
4601
4635
|
tmp = lock;
|
|
4602
4636
|
}
|
|
4603
4637
|
lock = tmp;
|
|
4604
|
-
this.
|
|
4605
|
-
this.
|
|
4638
|
+
this.a6c_1 = logger;
|
|
4639
|
+
this.b6c_1 = lock;
|
|
4606
4640
|
var tmp_0 = this;
|
|
4607
4641
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4608
|
-
tmp_0.
|
|
4642
|
+
tmp_0.c6c_1 = HashMap_init_$Create$();
|
|
4609
4643
|
}
|
|
4610
|
-
protoOf(JobsProviderImpl).
|
|
4644
|
+
protoOf(JobsProviderImpl).v6b = function (timerTag, job) {
|
|
4611
4645
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4612
|
-
this.
|
|
4613
|
-
if (this.
|
|
4614
|
-
this.
|
|
4646
|
+
this.b6c_1;
|
|
4647
|
+
if (this.z6b(timerTag)) {
|
|
4648
|
+
this.a6c_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4615
4649
|
}
|
|
4616
4650
|
// Inline function 'kotlin.collections.set' call
|
|
4617
|
-
this.
|
|
4651
|
+
this.c6c_1.f2(timerTag, job);
|
|
4618
4652
|
};
|
|
4619
|
-
protoOf(JobsProviderImpl).
|
|
4653
|
+
protoOf(JobsProviderImpl).z6b = function (timerTag) {
|
|
4620
4654
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4621
|
-
this.
|
|
4622
|
-
return this.
|
|
4655
|
+
this.b6c_1;
|
|
4656
|
+
return this.c6c_1.a2(timerTag);
|
|
4623
4657
|
};
|
|
4624
|
-
protoOf(JobsProviderImpl).
|
|
4658
|
+
protoOf(JobsProviderImpl).x6b = function (timerTag) {
|
|
4625
4659
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4626
|
-
this.
|
|
4627
|
-
if (!this.
|
|
4628
|
-
this.
|
|
4660
|
+
this.b6c_1;
|
|
4661
|
+
if (!this.z6b(timerTag)) {
|
|
4662
|
+
this.a6c_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4629
4663
|
}
|
|
4630
|
-
this.
|
|
4664
|
+
this.c6c_1.g2(timerTag);
|
|
4631
4665
|
};
|
|
4632
|
-
protoOf(JobsProviderImpl).
|
|
4666
|
+
protoOf(JobsProviderImpl).y6b = function (timers) {
|
|
4633
4667
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4634
|
-
this.
|
|
4668
|
+
this.b6c_1;
|
|
4635
4669
|
// Inline function 'kotlin.collections.forEach' call
|
|
4636
4670
|
var _iterator__ex2g4s = timers.l();
|
|
4637
4671
|
while (_iterator__ex2g4s.m()) {
|
|
4638
4672
|
var element = _iterator__ex2g4s.n();
|
|
4639
|
-
var timer = this.
|
|
4673
|
+
var timer = this.c6c_1.c2(element);
|
|
4640
4674
|
if (timer == null)
|
|
4641
4675
|
null;
|
|
4642
4676
|
else {
|
|
4643
4677
|
timer.n1q();
|
|
4644
4678
|
}
|
|
4645
4679
|
}
|
|
4646
|
-
this.
|
|
4680
|
+
this.c6c_1.d2().l2(toSet(timers));
|
|
4647
4681
|
};
|
|
4648
|
-
protoOf(JobsProviderImpl).
|
|
4682
|
+
protoOf(JobsProviderImpl).w6b = function (timerTag) {
|
|
4649
4683
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4650
|
-
this.
|
|
4651
|
-
var timer = this.
|
|
4652
|
-
this.
|
|
4684
|
+
this.b6c_1;
|
|
4685
|
+
var timer = this.c6c_1.c2(timerTag);
|
|
4686
|
+
this.c6c_1.g2(timerTag);
|
|
4653
4687
|
var tmp;
|
|
4654
4688
|
if (timer == null) {
|
|
4655
4689
|
tmp = null;
|
|
@@ -4662,36 +4696,36 @@
|
|
|
4662
4696
|
}
|
|
4663
4697
|
function FileSystemImpl(fileSystem) {
|
|
4664
4698
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4665
|
-
this.
|
|
4699
|
+
this.g6c_1 = fileSystem;
|
|
4666
4700
|
}
|
|
4667
|
-
protoOf(FileSystemImpl).
|
|
4701
|
+
protoOf(FileSystemImpl).d6c = function (path, $completion) {
|
|
4668
4702
|
var directoryPath = Path(path);
|
|
4669
|
-
var exists = this.
|
|
4703
|
+
var exists = this.g6c_1.c1o(directoryPath);
|
|
4670
4704
|
if (!exists) {
|
|
4671
|
-
this.
|
|
4705
|
+
this.g6c_1.g1o(directoryPath);
|
|
4672
4706
|
}
|
|
4673
4707
|
return Unit_instance;
|
|
4674
4708
|
};
|
|
4675
|
-
protoOf(FileSystemImpl).
|
|
4676
|
-
return buffered(this.
|
|
4709
|
+
protoOf(FileSystemImpl).e6c = function (path, fileName, append, $completion) {
|
|
4710
|
+
return buffered(this.g6c_1.h1o(Path_0(path, [fileName]), append));
|
|
4677
4711
|
};
|
|
4678
|
-
protoOf(FileSystemImpl).
|
|
4679
|
-
this.
|
|
4712
|
+
protoOf(FileSystemImpl).f6c = function (path, $completion) {
|
|
4713
|
+
this.g6c_1.e1o(Path_0(path, []));
|
|
4680
4714
|
return Unit_instance;
|
|
4681
4715
|
};
|
|
4682
4716
|
function LoggerFactory() {
|
|
4683
4717
|
}
|
|
4684
4718
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4685
|
-
this.
|
|
4686
|
-
this.
|
|
4719
|
+
this.i6c_1 = coreConfig;
|
|
4720
|
+
this.j6c_1 = fileSystem;
|
|
4687
4721
|
}
|
|
4688
|
-
protoOf(LoggerFactoryImpl).
|
|
4722
|
+
protoOf(LoggerFactoryImpl).h6c = function (gameId, roomId, userId) {
|
|
4689
4723
|
// Inline function 'kotlin.let' call
|
|
4690
|
-
var it = this.
|
|
4724
|
+
var it = this.i6c_1.fileNameFormat;
|
|
4691
4725
|
var tmp = Companion_instance_4;
|
|
4692
4726
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4693
4727
|
// Inline function 'kotlin.collections.map' call
|
|
4694
|
-
var this_0 = split(this.
|
|
4728
|
+
var this_0 = split(this.i6c_1.requireDirectoryPath, ['/']);
|
|
4695
4729
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4696
4730
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4697
4731
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4703,7 +4737,7 @@
|
|
|
4703
4737
|
}
|
|
4704
4738
|
var segments = destination;
|
|
4705
4739
|
var tmp0_path = joinToString(segments, '/');
|
|
4706
|
-
var tmp1_fileSystem = this.
|
|
4740
|
+
var tmp1_fileSystem = this.j6c_1;
|
|
4707
4741
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4708
4742
|
};
|
|
4709
4743
|
function appendToFile($this, message, $completion) {
|
|
@@ -4714,7 +4748,7 @@
|
|
|
4714
4748
|
}
|
|
4715
4749
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4716
4750
|
CoroutineImpl.call(this, resultContinuation);
|
|
4717
|
-
this.
|
|
4751
|
+
this.c6d_1 = _this__u8e3s4;
|
|
4718
4752
|
}
|
|
4719
4753
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4720
4754
|
var suspendResult = this.u8_1;
|
|
@@ -4726,7 +4760,7 @@
|
|
|
4726
4760
|
this.t8_1 = 3;
|
|
4727
4761
|
this.t8_1 = 2;
|
|
4728
4762
|
this.s8_1 = 1;
|
|
4729
|
-
suspendResult = this.
|
|
4763
|
+
suspendResult = this.c6d_1.f6d_1.d6c(this.c6d_1.e6d_1, this);
|
|
4730
4764
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4731
4765
|
return suspendResult;
|
|
4732
4766
|
}
|
|
@@ -4767,8 +4801,8 @@
|
|
|
4767
4801
|
};
|
|
4768
4802
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4769
4803
|
CoroutineImpl.call(this, resultContinuation);
|
|
4770
|
-
this.
|
|
4771
|
-
this.
|
|
4804
|
+
this.s6c_1 = _this__u8e3s4;
|
|
4805
|
+
this.t6c_1 = message;
|
|
4772
4806
|
}
|
|
4773
4807
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4774
4808
|
var suspendResult = this.u8_1;
|
|
@@ -4780,7 +4814,7 @@
|
|
|
4780
4814
|
this.t8_1 = 3;
|
|
4781
4815
|
this.t8_1 = 2;
|
|
4782
4816
|
this.s8_1 = 1;
|
|
4783
|
-
suspendResult = this.
|
|
4817
|
+
suspendResult = this.s6c_1.f6d_1.e6c(this.s6c_1.e6d_1, this.s6c_1.d6d_1, true, this);
|
|
4784
4818
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4785
4819
|
return suspendResult;
|
|
4786
4820
|
}
|
|
@@ -4791,7 +4825,7 @@
|
|
|
4791
4825
|
var sink = buffered(ARGUMENT);
|
|
4792
4826
|
l$ret$1: do {
|
|
4793
4827
|
try {
|
|
4794
|
-
writeString(sink, this.
|
|
4828
|
+
writeString(sink, this.t6c_1 + '\n');
|
|
4795
4829
|
break l$ret$1;
|
|
4796
4830
|
} catch ($p) {
|
|
4797
4831
|
var t = $p;
|
|
@@ -4834,17 +4868,17 @@
|
|
|
4834
4868
|
while (true);
|
|
4835
4869
|
};
|
|
4836
4870
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4837
|
-
this.
|
|
4838
|
-
this.
|
|
4839
|
-
this.
|
|
4871
|
+
this.d6d_1 = fileName;
|
|
4872
|
+
this.e6d_1 = path;
|
|
4873
|
+
this.f6d_1 = fileSystem;
|
|
4840
4874
|
}
|
|
4841
|
-
protoOf(LogsStorageControllerImpl).
|
|
4875
|
+
protoOf(LogsStorageControllerImpl).g6d = function ($completion) {
|
|
4842
4876
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4843
4877
|
tmp.u8_1 = Unit_instance;
|
|
4844
4878
|
tmp.v8_1 = null;
|
|
4845
4879
|
return tmp.a9();
|
|
4846
4880
|
};
|
|
4847
|
-
protoOf(LogsStorageControllerImpl).
|
|
4881
|
+
protoOf(LogsStorageControllerImpl).h6d = function (log, $completion) {
|
|
4848
4882
|
return appendToFile(this, log, $completion);
|
|
4849
4883
|
};
|
|
4850
4884
|
function BufferedAction() {
|
|
@@ -4859,30 +4893,30 @@
|
|
|
4859
4893
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4860
4894
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4861
4895
|
TimerAction.call(this);
|
|
4862
|
-
this.
|
|
4863
|
-
this.
|
|
4864
|
-
this.
|
|
4865
|
-
this.
|
|
4896
|
+
this.n6d_1 = timerTag;
|
|
4897
|
+
this.o6d_1 = delayMillis;
|
|
4898
|
+
this.p6d_1 = initialDelay;
|
|
4899
|
+
this.q6d_1 = type;
|
|
4866
4900
|
}
|
|
4867
4901
|
protoOf(StartTimerAction).toString = function () {
|
|
4868
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4869
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4902
|
+
var tmp = 'timerTag=' + toString_0(this.n6d_1);
|
|
4903
|
+
var tmp_0 = 'delayMillis=' + this.o6d_1.toString();
|
|
4870
4904
|
// Inline function 'kotlin.takeIf' call
|
|
4871
|
-
var this_0 = 'initialDelay=' + this.
|
|
4905
|
+
var this_0 = 'initialDelay=' + this.p6d_1.toString();
|
|
4872
4906
|
var tmp_1;
|
|
4873
|
-
if (!equalsLong(this.
|
|
4907
|
+
if (!equalsLong(this.p6d_1, new Long(0, 0))) {
|
|
4874
4908
|
tmp_1 = this_0;
|
|
4875
4909
|
} else {
|
|
4876
4910
|
tmp_1 = null;
|
|
4877
4911
|
}
|
|
4878
4912
|
var tmp$ret$1 = tmp_1;
|
|
4879
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4913
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.q6d_1.toString()])) + ')';
|
|
4880
4914
|
};
|
|
4881
4915
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4882
|
-
var result = hashCode(this.
|
|
4883
|
-
result = imul(result, 31) + this.n6d_1.hashCode() | 0;
|
|
4916
|
+
var result = hashCode(this.n6d_1);
|
|
4884
4917
|
result = imul(result, 31) + this.o6d_1.hashCode() | 0;
|
|
4885
4918
|
result = imul(result, 31) + this.p6d_1.hashCode() | 0;
|
|
4919
|
+
result = imul(result, 31) + this.q6d_1.hashCode() | 0;
|
|
4886
4920
|
return result;
|
|
4887
4921
|
};
|
|
4888
4922
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4890,13 +4924,13 @@
|
|
|
4890
4924
|
return true;
|
|
4891
4925
|
if (!(other instanceof StartTimerAction))
|
|
4892
4926
|
return false;
|
|
4893
|
-
if (!equals(this.
|
|
4894
|
-
return false;
|
|
4895
|
-
if (!equalsLong(this.n6d_1, other.n6d_1))
|
|
4927
|
+
if (!equals(this.n6d_1, other.n6d_1))
|
|
4896
4928
|
return false;
|
|
4897
4929
|
if (!equalsLong(this.o6d_1, other.o6d_1))
|
|
4898
4930
|
return false;
|
|
4899
|
-
if (!this.p6d_1
|
|
4931
|
+
if (!equalsLong(this.p6d_1, other.p6d_1))
|
|
4932
|
+
return false;
|
|
4933
|
+
if (!this.q6d_1.equals(other.q6d_1))
|
|
4900
4934
|
return false;
|
|
4901
4935
|
return true;
|
|
4902
4936
|
};
|
|
@@ -4915,18 +4949,18 @@
|
|
|
4915
4949
|
}
|
|
4916
4950
|
function TimerTickAction(timerTag, type) {
|
|
4917
4951
|
TimerAction.call(this);
|
|
4918
|
-
this.
|
|
4919
|
-
this.
|
|
4952
|
+
this.r6d_1 = timerTag;
|
|
4953
|
+
this.s6d_1 = type;
|
|
4920
4954
|
}
|
|
4921
4955
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
4922
|
-
return this.
|
|
4956
|
+
return this.r6d_1.ignoreValidation();
|
|
4923
4957
|
};
|
|
4924
4958
|
protoOf(TimerTickAction).toString = function () {
|
|
4925
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4959
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.r6d_1) + ', type=' + this.s6d_1.toString() + ')';
|
|
4926
4960
|
};
|
|
4927
4961
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4928
|
-
var result = hashCode(this.
|
|
4929
|
-
result = imul(result, 31) + this.
|
|
4962
|
+
var result = hashCode(this.r6d_1);
|
|
4963
|
+
result = imul(result, 31) + this.s6d_1.hashCode() | 0;
|
|
4930
4964
|
return result;
|
|
4931
4965
|
};
|
|
4932
4966
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4934,28 +4968,28 @@
|
|
|
4934
4968
|
return true;
|
|
4935
4969
|
if (!(other instanceof TimerTickAction))
|
|
4936
4970
|
return false;
|
|
4937
|
-
if (!equals(this.
|
|
4971
|
+
if (!equals(this.r6d_1, other.r6d_1))
|
|
4938
4972
|
return false;
|
|
4939
|
-
if (!this.
|
|
4973
|
+
if (!this.s6d_1.equals(other.s6d_1))
|
|
4940
4974
|
return false;
|
|
4941
4975
|
return true;
|
|
4942
4976
|
};
|
|
4943
4977
|
function StopTimerAction(timerTag) {
|
|
4944
4978
|
TimerAction.call(this);
|
|
4945
|
-
this.
|
|
4979
|
+
this.t6d_1 = timerTag;
|
|
4946
4980
|
}
|
|
4947
4981
|
protoOf(StopTimerAction).toString = function () {
|
|
4948
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4982
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.t6d_1) + ')';
|
|
4949
4983
|
};
|
|
4950
4984
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4951
|
-
return hashCode(this.
|
|
4985
|
+
return hashCode(this.t6d_1);
|
|
4952
4986
|
};
|
|
4953
4987
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4954
4988
|
if (this === other)
|
|
4955
4989
|
return true;
|
|
4956
4990
|
if (!(other instanceof StopTimerAction))
|
|
4957
4991
|
return false;
|
|
4958
|
-
if (!equals(this.
|
|
4992
|
+
if (!equals(this.t6d_1, other.t6d_1))
|
|
4959
4993
|
return false;
|
|
4960
4994
|
return true;
|
|
4961
4995
|
};
|
|
@@ -4999,7 +5033,7 @@
|
|
|
4999
5033
|
return function (reducer, initialState, en) {
|
|
5000
5034
|
var store = $storeCreator(reducer, initialState, en);
|
|
5001
5035
|
var origDispatch = store.dispatch;
|
|
5002
|
-
store.
|
|
5036
|
+
store.u6d(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5003
5037
|
return store;
|
|
5004
5038
|
};
|
|
5005
5039
|
}
|
|
@@ -5013,7 +5047,7 @@
|
|
|
5013
5047
|
}
|
|
5014
5048
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5015
5049
|
return function (action) {
|
|
5016
|
-
$middleware.
|
|
5050
|
+
$middleware.v6d($store, $dispatcher, action);
|
|
5017
5051
|
return Unit_instance;
|
|
5018
5052
|
};
|
|
5019
5053
|
}
|
|
@@ -5028,7 +5062,7 @@
|
|
|
5028
5062
|
while (inductionVariable < last) {
|
|
5029
5063
|
var element = tmp0[inductionVariable];
|
|
5030
5064
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5031
|
-
if (element.
|
|
5065
|
+
if (element.w6d(action)) {
|
|
5032
5066
|
destination.j(element);
|
|
5033
5067
|
}
|
|
5034
5068
|
}
|
|
@@ -5052,7 +5086,7 @@
|
|
|
5052
5086
|
return function (reducer, initialState, en) {
|
|
5053
5087
|
var store = $storeCreator(reducer, initialState, en);
|
|
5054
5088
|
var origDispatch = store.dispatch;
|
|
5055
|
-
store.
|
|
5089
|
+
store.u6d(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5056
5090
|
return store;
|
|
5057
5091
|
};
|
|
5058
5092
|
}
|
|
@@ -5066,9 +5100,9 @@
|
|
|
5066
5100
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5067
5101
|
}
|
|
5068
5102
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5069
|
-
this.
|
|
5070
|
-
this.
|
|
5071
|
-
this.
|
|
5103
|
+
this.f6e_1 = $jobsProvider;
|
|
5104
|
+
this.g6e_1 = $action;
|
|
5105
|
+
this.h6e_1 = $store;
|
|
5072
5106
|
CoroutineImpl.call(this, resultContinuation);
|
|
5073
5107
|
}
|
|
5074
5108
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5087,8 +5121,8 @@
|
|
|
5087
5121
|
var tmp = this.s8_1;
|
|
5088
5122
|
if (tmp === 0) {
|
|
5089
5123
|
this.t8_1 = 1;
|
|
5090
|
-
if (this.
|
|
5091
|
-
this.
|
|
5124
|
+
if (this.f6e_1.z6b(this.g6e_1.n6d_1)) {
|
|
5125
|
+
this.h6e_1.dispatch(new TimerTickAction(this.g6e_1.n6d_1, TimerType_DELAY_getInstance()));
|
|
5092
5126
|
}
|
|
5093
5127
|
return Unit_instance;
|
|
5094
5128
|
} else if (tmp === 1) {
|
|
@@ -5101,8 +5135,8 @@
|
|
|
5101
5135
|
while (true);
|
|
5102
5136
|
};
|
|
5103
5137
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k2d = function ($this$launchMain, completion) {
|
|
5104
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5105
|
-
i.
|
|
5138
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.f6e_1, this.g6e_1, this.h6e_1, completion);
|
|
5139
|
+
i.i6e_1 = $this$launchMain;
|
|
5106
5140
|
return i;
|
|
5107
5141
|
};
|
|
5108
5142
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5114,9 +5148,9 @@
|
|
|
5114
5148
|
return l;
|
|
5115
5149
|
}
|
|
5116
5150
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5117
|
-
this.
|
|
5118
|
-
this.
|
|
5119
|
-
this.
|
|
5151
|
+
this.r6e_1 = $jobsProvider;
|
|
5152
|
+
this.s6e_1 = $action;
|
|
5153
|
+
this.t6e_1 = $store;
|
|
5120
5154
|
CoroutineImpl.call(this, resultContinuation);
|
|
5121
5155
|
}
|
|
5122
5156
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5135,8 +5169,8 @@
|
|
|
5135
5169
|
var tmp = this.s8_1;
|
|
5136
5170
|
if (tmp === 0) {
|
|
5137
5171
|
this.t8_1 = 1;
|
|
5138
|
-
if (this.
|
|
5139
|
-
this.
|
|
5172
|
+
if (this.r6e_1.z6b(this.s6e_1.n6d_1)) {
|
|
5173
|
+
this.t6e_1.dispatch(new TimerTickAction(this.s6e_1.n6d_1, TimerType_INTERVAL_getInstance()));
|
|
5140
5174
|
}
|
|
5141
5175
|
return Unit_instance;
|
|
5142
5176
|
} else if (tmp === 1) {
|
|
@@ -5149,8 +5183,8 @@
|
|
|
5149
5183
|
while (true);
|
|
5150
5184
|
};
|
|
5151
5185
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k2d = function ($this$launchMain, completion) {
|
|
5152
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5153
|
-
i.
|
|
5186
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.r6e_1, this.s6e_1, this.t6e_1, completion);
|
|
5187
|
+
i.u6e_1 = $this$launchMain;
|
|
5154
5188
|
return i;
|
|
5155
5189
|
};
|
|
5156
5190
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5162,10 +5196,10 @@
|
|
|
5162
5196
|
return l;
|
|
5163
5197
|
}
|
|
5164
5198
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5165
|
-
this.
|
|
5166
|
-
this.
|
|
5167
|
-
this.
|
|
5168
|
-
this.
|
|
5199
|
+
this.d6f_1 = $action;
|
|
5200
|
+
this.e6f_1 = $asyncProvider;
|
|
5201
|
+
this.f6f_1 = $jobsProvider;
|
|
5202
|
+
this.g6f_1 = $store;
|
|
5169
5203
|
CoroutineImpl.call(this, resultContinuation);
|
|
5170
5204
|
}
|
|
5171
5205
|
protoOf(timerMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
@@ -5185,9 +5219,9 @@
|
|
|
5185
5219
|
switch (tmp) {
|
|
5186
5220
|
case 0:
|
|
5187
5221
|
this.t8_1 = 10;
|
|
5188
|
-
if (!equalsLong(this.
|
|
5222
|
+
if (!equalsLong(this.d6f_1.p6d_1, new Long(0, 0)) && this.d6f_1.q6d_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5189
5223
|
this.s8_1 = 1;
|
|
5190
|
-
suspendResult = delay(this.
|
|
5224
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5191
5225
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5192
5226
|
return suspendResult;
|
|
5193
5227
|
}
|
|
@@ -5201,19 +5235,19 @@
|
|
|
5201
5235
|
this.s8_1 = 2;
|
|
5202
5236
|
continue $sm;
|
|
5203
5237
|
case 2:
|
|
5204
|
-
var tmp0 = this.
|
|
5238
|
+
var tmp0 = this.d6f_1.q6d_1.q2_1;
|
|
5205
5239
|
if (tmp0 === 0) {
|
|
5206
5240
|
this.s8_1 = 8;
|
|
5207
|
-
suspendResult = delay(this.
|
|
5241
|
+
suspendResult = delay(this.d6f_1.o6d_1, this);
|
|
5208
5242
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5209
5243
|
return suspendResult;
|
|
5210
5244
|
}
|
|
5211
5245
|
continue $sm;
|
|
5212
5246
|
} else {
|
|
5213
5247
|
if (tmp0 === 1) {
|
|
5214
|
-
if (!equalsLong(this.
|
|
5248
|
+
if (!equalsLong(this.d6f_1.p6d_1, new Long(0, 0))) {
|
|
5215
5249
|
this.s8_1 = 3;
|
|
5216
|
-
suspendResult = delay(this.
|
|
5250
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5217
5251
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5218
5252
|
return suspendResult;
|
|
5219
5253
|
}
|
|
@@ -5236,14 +5270,14 @@
|
|
|
5236
5270
|
this.s8_1 = 5;
|
|
5237
5271
|
continue $sm;
|
|
5238
5272
|
case 5:
|
|
5239
|
-
if (!get_isActive(this.
|
|
5273
|
+
if (!get_isActive(this.h6f_1)) {
|
|
5240
5274
|
this.s8_1 = 7;
|
|
5241
5275
|
continue $sm;
|
|
5242
5276
|
}
|
|
5243
5277
|
|
|
5244
|
-
this.
|
|
5278
|
+
this.e6f_1.u6a(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.f6f_1, this.d6f_1, this.g6f_1, null));
|
|
5245
5279
|
this.s8_1 = 6;
|
|
5246
|
-
suspendResult = delay(this.
|
|
5280
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5247
5281
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5248
5282
|
return suspendResult;
|
|
5249
5283
|
}
|
|
@@ -5253,12 +5287,12 @@
|
|
|
5253
5287
|
this.s8_1 = 5;
|
|
5254
5288
|
continue $sm;
|
|
5255
5289
|
case 7:
|
|
5256
|
-
this.
|
|
5290
|
+
this.i6f_1 = Unit_instance;
|
|
5257
5291
|
this.s8_1 = 9;
|
|
5258
5292
|
continue $sm;
|
|
5259
5293
|
case 8:
|
|
5260
5294
|
var tmp_1 = this;
|
|
5261
|
-
tmp_1.
|
|
5295
|
+
tmp_1.i6f_1 = this.e6f_1.u6a(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.f6f_1, this.d6f_1, this.g6f_1, null));
|
|
5262
5296
|
this.s8_1 = 9;
|
|
5263
5297
|
continue $sm;
|
|
5264
5298
|
case 9:
|
|
@@ -5278,8 +5312,8 @@
|
|
|
5278
5312
|
while (true);
|
|
5279
5313
|
};
|
|
5280
5314
|
protoOf(timerMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
5281
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5282
|
-
i.
|
|
5315
|
+
var i = new timerMiddleware$o$handle$slambda(this.d6f_1, this.e6f_1, this.f6f_1, this.g6f_1, completion);
|
|
5316
|
+
i.h6f_1 = $this$launchDefault;
|
|
5283
5317
|
return i;
|
|
5284
5318
|
};
|
|
5285
5319
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5291,24 +5325,24 @@
|
|
|
5291
5325
|
return l;
|
|
5292
5326
|
}
|
|
5293
5327
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5294
|
-
this.
|
|
5295
|
-
this.
|
|
5328
|
+
this.j6f_1 = $asyncProvider;
|
|
5329
|
+
this.k6f_1 = $jobsProvider;
|
|
5296
5330
|
}
|
|
5297
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5331
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).w6d = function (action) {
|
|
5298
5332
|
return action instanceof TimerAction;
|
|
5299
5333
|
};
|
|
5300
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5334
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).l6f = function (store, next, action) {
|
|
5301
5335
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5302
5336
|
if (action_0 instanceof StartTimerAction) {
|
|
5303
|
-
var job = this.
|
|
5304
|
-
this.
|
|
5337
|
+
var job = this.j6f_1.q6a(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.j6f_1, this.k6f_1, store, null));
|
|
5338
|
+
this.k6f_1.v6b(action_0.n6d_1, job);
|
|
5305
5339
|
} else {
|
|
5306
5340
|
if (action_0 instanceof StopTimerAction) {
|
|
5307
|
-
this.
|
|
5341
|
+
this.k6f_1.w6b(action_0.t6d_1);
|
|
5308
5342
|
} else {
|
|
5309
5343
|
if (action_0 instanceof TimerTickAction) {
|
|
5310
|
-
if (action_0.
|
|
5311
|
-
this.
|
|
5344
|
+
if (action_0.s6d_1.equals(TimerType_DELAY_getInstance())) {
|
|
5345
|
+
this.k6f_1.x6b(action_0.r6d_1);
|
|
5312
5346
|
}
|
|
5313
5347
|
} else {
|
|
5314
5348
|
noWhenBranchMatchedException();
|
|
@@ -5317,8 +5351,8 @@
|
|
|
5317
5351
|
}
|
|
5318
5352
|
next(action_0);
|
|
5319
5353
|
};
|
|
5320
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5321
|
-
return this.
|
|
5354
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).v6d = function (store, next, action) {
|
|
5355
|
+
return this.l6f(store, next, action);
|
|
5322
5356
|
};
|
|
5323
5357
|
function compose(functions) {
|
|
5324
5358
|
return compose$lambda(functions);
|
|
@@ -5362,7 +5396,7 @@
|
|
|
5362
5396
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5363
5397
|
try {
|
|
5364
5398
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5365
|
-
currentState._v = currentReducer._v.
|
|
5399
|
+
currentState._v = currentReducer._v.m6f(currentState._v, action);
|
|
5366
5400
|
stateTrigger.f2a(Unit_instance);
|
|
5367
5401
|
} catch ($p) {
|
|
5368
5402
|
if ($p instanceof Exception) {
|
|
@@ -5386,8 +5420,8 @@
|
|
|
5386
5420
|
};
|
|
5387
5421
|
}
|
|
5388
5422
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5389
|
-
this.
|
|
5390
|
-
this.
|
|
5423
|
+
this.v6f_1 = $$this$unsafeFlow;
|
|
5424
|
+
this.w6f_1 = this$0;
|
|
5391
5425
|
CoroutineImpl.call(this, resultContinuation);
|
|
5392
5426
|
}
|
|
5393
5427
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u4u = function (value, $completion) {
|
|
@@ -5407,10 +5441,10 @@
|
|
|
5407
5441
|
switch (tmp) {
|
|
5408
5442
|
case 0:
|
|
5409
5443
|
this.t8_1 = 2;
|
|
5410
|
-
var tmp0 = this.
|
|
5411
|
-
this.
|
|
5444
|
+
var tmp0 = this.v6f_1;
|
|
5445
|
+
this.x6f_1;
|
|
5412
5446
|
this.s8_1 = 1;
|
|
5413
|
-
suspendResult = tmp0.z27(this.
|
|
5447
|
+
suspendResult = tmp0.z27(this.w6f_1.state, this);
|
|
5414
5448
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5415
5449
|
return suspendResult;
|
|
5416
5450
|
}
|
|
@@ -5433,8 +5467,8 @@
|
|
|
5433
5467
|
while (true);
|
|
5434
5468
|
};
|
|
5435
5469
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v4u = function (value, completion) {
|
|
5436
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5437
|
-
i.
|
|
5470
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.v6f_1, this.w6f_1, completion);
|
|
5471
|
+
i.x6f_1 = value;
|
|
5438
5472
|
return i;
|
|
5439
5473
|
};
|
|
5440
5474
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5447,8 +5481,8 @@
|
|
|
5447
5481
|
}
|
|
5448
5482
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5449
5483
|
CoroutineImpl.call(this, resultContinuation);
|
|
5450
|
-
this.
|
|
5451
|
-
this.
|
|
5484
|
+
this.g6g_1 = _this__u8e3s4;
|
|
5485
|
+
this.h6g_1 = collector;
|
|
5452
5486
|
}
|
|
5453
5487
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5454
5488
|
var suspendResult = this.u8_1;
|
|
@@ -5458,10 +5492,10 @@
|
|
|
5458
5492
|
switch (tmp) {
|
|
5459
5493
|
case 0:
|
|
5460
5494
|
this.t8_1 = 2;
|
|
5461
|
-
var $this$unsafeFlow = this.
|
|
5495
|
+
var $this$unsafeFlow = this.h6g_1;
|
|
5462
5496
|
this.s8_1 = 1;
|
|
5463
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5464
|
-
suspendResult = this.
|
|
5497
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.g6g_1.j6g_1, null);
|
|
5498
|
+
suspendResult = this.g6g_1.i6g_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5465
5499
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5466
5500
|
return suspendResult;
|
|
5467
5501
|
}
|
|
@@ -5484,13 +5518,13 @@
|
|
|
5484
5518
|
while (true);
|
|
5485
5519
|
};
|
|
5486
5520
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5487
|
-
this.
|
|
5521
|
+
this.k6g_1 = function_0;
|
|
5488
5522
|
}
|
|
5489
5523
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
|
|
5490
|
-
return this.
|
|
5524
|
+
return this.k6g_1(value, $completion);
|
|
5491
5525
|
};
|
|
5492
5526
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5493
|
-
return this.
|
|
5527
|
+
return this.k6g_1;
|
|
5494
5528
|
};
|
|
5495
5529
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5496
5530
|
var tmp;
|
|
@@ -5523,8 +5557,8 @@
|
|
|
5523
5557
|
};
|
|
5524
5558
|
}
|
|
5525
5559
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5526
|
-
this.
|
|
5527
|
-
this.
|
|
5560
|
+
this.i6g_1 = $this;
|
|
5561
|
+
this.j6g_1 = this$0;
|
|
5528
5562
|
}
|
|
5529
5563
|
protoOf(createStore$3$observe$$inlined$map$1).a28 = function (collector, $completion) {
|
|
5530
5564
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5536,33 +5570,33 @@
|
|
|
5536
5570
|
return this.a28(collector, $completion);
|
|
5537
5571
|
};
|
|
5538
5572
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5539
|
-
this.
|
|
5540
|
-
this.
|
|
5541
|
-
this.
|
|
5573
|
+
this.o6g_1 = $currentState;
|
|
5574
|
+
this.p6g_1 = $stateTrigger;
|
|
5575
|
+
this.l6g_1 = this;
|
|
5542
5576
|
var tmp = this;
|
|
5543
|
-
tmp.
|
|
5577
|
+
tmp.m6g_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5544
5578
|
var tmp_0 = this;
|
|
5545
|
-
tmp_0.
|
|
5579
|
+
tmp_0.n6g_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5546
5580
|
}
|
|
5547
|
-
protoOf(createStore$3).
|
|
5548
|
-
return this.
|
|
5581
|
+
protoOf(createStore$3).q6g = function () {
|
|
5582
|
+
return this.l6g_1;
|
|
5549
5583
|
};
|
|
5550
5584
|
protoOf(createStore$3).a65 = function () {
|
|
5551
|
-
return createStore$getState(this.
|
|
5552
|
-
};
|
|
5553
|
-
protoOf(createStore$3).t6d = function (_set____db54di) {
|
|
5554
|
-
this.l6g_1 = _set____db54di;
|
|
5585
|
+
return createStore$getState(this.o6g_1);
|
|
5555
5586
|
};
|
|
5556
|
-
protoOf(createStore$3).
|
|
5557
|
-
|
|
5587
|
+
protoOf(createStore$3).u6d = function (_set____db54di) {
|
|
5588
|
+
this.m6g_1 = _set____db54di;
|
|
5558
5589
|
};
|
|
5559
5590
|
protoOf(createStore$3).r6g = function () {
|
|
5560
5591
|
return this.m6g_1;
|
|
5561
5592
|
};
|
|
5562
5593
|
protoOf(createStore$3).s6g = function () {
|
|
5594
|
+
return this.n6g_1;
|
|
5595
|
+
};
|
|
5596
|
+
protoOf(createStore$3).t6g = function () {
|
|
5563
5597
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5564
5598
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5565
|
-
var this_0 = this.
|
|
5599
|
+
var this_0 = this.p6g_1;
|
|
5566
5600
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5567
5601
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5568
5602
|
};
|
|
@@ -5638,10 +5672,10 @@
|
|
|
5638
5672
|
return new middleware$1(dispatch);
|
|
5639
5673
|
}
|
|
5640
5674
|
function middleware$1($dispatch) {
|
|
5641
|
-
this.
|
|
5675
|
+
this.u6g_1 = $dispatch;
|
|
5642
5676
|
}
|
|
5643
|
-
protoOf(middleware$1).
|
|
5644
|
-
this.
|
|
5677
|
+
protoOf(middleware$1).v6d = function (store, next, action) {
|
|
5678
|
+
this.u6g_1(store, next, action);
|
|
5645
5679
|
};
|
|
5646
5680
|
function Reducer() {
|
|
5647
5681
|
}
|
|
@@ -5649,11 +5683,11 @@
|
|
|
5649
5683
|
return new combineReducers$1(reducers);
|
|
5650
5684
|
}
|
|
5651
5685
|
function combineReducers$1($reducers) {
|
|
5652
|
-
this.
|
|
5686
|
+
this.v6g_1 = $reducers;
|
|
5653
5687
|
}
|
|
5654
|
-
protoOf(combineReducers$1).
|
|
5688
|
+
protoOf(combineReducers$1).w6g = function (state, action) {
|
|
5655
5689
|
// Inline function 'kotlin.collections.filter' call
|
|
5656
|
-
var tmp0 = this.
|
|
5690
|
+
var tmp0 = this.v6g_1;
|
|
5657
5691
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5658
5692
|
var destination = ArrayList_init_$Create$();
|
|
5659
5693
|
var inductionVariable = 0;
|
|
@@ -5661,7 +5695,7 @@
|
|
|
5661
5695
|
while (inductionVariable < last) {
|
|
5662
5696
|
var element = tmp0[inductionVariable];
|
|
5663
5697
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5664
|
-
if (element.
|
|
5698
|
+
if (element.w6d(action)) {
|
|
5665
5699
|
destination.j(element);
|
|
5666
5700
|
}
|
|
5667
5701
|
}
|
|
@@ -5671,12 +5705,12 @@
|
|
|
5671
5705
|
while (_iterator__ex2g4s.m()) {
|
|
5672
5706
|
var element_0 = _iterator__ex2g4s.n();
|
|
5673
5707
|
var s = accumulator;
|
|
5674
|
-
accumulator = element_0.
|
|
5708
|
+
accumulator = element_0.m6f(s, action);
|
|
5675
5709
|
}
|
|
5676
5710
|
return accumulator;
|
|
5677
5711
|
};
|
|
5678
|
-
protoOf(combineReducers$1).
|
|
5679
|
-
return this.
|
|
5712
|
+
protoOf(combineReducers$1).m6f = function (state, action) {
|
|
5713
|
+
return this.w6g((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5680
5714
|
};
|
|
5681
5715
|
function Store() {
|
|
5682
5716
|
}
|
|
@@ -5918,18 +5952,18 @@
|
|
|
5918
5952
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
5919
5953
|
}
|
|
5920
5954
|
function ClientLoggerKey(gameId, playerId) {
|
|
5921
|
-
this.
|
|
5922
|
-
this.
|
|
5955
|
+
this.x6g_1 = gameId;
|
|
5956
|
+
this.y6g_1 = playerId;
|
|
5923
5957
|
}
|
|
5924
|
-
protoOf(ClientLoggerKey).
|
|
5925
|
-
return joinToString(listOf([this.
|
|
5958
|
+
protoOf(ClientLoggerKey).z6g = function () {
|
|
5959
|
+
return joinToString(listOf([this.x6g_1, this.y6g_1]), '_');
|
|
5926
5960
|
};
|
|
5927
5961
|
protoOf(ClientLoggerKey).toString = function () {
|
|
5928
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
5962
|
+
return 'ClientLoggerKey(gameId=' + this.x6g_1 + ', playerId=' + this.y6g_1 + ')';
|
|
5929
5963
|
};
|
|
5930
5964
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
5931
|
-
var result = getStringHashCode(this.
|
|
5932
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5965
|
+
var result = getStringHashCode(this.x6g_1);
|
|
5966
|
+
result = imul(result, 31) + getStringHashCode(this.y6g_1) | 0;
|
|
5933
5967
|
return result;
|
|
5934
5968
|
};
|
|
5935
5969
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -5937,14 +5971,14 @@
|
|
|
5937
5971
|
return true;
|
|
5938
5972
|
if (!(other instanceof ClientLoggerKey))
|
|
5939
5973
|
return false;
|
|
5940
|
-
if (!(this.w6g_1 === other.w6g_1))
|
|
5941
|
-
return false;
|
|
5942
5974
|
if (!(this.x6g_1 === other.x6g_1))
|
|
5943
5975
|
return false;
|
|
5976
|
+
if (!(this.y6g_1 === other.y6g_1))
|
|
5977
|
+
return false;
|
|
5944
5978
|
return true;
|
|
5945
5979
|
};
|
|
5946
5980
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5947
|
-
return $this.
|
|
5981
|
+
return $this.a6h_1.x();
|
|
5948
5982
|
}
|
|
5949
5983
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5950
5984
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -5984,7 +6018,7 @@
|
|
|
5984
6018
|
Companion_instance_23 = this;
|
|
5985
6019
|
var tmp = this;
|
|
5986
6020
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5987
|
-
tmp.
|
|
6021
|
+
tmp.a6h_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5988
6022
|
}
|
|
5989
6023
|
protoOf(Companion_21).a1c = function () {
|
|
5990
6024
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6047,7 +6081,7 @@
|
|
|
6047
6081
|
// Inline function 'kotlin.arrayOf' call
|
|
6048
6082
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6049
6083
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6050
|
-
tmp.
|
|
6084
|
+
tmp.g6h_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6051
6085
|
}
|
|
6052
6086
|
protoOf(Companion_22).a1c = function () {
|
|
6053
6087
|
return $serializer_getInstance_10();
|
|
@@ -6066,12 +6100,12 @@
|
|
|
6066
6100
|
tmp0_serialDesc.gz('tag', false);
|
|
6067
6101
|
tmp0_serialDesc.gz('message', false);
|
|
6068
6102
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6069
|
-
this.
|
|
6103
|
+
this.h6h_1 = tmp0_serialDesc;
|
|
6070
6104
|
}
|
|
6071
|
-
protoOf($serializer_10).
|
|
6072
|
-
var tmp0_desc = this.
|
|
6105
|
+
protoOf($serializer_10).i6h = function (encoder, value) {
|
|
6106
|
+
var tmp0_desc = this.h6h_1;
|
|
6073
6107
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6074
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6108
|
+
var tmp2_cached = Companion_getInstance_25().g6h_1;
|
|
6075
6109
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6076
6110
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6077
6111
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6080,10 +6114,10 @@
|
|
|
6080
6114
|
tmp1_output.pr(tmp0_desc);
|
|
6081
6115
|
};
|
|
6082
6116
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
6083
|
-
return this.
|
|
6117
|
+
return this.i6h(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6084
6118
|
};
|
|
6085
6119
|
protoOf($serializer_10).do = function (decoder) {
|
|
6086
|
-
var tmp0_desc = this.
|
|
6120
|
+
var tmp0_desc = this.h6h_1;
|
|
6087
6121
|
var tmp1_flag = true;
|
|
6088
6122
|
var tmp2_index = 0;
|
|
6089
6123
|
var tmp3_bitMask0 = 0;
|
|
@@ -6093,7 +6127,7 @@
|
|
|
6093
6127
|
var tmp7_local3 = null;
|
|
6094
6128
|
var tmp8_local4 = null;
|
|
6095
6129
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6096
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6130
|
+
var tmp10_cached = Companion_getInstance_25().g6h_1;
|
|
6097
6131
|
if (tmp9_input.es()) {
|
|
6098
6132
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6099
6133
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6140,13 +6174,13 @@
|
|
|
6140
6174
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6141
6175
|
};
|
|
6142
6176
|
protoOf($serializer_10).bo = function () {
|
|
6143
|
-
return this.
|
|
6177
|
+
return this.h6h_1;
|
|
6144
6178
|
};
|
|
6145
6179
|
protoOf($serializer_10).vz = function () {
|
|
6146
6180
|
// Inline function 'kotlin.arrayOf' call
|
|
6147
6181
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6148
6182
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6149
|
-
return [Companion_getInstance_25().
|
|
6183
|
+
return [Companion_getInstance_25().g6h_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6150
6184
|
};
|
|
6151
6185
|
var $serializer_instance_10;
|
|
6152
6186
|
function $serializer_getInstance_10() {
|
|
@@ -6156,7 +6190,7 @@
|
|
|
6156
6190
|
}
|
|
6157
6191
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6158
6192
|
if (!(31 === (31 & seen0))) {
|
|
6159
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6193
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().h6h_1);
|
|
6160
6194
|
}
|
|
6161
6195
|
$this.type = type;
|
|
6162
6196
|
$this.key = key;
|
|
@@ -6188,7 +6222,7 @@
|
|
|
6188
6222
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6189
6223
|
return this.message;
|
|
6190
6224
|
};
|
|
6191
|
-
protoOf(LoggerOutputDataDto).
|
|
6225
|
+
protoOf(LoggerOutputDataDto).j6h = function () {
|
|
6192
6226
|
return this.stackTrace;
|
|
6193
6227
|
};
|
|
6194
6228
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6245,7 +6279,7 @@
|
|
|
6245
6279
|
protoOf(LoggerOutputDataDto).w64 = function () {
|
|
6246
6280
|
return this.stackTrace;
|
|
6247
6281
|
};
|
|
6248
|
-
protoOf(LoggerOutputDataDto).
|
|
6282
|
+
protoOf(LoggerOutputDataDto).k6h = function (type, key, tag, message, stackTrace) {
|
|
6249
6283
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6250
6284
|
};
|
|
6251
6285
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6254,7 +6288,7 @@
|
|
|
6254
6288
|
tag = tag === VOID ? this.tag : tag;
|
|
6255
6289
|
message = message === VOID ? this.message : message;
|
|
6256
6290
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6257
|
-
return $super === VOID ? this.
|
|
6291
|
+
return $super === VOID ? this.k6h(type, key, tag, message, stackTrace) : $super.k6h.call(this, type, key, tag, message, stackTrace);
|
|
6258
6292
|
};
|
|
6259
6293
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6260
6294
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6285,19 +6319,19 @@
|
|
|
6285
6319
|
return true;
|
|
6286
6320
|
};
|
|
6287
6321
|
function checkInitialised($this) {
|
|
6288
|
-
if ($this.
|
|
6322
|
+
if ($this.l6h_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6289
6323
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6290
6324
|
}
|
|
6291
6325
|
}
|
|
6292
6326
|
function AppEnvironment() {
|
|
6293
6327
|
AppEnvironment_instance = this;
|
|
6294
|
-
this.
|
|
6328
|
+
this.l6h_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6295
6329
|
}
|
|
6296
|
-
protoOf(AppEnvironment).
|
|
6297
|
-
this.
|
|
6330
|
+
protoOf(AppEnvironment).m6h = function (value) {
|
|
6331
|
+
this.l6h_1 = value;
|
|
6298
6332
|
};
|
|
6299
|
-
protoOf(AppEnvironment).
|
|
6300
|
-
var tmp = this.
|
|
6333
|
+
protoOf(AppEnvironment).n6h = function () {
|
|
6334
|
+
var tmp = this.l6h_1;
|
|
6301
6335
|
// Inline function 'kotlin.also' call
|
|
6302
6336
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6303
6337
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6793,9 +6827,10 @@
|
|
|
6793
6827
|
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).r66);
|
|
6794
6828
|
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).s66);
|
|
6795
6829
|
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).t66);
|
|
6830
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).u66);
|
|
6796
6831
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
6797
6832
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
6798
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
6833
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).j67);
|
|
6799
6834
|
defineProp(protoOf(Team), 'second', protoOf(Team).w5j);
|
|
6800
6835
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
6801
6836
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
@@ -6806,52 +6841,52 @@
|
|
|
6806
6841
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
6807
6842
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
6808
6843
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
6809
|
-
protoOf(AsyncProviderImpl).
|
|
6810
|
-
protoOf(AsyncProviderImpl).
|
|
6811
|
-
protoOf(AsyncProviderImpl).
|
|
6812
|
-
protoOf(TimerAction).
|
|
6844
|
+
protoOf(AsyncProviderImpl).u6a = launchMain$default;
|
|
6845
|
+
protoOf(AsyncProviderImpl).q6a = launchDefault$default;
|
|
6846
|
+
protoOf(AsyncProviderImpl).s6a = launchDefaultWithLock$default;
|
|
6847
|
+
protoOf(TimerAction).i6d = get_actionTag;
|
|
6813
6848
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6814
|
-
return this.
|
|
6849
|
+
return this.i6d();
|
|
6815
6850
|
});
|
|
6816
6851
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6817
|
-
return this.
|
|
6852
|
+
return this.i6d();
|
|
6818
6853
|
});
|
|
6819
6854
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6820
|
-
return this.
|
|
6855
|
+
return this.i6d();
|
|
6821
6856
|
});
|
|
6822
6857
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
6823
6858
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6824
|
-
return this.
|
|
6859
|
+
return this.i6d();
|
|
6825
6860
|
});
|
|
6826
6861
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
6827
|
-
return this.
|
|
6862
|
+
return this.q6g();
|
|
6828
6863
|
});
|
|
6829
6864
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
6830
6865
|
return this.a65();
|
|
6831
6866
|
});
|
|
6832
6867
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
6833
|
-
return this.
|
|
6868
|
+
return this.r6g();
|
|
6834
6869
|
}, function (value) {
|
|
6835
|
-
this.
|
|
6870
|
+
this.u6d(value);
|
|
6836
6871
|
});
|
|
6837
6872
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
6838
|
-
return this.
|
|
6873
|
+
return this.s6g();
|
|
6839
6874
|
});
|
|
6840
6875
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
6841
|
-
return this.
|
|
6876
|
+
return this.t6g();
|
|
6842
6877
|
});
|
|
6843
|
-
protoOf(ActionTypes).
|
|
6878
|
+
protoOf(ActionTypes).i6d = get_actionTag;
|
|
6844
6879
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6845
|
-
return this.
|
|
6880
|
+
return this.i6d();
|
|
6846
6881
|
});
|
|
6847
6882
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6848
|
-
return this.
|
|
6883
|
+
return this.i6d();
|
|
6849
6884
|
});
|
|
6850
6885
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6851
|
-
return this.
|
|
6886
|
+
return this.i6d();
|
|
6852
6887
|
});
|
|
6853
|
-
protoOf(middleware$1).
|
|
6854
|
-
protoOf(combineReducers$1).
|
|
6888
|
+
protoOf(middleware$1).w6d = canHandle;
|
|
6889
|
+
protoOf(combineReducers$1).w6d = canHandle_0;
|
|
6855
6890
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
6856
6891
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
6857
6892
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
@@ -6939,6 +6974,7 @@
|
|
|
6939
6974
|
$com$logic$data$models$player.PlayerConnectionState = PlayerConnectionState;
|
|
6940
6975
|
$com$logic$data$models$player.PlayerConnectionState.values = values_1;
|
|
6941
6976
|
$com$logic$data$models$player.PlayerConnectionState.valueOf = valueOf_1;
|
|
6977
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'WAITING', PlayerConnectionState_WAITING_getInstance, VOID, true);
|
|
6942
6978
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LIVE', PlayerConnectionState_LIVE_getInstance, VOID, true);
|
|
6943
6979
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance, VOID, true);
|
|
6944
6980
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance, VOID, true);
|