game_client_logic_deb 1.8.411 → 1.8.414
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Logic_Debertz-ai_module.js +309 -309
- package/Logic_Debertz-core.js +707 -669
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +13272 -12805
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +63 -11
- package/Logic_Debertz-game_client.js +2648 -2648
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
278
278
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
279
279
|
function launchDefault$default(context, block, $super) {
|
|
280
|
-
context = context === VOID ? this.
|
|
281
|
-
return $super === VOID ? this.
|
|
280
|
+
context = context === VOID ? this.n6a() : context;
|
|
281
|
+
return $super === VOID ? this.o6a(context, block) : $super.o6a.call(this, context, block);
|
|
282
282
|
}
|
|
283
283
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
284
|
-
context = context === VOID ? this.
|
|
285
|
-
return $super === VOID ? this.
|
|
284
|
+
context = context === VOID ? this.n6a() : context;
|
|
285
|
+
return $super === VOID ? this.q6a(context, block) : $super.q6a.call(this, context, block);
|
|
286
286
|
}
|
|
287
287
|
function launchMain$default(context, block, $super) {
|
|
288
|
-
context = context === VOID ? this.
|
|
289
|
-
return $super === VOID ? this.
|
|
288
|
+
context = context === VOID ? this.n6a() : context;
|
|
289
|
+
return $super === VOID ? this.s6a(context, block) : $super.s6a.call(this, context, block);
|
|
290
290
|
}
|
|
291
291
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
292
292
|
initMetadataForCompanion(Companion_20);
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
return false;
|
|
326
326
|
}
|
|
327
327
|
function get_isAutoStartTimer() {
|
|
328
|
-
return !this.
|
|
328
|
+
return !this.j6d() && !this.k6d();
|
|
329
329
|
}
|
|
330
330
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
331
331
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
tmp = types;
|
|
378
378
|
}
|
|
379
379
|
types = tmp;
|
|
380
|
-
return $super === VOID ? this.
|
|
380
|
+
return $super === VOID ? this.e6h(types) : $super.e6h.call(this, types);
|
|
381
381
|
}
|
|
382
382
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
383
383
|
initMetadataForCompanion(Companion_22);
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.414';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).w3u = function () {
|
|
393
393
|
return this.version;
|
|
@@ -1697,6 +1697,7 @@
|
|
|
1697
1697
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1698
1698
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
1699
1699
|
}
|
|
1700
|
+
var PlayerConnectionState_WAITING_instance;
|
|
1700
1701
|
var PlayerConnectionState_LIVE_instance;
|
|
1701
1702
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
1702
1703
|
var PlayerConnectionState_LOST_CONNECTION_instance;
|
|
@@ -1705,10 +1706,12 @@
|
|
|
1705
1706
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1706
1707
|
var PlayerConnectionState_DELETED_instance;
|
|
1707
1708
|
function values_1() {
|
|
1708
|
-
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1709
|
+
return [PlayerConnectionState_WAITING_getInstance(), PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1709
1710
|
}
|
|
1710
1711
|
function valueOf_1(value) {
|
|
1711
1712
|
switch (value) {
|
|
1713
|
+
case 'WAITING':
|
|
1714
|
+
return PlayerConnectionState_WAITING_getInstance();
|
|
1712
1715
|
case 'LIVE':
|
|
1713
1716
|
return PlayerConnectionState_LIVE_getInstance();
|
|
1714
1717
|
case 'TIMEOUT':
|
|
@@ -1753,13 +1756,14 @@
|
|
|
1753
1756
|
if (PlayerConnectionState_entriesInitialized)
|
|
1754
1757
|
return Unit_instance;
|
|
1755
1758
|
PlayerConnectionState_entriesInitialized = true;
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1759
|
+
PlayerConnectionState_WAITING_instance = new PlayerConnectionState('WAITING', 0);
|
|
1760
|
+
PlayerConnectionState_LIVE_instance = new PlayerConnectionState('LIVE', 1);
|
|
1761
|
+
PlayerConnectionState_TIMEOUT_instance = new PlayerConnectionState('TIMEOUT', 2);
|
|
1762
|
+
PlayerConnectionState_LOST_CONNECTION_instance = new PlayerConnectionState('LOST_CONNECTION', 3);
|
|
1763
|
+
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 4);
|
|
1764
|
+
PlayerConnectionState_LEFT_PERMANENTLY_instance = new PlayerConnectionState('LEFT_PERMANENTLY', 5);
|
|
1765
|
+
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 6);
|
|
1766
|
+
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 7);
|
|
1763
1767
|
Companion_getInstance_10();
|
|
1764
1768
|
}
|
|
1765
1769
|
function PlayerConnectionState(name, ordinal) {
|
|
@@ -1789,15 +1793,16 @@
|
|
|
1789
1793
|
protoOf(PlayerConnectionState).p66 = function () {
|
|
1790
1794
|
var tmp;
|
|
1791
1795
|
switch (this.q2_1) {
|
|
1792
|
-
case 2:
|
|
1793
|
-
case 1:
|
|
1794
1796
|
case 3:
|
|
1797
|
+
case 2:
|
|
1795
1798
|
case 4:
|
|
1796
|
-
case
|
|
1799
|
+
case 5:
|
|
1800
|
+
case 7:
|
|
1797
1801
|
tmp = true;
|
|
1798
1802
|
break;
|
|
1799
|
-
case 5:
|
|
1800
1803
|
case 0:
|
|
1804
|
+
case 6:
|
|
1805
|
+
case 1:
|
|
1801
1806
|
tmp = false;
|
|
1802
1807
|
break;
|
|
1803
1808
|
default:
|
|
@@ -1809,15 +1814,16 @@
|
|
|
1809
1814
|
protoOf(PlayerConnectionState).q66 = function () {
|
|
1810
1815
|
var tmp;
|
|
1811
1816
|
switch (this.q2_1) {
|
|
1812
|
-
case 2:
|
|
1813
|
-
case 1:
|
|
1814
1817
|
case 3:
|
|
1818
|
+
case 2:
|
|
1815
1819
|
case 4:
|
|
1820
|
+
case 5:
|
|
1816
1821
|
tmp = true;
|
|
1817
1822
|
break;
|
|
1818
|
-
case 5:
|
|
1819
|
-
case 6:
|
|
1820
1823
|
case 0:
|
|
1824
|
+
case 6:
|
|
1825
|
+
case 7:
|
|
1826
|
+
case 1:
|
|
1821
1827
|
tmp = false;
|
|
1822
1828
|
break;
|
|
1823
1829
|
default:
|
|
@@ -1829,17 +1835,18 @@
|
|
|
1829
1835
|
protoOf(PlayerConnectionState).r66 = function () {
|
|
1830
1836
|
var tmp;
|
|
1831
1837
|
switch (this.q2_1) {
|
|
1832
|
-
case
|
|
1838
|
+
case 3:
|
|
1833
1839
|
tmp = false;
|
|
1834
1840
|
break;
|
|
1835
|
-
case
|
|
1836
|
-
case 3:
|
|
1841
|
+
case 2:
|
|
1837
1842
|
case 4:
|
|
1838
|
-
case
|
|
1843
|
+
case 5:
|
|
1844
|
+
case 7:
|
|
1839
1845
|
tmp = true;
|
|
1840
1846
|
break;
|
|
1841
|
-
case 5:
|
|
1842
1847
|
case 0:
|
|
1848
|
+
case 6:
|
|
1849
|
+
case 1:
|
|
1843
1850
|
tmp = false;
|
|
1844
1851
|
break;
|
|
1845
1852
|
default:
|
|
@@ -1851,17 +1858,18 @@
|
|
|
1851
1858
|
protoOf(PlayerConnectionState).s66 = function () {
|
|
1852
1859
|
var tmp;
|
|
1853
1860
|
switch (this.q2_1) {
|
|
1854
|
-
case
|
|
1861
|
+
case 3:
|
|
1855
1862
|
tmp = true;
|
|
1856
1863
|
break;
|
|
1857
|
-
case
|
|
1858
|
-
case 3:
|
|
1864
|
+
case 2:
|
|
1859
1865
|
case 4:
|
|
1860
|
-
case
|
|
1866
|
+
case 5:
|
|
1867
|
+
case 7:
|
|
1861
1868
|
tmp = false;
|
|
1862
1869
|
break;
|
|
1863
|
-
case 5:
|
|
1864
1870
|
case 0:
|
|
1871
|
+
case 6:
|
|
1872
|
+
case 1:
|
|
1865
1873
|
tmp = false;
|
|
1866
1874
|
break;
|
|
1867
1875
|
default:
|
|
@@ -1873,17 +1881,18 @@
|
|
|
1873
1881
|
protoOf(PlayerConnectionState).t66 = function () {
|
|
1874
1882
|
var tmp;
|
|
1875
1883
|
switch (this.q2_1) {
|
|
1876
|
-
case 1:
|
|
1877
1884
|
case 2:
|
|
1878
1885
|
case 3:
|
|
1886
|
+
case 4:
|
|
1879
1887
|
tmp = true;
|
|
1880
1888
|
break;
|
|
1881
|
-
case
|
|
1882
|
-
case
|
|
1889
|
+
case 5:
|
|
1890
|
+
case 7:
|
|
1883
1891
|
tmp = false;
|
|
1884
1892
|
break;
|
|
1885
|
-
case 5:
|
|
1886
1893
|
case 0:
|
|
1894
|
+
case 6:
|
|
1895
|
+
case 1:
|
|
1887
1896
|
tmp = true;
|
|
1888
1897
|
break;
|
|
1889
1898
|
default:
|
|
@@ -1892,6 +1901,10 @@
|
|
|
1892
1901
|
}
|
|
1893
1902
|
return tmp;
|
|
1894
1903
|
};
|
|
1904
|
+
function PlayerConnectionState_WAITING_getInstance() {
|
|
1905
|
+
PlayerConnectionState_initEntries();
|
|
1906
|
+
return PlayerConnectionState_WAITING_instance;
|
|
1907
|
+
}
|
|
1895
1908
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
1896
1909
|
PlayerConnectionState_initEntries();
|
|
1897
1910
|
return PlayerConnectionState_LIVE_instance;
|
|
@@ -2156,31 +2169,47 @@
|
|
|
2156
2169
|
return true;
|
|
2157
2170
|
};
|
|
2158
2171
|
function Team(playerIds) {
|
|
2159
|
-
this.
|
|
2172
|
+
this.playerIds = playerIds;
|
|
2160
2173
|
}
|
|
2174
|
+
protoOf(Team).h67 = function () {
|
|
2175
|
+
return this.playerIds;
|
|
2176
|
+
};
|
|
2177
|
+
protoOf(Team).containsPlayer = function (playerId) {
|
|
2178
|
+
return this.playerIds.u1(playerId);
|
|
2179
|
+
};
|
|
2161
2180
|
protoOf(Team).i67 = function () {
|
|
2162
|
-
return this.
|
|
2181
|
+
return this.playerIds.p(0);
|
|
2163
2182
|
};
|
|
2164
2183
|
protoOf(Team).w5j = function () {
|
|
2165
|
-
return this.
|
|
2184
|
+
return this.playerIds.p(1);
|
|
2185
|
+
};
|
|
2186
|
+
protoOf(Team).oe = function () {
|
|
2187
|
+
return this.playerIds;
|
|
2188
|
+
};
|
|
2189
|
+
protoOf(Team).j67 = function (playerIds) {
|
|
2190
|
+
return new Team(playerIds);
|
|
2191
|
+
};
|
|
2192
|
+
protoOf(Team).copy = function (playerIds, $super) {
|
|
2193
|
+
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2194
|
+
return $super === VOID ? this.j67(playerIds) : $super.j67.call(this, playerIds);
|
|
2166
2195
|
};
|
|
2167
2196
|
protoOf(Team).toString = function () {
|
|
2168
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
2197
|
+
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
2169
2198
|
};
|
|
2170
2199
|
protoOf(Team).hashCode = function () {
|
|
2171
|
-
return hashCode(this.
|
|
2200
|
+
return hashCode(this.playerIds);
|
|
2172
2201
|
};
|
|
2173
2202
|
protoOf(Team).equals = function (other) {
|
|
2174
2203
|
if (this === other)
|
|
2175
2204
|
return true;
|
|
2176
2205
|
if (!(other instanceof Team))
|
|
2177
2206
|
return false;
|
|
2178
|
-
if (!equals(this.
|
|
2207
|
+
if (!equals(this.playerIds, other.playerIds))
|
|
2179
2208
|
return false;
|
|
2180
2209
|
return true;
|
|
2181
2210
|
};
|
|
2182
2211
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2183
|
-
return $this.
|
|
2212
|
+
return $this.k67_1.x();
|
|
2184
2213
|
}
|
|
2185
2214
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2186
2215
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2218,7 +2247,7 @@
|
|
|
2218
2247
|
Companion_instance_12 = this;
|
|
2219
2248
|
var tmp = this;
|
|
2220
2249
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2221
|
-
tmp.
|
|
2250
|
+
tmp.k67_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2222
2251
|
}
|
|
2223
2252
|
protoOf(Companion_10).a1c = function () {
|
|
2224
2253
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2239,7 +2268,7 @@
|
|
|
2239
2268
|
Companion_getInstance_13();
|
|
2240
2269
|
}
|
|
2241
2270
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2242
|
-
return $this.
|
|
2271
|
+
return $this.l67_1.x();
|
|
2243
2272
|
}
|
|
2244
2273
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2245
2274
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2254,7 +2283,7 @@
|
|
|
2254
2283
|
TerminationGameReasonDto.call(this);
|
|
2255
2284
|
var tmp = this;
|
|
2256
2285
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2257
|
-
tmp.
|
|
2286
|
+
tmp.l67_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2258
2287
|
}
|
|
2259
2288
|
protoOf(ProcessingReasonDto).a1c = function () {
|
|
2260
2289
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2291,19 +2320,19 @@
|
|
|
2291
2320
|
$serializer_instance_1 = this;
|
|
2292
2321
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2293
2322
|
tmp0_serialDesc.gz('reason', false);
|
|
2294
|
-
this.
|
|
2323
|
+
this.m67_1 = tmp0_serialDesc;
|
|
2295
2324
|
}
|
|
2296
|
-
protoOf($serializer_1).
|
|
2297
|
-
var tmp0_desc = this.
|
|
2325
|
+
protoOf($serializer_1).n67 = function (encoder, value) {
|
|
2326
|
+
var tmp0_desc = this.m67_1;
|
|
2298
2327
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2299
2328
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2300
2329
|
tmp1_output.pr(tmp0_desc);
|
|
2301
2330
|
};
|
|
2302
2331
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2303
|
-
return this.
|
|
2332
|
+
return this.n67(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2304
2333
|
};
|
|
2305
2334
|
protoOf($serializer_1).do = function (decoder) {
|
|
2306
|
-
var tmp0_desc = this.
|
|
2335
|
+
var tmp0_desc = this.m67_1;
|
|
2307
2336
|
var tmp1_flag = true;
|
|
2308
2337
|
var tmp2_index = 0;
|
|
2309
2338
|
var tmp3_bitMask0 = 0;
|
|
@@ -2331,7 +2360,7 @@
|
|
|
2331
2360
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2332
2361
|
};
|
|
2333
2362
|
protoOf($serializer_1).bo = function () {
|
|
2334
|
-
return this.
|
|
2363
|
+
return this.m67_1;
|
|
2335
2364
|
};
|
|
2336
2365
|
protoOf($serializer_1).vz = function () {
|
|
2337
2366
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2347,7 +2376,7 @@
|
|
|
2347
2376
|
}
|
|
2348
2377
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2349
2378
|
if (!(1 === (1 & seen0))) {
|
|
2350
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2379
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().m67_1);
|
|
2351
2380
|
}
|
|
2352
2381
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2353
2382
|
$this.reason = reason;
|
|
@@ -2388,19 +2417,19 @@
|
|
|
2388
2417
|
$serializer_instance_2 = this;
|
|
2389
2418
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2390
2419
|
tmp0_serialDesc.gz('reason', false);
|
|
2391
|
-
this.
|
|
2420
|
+
this.o67_1 = tmp0_serialDesc;
|
|
2392
2421
|
}
|
|
2393
|
-
protoOf($serializer_2).
|
|
2394
|
-
var tmp0_desc = this.
|
|
2422
|
+
protoOf($serializer_2).p67 = function (encoder, value) {
|
|
2423
|
+
var tmp0_desc = this.o67_1;
|
|
2395
2424
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2396
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2425
|
+
tmp1_output.dt(tmp0_desc, 0, value.q67_1);
|
|
2397
2426
|
tmp1_output.pr(tmp0_desc);
|
|
2398
2427
|
};
|
|
2399
2428
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2400
|
-
return this.
|
|
2429
|
+
return this.p67(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2401
2430
|
};
|
|
2402
2431
|
protoOf($serializer_2).do = function (decoder) {
|
|
2403
|
-
var tmp0_desc = this.
|
|
2432
|
+
var tmp0_desc = this.o67_1;
|
|
2404
2433
|
var tmp1_flag = true;
|
|
2405
2434
|
var tmp2_index = 0;
|
|
2406
2435
|
var tmp3_bitMask0 = 0;
|
|
@@ -2428,7 +2457,7 @@
|
|
|
2428
2457
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2429
2458
|
};
|
|
2430
2459
|
protoOf($serializer_2).bo = function () {
|
|
2431
|
-
return this.
|
|
2460
|
+
return this.o67_1;
|
|
2432
2461
|
};
|
|
2433
2462
|
protoOf($serializer_2).vz = function () {
|
|
2434
2463
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2444,10 +2473,10 @@
|
|
|
2444
2473
|
}
|
|
2445
2474
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2446
2475
|
if (!(1 === (1 & seen0))) {
|
|
2447
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2476
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().o67_1);
|
|
2448
2477
|
}
|
|
2449
2478
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2450
|
-
$this.
|
|
2479
|
+
$this.q67_1 = reason;
|
|
2451
2480
|
return $this;
|
|
2452
2481
|
}
|
|
2453
2482
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2455,20 +2484,20 @@
|
|
|
2455
2484
|
}
|
|
2456
2485
|
function GameFinishedReasonDto(reason) {
|
|
2457
2486
|
TerminationGameReasonDto.call(this);
|
|
2458
|
-
this.
|
|
2487
|
+
this.q67_1 = reason;
|
|
2459
2488
|
}
|
|
2460
2489
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2461
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2490
|
+
return 'GameFinishedReasonDto(reason=' + this.q67_1 + ')';
|
|
2462
2491
|
};
|
|
2463
2492
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2464
|
-
return getStringHashCode(this.
|
|
2493
|
+
return getStringHashCode(this.q67_1);
|
|
2465
2494
|
};
|
|
2466
2495
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2467
2496
|
if (this === other)
|
|
2468
2497
|
return true;
|
|
2469
2498
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2470
2499
|
return false;
|
|
2471
|
-
if (!(this.
|
|
2500
|
+
if (!(this.q67_1 === other.q67_1))
|
|
2472
2501
|
return false;
|
|
2473
2502
|
return true;
|
|
2474
2503
|
};
|
|
@@ -2482,19 +2511,19 @@
|
|
|
2482
2511
|
$serializer_instance_3 = this;
|
|
2483
2512
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2484
2513
|
tmp0_serialDesc.gz('playerId', false);
|
|
2485
|
-
this.
|
|
2514
|
+
this.r67_1 = tmp0_serialDesc;
|
|
2486
2515
|
}
|
|
2487
|
-
protoOf($serializer_3).
|
|
2488
|
-
var tmp0_desc = this.
|
|
2516
|
+
protoOf($serializer_3).s67 = function (encoder, value) {
|
|
2517
|
+
var tmp0_desc = this.r67_1;
|
|
2489
2518
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2490
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2519
|
+
tmp1_output.dt(tmp0_desc, 0, value.t67_1);
|
|
2491
2520
|
tmp1_output.pr(tmp0_desc);
|
|
2492
2521
|
};
|
|
2493
2522
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2494
|
-
return this.
|
|
2523
|
+
return this.s67(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2495
2524
|
};
|
|
2496
2525
|
protoOf($serializer_3).do = function (decoder) {
|
|
2497
|
-
var tmp0_desc = this.
|
|
2526
|
+
var tmp0_desc = this.r67_1;
|
|
2498
2527
|
var tmp1_flag = true;
|
|
2499
2528
|
var tmp2_index = 0;
|
|
2500
2529
|
var tmp3_bitMask0 = 0;
|
|
@@ -2522,7 +2551,7 @@
|
|
|
2522
2551
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2523
2552
|
};
|
|
2524
2553
|
protoOf($serializer_3).bo = function () {
|
|
2525
|
-
return this.
|
|
2554
|
+
return this.r67_1;
|
|
2526
2555
|
};
|
|
2527
2556
|
protoOf($serializer_3).vz = function () {
|
|
2528
2557
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2538,10 +2567,10 @@
|
|
|
2538
2567
|
}
|
|
2539
2568
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2540
2569
|
if (!(1 === (1 & seen0))) {
|
|
2541
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2570
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().r67_1);
|
|
2542
2571
|
}
|
|
2543
2572
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2544
|
-
$this.
|
|
2573
|
+
$this.t67_1 = playerId;
|
|
2545
2574
|
return $this;
|
|
2546
2575
|
}
|
|
2547
2576
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2549,20 +2578,20 @@
|
|
|
2549
2578
|
}
|
|
2550
2579
|
function PlayerExitReasonDto(playerId) {
|
|
2551
2580
|
TerminationGameReasonDto.call(this);
|
|
2552
|
-
this.
|
|
2581
|
+
this.t67_1 = playerId;
|
|
2553
2582
|
}
|
|
2554
2583
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2555
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2584
|
+
return 'PlayerExitReasonDto(playerId=' + this.t67_1 + ')';
|
|
2556
2585
|
};
|
|
2557
2586
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2558
|
-
return getStringHashCode(this.
|
|
2587
|
+
return getStringHashCode(this.t67_1);
|
|
2559
2588
|
};
|
|
2560
2589
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2561
2590
|
if (this === other)
|
|
2562
2591
|
return true;
|
|
2563
2592
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2564
2593
|
return false;
|
|
2565
|
-
if (!(this.
|
|
2594
|
+
if (!(this.t67_1 === other.t67_1))
|
|
2566
2595
|
return false;
|
|
2567
2596
|
return true;
|
|
2568
2597
|
};
|
|
@@ -2577,20 +2606,20 @@
|
|
|
2577
2606
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2578
2607
|
tmp0_serialDesc.gz('playerId', false);
|
|
2579
2608
|
tmp0_serialDesc.gz('tag', false);
|
|
2580
|
-
this.
|
|
2609
|
+
this.u67_1 = tmp0_serialDesc;
|
|
2581
2610
|
}
|
|
2582
|
-
protoOf($serializer_4).
|
|
2583
|
-
var tmp0_desc = this.
|
|
2611
|
+
protoOf($serializer_4).v67 = function (encoder, value) {
|
|
2612
|
+
var tmp0_desc = this.u67_1;
|
|
2584
2613
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2585
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2586
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2614
|
+
tmp1_output.dt(tmp0_desc, 0, value.w67_1);
|
|
2615
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.x67_1);
|
|
2587
2616
|
tmp1_output.pr(tmp0_desc);
|
|
2588
2617
|
};
|
|
2589
2618
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2590
|
-
return this.
|
|
2619
|
+
return this.v67(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2591
2620
|
};
|
|
2592
2621
|
protoOf($serializer_4).do = function (decoder) {
|
|
2593
|
-
var tmp0_desc = this.
|
|
2622
|
+
var tmp0_desc = this.u67_1;
|
|
2594
2623
|
var tmp1_flag = true;
|
|
2595
2624
|
var tmp2_index = 0;
|
|
2596
2625
|
var tmp3_bitMask0 = 0;
|
|
@@ -2625,7 +2654,7 @@
|
|
|
2625
2654
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2626
2655
|
};
|
|
2627
2656
|
protoOf($serializer_4).bo = function () {
|
|
2628
|
-
return this.
|
|
2657
|
+
return this.u67_1;
|
|
2629
2658
|
};
|
|
2630
2659
|
protoOf($serializer_4).vz = function () {
|
|
2631
2660
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2641,11 +2670,11 @@
|
|
|
2641
2670
|
}
|
|
2642
2671
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2643
2672
|
if (!(3 === (3 & seen0))) {
|
|
2644
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2673
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().u67_1);
|
|
2645
2674
|
}
|
|
2646
2675
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2647
|
-
$this.
|
|
2648
|
-
$this.
|
|
2676
|
+
$this.w67_1 = playerId;
|
|
2677
|
+
$this.x67_1 = tag;
|
|
2649
2678
|
return $this;
|
|
2650
2679
|
}
|
|
2651
2680
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2653,15 +2682,15 @@
|
|
|
2653
2682
|
}
|
|
2654
2683
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2655
2684
|
TerminationGameReasonDto.call(this);
|
|
2656
|
-
this.
|
|
2657
|
-
this.
|
|
2685
|
+
this.w67_1 = playerId;
|
|
2686
|
+
this.x67_1 = tag;
|
|
2658
2687
|
}
|
|
2659
2688
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2660
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2689
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.w67_1 + ', tag=' + this.x67_1 + ')';
|
|
2661
2690
|
};
|
|
2662
2691
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2663
|
-
var result = getStringHashCode(this.
|
|
2664
|
-
result = imul(result, 31) + (this.
|
|
2692
|
+
var result = getStringHashCode(this.w67_1);
|
|
2693
|
+
result = imul(result, 31) + (this.x67_1 == null ? 0 : getStringHashCode(this.x67_1)) | 0;
|
|
2665
2694
|
return result;
|
|
2666
2695
|
};
|
|
2667
2696
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2669,9 +2698,9 @@
|
|
|
2669
2698
|
return true;
|
|
2670
2699
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2671
2700
|
return false;
|
|
2672
|
-
if (!(this.
|
|
2701
|
+
if (!(this.w67_1 === other.w67_1))
|
|
2673
2702
|
return false;
|
|
2674
|
-
if (!(this.
|
|
2703
|
+
if (!(this.x67_1 == other.x67_1))
|
|
2675
2704
|
return false;
|
|
2676
2705
|
return true;
|
|
2677
2706
|
};
|
|
@@ -2686,20 +2715,20 @@
|
|
|
2686
2715
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2687
2716
|
tmp0_serialDesc.gz('playerId', false);
|
|
2688
2717
|
tmp0_serialDesc.gz('tag', false);
|
|
2689
|
-
this.
|
|
2718
|
+
this.y67_1 = tmp0_serialDesc;
|
|
2690
2719
|
}
|
|
2691
|
-
protoOf($serializer_5).
|
|
2692
|
-
var tmp0_desc = this.
|
|
2720
|
+
protoOf($serializer_5).z67 = function (encoder, value) {
|
|
2721
|
+
var tmp0_desc = this.y67_1;
|
|
2693
2722
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2694
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2695
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2723
|
+
tmp1_output.dt(tmp0_desc, 0, value.a68_1);
|
|
2724
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.b68_1);
|
|
2696
2725
|
tmp1_output.pr(tmp0_desc);
|
|
2697
2726
|
};
|
|
2698
2727
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2699
|
-
return this.
|
|
2728
|
+
return this.z67(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2700
2729
|
};
|
|
2701
2730
|
protoOf($serializer_5).do = function (decoder) {
|
|
2702
|
-
var tmp0_desc = this.
|
|
2731
|
+
var tmp0_desc = this.y67_1;
|
|
2703
2732
|
var tmp1_flag = true;
|
|
2704
2733
|
var tmp2_index = 0;
|
|
2705
2734
|
var tmp3_bitMask0 = 0;
|
|
@@ -2734,7 +2763,7 @@
|
|
|
2734
2763
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2735
2764
|
};
|
|
2736
2765
|
protoOf($serializer_5).bo = function () {
|
|
2737
|
-
return this.
|
|
2766
|
+
return this.y67_1;
|
|
2738
2767
|
};
|
|
2739
2768
|
protoOf($serializer_5).vz = function () {
|
|
2740
2769
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2750,11 +2779,11 @@
|
|
|
2750
2779
|
}
|
|
2751
2780
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2752
2781
|
if (!(3 === (3 & seen0))) {
|
|
2753
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2782
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().y67_1);
|
|
2754
2783
|
}
|
|
2755
2784
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2756
|
-
$this.
|
|
2757
|
-
$this.
|
|
2785
|
+
$this.a68_1 = playerId;
|
|
2786
|
+
$this.b68_1 = tag;
|
|
2758
2787
|
return $this;
|
|
2759
2788
|
}
|
|
2760
2789
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2762,15 +2791,15 @@
|
|
|
2762
2791
|
}
|
|
2763
2792
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2764
2793
|
TerminationGameReasonDto.call(this);
|
|
2765
|
-
this.
|
|
2766
|
-
this.
|
|
2794
|
+
this.a68_1 = playerId;
|
|
2795
|
+
this.b68_1 = tag;
|
|
2767
2796
|
}
|
|
2768
2797
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2769
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2798
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.a68_1 + ', tag=' + this.b68_1 + ')';
|
|
2770
2799
|
};
|
|
2771
2800
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2772
|
-
var result = getStringHashCode(this.
|
|
2773
|
-
result = imul(result, 31) + (this.
|
|
2801
|
+
var result = getStringHashCode(this.a68_1);
|
|
2802
|
+
result = imul(result, 31) + (this.b68_1 == null ? 0 : getStringHashCode(this.b68_1)) | 0;
|
|
2774
2803
|
return result;
|
|
2775
2804
|
};
|
|
2776
2805
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2778,14 +2807,14 @@
|
|
|
2778
2807
|
return true;
|
|
2779
2808
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2780
2809
|
return false;
|
|
2781
|
-
if (!(this.
|
|
2810
|
+
if (!(this.a68_1 === other.a68_1))
|
|
2782
2811
|
return false;
|
|
2783
|
-
if (!(this.
|
|
2812
|
+
if (!(this.b68_1 == other.b68_1))
|
|
2784
2813
|
return false;
|
|
2785
2814
|
return true;
|
|
2786
2815
|
};
|
|
2787
2816
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2788
|
-
return $this.
|
|
2817
|
+
return $this.c68_1.x();
|
|
2789
2818
|
}
|
|
2790
2819
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2791
2820
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2800,7 +2829,7 @@
|
|
|
2800
2829
|
TerminationGameReasonDto.call(this);
|
|
2801
2830
|
var tmp = this;
|
|
2802
2831
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2803
|
-
tmp.
|
|
2832
|
+
tmp.c68_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2804
2833
|
}
|
|
2805
2834
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2806
2835
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2946,20 +2975,20 @@
|
|
|
2946
2975
|
}
|
|
2947
2976
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2948
2977
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2949
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2978
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.q67_1, get_gameFinishedReasonMapping());
|
|
2950
2979
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2951
2980
|
}
|
|
2952
2981
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2953
2982
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2954
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2983
|
+
return new PlayerExitReason(_this__u8e3s4.t67_1);
|
|
2955
2984
|
}
|
|
2956
2985
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2957
2986
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2958
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2987
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.w67_1, _this__u8e3s4.x67_1);
|
|
2959
2988
|
}
|
|
2960
2989
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2961
2990
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2962
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2991
|
+
return new PlayerTimeoutReason(_this__u8e3s4.a68_1, _this__u8e3s4.b68_1);
|
|
2963
2992
|
}
|
|
2964
2993
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2965
2994
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3020,17 +3049,17 @@
|
|
|
3020
3049
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3021
3050
|
}
|
|
3022
3051
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3023
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3024
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3025
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3026
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3027
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3028
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3029
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3030
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3052
|
+
var tmp0_elvis_lhs = _this__u8e3s4.d68_1;
|
|
3053
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e68_1) : tmp0_elvis_lhs;
|
|
3054
|
+
var tmp1_elvis_lhs = _this__u8e3s4.f68_1;
|
|
3055
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.g68_1) : tmp1_elvis_lhs;
|
|
3056
|
+
var tmp2_elvis_lhs = _this__u8e3s4.h68_1;
|
|
3057
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.i68_1 : tmp2_elvis_lhs;
|
|
3058
|
+
var tmp3_elvis_lhs = _this__u8e3s4.k68_1;
|
|
3059
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.l68_1, _this__u8e3s4.j68_1);
|
|
3031
3060
|
}
|
|
3032
3061
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3033
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3062
|
+
var tmp0_safe_receiver = _this__u8e3s4.m68_1;
|
|
3034
3063
|
var tmp;
|
|
3035
3064
|
if (tmp0_safe_receiver == null) {
|
|
3036
3065
|
tmp = null;
|
|
@@ -3039,7 +3068,7 @@
|
|
|
3039
3068
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3040
3069
|
}
|
|
3041
3070
|
var tmp5_startFromTime = tmp;
|
|
3042
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3071
|
+
var tmp1_safe_receiver = _this__u8e3s4.o68_1;
|
|
3043
3072
|
var tmp_0;
|
|
3044
3073
|
if (tmp1_safe_receiver == null) {
|
|
3045
3074
|
tmp_0 = null;
|
|
@@ -3048,7 +3077,7 @@
|
|
|
3048
3077
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3049
3078
|
}
|
|
3050
3079
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3051
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3080
|
+
var tmp2_safe_receiver = _this__u8e3s4.n68_1;
|
|
3052
3081
|
var tmp_1;
|
|
3053
3082
|
if (tmp2_safe_receiver == null) {
|
|
3054
3083
|
tmp_1 = null;
|
|
@@ -3057,11 +3086,11 @@
|
|
|
3057
3086
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3058
3087
|
}
|
|
3059
3088
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3060
|
-
var tmp8_state = _this__u8e3s4.
|
|
3061
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3062
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3089
|
+
var tmp8_state = _this__u8e3s4.p68_1;
|
|
3090
|
+
var tmp9_tag = _this__u8e3s4.r68_1;
|
|
3091
|
+
var tmp3_elvis_lhs = _this__u8e3s4.q68_1;
|
|
3063
3092
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3064
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3093
|
+
var tmp4_safe_receiver = _this__u8e3s4.s68_1;
|
|
3065
3094
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3066
3095
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3067
3096
|
}
|
|
@@ -3080,7 +3109,7 @@
|
|
|
3080
3109
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3081
3110
|
}
|
|
3082
3111
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3083
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3112
|
+
return new PlayerConnection(_this__u8e3s4.t68_1, Companion_getInstance_0().mk(_this__u8e3s4.u68_1), Companion_getInstance().gk(_this__u8e3s4.v68_1));
|
|
3084
3113
|
}
|
|
3085
3114
|
function mapToDto_10(_this__u8e3s4) {
|
|
3086
3115
|
return new PlayerConnectionDto(_this__u8e3s4.u65_1, _this__u8e3s4.v65_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.w65_1));
|
|
@@ -3103,39 +3132,39 @@
|
|
|
3103
3132
|
tmp0_serialDesc.gz('rating', false);
|
|
3104
3133
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3105
3134
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3106
|
-
this.
|
|
3135
|
+
this.w68_1 = tmp0_serialDesc;
|
|
3107
3136
|
}
|
|
3108
|
-
protoOf($serializer_6).
|
|
3109
|
-
var tmp0_desc = this.
|
|
3137
|
+
protoOf($serializer_6).x68 = function (encoder, value) {
|
|
3138
|
+
var tmp0_desc = this.w68_1;
|
|
3110
3139
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3111
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3112
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3140
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.d68_1 == null)) {
|
|
3141
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.d68_1);
|
|
3113
3142
|
}
|
|
3114
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3115
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3143
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.e68_1 == null)) {
|
|
3144
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.e68_1);
|
|
3116
3145
|
}
|
|
3117
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3118
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3146
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.f68_1 == null)) {
|
|
3147
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.f68_1);
|
|
3119
3148
|
}
|
|
3120
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3121
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3149
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.g68_1 == null)) {
|
|
3150
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.g68_1);
|
|
3122
3151
|
}
|
|
3123
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3124
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3152
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.h68_1 == null)) {
|
|
3153
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.h68_1);
|
|
3125
3154
|
}
|
|
3126
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3127
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3155
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.i68_1 == null)) {
|
|
3156
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.i68_1);
|
|
3128
3157
|
}
|
|
3129
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3130
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3131
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3158
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.j68_1);
|
|
3159
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.k68_1);
|
|
3160
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.l68_1);
|
|
3132
3161
|
tmp1_output.pr(tmp0_desc);
|
|
3133
3162
|
};
|
|
3134
3163
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3135
|
-
return this.
|
|
3164
|
+
return this.x68(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3136
3165
|
};
|
|
3137
3166
|
protoOf($serializer_6).do = function (decoder) {
|
|
3138
|
-
var tmp0_desc = this.
|
|
3167
|
+
var tmp0_desc = this.w68_1;
|
|
3139
3168
|
var tmp1_flag = true;
|
|
3140
3169
|
var tmp2_index = 0;
|
|
3141
3170
|
var tmp3_bitMask0 = 0;
|
|
@@ -3219,7 +3248,7 @@
|
|
|
3219
3248
|
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);
|
|
3220
3249
|
};
|
|
3221
3250
|
protoOf($serializer_6).bo = function () {
|
|
3222
|
-
return this.
|
|
3251
|
+
return this.w68_1;
|
|
3223
3252
|
};
|
|
3224
3253
|
protoOf($serializer_6).vz = function () {
|
|
3225
3254
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3235,35 +3264,35 @@
|
|
|
3235
3264
|
}
|
|
3236
3265
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3237
3266
|
if (!(448 === (448 & seen0))) {
|
|
3238
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3267
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().w68_1);
|
|
3239
3268
|
}
|
|
3240
3269
|
if (0 === (seen0 & 1))
|
|
3241
|
-
$this.
|
|
3270
|
+
$this.d68_1 = null;
|
|
3242
3271
|
else
|
|
3243
|
-
$this.
|
|
3272
|
+
$this.d68_1 = playerId;
|
|
3244
3273
|
if (0 === (seen0 & 2))
|
|
3245
|
-
$this.
|
|
3274
|
+
$this.e68_1 = null;
|
|
3246
3275
|
else
|
|
3247
|
-
$this.
|
|
3276
|
+
$this.e68_1 = uid;
|
|
3248
3277
|
if (0 === (seen0 & 4))
|
|
3249
|
-
$this.
|
|
3278
|
+
$this.f68_1 = null;
|
|
3250
3279
|
else
|
|
3251
|
-
$this.
|
|
3280
|
+
$this.f68_1 = name;
|
|
3252
3281
|
if (0 === (seen0 & 8))
|
|
3253
|
-
$this.
|
|
3282
|
+
$this.g68_1 = null;
|
|
3254
3283
|
else
|
|
3255
|
-
$this.
|
|
3284
|
+
$this.g68_1 = nickname;
|
|
3256
3285
|
if (0 === (seen0 & 16))
|
|
3257
|
-
$this.
|
|
3286
|
+
$this.h68_1 = null;
|
|
3258
3287
|
else
|
|
3259
|
-
$this.
|
|
3288
|
+
$this.h68_1 = avatarUrl;
|
|
3260
3289
|
if (0 === (seen0 & 32))
|
|
3261
|
-
$this.
|
|
3290
|
+
$this.i68_1 = null;
|
|
3262
3291
|
else
|
|
3263
|
-
$this.
|
|
3264
|
-
$this.
|
|
3265
|
-
$this.
|
|
3266
|
-
$this.
|
|
3292
|
+
$this.i68_1 = photo;
|
|
3293
|
+
$this.j68_1 = rating;
|
|
3294
|
+
$this.k68_1 = isBot;
|
|
3295
|
+
$this.l68_1 = initialLuckyFactor;
|
|
3267
3296
|
return $this;
|
|
3268
3297
|
}
|
|
3269
3298
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3276,47 +3305,47 @@
|
|
|
3276
3305
|
nickname = nickname === VOID ? null : nickname;
|
|
3277
3306
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3278
3307
|
photo = photo === VOID ? null : photo;
|
|
3279
|
-
this.
|
|
3280
|
-
this.
|
|
3281
|
-
this.
|
|
3282
|
-
this.
|
|
3283
|
-
this.
|
|
3284
|
-
this.
|
|
3285
|
-
this.
|
|
3286
|
-
this.
|
|
3287
|
-
this.
|
|
3288
|
-
}
|
|
3289
|
-
protoOf(GameUserInfoDto).
|
|
3290
|
-
return this.
|
|
3291
|
-
};
|
|
3292
|
-
protoOf(GameUserInfoDto).
|
|
3308
|
+
this.d68_1 = playerId;
|
|
3309
|
+
this.e68_1 = uid;
|
|
3310
|
+
this.f68_1 = name;
|
|
3311
|
+
this.g68_1 = nickname;
|
|
3312
|
+
this.h68_1 = avatarUrl;
|
|
3313
|
+
this.i68_1 = photo;
|
|
3314
|
+
this.j68_1 = rating;
|
|
3315
|
+
this.k68_1 = isBot;
|
|
3316
|
+
this.l68_1 = initialLuckyFactor;
|
|
3317
|
+
}
|
|
3318
|
+
protoOf(GameUserInfoDto).y68 = function () {
|
|
3319
|
+
return this.z68(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3320
|
+
};
|
|
3321
|
+
protoOf(GameUserInfoDto).a69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3293
3322
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3294
3323
|
};
|
|
3295
|
-
protoOf(GameUserInfoDto).
|
|
3296
|
-
playerId = playerId === VOID ? this.
|
|
3297
|
-
uid = uid === VOID ? this.
|
|
3298
|
-
name = name === VOID ? this.
|
|
3299
|
-
nickname = nickname === VOID ? this.
|
|
3300
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3301
|
-
photo = photo === VOID ? this.
|
|
3302
|
-
rating = rating === VOID ? this.
|
|
3303
|
-
isBot = isBot === VOID ? this.
|
|
3304
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3305
|
-
return $super === VOID ? this.
|
|
3324
|
+
protoOf(GameUserInfoDto).z68 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3325
|
+
playerId = playerId === VOID ? this.d68_1 : playerId;
|
|
3326
|
+
uid = uid === VOID ? this.e68_1 : uid;
|
|
3327
|
+
name = name === VOID ? this.f68_1 : name;
|
|
3328
|
+
nickname = nickname === VOID ? this.g68_1 : nickname;
|
|
3329
|
+
avatarUrl = avatarUrl === VOID ? this.h68_1 : avatarUrl;
|
|
3330
|
+
photo = photo === VOID ? this.i68_1 : photo;
|
|
3331
|
+
rating = rating === VOID ? this.j68_1 : rating;
|
|
3332
|
+
isBot = isBot === VOID ? this.k68_1 : isBot;
|
|
3333
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.l68_1 : initialLuckyFactor;
|
|
3334
|
+
return $super === VOID ? this.a69(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.a69.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3306
3335
|
};
|
|
3307
3336
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3308
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3337
|
+
return 'GameUserInfoDto(playerId=' + this.d68_1 + ', uid=' + this.e68_1 + ', name=' + this.f68_1 + ', nickname=' + this.g68_1 + ', avatarUrl=' + this.h68_1 + ', photo=' + this.i68_1 + ', rating=' + this.j68_1 + ', isBot=' + this.k68_1 + ', initialLuckyFactor=' + this.l68_1 + ')';
|
|
3309
3338
|
};
|
|
3310
3339
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3311
|
-
var result = this.
|
|
3312
|
-
result = imul(result, 31) + (this.d68_1 == null ? 0 : getStringHashCode(this.d68_1)) | 0;
|
|
3340
|
+
var result = this.d68_1 == null ? 0 : getStringHashCode(this.d68_1);
|
|
3313
3341
|
result = imul(result, 31) + (this.e68_1 == null ? 0 : getStringHashCode(this.e68_1)) | 0;
|
|
3314
3342
|
result = imul(result, 31) + (this.f68_1 == null ? 0 : getStringHashCode(this.f68_1)) | 0;
|
|
3315
3343
|
result = imul(result, 31) + (this.g68_1 == null ? 0 : getStringHashCode(this.g68_1)) | 0;
|
|
3316
3344
|
result = imul(result, 31) + (this.h68_1 == null ? 0 : getStringHashCode(this.h68_1)) | 0;
|
|
3317
|
-
result = imul(result, 31) + (this.i68_1 == null ? 0 :
|
|
3318
|
-
result = imul(result, 31) + (this.j68_1 == null ? 0 :
|
|
3319
|
-
result = imul(result, 31) + (this.k68_1 == null ? 0 :
|
|
3345
|
+
result = imul(result, 31) + (this.i68_1 == null ? 0 : getStringHashCode(this.i68_1)) | 0;
|
|
3346
|
+
result = imul(result, 31) + (this.j68_1 == null ? 0 : getNumberHashCode(this.j68_1)) | 0;
|
|
3347
|
+
result = imul(result, 31) + (this.k68_1 == null ? 0 : getBooleanHashCode(this.k68_1)) | 0;
|
|
3348
|
+
result = imul(result, 31) + (this.l68_1 == null ? 0 : getNumberHashCode(this.l68_1)) | 0;
|
|
3320
3349
|
return result;
|
|
3321
3350
|
};
|
|
3322
3351
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3324,8 +3353,6 @@
|
|
|
3324
3353
|
return true;
|
|
3325
3354
|
if (!(other instanceof GameUserInfoDto))
|
|
3326
3355
|
return false;
|
|
3327
|
-
if (!(this.c68_1 == other.c68_1))
|
|
3328
|
-
return false;
|
|
3329
3356
|
if (!(this.d68_1 == other.d68_1))
|
|
3330
3357
|
return false;
|
|
3331
3358
|
if (!(this.e68_1 == other.e68_1))
|
|
@@ -3336,11 +3363,13 @@
|
|
|
3336
3363
|
return false;
|
|
3337
3364
|
if (!(this.h68_1 == other.h68_1))
|
|
3338
3365
|
return false;
|
|
3339
|
-
if (!
|
|
3366
|
+
if (!(this.i68_1 == other.i68_1))
|
|
3367
|
+
return false;
|
|
3368
|
+
if (!equals(this.j68_1, other.j68_1))
|
|
3340
3369
|
return false;
|
|
3341
|
-
if (!(this.
|
|
3370
|
+
if (!(this.k68_1 == other.k68_1))
|
|
3342
3371
|
return false;
|
|
3343
|
-
if (!equals(this.
|
|
3372
|
+
if (!equals(this.l68_1, other.l68_1))
|
|
3344
3373
|
return false;
|
|
3345
3374
|
return true;
|
|
3346
3375
|
};
|
|
@@ -3354,7 +3383,7 @@
|
|
|
3354
3383
|
// Inline function 'kotlin.arrayOf' call
|
|
3355
3384
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3356
3385
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3357
|
-
tmp.
|
|
3386
|
+
tmp.b69_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3358
3387
|
}
|
|
3359
3388
|
var Companion_instance_19;
|
|
3360
3389
|
function Companion_getInstance_20() {
|
|
@@ -3368,22 +3397,22 @@
|
|
|
3368
3397
|
tmp0_serialDesc.gz('state', false);
|
|
3369
3398
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3370
3399
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3371
|
-
this.
|
|
3400
|
+
this.c69_1 = tmp0_serialDesc;
|
|
3372
3401
|
}
|
|
3373
|
-
protoOf($serializer_7).
|
|
3374
|
-
var tmp0_desc = this.
|
|
3402
|
+
protoOf($serializer_7).d69 = function (encoder, value) {
|
|
3403
|
+
var tmp0_desc = this.c69_1;
|
|
3375
3404
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3376
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3377
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3378
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3379
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3405
|
+
var tmp2_cached = Companion_getInstance_20().b69_1;
|
|
3406
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.t68_1);
|
|
3407
|
+
tmp1_output.dt(tmp0_desc, 1, value.u68_1);
|
|
3408
|
+
tmp1_output.dt(tmp0_desc, 2, value.v68_1);
|
|
3380
3409
|
tmp1_output.pr(tmp0_desc);
|
|
3381
3410
|
};
|
|
3382
3411
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3383
|
-
return this.
|
|
3412
|
+
return this.d69(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3384
3413
|
};
|
|
3385
3414
|
protoOf($serializer_7).do = function (decoder) {
|
|
3386
|
-
var tmp0_desc = this.
|
|
3415
|
+
var tmp0_desc = this.c69_1;
|
|
3387
3416
|
var tmp1_flag = true;
|
|
3388
3417
|
var tmp2_index = 0;
|
|
3389
3418
|
var tmp3_bitMask0 = 0;
|
|
@@ -3391,7 +3420,7 @@
|
|
|
3391
3420
|
var tmp5_local1 = null;
|
|
3392
3421
|
var tmp6_local2 = null;
|
|
3393
3422
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3394
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3423
|
+
var tmp8_cached = Companion_getInstance_20().b69_1;
|
|
3395
3424
|
if (tmp7_input.es()) {
|
|
3396
3425
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3397
3426
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3426,13 +3455,13 @@
|
|
|
3426
3455
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3427
3456
|
};
|
|
3428
3457
|
protoOf($serializer_7).bo = function () {
|
|
3429
|
-
return this.
|
|
3458
|
+
return this.c69_1;
|
|
3430
3459
|
};
|
|
3431
3460
|
protoOf($serializer_7).vz = function () {
|
|
3432
3461
|
// Inline function 'kotlin.arrayOf' call
|
|
3433
3462
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3434
3463
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3435
|
-
return [Companion_getInstance_20().
|
|
3464
|
+
return [Companion_getInstance_20().b69_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3436
3465
|
};
|
|
3437
3466
|
var $serializer_instance_7;
|
|
3438
3467
|
function $serializer_getInstance_7() {
|
|
@@ -3442,11 +3471,11 @@
|
|
|
3442
3471
|
}
|
|
3443
3472
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3444
3473
|
if (!(7 === (7 & seen0))) {
|
|
3445
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3474
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().c69_1);
|
|
3446
3475
|
}
|
|
3447
|
-
$this.
|
|
3448
|
-
$this.
|
|
3449
|
-
$this.
|
|
3476
|
+
$this.t68_1 = state;
|
|
3477
|
+
$this.u68_1 = connectionChangedTime;
|
|
3478
|
+
$this.v68_1 = notLiveDurationRecord;
|
|
3450
3479
|
return $this;
|
|
3451
3480
|
}
|
|
3452
3481
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3454,17 +3483,17 @@
|
|
|
3454
3483
|
}
|
|
3455
3484
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3456
3485
|
Companion_getInstance_20();
|
|
3457
|
-
this.
|
|
3458
|
-
this.
|
|
3459
|
-
this.
|
|
3486
|
+
this.t68_1 = state;
|
|
3487
|
+
this.u68_1 = connectionChangedTime;
|
|
3488
|
+
this.v68_1 = notLiveDurationRecord;
|
|
3460
3489
|
}
|
|
3461
3490
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3462
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3491
|
+
return 'PlayerConnectionDto(state=' + this.t68_1.toString() + ', connectionChangedTime=' + this.u68_1 + ', notLiveDurationRecord=' + this.v68_1 + ')';
|
|
3463
3492
|
};
|
|
3464
3493
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3465
|
-
var result = this.
|
|
3466
|
-
result = imul(result, 31) + getStringHashCode(this.t68_1) | 0;
|
|
3494
|
+
var result = this.t68_1.hashCode();
|
|
3467
3495
|
result = imul(result, 31) + getStringHashCode(this.u68_1) | 0;
|
|
3496
|
+
result = imul(result, 31) + getStringHashCode(this.v68_1) | 0;
|
|
3468
3497
|
return result;
|
|
3469
3498
|
};
|
|
3470
3499
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3472,12 +3501,12 @@
|
|
|
3472
3501
|
return true;
|
|
3473
3502
|
if (!(other instanceof PlayerConnectionDto))
|
|
3474
3503
|
return false;
|
|
3475
|
-
if (!this.
|
|
3476
|
-
return false;
|
|
3477
|
-
if (!(this.t68_1 === other.t68_1))
|
|
3504
|
+
if (!this.t68_1.equals(other.t68_1))
|
|
3478
3505
|
return false;
|
|
3479
3506
|
if (!(this.u68_1 === other.u68_1))
|
|
3480
3507
|
return false;
|
|
3508
|
+
if (!(this.v68_1 === other.v68_1))
|
|
3509
|
+
return false;
|
|
3481
3510
|
return true;
|
|
3482
3511
|
};
|
|
3483
3512
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3490,7 +3519,7 @@
|
|
|
3490
3519
|
// Inline function 'kotlin.arrayOf' call
|
|
3491
3520
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3492
3521
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3493
|
-
tmp.
|
|
3522
|
+
tmp.e69_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3494
3523
|
}
|
|
3495
3524
|
var Companion_instance_20;
|
|
3496
3525
|
function Companion_getInstance_21() {
|
|
@@ -3508,38 +3537,38 @@
|
|
|
3508
3537
|
tmp0_serialDesc.gz('ready', true);
|
|
3509
3538
|
tmp0_serialDesc.gz('tag', true);
|
|
3510
3539
|
tmp0_serialDesc.gz('connection', true);
|
|
3511
|
-
this.
|
|
3540
|
+
this.f69_1 = tmp0_serialDesc;
|
|
3512
3541
|
}
|
|
3513
|
-
protoOf($serializer_8).
|
|
3514
|
-
var tmp0_desc = this.
|
|
3542
|
+
protoOf($serializer_8).g69 = function (encoder, value) {
|
|
3543
|
+
var tmp0_desc = this.f69_1;
|
|
3515
3544
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3516
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3517
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3518
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3545
|
+
var tmp2_cached = Companion_getInstance_21().e69_1;
|
|
3546
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.m68_1 == null)) {
|
|
3547
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.m68_1);
|
|
3519
3548
|
}
|
|
3520
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3521
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3549
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.n68_1 == null)) {
|
|
3550
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.n68_1);
|
|
3522
3551
|
}
|
|
3523
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3524
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3552
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.o68_1 == null)) {
|
|
3553
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.o68_1);
|
|
3525
3554
|
}
|
|
3526
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3527
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3528
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3555
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.p68_1);
|
|
3556
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.q68_1 == null)) {
|
|
3557
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.q68_1);
|
|
3529
3558
|
}
|
|
3530
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3531
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3559
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.r68_1 == null)) {
|
|
3560
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.r68_1);
|
|
3532
3561
|
}
|
|
3533
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3534
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3562
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.s68_1 == null)) {
|
|
3563
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.s68_1);
|
|
3535
3564
|
}
|
|
3536
3565
|
tmp1_output.pr(tmp0_desc);
|
|
3537
3566
|
};
|
|
3538
3567
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3539
|
-
return this.
|
|
3568
|
+
return this.g69(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3540
3569
|
};
|
|
3541
3570
|
protoOf($serializer_8).do = function (decoder) {
|
|
3542
|
-
var tmp0_desc = this.
|
|
3571
|
+
var tmp0_desc = this.f69_1;
|
|
3543
3572
|
var tmp1_flag = true;
|
|
3544
3573
|
var tmp2_index = 0;
|
|
3545
3574
|
var tmp3_bitMask0 = 0;
|
|
@@ -3551,7 +3580,7 @@
|
|
|
3551
3580
|
var tmp9_local5 = null;
|
|
3552
3581
|
var tmp10_local6 = null;
|
|
3553
3582
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3554
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3583
|
+
var tmp12_cached = Companion_getInstance_21().e69_1;
|
|
3555
3584
|
if (tmp11_input.es()) {
|
|
3556
3585
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3557
3586
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3610,10 +3639,10 @@
|
|
|
3610
3639
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3611
3640
|
};
|
|
3612
3641
|
protoOf($serializer_8).bo = function () {
|
|
3613
|
-
return this.
|
|
3642
|
+
return this.f69_1;
|
|
3614
3643
|
};
|
|
3615
3644
|
protoOf($serializer_8).vz = function () {
|
|
3616
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3645
|
+
var tmp0_cached = Companion_getInstance_21().e69_1;
|
|
3617
3646
|
// Inline function 'kotlin.arrayOf' call
|
|
3618
3647
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3619
3648
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3627,33 +3656,33 @@
|
|
|
3627
3656
|
}
|
|
3628
3657
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3629
3658
|
if (!(8 === (8 & seen0))) {
|
|
3630
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3659
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().f69_1);
|
|
3631
3660
|
}
|
|
3632
3661
|
if (0 === (seen0 & 1))
|
|
3633
|
-
$this.
|
|
3662
|
+
$this.m68_1 = null;
|
|
3634
3663
|
else
|
|
3635
|
-
$this.
|
|
3664
|
+
$this.m68_1 = startFrom;
|
|
3636
3665
|
if (0 === (seen0 & 2))
|
|
3637
|
-
$this.
|
|
3666
|
+
$this.n68_1 = null;
|
|
3638
3667
|
else
|
|
3639
|
-
$this.
|
|
3668
|
+
$this.n68_1 = playerTurnTimeout;
|
|
3640
3669
|
if (0 === (seen0 & 4))
|
|
3641
|
-
$this.
|
|
3670
|
+
$this.o68_1 = null;
|
|
3642
3671
|
else
|
|
3643
|
-
$this.
|
|
3644
|
-
$this.
|
|
3672
|
+
$this.o68_1 = waitPlayerUntilTime;
|
|
3673
|
+
$this.p68_1 = state;
|
|
3645
3674
|
if (0 === (seen0 & 16))
|
|
3646
|
-
$this.
|
|
3675
|
+
$this.q68_1 = null;
|
|
3647
3676
|
else
|
|
3648
|
-
$this.
|
|
3677
|
+
$this.q68_1 = ready;
|
|
3649
3678
|
if (0 === (seen0 & 32))
|
|
3650
|
-
$this.
|
|
3679
|
+
$this.r68_1 = null;
|
|
3651
3680
|
else
|
|
3652
|
-
$this.
|
|
3681
|
+
$this.r68_1 = tag;
|
|
3653
3682
|
if (0 === (seen0 & 64))
|
|
3654
|
-
$this.
|
|
3683
|
+
$this.s68_1 = null;
|
|
3655
3684
|
else
|
|
3656
|
-
$this.
|
|
3685
|
+
$this.s68_1 = connection;
|
|
3657
3686
|
return $this;
|
|
3658
3687
|
}
|
|
3659
3688
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3667,25 +3696,25 @@
|
|
|
3667
3696
|
ready = ready === VOID ? null : ready;
|
|
3668
3697
|
tag = tag === VOID ? null : tag;
|
|
3669
3698
|
connection = connection === VOID ? null : connection;
|
|
3670
|
-
this.
|
|
3671
|
-
this.
|
|
3672
|
-
this.
|
|
3673
|
-
this.
|
|
3674
|
-
this.
|
|
3675
|
-
this.
|
|
3676
|
-
this.
|
|
3699
|
+
this.m68_1 = startFrom;
|
|
3700
|
+
this.n68_1 = playerTurnTimeout;
|
|
3701
|
+
this.o68_1 = waitPlayerUntilTime;
|
|
3702
|
+
this.p68_1 = state;
|
|
3703
|
+
this.q68_1 = ready;
|
|
3704
|
+
this.r68_1 = tag;
|
|
3705
|
+
this.s68_1 = connection;
|
|
3677
3706
|
}
|
|
3678
3707
|
protoOf(PlayerStateDto).toString = function () {
|
|
3679
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3708
|
+
return 'PlayerStateDto(startFrom=' + this.m68_1 + ', playerTurnTimeout=' + this.n68_1 + ', waitPlayerUntilTime=' + this.o68_1 + ', state=' + this.p68_1.toString() + ', ready=' + this.q68_1 + ', tag=' + this.r68_1 + ', connection=' + toString(this.s68_1) + ')';
|
|
3680
3709
|
};
|
|
3681
3710
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3682
|
-
var result = this.
|
|
3683
|
-
result = imul(result, 31) + (this.m68_1 == null ? 0 : getStringHashCode(this.m68_1)) | 0;
|
|
3711
|
+
var result = this.m68_1 == null ? 0 : getStringHashCode(this.m68_1);
|
|
3684
3712
|
result = imul(result, 31) + (this.n68_1 == null ? 0 : getStringHashCode(this.n68_1)) | 0;
|
|
3685
|
-
result = imul(result, 31) + this.o68_1.
|
|
3686
|
-
result = imul(result, 31) +
|
|
3687
|
-
result = imul(result, 31) + (this.q68_1 == null ? 0 :
|
|
3688
|
-
result = imul(result, 31) + (this.r68_1 == null ? 0 : this.r68_1
|
|
3713
|
+
result = imul(result, 31) + (this.o68_1 == null ? 0 : getStringHashCode(this.o68_1)) | 0;
|
|
3714
|
+
result = imul(result, 31) + this.p68_1.hashCode() | 0;
|
|
3715
|
+
result = imul(result, 31) + (this.q68_1 == null ? 0 : getBooleanHashCode(this.q68_1)) | 0;
|
|
3716
|
+
result = imul(result, 31) + (this.r68_1 == null ? 0 : getStringHashCode(this.r68_1)) | 0;
|
|
3717
|
+
result = imul(result, 31) + (this.s68_1 == null ? 0 : this.s68_1.hashCode()) | 0;
|
|
3689
3718
|
return result;
|
|
3690
3719
|
};
|
|
3691
3720
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3693,19 +3722,19 @@
|
|
|
3693
3722
|
return true;
|
|
3694
3723
|
if (!(other instanceof PlayerStateDto))
|
|
3695
3724
|
return false;
|
|
3696
|
-
if (!(this.l68_1 == other.l68_1))
|
|
3697
|
-
return false;
|
|
3698
3725
|
if (!(this.m68_1 == other.m68_1))
|
|
3699
3726
|
return false;
|
|
3700
3727
|
if (!(this.n68_1 == other.n68_1))
|
|
3701
3728
|
return false;
|
|
3702
|
-
if (!this.o68_1
|
|
3729
|
+
if (!(this.o68_1 == other.o68_1))
|
|
3703
3730
|
return false;
|
|
3704
|
-
if (!
|
|
3731
|
+
if (!this.p68_1.equals(other.p68_1))
|
|
3705
3732
|
return false;
|
|
3706
3733
|
if (!(this.q68_1 == other.q68_1))
|
|
3707
3734
|
return false;
|
|
3708
|
-
if (!
|
|
3735
|
+
if (!(this.r68_1 == other.r68_1))
|
|
3736
|
+
return false;
|
|
3737
|
+
if (!equals(this.s68_1, other.s68_1))
|
|
3709
3738
|
return false;
|
|
3710
3739
|
return true;
|
|
3711
3740
|
};
|
|
@@ -3729,7 +3758,7 @@
|
|
|
3729
3758
|
// Inline function 'kotlin.arrayOf' call
|
|
3730
3759
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3731
3760
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3732
|
-
tmp.
|
|
3761
|
+
tmp.h69_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3733
3762
|
}
|
|
3734
3763
|
var Companion_instance_21;
|
|
3735
3764
|
function Companion_getInstance_22() {
|
|
@@ -3766,45 +3795,45 @@
|
|
|
3766
3795
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3767
3796
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3768
3797
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3769
|
-
this.
|
|
3798
|
+
this.i69_1 = tmp0_serialDesc;
|
|
3770
3799
|
}
|
|
3771
|
-
protoOf($serializer_9).
|
|
3772
|
-
var tmp0_desc = this.
|
|
3800
|
+
protoOf($serializer_9).j69 = function (encoder, value) {
|
|
3801
|
+
var tmp0_desc = this.i69_1;
|
|
3773
3802
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3774
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3775
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3776
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3777
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3778
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3779
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3780
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3781
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3782
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3783
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3784
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3785
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3786
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3787
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3788
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3789
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3790
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3791
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3792
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3793
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3794
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3795
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3796
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3797
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3798
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3799
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3800
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3803
|
+
var tmp2_cached = Companion_getInstance_22().h69_1;
|
|
3804
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.k69_1);
|
|
3805
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.l69_1);
|
|
3806
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.m69_1);
|
|
3807
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.n69_1);
|
|
3808
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o69_1);
|
|
3809
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.p69_1);
|
|
3810
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.q69_1);
|
|
3811
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.r69_1);
|
|
3812
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.s69_1);
|
|
3813
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.t69_1);
|
|
3814
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.u69_1);
|
|
3815
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.v69_1);
|
|
3816
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.w69_1);
|
|
3817
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.x69_1);
|
|
3818
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.y69_1);
|
|
3819
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.z69_1);
|
|
3820
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.a6a_1);
|
|
3821
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.b6a_1);
|
|
3822
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.c6a_1);
|
|
3823
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.d6a_1);
|
|
3824
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3825
|
+
tmp1_output.dt(tmp0_desc, 21, value.f6a_1);
|
|
3826
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.g6a_1);
|
|
3827
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.h6a_1);
|
|
3828
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.i6a_1);
|
|
3829
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.j6a_1);
|
|
3801
3830
|
tmp1_output.pr(tmp0_desc);
|
|
3802
3831
|
};
|
|
3803
3832
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3804
|
-
return this.
|
|
3833
|
+
return this.j69(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3805
3834
|
};
|
|
3806
3835
|
protoOf($serializer_9).do = function (decoder) {
|
|
3807
|
-
var tmp0_desc = this.
|
|
3836
|
+
var tmp0_desc = this.i69_1;
|
|
3808
3837
|
var tmp1_flag = true;
|
|
3809
3838
|
var tmp2_index = 0;
|
|
3810
3839
|
var tmp3_bitMask0 = 0;
|
|
@@ -3835,7 +3864,7 @@
|
|
|
3835
3864
|
var tmp28_local24 = null;
|
|
3836
3865
|
var tmp29_local25 = null;
|
|
3837
3866
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3838
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3867
|
+
var tmp31_cached = Companion_getInstance_22().h69_1;
|
|
3839
3868
|
if (tmp30_input.es()) {
|
|
3840
3869
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3841
3870
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4008,10 +4037,10 @@
|
|
|
4008
4037
|
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);
|
|
4009
4038
|
};
|
|
4010
4039
|
protoOf($serializer_9).bo = function () {
|
|
4011
|
-
return this.
|
|
4040
|
+
return this.i69_1;
|
|
4012
4041
|
};
|
|
4013
4042
|
protoOf($serializer_9).vz = function () {
|
|
4014
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4043
|
+
var tmp0_cached = Companion_getInstance_22().h69_1;
|
|
4015
4044
|
// Inline function 'kotlin.arrayOf' call
|
|
4016
4045
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4017
4046
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4025,34 +4054,34 @@
|
|
|
4025
4054
|
}
|
|
4026
4055
|
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) {
|
|
4027
4056
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4028
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4057
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().i69_1);
|
|
4029
4058
|
}
|
|
4030
|
-
$this.
|
|
4031
|
-
$this.
|
|
4032
|
-
$this.
|
|
4033
|
-
$this.
|
|
4034
|
-
$this.
|
|
4035
|
-
$this.
|
|
4036
|
-
$this.
|
|
4037
|
-
$this.
|
|
4038
|
-
$this.
|
|
4039
|
-
$this.
|
|
4040
|
-
$this.
|
|
4041
|
-
$this.
|
|
4042
|
-
$this.
|
|
4043
|
-
$this.
|
|
4044
|
-
$this.
|
|
4045
|
-
$this.
|
|
4046
|
-
$this.
|
|
4047
|
-
$this.
|
|
4048
|
-
$this.
|
|
4049
|
-
$this.
|
|
4050
|
-
$this.
|
|
4051
|
-
$this.
|
|
4052
|
-
$this.
|
|
4053
|
-
$this.
|
|
4054
|
-
$this.
|
|
4055
|
-
$this.
|
|
4059
|
+
$this.k69_1 = name;
|
|
4060
|
+
$this.l69_1 = playerWhoChooseSuitGoFirst;
|
|
4061
|
+
$this.m69_1 = winnerShuffleCards;
|
|
4062
|
+
$this.n69_1 = playWithoutLiabilities;
|
|
4063
|
+
$this.o69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4064
|
+
$this.p69_1 = dealerInitialCardsCount;
|
|
4065
|
+
$this.q69_1 = dealerFinalCardsCount;
|
|
4066
|
+
$this.r69_1 = dealerCounterClockwise;
|
|
4067
|
+
$this.s69_1 = contractTypes;
|
|
4068
|
+
$this.t69_1 = bidTypes;
|
|
4069
|
+
$this.u69_1 = needToPutHigherTrump;
|
|
4070
|
+
$this.v69_1 = trumpCardStepMode;
|
|
4071
|
+
$this.w69_1 = trumpCardStepPartnerMode;
|
|
4072
|
+
$this.x69_1 = combinationsWithFirstCard;
|
|
4073
|
+
$this.y69_1 = protectBella;
|
|
4074
|
+
$this.z69_1 = oneTryToProtectBella;
|
|
4075
|
+
$this.a6a_1 = enableFourSevensCombination;
|
|
4076
|
+
$this.b6a_1 = enableTrumpSevenCombination;
|
|
4077
|
+
$this.c6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4078
|
+
$this.d6a_1 = checkTrumpCombination;
|
|
4079
|
+
$this.e6a_1 = checkOnlyTrumpDebertz;
|
|
4080
|
+
$this.f6a_1 = pointsDistributeMode;
|
|
4081
|
+
$this.g6a_1 = enableFineIfNoBribes;
|
|
4082
|
+
$this.h6a_1 = fineIfNoBribes;
|
|
4083
|
+
$this.i6a_1 = enableFineAfterThirdByte;
|
|
4084
|
+
$this.j6a_1 = fineAfterThirdFailedContract;
|
|
4056
4085
|
return $this;
|
|
4057
4086
|
}
|
|
4058
4087
|
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) {
|
|
@@ -4060,63 +4089,63 @@
|
|
|
4060
4089
|
}
|
|
4061
4090
|
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) {
|
|
4062
4091
|
Companion_getInstance_22();
|
|
4063
|
-
this.
|
|
4064
|
-
this.
|
|
4065
|
-
this.
|
|
4066
|
-
this.
|
|
4067
|
-
this.
|
|
4068
|
-
this.
|
|
4069
|
-
this.
|
|
4070
|
-
this.
|
|
4071
|
-
this.
|
|
4072
|
-
this.
|
|
4073
|
-
this.
|
|
4074
|
-
this.
|
|
4075
|
-
this.
|
|
4076
|
-
this.
|
|
4077
|
-
this.
|
|
4078
|
-
this.
|
|
4079
|
-
this.
|
|
4080
|
-
this.
|
|
4081
|
-
this.
|
|
4082
|
-
this.
|
|
4083
|
-
this.
|
|
4084
|
-
this.
|
|
4085
|
-
this.
|
|
4086
|
-
this.
|
|
4087
|
-
this.
|
|
4088
|
-
this.
|
|
4092
|
+
this.k69_1 = name;
|
|
4093
|
+
this.l69_1 = playerWhoChooseSuitGoFirst;
|
|
4094
|
+
this.m69_1 = winnerShuffleCards;
|
|
4095
|
+
this.n69_1 = playWithoutLiabilities;
|
|
4096
|
+
this.o69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4097
|
+
this.p69_1 = dealerInitialCardsCount;
|
|
4098
|
+
this.q69_1 = dealerFinalCardsCount;
|
|
4099
|
+
this.r69_1 = dealerCounterClockwise;
|
|
4100
|
+
this.s69_1 = contractTypes;
|
|
4101
|
+
this.t69_1 = bidTypes;
|
|
4102
|
+
this.u69_1 = needToPutHigherTrump;
|
|
4103
|
+
this.v69_1 = trumpCardStepMode;
|
|
4104
|
+
this.w69_1 = trumpCardStepPartnerMode;
|
|
4105
|
+
this.x69_1 = combinationsWithFirstCard;
|
|
4106
|
+
this.y69_1 = protectBella;
|
|
4107
|
+
this.z69_1 = oneTryToProtectBella;
|
|
4108
|
+
this.a6a_1 = enableFourSevensCombination;
|
|
4109
|
+
this.b6a_1 = enableTrumpSevenCombination;
|
|
4110
|
+
this.c6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4111
|
+
this.d6a_1 = checkTrumpCombination;
|
|
4112
|
+
this.e6a_1 = checkOnlyTrumpDebertz;
|
|
4113
|
+
this.f6a_1 = pointsDistributeMode;
|
|
4114
|
+
this.g6a_1 = enableFineIfNoBribes;
|
|
4115
|
+
this.h6a_1 = fineIfNoBribes;
|
|
4116
|
+
this.i6a_1 = enableFineAfterThirdByte;
|
|
4117
|
+
this.j6a_1 = fineAfterThirdFailedContract;
|
|
4089
4118
|
}
|
|
4090
4119
|
protoOf(RulesDto).toString = function () {
|
|
4091
|
-
return 'RulesDto(name=' + this.
|
|
4120
|
+
return 'RulesDto(name=' + this.k69_1 + ', playerWhoChooseSuitGoFirst=' + this.l69_1 + ', winnerShuffleCards=' + this.m69_1 + ', playWithoutLiabilities=' + this.n69_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.o69_1 + ', dealerInitialCardsCount=' + this.p69_1 + ', dealerFinalCardsCount=' + this.q69_1 + ', dealerCounterClockwise=' + this.r69_1 + ', contractTypes=' + toString(this.s69_1) + ', bidTypes=' + toString(this.t69_1) + ', needToPutHigherTrump=' + this.u69_1 + ', trumpCardStepMode=' + this.v69_1 + ', trumpCardStepPartnerMode=' + this.w69_1 + ', combinationsWithFirstCard=' + toString(this.x69_1) + ', protectBella=' + this.y69_1 + ', oneTryToProtectBella=' + this.z69_1 + ', enableFourSevensCombination=' + this.a6a_1 + ', enableTrumpSevenCombination=' + this.b6a_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.c6a_1 + ', checkTrumpCombination=' + this.d6a_1 + ', checkOnlyTrumpDebertz=' + this.e6a_1 + ', pointsDistributeMode=' + this.f6a_1 + ', enableFineIfNoBribes=' + this.g6a_1 + ', fineIfNoBribes=' + this.h6a_1 + ', enableFineAfterThirdByte=' + this.i6a_1 + ', fineAfterThirdFailedContract=' + this.j6a_1 + ')';
|
|
4092
4121
|
};
|
|
4093
4122
|
protoOf(RulesDto).hashCode = function () {
|
|
4094
|
-
var result = this.
|
|
4095
|
-
result = imul(result, 31) + (this.k69_1 == null ? 0 : getBooleanHashCode(this.k69_1)) | 0;
|
|
4123
|
+
var result = this.k69_1 == null ? 0 : getStringHashCode(this.k69_1);
|
|
4096
4124
|
result = imul(result, 31) + (this.l69_1 == null ? 0 : getBooleanHashCode(this.l69_1)) | 0;
|
|
4097
4125
|
result = imul(result, 31) + (this.m69_1 == null ? 0 : getBooleanHashCode(this.m69_1)) | 0;
|
|
4098
4126
|
result = imul(result, 31) + (this.n69_1 == null ? 0 : getBooleanHashCode(this.n69_1)) | 0;
|
|
4099
|
-
result = imul(result, 31) + (this.o69_1 == null ? 0 : this.o69_1) | 0;
|
|
4127
|
+
result = imul(result, 31) + (this.o69_1 == null ? 0 : getBooleanHashCode(this.o69_1)) | 0;
|
|
4100
4128
|
result = imul(result, 31) + (this.p69_1 == null ? 0 : this.p69_1) | 0;
|
|
4101
|
-
result = imul(result, 31) + (this.q69_1 == null ? 0 :
|
|
4102
|
-
result = imul(result, 31) + (this.r69_1 == null ? 0 :
|
|
4129
|
+
result = imul(result, 31) + (this.q69_1 == null ? 0 : this.q69_1) | 0;
|
|
4130
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : getBooleanHashCode(this.r69_1)) | 0;
|
|
4103
4131
|
result = imul(result, 31) + (this.s69_1 == null ? 0 : hashCode(this.s69_1)) | 0;
|
|
4104
|
-
result = imul(result, 31) + (this.t69_1 == null ? 0 :
|
|
4105
|
-
result = imul(result, 31) + (this.u69_1 == null ? 0 :
|
|
4132
|
+
result = imul(result, 31) + (this.t69_1 == null ? 0 : hashCode(this.t69_1)) | 0;
|
|
4133
|
+
result = imul(result, 31) + (this.u69_1 == null ? 0 : getBooleanHashCode(this.u69_1)) | 0;
|
|
4106
4134
|
result = imul(result, 31) + (this.v69_1 == null ? 0 : getStringHashCode(this.v69_1)) | 0;
|
|
4107
|
-
result = imul(result, 31) + (this.w69_1 == null ? 0 :
|
|
4108
|
-
result = imul(result, 31) + (this.x69_1 == null ? 0 :
|
|
4135
|
+
result = imul(result, 31) + (this.w69_1 == null ? 0 : getStringHashCode(this.w69_1)) | 0;
|
|
4136
|
+
result = imul(result, 31) + (this.x69_1 == null ? 0 : hashCode(this.x69_1)) | 0;
|
|
4109
4137
|
result = imul(result, 31) + (this.y69_1 == null ? 0 : getBooleanHashCode(this.y69_1)) | 0;
|
|
4110
4138
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getBooleanHashCode(this.z69_1)) | 0;
|
|
4111
4139
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getBooleanHashCode(this.a6a_1)) | 0;
|
|
4112
4140
|
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getBooleanHashCode(this.b6a_1)) | 0;
|
|
4113
4141
|
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getBooleanHashCode(this.c6a_1)) | 0;
|
|
4114
4142
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getBooleanHashCode(this.d6a_1)) | 0;
|
|
4115
|
-
result = imul(result, 31) +
|
|
4116
|
-
result = imul(result, 31) + (this.f6a_1
|
|
4117
|
-
result = imul(result, 31) + (this.g6a_1 == null ? 0 : this.g6a_1) | 0;
|
|
4118
|
-
result = imul(result, 31) + (this.h6a_1 == null ? 0 :
|
|
4119
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 : this.i6a_1) | 0;
|
|
4143
|
+
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
4144
|
+
result = imul(result, 31) + getStringHashCode(this.f6a_1) | 0;
|
|
4145
|
+
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getBooleanHashCode(this.g6a_1)) | 0;
|
|
4146
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1) | 0;
|
|
4147
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getBooleanHashCode(this.i6a_1)) | 0;
|
|
4148
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : this.j6a_1) | 0;
|
|
4120
4149
|
return result;
|
|
4121
4150
|
};
|
|
4122
4151
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4124,8 +4153,6 @@
|
|
|
4124
4153
|
return true;
|
|
4125
4154
|
if (!(other instanceof RulesDto))
|
|
4126
4155
|
return false;
|
|
4127
|
-
if (!(this.j69_1 == other.j69_1))
|
|
4128
|
-
return false;
|
|
4129
4156
|
if (!(this.k69_1 == other.k69_1))
|
|
4130
4157
|
return false;
|
|
4131
4158
|
if (!(this.l69_1 == other.l69_1))
|
|
@@ -4140,19 +4167,19 @@
|
|
|
4140
4167
|
return false;
|
|
4141
4168
|
if (!(this.q69_1 == other.q69_1))
|
|
4142
4169
|
return false;
|
|
4143
|
-
if (!
|
|
4170
|
+
if (!(this.r69_1 == other.r69_1))
|
|
4144
4171
|
return false;
|
|
4145
4172
|
if (!equals(this.s69_1, other.s69_1))
|
|
4146
4173
|
return false;
|
|
4147
|
-
if (!(this.t69_1
|
|
4174
|
+
if (!equals(this.t69_1, other.t69_1))
|
|
4148
4175
|
return false;
|
|
4149
4176
|
if (!(this.u69_1 == other.u69_1))
|
|
4150
4177
|
return false;
|
|
4151
4178
|
if (!(this.v69_1 == other.v69_1))
|
|
4152
4179
|
return false;
|
|
4153
|
-
if (!
|
|
4180
|
+
if (!(this.w69_1 == other.w69_1))
|
|
4154
4181
|
return false;
|
|
4155
|
-
if (!(this.x69_1
|
|
4182
|
+
if (!equals(this.x69_1, other.x69_1))
|
|
4156
4183
|
return false;
|
|
4157
4184
|
if (!(this.y69_1 == other.y69_1))
|
|
4158
4185
|
return false;
|
|
@@ -4166,9 +4193,9 @@
|
|
|
4166
4193
|
return false;
|
|
4167
4194
|
if (!(this.d6a_1 == other.d6a_1))
|
|
4168
4195
|
return false;
|
|
4169
|
-
if (!(this.e6a_1
|
|
4196
|
+
if (!(this.e6a_1 == other.e6a_1))
|
|
4170
4197
|
return false;
|
|
4171
|
-
if (!(this.f6a_1
|
|
4198
|
+
if (!(this.f6a_1 === other.f6a_1))
|
|
4172
4199
|
return false;
|
|
4173
4200
|
if (!(this.g6a_1 == other.g6a_1))
|
|
4174
4201
|
return false;
|
|
@@ -4176,14 +4203,16 @@
|
|
|
4176
4203
|
return false;
|
|
4177
4204
|
if (!(this.i6a_1 == other.i6a_1))
|
|
4178
4205
|
return false;
|
|
4206
|
+
if (!(this.j6a_1 == other.j6a_1))
|
|
4207
|
+
return false;
|
|
4179
4208
|
return true;
|
|
4180
4209
|
};
|
|
4181
4210
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4182
|
-
this.
|
|
4183
|
-
this.
|
|
4211
|
+
this.k6a_1 = trump;
|
|
4212
|
+
this.l6a_1 = firstCardSuit;
|
|
4184
4213
|
}
|
|
4185
4214
|
protoOf(CardGrowthComparator).w5b = function (a, b) {
|
|
4186
|
-
return getGrowth(b, this.
|
|
4215
|
+
return getGrowth(b, this.k6a_1, this.l6a_1) - getGrowth(a, this.k6a_1, this.l6a_1) | 0;
|
|
4187
4216
|
};
|
|
4188
4217
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4189
4218
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4331,46 +4360,46 @@
|
|
|
4331
4360
|
return tmp;
|
|
4332
4361
|
}
|
|
4333
4362
|
function ProcessingCard(card) {
|
|
4334
|
-
this.
|
|
4363
|
+
this.m6a_1 = card;
|
|
4335
4364
|
}
|
|
4336
4365
|
protoOf(ProcessingCard).toString = function () {
|
|
4337
|
-
return 'ProcessingCard(card=' + this.
|
|
4366
|
+
return 'ProcessingCard(card=' + this.m6a_1.toString() + ')';
|
|
4338
4367
|
};
|
|
4339
4368
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4340
|
-
return this.
|
|
4369
|
+
return this.m6a_1.hashCode();
|
|
4341
4370
|
};
|
|
4342
4371
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4343
4372
|
if (this === other)
|
|
4344
4373
|
return true;
|
|
4345
4374
|
if (!(other instanceof ProcessingCard))
|
|
4346
4375
|
return false;
|
|
4347
|
-
if (!this.
|
|
4376
|
+
if (!this.m6a_1.equals(other.m6a_1))
|
|
4348
4377
|
return false;
|
|
4349
4378
|
return true;
|
|
4350
4379
|
};
|
|
4351
4380
|
function AsyncProvider() {
|
|
4352
4381
|
}
|
|
4353
4382
|
function onError($this, message, error) {
|
|
4354
|
-
$this.
|
|
4383
|
+
$this.u6a_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4355
4384
|
}
|
|
4356
4385
|
function Companion_20() {
|
|
4357
|
-
this.
|
|
4386
|
+
this.c6b_1 = 'AsyncProvider';
|
|
4358
4387
|
}
|
|
4359
4388
|
var Companion_instance_22;
|
|
4360
4389
|
function Companion_getInstance_23() {
|
|
4361
4390
|
return Companion_instance_22;
|
|
4362
4391
|
}
|
|
4363
4392
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4364
|
-
this.
|
|
4393
|
+
this.e6b_1 = this$0;
|
|
4365
4394
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4366
4395
|
}
|
|
4367
4396
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).q1x = function (context, exception) {
|
|
4368
|
-
onError(this.
|
|
4397
|
+
onError(this.e6b_1, 'CoroutineContext', exception);
|
|
4369
4398
|
return Unit_instance;
|
|
4370
4399
|
};
|
|
4371
4400
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4372
|
-
this.
|
|
4373
|
-
this.
|
|
4401
|
+
this.n6b_1 = this$0;
|
|
4402
|
+
this.o6b_1 = $block;
|
|
4374
4403
|
CoroutineImpl.call(this, resultContinuation);
|
|
4375
4404
|
}
|
|
4376
4405
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j2d = function ($this$launch, $completion) {
|
|
@@ -4390,43 +4419,43 @@
|
|
|
4390
4419
|
switch (tmp) {
|
|
4391
4420
|
case 0:
|
|
4392
4421
|
this.t8_1 = 6;
|
|
4393
|
-
this.
|
|
4422
|
+
this.r6b_1 = this.n6b_1.w6a_1;
|
|
4394
4423
|
var tmp_0 = this;
|
|
4395
|
-
tmp_0.
|
|
4424
|
+
tmp_0.q6b_1 = null;
|
|
4396
4425
|
this.s8_1 = 1;
|
|
4397
|
-
suspendResult = this.
|
|
4426
|
+
suspendResult = this.r6b_1.z2k(this.q6b_1, this);
|
|
4398
4427
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4399
4428
|
return suspendResult;
|
|
4400
4429
|
}
|
|
4401
4430
|
|
|
4402
4431
|
continue $sm;
|
|
4403
4432
|
case 1:
|
|
4404
|
-
this.
|
|
4433
|
+
this.s6b_1 = Unit_instance;
|
|
4405
4434
|
this.s8_1 = 2;
|
|
4406
4435
|
continue $sm;
|
|
4407
4436
|
case 2:
|
|
4408
4437
|
this.t8_1 = 5;
|
|
4409
4438
|
this.s8_1 = 3;
|
|
4410
|
-
suspendResult = this.
|
|
4439
|
+
suspendResult = this.o6b_1(this.p6b_1, this);
|
|
4411
4440
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4412
4441
|
return suspendResult;
|
|
4413
4442
|
}
|
|
4414
4443
|
|
|
4415
4444
|
continue $sm;
|
|
4416
4445
|
case 3:
|
|
4417
|
-
this.
|
|
4446
|
+
this.s6b_1 = Unit_instance;
|
|
4418
4447
|
this.t8_1 = 6;
|
|
4419
4448
|
this.s8_1 = 4;
|
|
4420
4449
|
continue $sm;
|
|
4421
4450
|
case 4:
|
|
4422
|
-
this.
|
|
4451
|
+
this.s6b_1;
|
|
4423
4452
|
this.t8_1 = 6;
|
|
4424
|
-
this.
|
|
4453
|
+
this.r6b_1.k2k(this.q6b_1);
|
|
4425
4454
|
return Unit_instance;
|
|
4426
4455
|
case 5:
|
|
4427
4456
|
this.t8_1 = 6;
|
|
4428
4457
|
var t = this.v8_1;
|
|
4429
|
-
this.
|
|
4458
|
+
this.r6b_1.k2k(this.q6b_1);
|
|
4430
4459
|
throw t;
|
|
4431
4460
|
case 6:
|
|
4432
4461
|
throw this.v8_1;
|
|
@@ -4443,8 +4472,8 @@
|
|
|
4443
4472
|
while (true);
|
|
4444
4473
|
};
|
|
4445
4474
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k2d = function ($this$launch, completion) {
|
|
4446
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4447
|
-
i.
|
|
4475
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.n6b_1, this.o6b_1, completion);
|
|
4476
|
+
i.p6b_1 = $this$launch;
|
|
4448
4477
|
return i;
|
|
4449
4478
|
};
|
|
4450
4479
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4459,53 +4488,53 @@
|
|
|
4459
4488
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().d21() : mainDispatcher;
|
|
4460
4489
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().z20_1 : defaultDispatcher;
|
|
4461
4490
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().a21_1 : unconfinedDispatcher;
|
|
4462
|
-
this.
|
|
4463
|
-
this.
|
|
4464
|
-
this.v6a_1 = Mutex();
|
|
4491
|
+
this.u6a_1 = logger;
|
|
4492
|
+
this.v6a_1 = SupervisorJob();
|
|
4465
4493
|
this.w6a_1 = Mutex();
|
|
4494
|
+
this.x6a_1 = Mutex();
|
|
4466
4495
|
var tmp = this;
|
|
4467
4496
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4468
|
-
tmp.
|
|
4469
|
-
this.
|
|
4470
|
-
this.
|
|
4471
|
-
this.
|
|
4497
|
+
tmp.y6a_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4498
|
+
this.z6a_1 = CoroutineScope_0(mainDispatcher.dg(this.v6a_1).dg(MainContextId_getInstance()));
|
|
4499
|
+
this.a6b_1 = CoroutineScope_0(defaultDispatcher.dg(this.v6a_1).dg(WorkerContextId_getInstance()));
|
|
4500
|
+
this.b6b_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.v6a_1).dg(WorkerContextId_getInstance()));
|
|
4472
4501
|
}
|
|
4473
|
-
protoOf(AsyncProviderImpl).
|
|
4474
|
-
return this.
|
|
4502
|
+
protoOf(AsyncProviderImpl).n6a = function () {
|
|
4503
|
+
return this.y6a_1;
|
|
4475
4504
|
};
|
|
4476
|
-
protoOf(AsyncProviderImpl).
|
|
4477
|
-
if (this.
|
|
4478
|
-
this.
|
|
4505
|
+
protoOf(AsyncProviderImpl).s6a = function (context, block) {
|
|
4506
|
+
if (this.v6a_1.z1p()) {
|
|
4507
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4479
4508
|
// Inline function 'kotlin.apply' call
|
|
4480
4509
|
var this_0 = Job();
|
|
4481
4510
|
this_0.n1q();
|
|
4482
4511
|
return this_0;
|
|
4483
4512
|
}
|
|
4484
|
-
return launch(this.
|
|
4513
|
+
return launch(this.z6a_1, context, VOID, block);
|
|
4485
4514
|
};
|
|
4486
|
-
protoOf(AsyncProviderImpl).
|
|
4487
|
-
if (this.
|
|
4488
|
-
this.
|
|
4515
|
+
protoOf(AsyncProviderImpl).o6a = function (context, block) {
|
|
4516
|
+
if (this.v6a_1.z1p()) {
|
|
4517
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4489
4518
|
// Inline function 'kotlin.apply' call
|
|
4490
4519
|
var this_0 = Job();
|
|
4491
4520
|
this_0.n1q();
|
|
4492
4521
|
return this_0;
|
|
4493
4522
|
}
|
|
4494
|
-
return launch(this.
|
|
4523
|
+
return launch(this.a6b_1, context, VOID, block);
|
|
4495
4524
|
};
|
|
4496
|
-
protoOf(AsyncProviderImpl).
|
|
4497
|
-
if (this.
|
|
4498
|
-
this.
|
|
4525
|
+
protoOf(AsyncProviderImpl).q6a = function (context, block) {
|
|
4526
|
+
if (this.v6a_1.z1p()) {
|
|
4527
|
+
this.u6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4499
4528
|
// Inline function 'kotlin.apply' call
|
|
4500
4529
|
var this_0 = Job();
|
|
4501
4530
|
this_0.n1q();
|
|
4502
4531
|
return this_0;
|
|
4503
4532
|
}
|
|
4504
|
-
return launch(this.
|
|
4533
|
+
return launch(this.a6b_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4505
4534
|
};
|
|
4506
4535
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4507
|
-
if (!this.
|
|
4508
|
-
this.
|
|
4536
|
+
if (!this.v6a_1.z1p()) {
|
|
4537
|
+
this.v6a_1.n1q();
|
|
4509
4538
|
}
|
|
4510
4539
|
};
|
|
4511
4540
|
function Key() {
|
|
@@ -4567,7 +4596,7 @@
|
|
|
4567
4596
|
}
|
|
4568
4597
|
function UUIDIdsProvider() {
|
|
4569
4598
|
}
|
|
4570
|
-
protoOf(UUIDIdsProvider).
|
|
4599
|
+
protoOf(UUIDIdsProvider).t6b = function () {
|
|
4571
4600
|
return uuid4().toString();
|
|
4572
4601
|
};
|
|
4573
4602
|
var UUIDIdsProvider_instance;
|
|
@@ -4585,55 +4614,55 @@
|
|
|
4585
4614
|
tmp = lock;
|
|
4586
4615
|
}
|
|
4587
4616
|
lock = tmp;
|
|
4588
|
-
this.
|
|
4589
|
-
this.
|
|
4617
|
+
this.z6b_1 = logger;
|
|
4618
|
+
this.a6c_1 = lock;
|
|
4590
4619
|
var tmp_0 = this;
|
|
4591
4620
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4592
|
-
tmp_0.
|
|
4621
|
+
tmp_0.b6c_1 = HashMap_init_$Create$();
|
|
4593
4622
|
}
|
|
4594
|
-
protoOf(JobsProviderImpl).
|
|
4623
|
+
protoOf(JobsProviderImpl).u6b = function (timerTag, job) {
|
|
4595
4624
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4596
|
-
this.
|
|
4597
|
-
if (this.
|
|
4598
|
-
this.
|
|
4625
|
+
this.a6c_1;
|
|
4626
|
+
if (this.y6b(timerTag)) {
|
|
4627
|
+
this.z6b_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4599
4628
|
}
|
|
4600
4629
|
// Inline function 'kotlin.collections.set' call
|
|
4601
|
-
this.
|
|
4630
|
+
this.b6c_1.f2(timerTag, job);
|
|
4602
4631
|
};
|
|
4603
|
-
protoOf(JobsProviderImpl).
|
|
4632
|
+
protoOf(JobsProviderImpl).y6b = function (timerTag) {
|
|
4604
4633
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4605
|
-
this.
|
|
4606
|
-
return this.
|
|
4634
|
+
this.a6c_1;
|
|
4635
|
+
return this.b6c_1.a2(timerTag);
|
|
4607
4636
|
};
|
|
4608
|
-
protoOf(JobsProviderImpl).
|
|
4637
|
+
protoOf(JobsProviderImpl).w6b = function (timerTag) {
|
|
4609
4638
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4610
|
-
this.
|
|
4611
|
-
if (!this.
|
|
4612
|
-
this.
|
|
4639
|
+
this.a6c_1;
|
|
4640
|
+
if (!this.y6b(timerTag)) {
|
|
4641
|
+
this.z6b_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4613
4642
|
}
|
|
4614
|
-
this.
|
|
4643
|
+
this.b6c_1.g2(timerTag);
|
|
4615
4644
|
};
|
|
4616
|
-
protoOf(JobsProviderImpl).
|
|
4645
|
+
protoOf(JobsProviderImpl).x6b = function (timers) {
|
|
4617
4646
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4618
|
-
this.
|
|
4647
|
+
this.a6c_1;
|
|
4619
4648
|
// Inline function 'kotlin.collections.forEach' call
|
|
4620
4649
|
var _iterator__ex2g4s = timers.l();
|
|
4621
4650
|
while (_iterator__ex2g4s.m()) {
|
|
4622
4651
|
var element = _iterator__ex2g4s.n();
|
|
4623
|
-
var timer = this.
|
|
4652
|
+
var timer = this.b6c_1.c2(element);
|
|
4624
4653
|
if (timer == null)
|
|
4625
4654
|
null;
|
|
4626
4655
|
else {
|
|
4627
4656
|
timer.n1q();
|
|
4628
4657
|
}
|
|
4629
4658
|
}
|
|
4630
|
-
this.
|
|
4659
|
+
this.b6c_1.d2().l2(toSet(timers));
|
|
4631
4660
|
};
|
|
4632
|
-
protoOf(JobsProviderImpl).
|
|
4661
|
+
protoOf(JobsProviderImpl).v6b = function (timerTag) {
|
|
4633
4662
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4634
|
-
this.
|
|
4635
|
-
var timer = this.
|
|
4636
|
-
this.
|
|
4663
|
+
this.a6c_1;
|
|
4664
|
+
var timer = this.b6c_1.c2(timerTag);
|
|
4665
|
+
this.b6c_1.g2(timerTag);
|
|
4637
4666
|
var tmp;
|
|
4638
4667
|
if (timer == null) {
|
|
4639
4668
|
tmp = null;
|
|
@@ -4646,36 +4675,36 @@
|
|
|
4646
4675
|
}
|
|
4647
4676
|
function FileSystemImpl(fileSystem) {
|
|
4648
4677
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4649
|
-
this.
|
|
4678
|
+
this.f6c_1 = fileSystem;
|
|
4650
4679
|
}
|
|
4651
|
-
protoOf(FileSystemImpl).
|
|
4680
|
+
protoOf(FileSystemImpl).c6c = function (path, $completion) {
|
|
4652
4681
|
var directoryPath = Path(path);
|
|
4653
|
-
var exists = this.
|
|
4682
|
+
var exists = this.f6c_1.c1o(directoryPath);
|
|
4654
4683
|
if (!exists) {
|
|
4655
|
-
this.
|
|
4684
|
+
this.f6c_1.g1o(directoryPath);
|
|
4656
4685
|
}
|
|
4657
4686
|
return Unit_instance;
|
|
4658
4687
|
};
|
|
4659
|
-
protoOf(FileSystemImpl).
|
|
4660
|
-
return buffered(this.
|
|
4688
|
+
protoOf(FileSystemImpl).d6c = function (path, fileName, append, $completion) {
|
|
4689
|
+
return buffered(this.f6c_1.h1o(Path_0(path, [fileName]), append));
|
|
4661
4690
|
};
|
|
4662
|
-
protoOf(FileSystemImpl).
|
|
4663
|
-
this.
|
|
4691
|
+
protoOf(FileSystemImpl).e6c = function (path, $completion) {
|
|
4692
|
+
this.f6c_1.e1o(Path_0(path, []));
|
|
4664
4693
|
return Unit_instance;
|
|
4665
4694
|
};
|
|
4666
4695
|
function LoggerFactory() {
|
|
4667
4696
|
}
|
|
4668
4697
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4669
|
-
this.
|
|
4670
|
-
this.
|
|
4698
|
+
this.h6c_1 = coreConfig;
|
|
4699
|
+
this.i6c_1 = fileSystem;
|
|
4671
4700
|
}
|
|
4672
|
-
protoOf(LoggerFactoryImpl).
|
|
4701
|
+
protoOf(LoggerFactoryImpl).g6c = function (gameId, roomId, userId) {
|
|
4673
4702
|
// Inline function 'kotlin.let' call
|
|
4674
|
-
var it = this.
|
|
4703
|
+
var it = this.h6c_1.fileNameFormat;
|
|
4675
4704
|
var tmp = Companion_instance_4;
|
|
4676
4705
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4677
4706
|
// Inline function 'kotlin.collections.map' call
|
|
4678
|
-
var this_0 = split(this.
|
|
4707
|
+
var this_0 = split(this.h6c_1.requireDirectoryPath, ['/']);
|
|
4679
4708
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4680
4709
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4681
4710
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4687,7 +4716,7 @@
|
|
|
4687
4716
|
}
|
|
4688
4717
|
var segments = destination;
|
|
4689
4718
|
var tmp0_path = joinToString(segments, '/');
|
|
4690
|
-
var tmp1_fileSystem = this.
|
|
4719
|
+
var tmp1_fileSystem = this.i6c_1;
|
|
4691
4720
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4692
4721
|
};
|
|
4693
4722
|
function appendToFile($this, message, $completion) {
|
|
@@ -4698,7 +4727,7 @@
|
|
|
4698
4727
|
}
|
|
4699
4728
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4700
4729
|
CoroutineImpl.call(this, resultContinuation);
|
|
4701
|
-
this.
|
|
4730
|
+
this.b6d_1 = _this__u8e3s4;
|
|
4702
4731
|
}
|
|
4703
4732
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4704
4733
|
var suspendResult = this.u8_1;
|
|
@@ -4710,7 +4739,7 @@
|
|
|
4710
4739
|
this.t8_1 = 3;
|
|
4711
4740
|
this.t8_1 = 2;
|
|
4712
4741
|
this.s8_1 = 1;
|
|
4713
|
-
suspendResult = this.
|
|
4742
|
+
suspendResult = this.b6d_1.e6d_1.c6c(this.b6d_1.d6d_1, this);
|
|
4714
4743
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4715
4744
|
return suspendResult;
|
|
4716
4745
|
}
|
|
@@ -4751,8 +4780,8 @@
|
|
|
4751
4780
|
};
|
|
4752
4781
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4753
4782
|
CoroutineImpl.call(this, resultContinuation);
|
|
4754
|
-
this.
|
|
4755
|
-
this.
|
|
4783
|
+
this.r6c_1 = _this__u8e3s4;
|
|
4784
|
+
this.s6c_1 = message;
|
|
4756
4785
|
}
|
|
4757
4786
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4758
4787
|
var suspendResult = this.u8_1;
|
|
@@ -4764,7 +4793,7 @@
|
|
|
4764
4793
|
this.t8_1 = 3;
|
|
4765
4794
|
this.t8_1 = 2;
|
|
4766
4795
|
this.s8_1 = 1;
|
|
4767
|
-
suspendResult = this.
|
|
4796
|
+
suspendResult = this.r6c_1.e6d_1.d6c(this.r6c_1.d6d_1, this.r6c_1.c6d_1, true, this);
|
|
4768
4797
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4769
4798
|
return suspendResult;
|
|
4770
4799
|
}
|
|
@@ -4775,7 +4804,7 @@
|
|
|
4775
4804
|
var sink = buffered(ARGUMENT);
|
|
4776
4805
|
l$ret$1: do {
|
|
4777
4806
|
try {
|
|
4778
|
-
writeString(sink, this.
|
|
4807
|
+
writeString(sink, this.s6c_1 + '\n');
|
|
4779
4808
|
break l$ret$1;
|
|
4780
4809
|
} catch ($p) {
|
|
4781
4810
|
var t = $p;
|
|
@@ -4818,17 +4847,17 @@
|
|
|
4818
4847
|
while (true);
|
|
4819
4848
|
};
|
|
4820
4849
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4821
|
-
this.
|
|
4822
|
-
this.
|
|
4823
|
-
this.
|
|
4850
|
+
this.c6d_1 = fileName;
|
|
4851
|
+
this.d6d_1 = path;
|
|
4852
|
+
this.e6d_1 = fileSystem;
|
|
4824
4853
|
}
|
|
4825
|
-
protoOf(LogsStorageControllerImpl).
|
|
4854
|
+
protoOf(LogsStorageControllerImpl).f6d = function ($completion) {
|
|
4826
4855
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4827
4856
|
tmp.u8_1 = Unit_instance;
|
|
4828
4857
|
tmp.v8_1 = null;
|
|
4829
4858
|
return tmp.a9();
|
|
4830
4859
|
};
|
|
4831
|
-
protoOf(LogsStorageControllerImpl).
|
|
4860
|
+
protoOf(LogsStorageControllerImpl).g6d = function (log, $completion) {
|
|
4832
4861
|
return appendToFile(this, log, $completion);
|
|
4833
4862
|
};
|
|
4834
4863
|
function BufferedAction() {
|
|
@@ -4843,30 +4872,30 @@
|
|
|
4843
4872
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4844
4873
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4845
4874
|
TimerAction.call(this);
|
|
4846
|
-
this.
|
|
4847
|
-
this.
|
|
4848
|
-
this.
|
|
4849
|
-
this.
|
|
4875
|
+
this.m6d_1 = timerTag;
|
|
4876
|
+
this.n6d_1 = delayMillis;
|
|
4877
|
+
this.o6d_1 = initialDelay;
|
|
4878
|
+
this.p6d_1 = type;
|
|
4850
4879
|
}
|
|
4851
4880
|
protoOf(StartTimerAction).toString = function () {
|
|
4852
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4853
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4881
|
+
var tmp = 'timerTag=' + toString_0(this.m6d_1);
|
|
4882
|
+
var tmp_0 = 'delayMillis=' + this.n6d_1.toString();
|
|
4854
4883
|
// Inline function 'kotlin.takeIf' call
|
|
4855
|
-
var this_0 = 'initialDelay=' + this.
|
|
4884
|
+
var this_0 = 'initialDelay=' + this.o6d_1.toString();
|
|
4856
4885
|
var tmp_1;
|
|
4857
|
-
if (!equalsLong(this.
|
|
4886
|
+
if (!equalsLong(this.o6d_1, new Long(0, 0))) {
|
|
4858
4887
|
tmp_1 = this_0;
|
|
4859
4888
|
} else {
|
|
4860
4889
|
tmp_1 = null;
|
|
4861
4890
|
}
|
|
4862
4891
|
var tmp$ret$1 = tmp_1;
|
|
4863
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4892
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.p6d_1.toString()])) + ')';
|
|
4864
4893
|
};
|
|
4865
4894
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4866
|
-
var result = hashCode(this.
|
|
4867
|
-
result = imul(result, 31) + this.m6d_1.hashCode() | 0;
|
|
4895
|
+
var result = hashCode(this.m6d_1);
|
|
4868
4896
|
result = imul(result, 31) + this.n6d_1.hashCode() | 0;
|
|
4869
4897
|
result = imul(result, 31) + this.o6d_1.hashCode() | 0;
|
|
4898
|
+
result = imul(result, 31) + this.p6d_1.hashCode() | 0;
|
|
4870
4899
|
return result;
|
|
4871
4900
|
};
|
|
4872
4901
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4874,13 +4903,13 @@
|
|
|
4874
4903
|
return true;
|
|
4875
4904
|
if (!(other instanceof StartTimerAction))
|
|
4876
4905
|
return false;
|
|
4877
|
-
if (!equals(this.
|
|
4878
|
-
return false;
|
|
4879
|
-
if (!equalsLong(this.m6d_1, other.m6d_1))
|
|
4906
|
+
if (!equals(this.m6d_1, other.m6d_1))
|
|
4880
4907
|
return false;
|
|
4881
4908
|
if (!equalsLong(this.n6d_1, other.n6d_1))
|
|
4882
4909
|
return false;
|
|
4883
|
-
if (!this.o6d_1
|
|
4910
|
+
if (!equalsLong(this.o6d_1, other.o6d_1))
|
|
4911
|
+
return false;
|
|
4912
|
+
if (!this.p6d_1.equals(other.p6d_1))
|
|
4884
4913
|
return false;
|
|
4885
4914
|
return true;
|
|
4886
4915
|
};
|
|
@@ -4899,18 +4928,18 @@
|
|
|
4899
4928
|
}
|
|
4900
4929
|
function TimerTickAction(timerTag, type) {
|
|
4901
4930
|
TimerAction.call(this);
|
|
4902
|
-
this.
|
|
4903
|
-
this.
|
|
4931
|
+
this.q6d_1 = timerTag;
|
|
4932
|
+
this.r6d_1 = type;
|
|
4904
4933
|
}
|
|
4905
4934
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
4906
|
-
return this.
|
|
4935
|
+
return this.q6d_1.ignoreValidation();
|
|
4907
4936
|
};
|
|
4908
4937
|
protoOf(TimerTickAction).toString = function () {
|
|
4909
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4938
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.q6d_1) + ', type=' + this.r6d_1.toString() + ')';
|
|
4910
4939
|
};
|
|
4911
4940
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4912
|
-
var result = hashCode(this.
|
|
4913
|
-
result = imul(result, 31) + this.
|
|
4941
|
+
var result = hashCode(this.q6d_1);
|
|
4942
|
+
result = imul(result, 31) + this.r6d_1.hashCode() | 0;
|
|
4914
4943
|
return result;
|
|
4915
4944
|
};
|
|
4916
4945
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4918,28 +4947,28 @@
|
|
|
4918
4947
|
return true;
|
|
4919
4948
|
if (!(other instanceof TimerTickAction))
|
|
4920
4949
|
return false;
|
|
4921
|
-
if (!equals(this.
|
|
4950
|
+
if (!equals(this.q6d_1, other.q6d_1))
|
|
4922
4951
|
return false;
|
|
4923
|
-
if (!this.
|
|
4952
|
+
if (!this.r6d_1.equals(other.r6d_1))
|
|
4924
4953
|
return false;
|
|
4925
4954
|
return true;
|
|
4926
4955
|
};
|
|
4927
4956
|
function StopTimerAction(timerTag) {
|
|
4928
4957
|
TimerAction.call(this);
|
|
4929
|
-
this.
|
|
4958
|
+
this.s6d_1 = timerTag;
|
|
4930
4959
|
}
|
|
4931
4960
|
protoOf(StopTimerAction).toString = function () {
|
|
4932
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4961
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.s6d_1) + ')';
|
|
4933
4962
|
};
|
|
4934
4963
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4935
|
-
return hashCode(this.
|
|
4964
|
+
return hashCode(this.s6d_1);
|
|
4936
4965
|
};
|
|
4937
4966
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4938
4967
|
if (this === other)
|
|
4939
4968
|
return true;
|
|
4940
4969
|
if (!(other instanceof StopTimerAction))
|
|
4941
4970
|
return false;
|
|
4942
|
-
if (!equals(this.
|
|
4971
|
+
if (!equals(this.s6d_1, other.s6d_1))
|
|
4943
4972
|
return false;
|
|
4944
4973
|
return true;
|
|
4945
4974
|
};
|
|
@@ -4983,7 +5012,7 @@
|
|
|
4983
5012
|
return function (reducer, initialState, en) {
|
|
4984
5013
|
var store = $storeCreator(reducer, initialState, en);
|
|
4985
5014
|
var origDispatch = store.dispatch;
|
|
4986
|
-
store.
|
|
5015
|
+
store.t6d(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
4987
5016
|
return store;
|
|
4988
5017
|
};
|
|
4989
5018
|
}
|
|
@@ -4997,7 +5026,7 @@
|
|
|
4997
5026
|
}
|
|
4998
5027
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
4999
5028
|
return function (action) {
|
|
5000
|
-
$middleware.
|
|
5029
|
+
$middleware.u6d($store, $dispatcher, action);
|
|
5001
5030
|
return Unit_instance;
|
|
5002
5031
|
};
|
|
5003
5032
|
}
|
|
@@ -5012,7 +5041,7 @@
|
|
|
5012
5041
|
while (inductionVariable < last) {
|
|
5013
5042
|
var element = tmp0[inductionVariable];
|
|
5014
5043
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5015
|
-
if (element.
|
|
5044
|
+
if (element.v6d(action)) {
|
|
5016
5045
|
destination.j(element);
|
|
5017
5046
|
}
|
|
5018
5047
|
}
|
|
@@ -5036,7 +5065,7 @@
|
|
|
5036
5065
|
return function (reducer, initialState, en) {
|
|
5037
5066
|
var store = $storeCreator(reducer, initialState, en);
|
|
5038
5067
|
var origDispatch = store.dispatch;
|
|
5039
|
-
store.
|
|
5068
|
+
store.t6d(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5040
5069
|
return store;
|
|
5041
5070
|
};
|
|
5042
5071
|
}
|
|
@@ -5050,9 +5079,9 @@
|
|
|
5050
5079
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5051
5080
|
}
|
|
5052
5081
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5053
|
-
this.
|
|
5054
|
-
this.
|
|
5055
|
-
this.
|
|
5082
|
+
this.e6e_1 = $jobsProvider;
|
|
5083
|
+
this.f6e_1 = $action;
|
|
5084
|
+
this.g6e_1 = $store;
|
|
5056
5085
|
CoroutineImpl.call(this, resultContinuation);
|
|
5057
5086
|
}
|
|
5058
5087
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5071,8 +5100,8 @@
|
|
|
5071
5100
|
var tmp = this.s8_1;
|
|
5072
5101
|
if (tmp === 0) {
|
|
5073
5102
|
this.t8_1 = 1;
|
|
5074
|
-
if (this.
|
|
5075
|
-
this.
|
|
5103
|
+
if (this.e6e_1.y6b(this.f6e_1.m6d_1)) {
|
|
5104
|
+
this.g6e_1.dispatch(new TimerTickAction(this.f6e_1.m6d_1, TimerType_DELAY_getInstance()));
|
|
5076
5105
|
}
|
|
5077
5106
|
return Unit_instance;
|
|
5078
5107
|
} else if (tmp === 1) {
|
|
@@ -5085,8 +5114,8 @@
|
|
|
5085
5114
|
while (true);
|
|
5086
5115
|
};
|
|
5087
5116
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k2d = function ($this$launchMain, completion) {
|
|
5088
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5089
|
-
i.
|
|
5117
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.e6e_1, this.f6e_1, this.g6e_1, completion);
|
|
5118
|
+
i.h6e_1 = $this$launchMain;
|
|
5090
5119
|
return i;
|
|
5091
5120
|
};
|
|
5092
5121
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5098,9 +5127,9 @@
|
|
|
5098
5127
|
return l;
|
|
5099
5128
|
}
|
|
5100
5129
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5101
|
-
this.
|
|
5102
|
-
this.
|
|
5103
|
-
this.
|
|
5130
|
+
this.q6e_1 = $jobsProvider;
|
|
5131
|
+
this.r6e_1 = $action;
|
|
5132
|
+
this.s6e_1 = $store;
|
|
5104
5133
|
CoroutineImpl.call(this, resultContinuation);
|
|
5105
5134
|
}
|
|
5106
5135
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5119,8 +5148,8 @@
|
|
|
5119
5148
|
var tmp = this.s8_1;
|
|
5120
5149
|
if (tmp === 0) {
|
|
5121
5150
|
this.t8_1 = 1;
|
|
5122
|
-
if (this.
|
|
5123
|
-
this.
|
|
5151
|
+
if (this.q6e_1.y6b(this.r6e_1.m6d_1)) {
|
|
5152
|
+
this.s6e_1.dispatch(new TimerTickAction(this.r6e_1.m6d_1, TimerType_INTERVAL_getInstance()));
|
|
5124
5153
|
}
|
|
5125
5154
|
return Unit_instance;
|
|
5126
5155
|
} else if (tmp === 1) {
|
|
@@ -5133,8 +5162,8 @@
|
|
|
5133
5162
|
while (true);
|
|
5134
5163
|
};
|
|
5135
5164
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k2d = function ($this$launchMain, completion) {
|
|
5136
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5137
|
-
i.
|
|
5165
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.q6e_1, this.r6e_1, this.s6e_1, completion);
|
|
5166
|
+
i.t6e_1 = $this$launchMain;
|
|
5138
5167
|
return i;
|
|
5139
5168
|
};
|
|
5140
5169
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5146,10 +5175,10 @@
|
|
|
5146
5175
|
return l;
|
|
5147
5176
|
}
|
|
5148
5177
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5149
|
-
this.
|
|
5150
|
-
this.
|
|
5151
|
-
this.
|
|
5152
|
-
this.
|
|
5178
|
+
this.c6f_1 = $action;
|
|
5179
|
+
this.d6f_1 = $asyncProvider;
|
|
5180
|
+
this.e6f_1 = $jobsProvider;
|
|
5181
|
+
this.f6f_1 = $store;
|
|
5153
5182
|
CoroutineImpl.call(this, resultContinuation);
|
|
5154
5183
|
}
|
|
5155
5184
|
protoOf(timerMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
@@ -5169,9 +5198,9 @@
|
|
|
5169
5198
|
switch (tmp) {
|
|
5170
5199
|
case 0:
|
|
5171
5200
|
this.t8_1 = 10;
|
|
5172
|
-
if (!equalsLong(this.
|
|
5201
|
+
if (!equalsLong(this.c6f_1.o6d_1, new Long(0, 0)) && this.c6f_1.p6d_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5173
5202
|
this.s8_1 = 1;
|
|
5174
|
-
suspendResult = delay(this.
|
|
5203
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5175
5204
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5176
5205
|
return suspendResult;
|
|
5177
5206
|
}
|
|
@@ -5185,19 +5214,19 @@
|
|
|
5185
5214
|
this.s8_1 = 2;
|
|
5186
5215
|
continue $sm;
|
|
5187
5216
|
case 2:
|
|
5188
|
-
var tmp0 = this.
|
|
5217
|
+
var tmp0 = this.c6f_1.p6d_1.q2_1;
|
|
5189
5218
|
if (tmp0 === 0) {
|
|
5190
5219
|
this.s8_1 = 8;
|
|
5191
|
-
suspendResult = delay(this.
|
|
5220
|
+
suspendResult = delay(this.c6f_1.n6d_1, this);
|
|
5192
5221
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5193
5222
|
return suspendResult;
|
|
5194
5223
|
}
|
|
5195
5224
|
continue $sm;
|
|
5196
5225
|
} else {
|
|
5197
5226
|
if (tmp0 === 1) {
|
|
5198
|
-
if (!equalsLong(this.
|
|
5227
|
+
if (!equalsLong(this.c6f_1.o6d_1, new Long(0, 0))) {
|
|
5199
5228
|
this.s8_1 = 3;
|
|
5200
|
-
suspendResult = delay(this.
|
|
5229
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5201
5230
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5202
5231
|
return suspendResult;
|
|
5203
5232
|
}
|
|
@@ -5220,14 +5249,14 @@
|
|
|
5220
5249
|
this.s8_1 = 5;
|
|
5221
5250
|
continue $sm;
|
|
5222
5251
|
case 5:
|
|
5223
|
-
if (!get_isActive(this.
|
|
5252
|
+
if (!get_isActive(this.g6f_1)) {
|
|
5224
5253
|
this.s8_1 = 7;
|
|
5225
5254
|
continue $sm;
|
|
5226
5255
|
}
|
|
5227
5256
|
|
|
5228
|
-
this.
|
|
5257
|
+
this.d6f_1.t6a(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.e6f_1, this.c6f_1, this.f6f_1, null));
|
|
5229
5258
|
this.s8_1 = 6;
|
|
5230
|
-
suspendResult = delay(this.
|
|
5259
|
+
suspendResult = delay(this.c6f_1.o6d_1, this);
|
|
5231
5260
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5232
5261
|
return suspendResult;
|
|
5233
5262
|
}
|
|
@@ -5237,12 +5266,12 @@
|
|
|
5237
5266
|
this.s8_1 = 5;
|
|
5238
5267
|
continue $sm;
|
|
5239
5268
|
case 7:
|
|
5240
|
-
this.
|
|
5269
|
+
this.h6f_1 = Unit_instance;
|
|
5241
5270
|
this.s8_1 = 9;
|
|
5242
5271
|
continue $sm;
|
|
5243
5272
|
case 8:
|
|
5244
5273
|
var tmp_1 = this;
|
|
5245
|
-
tmp_1.
|
|
5274
|
+
tmp_1.h6f_1 = this.d6f_1.t6a(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.e6f_1, this.c6f_1, this.f6f_1, null));
|
|
5246
5275
|
this.s8_1 = 9;
|
|
5247
5276
|
continue $sm;
|
|
5248
5277
|
case 9:
|
|
@@ -5262,8 +5291,8 @@
|
|
|
5262
5291
|
while (true);
|
|
5263
5292
|
};
|
|
5264
5293
|
protoOf(timerMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
5265
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5266
|
-
i.
|
|
5294
|
+
var i = new timerMiddleware$o$handle$slambda(this.c6f_1, this.d6f_1, this.e6f_1, this.f6f_1, completion);
|
|
5295
|
+
i.g6f_1 = $this$launchDefault;
|
|
5267
5296
|
return i;
|
|
5268
5297
|
};
|
|
5269
5298
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5275,24 +5304,24 @@
|
|
|
5275
5304
|
return l;
|
|
5276
5305
|
}
|
|
5277
5306
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5278
|
-
this.
|
|
5279
|
-
this.
|
|
5307
|
+
this.i6f_1 = $asyncProvider;
|
|
5308
|
+
this.j6f_1 = $jobsProvider;
|
|
5280
5309
|
}
|
|
5281
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5310
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).v6d = function (action) {
|
|
5282
5311
|
return action instanceof TimerAction;
|
|
5283
5312
|
};
|
|
5284
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5313
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).k6f = function (store, next, action) {
|
|
5285
5314
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5286
5315
|
if (action_0 instanceof StartTimerAction) {
|
|
5287
|
-
var job = this.
|
|
5288
|
-
this.
|
|
5316
|
+
var job = this.i6f_1.p6a(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.i6f_1, this.j6f_1, store, null));
|
|
5317
|
+
this.j6f_1.u6b(action_0.m6d_1, job);
|
|
5289
5318
|
} else {
|
|
5290
5319
|
if (action_0 instanceof StopTimerAction) {
|
|
5291
|
-
this.
|
|
5320
|
+
this.j6f_1.v6b(action_0.s6d_1);
|
|
5292
5321
|
} else {
|
|
5293
5322
|
if (action_0 instanceof TimerTickAction) {
|
|
5294
|
-
if (action_0.
|
|
5295
|
-
this.
|
|
5323
|
+
if (action_0.r6d_1.equals(TimerType_DELAY_getInstance())) {
|
|
5324
|
+
this.j6f_1.w6b(action_0.q6d_1);
|
|
5296
5325
|
}
|
|
5297
5326
|
} else {
|
|
5298
5327
|
noWhenBranchMatchedException();
|
|
@@ -5301,8 +5330,8 @@
|
|
|
5301
5330
|
}
|
|
5302
5331
|
next(action_0);
|
|
5303
5332
|
};
|
|
5304
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5305
|
-
return this.
|
|
5333
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).u6d = function (store, next, action) {
|
|
5334
|
+
return this.k6f(store, next, action);
|
|
5306
5335
|
};
|
|
5307
5336
|
function compose(functions) {
|
|
5308
5337
|
return compose$lambda(functions);
|
|
@@ -5346,7 +5375,7 @@
|
|
|
5346
5375
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5347
5376
|
try {
|
|
5348
5377
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5349
|
-
currentState._v = currentReducer._v.
|
|
5378
|
+
currentState._v = currentReducer._v.l6f(currentState._v, action);
|
|
5350
5379
|
stateTrigger.f2a(Unit_instance);
|
|
5351
5380
|
} catch ($p) {
|
|
5352
5381
|
if ($p instanceof Exception) {
|
|
@@ -5370,8 +5399,8 @@
|
|
|
5370
5399
|
};
|
|
5371
5400
|
}
|
|
5372
5401
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5373
|
-
this.
|
|
5374
|
-
this.
|
|
5402
|
+
this.u6f_1 = $$this$unsafeFlow;
|
|
5403
|
+
this.v6f_1 = this$0;
|
|
5375
5404
|
CoroutineImpl.call(this, resultContinuation);
|
|
5376
5405
|
}
|
|
5377
5406
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u4u = function (value, $completion) {
|
|
@@ -5391,10 +5420,10 @@
|
|
|
5391
5420
|
switch (tmp) {
|
|
5392
5421
|
case 0:
|
|
5393
5422
|
this.t8_1 = 2;
|
|
5394
|
-
var tmp0 = this.
|
|
5395
|
-
this.
|
|
5423
|
+
var tmp0 = this.u6f_1;
|
|
5424
|
+
this.w6f_1;
|
|
5396
5425
|
this.s8_1 = 1;
|
|
5397
|
-
suspendResult = tmp0.z27(this.
|
|
5426
|
+
suspendResult = tmp0.z27(this.v6f_1.state, this);
|
|
5398
5427
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5399
5428
|
return suspendResult;
|
|
5400
5429
|
}
|
|
@@ -5417,8 +5446,8 @@
|
|
|
5417
5446
|
while (true);
|
|
5418
5447
|
};
|
|
5419
5448
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v4u = function (value, completion) {
|
|
5420
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5421
|
-
i.
|
|
5449
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.u6f_1, this.v6f_1, completion);
|
|
5450
|
+
i.w6f_1 = value;
|
|
5422
5451
|
return i;
|
|
5423
5452
|
};
|
|
5424
5453
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5431,8 +5460,8 @@
|
|
|
5431
5460
|
}
|
|
5432
5461
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5433
5462
|
CoroutineImpl.call(this, resultContinuation);
|
|
5434
|
-
this.
|
|
5435
|
-
this.
|
|
5463
|
+
this.f6g_1 = _this__u8e3s4;
|
|
5464
|
+
this.g6g_1 = collector;
|
|
5436
5465
|
}
|
|
5437
5466
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5438
5467
|
var suspendResult = this.u8_1;
|
|
@@ -5442,10 +5471,10 @@
|
|
|
5442
5471
|
switch (tmp) {
|
|
5443
5472
|
case 0:
|
|
5444
5473
|
this.t8_1 = 2;
|
|
5445
|
-
var $this$unsafeFlow = this.
|
|
5474
|
+
var $this$unsafeFlow = this.g6g_1;
|
|
5446
5475
|
this.s8_1 = 1;
|
|
5447
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5448
|
-
suspendResult = this.
|
|
5476
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.f6g_1.i6g_1, null);
|
|
5477
|
+
suspendResult = this.f6g_1.h6g_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5449
5478
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5450
5479
|
return suspendResult;
|
|
5451
5480
|
}
|
|
@@ -5468,13 +5497,13 @@
|
|
|
5468
5497
|
while (true);
|
|
5469
5498
|
};
|
|
5470
5499
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5471
|
-
this.
|
|
5500
|
+
this.j6g_1 = function_0;
|
|
5472
5501
|
}
|
|
5473
5502
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
|
|
5474
|
-
return this.
|
|
5503
|
+
return this.j6g_1(value, $completion);
|
|
5475
5504
|
};
|
|
5476
5505
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5477
|
-
return this.
|
|
5506
|
+
return this.j6g_1;
|
|
5478
5507
|
};
|
|
5479
5508
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5480
5509
|
var tmp;
|
|
@@ -5507,8 +5536,8 @@
|
|
|
5507
5536
|
};
|
|
5508
5537
|
}
|
|
5509
5538
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5510
|
-
this.
|
|
5511
|
-
this.
|
|
5539
|
+
this.h6g_1 = $this;
|
|
5540
|
+
this.i6g_1 = this$0;
|
|
5512
5541
|
}
|
|
5513
5542
|
protoOf(createStore$3$observe$$inlined$map$1).a28 = function (collector, $completion) {
|
|
5514
5543
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5520,33 +5549,33 @@
|
|
|
5520
5549
|
return this.a28(collector, $completion);
|
|
5521
5550
|
};
|
|
5522
5551
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5523
|
-
this.
|
|
5524
|
-
this.
|
|
5525
|
-
this.
|
|
5552
|
+
this.n6g_1 = $currentState;
|
|
5553
|
+
this.o6g_1 = $stateTrigger;
|
|
5554
|
+
this.k6g_1 = this;
|
|
5526
5555
|
var tmp = this;
|
|
5527
|
-
tmp.
|
|
5556
|
+
tmp.l6g_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5528
5557
|
var tmp_0 = this;
|
|
5529
|
-
tmp_0.
|
|
5558
|
+
tmp_0.m6g_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5530
5559
|
}
|
|
5531
|
-
protoOf(createStore$3).
|
|
5532
|
-
return this.
|
|
5560
|
+
protoOf(createStore$3).p6g = function () {
|
|
5561
|
+
return this.k6g_1;
|
|
5533
5562
|
};
|
|
5534
5563
|
protoOf(createStore$3).a65 = function () {
|
|
5535
|
-
return createStore$getState(this.
|
|
5564
|
+
return createStore$getState(this.n6g_1);
|
|
5536
5565
|
};
|
|
5537
|
-
protoOf(createStore$3).
|
|
5538
|
-
this.
|
|
5539
|
-
};
|
|
5540
|
-
protoOf(createStore$3).p6g = function () {
|
|
5541
|
-
return this.k6g_1;
|
|
5566
|
+
protoOf(createStore$3).t6d = function (_set____db54di) {
|
|
5567
|
+
this.l6g_1 = _set____db54di;
|
|
5542
5568
|
};
|
|
5543
5569
|
protoOf(createStore$3).q6g = function () {
|
|
5544
5570
|
return this.l6g_1;
|
|
5545
5571
|
};
|
|
5546
5572
|
protoOf(createStore$3).r6g = function () {
|
|
5573
|
+
return this.m6g_1;
|
|
5574
|
+
};
|
|
5575
|
+
protoOf(createStore$3).s6g = function () {
|
|
5547
5576
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5548
5577
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5549
|
-
var this_0 = this.
|
|
5578
|
+
var this_0 = this.o6g_1;
|
|
5550
5579
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5551
5580
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5552
5581
|
};
|
|
@@ -5622,10 +5651,10 @@
|
|
|
5622
5651
|
return new middleware$1(dispatch);
|
|
5623
5652
|
}
|
|
5624
5653
|
function middleware$1($dispatch) {
|
|
5625
|
-
this.
|
|
5654
|
+
this.t6g_1 = $dispatch;
|
|
5626
5655
|
}
|
|
5627
|
-
protoOf(middleware$1).
|
|
5628
|
-
this.
|
|
5656
|
+
protoOf(middleware$1).u6d = function (store, next, action) {
|
|
5657
|
+
this.t6g_1(store, next, action);
|
|
5629
5658
|
};
|
|
5630
5659
|
function Reducer() {
|
|
5631
5660
|
}
|
|
@@ -5633,11 +5662,11 @@
|
|
|
5633
5662
|
return new combineReducers$1(reducers);
|
|
5634
5663
|
}
|
|
5635
5664
|
function combineReducers$1($reducers) {
|
|
5636
|
-
this.
|
|
5665
|
+
this.u6g_1 = $reducers;
|
|
5637
5666
|
}
|
|
5638
|
-
protoOf(combineReducers$1).
|
|
5667
|
+
protoOf(combineReducers$1).v6g = function (state, action) {
|
|
5639
5668
|
// Inline function 'kotlin.collections.filter' call
|
|
5640
|
-
var tmp0 = this.
|
|
5669
|
+
var tmp0 = this.u6g_1;
|
|
5641
5670
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5642
5671
|
var destination = ArrayList_init_$Create$();
|
|
5643
5672
|
var inductionVariable = 0;
|
|
@@ -5645,7 +5674,7 @@
|
|
|
5645
5674
|
while (inductionVariable < last) {
|
|
5646
5675
|
var element = tmp0[inductionVariable];
|
|
5647
5676
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5648
|
-
if (element.
|
|
5677
|
+
if (element.v6d(action)) {
|
|
5649
5678
|
destination.j(element);
|
|
5650
5679
|
}
|
|
5651
5680
|
}
|
|
@@ -5655,12 +5684,12 @@
|
|
|
5655
5684
|
while (_iterator__ex2g4s.m()) {
|
|
5656
5685
|
var element_0 = _iterator__ex2g4s.n();
|
|
5657
5686
|
var s = accumulator;
|
|
5658
|
-
accumulator = element_0.
|
|
5687
|
+
accumulator = element_0.l6f(s, action);
|
|
5659
5688
|
}
|
|
5660
5689
|
return accumulator;
|
|
5661
5690
|
};
|
|
5662
|
-
protoOf(combineReducers$1).
|
|
5663
|
-
return this.
|
|
5691
|
+
protoOf(combineReducers$1).l6f = function (state, action) {
|
|
5692
|
+
return this.v6g((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5664
5693
|
};
|
|
5665
5694
|
function Store() {
|
|
5666
5695
|
}
|
|
@@ -5902,18 +5931,18 @@
|
|
|
5902
5931
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
5903
5932
|
}
|
|
5904
5933
|
function ClientLoggerKey(gameId, playerId) {
|
|
5905
|
-
this.
|
|
5906
|
-
this.
|
|
5934
|
+
this.w6g_1 = gameId;
|
|
5935
|
+
this.x6g_1 = playerId;
|
|
5907
5936
|
}
|
|
5908
|
-
protoOf(ClientLoggerKey).
|
|
5909
|
-
return joinToString(listOf([this.
|
|
5937
|
+
protoOf(ClientLoggerKey).y6g = function () {
|
|
5938
|
+
return joinToString(listOf([this.w6g_1, this.x6g_1]), '_');
|
|
5910
5939
|
};
|
|
5911
5940
|
protoOf(ClientLoggerKey).toString = function () {
|
|
5912
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
5941
|
+
return 'ClientLoggerKey(gameId=' + this.w6g_1 + ', playerId=' + this.x6g_1 + ')';
|
|
5913
5942
|
};
|
|
5914
5943
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
5915
|
-
var result = getStringHashCode(this.
|
|
5916
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5944
|
+
var result = getStringHashCode(this.w6g_1);
|
|
5945
|
+
result = imul(result, 31) + getStringHashCode(this.x6g_1) | 0;
|
|
5917
5946
|
return result;
|
|
5918
5947
|
};
|
|
5919
5948
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -5921,14 +5950,14 @@
|
|
|
5921
5950
|
return true;
|
|
5922
5951
|
if (!(other instanceof ClientLoggerKey))
|
|
5923
5952
|
return false;
|
|
5924
|
-
if (!(this.v6g_1 === other.v6g_1))
|
|
5925
|
-
return false;
|
|
5926
5953
|
if (!(this.w6g_1 === other.w6g_1))
|
|
5927
5954
|
return false;
|
|
5955
|
+
if (!(this.x6g_1 === other.x6g_1))
|
|
5956
|
+
return false;
|
|
5928
5957
|
return true;
|
|
5929
5958
|
};
|
|
5930
5959
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5931
|
-
return $this.
|
|
5960
|
+
return $this.z6g_1.x();
|
|
5932
5961
|
}
|
|
5933
5962
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5934
5963
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -5968,7 +5997,7 @@
|
|
|
5968
5997
|
Companion_instance_23 = this;
|
|
5969
5998
|
var tmp = this;
|
|
5970
5999
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5971
|
-
tmp.
|
|
6000
|
+
tmp.z6g_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5972
6001
|
}
|
|
5973
6002
|
protoOf(Companion_21).a1c = function () {
|
|
5974
6003
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6031,7 +6060,7 @@
|
|
|
6031
6060
|
// Inline function 'kotlin.arrayOf' call
|
|
6032
6061
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6033
6062
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6034
|
-
tmp.
|
|
6063
|
+
tmp.f6h_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6035
6064
|
}
|
|
6036
6065
|
protoOf(Companion_22).a1c = function () {
|
|
6037
6066
|
return $serializer_getInstance_10();
|
|
@@ -6050,12 +6079,12 @@
|
|
|
6050
6079
|
tmp0_serialDesc.gz('tag', false);
|
|
6051
6080
|
tmp0_serialDesc.gz('message', false);
|
|
6052
6081
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6053
|
-
this.
|
|
6082
|
+
this.g6h_1 = tmp0_serialDesc;
|
|
6054
6083
|
}
|
|
6055
|
-
protoOf($serializer_10).
|
|
6056
|
-
var tmp0_desc = this.
|
|
6084
|
+
protoOf($serializer_10).h6h = function (encoder, value) {
|
|
6085
|
+
var tmp0_desc = this.g6h_1;
|
|
6057
6086
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6058
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6087
|
+
var tmp2_cached = Companion_getInstance_25().f6h_1;
|
|
6059
6088
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6060
6089
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6061
6090
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6064,10 +6093,10 @@
|
|
|
6064
6093
|
tmp1_output.pr(tmp0_desc);
|
|
6065
6094
|
};
|
|
6066
6095
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
6067
|
-
return this.
|
|
6096
|
+
return this.h6h(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6068
6097
|
};
|
|
6069
6098
|
protoOf($serializer_10).do = function (decoder) {
|
|
6070
|
-
var tmp0_desc = this.
|
|
6099
|
+
var tmp0_desc = this.g6h_1;
|
|
6071
6100
|
var tmp1_flag = true;
|
|
6072
6101
|
var tmp2_index = 0;
|
|
6073
6102
|
var tmp3_bitMask0 = 0;
|
|
@@ -6077,7 +6106,7 @@
|
|
|
6077
6106
|
var tmp7_local3 = null;
|
|
6078
6107
|
var tmp8_local4 = null;
|
|
6079
6108
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6080
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6109
|
+
var tmp10_cached = Companion_getInstance_25().f6h_1;
|
|
6081
6110
|
if (tmp9_input.es()) {
|
|
6082
6111
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6083
6112
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6124,13 +6153,13 @@
|
|
|
6124
6153
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6125
6154
|
};
|
|
6126
6155
|
protoOf($serializer_10).bo = function () {
|
|
6127
|
-
return this.
|
|
6156
|
+
return this.g6h_1;
|
|
6128
6157
|
};
|
|
6129
6158
|
protoOf($serializer_10).vz = function () {
|
|
6130
6159
|
// Inline function 'kotlin.arrayOf' call
|
|
6131
6160
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6132
6161
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6133
|
-
return [Companion_getInstance_25().
|
|
6162
|
+
return [Companion_getInstance_25().f6h_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6134
6163
|
};
|
|
6135
6164
|
var $serializer_instance_10;
|
|
6136
6165
|
function $serializer_getInstance_10() {
|
|
@@ -6140,7 +6169,7 @@
|
|
|
6140
6169
|
}
|
|
6141
6170
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6142
6171
|
if (!(31 === (31 & seen0))) {
|
|
6143
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6172
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().g6h_1);
|
|
6144
6173
|
}
|
|
6145
6174
|
$this.type = type;
|
|
6146
6175
|
$this.key = key;
|
|
@@ -6172,7 +6201,7 @@
|
|
|
6172
6201
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6173
6202
|
return this.message;
|
|
6174
6203
|
};
|
|
6175
|
-
protoOf(LoggerOutputDataDto).
|
|
6204
|
+
protoOf(LoggerOutputDataDto).i6h = function () {
|
|
6176
6205
|
return this.stackTrace;
|
|
6177
6206
|
};
|
|
6178
6207
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6229,7 +6258,7 @@
|
|
|
6229
6258
|
protoOf(LoggerOutputDataDto).w64 = function () {
|
|
6230
6259
|
return this.stackTrace;
|
|
6231
6260
|
};
|
|
6232
|
-
protoOf(LoggerOutputDataDto).
|
|
6261
|
+
protoOf(LoggerOutputDataDto).j6h = function (type, key, tag, message, stackTrace) {
|
|
6233
6262
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6234
6263
|
};
|
|
6235
6264
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6238,7 +6267,7 @@
|
|
|
6238
6267
|
tag = tag === VOID ? this.tag : tag;
|
|
6239
6268
|
message = message === VOID ? this.message : message;
|
|
6240
6269
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6241
|
-
return $super === VOID ? this.
|
|
6270
|
+
return $super === VOID ? this.j6h(type, key, tag, message, stackTrace) : $super.j6h.call(this, type, key, tag, message, stackTrace);
|
|
6242
6271
|
};
|
|
6243
6272
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6244
6273
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6269,19 +6298,19 @@
|
|
|
6269
6298
|
return true;
|
|
6270
6299
|
};
|
|
6271
6300
|
function checkInitialised($this) {
|
|
6272
|
-
if ($this.
|
|
6301
|
+
if ($this.k6h_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6273
6302
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6274
6303
|
}
|
|
6275
6304
|
}
|
|
6276
6305
|
function AppEnvironment() {
|
|
6277
6306
|
AppEnvironment_instance = this;
|
|
6278
|
-
this.
|
|
6307
|
+
this.k6h_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6279
6308
|
}
|
|
6280
|
-
protoOf(AppEnvironment).
|
|
6281
|
-
this.
|
|
6309
|
+
protoOf(AppEnvironment).l6h = function (value) {
|
|
6310
|
+
this.k6h_1 = value;
|
|
6282
6311
|
};
|
|
6283
|
-
protoOf(AppEnvironment).
|
|
6284
|
-
var tmp = this.
|
|
6312
|
+
protoOf(AppEnvironment).m6h = function () {
|
|
6313
|
+
var tmp = this.k6h_1;
|
|
6285
6314
|
// Inline function 'kotlin.also' call
|
|
6286
6315
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6287
6316
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6779,6 +6808,8 @@
|
|
|
6779
6808
|
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).t66);
|
|
6780
6809
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
6781
6810
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
6811
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).i67);
|
|
6812
|
+
defineProp(protoOf(Team), 'second', protoOf(Team).w5j);
|
|
6782
6813
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
6783
6814
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
6784
6815
|
protoOf($serializer_3).wz = typeParametersSerializers;
|
|
@@ -6788,52 +6819,52 @@
|
|
|
6788
6819
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
6789
6820
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
6790
6821
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
6791
|
-
protoOf(AsyncProviderImpl).
|
|
6792
|
-
protoOf(AsyncProviderImpl).
|
|
6793
|
-
protoOf(AsyncProviderImpl).
|
|
6794
|
-
protoOf(TimerAction).
|
|
6822
|
+
protoOf(AsyncProviderImpl).t6a = launchMain$default;
|
|
6823
|
+
protoOf(AsyncProviderImpl).p6a = launchDefault$default;
|
|
6824
|
+
protoOf(AsyncProviderImpl).r6a = launchDefaultWithLock$default;
|
|
6825
|
+
protoOf(TimerAction).h6d = get_actionTag;
|
|
6795
6826
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6796
|
-
return this.
|
|
6827
|
+
return this.h6d();
|
|
6797
6828
|
});
|
|
6798
6829
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6799
|
-
return this.
|
|
6830
|
+
return this.h6d();
|
|
6800
6831
|
});
|
|
6801
6832
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6802
|
-
return this.
|
|
6833
|
+
return this.h6d();
|
|
6803
6834
|
});
|
|
6804
6835
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
6805
6836
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6806
|
-
return this.
|
|
6837
|
+
return this.h6d();
|
|
6807
6838
|
});
|
|
6808
6839
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
6809
|
-
return this.
|
|
6840
|
+
return this.p6g();
|
|
6810
6841
|
});
|
|
6811
6842
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
6812
6843
|
return this.a65();
|
|
6813
6844
|
});
|
|
6814
6845
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
6815
|
-
return this.
|
|
6846
|
+
return this.q6g();
|
|
6816
6847
|
}, function (value) {
|
|
6817
|
-
this.
|
|
6848
|
+
this.t6d(value);
|
|
6818
6849
|
});
|
|
6819
6850
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
6820
|
-
return this.
|
|
6851
|
+
return this.r6g();
|
|
6821
6852
|
});
|
|
6822
6853
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
6823
|
-
return this.
|
|
6854
|
+
return this.s6g();
|
|
6824
6855
|
});
|
|
6825
|
-
protoOf(ActionTypes).
|
|
6856
|
+
protoOf(ActionTypes).h6d = get_actionTag;
|
|
6826
6857
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6827
|
-
return this.
|
|
6858
|
+
return this.h6d();
|
|
6828
6859
|
});
|
|
6829
6860
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6830
|
-
return this.
|
|
6861
|
+
return this.h6d();
|
|
6831
6862
|
});
|
|
6832
6863
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6833
|
-
return this.
|
|
6864
|
+
return this.h6d();
|
|
6834
6865
|
});
|
|
6835
|
-
protoOf(middleware$1).
|
|
6836
|
-
protoOf(combineReducers$1).
|
|
6866
|
+
protoOf(middleware$1).v6d = canHandle;
|
|
6867
|
+
protoOf(combineReducers$1).v6d = canHandle_0;
|
|
6837
6868
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
6838
6869
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
6839
6870
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
@@ -6921,6 +6952,7 @@
|
|
|
6921
6952
|
$com$logic$data$models$player.PlayerConnectionState = PlayerConnectionState;
|
|
6922
6953
|
$com$logic$data$models$player.PlayerConnectionState.values = values_1;
|
|
6923
6954
|
$com$logic$data$models$player.PlayerConnectionState.valueOf = valueOf_1;
|
|
6955
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'WAITING', PlayerConnectionState_WAITING_getInstance, VOID, true);
|
|
6924
6956
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LIVE', PlayerConnectionState_LIVE_getInstance, VOID, true);
|
|
6925
6957
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance, VOID, true);
|
|
6926
6958
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance, VOID, true);
|
|
@@ -6931,6 +6963,12 @@
|
|
|
6931
6963
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'Companion', Companion_getInstance_10, VOID, true);
|
|
6932
6964
|
var $com = _.com || (_.com = {});
|
|
6933
6965
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6966
|
+
var $com$logic$data = $com$logic.data || ($com$logic.data = {});
|
|
6967
|
+
var $com$logic$data$models = $com$logic$data.models || ($com$logic$data.models = {});
|
|
6968
|
+
var $com$logic$data$models$player = $com$logic$data$models.player || ($com$logic$data$models.player = {});
|
|
6969
|
+
$com$logic$data$models$player.Team = Team;
|
|
6970
|
+
var $com = _.com || (_.com = {});
|
|
6971
|
+
var $com$logic = $com.logic || ($com.logic = {});
|
|
6934
6972
|
var $com$logic$redux = $com$logic.redux || ($com$logic.redux = {});
|
|
6935
6973
|
var $com$logic$redux$actions = $com$logic$redux.actions || ($com$logic$redux.actions = {});
|
|
6936
6974
|
var $com = _.com || (_.com = {});
|