client_plugin_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-client_plugin.d.ts +22 -14
- package/Logic_Debertz-client_plugin.js +2027 -2027
- package/Logic_Debertz-core.js +940 -902
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12703 -13120
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6825 -6825
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1816 -1171
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.d6l() : context;
|
|
302
|
+
return $super === VOID ? this.e6l(context, block) : $super.e6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.d6l() : context;
|
|
306
|
+
return $super === VOID ? this.g6l(context, block) : $super.g6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.d6l() : context;
|
|
310
|
+
return $super === VOID ? this.i6l(context, block) : $super.i6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.d6l() : context;
|
|
314
|
+
return $super === VOID ? this.k6l(context, block) : $super.k6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.q6o() && !this.r6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.u6u(types) : $super.u6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.415';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -1743,6 +1743,7 @@
|
|
|
1743
1743
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1744
1744
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_2());
|
|
1745
1745
|
}
|
|
1746
|
+
var PlayerConnectionState_WAITING_instance;
|
|
1746
1747
|
var PlayerConnectionState_LIVE_instance;
|
|
1747
1748
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
1748
1749
|
var PlayerConnectionState_LOST_CONNECTION_instance;
|
|
@@ -1751,10 +1752,12 @@
|
|
|
1751
1752
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1752
1753
|
var PlayerConnectionState_DELETED_instance;
|
|
1753
1754
|
function values_2() {
|
|
1754
|
-
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1755
|
+
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()];
|
|
1755
1756
|
}
|
|
1756
1757
|
function valueOf_1(value) {
|
|
1757
1758
|
switch (value) {
|
|
1759
|
+
case 'WAITING':
|
|
1760
|
+
return PlayerConnectionState_WAITING_getInstance();
|
|
1758
1761
|
case 'LIVE':
|
|
1759
1762
|
return PlayerConnectionState_LIVE_getInstance();
|
|
1760
1763
|
case 'TIMEOUT':
|
|
@@ -1799,13 +1802,14 @@
|
|
|
1799
1802
|
if (PlayerConnectionState_entriesInitialized)
|
|
1800
1803
|
return Unit_instance;
|
|
1801
1804
|
PlayerConnectionState_entriesInitialized = true;
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1805
|
+
PlayerConnectionState_WAITING_instance = new PlayerConnectionState('WAITING', 0);
|
|
1806
|
+
PlayerConnectionState_LIVE_instance = new PlayerConnectionState('LIVE', 1);
|
|
1807
|
+
PlayerConnectionState_TIMEOUT_instance = new PlayerConnectionState('TIMEOUT', 2);
|
|
1808
|
+
PlayerConnectionState_LOST_CONNECTION_instance = new PlayerConnectionState('LOST_CONNECTION', 3);
|
|
1809
|
+
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 4);
|
|
1810
|
+
PlayerConnectionState_LEFT_PERMANENTLY_instance = new PlayerConnectionState('LEFT_PERMANENTLY', 5);
|
|
1811
|
+
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 6);
|
|
1812
|
+
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 7);
|
|
1809
1813
|
Companion_getInstance_10();
|
|
1810
1814
|
}
|
|
1811
1815
|
function PlayerConnectionState(name, ordinal) {
|
|
@@ -1835,15 +1839,16 @@
|
|
|
1835
1839
|
protoOf(PlayerConnectionState).v6g = function () {
|
|
1836
1840
|
var tmp;
|
|
1837
1841
|
switch (this.q2_1) {
|
|
1838
|
-
case 2:
|
|
1839
|
-
case 1:
|
|
1840
1842
|
case 3:
|
|
1843
|
+
case 2:
|
|
1841
1844
|
case 4:
|
|
1842
|
-
case
|
|
1845
|
+
case 5:
|
|
1846
|
+
case 7:
|
|
1843
1847
|
tmp = true;
|
|
1844
1848
|
break;
|
|
1845
|
-
case 5:
|
|
1846
1849
|
case 0:
|
|
1850
|
+
case 6:
|
|
1851
|
+
case 1:
|
|
1847
1852
|
tmp = false;
|
|
1848
1853
|
break;
|
|
1849
1854
|
default:
|
|
@@ -1855,15 +1860,16 @@
|
|
|
1855
1860
|
protoOf(PlayerConnectionState).w6g = function () {
|
|
1856
1861
|
var tmp;
|
|
1857
1862
|
switch (this.q2_1) {
|
|
1858
|
-
case 2:
|
|
1859
|
-
case 1:
|
|
1860
1863
|
case 3:
|
|
1864
|
+
case 2:
|
|
1861
1865
|
case 4:
|
|
1866
|
+
case 5:
|
|
1862
1867
|
tmp = true;
|
|
1863
1868
|
break;
|
|
1864
|
-
case 5:
|
|
1865
|
-
case 6:
|
|
1866
1869
|
case 0:
|
|
1870
|
+
case 6:
|
|
1871
|
+
case 7:
|
|
1872
|
+
case 1:
|
|
1867
1873
|
tmp = false;
|
|
1868
1874
|
break;
|
|
1869
1875
|
default:
|
|
@@ -1875,17 +1881,18 @@
|
|
|
1875
1881
|
protoOf(PlayerConnectionState).x6g = function () {
|
|
1876
1882
|
var tmp;
|
|
1877
1883
|
switch (this.q2_1) {
|
|
1878
|
-
case
|
|
1884
|
+
case 3:
|
|
1879
1885
|
tmp = false;
|
|
1880
1886
|
break;
|
|
1881
|
-
case
|
|
1882
|
-
case 3:
|
|
1887
|
+
case 2:
|
|
1883
1888
|
case 4:
|
|
1884
|
-
case
|
|
1889
|
+
case 5:
|
|
1890
|
+
case 7:
|
|
1885
1891
|
tmp = true;
|
|
1886
1892
|
break;
|
|
1887
|
-
case 5:
|
|
1888
1893
|
case 0:
|
|
1894
|
+
case 6:
|
|
1895
|
+
case 1:
|
|
1889
1896
|
tmp = false;
|
|
1890
1897
|
break;
|
|
1891
1898
|
default:
|
|
@@ -1897,17 +1904,18 @@
|
|
|
1897
1904
|
protoOf(PlayerConnectionState).y6g = function () {
|
|
1898
1905
|
var tmp;
|
|
1899
1906
|
switch (this.q2_1) {
|
|
1900
|
-
case
|
|
1907
|
+
case 3:
|
|
1901
1908
|
tmp = true;
|
|
1902
1909
|
break;
|
|
1903
|
-
case
|
|
1904
|
-
case 3:
|
|
1910
|
+
case 2:
|
|
1905
1911
|
case 4:
|
|
1906
|
-
case
|
|
1912
|
+
case 5:
|
|
1913
|
+
case 7:
|
|
1907
1914
|
tmp = false;
|
|
1908
1915
|
break;
|
|
1909
|
-
case 5:
|
|
1910
1916
|
case 0:
|
|
1917
|
+
case 6:
|
|
1918
|
+
case 1:
|
|
1911
1919
|
tmp = false;
|
|
1912
1920
|
break;
|
|
1913
1921
|
default:
|
|
@@ -1919,17 +1927,39 @@
|
|
|
1919
1927
|
protoOf(PlayerConnectionState).z6g = function () {
|
|
1920
1928
|
var tmp;
|
|
1921
1929
|
switch (this.q2_1) {
|
|
1922
|
-
case 1:
|
|
1923
1930
|
case 2:
|
|
1924
1931
|
case 3:
|
|
1932
|
+
case 4:
|
|
1925
1933
|
tmp = true;
|
|
1926
1934
|
break;
|
|
1927
|
-
case
|
|
1928
|
-
case
|
|
1935
|
+
case 5:
|
|
1936
|
+
case 7:
|
|
1929
1937
|
tmp = false;
|
|
1930
1938
|
break;
|
|
1939
|
+
case 0:
|
|
1940
|
+
case 6:
|
|
1941
|
+
case 1:
|
|
1942
|
+
tmp = true;
|
|
1943
|
+
break;
|
|
1944
|
+
default:
|
|
1945
|
+
noWhenBranchMatchedException();
|
|
1946
|
+
break;
|
|
1947
|
+
}
|
|
1948
|
+
return tmp;
|
|
1949
|
+
};
|
|
1950
|
+
protoOf(PlayerConnectionState).a6h = function () {
|
|
1951
|
+
var tmp;
|
|
1952
|
+
switch (this.q2_1) {
|
|
1931
1953
|
case 5:
|
|
1954
|
+
tmp = false;
|
|
1955
|
+
break;
|
|
1956
|
+
case 2:
|
|
1957
|
+
case 3:
|
|
1958
|
+
case 4:
|
|
1959
|
+
case 7:
|
|
1932
1960
|
case 0:
|
|
1961
|
+
case 6:
|
|
1962
|
+
case 1:
|
|
1933
1963
|
tmp = true;
|
|
1934
1964
|
break;
|
|
1935
1965
|
default:
|
|
@@ -1941,17 +1971,17 @@
|
|
|
1941
1971
|
function mapToFinishReason(_this__u8e3s4, player, players) {
|
|
1942
1972
|
var tmp;
|
|
1943
1973
|
switch (_this__u8e3s4.q2_1) {
|
|
1944
|
-
case
|
|
1945
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().
|
|
1974
|
+
case 3:
|
|
1975
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().b6h());
|
|
1946
1976
|
break;
|
|
1947
|
-
case
|
|
1948
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().
|
|
1977
|
+
case 2:
|
|
1978
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().b6h());
|
|
1949
1979
|
break;
|
|
1950
|
-
case 3:
|
|
1951
1980
|
case 4:
|
|
1981
|
+
case 5:
|
|
1952
1982
|
tmp = new PlayerExitReason(player.playerId);
|
|
1953
1983
|
break;
|
|
1954
|
-
case
|
|
1984
|
+
case 7:
|
|
1955
1985
|
var tmp$ret$1;
|
|
1956
1986
|
$l$block: {
|
|
1957
1987
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -1978,10 +2008,11 @@
|
|
|
1978
2008
|
var tmp2_elvis_lhs = tmp_0;
|
|
1979
2009
|
tmp = tmp2_elvis_lhs == null ? new GameFinishedReason(Reason_PLAYER_DELETED_getInstance()) : tmp2_elvis_lhs;
|
|
1980
2010
|
break;
|
|
1981
|
-
case
|
|
2011
|
+
case 1:
|
|
1982
2012
|
tmp = new GameFinishedReason(Reason_NO_ACTIVE_PLAYERS_getInstance());
|
|
1983
2013
|
break;
|
|
1984
|
-
case
|
|
2014
|
+
case 0:
|
|
2015
|
+
case 6:
|
|
1985
2016
|
throw new MechanicException("mapToFinishReason: Can't support this state " + _this__u8e3s4.toString());
|
|
1986
2017
|
default:
|
|
1987
2018
|
noWhenBranchMatchedException();
|
|
@@ -1989,6 +2020,10 @@
|
|
|
1989
2020
|
}
|
|
1990
2021
|
return tmp;
|
|
1991
2022
|
}
|
|
2023
|
+
function PlayerConnectionState_WAITING_getInstance() {
|
|
2024
|
+
PlayerConnectionState_initEntries();
|
|
2025
|
+
return PlayerConnectionState_WAITING_instance;
|
|
2026
|
+
}
|
|
1992
2027
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
1993
2028
|
PlayerConnectionState_initEntries();
|
|
1994
2029
|
return PlayerConnectionState_LIVE_instance;
|
|
@@ -2018,7 +2053,7 @@
|
|
|
2018
2053
|
return PlayerConnectionState_DELETED_instance;
|
|
2019
2054
|
}
|
|
2020
2055
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2021
|
-
return $this.
|
|
2056
|
+
return $this.c6h_1.x();
|
|
2022
2057
|
}
|
|
2023
2058
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2024
2059
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2033,7 +2068,7 @@
|
|
|
2033
2068
|
Companion_instance_10 = this;
|
|
2034
2069
|
var tmp = this;
|
|
2035
2070
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2036
|
-
tmp.
|
|
2071
|
+
tmp.c6h_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2037
2072
|
}
|
|
2038
2073
|
protoOf(Companion_8).q4t = function () {
|
|
2039
2074
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2062,27 +2097,27 @@
|
|
|
2062
2097
|
Enum.call(this, name, ordinal);
|
|
2063
2098
|
}
|
|
2064
2099
|
protoOf(PlayerWaitingState).u6f = function () {
|
|
2065
|
-
return this.
|
|
2100
|
+
return this.f6h() || this.g6h();
|
|
2066
2101
|
};
|
|
2067
|
-
protoOf(PlayerWaitingState).
|
|
2102
|
+
protoOf(PlayerWaitingState).f6h = function () {
|
|
2068
2103
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2069
2104
|
};
|
|
2070
|
-
protoOf(PlayerWaitingState).
|
|
2105
|
+
protoOf(PlayerWaitingState).g6h = function () {
|
|
2071
2106
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2072
2107
|
};
|
|
2073
2108
|
function Companion_9() {
|
|
2074
2109
|
}
|
|
2075
|
-
protoOf(Companion_9).
|
|
2110
|
+
protoOf(Companion_9).h6h = function (connection) {
|
|
2076
2111
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2077
2112
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2078
2113
|
};
|
|
2079
|
-
protoOf(Companion_9).
|
|
2080
|
-
return _this__u8e3s4.
|
|
2114
|
+
protoOf(Companion_9).i6h = function (_this__u8e3s4) {
|
|
2115
|
+
return _this__u8e3s4.j6h(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2081
2116
|
};
|
|
2082
|
-
protoOf(Companion_9).
|
|
2117
|
+
protoOf(Companion_9).k6h = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2083
2118
|
var tmp0_startFromTime = System_instance.ck();
|
|
2084
2119
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2085
|
-
return _this__u8e3s4.
|
|
2120
|
+
return _this__u8e3s4.j6h(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2086
2121
|
};
|
|
2087
2122
|
var Companion_instance_11;
|
|
2088
2123
|
function Companion_getInstance_12() {
|
|
@@ -2111,7 +2146,7 @@
|
|
|
2111
2146
|
this.s6f_1 = tag;
|
|
2112
2147
|
this.t6f_1 = connection;
|
|
2113
2148
|
}
|
|
2114
|
-
protoOf(PlayerState).
|
|
2149
|
+
protoOf(PlayerState).l6h = function () {
|
|
2115
2150
|
// Inline function 'kotlin.requireNotNull' call
|
|
2116
2151
|
var tmp0 = this.t6f_1;
|
|
2117
2152
|
var tmp$ret$1;
|
|
@@ -2127,7 +2162,7 @@
|
|
|
2127
2162
|
}
|
|
2128
2163
|
return tmp$ret$1;
|
|
2129
2164
|
};
|
|
2130
|
-
protoOf(PlayerState).
|
|
2165
|
+
protoOf(PlayerState).m6h = function () {
|
|
2131
2166
|
// Inline function 'kotlin.requireNotNull' call
|
|
2132
2167
|
var tmp0 = this.s6f_1;
|
|
2133
2168
|
var tmp$ret$1;
|
|
@@ -2143,7 +2178,7 @@
|
|
|
2143
2178
|
}
|
|
2144
2179
|
return tmp$ret$1;
|
|
2145
2180
|
};
|
|
2146
|
-
protoOf(PlayerState).
|
|
2181
|
+
protoOf(PlayerState).b6h = function () {
|
|
2147
2182
|
var tmp0_elvis_lhs = this.s6f_1;
|
|
2148
2183
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2149
2184
|
};
|
|
@@ -2208,10 +2243,10 @@
|
|
|
2208
2243
|
protoOf(PlayerState).u6f = function () {
|
|
2209
2244
|
return this.q6f_1.u6f();
|
|
2210
2245
|
};
|
|
2211
|
-
protoOf(PlayerState).
|
|
2246
|
+
protoOf(PlayerState).n6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2212
2247
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2213
2248
|
};
|
|
2214
|
-
protoOf(PlayerState).
|
|
2249
|
+
protoOf(PlayerState).j6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2215
2250
|
startFromTime = startFromTime === VOID ? this.n6f_1 : startFromTime;
|
|
2216
2251
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.o6f_1 : playerTurnTimeout;
|
|
2217
2252
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.p6f_1 : waitPlayerUntilTime;
|
|
@@ -2219,7 +2254,7 @@
|
|
|
2219
2254
|
ready = ready === VOID ? this.r6f_1 : ready;
|
|
2220
2255
|
tag = tag === VOID ? this.s6f_1 : tag;
|
|
2221
2256
|
connection = connection === VOID ? this.t6f_1 : connection;
|
|
2222
|
-
return $super === VOID ? this.
|
|
2257
|
+
return $super === VOID ? this.n6h(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.n6h.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2223
2258
|
};
|
|
2224
2259
|
protoOf(PlayerState).hashCode = function () {
|
|
2225
2260
|
var result = this.n6f_1 == null ? 0 : this.n6f_1.hashCode();
|
|
@@ -2254,7 +2289,7 @@
|
|
|
2254
2289
|
};
|
|
2255
2290
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2256
2291
|
var tmp;
|
|
2257
|
-
if (_this__u8e3s4.
|
|
2292
|
+
if (_this__u8e3s4.f6h() || _this__u8e3s4.g6h()) {
|
|
2258
2293
|
var tmp_0;
|
|
2259
2294
|
if (playerTurnTimeout == null) {
|
|
2260
2295
|
tmp_0 = Companion_getInstance().dk_1;
|
|
@@ -2275,13 +2310,13 @@
|
|
|
2275
2310
|
function Team(playerIds) {
|
|
2276
2311
|
this.playerIds = playerIds;
|
|
2277
2312
|
}
|
|
2278
|
-
protoOf(Team).
|
|
2313
|
+
protoOf(Team).o6h = function () {
|
|
2279
2314
|
return this.playerIds;
|
|
2280
2315
|
};
|
|
2281
2316
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2282
2317
|
return this.playerIds.u1(playerId);
|
|
2283
2318
|
};
|
|
2284
|
-
protoOf(Team).
|
|
2319
|
+
protoOf(Team).p6h = function () {
|
|
2285
2320
|
return this.playerIds.p(0);
|
|
2286
2321
|
};
|
|
2287
2322
|
protoOf(Team).n61 = function () {
|
|
@@ -2290,12 +2325,12 @@
|
|
|
2290
2325
|
protoOf(Team).oe = function () {
|
|
2291
2326
|
return this.playerIds;
|
|
2292
2327
|
};
|
|
2293
|
-
protoOf(Team).
|
|
2328
|
+
protoOf(Team).q6h = function (playerIds) {
|
|
2294
2329
|
return new Team(playerIds);
|
|
2295
2330
|
};
|
|
2296
2331
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2297
2332
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2298
|
-
return $super === VOID ? this.
|
|
2333
|
+
return $super === VOID ? this.q6h(playerIds) : $super.q6h.call(this, playerIds);
|
|
2299
2334
|
};
|
|
2300
2335
|
protoOf(Team).toString = function () {
|
|
2301
2336
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2325,30 +2360,30 @@
|
|
|
2325
2360
|
tmp0_serialDesc.gz('deleteFilesOnClear', true);
|
|
2326
2361
|
tmp0_serialDesc.gz('logsDirectoryPath', true);
|
|
2327
2362
|
tmp0_serialDesc.gz('fileNameFormat', true);
|
|
2328
|
-
this.
|
|
2363
|
+
this.r6h_1 = tmp0_serialDesc;
|
|
2329
2364
|
}
|
|
2330
|
-
protoOf($serializer_1).
|
|
2331
|
-
var tmp0_desc = this.
|
|
2365
|
+
protoOf($serializer_1).s6h = function (encoder, value) {
|
|
2366
|
+
var tmp0_desc = this.r6h_1;
|
|
2332
2367
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2333
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
2334
|
-
tmp1_output.vs(tmp0_desc, 0, value.
|
|
2368
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.t6h_1 === false)) {
|
|
2369
|
+
tmp1_output.vs(tmp0_desc, 0, value.t6h_1);
|
|
2335
2370
|
}
|
|
2336
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
2337
|
-
tmp1_output.vs(tmp0_desc, 1, value.
|
|
2371
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.u6h_1 === false)) {
|
|
2372
|
+
tmp1_output.vs(tmp0_desc, 1, value.u6h_1);
|
|
2338
2373
|
}
|
|
2339
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
2340
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2374
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.v6h_1 == null)) {
|
|
2375
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.v6h_1);
|
|
2341
2376
|
}
|
|
2342
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
2343
|
-
tmp1_output.dt(tmp0_desc, 3, value.
|
|
2377
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.w6h_1 === '%S_logs.txt')) {
|
|
2378
|
+
tmp1_output.dt(tmp0_desc, 3, value.w6h_1);
|
|
2344
2379
|
}
|
|
2345
2380
|
tmp1_output.pr(tmp0_desc);
|
|
2346
2381
|
};
|
|
2347
2382
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2348
|
-
return this.
|
|
2383
|
+
return this.s6h(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2349
2384
|
};
|
|
2350
2385
|
protoOf($serializer_1).do = function (decoder) {
|
|
2351
|
-
var tmp0_desc = this.
|
|
2386
|
+
var tmp0_desc = this.r6h_1;
|
|
2352
2387
|
var tmp1_flag = true;
|
|
2353
2388
|
var tmp2_index = 0;
|
|
2354
2389
|
var tmp3_bitMask0 = 0;
|
|
@@ -2397,7 +2432,7 @@
|
|
|
2397
2432
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2398
2433
|
};
|
|
2399
2434
|
protoOf($serializer_1).bo = function () {
|
|
2400
|
-
return this.
|
|
2435
|
+
return this.r6h_1;
|
|
2401
2436
|
};
|
|
2402
2437
|
protoOf($serializer_1).vz = function () {
|
|
2403
2438
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2413,24 +2448,24 @@
|
|
|
2413
2448
|
}
|
|
2414
2449
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2415
2450
|
if (!(0 === (0 & seen0))) {
|
|
2416
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2451
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().r6h_1);
|
|
2417
2452
|
}
|
|
2418
2453
|
if (0 === (seen0 & 1))
|
|
2419
|
-
$this.
|
|
2454
|
+
$this.t6h_1 = false;
|
|
2420
2455
|
else
|
|
2421
|
-
$this.
|
|
2456
|
+
$this.t6h_1 = fileLogsEnabled;
|
|
2422
2457
|
if (0 === (seen0 & 2))
|
|
2423
|
-
$this.
|
|
2458
|
+
$this.u6h_1 = false;
|
|
2424
2459
|
else
|
|
2425
|
-
$this.
|
|
2460
|
+
$this.u6h_1 = deleteFilesOnClear;
|
|
2426
2461
|
if (0 === (seen0 & 4))
|
|
2427
|
-
$this.
|
|
2462
|
+
$this.v6h_1 = null;
|
|
2428
2463
|
else
|
|
2429
|
-
$this.
|
|
2464
|
+
$this.v6h_1 = logsDirectoryPath;
|
|
2430
2465
|
if (0 === (seen0 & 8))
|
|
2431
|
-
$this.
|
|
2466
|
+
$this.w6h_1 = '%S_logs.txt';
|
|
2432
2467
|
else
|
|
2433
|
-
$this.
|
|
2468
|
+
$this.w6h_1 = fileNameFormat;
|
|
2434
2469
|
return $this;
|
|
2435
2470
|
}
|
|
2436
2471
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2441,19 +2476,19 @@
|
|
|
2441
2476
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2442
2477
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2443
2478
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2444
|
-
this.
|
|
2445
|
-
this.
|
|
2446
|
-
this.
|
|
2447
|
-
this.
|
|
2479
|
+
this.t6h_1 = fileLogsEnabled;
|
|
2480
|
+
this.u6h_1 = deleteFilesOnClear;
|
|
2481
|
+
this.v6h_1 = logsDirectoryPath;
|
|
2482
|
+
this.w6h_1 = fileNameFormat;
|
|
2448
2483
|
}
|
|
2449
2484
|
protoOf(CoreConfigDto).toString = function () {
|
|
2450
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2485
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.t6h_1 + ', deleteFilesOnClear=' + this.u6h_1 + ', logsDirectoryPath=' + this.v6h_1 + ', fileNameFormat=' + this.w6h_1 + ')';
|
|
2451
2486
|
};
|
|
2452
2487
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2453
|
-
var result = getBooleanHashCode(this.
|
|
2454
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2455
|
-
result = imul(result, 31) + (this.
|
|
2456
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2488
|
+
var result = getBooleanHashCode(this.t6h_1);
|
|
2489
|
+
result = imul(result, 31) + getBooleanHashCode(this.u6h_1) | 0;
|
|
2490
|
+
result = imul(result, 31) + (this.v6h_1 == null ? 0 : getStringHashCode(this.v6h_1)) | 0;
|
|
2491
|
+
result = imul(result, 31) + getStringHashCode(this.w6h_1) | 0;
|
|
2457
2492
|
return result;
|
|
2458
2493
|
};
|
|
2459
2494
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2461,18 +2496,18 @@
|
|
|
2461
2496
|
return true;
|
|
2462
2497
|
if (!(other instanceof CoreConfigDto))
|
|
2463
2498
|
return false;
|
|
2464
|
-
if (!(this.s6h_1 === other.s6h_1))
|
|
2465
|
-
return false;
|
|
2466
2499
|
if (!(this.t6h_1 === other.t6h_1))
|
|
2467
2500
|
return false;
|
|
2468
|
-
if (!(this.u6h_1
|
|
2501
|
+
if (!(this.u6h_1 === other.u6h_1))
|
|
2469
2502
|
return false;
|
|
2470
|
-
if (!(this.v6h_1
|
|
2503
|
+
if (!(this.v6h_1 == other.v6h_1))
|
|
2504
|
+
return false;
|
|
2505
|
+
if (!(this.w6h_1 === other.w6h_1))
|
|
2471
2506
|
return false;
|
|
2472
2507
|
return true;
|
|
2473
2508
|
};
|
|
2474
2509
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2475
|
-
return $this.
|
|
2510
|
+
return $this.x6h_1.x();
|
|
2476
2511
|
}
|
|
2477
2512
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2478
2513
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2510,7 +2545,7 @@
|
|
|
2510
2545
|
Companion_instance_13 = this;
|
|
2511
2546
|
var tmp = this;
|
|
2512
2547
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2513
|
-
tmp.
|
|
2548
|
+
tmp.x6h_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2514
2549
|
}
|
|
2515
2550
|
protoOf(Companion_11).q4t = function () {
|
|
2516
2551
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2531,7 +2566,7 @@
|
|
|
2531
2566
|
Companion_getInstance_14();
|
|
2532
2567
|
}
|
|
2533
2568
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2534
|
-
return $this.
|
|
2569
|
+
return $this.y6h_1.x();
|
|
2535
2570
|
}
|
|
2536
2571
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2537
2572
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2546,7 +2581,7 @@
|
|
|
2546
2581
|
TerminationGameReasonDto.call(this);
|
|
2547
2582
|
var tmp = this;
|
|
2548
2583
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2549
|
-
tmp.
|
|
2584
|
+
tmp.y6h_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2550
2585
|
}
|
|
2551
2586
|
protoOf(ProcessingReasonDto).q4t = function () {
|
|
2552
2587
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2583,19 +2618,19 @@
|
|
|
2583
2618
|
$serializer_instance_2 = this;
|
|
2584
2619
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2585
2620
|
tmp0_serialDesc.gz('reason', false);
|
|
2586
|
-
this.
|
|
2621
|
+
this.z6h_1 = tmp0_serialDesc;
|
|
2587
2622
|
}
|
|
2588
|
-
protoOf($serializer_2).
|
|
2589
|
-
var tmp0_desc = this.
|
|
2623
|
+
protoOf($serializer_2).a6i = function (encoder, value) {
|
|
2624
|
+
var tmp0_desc = this.z6h_1;
|
|
2590
2625
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2591
2626
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2592
2627
|
tmp1_output.pr(tmp0_desc);
|
|
2593
2628
|
};
|
|
2594
2629
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2595
|
-
return this.
|
|
2630
|
+
return this.a6i(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2596
2631
|
};
|
|
2597
2632
|
protoOf($serializer_2).do = function (decoder) {
|
|
2598
|
-
var tmp0_desc = this.
|
|
2633
|
+
var tmp0_desc = this.z6h_1;
|
|
2599
2634
|
var tmp1_flag = true;
|
|
2600
2635
|
var tmp2_index = 0;
|
|
2601
2636
|
var tmp3_bitMask0 = 0;
|
|
@@ -2623,7 +2658,7 @@
|
|
|
2623
2658
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2624
2659
|
};
|
|
2625
2660
|
protoOf($serializer_2).bo = function () {
|
|
2626
|
-
return this.
|
|
2661
|
+
return this.z6h_1;
|
|
2627
2662
|
};
|
|
2628
2663
|
protoOf($serializer_2).vz = function () {
|
|
2629
2664
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2639,7 +2674,7 @@
|
|
|
2639
2674
|
}
|
|
2640
2675
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2641
2676
|
if (!(1 === (1 & seen0))) {
|
|
2642
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2677
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().z6h_1);
|
|
2643
2678
|
}
|
|
2644
2679
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2645
2680
|
$this.reason = reason;
|
|
@@ -2680,19 +2715,19 @@
|
|
|
2680
2715
|
$serializer_instance_3 = this;
|
|
2681
2716
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2682
2717
|
tmp0_serialDesc.gz('reason', false);
|
|
2683
|
-
this.
|
|
2718
|
+
this.b6i_1 = tmp0_serialDesc;
|
|
2684
2719
|
}
|
|
2685
|
-
protoOf($serializer_3).
|
|
2686
|
-
var tmp0_desc = this.
|
|
2720
|
+
protoOf($serializer_3).c6i = function (encoder, value) {
|
|
2721
|
+
var tmp0_desc = this.b6i_1;
|
|
2687
2722
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2688
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2723
|
+
tmp1_output.dt(tmp0_desc, 0, value.d6i_1);
|
|
2689
2724
|
tmp1_output.pr(tmp0_desc);
|
|
2690
2725
|
};
|
|
2691
2726
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2692
|
-
return this.
|
|
2727
|
+
return this.c6i(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2693
2728
|
};
|
|
2694
2729
|
protoOf($serializer_3).do = function (decoder) {
|
|
2695
|
-
var tmp0_desc = this.
|
|
2730
|
+
var tmp0_desc = this.b6i_1;
|
|
2696
2731
|
var tmp1_flag = true;
|
|
2697
2732
|
var tmp2_index = 0;
|
|
2698
2733
|
var tmp3_bitMask0 = 0;
|
|
@@ -2720,7 +2755,7 @@
|
|
|
2720
2755
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2721
2756
|
};
|
|
2722
2757
|
protoOf($serializer_3).bo = function () {
|
|
2723
|
-
return this.
|
|
2758
|
+
return this.b6i_1;
|
|
2724
2759
|
};
|
|
2725
2760
|
protoOf($serializer_3).vz = function () {
|
|
2726
2761
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2736,10 +2771,10 @@
|
|
|
2736
2771
|
}
|
|
2737
2772
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2738
2773
|
if (!(1 === (1 & seen0))) {
|
|
2739
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2774
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().b6i_1);
|
|
2740
2775
|
}
|
|
2741
2776
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2742
|
-
$this.
|
|
2777
|
+
$this.d6i_1 = reason;
|
|
2743
2778
|
return $this;
|
|
2744
2779
|
}
|
|
2745
2780
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2747,20 +2782,20 @@
|
|
|
2747
2782
|
}
|
|
2748
2783
|
function GameFinishedReasonDto(reason) {
|
|
2749
2784
|
TerminationGameReasonDto.call(this);
|
|
2750
|
-
this.
|
|
2785
|
+
this.d6i_1 = reason;
|
|
2751
2786
|
}
|
|
2752
2787
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2753
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2788
|
+
return 'GameFinishedReasonDto(reason=' + this.d6i_1 + ')';
|
|
2754
2789
|
};
|
|
2755
2790
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2756
|
-
return getStringHashCode(this.
|
|
2791
|
+
return getStringHashCode(this.d6i_1);
|
|
2757
2792
|
};
|
|
2758
2793
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2759
2794
|
if (this === other)
|
|
2760
2795
|
return true;
|
|
2761
2796
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2762
2797
|
return false;
|
|
2763
|
-
if (!(this.
|
|
2798
|
+
if (!(this.d6i_1 === other.d6i_1))
|
|
2764
2799
|
return false;
|
|
2765
2800
|
return true;
|
|
2766
2801
|
};
|
|
@@ -2774,19 +2809,19 @@
|
|
|
2774
2809
|
$serializer_instance_4 = this;
|
|
2775
2810
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2776
2811
|
tmp0_serialDesc.gz('playerId', false);
|
|
2777
|
-
this.
|
|
2812
|
+
this.e6i_1 = tmp0_serialDesc;
|
|
2778
2813
|
}
|
|
2779
|
-
protoOf($serializer_4).
|
|
2780
|
-
var tmp0_desc = this.
|
|
2814
|
+
protoOf($serializer_4).f6i = function (encoder, value) {
|
|
2815
|
+
var tmp0_desc = this.e6i_1;
|
|
2781
2816
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2782
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2817
|
+
tmp1_output.dt(tmp0_desc, 0, value.g6i_1);
|
|
2783
2818
|
tmp1_output.pr(tmp0_desc);
|
|
2784
2819
|
};
|
|
2785
2820
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2786
|
-
return this.
|
|
2821
|
+
return this.f6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2787
2822
|
};
|
|
2788
2823
|
protoOf($serializer_4).do = function (decoder) {
|
|
2789
|
-
var tmp0_desc = this.
|
|
2824
|
+
var tmp0_desc = this.e6i_1;
|
|
2790
2825
|
var tmp1_flag = true;
|
|
2791
2826
|
var tmp2_index = 0;
|
|
2792
2827
|
var tmp3_bitMask0 = 0;
|
|
@@ -2814,7 +2849,7 @@
|
|
|
2814
2849
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2815
2850
|
};
|
|
2816
2851
|
protoOf($serializer_4).bo = function () {
|
|
2817
|
-
return this.
|
|
2852
|
+
return this.e6i_1;
|
|
2818
2853
|
};
|
|
2819
2854
|
protoOf($serializer_4).vz = function () {
|
|
2820
2855
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2830,10 +2865,10 @@
|
|
|
2830
2865
|
}
|
|
2831
2866
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2832
2867
|
if (!(1 === (1 & seen0))) {
|
|
2833
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2868
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().e6i_1);
|
|
2834
2869
|
}
|
|
2835
2870
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2836
|
-
$this.
|
|
2871
|
+
$this.g6i_1 = playerId;
|
|
2837
2872
|
return $this;
|
|
2838
2873
|
}
|
|
2839
2874
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2841,20 +2876,20 @@
|
|
|
2841
2876
|
}
|
|
2842
2877
|
function PlayerExitReasonDto(playerId) {
|
|
2843
2878
|
TerminationGameReasonDto.call(this);
|
|
2844
|
-
this.
|
|
2879
|
+
this.g6i_1 = playerId;
|
|
2845
2880
|
}
|
|
2846
2881
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2847
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2882
|
+
return 'PlayerExitReasonDto(playerId=' + this.g6i_1 + ')';
|
|
2848
2883
|
};
|
|
2849
2884
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2850
|
-
return getStringHashCode(this.
|
|
2885
|
+
return getStringHashCode(this.g6i_1);
|
|
2851
2886
|
};
|
|
2852
2887
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2853
2888
|
if (this === other)
|
|
2854
2889
|
return true;
|
|
2855
2890
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2856
2891
|
return false;
|
|
2857
|
-
if (!(this.
|
|
2892
|
+
if (!(this.g6i_1 === other.g6i_1))
|
|
2858
2893
|
return false;
|
|
2859
2894
|
return true;
|
|
2860
2895
|
};
|
|
@@ -2869,20 +2904,20 @@
|
|
|
2869
2904
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2870
2905
|
tmp0_serialDesc.gz('playerId', false);
|
|
2871
2906
|
tmp0_serialDesc.gz('tag', false);
|
|
2872
|
-
this.
|
|
2907
|
+
this.h6i_1 = tmp0_serialDesc;
|
|
2873
2908
|
}
|
|
2874
|
-
protoOf($serializer_5).
|
|
2875
|
-
var tmp0_desc = this.
|
|
2909
|
+
protoOf($serializer_5).i6i = function (encoder, value) {
|
|
2910
|
+
var tmp0_desc = this.h6i_1;
|
|
2876
2911
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2877
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2878
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2912
|
+
tmp1_output.dt(tmp0_desc, 0, value.j6i_1);
|
|
2913
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.k6i_1);
|
|
2879
2914
|
tmp1_output.pr(tmp0_desc);
|
|
2880
2915
|
};
|
|
2881
2916
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2882
|
-
return this.
|
|
2917
|
+
return this.i6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2883
2918
|
};
|
|
2884
2919
|
protoOf($serializer_5).do = function (decoder) {
|
|
2885
|
-
var tmp0_desc = this.
|
|
2920
|
+
var tmp0_desc = this.h6i_1;
|
|
2886
2921
|
var tmp1_flag = true;
|
|
2887
2922
|
var tmp2_index = 0;
|
|
2888
2923
|
var tmp3_bitMask0 = 0;
|
|
@@ -2917,7 +2952,7 @@
|
|
|
2917
2952
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2918
2953
|
};
|
|
2919
2954
|
protoOf($serializer_5).bo = function () {
|
|
2920
|
-
return this.
|
|
2955
|
+
return this.h6i_1;
|
|
2921
2956
|
};
|
|
2922
2957
|
protoOf($serializer_5).vz = function () {
|
|
2923
2958
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2933,11 +2968,11 @@
|
|
|
2933
2968
|
}
|
|
2934
2969
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2935
2970
|
if (!(3 === (3 & seen0))) {
|
|
2936
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2971
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().h6i_1);
|
|
2937
2972
|
}
|
|
2938
2973
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2939
|
-
$this.
|
|
2940
|
-
$this.
|
|
2974
|
+
$this.j6i_1 = playerId;
|
|
2975
|
+
$this.k6i_1 = tag;
|
|
2941
2976
|
return $this;
|
|
2942
2977
|
}
|
|
2943
2978
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2945,15 +2980,15 @@
|
|
|
2945
2980
|
}
|
|
2946
2981
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2947
2982
|
TerminationGameReasonDto.call(this);
|
|
2948
|
-
this.
|
|
2949
|
-
this.
|
|
2983
|
+
this.j6i_1 = playerId;
|
|
2984
|
+
this.k6i_1 = tag;
|
|
2950
2985
|
}
|
|
2951
2986
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2952
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2987
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.j6i_1 + ', tag=' + this.k6i_1 + ')';
|
|
2953
2988
|
};
|
|
2954
2989
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2955
|
-
var result = getStringHashCode(this.
|
|
2956
|
-
result = imul(result, 31) + (this.
|
|
2990
|
+
var result = getStringHashCode(this.j6i_1);
|
|
2991
|
+
result = imul(result, 31) + (this.k6i_1 == null ? 0 : getStringHashCode(this.k6i_1)) | 0;
|
|
2957
2992
|
return result;
|
|
2958
2993
|
};
|
|
2959
2994
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2961,9 +2996,9 @@
|
|
|
2961
2996
|
return true;
|
|
2962
2997
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2963
2998
|
return false;
|
|
2964
|
-
if (!(this.
|
|
2999
|
+
if (!(this.j6i_1 === other.j6i_1))
|
|
2965
3000
|
return false;
|
|
2966
|
-
if (!(this.
|
|
3001
|
+
if (!(this.k6i_1 == other.k6i_1))
|
|
2967
3002
|
return false;
|
|
2968
3003
|
return true;
|
|
2969
3004
|
};
|
|
@@ -2978,20 +3013,20 @@
|
|
|
2978
3013
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2979
3014
|
tmp0_serialDesc.gz('playerId', false);
|
|
2980
3015
|
tmp0_serialDesc.gz('tag', false);
|
|
2981
|
-
this.
|
|
3016
|
+
this.l6i_1 = tmp0_serialDesc;
|
|
2982
3017
|
}
|
|
2983
|
-
protoOf($serializer_6).
|
|
2984
|
-
var tmp0_desc = this.
|
|
3018
|
+
protoOf($serializer_6).m6i = function (encoder, value) {
|
|
3019
|
+
var tmp0_desc = this.l6i_1;
|
|
2985
3020
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2986
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2987
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3021
|
+
tmp1_output.dt(tmp0_desc, 0, value.n6i_1);
|
|
3022
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.o6i_1);
|
|
2988
3023
|
tmp1_output.pr(tmp0_desc);
|
|
2989
3024
|
};
|
|
2990
3025
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
2991
|
-
return this.
|
|
3026
|
+
return this.m6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2992
3027
|
};
|
|
2993
3028
|
protoOf($serializer_6).do = function (decoder) {
|
|
2994
|
-
var tmp0_desc = this.
|
|
3029
|
+
var tmp0_desc = this.l6i_1;
|
|
2995
3030
|
var tmp1_flag = true;
|
|
2996
3031
|
var tmp2_index = 0;
|
|
2997
3032
|
var tmp3_bitMask0 = 0;
|
|
@@ -3026,7 +3061,7 @@
|
|
|
3026
3061
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3027
3062
|
};
|
|
3028
3063
|
protoOf($serializer_6).bo = function () {
|
|
3029
|
-
return this.
|
|
3064
|
+
return this.l6i_1;
|
|
3030
3065
|
};
|
|
3031
3066
|
protoOf($serializer_6).vz = function () {
|
|
3032
3067
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3042,11 +3077,11 @@
|
|
|
3042
3077
|
}
|
|
3043
3078
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3044
3079
|
if (!(3 === (3 & seen0))) {
|
|
3045
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3080
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().l6i_1);
|
|
3046
3081
|
}
|
|
3047
3082
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3048
|
-
$this.
|
|
3049
|
-
$this.
|
|
3083
|
+
$this.n6i_1 = playerId;
|
|
3084
|
+
$this.o6i_1 = tag;
|
|
3050
3085
|
return $this;
|
|
3051
3086
|
}
|
|
3052
3087
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3054,15 +3089,15 @@
|
|
|
3054
3089
|
}
|
|
3055
3090
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3056
3091
|
TerminationGameReasonDto.call(this);
|
|
3057
|
-
this.
|
|
3058
|
-
this.
|
|
3092
|
+
this.n6i_1 = playerId;
|
|
3093
|
+
this.o6i_1 = tag;
|
|
3059
3094
|
}
|
|
3060
3095
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3061
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3096
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.n6i_1 + ', tag=' + this.o6i_1 + ')';
|
|
3062
3097
|
};
|
|
3063
3098
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3064
|
-
var result = getStringHashCode(this.
|
|
3065
|
-
result = imul(result, 31) + (this.
|
|
3099
|
+
var result = getStringHashCode(this.n6i_1);
|
|
3100
|
+
result = imul(result, 31) + (this.o6i_1 == null ? 0 : getStringHashCode(this.o6i_1)) | 0;
|
|
3066
3101
|
return result;
|
|
3067
3102
|
};
|
|
3068
3103
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3070,14 +3105,14 @@
|
|
|
3070
3105
|
return true;
|
|
3071
3106
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3072
3107
|
return false;
|
|
3073
|
-
if (!(this.
|
|
3108
|
+
if (!(this.n6i_1 === other.n6i_1))
|
|
3074
3109
|
return false;
|
|
3075
|
-
if (!(this.
|
|
3110
|
+
if (!(this.o6i_1 == other.o6i_1))
|
|
3076
3111
|
return false;
|
|
3077
3112
|
return true;
|
|
3078
3113
|
};
|
|
3079
3114
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3080
|
-
return $this.
|
|
3115
|
+
return $this.p6i_1.x();
|
|
3081
3116
|
}
|
|
3082
3117
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3083
3118
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3092,7 +3127,7 @@
|
|
|
3092
3127
|
TerminationGameReasonDto.call(this);
|
|
3093
3128
|
var tmp = this;
|
|
3094
3129
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3095
|
-
tmp.
|
|
3130
|
+
tmp.p6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3096
3131
|
}
|
|
3097
3132
|
protoOf(WaitingForConnectionReasonDto).q4t = function () {
|
|
3098
3133
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3129,19 +3164,19 @@
|
|
|
3129
3164
|
$serializer_instance_7 = this;
|
|
3130
3165
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3131
3166
|
tmp0_serialDesc.gz('gameCard', false);
|
|
3132
|
-
this.
|
|
3167
|
+
this.q6i_1 = tmp0_serialDesc;
|
|
3133
3168
|
}
|
|
3134
|
-
protoOf($serializer_7).
|
|
3135
|
-
var tmp0_desc = this.
|
|
3169
|
+
protoOf($serializer_7).r6i = function (encoder, value) {
|
|
3170
|
+
var tmp0_desc = this.q6i_1;
|
|
3136
3171
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3137
|
-
tmp1_output.ys(tmp0_desc, 0, value.
|
|
3172
|
+
tmp1_output.ys(tmp0_desc, 0, value.s6i_1);
|
|
3138
3173
|
tmp1_output.pr(tmp0_desc);
|
|
3139
3174
|
};
|
|
3140
3175
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3141
|
-
return this.
|
|
3176
|
+
return this.r6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3142
3177
|
};
|
|
3143
3178
|
protoOf($serializer_7).do = function (decoder) {
|
|
3144
|
-
var tmp0_desc = this.
|
|
3179
|
+
var tmp0_desc = this.q6i_1;
|
|
3145
3180
|
var tmp1_flag = true;
|
|
3146
3181
|
var tmp2_index = 0;
|
|
3147
3182
|
var tmp3_bitMask0 = 0;
|
|
@@ -3169,7 +3204,7 @@
|
|
|
3169
3204
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3170
3205
|
};
|
|
3171
3206
|
protoOf($serializer_7).bo = function () {
|
|
3172
|
-
return this.
|
|
3207
|
+
return this.q6i_1;
|
|
3173
3208
|
};
|
|
3174
3209
|
protoOf($serializer_7).vz = function () {
|
|
3175
3210
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3185,37 +3220,37 @@
|
|
|
3185
3220
|
}
|
|
3186
3221
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3187
3222
|
if (!(1 === (1 & seen0))) {
|
|
3188
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3223
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().q6i_1);
|
|
3189
3224
|
}
|
|
3190
|
-
$this.
|
|
3225
|
+
$this.s6i_1 = gameCard;
|
|
3191
3226
|
return $this;
|
|
3192
3227
|
}
|
|
3193
3228
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3194
3229
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3195
3230
|
}
|
|
3196
3231
|
function ProcessingCardDto(gameCard) {
|
|
3197
|
-
this.
|
|
3232
|
+
this.s6i_1 = gameCard;
|
|
3198
3233
|
}
|
|
3199
3234
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3200
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3235
|
+
return 'ProcessingCardDto(gameCard=' + this.s6i_1 + ')';
|
|
3201
3236
|
};
|
|
3202
3237
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3203
|
-
return this.
|
|
3238
|
+
return this.s6i_1;
|
|
3204
3239
|
};
|
|
3205
3240
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3206
3241
|
if (this === other)
|
|
3207
3242
|
return true;
|
|
3208
3243
|
if (!(other instanceof ProcessingCardDto))
|
|
3209
3244
|
return false;
|
|
3210
|
-
if (!(this.
|
|
3245
|
+
if (!(this.s6i_1 === other.s6i_1))
|
|
3211
3246
|
return false;
|
|
3212
3247
|
return true;
|
|
3213
3248
|
};
|
|
3214
3249
|
function mapToDto(_this__u8e3s4) {
|
|
3215
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3250
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.t6i_1));
|
|
3216
3251
|
}
|
|
3217
3252
|
function mapFromDto(_this__u8e3s4) {
|
|
3218
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3253
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.s6i_1));
|
|
3219
3254
|
}
|
|
3220
3255
|
function mapToDto_0(_this__u8e3s4) {
|
|
3221
3256
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3224,7 +3259,7 @@
|
|
|
3224
3259
|
return new GameCard(_this__u8e3s4);
|
|
3225
3260
|
}
|
|
3226
3261
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3227
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3262
|
+
return new CoreConfig(_this__u8e3s4.t6h_1, _this__u8e3s4.u6h_1, _this__u8e3s4.v6h_1, _this__u8e3s4.w6h_1);
|
|
3228
3263
|
}
|
|
3229
3264
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3230
3265
|
return new Team(_this__u8e3s4);
|
|
@@ -3345,20 +3380,20 @@
|
|
|
3345
3380
|
}
|
|
3346
3381
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3347
3382
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3348
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3383
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.d6i_1, get_gameFinishedReasonMapping());
|
|
3349
3384
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
3350
3385
|
}
|
|
3351
3386
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3352
3387
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3353
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3388
|
+
return new PlayerExitReason(_this__u8e3s4.g6i_1);
|
|
3354
3389
|
}
|
|
3355
3390
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3356
3391
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3357
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3392
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.j6i_1, _this__u8e3s4.k6i_1);
|
|
3358
3393
|
}
|
|
3359
3394
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3360
3395
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3361
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3396
|
+
return new PlayerTimeoutReason(_this__u8e3s4.n6i_1, _this__u8e3s4.o6i_1);
|
|
3362
3397
|
}
|
|
3363
3398
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3364
3399
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3419,14 +3454,14 @@
|
|
|
3419
3454
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3420
3455
|
}
|
|
3421
3456
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3422
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3423
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3424
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3425
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3426
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3427
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3428
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3429
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3457
|
+
var tmp0_elvis_lhs = _this__u8e3s4.u6i_1;
|
|
3458
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.v6i_1) : tmp0_elvis_lhs;
|
|
3459
|
+
var tmp1_elvis_lhs = _this__u8e3s4.w6i_1;
|
|
3460
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.x6i_1) : tmp1_elvis_lhs;
|
|
3461
|
+
var tmp2_elvis_lhs = _this__u8e3s4.y6i_1;
|
|
3462
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.z6i_1 : tmp2_elvis_lhs;
|
|
3463
|
+
var tmp3_elvis_lhs = _this__u8e3s4.b6j_1;
|
|
3464
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.c6j_1, _this__u8e3s4.a6j_1);
|
|
3430
3465
|
}
|
|
3431
3466
|
function mapToDto_11(_this__u8e3s4) {
|
|
3432
3467
|
var tmp0_safe_receiver = _this__u8e3s4.n6f_1;
|
|
@@ -3443,7 +3478,7 @@
|
|
|
3443
3478
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3444
3479
|
}
|
|
3445
3480
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3446
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3481
|
+
var tmp0_safe_receiver = _this__u8e3s4.d6j_1;
|
|
3447
3482
|
var tmp;
|
|
3448
3483
|
if (tmp0_safe_receiver == null) {
|
|
3449
3484
|
tmp = null;
|
|
@@ -3452,7 +3487,7 @@
|
|
|
3452
3487
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3453
3488
|
}
|
|
3454
3489
|
var tmp5_startFromTime = tmp;
|
|
3455
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3490
|
+
var tmp1_safe_receiver = _this__u8e3s4.f6j_1;
|
|
3456
3491
|
var tmp_0;
|
|
3457
3492
|
if (tmp1_safe_receiver == null) {
|
|
3458
3493
|
tmp_0 = null;
|
|
@@ -3461,7 +3496,7 @@
|
|
|
3461
3496
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3462
3497
|
}
|
|
3463
3498
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3464
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3499
|
+
var tmp2_safe_receiver = _this__u8e3s4.e6j_1;
|
|
3465
3500
|
var tmp_1;
|
|
3466
3501
|
if (tmp2_safe_receiver == null) {
|
|
3467
3502
|
tmp_1 = null;
|
|
@@ -3470,11 +3505,11 @@
|
|
|
3470
3505
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3471
3506
|
}
|
|
3472
3507
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3473
|
-
var tmp8_state = _this__u8e3s4.
|
|
3474
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3475
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3508
|
+
var tmp8_state = _this__u8e3s4.g6j_1;
|
|
3509
|
+
var tmp9_tag = _this__u8e3s4.i6j_1;
|
|
3510
|
+
var tmp3_elvis_lhs = _this__u8e3s4.h6j_1;
|
|
3476
3511
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3477
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3512
|
+
var tmp4_safe_receiver = _this__u8e3s4.j6j_1;
|
|
3478
3513
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3479
3514
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3480
3515
|
}
|
|
@@ -3482,7 +3517,7 @@
|
|
|
3482
3517
|
return new PlayerConnectionDto(_this__u8e3s4.z6f_1, _this__u8e3s4.a6g_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.b6g_1));
|
|
3483
3518
|
}
|
|
3484
3519
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3485
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3520
|
+
return new PlayerConnection(_this__u8e3s4.k6j_1, Companion_getInstance_0().mk(_this__u8e3s4.l6j_1), Companion_getInstance().gk(_this__u8e3s4.m6j_1));
|
|
3486
3521
|
}
|
|
3487
3522
|
function Companion_18() {
|
|
3488
3523
|
}
|
|
@@ -3502,39 +3537,39 @@
|
|
|
3502
3537
|
tmp0_serialDesc.gz('rating', false);
|
|
3503
3538
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3504
3539
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3505
|
-
this.
|
|
3540
|
+
this.n6j_1 = tmp0_serialDesc;
|
|
3506
3541
|
}
|
|
3507
|
-
protoOf($serializer_8).
|
|
3508
|
-
var tmp0_desc = this.
|
|
3542
|
+
protoOf($serializer_8).o6j = function (encoder, value) {
|
|
3543
|
+
var tmp0_desc = this.n6j_1;
|
|
3509
3544
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3510
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3511
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3545
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.u6i_1 == null)) {
|
|
3546
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.u6i_1);
|
|
3512
3547
|
}
|
|
3513
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3514
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3548
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.v6i_1 == null)) {
|
|
3549
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.v6i_1);
|
|
3515
3550
|
}
|
|
3516
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3517
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3551
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.w6i_1 == null)) {
|
|
3552
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.w6i_1);
|
|
3518
3553
|
}
|
|
3519
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3520
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3554
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.x6i_1 == null)) {
|
|
3555
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.x6i_1);
|
|
3521
3556
|
}
|
|
3522
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3523
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3557
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.y6i_1 == null)) {
|
|
3558
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.y6i_1);
|
|
3524
3559
|
}
|
|
3525
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3526
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3560
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.z6i_1 == null)) {
|
|
3561
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.z6i_1);
|
|
3527
3562
|
}
|
|
3528
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3529
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3530
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3563
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.a6j_1);
|
|
3564
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.b6j_1);
|
|
3565
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.c6j_1);
|
|
3531
3566
|
tmp1_output.pr(tmp0_desc);
|
|
3532
3567
|
};
|
|
3533
3568
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3534
|
-
return this.
|
|
3569
|
+
return this.o6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3535
3570
|
};
|
|
3536
3571
|
protoOf($serializer_8).do = function (decoder) {
|
|
3537
|
-
var tmp0_desc = this.
|
|
3572
|
+
var tmp0_desc = this.n6j_1;
|
|
3538
3573
|
var tmp1_flag = true;
|
|
3539
3574
|
var tmp2_index = 0;
|
|
3540
3575
|
var tmp3_bitMask0 = 0;
|
|
@@ -3618,7 +3653,7 @@
|
|
|
3618
3653
|
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);
|
|
3619
3654
|
};
|
|
3620
3655
|
protoOf($serializer_8).bo = function () {
|
|
3621
|
-
return this.
|
|
3656
|
+
return this.n6j_1;
|
|
3622
3657
|
};
|
|
3623
3658
|
protoOf($serializer_8).vz = function () {
|
|
3624
3659
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3634,35 +3669,35 @@
|
|
|
3634
3669
|
}
|
|
3635
3670
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3636
3671
|
if (!(448 === (448 & seen0))) {
|
|
3637
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3672
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().n6j_1);
|
|
3638
3673
|
}
|
|
3639
3674
|
if (0 === (seen0 & 1))
|
|
3640
|
-
$this.
|
|
3675
|
+
$this.u6i_1 = null;
|
|
3641
3676
|
else
|
|
3642
|
-
$this.
|
|
3677
|
+
$this.u6i_1 = playerId;
|
|
3643
3678
|
if (0 === (seen0 & 2))
|
|
3644
|
-
$this.
|
|
3679
|
+
$this.v6i_1 = null;
|
|
3645
3680
|
else
|
|
3646
|
-
$this.
|
|
3681
|
+
$this.v6i_1 = uid;
|
|
3647
3682
|
if (0 === (seen0 & 4))
|
|
3648
|
-
$this.
|
|
3683
|
+
$this.w6i_1 = null;
|
|
3649
3684
|
else
|
|
3650
|
-
$this.
|
|
3685
|
+
$this.w6i_1 = name;
|
|
3651
3686
|
if (0 === (seen0 & 8))
|
|
3652
|
-
$this.
|
|
3687
|
+
$this.x6i_1 = null;
|
|
3653
3688
|
else
|
|
3654
|
-
$this.
|
|
3689
|
+
$this.x6i_1 = nickname;
|
|
3655
3690
|
if (0 === (seen0 & 16))
|
|
3656
|
-
$this.
|
|
3691
|
+
$this.y6i_1 = null;
|
|
3657
3692
|
else
|
|
3658
|
-
$this.
|
|
3693
|
+
$this.y6i_1 = avatarUrl;
|
|
3659
3694
|
if (0 === (seen0 & 32))
|
|
3660
|
-
$this.
|
|
3695
|
+
$this.z6i_1 = null;
|
|
3661
3696
|
else
|
|
3662
|
-
$this.
|
|
3663
|
-
$this.
|
|
3664
|
-
$this.
|
|
3665
|
-
$this.
|
|
3697
|
+
$this.z6i_1 = photo;
|
|
3698
|
+
$this.a6j_1 = rating;
|
|
3699
|
+
$this.b6j_1 = isBot;
|
|
3700
|
+
$this.c6j_1 = initialLuckyFactor;
|
|
3666
3701
|
return $this;
|
|
3667
3702
|
}
|
|
3668
3703
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3675,47 +3710,47 @@
|
|
|
3675
3710
|
nickname = nickname === VOID ? null : nickname;
|
|
3676
3711
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3677
3712
|
photo = photo === VOID ? null : photo;
|
|
3678
|
-
this.
|
|
3679
|
-
this.
|
|
3680
|
-
this.
|
|
3681
|
-
this.
|
|
3682
|
-
this.
|
|
3683
|
-
this.
|
|
3684
|
-
this.
|
|
3685
|
-
this.
|
|
3686
|
-
this.
|
|
3687
|
-
}
|
|
3688
|
-
protoOf(GameUserInfoDto).
|
|
3689
|
-
return this.
|
|
3690
|
-
};
|
|
3691
|
-
protoOf(GameUserInfoDto).
|
|
3713
|
+
this.u6i_1 = playerId;
|
|
3714
|
+
this.v6i_1 = uid;
|
|
3715
|
+
this.w6i_1 = name;
|
|
3716
|
+
this.x6i_1 = nickname;
|
|
3717
|
+
this.y6i_1 = avatarUrl;
|
|
3718
|
+
this.z6i_1 = photo;
|
|
3719
|
+
this.a6j_1 = rating;
|
|
3720
|
+
this.b6j_1 = isBot;
|
|
3721
|
+
this.c6j_1 = initialLuckyFactor;
|
|
3722
|
+
}
|
|
3723
|
+
protoOf(GameUserInfoDto).p6j = function () {
|
|
3724
|
+
return this.q6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3725
|
+
};
|
|
3726
|
+
protoOf(GameUserInfoDto).r6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3692
3727
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3693
3728
|
};
|
|
3694
|
-
protoOf(GameUserInfoDto).
|
|
3695
|
-
playerId = playerId === VOID ? this.
|
|
3696
|
-
uid = uid === VOID ? this.
|
|
3697
|
-
name = name === VOID ? this.
|
|
3698
|
-
nickname = nickname === VOID ? this.
|
|
3699
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3700
|
-
photo = photo === VOID ? this.
|
|
3701
|
-
rating = rating === VOID ? this.
|
|
3702
|
-
isBot = isBot === VOID ? this.
|
|
3703
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3704
|
-
return $super === VOID ? this.
|
|
3729
|
+
protoOf(GameUserInfoDto).q6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3730
|
+
playerId = playerId === VOID ? this.u6i_1 : playerId;
|
|
3731
|
+
uid = uid === VOID ? this.v6i_1 : uid;
|
|
3732
|
+
name = name === VOID ? this.w6i_1 : name;
|
|
3733
|
+
nickname = nickname === VOID ? this.x6i_1 : nickname;
|
|
3734
|
+
avatarUrl = avatarUrl === VOID ? this.y6i_1 : avatarUrl;
|
|
3735
|
+
photo = photo === VOID ? this.z6i_1 : photo;
|
|
3736
|
+
rating = rating === VOID ? this.a6j_1 : rating;
|
|
3737
|
+
isBot = isBot === VOID ? this.b6j_1 : isBot;
|
|
3738
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.c6j_1 : initialLuckyFactor;
|
|
3739
|
+
return $super === VOID ? this.r6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.r6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3705
3740
|
};
|
|
3706
3741
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3707
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3742
|
+
return 'GameUserInfoDto(playerId=' + this.u6i_1 + ', uid=' + this.v6i_1 + ', name=' + this.w6i_1 + ', nickname=' + this.x6i_1 + ', avatarUrl=' + this.y6i_1 + ', photo=' + this.z6i_1 + ', rating=' + this.a6j_1 + ', isBot=' + this.b6j_1 + ', initialLuckyFactor=' + this.c6j_1 + ')';
|
|
3708
3743
|
};
|
|
3709
3744
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3710
|
-
var result = this.
|
|
3711
|
-
result = imul(result, 31) + (this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1)) | 0;
|
|
3745
|
+
var result = this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1);
|
|
3712
3746
|
result = imul(result, 31) + (this.v6i_1 == null ? 0 : getStringHashCode(this.v6i_1)) | 0;
|
|
3713
3747
|
result = imul(result, 31) + (this.w6i_1 == null ? 0 : getStringHashCode(this.w6i_1)) | 0;
|
|
3714
3748
|
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1)) | 0;
|
|
3715
3749
|
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3716
|
-
result = imul(result, 31) + (this.z6i_1 == null ? 0 :
|
|
3717
|
-
result = imul(result, 31) + (this.a6j_1 == null ? 0 :
|
|
3718
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 :
|
|
3750
|
+
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getStringHashCode(this.z6i_1)) | 0;
|
|
3751
|
+
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getNumberHashCode(this.a6j_1)) | 0;
|
|
3752
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getBooleanHashCode(this.b6j_1)) | 0;
|
|
3753
|
+
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getNumberHashCode(this.c6j_1)) | 0;
|
|
3719
3754
|
return result;
|
|
3720
3755
|
};
|
|
3721
3756
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3723,8 +3758,6 @@
|
|
|
3723
3758
|
return true;
|
|
3724
3759
|
if (!(other instanceof GameUserInfoDto))
|
|
3725
3760
|
return false;
|
|
3726
|
-
if (!(this.t6i_1 == other.t6i_1))
|
|
3727
|
-
return false;
|
|
3728
3761
|
if (!(this.u6i_1 == other.u6i_1))
|
|
3729
3762
|
return false;
|
|
3730
3763
|
if (!(this.v6i_1 == other.v6i_1))
|
|
@@ -3735,11 +3768,13 @@
|
|
|
3735
3768
|
return false;
|
|
3736
3769
|
if (!(this.y6i_1 == other.y6i_1))
|
|
3737
3770
|
return false;
|
|
3738
|
-
if (!
|
|
3771
|
+
if (!(this.z6i_1 == other.z6i_1))
|
|
3739
3772
|
return false;
|
|
3740
|
-
if (!(this.a6j_1
|
|
3773
|
+
if (!equals(this.a6j_1, other.a6j_1))
|
|
3741
3774
|
return false;
|
|
3742
|
-
if (!
|
|
3775
|
+
if (!(this.b6j_1 == other.b6j_1))
|
|
3776
|
+
return false;
|
|
3777
|
+
if (!equals(this.c6j_1, other.c6j_1))
|
|
3743
3778
|
return false;
|
|
3744
3779
|
return true;
|
|
3745
3780
|
};
|
|
@@ -3753,7 +3788,7 @@
|
|
|
3753
3788
|
// Inline function 'kotlin.arrayOf' call
|
|
3754
3789
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3755
3790
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3756
|
-
tmp.
|
|
3791
|
+
tmp.s6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3757
3792
|
}
|
|
3758
3793
|
var Companion_instance_21;
|
|
3759
3794
|
function Companion_getInstance_22() {
|
|
@@ -3767,22 +3802,22 @@
|
|
|
3767
3802
|
tmp0_serialDesc.gz('state', false);
|
|
3768
3803
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3769
3804
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3770
|
-
this.
|
|
3805
|
+
this.t6j_1 = tmp0_serialDesc;
|
|
3771
3806
|
}
|
|
3772
|
-
protoOf($serializer_9).
|
|
3773
|
-
var tmp0_desc = this.
|
|
3807
|
+
protoOf($serializer_9).u6j = function (encoder, value) {
|
|
3808
|
+
var tmp0_desc = this.t6j_1;
|
|
3774
3809
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3775
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3776
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3777
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3778
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3810
|
+
var tmp2_cached = Companion_getInstance_22().s6j_1;
|
|
3811
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.k6j_1);
|
|
3812
|
+
tmp1_output.dt(tmp0_desc, 1, value.l6j_1);
|
|
3813
|
+
tmp1_output.dt(tmp0_desc, 2, value.m6j_1);
|
|
3779
3814
|
tmp1_output.pr(tmp0_desc);
|
|
3780
3815
|
};
|
|
3781
3816
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3782
|
-
return this.
|
|
3817
|
+
return this.u6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3783
3818
|
};
|
|
3784
3819
|
protoOf($serializer_9).do = function (decoder) {
|
|
3785
|
-
var tmp0_desc = this.
|
|
3820
|
+
var tmp0_desc = this.t6j_1;
|
|
3786
3821
|
var tmp1_flag = true;
|
|
3787
3822
|
var tmp2_index = 0;
|
|
3788
3823
|
var tmp3_bitMask0 = 0;
|
|
@@ -3790,7 +3825,7 @@
|
|
|
3790
3825
|
var tmp5_local1 = null;
|
|
3791
3826
|
var tmp6_local2 = null;
|
|
3792
3827
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3793
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3828
|
+
var tmp8_cached = Companion_getInstance_22().s6j_1;
|
|
3794
3829
|
if (tmp7_input.es()) {
|
|
3795
3830
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3796
3831
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3825,13 +3860,13 @@
|
|
|
3825
3860
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3826
3861
|
};
|
|
3827
3862
|
protoOf($serializer_9).bo = function () {
|
|
3828
|
-
return this.
|
|
3863
|
+
return this.t6j_1;
|
|
3829
3864
|
};
|
|
3830
3865
|
protoOf($serializer_9).vz = function () {
|
|
3831
3866
|
// Inline function 'kotlin.arrayOf' call
|
|
3832
3867
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3833
3868
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3834
|
-
return [Companion_getInstance_22().
|
|
3869
|
+
return [Companion_getInstance_22().s6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3835
3870
|
};
|
|
3836
3871
|
var $serializer_instance_9;
|
|
3837
3872
|
function $serializer_getInstance_9() {
|
|
@@ -3841,11 +3876,11 @@
|
|
|
3841
3876
|
}
|
|
3842
3877
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3843
3878
|
if (!(7 === (7 & seen0))) {
|
|
3844
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3879
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().t6j_1);
|
|
3845
3880
|
}
|
|
3846
|
-
$this.
|
|
3847
|
-
$this.
|
|
3848
|
-
$this.
|
|
3881
|
+
$this.k6j_1 = state;
|
|
3882
|
+
$this.l6j_1 = connectionChangedTime;
|
|
3883
|
+
$this.m6j_1 = notLiveDurationRecord;
|
|
3849
3884
|
return $this;
|
|
3850
3885
|
}
|
|
3851
3886
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3853,17 +3888,17 @@
|
|
|
3853
3888
|
}
|
|
3854
3889
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3855
3890
|
Companion_getInstance_22();
|
|
3856
|
-
this.
|
|
3857
|
-
this.
|
|
3858
|
-
this.
|
|
3891
|
+
this.k6j_1 = state;
|
|
3892
|
+
this.l6j_1 = connectionChangedTime;
|
|
3893
|
+
this.m6j_1 = notLiveDurationRecord;
|
|
3859
3894
|
}
|
|
3860
3895
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3861
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3896
|
+
return 'PlayerConnectionDto(state=' + this.k6j_1.toString() + ', connectionChangedTime=' + this.l6j_1 + ', notLiveDurationRecord=' + this.m6j_1 + ')';
|
|
3862
3897
|
};
|
|
3863
3898
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3864
|
-
var result = this.
|
|
3865
|
-
result = imul(result, 31) + getStringHashCode(this.k6j_1) | 0;
|
|
3899
|
+
var result = this.k6j_1.hashCode();
|
|
3866
3900
|
result = imul(result, 31) + getStringHashCode(this.l6j_1) | 0;
|
|
3901
|
+
result = imul(result, 31) + getStringHashCode(this.m6j_1) | 0;
|
|
3867
3902
|
return result;
|
|
3868
3903
|
};
|
|
3869
3904
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3871,12 +3906,12 @@
|
|
|
3871
3906
|
return true;
|
|
3872
3907
|
if (!(other instanceof PlayerConnectionDto))
|
|
3873
3908
|
return false;
|
|
3874
|
-
if (!this.
|
|
3875
|
-
return false;
|
|
3876
|
-
if (!(this.k6j_1 === other.k6j_1))
|
|
3909
|
+
if (!this.k6j_1.equals(other.k6j_1))
|
|
3877
3910
|
return false;
|
|
3878
3911
|
if (!(this.l6j_1 === other.l6j_1))
|
|
3879
3912
|
return false;
|
|
3913
|
+
if (!(this.m6j_1 === other.m6j_1))
|
|
3914
|
+
return false;
|
|
3880
3915
|
return true;
|
|
3881
3916
|
};
|
|
3882
3917
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3889,7 +3924,7 @@
|
|
|
3889
3924
|
// Inline function 'kotlin.arrayOf' call
|
|
3890
3925
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3891
3926
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3892
|
-
tmp.
|
|
3927
|
+
tmp.v6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3893
3928
|
}
|
|
3894
3929
|
var Companion_instance_22;
|
|
3895
3930
|
function Companion_getInstance_23() {
|
|
@@ -3907,38 +3942,38 @@
|
|
|
3907
3942
|
tmp0_serialDesc.gz('ready', true);
|
|
3908
3943
|
tmp0_serialDesc.gz('tag', true);
|
|
3909
3944
|
tmp0_serialDesc.gz('connection', true);
|
|
3910
|
-
this.
|
|
3945
|
+
this.w6j_1 = tmp0_serialDesc;
|
|
3911
3946
|
}
|
|
3912
|
-
protoOf($serializer_10).
|
|
3913
|
-
var tmp0_desc = this.
|
|
3947
|
+
protoOf($serializer_10).x6j = function (encoder, value) {
|
|
3948
|
+
var tmp0_desc = this.w6j_1;
|
|
3914
3949
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3915
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3916
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3917
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3950
|
+
var tmp2_cached = Companion_getInstance_23().v6j_1;
|
|
3951
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.d6j_1 == null)) {
|
|
3952
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.d6j_1);
|
|
3918
3953
|
}
|
|
3919
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3920
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3954
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.e6j_1 == null)) {
|
|
3955
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.e6j_1);
|
|
3921
3956
|
}
|
|
3922
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3923
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3957
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.f6j_1 == null)) {
|
|
3958
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.f6j_1);
|
|
3924
3959
|
}
|
|
3925
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3926
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3927
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3960
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.g6j_1);
|
|
3961
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.h6j_1 == null)) {
|
|
3962
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.h6j_1);
|
|
3928
3963
|
}
|
|
3929
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3930
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3964
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.i6j_1 == null)) {
|
|
3965
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.i6j_1);
|
|
3931
3966
|
}
|
|
3932
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3933
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3967
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.j6j_1 == null)) {
|
|
3968
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.j6j_1);
|
|
3934
3969
|
}
|
|
3935
3970
|
tmp1_output.pr(tmp0_desc);
|
|
3936
3971
|
};
|
|
3937
3972
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
3938
|
-
return this.
|
|
3973
|
+
return this.x6j(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3939
3974
|
};
|
|
3940
3975
|
protoOf($serializer_10).do = function (decoder) {
|
|
3941
|
-
var tmp0_desc = this.
|
|
3976
|
+
var tmp0_desc = this.w6j_1;
|
|
3942
3977
|
var tmp1_flag = true;
|
|
3943
3978
|
var tmp2_index = 0;
|
|
3944
3979
|
var tmp3_bitMask0 = 0;
|
|
@@ -3950,7 +3985,7 @@
|
|
|
3950
3985
|
var tmp9_local5 = null;
|
|
3951
3986
|
var tmp10_local6 = null;
|
|
3952
3987
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3953
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
3988
|
+
var tmp12_cached = Companion_getInstance_23().v6j_1;
|
|
3954
3989
|
if (tmp11_input.es()) {
|
|
3955
3990
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3956
3991
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4009,10 +4044,10 @@
|
|
|
4009
4044
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4010
4045
|
};
|
|
4011
4046
|
protoOf($serializer_10).bo = function () {
|
|
4012
|
-
return this.
|
|
4047
|
+
return this.w6j_1;
|
|
4013
4048
|
};
|
|
4014
4049
|
protoOf($serializer_10).vz = function () {
|
|
4015
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4050
|
+
var tmp0_cached = Companion_getInstance_23().v6j_1;
|
|
4016
4051
|
// Inline function 'kotlin.arrayOf' call
|
|
4017
4052
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4018
4053
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4026,33 +4061,33 @@
|
|
|
4026
4061
|
}
|
|
4027
4062
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4028
4063
|
if (!(8 === (8 & seen0))) {
|
|
4029
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4064
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().w6j_1);
|
|
4030
4065
|
}
|
|
4031
4066
|
if (0 === (seen0 & 1))
|
|
4032
|
-
$this.
|
|
4067
|
+
$this.d6j_1 = null;
|
|
4033
4068
|
else
|
|
4034
|
-
$this.
|
|
4069
|
+
$this.d6j_1 = startFrom;
|
|
4035
4070
|
if (0 === (seen0 & 2))
|
|
4036
|
-
$this.
|
|
4071
|
+
$this.e6j_1 = null;
|
|
4037
4072
|
else
|
|
4038
|
-
$this.
|
|
4073
|
+
$this.e6j_1 = playerTurnTimeout;
|
|
4039
4074
|
if (0 === (seen0 & 4))
|
|
4040
|
-
$this.
|
|
4075
|
+
$this.f6j_1 = null;
|
|
4041
4076
|
else
|
|
4042
|
-
$this.
|
|
4043
|
-
$this.
|
|
4077
|
+
$this.f6j_1 = waitPlayerUntilTime;
|
|
4078
|
+
$this.g6j_1 = state;
|
|
4044
4079
|
if (0 === (seen0 & 16))
|
|
4045
|
-
$this.
|
|
4080
|
+
$this.h6j_1 = null;
|
|
4046
4081
|
else
|
|
4047
|
-
$this.
|
|
4082
|
+
$this.h6j_1 = ready;
|
|
4048
4083
|
if (0 === (seen0 & 32))
|
|
4049
|
-
$this.
|
|
4084
|
+
$this.i6j_1 = null;
|
|
4050
4085
|
else
|
|
4051
|
-
$this.
|
|
4086
|
+
$this.i6j_1 = tag;
|
|
4052
4087
|
if (0 === (seen0 & 64))
|
|
4053
|
-
$this.
|
|
4088
|
+
$this.j6j_1 = null;
|
|
4054
4089
|
else
|
|
4055
|
-
$this.
|
|
4090
|
+
$this.j6j_1 = connection;
|
|
4056
4091
|
return $this;
|
|
4057
4092
|
}
|
|
4058
4093
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4066,25 +4101,25 @@
|
|
|
4066
4101
|
ready = ready === VOID ? null : ready;
|
|
4067
4102
|
tag = tag === VOID ? null : tag;
|
|
4068
4103
|
connection = connection === VOID ? null : connection;
|
|
4069
|
-
this.
|
|
4070
|
-
this.
|
|
4071
|
-
this.
|
|
4072
|
-
this.
|
|
4073
|
-
this.
|
|
4074
|
-
this.
|
|
4075
|
-
this.
|
|
4104
|
+
this.d6j_1 = startFrom;
|
|
4105
|
+
this.e6j_1 = playerTurnTimeout;
|
|
4106
|
+
this.f6j_1 = waitPlayerUntilTime;
|
|
4107
|
+
this.g6j_1 = state;
|
|
4108
|
+
this.h6j_1 = ready;
|
|
4109
|
+
this.i6j_1 = tag;
|
|
4110
|
+
this.j6j_1 = connection;
|
|
4076
4111
|
}
|
|
4077
4112
|
protoOf(PlayerStateDto).toString = function () {
|
|
4078
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4113
|
+
return 'PlayerStateDto(startFrom=' + this.d6j_1 + ', playerTurnTimeout=' + this.e6j_1 + ', waitPlayerUntilTime=' + this.f6j_1 + ', state=' + this.g6j_1.toString() + ', ready=' + this.h6j_1 + ', tag=' + this.i6j_1 + ', connection=' + toString(this.j6j_1) + ')';
|
|
4079
4114
|
};
|
|
4080
4115
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4081
|
-
var result = this.
|
|
4082
|
-
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1)) | 0;
|
|
4116
|
+
var result = this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1);
|
|
4083
4117
|
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getStringHashCode(this.e6j_1)) | 0;
|
|
4084
|
-
result = imul(result, 31) + this.f6j_1.
|
|
4085
|
-
result = imul(result, 31) +
|
|
4086
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 :
|
|
4087
|
-
result = imul(result, 31) + (this.i6j_1 == null ? 0 : this.i6j_1
|
|
4118
|
+
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getStringHashCode(this.f6j_1)) | 0;
|
|
4119
|
+
result = imul(result, 31) + this.g6j_1.hashCode() | 0;
|
|
4120
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getBooleanHashCode(this.h6j_1)) | 0;
|
|
4121
|
+
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4122
|
+
result = imul(result, 31) + (this.j6j_1 == null ? 0 : this.j6j_1.hashCode()) | 0;
|
|
4088
4123
|
return result;
|
|
4089
4124
|
};
|
|
4090
4125
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4092,19 +4127,19 @@
|
|
|
4092
4127
|
return true;
|
|
4093
4128
|
if (!(other instanceof PlayerStateDto))
|
|
4094
4129
|
return false;
|
|
4095
|
-
if (!(this.c6j_1 == other.c6j_1))
|
|
4096
|
-
return false;
|
|
4097
4130
|
if (!(this.d6j_1 == other.d6j_1))
|
|
4098
4131
|
return false;
|
|
4099
4132
|
if (!(this.e6j_1 == other.e6j_1))
|
|
4100
4133
|
return false;
|
|
4101
|
-
if (!this.f6j_1
|
|
4134
|
+
if (!(this.f6j_1 == other.f6j_1))
|
|
4102
4135
|
return false;
|
|
4103
|
-
if (!
|
|
4136
|
+
if (!this.g6j_1.equals(other.g6j_1))
|
|
4104
4137
|
return false;
|
|
4105
4138
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4106
4139
|
return false;
|
|
4107
|
-
if (!
|
|
4140
|
+
if (!(this.i6j_1 == other.i6j_1))
|
|
4141
|
+
return false;
|
|
4142
|
+
if (!equals(this.j6j_1, other.j6j_1))
|
|
4108
4143
|
return false;
|
|
4109
4144
|
return true;
|
|
4110
4145
|
};
|
|
@@ -4128,7 +4163,7 @@
|
|
|
4128
4163
|
// Inline function 'kotlin.arrayOf' call
|
|
4129
4164
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4130
4165
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4131
|
-
tmp.
|
|
4166
|
+
tmp.y6j_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];
|
|
4132
4167
|
}
|
|
4133
4168
|
var Companion_instance_23;
|
|
4134
4169
|
function Companion_getInstance_24() {
|
|
@@ -4165,45 +4200,45 @@
|
|
|
4165
4200
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
4166
4201
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
4167
4202
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
4168
|
-
this.
|
|
4203
|
+
this.z6j_1 = tmp0_serialDesc;
|
|
4169
4204
|
}
|
|
4170
|
-
protoOf($serializer_11).
|
|
4171
|
-
var tmp0_desc = this.
|
|
4205
|
+
protoOf($serializer_11).a6k = function (encoder, value) {
|
|
4206
|
+
var tmp0_desc = this.z6j_1;
|
|
4172
4207
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
4173
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4174
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4175
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4176
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4177
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4178
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4179
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4180
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4181
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4182
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4183
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4184
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4185
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4186
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4187
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4188
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4189
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4190
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4191
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4192
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4193
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4194
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4195
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
4196
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4197
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4198
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4199
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4208
|
+
var tmp2_cached = Companion_getInstance_24().y6j_1;
|
|
4209
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.b6k_1);
|
|
4210
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.c6k_1);
|
|
4211
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.d6k_1);
|
|
4212
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.e6k_1);
|
|
4213
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.f6k_1);
|
|
4214
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.g6k_1);
|
|
4215
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.h6k_1);
|
|
4216
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i6k_1);
|
|
4217
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.j6k_1);
|
|
4218
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.k6k_1);
|
|
4219
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.l6k_1);
|
|
4220
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.m6k_1);
|
|
4221
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.n6k_1);
|
|
4222
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.o6k_1);
|
|
4223
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.p6k_1);
|
|
4224
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.q6k_1);
|
|
4225
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.r6k_1);
|
|
4226
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.s6k_1);
|
|
4227
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4228
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4229
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.v6k_1);
|
|
4230
|
+
tmp1_output.dt(tmp0_desc, 21, value.w6k_1);
|
|
4231
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.x6k_1);
|
|
4232
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.y6k_1);
|
|
4233
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.z6k_1);
|
|
4234
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.a6l_1);
|
|
4200
4235
|
tmp1_output.pr(tmp0_desc);
|
|
4201
4236
|
};
|
|
4202
4237
|
protoOf($serializer_11).co = function (encoder, value) {
|
|
4203
|
-
return this.
|
|
4238
|
+
return this.a6k(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4204
4239
|
};
|
|
4205
4240
|
protoOf($serializer_11).do = function (decoder) {
|
|
4206
|
-
var tmp0_desc = this.
|
|
4241
|
+
var tmp0_desc = this.z6j_1;
|
|
4207
4242
|
var tmp1_flag = true;
|
|
4208
4243
|
var tmp2_index = 0;
|
|
4209
4244
|
var tmp3_bitMask0 = 0;
|
|
@@ -4234,7 +4269,7 @@
|
|
|
4234
4269
|
var tmp28_local24 = null;
|
|
4235
4270
|
var tmp29_local25 = null;
|
|
4236
4271
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
4237
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4272
|
+
var tmp31_cached = Companion_getInstance_24().y6j_1;
|
|
4238
4273
|
if (tmp30_input.es()) {
|
|
4239
4274
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4240
4275
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4407,10 +4442,10 @@
|
|
|
4407
4442
|
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);
|
|
4408
4443
|
};
|
|
4409
4444
|
protoOf($serializer_11).bo = function () {
|
|
4410
|
-
return this.
|
|
4445
|
+
return this.z6j_1;
|
|
4411
4446
|
};
|
|
4412
4447
|
protoOf($serializer_11).vz = function () {
|
|
4413
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4448
|
+
var tmp0_cached = Companion_getInstance_24().y6j_1;
|
|
4414
4449
|
// Inline function 'kotlin.arrayOf' call
|
|
4415
4450
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4416
4451
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4424,34 +4459,34 @@
|
|
|
4424
4459
|
}
|
|
4425
4460
|
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) {
|
|
4426
4461
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4427
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4428
|
-
}
|
|
4429
|
-
$this.
|
|
4430
|
-
$this.
|
|
4431
|
-
$this.
|
|
4432
|
-
$this.
|
|
4433
|
-
$this.
|
|
4434
|
-
$this.
|
|
4435
|
-
$this.
|
|
4436
|
-
$this.
|
|
4437
|
-
$this.
|
|
4438
|
-
$this.
|
|
4439
|
-
$this.
|
|
4440
|
-
$this.
|
|
4441
|
-
$this.
|
|
4442
|
-
$this.
|
|
4443
|
-
$this.
|
|
4444
|
-
$this.
|
|
4445
|
-
$this.
|
|
4446
|
-
$this.
|
|
4447
|
-
$this.
|
|
4448
|
-
$this.
|
|
4449
|
-
$this.
|
|
4450
|
-
$this.
|
|
4451
|
-
$this.
|
|
4452
|
-
$this.
|
|
4453
|
-
$this.
|
|
4454
|
-
$this.
|
|
4462
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().z6j_1);
|
|
4463
|
+
}
|
|
4464
|
+
$this.b6k_1 = name;
|
|
4465
|
+
$this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4466
|
+
$this.d6k_1 = winnerShuffleCards;
|
|
4467
|
+
$this.e6k_1 = playWithoutLiabilities;
|
|
4468
|
+
$this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4469
|
+
$this.g6k_1 = dealerInitialCardsCount;
|
|
4470
|
+
$this.h6k_1 = dealerFinalCardsCount;
|
|
4471
|
+
$this.i6k_1 = dealerCounterClockwise;
|
|
4472
|
+
$this.j6k_1 = contractTypes;
|
|
4473
|
+
$this.k6k_1 = bidTypes;
|
|
4474
|
+
$this.l6k_1 = needToPutHigherTrump;
|
|
4475
|
+
$this.m6k_1 = trumpCardStepMode;
|
|
4476
|
+
$this.n6k_1 = trumpCardStepPartnerMode;
|
|
4477
|
+
$this.o6k_1 = combinationsWithFirstCard;
|
|
4478
|
+
$this.p6k_1 = protectBella;
|
|
4479
|
+
$this.q6k_1 = oneTryToProtectBella;
|
|
4480
|
+
$this.r6k_1 = enableFourSevensCombination;
|
|
4481
|
+
$this.s6k_1 = enableTrumpSevenCombination;
|
|
4482
|
+
$this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4483
|
+
$this.u6k_1 = checkTrumpCombination;
|
|
4484
|
+
$this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4485
|
+
$this.w6k_1 = pointsDistributeMode;
|
|
4486
|
+
$this.x6k_1 = enableFineIfNoBribes;
|
|
4487
|
+
$this.y6k_1 = fineIfNoBribes;
|
|
4488
|
+
$this.z6k_1 = enableFineAfterThirdByte;
|
|
4489
|
+
$this.a6l_1 = fineAfterThirdFailedContract;
|
|
4455
4490
|
return $this;
|
|
4456
4491
|
}
|
|
4457
4492
|
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) {
|
|
@@ -4459,63 +4494,63 @@
|
|
|
4459
4494
|
}
|
|
4460
4495
|
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) {
|
|
4461
4496
|
Companion_getInstance_24();
|
|
4462
|
-
this.
|
|
4463
|
-
this.
|
|
4464
|
-
this.
|
|
4465
|
-
this.
|
|
4466
|
-
this.
|
|
4467
|
-
this.
|
|
4468
|
-
this.
|
|
4469
|
-
this.
|
|
4470
|
-
this.
|
|
4471
|
-
this.
|
|
4472
|
-
this.
|
|
4473
|
-
this.
|
|
4474
|
-
this.
|
|
4475
|
-
this.
|
|
4476
|
-
this.
|
|
4477
|
-
this.
|
|
4478
|
-
this.
|
|
4479
|
-
this.
|
|
4480
|
-
this.
|
|
4481
|
-
this.
|
|
4482
|
-
this.
|
|
4483
|
-
this.
|
|
4484
|
-
this.
|
|
4485
|
-
this.
|
|
4486
|
-
this.
|
|
4487
|
-
this.
|
|
4497
|
+
this.b6k_1 = name;
|
|
4498
|
+
this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4499
|
+
this.d6k_1 = winnerShuffleCards;
|
|
4500
|
+
this.e6k_1 = playWithoutLiabilities;
|
|
4501
|
+
this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4502
|
+
this.g6k_1 = dealerInitialCardsCount;
|
|
4503
|
+
this.h6k_1 = dealerFinalCardsCount;
|
|
4504
|
+
this.i6k_1 = dealerCounterClockwise;
|
|
4505
|
+
this.j6k_1 = contractTypes;
|
|
4506
|
+
this.k6k_1 = bidTypes;
|
|
4507
|
+
this.l6k_1 = needToPutHigherTrump;
|
|
4508
|
+
this.m6k_1 = trumpCardStepMode;
|
|
4509
|
+
this.n6k_1 = trumpCardStepPartnerMode;
|
|
4510
|
+
this.o6k_1 = combinationsWithFirstCard;
|
|
4511
|
+
this.p6k_1 = protectBella;
|
|
4512
|
+
this.q6k_1 = oneTryToProtectBella;
|
|
4513
|
+
this.r6k_1 = enableFourSevensCombination;
|
|
4514
|
+
this.s6k_1 = enableTrumpSevenCombination;
|
|
4515
|
+
this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4516
|
+
this.u6k_1 = checkTrumpCombination;
|
|
4517
|
+
this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4518
|
+
this.w6k_1 = pointsDistributeMode;
|
|
4519
|
+
this.x6k_1 = enableFineIfNoBribes;
|
|
4520
|
+
this.y6k_1 = fineIfNoBribes;
|
|
4521
|
+
this.z6k_1 = enableFineAfterThirdByte;
|
|
4522
|
+
this.a6l_1 = fineAfterThirdFailedContract;
|
|
4488
4523
|
}
|
|
4489
4524
|
protoOf(RulesDto).toString = function () {
|
|
4490
|
-
return 'RulesDto(name=' + this.
|
|
4525
|
+
return 'RulesDto(name=' + this.b6k_1 + ', playerWhoChooseSuitGoFirst=' + this.c6k_1 + ', winnerShuffleCards=' + this.d6k_1 + ', playWithoutLiabilities=' + this.e6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.f6k_1 + ', dealerInitialCardsCount=' + this.g6k_1 + ', dealerFinalCardsCount=' + this.h6k_1 + ', dealerCounterClockwise=' + this.i6k_1 + ', contractTypes=' + toString(this.j6k_1) + ', bidTypes=' + toString(this.k6k_1) + ', needToPutHigherTrump=' + this.l6k_1 + ', trumpCardStepMode=' + this.m6k_1 + ', trumpCardStepPartnerMode=' + this.n6k_1 + ', combinationsWithFirstCard=' + toString(this.o6k_1) + ', protectBella=' + this.p6k_1 + ', oneTryToProtectBella=' + this.q6k_1 + ', enableFourSevensCombination=' + this.r6k_1 + ', enableTrumpSevenCombination=' + this.s6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.t6k_1 + ', checkTrumpCombination=' + this.u6k_1 + ', checkOnlyTrumpDebertz=' + this.v6k_1 + ', pointsDistributeMode=' + this.w6k_1 + ', enableFineIfNoBribes=' + this.x6k_1 + ', fineIfNoBribes=' + this.y6k_1 + ', enableFineAfterThirdByte=' + this.z6k_1 + ', fineAfterThirdFailedContract=' + this.a6l_1 + ')';
|
|
4491
4526
|
};
|
|
4492
4527
|
protoOf(RulesDto).hashCode = function () {
|
|
4493
|
-
var result = this.
|
|
4494
|
-
result = imul(result, 31) + (this.b6k_1 == null ? 0 : getBooleanHashCode(this.b6k_1)) | 0;
|
|
4528
|
+
var result = this.b6k_1 == null ? 0 : getStringHashCode(this.b6k_1);
|
|
4495
4529
|
result = imul(result, 31) + (this.c6k_1 == null ? 0 : getBooleanHashCode(this.c6k_1)) | 0;
|
|
4496
4530
|
result = imul(result, 31) + (this.d6k_1 == null ? 0 : getBooleanHashCode(this.d6k_1)) | 0;
|
|
4497
4531
|
result = imul(result, 31) + (this.e6k_1 == null ? 0 : getBooleanHashCode(this.e6k_1)) | 0;
|
|
4498
|
-
result = imul(result, 31) + (this.f6k_1 == null ? 0 : this.f6k_1) | 0;
|
|
4532
|
+
result = imul(result, 31) + (this.f6k_1 == null ? 0 : getBooleanHashCode(this.f6k_1)) | 0;
|
|
4499
4533
|
result = imul(result, 31) + (this.g6k_1 == null ? 0 : this.g6k_1) | 0;
|
|
4500
|
-
result = imul(result, 31) + (this.h6k_1 == null ? 0 :
|
|
4501
|
-
result = imul(result, 31) + (this.i6k_1 == null ? 0 :
|
|
4534
|
+
result = imul(result, 31) + (this.h6k_1 == null ? 0 : this.h6k_1) | 0;
|
|
4535
|
+
result = imul(result, 31) + (this.i6k_1 == null ? 0 : getBooleanHashCode(this.i6k_1)) | 0;
|
|
4502
4536
|
result = imul(result, 31) + (this.j6k_1 == null ? 0 : hashCode(this.j6k_1)) | 0;
|
|
4503
|
-
result = imul(result, 31) + (this.k6k_1 == null ? 0 :
|
|
4504
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 :
|
|
4537
|
+
result = imul(result, 31) + (this.k6k_1 == null ? 0 : hashCode(this.k6k_1)) | 0;
|
|
4538
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : getBooleanHashCode(this.l6k_1)) | 0;
|
|
4505
4539
|
result = imul(result, 31) + (this.m6k_1 == null ? 0 : getStringHashCode(this.m6k_1)) | 0;
|
|
4506
|
-
result = imul(result, 31) + (this.n6k_1 == null ? 0 :
|
|
4507
|
-
result = imul(result, 31) + (this.o6k_1 == null ? 0 :
|
|
4540
|
+
result = imul(result, 31) + (this.n6k_1 == null ? 0 : getStringHashCode(this.n6k_1)) | 0;
|
|
4541
|
+
result = imul(result, 31) + (this.o6k_1 == null ? 0 : hashCode(this.o6k_1)) | 0;
|
|
4508
4542
|
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getBooleanHashCode(this.p6k_1)) | 0;
|
|
4509
4543
|
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getBooleanHashCode(this.q6k_1)) | 0;
|
|
4510
4544
|
result = imul(result, 31) + (this.r6k_1 == null ? 0 : getBooleanHashCode(this.r6k_1)) | 0;
|
|
4511
4545
|
result = imul(result, 31) + (this.s6k_1 == null ? 0 : getBooleanHashCode(this.s6k_1)) | 0;
|
|
4512
4546
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4513
4547
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4514
|
-
result = imul(result, 31) +
|
|
4515
|
-
result = imul(result, 31) + (this.w6k_1
|
|
4516
|
-
result = imul(result, 31) + (this.x6k_1 == null ? 0 : this.x6k_1) | 0;
|
|
4517
|
-
result = imul(result, 31) + (this.y6k_1 == null ? 0 :
|
|
4518
|
-
result = imul(result, 31) + (this.z6k_1 == null ? 0 : this.z6k_1) | 0;
|
|
4548
|
+
result = imul(result, 31) + (this.v6k_1 == null ? 0 : getBooleanHashCode(this.v6k_1)) | 0;
|
|
4549
|
+
result = imul(result, 31) + getStringHashCode(this.w6k_1) | 0;
|
|
4550
|
+
result = imul(result, 31) + (this.x6k_1 == null ? 0 : getBooleanHashCode(this.x6k_1)) | 0;
|
|
4551
|
+
result = imul(result, 31) + (this.y6k_1 == null ? 0 : this.y6k_1) | 0;
|
|
4552
|
+
result = imul(result, 31) + (this.z6k_1 == null ? 0 : getBooleanHashCode(this.z6k_1)) | 0;
|
|
4553
|
+
result = imul(result, 31) + (this.a6l_1 == null ? 0 : this.a6l_1) | 0;
|
|
4519
4554
|
return result;
|
|
4520
4555
|
};
|
|
4521
4556
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4523,8 +4558,6 @@
|
|
|
4523
4558
|
return true;
|
|
4524
4559
|
if (!(other instanceof RulesDto))
|
|
4525
4560
|
return false;
|
|
4526
|
-
if (!(this.a6k_1 == other.a6k_1))
|
|
4527
|
-
return false;
|
|
4528
4561
|
if (!(this.b6k_1 == other.b6k_1))
|
|
4529
4562
|
return false;
|
|
4530
4563
|
if (!(this.c6k_1 == other.c6k_1))
|
|
@@ -4539,19 +4572,19 @@
|
|
|
4539
4572
|
return false;
|
|
4540
4573
|
if (!(this.h6k_1 == other.h6k_1))
|
|
4541
4574
|
return false;
|
|
4542
|
-
if (!
|
|
4575
|
+
if (!(this.i6k_1 == other.i6k_1))
|
|
4543
4576
|
return false;
|
|
4544
4577
|
if (!equals(this.j6k_1, other.j6k_1))
|
|
4545
4578
|
return false;
|
|
4546
|
-
if (!(this.k6k_1
|
|
4579
|
+
if (!equals(this.k6k_1, other.k6k_1))
|
|
4547
4580
|
return false;
|
|
4548
4581
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4549
4582
|
return false;
|
|
4550
4583
|
if (!(this.m6k_1 == other.m6k_1))
|
|
4551
4584
|
return false;
|
|
4552
|
-
if (!
|
|
4585
|
+
if (!(this.n6k_1 == other.n6k_1))
|
|
4553
4586
|
return false;
|
|
4554
|
-
if (!(this.o6k_1
|
|
4587
|
+
if (!equals(this.o6k_1, other.o6k_1))
|
|
4555
4588
|
return false;
|
|
4556
4589
|
if (!(this.p6k_1 == other.p6k_1))
|
|
4557
4590
|
return false;
|
|
@@ -4565,9 +4598,9 @@
|
|
|
4565
4598
|
return false;
|
|
4566
4599
|
if (!(this.u6k_1 == other.u6k_1))
|
|
4567
4600
|
return false;
|
|
4568
|
-
if (!(this.v6k_1
|
|
4601
|
+
if (!(this.v6k_1 == other.v6k_1))
|
|
4569
4602
|
return false;
|
|
4570
|
-
if (!(this.w6k_1
|
|
4603
|
+
if (!(this.w6k_1 === other.w6k_1))
|
|
4571
4604
|
return false;
|
|
4572
4605
|
if (!(this.x6k_1 == other.x6k_1))
|
|
4573
4606
|
return false;
|
|
@@ -4575,6 +4608,8 @@
|
|
|
4575
4608
|
return false;
|
|
4576
4609
|
if (!(this.z6k_1 == other.z6k_1))
|
|
4577
4610
|
return false;
|
|
4611
|
+
if (!(this.a6l_1 == other.a6l_1))
|
|
4612
|
+
return false;
|
|
4578
4613
|
return true;
|
|
4579
4614
|
};
|
|
4580
4615
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4638,11 +4673,11 @@
|
|
|
4638
4673
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4639
4674
|
}
|
|
4640
4675
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4641
|
-
this.
|
|
4642
|
-
this.
|
|
4676
|
+
this.b6l_1 = trump;
|
|
4677
|
+
this.c6l_1 = firstCardSuit;
|
|
4643
4678
|
}
|
|
4644
4679
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4645
|
-
return getGrowth(b, this.
|
|
4680
|
+
return getGrowth(b, this.b6l_1, this.c6l_1) - getGrowth(a, this.b6l_1, this.c6l_1) | 0;
|
|
4646
4681
|
};
|
|
4647
4682
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4648
4683
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4730,56 +4765,56 @@
|
|
|
4730
4765
|
return tmp;
|
|
4731
4766
|
}
|
|
4732
4767
|
function ProcessingCard(card) {
|
|
4733
|
-
this.
|
|
4768
|
+
this.t6i_1 = card;
|
|
4734
4769
|
}
|
|
4735
4770
|
protoOf(ProcessingCard).toString = function () {
|
|
4736
|
-
return 'ProcessingCard(card=' + this.
|
|
4771
|
+
return 'ProcessingCard(card=' + this.t6i_1.toString() + ')';
|
|
4737
4772
|
};
|
|
4738
4773
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4739
|
-
return this.
|
|
4774
|
+
return this.t6i_1.hashCode();
|
|
4740
4775
|
};
|
|
4741
4776
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4742
4777
|
if (this === other)
|
|
4743
4778
|
return true;
|
|
4744
4779
|
if (!(other instanceof ProcessingCard))
|
|
4745
4780
|
return false;
|
|
4746
|
-
if (!this.
|
|
4781
|
+
if (!this.t6i_1.equals(other.t6i_1))
|
|
4747
4782
|
return false;
|
|
4748
4783
|
return true;
|
|
4749
4784
|
};
|
|
4750
4785
|
function AsyncProvider() {
|
|
4751
4786
|
}
|
|
4752
4787
|
function onError($this, message, error) {
|
|
4753
|
-
$this.
|
|
4788
|
+
$this.m6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4754
4789
|
}
|
|
4755
4790
|
function Companion_22() {
|
|
4756
|
-
this.
|
|
4791
|
+
this.u6l_1 = 'AsyncProvider';
|
|
4757
4792
|
}
|
|
4758
4793
|
var Companion_instance_24;
|
|
4759
4794
|
function Companion_getInstance_25() {
|
|
4760
4795
|
return Companion_instance_24;
|
|
4761
4796
|
}
|
|
4762
4797
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4763
|
-
this.
|
|
4798
|
+
this.w6l_1 = this$0;
|
|
4764
4799
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4765
4800
|
}
|
|
4766
4801
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).o1s = function (context, exception) {
|
|
4767
|
-
onError(this.
|
|
4802
|
+
onError(this.w6l_1, 'CoroutineContext', exception);
|
|
4768
4803
|
return Unit_instance;
|
|
4769
4804
|
};
|
|
4770
4805
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4771
|
-
this.
|
|
4772
|
-
this.
|
|
4806
|
+
this.f6m_1 = this$0;
|
|
4807
|
+
this.g6m_1 = $block;
|
|
4773
4808
|
CoroutineImpl.call(this, resultContinuation);
|
|
4774
4809
|
}
|
|
4775
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4810
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).l6m = function ($this$async, $completion) {
|
|
4776
4811
|
var tmp = this.k29($this$async, $completion);
|
|
4777
4812
|
tmp.u8_1 = Unit_instance;
|
|
4778
4813
|
tmp.v8_1 = null;
|
|
4779
4814
|
return tmp.a9();
|
|
4780
4815
|
};
|
|
4781
4816
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4782
|
-
return this.
|
|
4817
|
+
return this.l6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4783
4818
|
};
|
|
4784
4819
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4785
4820
|
var suspendResult = this.u8_1;
|
|
@@ -4789,43 +4824,43 @@
|
|
|
4789
4824
|
switch (tmp) {
|
|
4790
4825
|
case 0:
|
|
4791
4826
|
this.t8_1 = 6;
|
|
4792
|
-
this.
|
|
4827
|
+
this.j6m_1 = this.f6m_1.o6l_1;
|
|
4793
4828
|
var tmp_0 = this;
|
|
4794
|
-
tmp_0.
|
|
4829
|
+
tmp_0.i6m_1 = null;
|
|
4795
4830
|
this.s8_1 = 1;
|
|
4796
|
-
suspendResult = this.
|
|
4831
|
+
suspendResult = this.j6m_1.i2p(this.i6m_1, this);
|
|
4797
4832
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4798
4833
|
return suspendResult;
|
|
4799
4834
|
}
|
|
4800
4835
|
|
|
4801
4836
|
continue $sm;
|
|
4802
4837
|
case 1:
|
|
4803
|
-
this.
|
|
4838
|
+
this.k6m_1 = Unit_instance;
|
|
4804
4839
|
this.s8_1 = 2;
|
|
4805
4840
|
continue $sm;
|
|
4806
4841
|
case 2:
|
|
4807
4842
|
this.t8_1 = 5;
|
|
4808
4843
|
this.s8_1 = 3;
|
|
4809
|
-
suspendResult = this.
|
|
4844
|
+
suspendResult = this.g6m_1(this.h6m_1, this);
|
|
4810
4845
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4811
4846
|
return suspendResult;
|
|
4812
4847
|
}
|
|
4813
4848
|
|
|
4814
4849
|
continue $sm;
|
|
4815
4850
|
case 3:
|
|
4816
|
-
this.
|
|
4851
|
+
this.k6m_1 = suspendResult;
|
|
4817
4852
|
this.t8_1 = 6;
|
|
4818
4853
|
this.s8_1 = 4;
|
|
4819
4854
|
continue $sm;
|
|
4820
4855
|
case 4:
|
|
4821
|
-
var tmp_1 = this.
|
|
4856
|
+
var tmp_1 = this.k6m_1;
|
|
4822
4857
|
this.t8_1 = 6;
|
|
4823
|
-
this.
|
|
4858
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4824
4859
|
return tmp_1;
|
|
4825
4860
|
case 5:
|
|
4826
4861
|
this.t8_1 = 6;
|
|
4827
4862
|
var t = this.v8_1;
|
|
4828
|
-
this.
|
|
4863
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4829
4864
|
throw t;
|
|
4830
4865
|
case 6:
|
|
4831
4866
|
throw this.v8_1;
|
|
@@ -4842,21 +4877,21 @@
|
|
|
4842
4877
|
while (true);
|
|
4843
4878
|
};
|
|
4844
4879
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).k29 = function ($this$async, completion) {
|
|
4845
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4846
|
-
i.
|
|
4880
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.f6m_1, this.g6m_1, completion);
|
|
4881
|
+
i.h6m_1 = $this$async;
|
|
4847
4882
|
return i;
|
|
4848
4883
|
};
|
|
4849
4884
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4850
4885
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4851
4886
|
var l = function ($this$async, $completion) {
|
|
4852
|
-
return i.
|
|
4887
|
+
return i.l6m($this$async, $completion);
|
|
4853
4888
|
};
|
|
4854
4889
|
l.$arity = 1;
|
|
4855
4890
|
return l;
|
|
4856
4891
|
}
|
|
4857
4892
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4858
|
-
this.
|
|
4859
|
-
this.
|
|
4893
|
+
this.u6m_1 = this$0;
|
|
4894
|
+
this.v6m_1 = $block;
|
|
4860
4895
|
CoroutineImpl.call(this, resultContinuation);
|
|
4861
4896
|
}
|
|
4862
4897
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -4876,43 +4911,43 @@
|
|
|
4876
4911
|
switch (tmp) {
|
|
4877
4912
|
case 0:
|
|
4878
4913
|
this.t8_1 = 6;
|
|
4879
|
-
this.
|
|
4914
|
+
this.y6m_1 = this.u6m_1.o6l_1;
|
|
4880
4915
|
var tmp_0 = this;
|
|
4881
|
-
tmp_0.
|
|
4916
|
+
tmp_0.x6m_1 = null;
|
|
4882
4917
|
this.s8_1 = 1;
|
|
4883
|
-
suspendResult = this.
|
|
4918
|
+
suspendResult = this.y6m_1.i2p(this.x6m_1, this);
|
|
4884
4919
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4885
4920
|
return suspendResult;
|
|
4886
4921
|
}
|
|
4887
4922
|
|
|
4888
4923
|
continue $sm;
|
|
4889
4924
|
case 1:
|
|
4890
|
-
this.
|
|
4925
|
+
this.z6m_1 = Unit_instance;
|
|
4891
4926
|
this.s8_1 = 2;
|
|
4892
4927
|
continue $sm;
|
|
4893
4928
|
case 2:
|
|
4894
4929
|
this.t8_1 = 5;
|
|
4895
4930
|
this.s8_1 = 3;
|
|
4896
|
-
suspendResult = this.
|
|
4931
|
+
suspendResult = this.v6m_1(this.w6m_1, this);
|
|
4897
4932
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4898
4933
|
return suspendResult;
|
|
4899
4934
|
}
|
|
4900
4935
|
|
|
4901
4936
|
continue $sm;
|
|
4902
4937
|
case 3:
|
|
4903
|
-
this.
|
|
4938
|
+
this.z6m_1 = Unit_instance;
|
|
4904
4939
|
this.t8_1 = 6;
|
|
4905
4940
|
this.s8_1 = 4;
|
|
4906
4941
|
continue $sm;
|
|
4907
4942
|
case 4:
|
|
4908
|
-
this.
|
|
4943
|
+
this.z6m_1;
|
|
4909
4944
|
this.t8_1 = 6;
|
|
4910
|
-
this.
|
|
4945
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4911
4946
|
return Unit_instance;
|
|
4912
4947
|
case 5:
|
|
4913
4948
|
this.t8_1 = 6;
|
|
4914
4949
|
var t = this.v8_1;
|
|
4915
|
-
this.
|
|
4950
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4916
4951
|
throw t;
|
|
4917
4952
|
case 6:
|
|
4918
4953
|
throw this.v8_1;
|
|
@@ -4929,8 +4964,8 @@
|
|
|
4929
4964
|
while (true);
|
|
4930
4965
|
};
|
|
4931
4966
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, completion) {
|
|
4932
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4933
|
-
i.
|
|
4967
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.u6m_1, this.v6m_1, completion);
|
|
4968
|
+
i.w6m_1 = $this$launch;
|
|
4934
4969
|
return i;
|
|
4935
4970
|
};
|
|
4936
4971
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4945,63 +4980,63 @@
|
|
|
4945
4980
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().b1w() : mainDispatcher;
|
|
4946
4981
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().x1v_1 : defaultDispatcher;
|
|
4947
4982
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : unconfinedDispatcher;
|
|
4948
|
-
this.
|
|
4949
|
-
this.
|
|
4950
|
-
this.n6l_1 = Mutex();
|
|
4983
|
+
this.m6l_1 = logger;
|
|
4984
|
+
this.n6l_1 = SupervisorJob();
|
|
4951
4985
|
this.o6l_1 = Mutex();
|
|
4986
|
+
this.p6l_1 = Mutex();
|
|
4952
4987
|
var tmp = this;
|
|
4953
4988
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4954
|
-
tmp.
|
|
4955
|
-
this.
|
|
4956
|
-
this.
|
|
4957
|
-
this.
|
|
4989
|
+
tmp.q6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4990
|
+
this.r6l_1 = CoroutineScope_0(mainDispatcher.dg(this.n6l_1).dg(MainContextId_getInstance()));
|
|
4991
|
+
this.s6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
4992
|
+
this.t6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
4958
4993
|
}
|
|
4959
|
-
protoOf(AsyncProviderImpl).
|
|
4960
|
-
return this.
|
|
4994
|
+
protoOf(AsyncProviderImpl).d6l = function () {
|
|
4995
|
+
return this.q6l_1;
|
|
4961
4996
|
};
|
|
4962
|
-
protoOf(AsyncProviderImpl).
|
|
4963
|
-
if (this.
|
|
4964
|
-
this.
|
|
4997
|
+
protoOf(AsyncProviderImpl).i6l = function (context, block) {
|
|
4998
|
+
if (this.n6l_1.w1k()) {
|
|
4999
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4965
5000
|
// Inline function 'kotlin.apply' call
|
|
4966
5001
|
var this_0 = Job();
|
|
4967
5002
|
this_0.k1l();
|
|
4968
5003
|
return this_0;
|
|
4969
5004
|
}
|
|
4970
|
-
return launch(this.
|
|
5005
|
+
return launch(this.r6l_1, context, VOID, block);
|
|
4971
5006
|
};
|
|
4972
|
-
protoOf(AsyncProviderImpl).
|
|
4973
|
-
if (this.
|
|
4974
|
-
this.
|
|
5007
|
+
protoOf(AsyncProviderImpl).k6l = function (context, block) {
|
|
5008
|
+
if (this.n6l_1.w1k()) {
|
|
5009
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4975
5010
|
// Inline function 'kotlin.apply' call
|
|
4976
5011
|
var this_0 = CompletableDeferred();
|
|
4977
5012
|
this_0.k1l();
|
|
4978
5013
|
return this_0;
|
|
4979
5014
|
}
|
|
4980
|
-
return async(this.
|
|
5015
|
+
return async(this.s6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4981
5016
|
};
|
|
4982
|
-
protoOf(AsyncProviderImpl).
|
|
4983
|
-
if (this.
|
|
4984
|
-
this.
|
|
5017
|
+
protoOf(AsyncProviderImpl).e6l = function (context, block) {
|
|
5018
|
+
if (this.n6l_1.w1k()) {
|
|
5019
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4985
5020
|
// Inline function 'kotlin.apply' call
|
|
4986
5021
|
var this_0 = Job();
|
|
4987
5022
|
this_0.k1l();
|
|
4988
5023
|
return this_0;
|
|
4989
5024
|
}
|
|
4990
|
-
return launch(this.
|
|
5025
|
+
return launch(this.s6l_1, context, VOID, block);
|
|
4991
5026
|
};
|
|
4992
|
-
protoOf(AsyncProviderImpl).
|
|
4993
|
-
if (this.
|
|
4994
|
-
this.
|
|
5027
|
+
protoOf(AsyncProviderImpl).g6l = function (context, block) {
|
|
5028
|
+
if (this.n6l_1.w1k()) {
|
|
5029
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4995
5030
|
// Inline function 'kotlin.apply' call
|
|
4996
5031
|
var this_0 = Job();
|
|
4997
5032
|
this_0.k1l();
|
|
4998
5033
|
return this_0;
|
|
4999
5034
|
}
|
|
5000
|
-
return launch(this.
|
|
5035
|
+
return launch(this.s6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5001
5036
|
};
|
|
5002
5037
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5003
|
-
if (!this.
|
|
5004
|
-
this.
|
|
5038
|
+
if (!this.n6l_1.w1k()) {
|
|
5039
|
+
this.n6l_1.k1l();
|
|
5005
5040
|
}
|
|
5006
5041
|
};
|
|
5007
5042
|
function Key() {
|
|
@@ -5063,7 +5098,7 @@
|
|
|
5063
5098
|
}
|
|
5064
5099
|
function UUIDIdsProvider() {
|
|
5065
5100
|
}
|
|
5066
|
-
protoOf(UUIDIdsProvider).
|
|
5101
|
+
protoOf(UUIDIdsProvider).a6n = function () {
|
|
5067
5102
|
return uuid4().toString();
|
|
5068
5103
|
};
|
|
5069
5104
|
var UUIDIdsProvider_instance;
|
|
@@ -5081,55 +5116,55 @@
|
|
|
5081
5116
|
tmp = lock;
|
|
5082
5117
|
}
|
|
5083
5118
|
lock = tmp;
|
|
5084
|
-
this.
|
|
5085
|
-
this.
|
|
5119
|
+
this.g6n_1 = logger;
|
|
5120
|
+
this.h6n_1 = lock;
|
|
5086
5121
|
var tmp_0 = this;
|
|
5087
5122
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5088
|
-
tmp_0.
|
|
5123
|
+
tmp_0.i6n_1 = HashMap_init_$Create$();
|
|
5089
5124
|
}
|
|
5090
|
-
protoOf(JobsProviderImpl).
|
|
5125
|
+
protoOf(JobsProviderImpl).b6n = function (timerTag, job) {
|
|
5091
5126
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5092
|
-
this.
|
|
5093
|
-
if (this.
|
|
5094
|
-
this.
|
|
5127
|
+
this.h6n_1;
|
|
5128
|
+
if (this.f6n(timerTag)) {
|
|
5129
|
+
this.g6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5095
5130
|
}
|
|
5096
5131
|
// Inline function 'kotlin.collections.set' call
|
|
5097
|
-
this.
|
|
5132
|
+
this.i6n_1.m2(timerTag, job);
|
|
5098
5133
|
};
|
|
5099
|
-
protoOf(JobsProviderImpl).
|
|
5134
|
+
protoOf(JobsProviderImpl).f6n = function (timerTag) {
|
|
5100
5135
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5101
|
-
this.
|
|
5102
|
-
return this.
|
|
5136
|
+
this.h6n_1;
|
|
5137
|
+
return this.i6n_1.a2(timerTag);
|
|
5103
5138
|
};
|
|
5104
|
-
protoOf(JobsProviderImpl).
|
|
5139
|
+
protoOf(JobsProviderImpl).d6n = function (timerTag) {
|
|
5105
5140
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5106
|
-
this.
|
|
5107
|
-
if (!this.
|
|
5108
|
-
this.
|
|
5141
|
+
this.h6n_1;
|
|
5142
|
+
if (!this.f6n(timerTag)) {
|
|
5143
|
+
this.g6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5109
5144
|
}
|
|
5110
|
-
this.
|
|
5145
|
+
this.i6n_1.n2(timerTag);
|
|
5111
5146
|
};
|
|
5112
|
-
protoOf(JobsProviderImpl).
|
|
5147
|
+
protoOf(JobsProviderImpl).e6n = function (timers) {
|
|
5113
5148
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5114
|
-
this.
|
|
5149
|
+
this.h6n_1;
|
|
5115
5150
|
// Inline function 'kotlin.collections.forEach' call
|
|
5116
5151
|
var _iterator__ex2g4s = timers.l();
|
|
5117
5152
|
while (_iterator__ex2g4s.m()) {
|
|
5118
5153
|
var element = _iterator__ex2g4s.n();
|
|
5119
|
-
var timer = this.
|
|
5154
|
+
var timer = this.i6n_1.c2(element);
|
|
5120
5155
|
if (timer == null)
|
|
5121
5156
|
null;
|
|
5122
5157
|
else {
|
|
5123
5158
|
timer.k1l();
|
|
5124
5159
|
}
|
|
5125
5160
|
}
|
|
5126
|
-
this.
|
|
5161
|
+
this.i6n_1.d2().h2(toSet(timers));
|
|
5127
5162
|
};
|
|
5128
|
-
protoOf(JobsProviderImpl).
|
|
5163
|
+
protoOf(JobsProviderImpl).c6n = function (timerTag) {
|
|
5129
5164
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5130
|
-
this.
|
|
5131
|
-
var timer = this.
|
|
5132
|
-
this.
|
|
5165
|
+
this.h6n_1;
|
|
5166
|
+
var timer = this.i6n_1.c2(timerTag);
|
|
5167
|
+
this.i6n_1.n2(timerTag);
|
|
5133
5168
|
var tmp;
|
|
5134
5169
|
if (timer == null) {
|
|
5135
5170
|
tmp = null;
|
|
@@ -5142,36 +5177,36 @@
|
|
|
5142
5177
|
}
|
|
5143
5178
|
function FileSystemImpl(fileSystem) {
|
|
5144
5179
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5145
|
-
this.
|
|
5180
|
+
this.m6n_1 = fileSystem;
|
|
5146
5181
|
}
|
|
5147
|
-
protoOf(FileSystemImpl).
|
|
5182
|
+
protoOf(FileSystemImpl).j6n = function (path, $completion) {
|
|
5148
5183
|
var directoryPath = Path(path);
|
|
5149
|
-
var exists = this.
|
|
5184
|
+
var exists = this.m6n_1.g1j(directoryPath);
|
|
5150
5185
|
if (!exists) {
|
|
5151
|
-
this.
|
|
5186
|
+
this.m6n_1.k1j(directoryPath);
|
|
5152
5187
|
}
|
|
5153
5188
|
return Unit_instance;
|
|
5154
5189
|
};
|
|
5155
|
-
protoOf(FileSystemImpl).
|
|
5156
|
-
return buffered(this.
|
|
5190
|
+
protoOf(FileSystemImpl).k6n = function (path, fileName, append, $completion) {
|
|
5191
|
+
return buffered(this.m6n_1.l1j(Path_0(path, [fileName]), append));
|
|
5157
5192
|
};
|
|
5158
|
-
protoOf(FileSystemImpl).
|
|
5159
|
-
this.
|
|
5193
|
+
protoOf(FileSystemImpl).l6n = function (path, $completion) {
|
|
5194
|
+
this.m6n_1.i1j(Path_0(path, []));
|
|
5160
5195
|
return Unit_instance;
|
|
5161
5196
|
};
|
|
5162
5197
|
function LoggerFactory() {
|
|
5163
5198
|
}
|
|
5164
5199
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5165
|
-
this.
|
|
5166
|
-
this.
|
|
5200
|
+
this.o6n_1 = coreConfig;
|
|
5201
|
+
this.p6n_1 = fileSystem;
|
|
5167
5202
|
}
|
|
5168
|
-
protoOf(LoggerFactoryImpl).
|
|
5203
|
+
protoOf(LoggerFactoryImpl).n6n = function (gameId, roomId, userId) {
|
|
5169
5204
|
// Inline function 'kotlin.let' call
|
|
5170
|
-
var it = this.
|
|
5205
|
+
var it = this.o6n_1.fileNameFormat;
|
|
5171
5206
|
var tmp = Companion_instance_4;
|
|
5172
5207
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5173
5208
|
// Inline function 'kotlin.collections.map' call
|
|
5174
|
-
var this_0 = split(this.
|
|
5209
|
+
var this_0 = split(this.o6n_1.requireDirectoryPath, ['/']);
|
|
5175
5210
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5176
5211
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5177
5212
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5183,7 +5218,7 @@
|
|
|
5183
5218
|
}
|
|
5184
5219
|
var segments = destination;
|
|
5185
5220
|
var tmp0_path = joinToString(segments, '/');
|
|
5186
|
-
var tmp1_fileSystem = this.
|
|
5221
|
+
var tmp1_fileSystem = this.p6n_1;
|
|
5187
5222
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5188
5223
|
};
|
|
5189
5224
|
function appendToFile($this, message, $completion) {
|
|
@@ -5194,7 +5229,7 @@
|
|
|
5194
5229
|
}
|
|
5195
5230
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5196
5231
|
CoroutineImpl.call(this, resultContinuation);
|
|
5197
|
-
this.
|
|
5232
|
+
this.i6o_1 = _this__u8e3s4;
|
|
5198
5233
|
}
|
|
5199
5234
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5200
5235
|
var suspendResult = this.u8_1;
|
|
@@ -5206,7 +5241,7 @@
|
|
|
5206
5241
|
this.t8_1 = 3;
|
|
5207
5242
|
this.t8_1 = 2;
|
|
5208
5243
|
this.s8_1 = 1;
|
|
5209
|
-
suspendResult = this.
|
|
5244
|
+
suspendResult = this.i6o_1.l6o_1.j6n(this.i6o_1.k6o_1, this);
|
|
5210
5245
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5211
5246
|
return suspendResult;
|
|
5212
5247
|
}
|
|
@@ -5247,8 +5282,8 @@
|
|
|
5247
5282
|
};
|
|
5248
5283
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5249
5284
|
CoroutineImpl.call(this, resultContinuation);
|
|
5250
|
-
this.
|
|
5251
|
-
this.
|
|
5285
|
+
this.y6n_1 = _this__u8e3s4;
|
|
5286
|
+
this.z6n_1 = message;
|
|
5252
5287
|
}
|
|
5253
5288
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5254
5289
|
var suspendResult = this.u8_1;
|
|
@@ -5260,7 +5295,7 @@
|
|
|
5260
5295
|
this.t8_1 = 3;
|
|
5261
5296
|
this.t8_1 = 2;
|
|
5262
5297
|
this.s8_1 = 1;
|
|
5263
|
-
suspendResult = this.
|
|
5298
|
+
suspendResult = this.y6n_1.l6o_1.k6n(this.y6n_1.k6o_1, this.y6n_1.j6o_1, true, this);
|
|
5264
5299
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5265
5300
|
return suspendResult;
|
|
5266
5301
|
}
|
|
@@ -5271,7 +5306,7 @@
|
|
|
5271
5306
|
var sink = buffered(ARGUMENT);
|
|
5272
5307
|
l$ret$1: do {
|
|
5273
5308
|
try {
|
|
5274
|
-
writeString(sink, this.
|
|
5309
|
+
writeString(sink, this.z6n_1 + '\n');
|
|
5275
5310
|
break l$ret$1;
|
|
5276
5311
|
} catch ($p) {
|
|
5277
5312
|
var t = $p;
|
|
@@ -5314,17 +5349,17 @@
|
|
|
5314
5349
|
while (true);
|
|
5315
5350
|
};
|
|
5316
5351
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5317
|
-
this.
|
|
5318
|
-
this.
|
|
5319
|
-
this.
|
|
5352
|
+
this.j6o_1 = fileName;
|
|
5353
|
+
this.k6o_1 = path;
|
|
5354
|
+
this.l6o_1 = fileSystem;
|
|
5320
5355
|
}
|
|
5321
|
-
protoOf(LogsStorageControllerImpl).
|
|
5356
|
+
protoOf(LogsStorageControllerImpl).m6o = function ($completion) {
|
|
5322
5357
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5323
5358
|
tmp.u8_1 = Unit_instance;
|
|
5324
5359
|
tmp.v8_1 = null;
|
|
5325
5360
|
return tmp.a9();
|
|
5326
5361
|
};
|
|
5327
|
-
protoOf(LogsStorageControllerImpl).
|
|
5362
|
+
protoOf(LogsStorageControllerImpl).n6o = function (log, $completion) {
|
|
5328
5363
|
return appendToFile(this, log, $completion);
|
|
5329
5364
|
};
|
|
5330
5365
|
function BufferedAction() {
|
|
@@ -5339,30 +5374,30 @@
|
|
|
5339
5374
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5340
5375
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5341
5376
|
TimerAction.call(this);
|
|
5342
|
-
this.
|
|
5343
|
-
this.
|
|
5344
|
-
this.
|
|
5345
|
-
this.
|
|
5377
|
+
this.t6o_1 = timerTag;
|
|
5378
|
+
this.u6o_1 = delayMillis;
|
|
5379
|
+
this.v6o_1 = initialDelay;
|
|
5380
|
+
this.w6o_1 = type;
|
|
5346
5381
|
}
|
|
5347
5382
|
protoOf(StartTimerAction).toString = function () {
|
|
5348
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5349
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5383
|
+
var tmp = 'timerTag=' + toString_0(this.t6o_1);
|
|
5384
|
+
var tmp_0 = 'delayMillis=' + this.u6o_1.toString();
|
|
5350
5385
|
// Inline function 'kotlin.takeIf' call
|
|
5351
|
-
var this_0 = 'initialDelay=' + this.
|
|
5386
|
+
var this_0 = 'initialDelay=' + this.v6o_1.toString();
|
|
5352
5387
|
var tmp_1;
|
|
5353
|
-
if (!equalsLong(this.
|
|
5388
|
+
if (!equalsLong(this.v6o_1, new Long(0, 0))) {
|
|
5354
5389
|
tmp_1 = this_0;
|
|
5355
5390
|
} else {
|
|
5356
5391
|
tmp_1 = null;
|
|
5357
5392
|
}
|
|
5358
5393
|
var tmp$ret$1 = tmp_1;
|
|
5359
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5394
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.w6o_1.toString()])) + ')';
|
|
5360
5395
|
};
|
|
5361
5396
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5362
|
-
var result = hashCode(this.
|
|
5363
|
-
result = imul(result, 31) + this.t6o_1.hashCode() | 0;
|
|
5397
|
+
var result = hashCode(this.t6o_1);
|
|
5364
5398
|
result = imul(result, 31) + this.u6o_1.hashCode() | 0;
|
|
5365
5399
|
result = imul(result, 31) + this.v6o_1.hashCode() | 0;
|
|
5400
|
+
result = imul(result, 31) + this.w6o_1.hashCode() | 0;
|
|
5366
5401
|
return result;
|
|
5367
5402
|
};
|
|
5368
5403
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5370,13 +5405,13 @@
|
|
|
5370
5405
|
return true;
|
|
5371
5406
|
if (!(other instanceof StartTimerAction))
|
|
5372
5407
|
return false;
|
|
5373
|
-
if (!equals(this.
|
|
5374
|
-
return false;
|
|
5375
|
-
if (!equalsLong(this.t6o_1, other.t6o_1))
|
|
5408
|
+
if (!equals(this.t6o_1, other.t6o_1))
|
|
5376
5409
|
return false;
|
|
5377
5410
|
if (!equalsLong(this.u6o_1, other.u6o_1))
|
|
5378
5411
|
return false;
|
|
5379
|
-
if (!this.v6o_1
|
|
5412
|
+
if (!equalsLong(this.v6o_1, other.v6o_1))
|
|
5413
|
+
return false;
|
|
5414
|
+
if (!this.w6o_1.equals(other.w6o_1))
|
|
5380
5415
|
return false;
|
|
5381
5416
|
return true;
|
|
5382
5417
|
};
|
|
@@ -5395,37 +5430,37 @@
|
|
|
5395
5430
|
}
|
|
5396
5431
|
function StopTimerAction(timerTag) {
|
|
5397
5432
|
TimerAction.call(this);
|
|
5398
|
-
this.
|
|
5433
|
+
this.x6o_1 = timerTag;
|
|
5399
5434
|
}
|
|
5400
5435
|
protoOf(StopTimerAction).toString = function () {
|
|
5401
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5436
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.x6o_1) + ')';
|
|
5402
5437
|
};
|
|
5403
5438
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5404
|
-
return hashCode(this.
|
|
5439
|
+
return hashCode(this.x6o_1);
|
|
5405
5440
|
};
|
|
5406
5441
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5407
5442
|
if (this === other)
|
|
5408
5443
|
return true;
|
|
5409
5444
|
if (!(other instanceof StopTimerAction))
|
|
5410
5445
|
return false;
|
|
5411
|
-
if (!equals(this.
|
|
5446
|
+
if (!equals(this.x6o_1, other.x6o_1))
|
|
5412
5447
|
return false;
|
|
5413
5448
|
return true;
|
|
5414
5449
|
};
|
|
5415
5450
|
function TimerTickAction(timerTag, type) {
|
|
5416
5451
|
TimerAction.call(this);
|
|
5417
|
-
this.
|
|
5418
|
-
this.
|
|
5452
|
+
this.y6o_1 = timerTag;
|
|
5453
|
+
this.z6o_1 = type;
|
|
5419
5454
|
}
|
|
5420
5455
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5421
|
-
return this.
|
|
5456
|
+
return this.y6o_1.ignoreValidation();
|
|
5422
5457
|
};
|
|
5423
5458
|
protoOf(TimerTickAction).toString = function () {
|
|
5424
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5459
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.y6o_1) + ', type=' + this.z6o_1.toString() + ')';
|
|
5425
5460
|
};
|
|
5426
5461
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5427
|
-
var result = hashCode(this.
|
|
5428
|
-
result = imul(result, 31) + this.
|
|
5462
|
+
var result = hashCode(this.y6o_1);
|
|
5463
|
+
result = imul(result, 31) + this.z6o_1.hashCode() | 0;
|
|
5429
5464
|
return result;
|
|
5430
5465
|
};
|
|
5431
5466
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5433,9 +5468,9 @@
|
|
|
5433
5468
|
return true;
|
|
5434
5469
|
if (!(other instanceof TimerTickAction))
|
|
5435
5470
|
return false;
|
|
5436
|
-
if (!equals(this.
|
|
5471
|
+
if (!equals(this.y6o_1, other.y6o_1))
|
|
5437
5472
|
return false;
|
|
5438
|
-
if (!this.
|
|
5473
|
+
if (!this.z6o_1.equals(other.z6o_1))
|
|
5439
5474
|
return false;
|
|
5440
5475
|
return true;
|
|
5441
5476
|
};
|
|
@@ -5479,7 +5514,7 @@
|
|
|
5479
5514
|
return function (reducer, initialState, en) {
|
|
5480
5515
|
var store = $storeCreator(reducer, initialState, en);
|
|
5481
5516
|
var origDispatch = store.dispatch;
|
|
5482
|
-
store.
|
|
5517
|
+
store.a6p(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5483
5518
|
return store;
|
|
5484
5519
|
};
|
|
5485
5520
|
}
|
|
@@ -5493,7 +5528,7 @@
|
|
|
5493
5528
|
}
|
|
5494
5529
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5495
5530
|
return function (action) {
|
|
5496
|
-
$middleware.
|
|
5531
|
+
$middleware.b6p($store, $dispatcher, action);
|
|
5497
5532
|
return Unit_instance;
|
|
5498
5533
|
};
|
|
5499
5534
|
}
|
|
@@ -5508,7 +5543,7 @@
|
|
|
5508
5543
|
while (inductionVariable < last) {
|
|
5509
5544
|
var element = tmp0[inductionVariable];
|
|
5510
5545
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5511
|
-
if (element.
|
|
5546
|
+
if (element.c6p(action)) {
|
|
5512
5547
|
destination.j(element);
|
|
5513
5548
|
}
|
|
5514
5549
|
}
|
|
@@ -5532,7 +5567,7 @@
|
|
|
5532
5567
|
return function (reducer, initialState, en) {
|
|
5533
5568
|
var store = $storeCreator(reducer, initialState, en);
|
|
5534
5569
|
var origDispatch = store.dispatch;
|
|
5535
|
-
store.
|
|
5570
|
+
store.a6p(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5536
5571
|
return store;
|
|
5537
5572
|
};
|
|
5538
5573
|
}
|
|
@@ -5546,9 +5581,9 @@
|
|
|
5546
5581
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5547
5582
|
}
|
|
5548
5583
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5549
|
-
this.
|
|
5550
|
-
this.
|
|
5551
|
-
this.
|
|
5584
|
+
this.l6p_1 = $jobsProvider;
|
|
5585
|
+
this.m6p_1 = $action;
|
|
5586
|
+
this.n6p_1 = $store;
|
|
5552
5587
|
CoroutineImpl.call(this, resultContinuation);
|
|
5553
5588
|
}
|
|
5554
5589
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5567,8 +5602,8 @@
|
|
|
5567
5602
|
var tmp = this.s8_1;
|
|
5568
5603
|
if (tmp === 0) {
|
|
5569
5604
|
this.t8_1 = 1;
|
|
5570
|
-
if (this.
|
|
5571
|
-
this.
|
|
5605
|
+
if (this.l6p_1.f6n(this.m6p_1.t6o_1)) {
|
|
5606
|
+
this.n6p_1.dispatch(new TimerTickAction(this.m6p_1.t6o_1, TimerType_DELAY_getInstance()));
|
|
5572
5607
|
}
|
|
5573
5608
|
return Unit_instance;
|
|
5574
5609
|
} else if (tmp === 1) {
|
|
@@ -5581,8 +5616,8 @@
|
|
|
5581
5616
|
while (true);
|
|
5582
5617
|
};
|
|
5583
5618
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, completion) {
|
|
5584
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5585
|
-
i.
|
|
5619
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.l6p_1, this.m6p_1, this.n6p_1, completion);
|
|
5620
|
+
i.o6p_1 = $this$launchMain;
|
|
5586
5621
|
return i;
|
|
5587
5622
|
};
|
|
5588
5623
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5594,9 +5629,9 @@
|
|
|
5594
5629
|
return l;
|
|
5595
5630
|
}
|
|
5596
5631
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5597
|
-
this.
|
|
5598
|
-
this.
|
|
5599
|
-
this.
|
|
5632
|
+
this.x6p_1 = $jobsProvider;
|
|
5633
|
+
this.y6p_1 = $action;
|
|
5634
|
+
this.z6p_1 = $store;
|
|
5600
5635
|
CoroutineImpl.call(this, resultContinuation);
|
|
5601
5636
|
}
|
|
5602
5637
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5615,8 +5650,8 @@
|
|
|
5615
5650
|
var tmp = this.s8_1;
|
|
5616
5651
|
if (tmp === 0) {
|
|
5617
5652
|
this.t8_1 = 1;
|
|
5618
|
-
if (this.
|
|
5619
|
-
this.
|
|
5653
|
+
if (this.x6p_1.f6n(this.y6p_1.t6o_1)) {
|
|
5654
|
+
this.z6p_1.dispatch(new TimerTickAction(this.y6p_1.t6o_1, TimerType_INTERVAL_getInstance()));
|
|
5620
5655
|
}
|
|
5621
5656
|
return Unit_instance;
|
|
5622
5657
|
} else if (tmp === 1) {
|
|
@@ -5629,8 +5664,8 @@
|
|
|
5629
5664
|
while (true);
|
|
5630
5665
|
};
|
|
5631
5666
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, completion) {
|
|
5632
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5633
|
-
i.
|
|
5667
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.x6p_1, this.y6p_1, this.z6p_1, completion);
|
|
5668
|
+
i.a6q_1 = $this$launchMain;
|
|
5634
5669
|
return i;
|
|
5635
5670
|
};
|
|
5636
5671
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5642,10 +5677,10 @@
|
|
|
5642
5677
|
return l;
|
|
5643
5678
|
}
|
|
5644
5679
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5645
|
-
this.
|
|
5646
|
-
this.
|
|
5647
|
-
this.
|
|
5648
|
-
this.
|
|
5680
|
+
this.j6q_1 = $action;
|
|
5681
|
+
this.k6q_1 = $asyncProvider;
|
|
5682
|
+
this.l6q_1 = $jobsProvider;
|
|
5683
|
+
this.m6q_1 = $store;
|
|
5649
5684
|
CoroutineImpl.call(this, resultContinuation);
|
|
5650
5685
|
}
|
|
5651
5686
|
protoOf(timerMiddleware$o$handle$slambda).j29 = function ($this$launchDefault, $completion) {
|
|
@@ -5665,9 +5700,9 @@
|
|
|
5665
5700
|
switch (tmp) {
|
|
5666
5701
|
case 0:
|
|
5667
5702
|
this.t8_1 = 10;
|
|
5668
|
-
if (!equalsLong(this.
|
|
5703
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0)) && this.j6q_1.w6o_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5669
5704
|
this.s8_1 = 1;
|
|
5670
|
-
suspendResult = delay(this.
|
|
5705
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5671
5706
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5672
5707
|
return suspendResult;
|
|
5673
5708
|
}
|
|
@@ -5681,19 +5716,19 @@
|
|
|
5681
5716
|
this.s8_1 = 2;
|
|
5682
5717
|
continue $sm;
|
|
5683
5718
|
case 2:
|
|
5684
|
-
var tmp0 = this.
|
|
5719
|
+
var tmp0 = this.j6q_1.w6o_1.q2_1;
|
|
5685
5720
|
if (tmp0 === 0) {
|
|
5686
5721
|
this.s8_1 = 8;
|
|
5687
|
-
suspendResult = delay(this.
|
|
5722
|
+
suspendResult = delay(this.j6q_1.u6o_1, this);
|
|
5688
5723
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5689
5724
|
return suspendResult;
|
|
5690
5725
|
}
|
|
5691
5726
|
continue $sm;
|
|
5692
5727
|
} else {
|
|
5693
5728
|
if (tmp0 === 1) {
|
|
5694
|
-
if (!equalsLong(this.
|
|
5729
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0))) {
|
|
5695
5730
|
this.s8_1 = 3;
|
|
5696
|
-
suspendResult = delay(this.
|
|
5731
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5697
5732
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5698
5733
|
return suspendResult;
|
|
5699
5734
|
}
|
|
@@ -5716,14 +5751,14 @@
|
|
|
5716
5751
|
this.s8_1 = 5;
|
|
5717
5752
|
continue $sm;
|
|
5718
5753
|
case 5:
|
|
5719
|
-
if (!get_isActive(this.
|
|
5754
|
+
if (!get_isActive(this.n6q_1)) {
|
|
5720
5755
|
this.s8_1 = 7;
|
|
5721
5756
|
continue $sm;
|
|
5722
5757
|
}
|
|
5723
5758
|
|
|
5724
|
-
this.
|
|
5759
|
+
this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5725
5760
|
this.s8_1 = 6;
|
|
5726
|
-
suspendResult = delay(this.
|
|
5761
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5727
5762
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5728
5763
|
return suspendResult;
|
|
5729
5764
|
}
|
|
@@ -5733,12 +5768,12 @@
|
|
|
5733
5768
|
this.s8_1 = 5;
|
|
5734
5769
|
continue $sm;
|
|
5735
5770
|
case 7:
|
|
5736
|
-
this.
|
|
5771
|
+
this.o6q_1 = Unit_instance;
|
|
5737
5772
|
this.s8_1 = 9;
|
|
5738
5773
|
continue $sm;
|
|
5739
5774
|
case 8:
|
|
5740
5775
|
var tmp_1 = this;
|
|
5741
|
-
tmp_1.
|
|
5776
|
+
tmp_1.o6q_1 = this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5742
5777
|
this.s8_1 = 9;
|
|
5743
5778
|
continue $sm;
|
|
5744
5779
|
case 9:
|
|
@@ -5758,8 +5793,8 @@
|
|
|
5758
5793
|
while (true);
|
|
5759
5794
|
};
|
|
5760
5795
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, completion) {
|
|
5761
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5762
|
-
i.
|
|
5796
|
+
var i = new timerMiddleware$o$handle$slambda(this.j6q_1, this.k6q_1, this.l6q_1, this.m6q_1, completion);
|
|
5797
|
+
i.n6q_1 = $this$launchDefault;
|
|
5763
5798
|
return i;
|
|
5764
5799
|
};
|
|
5765
5800
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5771,24 +5806,24 @@
|
|
|
5771
5806
|
return l;
|
|
5772
5807
|
}
|
|
5773
5808
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5774
|
-
this.
|
|
5775
|
-
this.
|
|
5809
|
+
this.p6q_1 = $asyncProvider;
|
|
5810
|
+
this.q6q_1 = $jobsProvider;
|
|
5776
5811
|
}
|
|
5777
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5812
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).c6p = function (action) {
|
|
5778
5813
|
return action instanceof TimerAction;
|
|
5779
5814
|
};
|
|
5780
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5815
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).r6q = function (store, next, action) {
|
|
5781
5816
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5782
5817
|
if (action_0 instanceof StartTimerAction) {
|
|
5783
|
-
var job = this.
|
|
5784
|
-
this.
|
|
5818
|
+
var job = this.p6q_1.f6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.p6q_1, this.q6q_1, store, null));
|
|
5819
|
+
this.q6q_1.b6n(action_0.t6o_1, job);
|
|
5785
5820
|
} else {
|
|
5786
5821
|
if (action_0 instanceof StopTimerAction) {
|
|
5787
|
-
this.
|
|
5822
|
+
this.q6q_1.c6n(action_0.x6o_1);
|
|
5788
5823
|
} else {
|
|
5789
5824
|
if (action_0 instanceof TimerTickAction) {
|
|
5790
|
-
if (action_0.
|
|
5791
|
-
this.
|
|
5825
|
+
if (action_0.z6o_1.equals(TimerType_DELAY_getInstance())) {
|
|
5826
|
+
this.q6q_1.d6n(action_0.y6o_1);
|
|
5792
5827
|
}
|
|
5793
5828
|
} else {
|
|
5794
5829
|
noWhenBranchMatchedException();
|
|
@@ -5797,8 +5832,8 @@
|
|
|
5797
5832
|
}
|
|
5798
5833
|
next(action_0);
|
|
5799
5834
|
};
|
|
5800
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5801
|
-
return this.
|
|
5835
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).b6p = function (store, next, action) {
|
|
5836
|
+
return this.r6q(store, next, action);
|
|
5802
5837
|
};
|
|
5803
5838
|
function compose(functions) {
|
|
5804
5839
|
return compose$lambda(functions);
|
|
@@ -5842,7 +5877,7 @@
|
|
|
5842
5877
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5843
5878
|
try {
|
|
5844
5879
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5845
|
-
currentState._v = currentReducer._v.
|
|
5880
|
+
currentState._v = currentReducer._v.s6q(currentState._v, action);
|
|
5846
5881
|
stateTrigger.q27(Unit_instance);
|
|
5847
5882
|
} catch ($p) {
|
|
5848
5883
|
if ($p instanceof Exception) {
|
|
@@ -5866,8 +5901,8 @@
|
|
|
5866
5901
|
};
|
|
5867
5902
|
}
|
|
5868
5903
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5869
|
-
this.
|
|
5870
|
-
this.
|
|
5904
|
+
this.b6r_1 = $$this$unsafeFlow;
|
|
5905
|
+
this.c6r_1 = this$0;
|
|
5871
5906
|
CoroutineImpl.call(this, resultContinuation);
|
|
5872
5907
|
}
|
|
5873
5908
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).c2j = function (value, $completion) {
|
|
@@ -5887,10 +5922,10 @@
|
|
|
5887
5922
|
switch (tmp) {
|
|
5888
5923
|
case 0:
|
|
5889
5924
|
this.t8_1 = 2;
|
|
5890
|
-
var tmp0 = this.
|
|
5891
|
-
this.
|
|
5925
|
+
var tmp0 = this.b6r_1;
|
|
5926
|
+
this.d6r_1;
|
|
5892
5927
|
this.s8_1 = 1;
|
|
5893
|
-
suspendResult = tmp0.i24(this.
|
|
5928
|
+
suspendResult = tmp0.i24(this.c6r_1.state, this);
|
|
5894
5929
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5895
5930
|
return suspendResult;
|
|
5896
5931
|
}
|
|
@@ -5913,8 +5948,8 @@
|
|
|
5913
5948
|
while (true);
|
|
5914
5949
|
};
|
|
5915
5950
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, completion) {
|
|
5916
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5917
|
-
i.
|
|
5951
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.b6r_1, this.c6r_1, completion);
|
|
5952
|
+
i.d6r_1 = value;
|
|
5918
5953
|
return i;
|
|
5919
5954
|
};
|
|
5920
5955
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5927,8 +5962,8 @@
|
|
|
5927
5962
|
}
|
|
5928
5963
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5929
5964
|
CoroutineImpl.call(this, resultContinuation);
|
|
5930
|
-
this.
|
|
5931
|
-
this.
|
|
5965
|
+
this.m6r_1 = _this__u8e3s4;
|
|
5966
|
+
this.n6r_1 = collector;
|
|
5932
5967
|
}
|
|
5933
5968
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5934
5969
|
var suspendResult = this.u8_1;
|
|
@@ -5938,10 +5973,10 @@
|
|
|
5938
5973
|
switch (tmp) {
|
|
5939
5974
|
case 0:
|
|
5940
5975
|
this.t8_1 = 2;
|
|
5941
|
-
var $this$unsafeFlow = this.
|
|
5976
|
+
var $this$unsafeFlow = this.n6r_1;
|
|
5942
5977
|
this.s8_1 = 1;
|
|
5943
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5944
|
-
suspendResult = this.
|
|
5978
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.m6r_1.p6r_1, null);
|
|
5979
|
+
suspendResult = this.m6r_1.o6r_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5945
5980
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5946
5981
|
return suspendResult;
|
|
5947
5982
|
}
|
|
@@ -5964,13 +5999,13 @@
|
|
|
5964
5999
|
while (true);
|
|
5965
6000
|
};
|
|
5966
6001
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5967
|
-
this.
|
|
6002
|
+
this.q6r_1 = function_0;
|
|
5968
6003
|
}
|
|
5969
6004
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).i24 = function (value, $completion) {
|
|
5970
|
-
return this.
|
|
6005
|
+
return this.q6r_1(value, $completion);
|
|
5971
6006
|
};
|
|
5972
6007
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5973
|
-
return this.
|
|
6008
|
+
return this.q6r_1;
|
|
5974
6009
|
};
|
|
5975
6010
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5976
6011
|
var tmp;
|
|
@@ -6003,8 +6038,8 @@
|
|
|
6003
6038
|
};
|
|
6004
6039
|
}
|
|
6005
6040
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6006
|
-
this.
|
|
6007
|
-
this.
|
|
6041
|
+
this.o6r_1 = $this;
|
|
6042
|
+
this.p6r_1 = this$0;
|
|
6008
6043
|
}
|
|
6009
6044
|
protoOf(createStore$3$observe$$inlined$map$1).j24 = function (collector, $completion) {
|
|
6010
6045
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6016,33 +6051,33 @@
|
|
|
6016
6051
|
return this.j24(collector, $completion);
|
|
6017
6052
|
};
|
|
6018
6053
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6019
|
-
this.
|
|
6020
|
-
this.
|
|
6021
|
-
this.
|
|
6054
|
+
this.u6r_1 = $currentState;
|
|
6055
|
+
this.v6r_1 = $stateTrigger;
|
|
6056
|
+
this.r6r_1 = this;
|
|
6022
6057
|
var tmp = this;
|
|
6023
|
-
tmp.
|
|
6058
|
+
tmp.s6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6024
6059
|
var tmp_0 = this;
|
|
6025
|
-
tmp_0.
|
|
6060
|
+
tmp_0.t6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6026
6061
|
}
|
|
6027
|
-
protoOf(createStore$3).
|
|
6028
|
-
return this.
|
|
6062
|
+
protoOf(createStore$3).w6r = function () {
|
|
6063
|
+
return this.r6r_1;
|
|
6029
6064
|
};
|
|
6030
6065
|
protoOf(createStore$3).h6f = function () {
|
|
6031
|
-
return createStore$getState(this.
|
|
6066
|
+
return createStore$getState(this.u6r_1);
|
|
6032
6067
|
};
|
|
6033
|
-
protoOf(createStore$3).
|
|
6034
|
-
this.
|
|
6035
|
-
};
|
|
6036
|
-
protoOf(createStore$3).w6r = function () {
|
|
6037
|
-
return this.r6r_1;
|
|
6068
|
+
protoOf(createStore$3).a6p = function (_set____db54di) {
|
|
6069
|
+
this.s6r_1 = _set____db54di;
|
|
6038
6070
|
};
|
|
6039
6071
|
protoOf(createStore$3).x6r = function () {
|
|
6040
6072
|
return this.s6r_1;
|
|
6041
6073
|
};
|
|
6042
6074
|
protoOf(createStore$3).y6r = function () {
|
|
6075
|
+
return this.t6r_1;
|
|
6076
|
+
};
|
|
6077
|
+
protoOf(createStore$3).z6r = function () {
|
|
6043
6078
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6044
6079
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6045
|
-
var this_0 = this.
|
|
6080
|
+
var this_0 = this.v6r_1;
|
|
6046
6081
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6047
6082
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6048
6083
|
};
|
|
@@ -6118,10 +6153,10 @@
|
|
|
6118
6153
|
return new middleware$1(dispatch);
|
|
6119
6154
|
}
|
|
6120
6155
|
function middleware$1($dispatch) {
|
|
6121
|
-
this.
|
|
6156
|
+
this.a6s_1 = $dispatch;
|
|
6122
6157
|
}
|
|
6123
|
-
protoOf(middleware$1).
|
|
6124
|
-
this.
|
|
6158
|
+
protoOf(middleware$1).b6p = function (store, next, action) {
|
|
6159
|
+
this.a6s_1(store, next, action);
|
|
6125
6160
|
};
|
|
6126
6161
|
function Reducer() {
|
|
6127
6162
|
}
|
|
@@ -6129,11 +6164,11 @@
|
|
|
6129
6164
|
return new combineReducers$1(reducers);
|
|
6130
6165
|
}
|
|
6131
6166
|
function combineReducers$1($reducers) {
|
|
6132
|
-
this.
|
|
6167
|
+
this.b6s_1 = $reducers;
|
|
6133
6168
|
}
|
|
6134
|
-
protoOf(combineReducers$1).
|
|
6169
|
+
protoOf(combineReducers$1).c6s = function (state, action) {
|
|
6135
6170
|
// Inline function 'kotlin.collections.filter' call
|
|
6136
|
-
var tmp0 = this.
|
|
6171
|
+
var tmp0 = this.b6s_1;
|
|
6137
6172
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6138
6173
|
var destination = ArrayList_init_$Create$();
|
|
6139
6174
|
var inductionVariable = 0;
|
|
@@ -6141,7 +6176,7 @@
|
|
|
6141
6176
|
while (inductionVariable < last) {
|
|
6142
6177
|
var element = tmp0[inductionVariable];
|
|
6143
6178
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6144
|
-
if (element.
|
|
6179
|
+
if (element.c6p(action)) {
|
|
6145
6180
|
destination.j(element);
|
|
6146
6181
|
}
|
|
6147
6182
|
}
|
|
@@ -6151,12 +6186,12 @@
|
|
|
6151
6186
|
while (_iterator__ex2g4s.m()) {
|
|
6152
6187
|
var element_0 = _iterator__ex2g4s.n();
|
|
6153
6188
|
var s = accumulator;
|
|
6154
|
-
accumulator = element_0.
|
|
6189
|
+
accumulator = element_0.s6q(s, action);
|
|
6155
6190
|
}
|
|
6156
6191
|
return accumulator;
|
|
6157
6192
|
};
|
|
6158
|
-
protoOf(combineReducers$1).
|
|
6159
|
-
return this.
|
|
6193
|
+
protoOf(combineReducers$1).s6q = function (state, action) {
|
|
6194
|
+
return this.c6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6160
6195
|
};
|
|
6161
6196
|
function Store() {
|
|
6162
6197
|
}
|
|
@@ -6168,13 +6203,13 @@
|
|
|
6168
6203
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6169
6204
|
}
|
|
6170
6205
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6171
|
-
this.
|
|
6206
|
+
this.d6s_1 = function_0;
|
|
6172
6207
|
}
|
|
6173
6208
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).i24 = function (value, $completion) {
|
|
6174
|
-
return this.
|
|
6209
|
+
return this.d6s_1(value, $completion);
|
|
6175
6210
|
};
|
|
6176
6211
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6177
|
-
return this.
|
|
6212
|
+
return this.d6s_1;
|
|
6178
6213
|
};
|
|
6179
6214
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6180
6215
|
var tmp;
|
|
@@ -6195,9 +6230,9 @@
|
|
|
6195
6230
|
return hashCode(this.b3());
|
|
6196
6231
|
};
|
|
6197
6232
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6198
|
-
this.
|
|
6199
|
-
this.
|
|
6200
|
-
this.
|
|
6233
|
+
this.m6s_1 = $intervalMillis;
|
|
6234
|
+
this.n6s_1 = $this_channelFlow;
|
|
6235
|
+
this.o6s_1 = $events;
|
|
6201
6236
|
CoroutineImpl.call(this, resultContinuation);
|
|
6202
6237
|
}
|
|
6203
6238
|
protoOf(windowedByInterval$slambda$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -6220,13 +6255,13 @@
|
|
|
6220
6255
|
this.s8_1 = 1;
|
|
6221
6256
|
continue $sm;
|
|
6222
6257
|
case 1:
|
|
6223
|
-
if (!get_isActive(this.
|
|
6258
|
+
if (!get_isActive(this.p6s_1)) {
|
|
6224
6259
|
this.s8_1 = 4;
|
|
6225
6260
|
continue $sm;
|
|
6226
6261
|
}
|
|
6227
6262
|
|
|
6228
6263
|
this.s8_1 = 2;
|
|
6229
|
-
suspendResult = delay(this.
|
|
6264
|
+
suspendResult = delay(this.m6s_1, this);
|
|
6230
6265
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6231
6266
|
return suspendResult;
|
|
6232
6267
|
}
|
|
@@ -6234,14 +6269,14 @@
|
|
|
6234
6269
|
continue $sm;
|
|
6235
6270
|
case 2:
|
|
6236
6271
|
this.s8_1 = 3;
|
|
6237
|
-
suspendResult = this.
|
|
6272
|
+
suspendResult = this.n6s_1.n21(toList(this.o6s_1), this);
|
|
6238
6273
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6239
6274
|
return suspendResult;
|
|
6240
6275
|
}
|
|
6241
6276
|
|
|
6242
6277
|
continue $sm;
|
|
6243
6278
|
case 3:
|
|
6244
|
-
this.
|
|
6279
|
+
this.o6s_1.i2();
|
|
6245
6280
|
this.s8_1 = 1;
|
|
6246
6281
|
continue $sm;
|
|
6247
6282
|
case 4:
|
|
@@ -6261,8 +6296,8 @@
|
|
|
6261
6296
|
while (true);
|
|
6262
6297
|
};
|
|
6263
6298
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, completion) {
|
|
6264
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6265
|
-
i.
|
|
6299
|
+
var i = new windowedByInterval$slambda$slambda(this.m6s_1, this.n6s_1, this.o6s_1, completion);
|
|
6300
|
+
i.p6s_1 = $this$launch;
|
|
6266
6301
|
return i;
|
|
6267
6302
|
};
|
|
6268
6303
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6274,7 +6309,7 @@
|
|
|
6274
6309
|
return l;
|
|
6275
6310
|
}
|
|
6276
6311
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6277
|
-
this.
|
|
6312
|
+
this.y6s_1 = $events;
|
|
6278
6313
|
CoroutineImpl.call(this, resultContinuation);
|
|
6279
6314
|
}
|
|
6280
6315
|
protoOf(windowedByInterval$slambda$slambda_1).c2b = function (event, $completion) {
|
|
@@ -6293,7 +6328,7 @@
|
|
|
6293
6328
|
var tmp = this.s8_1;
|
|
6294
6329
|
if (tmp === 0) {
|
|
6295
6330
|
this.t8_1 = 1;
|
|
6296
|
-
this.
|
|
6331
|
+
this.y6s_1.j(this.z6s_1);
|
|
6297
6332
|
return Unit_instance;
|
|
6298
6333
|
} else if (tmp === 1) {
|
|
6299
6334
|
throw this.v8_1;
|
|
@@ -6305,8 +6340,8 @@
|
|
|
6305
6340
|
while (true);
|
|
6306
6341
|
};
|
|
6307
6342
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, completion) {
|
|
6308
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6309
|
-
i.
|
|
6343
|
+
var i = new windowedByInterval$slambda$slambda_1(this.y6s_1, completion);
|
|
6344
|
+
i.z6s_1 = event;
|
|
6310
6345
|
return i;
|
|
6311
6346
|
};
|
|
6312
6347
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6318,18 +6353,18 @@
|
|
|
6318
6353
|
return l;
|
|
6319
6354
|
}
|
|
6320
6355
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6321
|
-
this.
|
|
6322
|
-
this.
|
|
6356
|
+
this.i6t_1 = $this_windowedByInterval;
|
|
6357
|
+
this.j6t_1 = $intervalMillis;
|
|
6323
6358
|
CoroutineImpl.call(this, resultContinuation);
|
|
6324
6359
|
}
|
|
6325
|
-
protoOf(windowedByInterval$slambda).
|
|
6326
|
-
var tmp = this.
|
|
6360
|
+
protoOf(windowedByInterval$slambda).m6t = function ($this$channelFlow, $completion) {
|
|
6361
|
+
var tmp = this.n6t($this$channelFlow, $completion);
|
|
6327
6362
|
tmp.u8_1 = Unit_instance;
|
|
6328
6363
|
tmp.v8_1 = null;
|
|
6329
6364
|
return tmp.a9();
|
|
6330
6365
|
};
|
|
6331
6366
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6332
|
-
return this.
|
|
6367
|
+
return this.m6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6333
6368
|
};
|
|
6334
6369
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6335
6370
|
var suspendResult = this.u8_1;
|
|
@@ -6340,11 +6375,11 @@
|
|
|
6340
6375
|
case 0:
|
|
6341
6376
|
this.t8_1 = 3;
|
|
6342
6377
|
var tmp_0 = this;
|
|
6343
|
-
tmp_0.
|
|
6344
|
-
launch(this.
|
|
6378
|
+
tmp_0.l6t_1 = ArrayList_init_$Create$();
|
|
6379
|
+
launch(this.k6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.j6t_1, this.k6t_1, this.l6t_1, null));
|
|
6345
6380
|
this.s8_1 = 1;
|
|
6346
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6347
|
-
suspendResult = this.
|
|
6381
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.l6t_1, null);
|
|
6382
|
+
suspendResult = this.i6t_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6348
6383
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6349
6384
|
return suspendResult;
|
|
6350
6385
|
}
|
|
@@ -6352,7 +6387,7 @@
|
|
|
6352
6387
|
continue $sm;
|
|
6353
6388
|
case 1:
|
|
6354
6389
|
this.s8_1 = 2;
|
|
6355
|
-
suspendResult = this.
|
|
6390
|
+
suspendResult = this.k6t_1.n21(toList(this.l6t_1), this);
|
|
6356
6391
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6357
6392
|
return suspendResult;
|
|
6358
6393
|
}
|
|
@@ -6374,21 +6409,21 @@
|
|
|
6374
6409
|
}
|
|
6375
6410
|
while (true);
|
|
6376
6411
|
};
|
|
6377
|
-
protoOf(windowedByInterval$slambda).
|
|
6378
|
-
var i = new windowedByInterval$slambda(this.
|
|
6379
|
-
i.
|
|
6412
|
+
protoOf(windowedByInterval$slambda).n6t = function ($this$channelFlow, completion) {
|
|
6413
|
+
var i = new windowedByInterval$slambda(this.i6t_1, this.j6t_1, completion);
|
|
6414
|
+
i.k6t_1 = $this$channelFlow;
|
|
6380
6415
|
return i;
|
|
6381
6416
|
};
|
|
6382
6417
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6383
6418
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6384
6419
|
var l = function ($this$channelFlow, $completion) {
|
|
6385
|
-
return i.
|
|
6420
|
+
return i.m6t($this$channelFlow, $completion);
|
|
6386
6421
|
};
|
|
6387
6422
|
l.$arity = 1;
|
|
6388
6423
|
return l;
|
|
6389
6424
|
}
|
|
6390
6425
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6391
|
-
this.
|
|
6426
|
+
this.w6t_1 = $$this$unsafeFlow;
|
|
6392
6427
|
CoroutineImpl.call(this, resultContinuation);
|
|
6393
6428
|
}
|
|
6394
6429
|
protoOf(windowedByInterval$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -6409,14 +6444,14 @@
|
|
|
6409
6444
|
case 0:
|
|
6410
6445
|
this.t8_1 = 5;
|
|
6411
6446
|
var tmp_0 = this;
|
|
6412
|
-
tmp_0.
|
|
6447
|
+
tmp_0.z6t_1 = this.w6t_1;
|
|
6413
6448
|
var tmp_1 = this;
|
|
6414
|
-
tmp_1.
|
|
6449
|
+
tmp_1.y6t_1 = this.x6t_1;
|
|
6415
6450
|
this.s8_1 = 1;
|
|
6416
6451
|
continue $sm;
|
|
6417
6452
|
case 1:
|
|
6418
|
-
var $this$transform = this.
|
|
6419
|
-
var value = this.
|
|
6453
|
+
var $this$transform = this.z6t_1;
|
|
6454
|
+
var value = this.y6t_1;
|
|
6420
6455
|
if (!value.q()) {
|
|
6421
6456
|
this.s8_1 = 3;
|
|
6422
6457
|
suspendResult = $this$transform.i24(value, this);
|
|
@@ -6457,8 +6492,8 @@
|
|
|
6457
6492
|
while (true);
|
|
6458
6493
|
};
|
|
6459
6494
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, completion) {
|
|
6460
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6461
|
-
i.
|
|
6495
|
+
var i = new windowedByInterval$o$collect$slambda(this.w6t_1, completion);
|
|
6496
|
+
i.x6t_1 = value;
|
|
6462
6497
|
return i;
|
|
6463
6498
|
};
|
|
6464
6499
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6471,8 +6506,8 @@
|
|
|
6471
6506
|
}
|
|
6472
6507
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6473
6508
|
CoroutineImpl.call(this, resultContinuation);
|
|
6474
|
-
this.
|
|
6475
|
-
this.
|
|
6509
|
+
this.i6u_1 = _this__u8e3s4;
|
|
6510
|
+
this.j6u_1 = collector;
|
|
6476
6511
|
}
|
|
6477
6512
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6478
6513
|
var suspendResult = this.u8_1;
|
|
@@ -6482,10 +6517,10 @@
|
|
|
6482
6517
|
switch (tmp) {
|
|
6483
6518
|
case 0:
|
|
6484
6519
|
this.t8_1 = 2;
|
|
6485
|
-
var $this$unsafeFlow = this.
|
|
6520
|
+
var $this$unsafeFlow = this.j6u_1;
|
|
6486
6521
|
this.s8_1 = 1;
|
|
6487
6522
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6488
|
-
suspendResult = this.
|
|
6523
|
+
suspendResult = this.i6u_1.k6u_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6489
6524
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6490
6525
|
return suspendResult;
|
|
6491
6526
|
}
|
|
@@ -6508,7 +6543,7 @@
|
|
|
6508
6543
|
while (true);
|
|
6509
6544
|
};
|
|
6510
6545
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6511
|
-
this.
|
|
6546
|
+
this.k6u_1 = $this;
|
|
6512
6547
|
}
|
|
6513
6548
|
protoOf(windowedByInterval$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
6514
6549
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6810,18 +6845,18 @@
|
|
|
6810
6845
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6811
6846
|
}
|
|
6812
6847
|
function ClientLoggerKey(gameId, playerId) {
|
|
6813
|
-
this.
|
|
6814
|
-
this.
|
|
6848
|
+
this.l6u_1 = gameId;
|
|
6849
|
+
this.m6u_1 = playerId;
|
|
6815
6850
|
}
|
|
6816
|
-
protoOf(ClientLoggerKey).
|
|
6817
|
-
return joinToString(listOf([this.
|
|
6851
|
+
protoOf(ClientLoggerKey).n6u = function () {
|
|
6852
|
+
return joinToString(listOf([this.l6u_1, this.m6u_1]), '_');
|
|
6818
6853
|
};
|
|
6819
6854
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6820
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6855
|
+
return 'ClientLoggerKey(gameId=' + this.l6u_1 + ', playerId=' + this.m6u_1 + ')';
|
|
6821
6856
|
};
|
|
6822
6857
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6823
|
-
var result = getStringHashCode(this.
|
|
6824
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6858
|
+
var result = getStringHashCode(this.l6u_1);
|
|
6859
|
+
result = imul(result, 31) + getStringHashCode(this.m6u_1) | 0;
|
|
6825
6860
|
return result;
|
|
6826
6861
|
};
|
|
6827
6862
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6829,35 +6864,35 @@
|
|
|
6829
6864
|
return true;
|
|
6830
6865
|
if (!(other instanceof ClientLoggerKey))
|
|
6831
6866
|
return false;
|
|
6832
|
-
if (!(this.k6u_1 === other.k6u_1))
|
|
6833
|
-
return false;
|
|
6834
6867
|
if (!(this.l6u_1 === other.l6u_1))
|
|
6835
6868
|
return false;
|
|
6869
|
+
if (!(this.m6u_1 === other.m6u_1))
|
|
6870
|
+
return false;
|
|
6836
6871
|
return true;
|
|
6837
6872
|
};
|
|
6838
6873
|
function ServerLoggerKey(gameId) {
|
|
6839
|
-
this.
|
|
6874
|
+
this.o6u_1 = gameId;
|
|
6840
6875
|
}
|
|
6841
|
-
protoOf(ServerLoggerKey).
|
|
6842
|
-
return this.
|
|
6876
|
+
protoOf(ServerLoggerKey).n6u = function () {
|
|
6877
|
+
return this.o6u_1;
|
|
6843
6878
|
};
|
|
6844
6879
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6845
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6880
|
+
return 'ServerLoggerKey(gameId=' + this.o6u_1 + ')';
|
|
6846
6881
|
};
|
|
6847
6882
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6848
|
-
return getStringHashCode(this.
|
|
6883
|
+
return getStringHashCode(this.o6u_1);
|
|
6849
6884
|
};
|
|
6850
6885
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6851
6886
|
if (this === other)
|
|
6852
6887
|
return true;
|
|
6853
6888
|
if (!(other instanceof ServerLoggerKey))
|
|
6854
6889
|
return false;
|
|
6855
|
-
if (!(this.
|
|
6890
|
+
if (!(this.o6u_1 === other.o6u_1))
|
|
6856
6891
|
return false;
|
|
6857
6892
|
return true;
|
|
6858
6893
|
};
|
|
6859
6894
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6860
|
-
return $this.
|
|
6895
|
+
return $this.p6u_1.x();
|
|
6861
6896
|
}
|
|
6862
6897
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6863
6898
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6897,7 +6932,7 @@
|
|
|
6897
6932
|
Companion_instance_25 = this;
|
|
6898
6933
|
var tmp = this;
|
|
6899
6934
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6900
|
-
tmp.
|
|
6935
|
+
tmp.p6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6901
6936
|
}
|
|
6902
6937
|
protoOf(Companion_23).q4t = function () {
|
|
6903
6938
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6960,7 +6995,7 @@
|
|
|
6960
6995
|
// Inline function 'kotlin.arrayOf' call
|
|
6961
6996
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6962
6997
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6963
|
-
tmp.
|
|
6998
|
+
tmp.v6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6964
6999
|
}
|
|
6965
7000
|
protoOf(Companion_24).q4t = function () {
|
|
6966
7001
|
return $serializer_getInstance_12();
|
|
@@ -6979,12 +7014,12 @@
|
|
|
6979
7014
|
tmp0_serialDesc.gz('tag', false);
|
|
6980
7015
|
tmp0_serialDesc.gz('message', false);
|
|
6981
7016
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6982
|
-
this.
|
|
7017
|
+
this.w6u_1 = tmp0_serialDesc;
|
|
6983
7018
|
}
|
|
6984
|
-
protoOf($serializer_12).
|
|
6985
|
-
var tmp0_desc = this.
|
|
7019
|
+
protoOf($serializer_12).x6u = function (encoder, value) {
|
|
7020
|
+
var tmp0_desc = this.w6u_1;
|
|
6986
7021
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6987
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7022
|
+
var tmp2_cached = Companion_getInstance_27().v6u_1;
|
|
6988
7023
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6989
7024
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6990
7025
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6993,10 +7028,10 @@
|
|
|
6993
7028
|
tmp1_output.pr(tmp0_desc);
|
|
6994
7029
|
};
|
|
6995
7030
|
protoOf($serializer_12).co = function (encoder, value) {
|
|
6996
|
-
return this.
|
|
7031
|
+
return this.x6u(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6997
7032
|
};
|
|
6998
7033
|
protoOf($serializer_12).do = function (decoder) {
|
|
6999
|
-
var tmp0_desc = this.
|
|
7034
|
+
var tmp0_desc = this.w6u_1;
|
|
7000
7035
|
var tmp1_flag = true;
|
|
7001
7036
|
var tmp2_index = 0;
|
|
7002
7037
|
var tmp3_bitMask0 = 0;
|
|
@@ -7006,7 +7041,7 @@
|
|
|
7006
7041
|
var tmp7_local3 = null;
|
|
7007
7042
|
var tmp8_local4 = null;
|
|
7008
7043
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
7009
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7044
|
+
var tmp10_cached = Companion_getInstance_27().v6u_1;
|
|
7010
7045
|
if (tmp9_input.es()) {
|
|
7011
7046
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7012
7047
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7053,13 +7088,13 @@
|
|
|
7053
7088
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7054
7089
|
};
|
|
7055
7090
|
protoOf($serializer_12).bo = function () {
|
|
7056
|
-
return this.
|
|
7091
|
+
return this.w6u_1;
|
|
7057
7092
|
};
|
|
7058
7093
|
protoOf($serializer_12).vz = function () {
|
|
7059
7094
|
// Inline function 'kotlin.arrayOf' call
|
|
7060
7095
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7061
7096
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7062
|
-
return [Companion_getInstance_27().
|
|
7097
|
+
return [Companion_getInstance_27().v6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7063
7098
|
};
|
|
7064
7099
|
var $serializer_instance_12;
|
|
7065
7100
|
function $serializer_getInstance_12() {
|
|
@@ -7069,7 +7104,7 @@
|
|
|
7069
7104
|
}
|
|
7070
7105
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7071
7106
|
if (!(31 === (31 & seen0))) {
|
|
7072
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7107
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().w6u_1);
|
|
7073
7108
|
}
|
|
7074
7109
|
$this.type = type;
|
|
7075
7110
|
$this.key = key;
|
|
@@ -7101,7 +7136,7 @@
|
|
|
7101
7136
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7102
7137
|
return this.message;
|
|
7103
7138
|
};
|
|
7104
|
-
protoOf(LoggerOutputDataDto).
|
|
7139
|
+
protoOf(LoggerOutputDataDto).y6u = function () {
|
|
7105
7140
|
return this.stackTrace;
|
|
7106
7141
|
};
|
|
7107
7142
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7158,7 +7193,7 @@
|
|
|
7158
7193
|
protoOf(LoggerOutputDataDto).b6f = function () {
|
|
7159
7194
|
return this.stackTrace;
|
|
7160
7195
|
};
|
|
7161
|
-
protoOf(LoggerOutputDataDto).
|
|
7196
|
+
protoOf(LoggerOutputDataDto).z6u = function (type, key, tag, message, stackTrace) {
|
|
7162
7197
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7163
7198
|
};
|
|
7164
7199
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7167,7 +7202,7 @@
|
|
|
7167
7202
|
tag = tag === VOID ? this.tag : tag;
|
|
7168
7203
|
message = message === VOID ? this.message : message;
|
|
7169
7204
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7170
|
-
return $super === VOID ? this.
|
|
7205
|
+
return $super === VOID ? this.z6u(type, key, tag, message, stackTrace) : $super.z6u.call(this, type, key, tag, message, stackTrace);
|
|
7171
7206
|
};
|
|
7172
7207
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7173
7208
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7198,8 +7233,8 @@
|
|
|
7198
7233
|
return true;
|
|
7199
7234
|
};
|
|
7200
7235
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7201
|
-
this.
|
|
7202
|
-
this.
|
|
7236
|
+
this.i6v_1 = $$this$unsafeFlow;
|
|
7237
|
+
this.j6v_1 = $types;
|
|
7203
7238
|
CoroutineImpl.call(this, resultContinuation);
|
|
7204
7239
|
}
|
|
7205
7240
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -7220,15 +7255,15 @@
|
|
|
7220
7255
|
case 0:
|
|
7221
7256
|
this.t8_1 = 5;
|
|
7222
7257
|
var tmp_0 = this;
|
|
7223
|
-
tmp_0.
|
|
7258
|
+
tmp_0.m6v_1 = this.i6v_1;
|
|
7224
7259
|
var tmp_1 = this;
|
|
7225
|
-
tmp_1.
|
|
7260
|
+
tmp_1.l6v_1 = this.k6v_1;
|
|
7226
7261
|
this.s8_1 = 1;
|
|
7227
7262
|
continue $sm;
|
|
7228
7263
|
case 1:
|
|
7229
|
-
var $this$transform = this.
|
|
7230
|
-
var value = this.
|
|
7231
|
-
if (contains_0(this.
|
|
7264
|
+
var $this$transform = this.m6v_1;
|
|
7265
|
+
var value = this.l6v_1;
|
|
7266
|
+
if (contains_0(this.j6v_1, value.type)) {
|
|
7232
7267
|
this.s8_1 = 3;
|
|
7233
7268
|
suspendResult = $this$transform.i24(value, this);
|
|
7234
7269
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7268,8 +7303,8 @@
|
|
|
7268
7303
|
while (true);
|
|
7269
7304
|
};
|
|
7270
7305
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, completion) {
|
|
7271
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7272
|
-
i.
|
|
7306
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.i6v_1, this.j6v_1, completion);
|
|
7307
|
+
i.k6v_1 = value;
|
|
7273
7308
|
return i;
|
|
7274
7309
|
};
|
|
7275
7310
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7282,8 +7317,8 @@
|
|
|
7282
7317
|
}
|
|
7283
7318
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7284
7319
|
CoroutineImpl.call(this, resultContinuation);
|
|
7285
|
-
this.
|
|
7286
|
-
this.
|
|
7320
|
+
this.v6v_1 = _this__u8e3s4;
|
|
7321
|
+
this.w6v_1 = collector;
|
|
7287
7322
|
}
|
|
7288
7323
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7289
7324
|
var suspendResult = this.u8_1;
|
|
@@ -7293,10 +7328,10 @@
|
|
|
7293
7328
|
switch (tmp) {
|
|
7294
7329
|
case 0:
|
|
7295
7330
|
this.t8_1 = 2;
|
|
7296
|
-
var $this$unsafeFlow = this.
|
|
7331
|
+
var $this$unsafeFlow = this.w6v_1;
|
|
7297
7332
|
this.s8_1 = 1;
|
|
7298
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7299
|
-
suspendResult = this.
|
|
7333
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.v6v_1.y6v_1, null);
|
|
7334
|
+
suspendResult = this.v6v_1.x6v_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7300
7335
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7301
7336
|
return suspendResult;
|
|
7302
7337
|
}
|
|
@@ -7319,20 +7354,20 @@
|
|
|
7319
7354
|
while (true);
|
|
7320
7355
|
};
|
|
7321
7356
|
function Companion_25() {
|
|
7322
|
-
this.
|
|
7357
|
+
this.z6v_1 = 1000;
|
|
7323
7358
|
}
|
|
7324
7359
|
var Companion_instance_27;
|
|
7325
7360
|
function Companion_getInstance_28() {
|
|
7326
7361
|
return Companion_instance_27;
|
|
7327
7362
|
}
|
|
7328
7363
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7329
|
-
this.
|
|
7364
|
+
this.a6w_1 = function_0;
|
|
7330
7365
|
}
|
|
7331
7366
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).i24 = function (value, $completion) {
|
|
7332
|
-
return this.
|
|
7367
|
+
return this.a6w_1(value, $completion);
|
|
7333
7368
|
};
|
|
7334
7369
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7335
|
-
return this.
|
|
7370
|
+
return this.a6w_1;
|
|
7336
7371
|
};
|
|
7337
7372
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7338
7373
|
var tmp;
|
|
@@ -7356,8 +7391,8 @@
|
|
|
7356
7391
|
return null;
|
|
7357
7392
|
}
|
|
7358
7393
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7359
|
-
this.
|
|
7360
|
-
this.
|
|
7394
|
+
this.x6v_1 = $this;
|
|
7395
|
+
this.y6v_1 = $types;
|
|
7361
7396
|
}
|
|
7362
7397
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
7363
7398
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7377,42 +7412,42 @@
|
|
|
7377
7412
|
}
|
|
7378
7413
|
payloadToKeyMapper = tmp;
|
|
7379
7414
|
enabled = enabled === VOID ? true : enabled;
|
|
7380
|
-
this.
|
|
7381
|
-
this.
|
|
7382
|
-
this.
|
|
7415
|
+
this.b6w_1 = payloadToKeyMapper;
|
|
7416
|
+
this.c6w_1 = enabled;
|
|
7417
|
+
this.d6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7383
7418
|
}
|
|
7384
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7385
|
-
this.
|
|
7419
|
+
protoOf(ObservableLoggerOutputImpl).s6u = function (_set____db54di) {
|
|
7420
|
+
this.b6w_1 = _set____db54di;
|
|
7386
7421
|
};
|
|
7387
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7388
|
-
return this.
|
|
7422
|
+
protoOf(ObservableLoggerOutputImpl).t6u = function () {
|
|
7423
|
+
return this.b6w_1;
|
|
7389
7424
|
};
|
|
7390
7425
|
protoOf(ObservableLoggerOutputImpl).s52 = function (_set____db54di) {
|
|
7391
|
-
this.
|
|
7426
|
+
this.c6w_1 = _set____db54di;
|
|
7392
7427
|
};
|
|
7393
7428
|
protoOf(ObservableLoggerOutputImpl).t52 = function () {
|
|
7394
|
-
return this.
|
|
7429
|
+
return this.c6w_1;
|
|
7395
7430
|
};
|
|
7396
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7431
|
+
protoOf(ObservableLoggerOutputImpl).u6u = function (types) {
|
|
7397
7432
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7398
7433
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7399
|
-
var this_0 = this.
|
|
7434
|
+
var this_0 = this.d6w_1;
|
|
7400
7435
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7401
7436
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7402
7437
|
};
|
|
7403
7438
|
protoOf(ObservableLoggerOutputImpl).n52 = function (tag, message, payload) {
|
|
7404
|
-
if (!this.
|
|
7439
|
+
if (!this.c6w_1)
|
|
7405
7440
|
return Unit_instance;
|
|
7406
7441
|
var tmp = LogType_DEBUG_getInstance();
|
|
7407
|
-
var tmp0_safe_receiver = this.
|
|
7408
|
-
this.
|
|
7442
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7443
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7409
7444
|
};
|
|
7410
7445
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, exception, payload) {
|
|
7411
|
-
if (!this.
|
|
7446
|
+
if (!this.c6w_1)
|
|
7412
7447
|
return Unit_instance;
|
|
7413
7448
|
var tmp = LogType_ERROR_getInstance();
|
|
7414
|
-
var tmp0_safe_receiver = this.
|
|
7415
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7449
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7450
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7416
7451
|
var tmp_1;
|
|
7417
7452
|
if (message == null) {
|
|
7418
7453
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7421,43 +7456,43 @@
|
|
|
7421
7456
|
}
|
|
7422
7457
|
var tmp_2 = tmp_1;
|
|
7423
7458
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7424
|
-
this.
|
|
7459
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7425
7460
|
};
|
|
7426
7461
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, payload) {
|
|
7427
7462
|
var tmp = LogType_INFO_getInstance();
|
|
7428
|
-
var tmp0_safe_receiver = this.
|
|
7429
|
-
this.
|
|
7463
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7464
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7430
7465
|
};
|
|
7431
7466
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7432
7467
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7433
|
-
var tmp0_safe_receiver = this.
|
|
7434
|
-
this.
|
|
7468
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7469
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7435
7470
|
};
|
|
7436
7471
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7437
|
-
if (!this.
|
|
7472
|
+
if (!this.c6w_1)
|
|
7438
7473
|
return Unit_instance;
|
|
7439
7474
|
var tmp = LogType_WARN_getInstance();
|
|
7440
|
-
var tmp0_safe_receiver = this.
|
|
7441
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7475
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7476
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7442
7477
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7443
7478
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7444
7479
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7445
|
-
this.
|
|
7480
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7446
7481
|
};
|
|
7447
7482
|
function checkInitialised($this) {
|
|
7448
|
-
if ($this.
|
|
7483
|
+
if ($this.e6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7449
7484
|
Logger_getInstance().p53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7450
7485
|
}
|
|
7451
7486
|
}
|
|
7452
7487
|
function AppEnvironment() {
|
|
7453
7488
|
AppEnvironment_instance = this;
|
|
7454
|
-
this.
|
|
7489
|
+
this.e6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7455
7490
|
}
|
|
7456
|
-
protoOf(AppEnvironment).
|
|
7457
|
-
this.
|
|
7491
|
+
protoOf(AppEnvironment).f6w = function (value) {
|
|
7492
|
+
this.e6w_1 = value;
|
|
7458
7493
|
};
|
|
7459
|
-
protoOf(AppEnvironment).
|
|
7460
|
-
var tmp = this.
|
|
7494
|
+
protoOf(AppEnvironment).g6w = function () {
|
|
7495
|
+
var tmp = this.e6w_1;
|
|
7461
7496
|
// Inline function 'kotlin.also' call
|
|
7462
7497
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7463
7498
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7953,9 +7988,10 @@
|
|
|
7953
7988
|
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).x6g);
|
|
7954
7989
|
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).y6g);
|
|
7955
7990
|
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).z6g);
|
|
7991
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).a6h);
|
|
7956
7992
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7957
7993
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7958
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
7994
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).p6h);
|
|
7959
7995
|
defineProp(protoOf(Team), 'second', protoOf(Team).n61);
|
|
7960
7996
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
7961
7997
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
@@ -7968,53 +8004,53 @@
|
|
|
7968
8004
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
7969
8005
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
7970
8006
|
protoOf($serializer_11).wz = typeParametersSerializers;
|
|
7971
|
-
protoOf(AsyncProviderImpl).
|
|
7972
|
-
protoOf(AsyncProviderImpl).
|
|
7973
|
-
protoOf(AsyncProviderImpl).
|
|
7974
|
-
protoOf(AsyncProviderImpl).
|
|
7975
|
-
protoOf(TimerAction).
|
|
8007
|
+
protoOf(AsyncProviderImpl).j6l = launchMain$default;
|
|
8008
|
+
protoOf(AsyncProviderImpl).l6l = awaitDefaultWithLock$default;
|
|
8009
|
+
protoOf(AsyncProviderImpl).f6l = launchDefault$default;
|
|
8010
|
+
protoOf(AsyncProviderImpl).h6l = launchDefaultWithLock$default;
|
|
8011
|
+
protoOf(TimerAction).o6o = get_actionTag;
|
|
7976
8012
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7977
|
-
return this.
|
|
8013
|
+
return this.o6o();
|
|
7978
8014
|
});
|
|
7979
8015
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7980
|
-
return this.
|
|
8016
|
+
return this.o6o();
|
|
7981
8017
|
});
|
|
7982
8018
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
7983
8019
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7984
|
-
return this.
|
|
8020
|
+
return this.o6o();
|
|
7985
8021
|
});
|
|
7986
8022
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
7987
|
-
return this.
|
|
8023
|
+
return this.o6o();
|
|
7988
8024
|
});
|
|
7989
8025
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
7990
|
-
return this.
|
|
8026
|
+
return this.w6r();
|
|
7991
8027
|
});
|
|
7992
8028
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
7993
8029
|
return this.h6f();
|
|
7994
8030
|
});
|
|
7995
8031
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
7996
|
-
return this.
|
|
8032
|
+
return this.x6r();
|
|
7997
8033
|
}, function (value) {
|
|
7998
|
-
this.
|
|
8034
|
+
this.a6p(value);
|
|
7999
8035
|
});
|
|
8000
8036
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8001
|
-
return this.
|
|
8037
|
+
return this.y6r();
|
|
8002
8038
|
});
|
|
8003
8039
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8004
|
-
return this.
|
|
8040
|
+
return this.z6r();
|
|
8005
8041
|
});
|
|
8006
|
-
protoOf(ActionTypes).
|
|
8042
|
+
protoOf(ActionTypes).o6o = get_actionTag;
|
|
8007
8043
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8008
|
-
return this.
|
|
8044
|
+
return this.o6o();
|
|
8009
8045
|
});
|
|
8010
8046
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8011
|
-
return this.
|
|
8047
|
+
return this.o6o();
|
|
8012
8048
|
});
|
|
8013
8049
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8014
|
-
return this.
|
|
8050
|
+
return this.o6o();
|
|
8015
8051
|
});
|
|
8016
|
-
protoOf(middleware$1).
|
|
8017
|
-
protoOf(combineReducers$1).
|
|
8052
|
+
protoOf(middleware$1).c6p = canHandle;
|
|
8053
|
+
protoOf(combineReducers$1).c6p = canHandle_0;
|
|
8018
8054
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8019
8055
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8020
8056
|
protoOf($serializer_12).wz = typeParametersSerializers;
|
|
@@ -8025,9 +8061,9 @@
|
|
|
8025
8061
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8026
8062
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8027
8063
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8028
|
-
return this.
|
|
8064
|
+
return this.t6u();
|
|
8029
8065
|
}, function (value) {
|
|
8030
|
-
this.
|
|
8066
|
+
this.s6u(value);
|
|
8031
8067
|
});
|
|
8032
8068
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8033
8069
|
return this.t52();
|
|
@@ -8121,6 +8157,7 @@
|
|
|
8121
8157
|
$com$logic$data$models$player.PlayerConnectionState = PlayerConnectionState;
|
|
8122
8158
|
$com$logic$data$models$player.PlayerConnectionState.values = values_2;
|
|
8123
8159
|
$com$logic$data$models$player.PlayerConnectionState.valueOf = valueOf_1;
|
|
8160
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'WAITING', PlayerConnectionState_WAITING_getInstance, VOID, true);
|
|
8124
8161
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LIVE', PlayerConnectionState_LIVE_getInstance, VOID, true);
|
|
8125
8162
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance, VOID, true);
|
|
8126
8163
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance, VOID, true);
|
|
@@ -8313,44 +8350,45 @@
|
|
|
8313
8350
|
_.$_$.w4 = PlayerConnectionState_LIVE_getInstance;
|
|
8314
8351
|
_.$_$.x4 = PlayerConnectionState_LOST_CONNECTION_getInstance;
|
|
8315
8352
|
_.$_$.y4 = PlayerConnectionState_TIMEOUT_getInstance;
|
|
8316
|
-
_.$_$.z4 =
|
|
8317
|
-
_.$_$.a5 =
|
|
8318
|
-
_.$_$.b5 =
|
|
8319
|
-
_.$_$.c5 =
|
|
8320
|
-
_.$_$.d5 =
|
|
8321
|
-
_.$_$.e5 =
|
|
8322
|
-
_.$_$.f5 =
|
|
8323
|
-
_.$_$.g5 =
|
|
8324
|
-
_.$_$.h5 =
|
|
8325
|
-
_.$_$.i5 =
|
|
8326
|
-
_.$_$.j5 =
|
|
8327
|
-
_.$_$.k5 =
|
|
8328
|
-
_.$_$.l5 =
|
|
8329
|
-
_.$_$.m5 =
|
|
8330
|
-
_.$_$.n5 =
|
|
8331
|
-
_.$_$.o5 =
|
|
8332
|
-
_.$_$.p5 =
|
|
8333
|
-
_.$_$.q5 =
|
|
8334
|
-
_.$_$.r5 =
|
|
8335
|
-
_.$_$.s5 =
|
|
8336
|
-
_.$_$.t5 =
|
|
8337
|
-
_.$_$.u5 =
|
|
8338
|
-
_.$_$.v5 =
|
|
8339
|
-
_.$_$.w5 =
|
|
8340
|
-
_.$_$.x5 = $
|
|
8341
|
-
_.$_$.y5 = $
|
|
8342
|
-
_.$_$.z5 = $
|
|
8343
|
-
_.$_$.a6 = $
|
|
8344
|
-
_.$_$.b6 =
|
|
8345
|
-
_.$_$.c6 =
|
|
8346
|
-
_.$_$.d6 =
|
|
8347
|
-
_.$_$.e6 =
|
|
8348
|
-
_.$_$.f6 =
|
|
8349
|
-
_.$_$.g6 =
|
|
8350
|
-
_.$_$.h6 =
|
|
8351
|
-
_.$_$.i6 =
|
|
8352
|
-
_.$_$.j6 =
|
|
8353
|
-
_.$_$.k6 =
|
|
8353
|
+
_.$_$.z4 = PlayerConnectionState_WAITING_getInstance;
|
|
8354
|
+
_.$_$.a5 = PlayerWaitingState_IDLE_getInstance;
|
|
8355
|
+
_.$_$.b5 = PlayerWaitingState_IN_PROGRESS_getInstance;
|
|
8356
|
+
_.$_$.c5 = Reason_DUPLICATED_PLAYER_ANSWER_getInstance;
|
|
8357
|
+
_.$_$.d5 = Reason_GAME_NOT_EXISTS_getInstance_0;
|
|
8358
|
+
_.$_$.e5 = Reason_INTERNAL_ERROR_getInstance;
|
|
8359
|
+
_.$_$.f5 = Reason_PLAYER_DISCONNECTED_getInstance;
|
|
8360
|
+
_.$_$.g5 = Reason_SERVER_ERROR_getInstance;
|
|
8361
|
+
_.$_$.h5 = Reason_WRONG_PLAYER_TURN_getInstance;
|
|
8362
|
+
_.$_$.i5 = Reason_DEPLOY_getInstance;
|
|
8363
|
+
_.$_$.j5 = Reason_FINISHED_getInstance;
|
|
8364
|
+
_.$_$.k5 = Reason_REVENGED_getInstance;
|
|
8365
|
+
_.$_$.l5 = TimerType_DELAY_getInstance;
|
|
8366
|
+
_.$_$.m5 = LogType_DEBUG_getInstance;
|
|
8367
|
+
_.$_$.n5 = LogType_ERROR_getInstance;
|
|
8368
|
+
_.$_$.o5 = LogType_INFO_getInstance;
|
|
8369
|
+
_.$_$.p5 = LogType_VERBOSE_getInstance;
|
|
8370
|
+
_.$_$.q5 = LogType_WARN_getInstance;
|
|
8371
|
+
_.$_$.r5 = AppEnvironmentValue_DEVELOPMENT_getInstance;
|
|
8372
|
+
_.$_$.s5 = AppEnvironmentValue_PRODUCTION_getInstance;
|
|
8373
|
+
_.$_$.t5 = Companion_instance_8;
|
|
8374
|
+
_.$_$.u5 = Companion_getInstance_10;
|
|
8375
|
+
_.$_$.v5 = Companion_instance_11;
|
|
8376
|
+
_.$_$.w5 = Companion_getInstance_11;
|
|
8377
|
+
_.$_$.x5 = $serializer_getInstance_7;
|
|
8378
|
+
_.$_$.y5 = $serializer_getInstance_8;
|
|
8379
|
+
_.$_$.z5 = $serializer_getInstance_10;
|
|
8380
|
+
_.$_$.a6 = $serializer_getInstance_11;
|
|
8381
|
+
_.$_$.b6 = $serializer_getInstance_1;
|
|
8382
|
+
_.$_$.c6 = ProcessingReasonDto_getInstance;
|
|
8383
|
+
_.$_$.d6 = Companion_getInstance_14;
|
|
8384
|
+
_.$_$.e6 = Companion_getInstance_4;
|
|
8385
|
+
_.$_$.f6 = Companion_instance_5;
|
|
8386
|
+
_.$_$.g6 = ProcessingReason_getInstance;
|
|
8387
|
+
_.$_$.h6 = RestartGameReason_getInstance;
|
|
8388
|
+
_.$_$.i6 = WaitingForConnectionReason_getInstance;
|
|
8389
|
+
_.$_$.j6 = GameEngineConfig_instance;
|
|
8390
|
+
_.$_$.k6 = Toggles_instance;
|
|
8391
|
+
_.$_$.l6 = AppEnvironment_getInstance;
|
|
8354
8392
|
//endregion
|
|
8355
8393
|
return _;
|
|
8356
8394
|
}));
|