game_client_logic_deb 1.8.421 → 1.8.423
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 +335 -314
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-core.js +681 -653
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10520 -10510
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +6 -3
- package/Logic_Debertz-game_client.js +2575 -2575
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/ktor-ktor-client-logging.js +4 -3
- package/ktor-ktor-client-logging.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +3 -3
package/Logic_Debertz-core.js
CHANGED
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
278
278
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
279
279
|
function launchDefault$default(context, block, $super) {
|
|
280
|
-
context = context === VOID ? this.
|
|
281
|
-
return $super === VOID ? this.
|
|
280
|
+
context = context === VOID ? this.o6a() : context;
|
|
281
|
+
return $super === VOID ? this.p6a(context, block) : $super.p6a.call(this, context, block);
|
|
282
282
|
}
|
|
283
283
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
284
|
-
context = context === VOID ? this.
|
|
285
|
-
return $super === VOID ? this.
|
|
284
|
+
context = context === VOID ? this.o6a() : context;
|
|
285
|
+
return $super === VOID ? this.r6a(context, block) : $super.r6a.call(this, context, block);
|
|
286
286
|
}
|
|
287
287
|
function launchMain$default(context, block, $super) {
|
|
288
|
-
context = context === VOID ? this.
|
|
289
|
-
return $super === VOID ? this.
|
|
288
|
+
context = context === VOID ? this.o6a() : context;
|
|
289
|
+
return $super === VOID ? this.t6a(context, block) : $super.t6a.call(this, context, block);
|
|
290
290
|
}
|
|
291
291
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
292
292
|
initMetadataForCompanion(Companion_20);
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
return false;
|
|
326
326
|
}
|
|
327
327
|
function get_isAutoStartTimer() {
|
|
328
|
-
return !this.
|
|
328
|
+
return !this.k6d() && !this.l6d();
|
|
329
329
|
}
|
|
330
330
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
331
331
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
tmp = types;
|
|
378
378
|
}
|
|
379
379
|
types = tmp;
|
|
380
|
-
return $super === VOID ? this.
|
|
380
|
+
return $super === VOID ? this.f6h(types) : $super.f6h.call(this, types);
|
|
381
381
|
}
|
|
382
382
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
383
383
|
initMetadataForCompanion(Companion_22);
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.423';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).w3u = function () {
|
|
393
393
|
return this.version;
|
|
@@ -1839,6 +1839,8 @@
|
|
|
1839
1839
|
tmp = false;
|
|
1840
1840
|
break;
|
|
1841
1841
|
case 2:
|
|
1842
|
+
tmp = false;
|
|
1843
|
+
break;
|
|
1842
1844
|
case 4:
|
|
1843
1845
|
case 5:
|
|
1844
1846
|
case 7:
|
|
@@ -1859,9 +1861,11 @@
|
|
|
1859
1861
|
var tmp;
|
|
1860
1862
|
switch (this.q2_1) {
|
|
1861
1863
|
case 3:
|
|
1862
|
-
tmp =
|
|
1864
|
+
tmp = false;
|
|
1863
1865
|
break;
|
|
1864
1866
|
case 2:
|
|
1867
|
+
tmp = true;
|
|
1868
|
+
break;
|
|
1865
1869
|
case 4:
|
|
1866
1870
|
case 5:
|
|
1867
1871
|
case 7:
|
|
@@ -1879,6 +1883,29 @@
|
|
|
1879
1883
|
return tmp;
|
|
1880
1884
|
};
|
|
1881
1885
|
protoOf(PlayerConnectionState).t66 = function () {
|
|
1886
|
+
var tmp;
|
|
1887
|
+
switch (this.q2_1) {
|
|
1888
|
+
case 3:
|
|
1889
|
+
tmp = true;
|
|
1890
|
+
break;
|
|
1891
|
+
case 2:
|
|
1892
|
+
case 4:
|
|
1893
|
+
case 5:
|
|
1894
|
+
case 7:
|
|
1895
|
+
tmp = false;
|
|
1896
|
+
break;
|
|
1897
|
+
case 0:
|
|
1898
|
+
case 6:
|
|
1899
|
+
case 1:
|
|
1900
|
+
tmp = false;
|
|
1901
|
+
break;
|
|
1902
|
+
default:
|
|
1903
|
+
noWhenBranchMatchedException();
|
|
1904
|
+
break;
|
|
1905
|
+
}
|
|
1906
|
+
return tmp;
|
|
1907
|
+
};
|
|
1908
|
+
protoOf(PlayerConnectionState).u66 = function () {
|
|
1882
1909
|
var tmp;
|
|
1883
1910
|
switch (this.q2_1) {
|
|
1884
1911
|
case 2:
|
|
@@ -1901,7 +1928,7 @@
|
|
|
1901
1928
|
}
|
|
1902
1929
|
return tmp;
|
|
1903
1930
|
};
|
|
1904
|
-
protoOf(PlayerConnectionState).
|
|
1931
|
+
protoOf(PlayerConnectionState).v66 = function () {
|
|
1905
1932
|
var tmp;
|
|
1906
1933
|
switch (this.q2_1) {
|
|
1907
1934
|
case 5:
|
|
@@ -1955,7 +1982,7 @@
|
|
|
1955
1982
|
return PlayerConnectionState_DELETED_instance;
|
|
1956
1983
|
}
|
|
1957
1984
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1958
|
-
return $this.
|
|
1985
|
+
return $this.w66_1.x();
|
|
1959
1986
|
}
|
|
1960
1987
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1961
1988
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1970,7 +1997,7 @@
|
|
|
1970
1997
|
Companion_instance_10 = this;
|
|
1971
1998
|
var tmp = this;
|
|
1972
1999
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1973
|
-
tmp.
|
|
2000
|
+
tmp.w66_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1974
2001
|
}
|
|
1975
2002
|
protoOf(Companion_8).a1c = function () {
|
|
1976
2003
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1999,27 +2026,27 @@
|
|
|
1999
2026
|
Enum.call(this, name, ordinal);
|
|
2000
2027
|
}
|
|
2001
2028
|
protoOf(PlayerWaitingState).p65 = function () {
|
|
2002
|
-
return this.
|
|
2029
|
+
return this.z66() || this.a67();
|
|
2003
2030
|
};
|
|
2004
|
-
protoOf(PlayerWaitingState).
|
|
2031
|
+
protoOf(PlayerWaitingState).z66 = function () {
|
|
2005
2032
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2006
2033
|
};
|
|
2007
|
-
protoOf(PlayerWaitingState).
|
|
2034
|
+
protoOf(PlayerWaitingState).a67 = function () {
|
|
2008
2035
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2009
2036
|
};
|
|
2010
2037
|
function Companion_9() {
|
|
2011
2038
|
}
|
|
2012
|
-
protoOf(Companion_9).
|
|
2039
|
+
protoOf(Companion_9).b67 = function (connection) {
|
|
2013
2040
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2014
2041
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2015
2042
|
};
|
|
2016
|
-
protoOf(Companion_9).
|
|
2017
|
-
return _this__u8e3s4.
|
|
2043
|
+
protoOf(Companion_9).c67 = function (_this__u8e3s4) {
|
|
2044
|
+
return _this__u8e3s4.d67(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2018
2045
|
};
|
|
2019
|
-
protoOf(Companion_9).
|
|
2046
|
+
protoOf(Companion_9).e67 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2020
2047
|
var tmp0_startFromTime = System_instance.ck();
|
|
2021
2048
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2022
|
-
return _this__u8e3s4.
|
|
2049
|
+
return _this__u8e3s4.d67(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2023
2050
|
};
|
|
2024
2051
|
var Companion_instance_11;
|
|
2025
2052
|
function Companion_getInstance_12() {
|
|
@@ -2048,7 +2075,7 @@
|
|
|
2048
2075
|
this.n65_1 = tag;
|
|
2049
2076
|
this.o65_1 = connection;
|
|
2050
2077
|
}
|
|
2051
|
-
protoOf(PlayerState).
|
|
2078
|
+
protoOf(PlayerState).f67 = function () {
|
|
2052
2079
|
// Inline function 'kotlin.requireNotNull' call
|
|
2053
2080
|
var tmp0 = this.o65_1;
|
|
2054
2081
|
var tmp$ret$1;
|
|
@@ -2064,7 +2091,7 @@
|
|
|
2064
2091
|
}
|
|
2065
2092
|
return tmp$ret$1;
|
|
2066
2093
|
};
|
|
2067
|
-
protoOf(PlayerState).
|
|
2094
|
+
protoOf(PlayerState).g67 = function () {
|
|
2068
2095
|
// Inline function 'kotlin.requireNotNull' call
|
|
2069
2096
|
var tmp0 = this.n65_1;
|
|
2070
2097
|
var tmp$ret$1;
|
|
@@ -2080,7 +2107,7 @@
|
|
|
2080
2107
|
}
|
|
2081
2108
|
return tmp$ret$1;
|
|
2082
2109
|
};
|
|
2083
|
-
protoOf(PlayerState).
|
|
2110
|
+
protoOf(PlayerState).h67 = function () {
|
|
2084
2111
|
var tmp0_elvis_lhs = this.n65_1;
|
|
2085
2112
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2086
2113
|
};
|
|
@@ -2145,10 +2172,10 @@
|
|
|
2145
2172
|
protoOf(PlayerState).p65 = function () {
|
|
2146
2173
|
return this.l65_1.p65();
|
|
2147
2174
|
};
|
|
2148
|
-
protoOf(PlayerState).
|
|
2175
|
+
protoOf(PlayerState).i67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2149
2176
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2150
2177
|
};
|
|
2151
|
-
protoOf(PlayerState).
|
|
2178
|
+
protoOf(PlayerState).d67 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2152
2179
|
startFromTime = startFromTime === VOID ? this.i65_1 : startFromTime;
|
|
2153
2180
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.j65_1 : playerTurnTimeout;
|
|
2154
2181
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.k65_1 : waitPlayerUntilTime;
|
|
@@ -2156,7 +2183,7 @@
|
|
|
2156
2183
|
ready = ready === VOID ? this.m65_1 : ready;
|
|
2157
2184
|
tag = tag === VOID ? this.n65_1 : tag;
|
|
2158
2185
|
connection = connection === VOID ? this.o65_1 : connection;
|
|
2159
|
-
return $super === VOID ? this.
|
|
2186
|
+
return $super === VOID ? this.i67(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.i67.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2160
2187
|
};
|
|
2161
2188
|
protoOf(PlayerState).hashCode = function () {
|
|
2162
2189
|
var result = this.i65_1 == null ? 0 : this.i65_1.hashCode();
|
|
@@ -2192,13 +2219,13 @@
|
|
|
2192
2219
|
function Team(playerIds) {
|
|
2193
2220
|
this.playerIds = playerIds;
|
|
2194
2221
|
}
|
|
2195
|
-
protoOf(Team).
|
|
2222
|
+
protoOf(Team).j67 = function () {
|
|
2196
2223
|
return this.playerIds;
|
|
2197
2224
|
};
|
|
2198
2225
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2199
2226
|
return this.playerIds.u1(playerId);
|
|
2200
2227
|
};
|
|
2201
|
-
protoOf(Team).
|
|
2228
|
+
protoOf(Team).k67 = function () {
|
|
2202
2229
|
return this.playerIds.p(0);
|
|
2203
2230
|
};
|
|
2204
2231
|
protoOf(Team).w5j = function () {
|
|
@@ -2207,12 +2234,12 @@
|
|
|
2207
2234
|
protoOf(Team).oe = function () {
|
|
2208
2235
|
return this.playerIds;
|
|
2209
2236
|
};
|
|
2210
|
-
protoOf(Team).
|
|
2237
|
+
protoOf(Team).l67 = function (playerIds) {
|
|
2211
2238
|
return new Team(playerIds);
|
|
2212
2239
|
};
|
|
2213
2240
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2214
2241
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2215
|
-
return $super === VOID ? this.
|
|
2242
|
+
return $super === VOID ? this.l67(playerIds) : $super.l67.call(this, playerIds);
|
|
2216
2243
|
};
|
|
2217
2244
|
protoOf(Team).toString = function () {
|
|
2218
2245
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2230,7 +2257,7 @@
|
|
|
2230
2257
|
return true;
|
|
2231
2258
|
};
|
|
2232
2259
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2233
|
-
return $this.
|
|
2260
|
+
return $this.m67_1.x();
|
|
2234
2261
|
}
|
|
2235
2262
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2236
2263
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2268,7 +2295,7 @@
|
|
|
2268
2295
|
Companion_instance_12 = this;
|
|
2269
2296
|
var tmp = this;
|
|
2270
2297
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2271
|
-
tmp.
|
|
2298
|
+
tmp.m67_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2272
2299
|
}
|
|
2273
2300
|
protoOf(Companion_10).a1c = function () {
|
|
2274
2301
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2289,7 +2316,7 @@
|
|
|
2289
2316
|
Companion_getInstance_13();
|
|
2290
2317
|
}
|
|
2291
2318
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2292
|
-
return $this.
|
|
2319
|
+
return $this.n67_1.x();
|
|
2293
2320
|
}
|
|
2294
2321
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2295
2322
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2304,7 +2331,7 @@
|
|
|
2304
2331
|
TerminationGameReasonDto.call(this);
|
|
2305
2332
|
var tmp = this;
|
|
2306
2333
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2307
|
-
tmp.
|
|
2334
|
+
tmp.n67_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2308
2335
|
}
|
|
2309
2336
|
protoOf(ProcessingReasonDto).a1c = function () {
|
|
2310
2337
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2341,19 +2368,19 @@
|
|
|
2341
2368
|
$serializer_instance_1 = this;
|
|
2342
2369
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2343
2370
|
tmp0_serialDesc.gz('reason', false);
|
|
2344
|
-
this.
|
|
2371
|
+
this.o67_1 = tmp0_serialDesc;
|
|
2345
2372
|
}
|
|
2346
|
-
protoOf($serializer_1).
|
|
2347
|
-
var tmp0_desc = this.
|
|
2373
|
+
protoOf($serializer_1).p67 = function (encoder, value) {
|
|
2374
|
+
var tmp0_desc = this.o67_1;
|
|
2348
2375
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2349
2376
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2350
2377
|
tmp1_output.pr(tmp0_desc);
|
|
2351
2378
|
};
|
|
2352
2379
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2353
|
-
return this.
|
|
2380
|
+
return this.p67(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2354
2381
|
};
|
|
2355
2382
|
protoOf($serializer_1).do = function (decoder) {
|
|
2356
|
-
var tmp0_desc = this.
|
|
2383
|
+
var tmp0_desc = this.o67_1;
|
|
2357
2384
|
var tmp1_flag = true;
|
|
2358
2385
|
var tmp2_index = 0;
|
|
2359
2386
|
var tmp3_bitMask0 = 0;
|
|
@@ -2381,7 +2408,7 @@
|
|
|
2381
2408
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2382
2409
|
};
|
|
2383
2410
|
protoOf($serializer_1).bo = function () {
|
|
2384
|
-
return this.
|
|
2411
|
+
return this.o67_1;
|
|
2385
2412
|
};
|
|
2386
2413
|
protoOf($serializer_1).vz = function () {
|
|
2387
2414
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2397,7 +2424,7 @@
|
|
|
2397
2424
|
}
|
|
2398
2425
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2399
2426
|
if (!(1 === (1 & seen0))) {
|
|
2400
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2427
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().o67_1);
|
|
2401
2428
|
}
|
|
2402
2429
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2403
2430
|
$this.reason = reason;
|
|
@@ -2438,19 +2465,19 @@
|
|
|
2438
2465
|
$serializer_instance_2 = this;
|
|
2439
2466
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2440
2467
|
tmp0_serialDesc.gz('reason', false);
|
|
2441
|
-
this.
|
|
2468
|
+
this.q67_1 = tmp0_serialDesc;
|
|
2442
2469
|
}
|
|
2443
|
-
protoOf($serializer_2).
|
|
2444
|
-
var tmp0_desc = this.
|
|
2470
|
+
protoOf($serializer_2).r67 = function (encoder, value) {
|
|
2471
|
+
var tmp0_desc = this.q67_1;
|
|
2445
2472
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2446
2473
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2447
2474
|
tmp1_output.pr(tmp0_desc);
|
|
2448
2475
|
};
|
|
2449
2476
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2450
|
-
return this.
|
|
2477
|
+
return this.r67(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2451
2478
|
};
|
|
2452
2479
|
protoOf($serializer_2).do = function (decoder) {
|
|
2453
|
-
var tmp0_desc = this.
|
|
2480
|
+
var tmp0_desc = this.q67_1;
|
|
2454
2481
|
var tmp1_flag = true;
|
|
2455
2482
|
var tmp2_index = 0;
|
|
2456
2483
|
var tmp3_bitMask0 = 0;
|
|
@@ -2478,7 +2505,7 @@
|
|
|
2478
2505
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2479
2506
|
};
|
|
2480
2507
|
protoOf($serializer_2).bo = function () {
|
|
2481
|
-
return this.
|
|
2508
|
+
return this.q67_1;
|
|
2482
2509
|
};
|
|
2483
2510
|
protoOf($serializer_2).vz = function () {
|
|
2484
2511
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2494,7 +2521,7 @@
|
|
|
2494
2521
|
}
|
|
2495
2522
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2496
2523
|
if (!(1 === (1 & seen0))) {
|
|
2497
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2524
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().q67_1);
|
|
2498
2525
|
}
|
|
2499
2526
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2500
2527
|
$this.reason = reason;
|
|
@@ -2535,19 +2562,19 @@
|
|
|
2535
2562
|
$serializer_instance_3 = this;
|
|
2536
2563
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2537
2564
|
tmp0_serialDesc.gz('playerId', false);
|
|
2538
|
-
this.
|
|
2565
|
+
this.s67_1 = tmp0_serialDesc;
|
|
2539
2566
|
}
|
|
2540
|
-
protoOf($serializer_3).
|
|
2541
|
-
var tmp0_desc = this.
|
|
2567
|
+
protoOf($serializer_3).t67 = function (encoder, value) {
|
|
2568
|
+
var tmp0_desc = this.s67_1;
|
|
2542
2569
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2543
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2570
|
+
tmp1_output.dt(tmp0_desc, 0, value.u67_1);
|
|
2544
2571
|
tmp1_output.pr(tmp0_desc);
|
|
2545
2572
|
};
|
|
2546
2573
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2547
|
-
return this.
|
|
2574
|
+
return this.t67(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2548
2575
|
};
|
|
2549
2576
|
protoOf($serializer_3).do = function (decoder) {
|
|
2550
|
-
var tmp0_desc = this.
|
|
2577
|
+
var tmp0_desc = this.s67_1;
|
|
2551
2578
|
var tmp1_flag = true;
|
|
2552
2579
|
var tmp2_index = 0;
|
|
2553
2580
|
var tmp3_bitMask0 = 0;
|
|
@@ -2575,7 +2602,7 @@
|
|
|
2575
2602
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2576
2603
|
};
|
|
2577
2604
|
protoOf($serializer_3).bo = function () {
|
|
2578
|
-
return this.
|
|
2605
|
+
return this.s67_1;
|
|
2579
2606
|
};
|
|
2580
2607
|
protoOf($serializer_3).vz = function () {
|
|
2581
2608
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2591,10 +2618,10 @@
|
|
|
2591
2618
|
}
|
|
2592
2619
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2593
2620
|
if (!(1 === (1 & seen0))) {
|
|
2594
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2621
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().s67_1);
|
|
2595
2622
|
}
|
|
2596
2623
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2597
|
-
$this.
|
|
2624
|
+
$this.u67_1 = playerId;
|
|
2598
2625
|
return $this;
|
|
2599
2626
|
}
|
|
2600
2627
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2602,20 +2629,20 @@
|
|
|
2602
2629
|
}
|
|
2603
2630
|
function PlayerExitReasonDto(playerId) {
|
|
2604
2631
|
TerminationGameReasonDto.call(this);
|
|
2605
|
-
this.
|
|
2632
|
+
this.u67_1 = playerId;
|
|
2606
2633
|
}
|
|
2607
2634
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2608
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2635
|
+
return 'PlayerExitReasonDto(playerId=' + this.u67_1 + ')';
|
|
2609
2636
|
};
|
|
2610
2637
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2611
|
-
return getStringHashCode(this.
|
|
2638
|
+
return getStringHashCode(this.u67_1);
|
|
2612
2639
|
};
|
|
2613
2640
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2614
2641
|
if (this === other)
|
|
2615
2642
|
return true;
|
|
2616
2643
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2617
2644
|
return false;
|
|
2618
|
-
if (!(this.
|
|
2645
|
+
if (!(this.u67_1 === other.u67_1))
|
|
2619
2646
|
return false;
|
|
2620
2647
|
return true;
|
|
2621
2648
|
};
|
|
@@ -2630,20 +2657,20 @@
|
|
|
2630
2657
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2631
2658
|
tmp0_serialDesc.gz('playerId', false);
|
|
2632
2659
|
tmp0_serialDesc.gz('tag', false);
|
|
2633
|
-
this.
|
|
2660
|
+
this.v67_1 = tmp0_serialDesc;
|
|
2634
2661
|
}
|
|
2635
|
-
protoOf($serializer_4).
|
|
2636
|
-
var tmp0_desc = this.
|
|
2662
|
+
protoOf($serializer_4).w67 = function (encoder, value) {
|
|
2663
|
+
var tmp0_desc = this.v67_1;
|
|
2637
2664
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2638
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2639
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2665
|
+
tmp1_output.dt(tmp0_desc, 0, value.x67_1);
|
|
2666
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.y67_1);
|
|
2640
2667
|
tmp1_output.pr(tmp0_desc);
|
|
2641
2668
|
};
|
|
2642
2669
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2643
|
-
return this.
|
|
2670
|
+
return this.w67(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2644
2671
|
};
|
|
2645
2672
|
protoOf($serializer_4).do = function (decoder) {
|
|
2646
|
-
var tmp0_desc = this.
|
|
2673
|
+
var tmp0_desc = this.v67_1;
|
|
2647
2674
|
var tmp1_flag = true;
|
|
2648
2675
|
var tmp2_index = 0;
|
|
2649
2676
|
var tmp3_bitMask0 = 0;
|
|
@@ -2678,7 +2705,7 @@
|
|
|
2678
2705
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2679
2706
|
};
|
|
2680
2707
|
protoOf($serializer_4).bo = function () {
|
|
2681
|
-
return this.
|
|
2708
|
+
return this.v67_1;
|
|
2682
2709
|
};
|
|
2683
2710
|
protoOf($serializer_4).vz = function () {
|
|
2684
2711
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2694,11 +2721,11 @@
|
|
|
2694
2721
|
}
|
|
2695
2722
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2696
2723
|
if (!(3 === (3 & seen0))) {
|
|
2697
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2724
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().v67_1);
|
|
2698
2725
|
}
|
|
2699
2726
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2700
|
-
$this.
|
|
2701
|
-
$this.
|
|
2727
|
+
$this.x67_1 = playerId;
|
|
2728
|
+
$this.y67_1 = tag;
|
|
2702
2729
|
return $this;
|
|
2703
2730
|
}
|
|
2704
2731
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2706,15 +2733,15 @@
|
|
|
2706
2733
|
}
|
|
2707
2734
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2708
2735
|
TerminationGameReasonDto.call(this);
|
|
2709
|
-
this.
|
|
2710
|
-
this.
|
|
2736
|
+
this.x67_1 = playerId;
|
|
2737
|
+
this.y67_1 = tag;
|
|
2711
2738
|
}
|
|
2712
2739
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2713
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2740
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.x67_1 + ', tag=' + this.y67_1 + ')';
|
|
2714
2741
|
};
|
|
2715
2742
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2716
|
-
var result = getStringHashCode(this.
|
|
2717
|
-
result = imul(result, 31) + (this.
|
|
2743
|
+
var result = getStringHashCode(this.x67_1);
|
|
2744
|
+
result = imul(result, 31) + (this.y67_1 == null ? 0 : getStringHashCode(this.y67_1)) | 0;
|
|
2718
2745
|
return result;
|
|
2719
2746
|
};
|
|
2720
2747
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2722,9 +2749,9 @@
|
|
|
2722
2749
|
return true;
|
|
2723
2750
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2724
2751
|
return false;
|
|
2725
|
-
if (!(this.
|
|
2752
|
+
if (!(this.x67_1 === other.x67_1))
|
|
2726
2753
|
return false;
|
|
2727
|
-
if (!(this.
|
|
2754
|
+
if (!(this.y67_1 == other.y67_1))
|
|
2728
2755
|
return false;
|
|
2729
2756
|
return true;
|
|
2730
2757
|
};
|
|
@@ -2739,20 +2766,20 @@
|
|
|
2739
2766
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2740
2767
|
tmp0_serialDesc.gz('playerId', false);
|
|
2741
2768
|
tmp0_serialDesc.gz('tag', false);
|
|
2742
|
-
this.
|
|
2769
|
+
this.z67_1 = tmp0_serialDesc;
|
|
2743
2770
|
}
|
|
2744
|
-
protoOf($serializer_5).
|
|
2745
|
-
var tmp0_desc = this.
|
|
2771
|
+
protoOf($serializer_5).a68 = function (encoder, value) {
|
|
2772
|
+
var tmp0_desc = this.z67_1;
|
|
2746
2773
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2747
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2748
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2774
|
+
tmp1_output.dt(tmp0_desc, 0, value.b68_1);
|
|
2775
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.c68_1);
|
|
2749
2776
|
tmp1_output.pr(tmp0_desc);
|
|
2750
2777
|
};
|
|
2751
2778
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2752
|
-
return this.
|
|
2779
|
+
return this.a68(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2753
2780
|
};
|
|
2754
2781
|
protoOf($serializer_5).do = function (decoder) {
|
|
2755
|
-
var tmp0_desc = this.
|
|
2782
|
+
var tmp0_desc = this.z67_1;
|
|
2756
2783
|
var tmp1_flag = true;
|
|
2757
2784
|
var tmp2_index = 0;
|
|
2758
2785
|
var tmp3_bitMask0 = 0;
|
|
@@ -2787,7 +2814,7 @@
|
|
|
2787
2814
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2788
2815
|
};
|
|
2789
2816
|
protoOf($serializer_5).bo = function () {
|
|
2790
|
-
return this.
|
|
2817
|
+
return this.z67_1;
|
|
2791
2818
|
};
|
|
2792
2819
|
protoOf($serializer_5).vz = function () {
|
|
2793
2820
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2803,11 +2830,11 @@
|
|
|
2803
2830
|
}
|
|
2804
2831
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2805
2832
|
if (!(3 === (3 & seen0))) {
|
|
2806
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2833
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().z67_1);
|
|
2807
2834
|
}
|
|
2808
2835
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2809
|
-
$this.
|
|
2810
|
-
$this.
|
|
2836
|
+
$this.b68_1 = playerId;
|
|
2837
|
+
$this.c68_1 = tag;
|
|
2811
2838
|
return $this;
|
|
2812
2839
|
}
|
|
2813
2840
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2815,15 +2842,15 @@
|
|
|
2815
2842
|
}
|
|
2816
2843
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2817
2844
|
TerminationGameReasonDto.call(this);
|
|
2818
|
-
this.
|
|
2819
|
-
this.
|
|
2845
|
+
this.b68_1 = playerId;
|
|
2846
|
+
this.c68_1 = tag;
|
|
2820
2847
|
}
|
|
2821
2848
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2822
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2849
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.b68_1 + ', tag=' + this.c68_1 + ')';
|
|
2823
2850
|
};
|
|
2824
2851
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2825
|
-
var result = getStringHashCode(this.
|
|
2826
|
-
result = imul(result, 31) + (this.
|
|
2852
|
+
var result = getStringHashCode(this.b68_1);
|
|
2853
|
+
result = imul(result, 31) + (this.c68_1 == null ? 0 : getStringHashCode(this.c68_1)) | 0;
|
|
2827
2854
|
return result;
|
|
2828
2855
|
};
|
|
2829
2856
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2831,14 +2858,14 @@
|
|
|
2831
2858
|
return true;
|
|
2832
2859
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2833
2860
|
return false;
|
|
2834
|
-
if (!(this.
|
|
2861
|
+
if (!(this.b68_1 === other.b68_1))
|
|
2835
2862
|
return false;
|
|
2836
|
-
if (!(this.
|
|
2863
|
+
if (!(this.c68_1 == other.c68_1))
|
|
2837
2864
|
return false;
|
|
2838
2865
|
return true;
|
|
2839
2866
|
};
|
|
2840
2867
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2841
|
-
return $this.
|
|
2868
|
+
return $this.d68_1.x();
|
|
2842
2869
|
}
|
|
2843
2870
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2844
2871
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2853,7 +2880,7 @@
|
|
|
2853
2880
|
TerminationGameReasonDto.call(this);
|
|
2854
2881
|
var tmp = this;
|
|
2855
2882
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2856
|
-
tmp.
|
|
2883
|
+
tmp.d68_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2857
2884
|
}
|
|
2858
2885
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2859
2886
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3004,15 +3031,15 @@
|
|
|
3004
3031
|
}
|
|
3005
3032
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3006
3033
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3007
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3034
|
+
return new PlayerExitReason(_this__u8e3s4.u67_1);
|
|
3008
3035
|
}
|
|
3009
3036
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3010
3037
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3011
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3038
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.x67_1, _this__u8e3s4.y67_1);
|
|
3012
3039
|
}
|
|
3013
3040
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3014
3041
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3015
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3042
|
+
return new PlayerTimeoutReason(_this__u8e3s4.b68_1, _this__u8e3s4.c68_1);
|
|
3016
3043
|
}
|
|
3017
3044
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3018
3045
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3073,17 +3100,17 @@
|
|
|
3073
3100
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3074
3101
|
}
|
|
3075
3102
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3076
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3077
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3078
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3079
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3080
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3081
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3082
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3083
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3103
|
+
var tmp0_elvis_lhs = _this__u8e3s4.e68_1;
|
|
3104
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f68_1) : tmp0_elvis_lhs;
|
|
3105
|
+
var tmp1_elvis_lhs = _this__u8e3s4.g68_1;
|
|
3106
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.h68_1) : tmp1_elvis_lhs;
|
|
3107
|
+
var tmp2_elvis_lhs = _this__u8e3s4.i68_1;
|
|
3108
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.j68_1 : tmp2_elvis_lhs;
|
|
3109
|
+
var tmp3_elvis_lhs = _this__u8e3s4.l68_1;
|
|
3110
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.m68_1, _this__u8e3s4.k68_1);
|
|
3084
3111
|
}
|
|
3085
3112
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3086
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3113
|
+
var tmp0_safe_receiver = _this__u8e3s4.n68_1;
|
|
3087
3114
|
var tmp;
|
|
3088
3115
|
if (tmp0_safe_receiver == null) {
|
|
3089
3116
|
tmp = null;
|
|
@@ -3092,7 +3119,7 @@
|
|
|
3092
3119
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3093
3120
|
}
|
|
3094
3121
|
var tmp5_startFromTime = tmp;
|
|
3095
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3122
|
+
var tmp1_safe_receiver = _this__u8e3s4.p68_1;
|
|
3096
3123
|
var tmp_0;
|
|
3097
3124
|
if (tmp1_safe_receiver == null) {
|
|
3098
3125
|
tmp_0 = null;
|
|
@@ -3101,7 +3128,7 @@
|
|
|
3101
3128
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3102
3129
|
}
|
|
3103
3130
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3104
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3131
|
+
var tmp2_safe_receiver = _this__u8e3s4.o68_1;
|
|
3105
3132
|
var tmp_1;
|
|
3106
3133
|
if (tmp2_safe_receiver == null) {
|
|
3107
3134
|
tmp_1 = null;
|
|
@@ -3110,11 +3137,11 @@
|
|
|
3110
3137
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3111
3138
|
}
|
|
3112
3139
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3113
|
-
var tmp8_state = _this__u8e3s4.
|
|
3114
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3115
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3140
|
+
var tmp8_state = _this__u8e3s4.q68_1;
|
|
3141
|
+
var tmp9_tag = _this__u8e3s4.s68_1;
|
|
3142
|
+
var tmp3_elvis_lhs = _this__u8e3s4.r68_1;
|
|
3116
3143
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3117
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3144
|
+
var tmp4_safe_receiver = _this__u8e3s4.t68_1;
|
|
3118
3145
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3119
3146
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3120
3147
|
}
|
|
@@ -3133,7 +3160,7 @@
|
|
|
3133
3160
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3134
3161
|
}
|
|
3135
3162
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3136
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3163
|
+
return new PlayerConnection(_this__u8e3s4.u68_1, Companion_getInstance_0().mk(_this__u8e3s4.v68_1), Companion_getInstance().gk(_this__u8e3s4.w68_1));
|
|
3137
3164
|
}
|
|
3138
3165
|
function mapToDto_10(_this__u8e3s4) {
|
|
3139
3166
|
return new PlayerConnectionDto(_this__u8e3s4.u65_1, _this__u8e3s4.v65_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.w65_1));
|
|
@@ -3156,39 +3183,39 @@
|
|
|
3156
3183
|
tmp0_serialDesc.gz('rating', false);
|
|
3157
3184
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3158
3185
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3159
|
-
this.
|
|
3186
|
+
this.x68_1 = tmp0_serialDesc;
|
|
3160
3187
|
}
|
|
3161
|
-
protoOf($serializer_6).
|
|
3162
|
-
var tmp0_desc = this.
|
|
3188
|
+
protoOf($serializer_6).y68 = function (encoder, value) {
|
|
3189
|
+
var tmp0_desc = this.x68_1;
|
|
3163
3190
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3164
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3165
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3191
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.e68_1 == null)) {
|
|
3192
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.e68_1);
|
|
3166
3193
|
}
|
|
3167
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3168
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3194
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.f68_1 == null)) {
|
|
3195
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.f68_1);
|
|
3169
3196
|
}
|
|
3170
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3171
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3197
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.g68_1 == null)) {
|
|
3198
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.g68_1);
|
|
3172
3199
|
}
|
|
3173
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3174
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3200
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.h68_1 == null)) {
|
|
3201
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.h68_1);
|
|
3175
3202
|
}
|
|
3176
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3177
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3203
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.i68_1 == null)) {
|
|
3204
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.i68_1);
|
|
3178
3205
|
}
|
|
3179
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3180
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3206
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.j68_1 == null)) {
|
|
3207
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.j68_1);
|
|
3181
3208
|
}
|
|
3182
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3183
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3184
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3209
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.k68_1);
|
|
3210
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.l68_1);
|
|
3211
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.m68_1);
|
|
3185
3212
|
tmp1_output.pr(tmp0_desc);
|
|
3186
3213
|
};
|
|
3187
3214
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3188
|
-
return this.
|
|
3215
|
+
return this.y68(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3189
3216
|
};
|
|
3190
3217
|
protoOf($serializer_6).do = function (decoder) {
|
|
3191
|
-
var tmp0_desc = this.
|
|
3218
|
+
var tmp0_desc = this.x68_1;
|
|
3192
3219
|
var tmp1_flag = true;
|
|
3193
3220
|
var tmp2_index = 0;
|
|
3194
3221
|
var tmp3_bitMask0 = 0;
|
|
@@ -3272,7 +3299,7 @@
|
|
|
3272
3299
|
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);
|
|
3273
3300
|
};
|
|
3274
3301
|
protoOf($serializer_6).bo = function () {
|
|
3275
|
-
return this.
|
|
3302
|
+
return this.x68_1;
|
|
3276
3303
|
};
|
|
3277
3304
|
protoOf($serializer_6).vz = function () {
|
|
3278
3305
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3288,35 +3315,35 @@
|
|
|
3288
3315
|
}
|
|
3289
3316
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3290
3317
|
if (!(448 === (448 & seen0))) {
|
|
3291
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3318
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().x68_1);
|
|
3292
3319
|
}
|
|
3293
3320
|
if (0 === (seen0 & 1))
|
|
3294
|
-
$this.
|
|
3321
|
+
$this.e68_1 = null;
|
|
3295
3322
|
else
|
|
3296
|
-
$this.
|
|
3323
|
+
$this.e68_1 = playerId;
|
|
3297
3324
|
if (0 === (seen0 & 2))
|
|
3298
|
-
$this.
|
|
3325
|
+
$this.f68_1 = null;
|
|
3299
3326
|
else
|
|
3300
|
-
$this.
|
|
3327
|
+
$this.f68_1 = uid;
|
|
3301
3328
|
if (0 === (seen0 & 4))
|
|
3302
|
-
$this.
|
|
3329
|
+
$this.g68_1 = null;
|
|
3303
3330
|
else
|
|
3304
|
-
$this.
|
|
3331
|
+
$this.g68_1 = name;
|
|
3305
3332
|
if (0 === (seen0 & 8))
|
|
3306
|
-
$this.
|
|
3333
|
+
$this.h68_1 = null;
|
|
3307
3334
|
else
|
|
3308
|
-
$this.
|
|
3335
|
+
$this.h68_1 = nickname;
|
|
3309
3336
|
if (0 === (seen0 & 16))
|
|
3310
|
-
$this.
|
|
3337
|
+
$this.i68_1 = null;
|
|
3311
3338
|
else
|
|
3312
|
-
$this.
|
|
3339
|
+
$this.i68_1 = avatarUrl;
|
|
3313
3340
|
if (0 === (seen0 & 32))
|
|
3314
|
-
$this.
|
|
3341
|
+
$this.j68_1 = null;
|
|
3315
3342
|
else
|
|
3316
|
-
$this.
|
|
3317
|
-
$this.
|
|
3318
|
-
$this.
|
|
3319
|
-
$this.
|
|
3343
|
+
$this.j68_1 = photo;
|
|
3344
|
+
$this.k68_1 = rating;
|
|
3345
|
+
$this.l68_1 = isBot;
|
|
3346
|
+
$this.m68_1 = initialLuckyFactor;
|
|
3320
3347
|
return $this;
|
|
3321
3348
|
}
|
|
3322
3349
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3329,47 +3356,47 @@
|
|
|
3329
3356
|
nickname = nickname === VOID ? null : nickname;
|
|
3330
3357
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3331
3358
|
photo = photo === VOID ? null : photo;
|
|
3332
|
-
this.
|
|
3333
|
-
this.
|
|
3334
|
-
this.
|
|
3335
|
-
this.
|
|
3336
|
-
this.
|
|
3337
|
-
this.
|
|
3338
|
-
this.
|
|
3339
|
-
this.
|
|
3340
|
-
this.
|
|
3341
|
-
}
|
|
3342
|
-
protoOf(GameUserInfoDto).
|
|
3343
|
-
return this.
|
|
3344
|
-
};
|
|
3345
|
-
protoOf(GameUserInfoDto).
|
|
3359
|
+
this.e68_1 = playerId;
|
|
3360
|
+
this.f68_1 = uid;
|
|
3361
|
+
this.g68_1 = name;
|
|
3362
|
+
this.h68_1 = nickname;
|
|
3363
|
+
this.i68_1 = avatarUrl;
|
|
3364
|
+
this.j68_1 = photo;
|
|
3365
|
+
this.k68_1 = rating;
|
|
3366
|
+
this.l68_1 = isBot;
|
|
3367
|
+
this.m68_1 = initialLuckyFactor;
|
|
3368
|
+
}
|
|
3369
|
+
protoOf(GameUserInfoDto).z68 = function () {
|
|
3370
|
+
return this.a69(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3371
|
+
};
|
|
3372
|
+
protoOf(GameUserInfoDto).b69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3346
3373
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3347
3374
|
};
|
|
3348
|
-
protoOf(GameUserInfoDto).
|
|
3349
|
-
playerId = playerId === VOID ? this.
|
|
3350
|
-
uid = uid === VOID ? this.
|
|
3351
|
-
name = name === VOID ? this.
|
|
3352
|
-
nickname = nickname === VOID ? this.
|
|
3353
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3354
|
-
photo = photo === VOID ? this.
|
|
3355
|
-
rating = rating === VOID ? this.
|
|
3356
|
-
isBot = isBot === VOID ? this.
|
|
3357
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3358
|
-
return $super === VOID ? this.
|
|
3375
|
+
protoOf(GameUserInfoDto).a69 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3376
|
+
playerId = playerId === VOID ? this.e68_1 : playerId;
|
|
3377
|
+
uid = uid === VOID ? this.f68_1 : uid;
|
|
3378
|
+
name = name === VOID ? this.g68_1 : name;
|
|
3379
|
+
nickname = nickname === VOID ? this.h68_1 : nickname;
|
|
3380
|
+
avatarUrl = avatarUrl === VOID ? this.i68_1 : avatarUrl;
|
|
3381
|
+
photo = photo === VOID ? this.j68_1 : photo;
|
|
3382
|
+
rating = rating === VOID ? this.k68_1 : rating;
|
|
3383
|
+
isBot = isBot === VOID ? this.l68_1 : isBot;
|
|
3384
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.m68_1 : initialLuckyFactor;
|
|
3385
|
+
return $super === VOID ? this.b69(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.b69.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3359
3386
|
};
|
|
3360
3387
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3361
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3388
|
+
return 'GameUserInfoDto(playerId=' + this.e68_1 + ', uid=' + this.f68_1 + ', name=' + this.g68_1 + ', nickname=' + this.h68_1 + ', avatarUrl=' + this.i68_1 + ', photo=' + this.j68_1 + ', rating=' + this.k68_1 + ', isBot=' + this.l68_1 + ', initialLuckyFactor=' + this.m68_1 + ')';
|
|
3362
3389
|
};
|
|
3363
3390
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3364
|
-
var result = this.
|
|
3365
|
-
result = imul(result, 31) + (this.e68_1 == null ? 0 : getStringHashCode(this.e68_1)) | 0;
|
|
3391
|
+
var result = this.e68_1 == null ? 0 : getStringHashCode(this.e68_1);
|
|
3366
3392
|
result = imul(result, 31) + (this.f68_1 == null ? 0 : getStringHashCode(this.f68_1)) | 0;
|
|
3367
3393
|
result = imul(result, 31) + (this.g68_1 == null ? 0 : getStringHashCode(this.g68_1)) | 0;
|
|
3368
3394
|
result = imul(result, 31) + (this.h68_1 == null ? 0 : getStringHashCode(this.h68_1)) | 0;
|
|
3369
3395
|
result = imul(result, 31) + (this.i68_1 == null ? 0 : getStringHashCode(this.i68_1)) | 0;
|
|
3370
|
-
result = imul(result, 31) + (this.j68_1 == null ? 0 :
|
|
3371
|
-
result = imul(result, 31) + (this.k68_1 == null ? 0 :
|
|
3372
|
-
result = imul(result, 31) + (this.l68_1 == null ? 0 :
|
|
3396
|
+
result = imul(result, 31) + (this.j68_1 == null ? 0 : getStringHashCode(this.j68_1)) | 0;
|
|
3397
|
+
result = imul(result, 31) + (this.k68_1 == null ? 0 : getNumberHashCode(this.k68_1)) | 0;
|
|
3398
|
+
result = imul(result, 31) + (this.l68_1 == null ? 0 : getBooleanHashCode(this.l68_1)) | 0;
|
|
3399
|
+
result = imul(result, 31) + (this.m68_1 == null ? 0 : getNumberHashCode(this.m68_1)) | 0;
|
|
3373
3400
|
return result;
|
|
3374
3401
|
};
|
|
3375
3402
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3377,8 +3404,6 @@
|
|
|
3377
3404
|
return true;
|
|
3378
3405
|
if (!(other instanceof GameUserInfoDto))
|
|
3379
3406
|
return false;
|
|
3380
|
-
if (!(this.d68_1 == other.d68_1))
|
|
3381
|
-
return false;
|
|
3382
3407
|
if (!(this.e68_1 == other.e68_1))
|
|
3383
3408
|
return false;
|
|
3384
3409
|
if (!(this.f68_1 == other.f68_1))
|
|
@@ -3389,11 +3414,13 @@
|
|
|
3389
3414
|
return false;
|
|
3390
3415
|
if (!(this.i68_1 == other.i68_1))
|
|
3391
3416
|
return false;
|
|
3392
|
-
if (!
|
|
3417
|
+
if (!(this.j68_1 == other.j68_1))
|
|
3418
|
+
return false;
|
|
3419
|
+
if (!equals(this.k68_1, other.k68_1))
|
|
3393
3420
|
return false;
|
|
3394
|
-
if (!(this.
|
|
3421
|
+
if (!(this.l68_1 == other.l68_1))
|
|
3395
3422
|
return false;
|
|
3396
|
-
if (!equals(this.
|
|
3423
|
+
if (!equals(this.m68_1, other.m68_1))
|
|
3397
3424
|
return false;
|
|
3398
3425
|
return true;
|
|
3399
3426
|
};
|
|
@@ -3407,7 +3434,7 @@
|
|
|
3407
3434
|
// Inline function 'kotlin.arrayOf' call
|
|
3408
3435
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3409
3436
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3410
|
-
tmp.
|
|
3437
|
+
tmp.c69_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3411
3438
|
}
|
|
3412
3439
|
var Companion_instance_19;
|
|
3413
3440
|
function Companion_getInstance_20() {
|
|
@@ -3421,22 +3448,22 @@
|
|
|
3421
3448
|
tmp0_serialDesc.gz('state', false);
|
|
3422
3449
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3423
3450
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3424
|
-
this.
|
|
3451
|
+
this.d69_1 = tmp0_serialDesc;
|
|
3425
3452
|
}
|
|
3426
|
-
protoOf($serializer_7).
|
|
3427
|
-
var tmp0_desc = this.
|
|
3453
|
+
protoOf($serializer_7).e69 = function (encoder, value) {
|
|
3454
|
+
var tmp0_desc = this.d69_1;
|
|
3428
3455
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3429
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3430
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3431
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3432
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3456
|
+
var tmp2_cached = Companion_getInstance_20().c69_1;
|
|
3457
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.u68_1);
|
|
3458
|
+
tmp1_output.dt(tmp0_desc, 1, value.v68_1);
|
|
3459
|
+
tmp1_output.dt(tmp0_desc, 2, value.w68_1);
|
|
3433
3460
|
tmp1_output.pr(tmp0_desc);
|
|
3434
3461
|
};
|
|
3435
3462
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3436
|
-
return this.
|
|
3463
|
+
return this.e69(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3437
3464
|
};
|
|
3438
3465
|
protoOf($serializer_7).do = function (decoder) {
|
|
3439
|
-
var tmp0_desc = this.
|
|
3466
|
+
var tmp0_desc = this.d69_1;
|
|
3440
3467
|
var tmp1_flag = true;
|
|
3441
3468
|
var tmp2_index = 0;
|
|
3442
3469
|
var tmp3_bitMask0 = 0;
|
|
@@ -3444,7 +3471,7 @@
|
|
|
3444
3471
|
var tmp5_local1 = null;
|
|
3445
3472
|
var tmp6_local2 = null;
|
|
3446
3473
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3447
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3474
|
+
var tmp8_cached = Companion_getInstance_20().c69_1;
|
|
3448
3475
|
if (tmp7_input.es()) {
|
|
3449
3476
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3450
3477
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3479,13 +3506,13 @@
|
|
|
3479
3506
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3480
3507
|
};
|
|
3481
3508
|
protoOf($serializer_7).bo = function () {
|
|
3482
|
-
return this.
|
|
3509
|
+
return this.d69_1;
|
|
3483
3510
|
};
|
|
3484
3511
|
protoOf($serializer_7).vz = function () {
|
|
3485
3512
|
// Inline function 'kotlin.arrayOf' call
|
|
3486
3513
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3487
3514
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3488
|
-
return [Companion_getInstance_20().
|
|
3515
|
+
return [Companion_getInstance_20().c69_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3489
3516
|
};
|
|
3490
3517
|
var $serializer_instance_7;
|
|
3491
3518
|
function $serializer_getInstance_7() {
|
|
@@ -3495,11 +3522,11 @@
|
|
|
3495
3522
|
}
|
|
3496
3523
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3497
3524
|
if (!(7 === (7 & seen0))) {
|
|
3498
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3525
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().d69_1);
|
|
3499
3526
|
}
|
|
3500
|
-
$this.
|
|
3501
|
-
$this.
|
|
3502
|
-
$this.
|
|
3527
|
+
$this.u68_1 = state;
|
|
3528
|
+
$this.v68_1 = connectionChangedTime;
|
|
3529
|
+
$this.w68_1 = notLiveDurationRecord;
|
|
3503
3530
|
return $this;
|
|
3504
3531
|
}
|
|
3505
3532
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3507,17 +3534,17 @@
|
|
|
3507
3534
|
}
|
|
3508
3535
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3509
3536
|
Companion_getInstance_20();
|
|
3510
|
-
this.
|
|
3511
|
-
this.
|
|
3512
|
-
this.
|
|
3537
|
+
this.u68_1 = state;
|
|
3538
|
+
this.v68_1 = connectionChangedTime;
|
|
3539
|
+
this.w68_1 = notLiveDurationRecord;
|
|
3513
3540
|
}
|
|
3514
3541
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3515
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3542
|
+
return 'PlayerConnectionDto(state=' + this.u68_1.toString() + ', connectionChangedTime=' + this.v68_1 + ', notLiveDurationRecord=' + this.w68_1 + ')';
|
|
3516
3543
|
};
|
|
3517
3544
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3518
|
-
var result = this.
|
|
3519
|
-
result = imul(result, 31) + getStringHashCode(this.u68_1) | 0;
|
|
3545
|
+
var result = this.u68_1.hashCode();
|
|
3520
3546
|
result = imul(result, 31) + getStringHashCode(this.v68_1) | 0;
|
|
3547
|
+
result = imul(result, 31) + getStringHashCode(this.w68_1) | 0;
|
|
3521
3548
|
return result;
|
|
3522
3549
|
};
|
|
3523
3550
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3525,12 +3552,12 @@
|
|
|
3525
3552
|
return true;
|
|
3526
3553
|
if (!(other instanceof PlayerConnectionDto))
|
|
3527
3554
|
return false;
|
|
3528
|
-
if (!this.
|
|
3529
|
-
return false;
|
|
3530
|
-
if (!(this.u68_1 === other.u68_1))
|
|
3555
|
+
if (!this.u68_1.equals(other.u68_1))
|
|
3531
3556
|
return false;
|
|
3532
3557
|
if (!(this.v68_1 === other.v68_1))
|
|
3533
3558
|
return false;
|
|
3559
|
+
if (!(this.w68_1 === other.w68_1))
|
|
3560
|
+
return false;
|
|
3534
3561
|
return true;
|
|
3535
3562
|
};
|
|
3536
3563
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3543,7 +3570,7 @@
|
|
|
3543
3570
|
// Inline function 'kotlin.arrayOf' call
|
|
3544
3571
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3545
3572
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3546
|
-
tmp.
|
|
3573
|
+
tmp.f69_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3547
3574
|
}
|
|
3548
3575
|
var Companion_instance_20;
|
|
3549
3576
|
function Companion_getInstance_21() {
|
|
@@ -3561,38 +3588,38 @@
|
|
|
3561
3588
|
tmp0_serialDesc.gz('ready', true);
|
|
3562
3589
|
tmp0_serialDesc.gz('tag', true);
|
|
3563
3590
|
tmp0_serialDesc.gz('connection', true);
|
|
3564
|
-
this.
|
|
3591
|
+
this.g69_1 = tmp0_serialDesc;
|
|
3565
3592
|
}
|
|
3566
|
-
protoOf($serializer_8).
|
|
3567
|
-
var tmp0_desc = this.
|
|
3593
|
+
protoOf($serializer_8).h69 = function (encoder, value) {
|
|
3594
|
+
var tmp0_desc = this.g69_1;
|
|
3568
3595
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3569
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3570
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3571
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3596
|
+
var tmp2_cached = Companion_getInstance_21().f69_1;
|
|
3597
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.n68_1 == null)) {
|
|
3598
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.n68_1);
|
|
3572
3599
|
}
|
|
3573
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3574
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3600
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.o68_1 == null)) {
|
|
3601
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.o68_1);
|
|
3575
3602
|
}
|
|
3576
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3577
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3603
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.p68_1 == null)) {
|
|
3604
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.p68_1);
|
|
3578
3605
|
}
|
|
3579
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3580
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3581
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3606
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.q68_1);
|
|
3607
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.r68_1 == null)) {
|
|
3608
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.r68_1);
|
|
3582
3609
|
}
|
|
3583
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3584
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3610
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.s68_1 == null)) {
|
|
3611
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.s68_1);
|
|
3585
3612
|
}
|
|
3586
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3587
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3613
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.t68_1 == null)) {
|
|
3614
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.t68_1);
|
|
3588
3615
|
}
|
|
3589
3616
|
tmp1_output.pr(tmp0_desc);
|
|
3590
3617
|
};
|
|
3591
3618
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3592
|
-
return this.
|
|
3619
|
+
return this.h69(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3593
3620
|
};
|
|
3594
3621
|
protoOf($serializer_8).do = function (decoder) {
|
|
3595
|
-
var tmp0_desc = this.
|
|
3622
|
+
var tmp0_desc = this.g69_1;
|
|
3596
3623
|
var tmp1_flag = true;
|
|
3597
3624
|
var tmp2_index = 0;
|
|
3598
3625
|
var tmp3_bitMask0 = 0;
|
|
@@ -3604,7 +3631,7 @@
|
|
|
3604
3631
|
var tmp9_local5 = null;
|
|
3605
3632
|
var tmp10_local6 = null;
|
|
3606
3633
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3607
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3634
|
+
var tmp12_cached = Companion_getInstance_21().f69_1;
|
|
3608
3635
|
if (tmp11_input.es()) {
|
|
3609
3636
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3610
3637
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3663,10 +3690,10 @@
|
|
|
3663
3690
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3664
3691
|
};
|
|
3665
3692
|
protoOf($serializer_8).bo = function () {
|
|
3666
|
-
return this.
|
|
3693
|
+
return this.g69_1;
|
|
3667
3694
|
};
|
|
3668
3695
|
protoOf($serializer_8).vz = function () {
|
|
3669
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3696
|
+
var tmp0_cached = Companion_getInstance_21().f69_1;
|
|
3670
3697
|
// Inline function 'kotlin.arrayOf' call
|
|
3671
3698
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3672
3699
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3680,33 +3707,33 @@
|
|
|
3680
3707
|
}
|
|
3681
3708
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3682
3709
|
if (!(8 === (8 & seen0))) {
|
|
3683
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3710
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().g69_1);
|
|
3684
3711
|
}
|
|
3685
3712
|
if (0 === (seen0 & 1))
|
|
3686
|
-
$this.
|
|
3713
|
+
$this.n68_1 = null;
|
|
3687
3714
|
else
|
|
3688
|
-
$this.
|
|
3715
|
+
$this.n68_1 = startFrom;
|
|
3689
3716
|
if (0 === (seen0 & 2))
|
|
3690
|
-
$this.
|
|
3717
|
+
$this.o68_1 = null;
|
|
3691
3718
|
else
|
|
3692
|
-
$this.
|
|
3719
|
+
$this.o68_1 = playerTurnTimeout;
|
|
3693
3720
|
if (0 === (seen0 & 4))
|
|
3694
|
-
$this.
|
|
3721
|
+
$this.p68_1 = null;
|
|
3695
3722
|
else
|
|
3696
|
-
$this.
|
|
3697
|
-
$this.
|
|
3723
|
+
$this.p68_1 = waitPlayerUntilTime;
|
|
3724
|
+
$this.q68_1 = state;
|
|
3698
3725
|
if (0 === (seen0 & 16))
|
|
3699
|
-
$this.
|
|
3726
|
+
$this.r68_1 = null;
|
|
3700
3727
|
else
|
|
3701
|
-
$this.
|
|
3728
|
+
$this.r68_1 = ready;
|
|
3702
3729
|
if (0 === (seen0 & 32))
|
|
3703
|
-
$this.
|
|
3730
|
+
$this.s68_1 = null;
|
|
3704
3731
|
else
|
|
3705
|
-
$this.
|
|
3732
|
+
$this.s68_1 = tag;
|
|
3706
3733
|
if (0 === (seen0 & 64))
|
|
3707
|
-
$this.
|
|
3734
|
+
$this.t68_1 = null;
|
|
3708
3735
|
else
|
|
3709
|
-
$this.
|
|
3736
|
+
$this.t68_1 = connection;
|
|
3710
3737
|
return $this;
|
|
3711
3738
|
}
|
|
3712
3739
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3720,25 +3747,25 @@
|
|
|
3720
3747
|
ready = ready === VOID ? null : ready;
|
|
3721
3748
|
tag = tag === VOID ? null : tag;
|
|
3722
3749
|
connection = connection === VOID ? null : connection;
|
|
3723
|
-
this.
|
|
3724
|
-
this.
|
|
3725
|
-
this.
|
|
3726
|
-
this.
|
|
3727
|
-
this.
|
|
3728
|
-
this.
|
|
3729
|
-
this.
|
|
3750
|
+
this.n68_1 = startFrom;
|
|
3751
|
+
this.o68_1 = playerTurnTimeout;
|
|
3752
|
+
this.p68_1 = waitPlayerUntilTime;
|
|
3753
|
+
this.q68_1 = state;
|
|
3754
|
+
this.r68_1 = ready;
|
|
3755
|
+
this.s68_1 = tag;
|
|
3756
|
+
this.t68_1 = connection;
|
|
3730
3757
|
}
|
|
3731
3758
|
protoOf(PlayerStateDto).toString = function () {
|
|
3732
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3759
|
+
return 'PlayerStateDto(startFrom=' + this.n68_1 + ', playerTurnTimeout=' + this.o68_1 + ', waitPlayerUntilTime=' + this.p68_1 + ', state=' + this.q68_1.toString() + ', ready=' + this.r68_1 + ', tag=' + this.s68_1 + ', connection=' + toString(this.t68_1) + ')';
|
|
3733
3760
|
};
|
|
3734
3761
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3735
|
-
var result = this.
|
|
3736
|
-
result = imul(result, 31) + (this.n68_1 == null ? 0 : getStringHashCode(this.n68_1)) | 0;
|
|
3762
|
+
var result = this.n68_1 == null ? 0 : getStringHashCode(this.n68_1);
|
|
3737
3763
|
result = imul(result, 31) + (this.o68_1 == null ? 0 : getStringHashCode(this.o68_1)) | 0;
|
|
3738
|
-
result = imul(result, 31) + this.p68_1.
|
|
3739
|
-
result = imul(result, 31) +
|
|
3740
|
-
result = imul(result, 31) + (this.r68_1 == null ? 0 :
|
|
3741
|
-
result = imul(result, 31) + (this.s68_1 == null ? 0 : this.s68_1
|
|
3764
|
+
result = imul(result, 31) + (this.p68_1 == null ? 0 : getStringHashCode(this.p68_1)) | 0;
|
|
3765
|
+
result = imul(result, 31) + this.q68_1.hashCode() | 0;
|
|
3766
|
+
result = imul(result, 31) + (this.r68_1 == null ? 0 : getBooleanHashCode(this.r68_1)) | 0;
|
|
3767
|
+
result = imul(result, 31) + (this.s68_1 == null ? 0 : getStringHashCode(this.s68_1)) | 0;
|
|
3768
|
+
result = imul(result, 31) + (this.t68_1 == null ? 0 : this.t68_1.hashCode()) | 0;
|
|
3742
3769
|
return result;
|
|
3743
3770
|
};
|
|
3744
3771
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3746,19 +3773,19 @@
|
|
|
3746
3773
|
return true;
|
|
3747
3774
|
if (!(other instanceof PlayerStateDto))
|
|
3748
3775
|
return false;
|
|
3749
|
-
if (!(this.m68_1 == other.m68_1))
|
|
3750
|
-
return false;
|
|
3751
3776
|
if (!(this.n68_1 == other.n68_1))
|
|
3752
3777
|
return false;
|
|
3753
3778
|
if (!(this.o68_1 == other.o68_1))
|
|
3754
3779
|
return false;
|
|
3755
|
-
if (!this.p68_1
|
|
3780
|
+
if (!(this.p68_1 == other.p68_1))
|
|
3756
3781
|
return false;
|
|
3757
|
-
if (!
|
|
3782
|
+
if (!this.q68_1.equals(other.q68_1))
|
|
3758
3783
|
return false;
|
|
3759
3784
|
if (!(this.r68_1 == other.r68_1))
|
|
3760
3785
|
return false;
|
|
3761
|
-
if (!
|
|
3786
|
+
if (!(this.s68_1 == other.s68_1))
|
|
3787
|
+
return false;
|
|
3788
|
+
if (!equals(this.t68_1, other.t68_1))
|
|
3762
3789
|
return false;
|
|
3763
3790
|
return true;
|
|
3764
3791
|
};
|
|
@@ -3782,7 +3809,7 @@
|
|
|
3782
3809
|
// Inline function 'kotlin.arrayOf' call
|
|
3783
3810
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3784
3811
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3785
|
-
tmp.
|
|
3812
|
+
tmp.i69_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3786
3813
|
}
|
|
3787
3814
|
var Companion_instance_21;
|
|
3788
3815
|
function Companion_getInstance_22() {
|
|
@@ -3819,45 +3846,45 @@
|
|
|
3819
3846
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3820
3847
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3821
3848
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3822
|
-
this.
|
|
3849
|
+
this.j69_1 = tmp0_serialDesc;
|
|
3823
3850
|
}
|
|
3824
|
-
protoOf($serializer_9).
|
|
3825
|
-
var tmp0_desc = this.
|
|
3851
|
+
protoOf($serializer_9).k69 = function (encoder, value) {
|
|
3852
|
+
var tmp0_desc = this.j69_1;
|
|
3826
3853
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3827
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3828
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3829
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3830
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3831
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3832
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3833
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3834
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3835
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3836
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3837
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3838
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3839
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3840
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3841
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3842
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3843
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3844
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3845
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3846
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3847
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3848
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3849
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3850
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3851
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3852
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3853
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3854
|
+
var tmp2_cached = Companion_getInstance_22().i69_1;
|
|
3855
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.l69_1);
|
|
3856
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.m69_1);
|
|
3857
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.n69_1);
|
|
3858
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.o69_1);
|
|
3859
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p69_1);
|
|
3860
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.q69_1);
|
|
3861
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.r69_1);
|
|
3862
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.s69_1);
|
|
3863
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.t69_1);
|
|
3864
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.u69_1);
|
|
3865
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.v69_1);
|
|
3866
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.w69_1);
|
|
3867
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.x69_1);
|
|
3868
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.y69_1);
|
|
3869
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.z69_1);
|
|
3870
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.a6a_1);
|
|
3871
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.b6a_1);
|
|
3872
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.c6a_1);
|
|
3873
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.d6a_1);
|
|
3874
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3875
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.f6a_1);
|
|
3876
|
+
tmp1_output.dt(tmp0_desc, 21, value.g6a_1);
|
|
3877
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.h6a_1);
|
|
3878
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.i6a_1);
|
|
3879
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.j6a_1);
|
|
3880
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.k6a_1);
|
|
3854
3881
|
tmp1_output.pr(tmp0_desc);
|
|
3855
3882
|
};
|
|
3856
3883
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3857
|
-
return this.
|
|
3884
|
+
return this.k69(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3858
3885
|
};
|
|
3859
3886
|
protoOf($serializer_9).do = function (decoder) {
|
|
3860
|
-
var tmp0_desc = this.
|
|
3887
|
+
var tmp0_desc = this.j69_1;
|
|
3861
3888
|
var tmp1_flag = true;
|
|
3862
3889
|
var tmp2_index = 0;
|
|
3863
3890
|
var tmp3_bitMask0 = 0;
|
|
@@ -3888,7 +3915,7 @@
|
|
|
3888
3915
|
var tmp28_local24 = null;
|
|
3889
3916
|
var tmp29_local25 = null;
|
|
3890
3917
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3891
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3918
|
+
var tmp31_cached = Companion_getInstance_22().i69_1;
|
|
3892
3919
|
if (tmp30_input.es()) {
|
|
3893
3920
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3894
3921
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4061,10 +4088,10 @@
|
|
|
4061
4088
|
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);
|
|
4062
4089
|
};
|
|
4063
4090
|
protoOf($serializer_9).bo = function () {
|
|
4064
|
-
return this.
|
|
4091
|
+
return this.j69_1;
|
|
4065
4092
|
};
|
|
4066
4093
|
protoOf($serializer_9).vz = function () {
|
|
4067
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4094
|
+
var tmp0_cached = Companion_getInstance_22().i69_1;
|
|
4068
4095
|
// Inline function 'kotlin.arrayOf' call
|
|
4069
4096
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4070
4097
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4078,34 +4105,34 @@
|
|
|
4078
4105
|
}
|
|
4079
4106
|
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) {
|
|
4080
4107
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4081
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
4108
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().j69_1);
|
|
4082
4109
|
}
|
|
4083
|
-
$this.
|
|
4084
|
-
$this.
|
|
4085
|
-
$this.
|
|
4086
|
-
$this.
|
|
4087
|
-
$this.
|
|
4088
|
-
$this.
|
|
4089
|
-
$this.
|
|
4090
|
-
$this.
|
|
4091
|
-
$this.
|
|
4092
|
-
$this.
|
|
4093
|
-
$this.
|
|
4094
|
-
$this.
|
|
4095
|
-
$this.
|
|
4096
|
-
$this.
|
|
4097
|
-
$this.
|
|
4098
|
-
$this.
|
|
4099
|
-
$this.
|
|
4100
|
-
$this.
|
|
4101
|
-
$this.
|
|
4102
|
-
$this.
|
|
4103
|
-
$this.
|
|
4104
|
-
$this.
|
|
4105
|
-
$this.
|
|
4106
|
-
$this.
|
|
4107
|
-
$this.
|
|
4108
|
-
$this.
|
|
4110
|
+
$this.l69_1 = name;
|
|
4111
|
+
$this.m69_1 = playerWhoChooseSuitGoFirst;
|
|
4112
|
+
$this.n69_1 = winnerShuffleCards;
|
|
4113
|
+
$this.o69_1 = playWithoutLiabilities;
|
|
4114
|
+
$this.p69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4115
|
+
$this.q69_1 = dealerInitialCardsCount;
|
|
4116
|
+
$this.r69_1 = dealerFinalCardsCount;
|
|
4117
|
+
$this.s69_1 = dealerCounterClockwise;
|
|
4118
|
+
$this.t69_1 = contractTypes;
|
|
4119
|
+
$this.u69_1 = bidTypes;
|
|
4120
|
+
$this.v69_1 = needToPutHigherTrump;
|
|
4121
|
+
$this.w69_1 = trumpCardStepMode;
|
|
4122
|
+
$this.x69_1 = trumpCardStepPartnerMode;
|
|
4123
|
+
$this.y69_1 = combinationsWithFirstCard;
|
|
4124
|
+
$this.z69_1 = protectBella;
|
|
4125
|
+
$this.a6a_1 = oneTryToProtectBella;
|
|
4126
|
+
$this.b6a_1 = enableFourSevensCombination;
|
|
4127
|
+
$this.c6a_1 = enableTrumpSevenCombination;
|
|
4128
|
+
$this.d6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4129
|
+
$this.e6a_1 = checkTrumpCombination;
|
|
4130
|
+
$this.f6a_1 = checkOnlyTrumpDebertz;
|
|
4131
|
+
$this.g6a_1 = pointsDistributeMode;
|
|
4132
|
+
$this.h6a_1 = enableFineIfNoBribes;
|
|
4133
|
+
$this.i6a_1 = fineIfNoBribes;
|
|
4134
|
+
$this.j6a_1 = enableFineAfterThirdByte;
|
|
4135
|
+
$this.k6a_1 = fineAfterThirdFailedContract;
|
|
4109
4136
|
return $this;
|
|
4110
4137
|
}
|
|
4111
4138
|
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) {
|
|
@@ -4113,63 +4140,63 @@
|
|
|
4113
4140
|
}
|
|
4114
4141
|
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) {
|
|
4115
4142
|
Companion_getInstance_22();
|
|
4116
|
-
this.
|
|
4117
|
-
this.
|
|
4118
|
-
this.
|
|
4119
|
-
this.
|
|
4120
|
-
this.
|
|
4121
|
-
this.
|
|
4122
|
-
this.
|
|
4123
|
-
this.
|
|
4124
|
-
this.
|
|
4125
|
-
this.
|
|
4126
|
-
this.
|
|
4127
|
-
this.
|
|
4128
|
-
this.
|
|
4129
|
-
this.
|
|
4130
|
-
this.
|
|
4131
|
-
this.
|
|
4132
|
-
this.
|
|
4133
|
-
this.
|
|
4134
|
-
this.
|
|
4135
|
-
this.
|
|
4136
|
-
this.
|
|
4137
|
-
this.
|
|
4138
|
-
this.
|
|
4139
|
-
this.
|
|
4140
|
-
this.
|
|
4141
|
-
this.
|
|
4143
|
+
this.l69_1 = name;
|
|
4144
|
+
this.m69_1 = playerWhoChooseSuitGoFirst;
|
|
4145
|
+
this.n69_1 = winnerShuffleCards;
|
|
4146
|
+
this.o69_1 = playWithoutLiabilities;
|
|
4147
|
+
this.p69_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4148
|
+
this.q69_1 = dealerInitialCardsCount;
|
|
4149
|
+
this.r69_1 = dealerFinalCardsCount;
|
|
4150
|
+
this.s69_1 = dealerCounterClockwise;
|
|
4151
|
+
this.t69_1 = contractTypes;
|
|
4152
|
+
this.u69_1 = bidTypes;
|
|
4153
|
+
this.v69_1 = needToPutHigherTrump;
|
|
4154
|
+
this.w69_1 = trumpCardStepMode;
|
|
4155
|
+
this.x69_1 = trumpCardStepPartnerMode;
|
|
4156
|
+
this.y69_1 = combinationsWithFirstCard;
|
|
4157
|
+
this.z69_1 = protectBella;
|
|
4158
|
+
this.a6a_1 = oneTryToProtectBella;
|
|
4159
|
+
this.b6a_1 = enableFourSevensCombination;
|
|
4160
|
+
this.c6a_1 = enableTrumpSevenCombination;
|
|
4161
|
+
this.d6a_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4162
|
+
this.e6a_1 = checkTrumpCombination;
|
|
4163
|
+
this.f6a_1 = checkOnlyTrumpDebertz;
|
|
4164
|
+
this.g6a_1 = pointsDistributeMode;
|
|
4165
|
+
this.h6a_1 = enableFineIfNoBribes;
|
|
4166
|
+
this.i6a_1 = fineIfNoBribes;
|
|
4167
|
+
this.j6a_1 = enableFineAfterThirdByte;
|
|
4168
|
+
this.k6a_1 = fineAfterThirdFailedContract;
|
|
4142
4169
|
}
|
|
4143
4170
|
protoOf(RulesDto).toString = function () {
|
|
4144
|
-
return 'RulesDto(name=' + this.
|
|
4171
|
+
return 'RulesDto(name=' + this.l69_1 + ', playerWhoChooseSuitGoFirst=' + this.m69_1 + ', winnerShuffleCards=' + this.n69_1 + ', playWithoutLiabilities=' + this.o69_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.p69_1 + ', dealerInitialCardsCount=' + this.q69_1 + ', dealerFinalCardsCount=' + this.r69_1 + ', dealerCounterClockwise=' + this.s69_1 + ', contractTypes=' + toString(this.t69_1) + ', bidTypes=' + toString(this.u69_1) + ', needToPutHigherTrump=' + this.v69_1 + ', trumpCardStepMode=' + this.w69_1 + ', trumpCardStepPartnerMode=' + this.x69_1 + ', combinationsWithFirstCard=' + toString(this.y69_1) + ', protectBella=' + this.z69_1 + ', oneTryToProtectBella=' + this.a6a_1 + ', enableFourSevensCombination=' + this.b6a_1 + ', enableTrumpSevenCombination=' + this.c6a_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.d6a_1 + ', checkTrumpCombination=' + this.e6a_1 + ', checkOnlyTrumpDebertz=' + this.f6a_1 + ', pointsDistributeMode=' + this.g6a_1 + ', enableFineIfNoBribes=' + this.h6a_1 + ', fineIfNoBribes=' + this.i6a_1 + ', enableFineAfterThirdByte=' + this.j6a_1 + ', fineAfterThirdFailedContract=' + this.k6a_1 + ')';
|
|
4145
4172
|
};
|
|
4146
4173
|
protoOf(RulesDto).hashCode = function () {
|
|
4147
|
-
var result = this.
|
|
4148
|
-
result = imul(result, 31) + (this.l69_1 == null ? 0 : getBooleanHashCode(this.l69_1)) | 0;
|
|
4174
|
+
var result = this.l69_1 == null ? 0 : getStringHashCode(this.l69_1);
|
|
4149
4175
|
result = imul(result, 31) + (this.m69_1 == null ? 0 : getBooleanHashCode(this.m69_1)) | 0;
|
|
4150
4176
|
result = imul(result, 31) + (this.n69_1 == null ? 0 : getBooleanHashCode(this.n69_1)) | 0;
|
|
4151
4177
|
result = imul(result, 31) + (this.o69_1 == null ? 0 : getBooleanHashCode(this.o69_1)) | 0;
|
|
4152
|
-
result = imul(result, 31) + (this.p69_1 == null ? 0 : this.p69_1) | 0;
|
|
4178
|
+
result = imul(result, 31) + (this.p69_1 == null ? 0 : getBooleanHashCode(this.p69_1)) | 0;
|
|
4153
4179
|
result = imul(result, 31) + (this.q69_1 == null ? 0 : this.q69_1) | 0;
|
|
4154
|
-
result = imul(result, 31) + (this.r69_1 == null ? 0 :
|
|
4155
|
-
result = imul(result, 31) + (this.s69_1 == null ? 0 :
|
|
4180
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : this.r69_1) | 0;
|
|
4181
|
+
result = imul(result, 31) + (this.s69_1 == null ? 0 : getBooleanHashCode(this.s69_1)) | 0;
|
|
4156
4182
|
result = imul(result, 31) + (this.t69_1 == null ? 0 : hashCode(this.t69_1)) | 0;
|
|
4157
|
-
result = imul(result, 31) + (this.u69_1 == null ? 0 :
|
|
4158
|
-
result = imul(result, 31) + (this.v69_1 == null ? 0 :
|
|
4183
|
+
result = imul(result, 31) + (this.u69_1 == null ? 0 : hashCode(this.u69_1)) | 0;
|
|
4184
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : getBooleanHashCode(this.v69_1)) | 0;
|
|
4159
4185
|
result = imul(result, 31) + (this.w69_1 == null ? 0 : getStringHashCode(this.w69_1)) | 0;
|
|
4160
|
-
result = imul(result, 31) + (this.x69_1 == null ? 0 :
|
|
4161
|
-
result = imul(result, 31) + (this.y69_1 == null ? 0 :
|
|
4186
|
+
result = imul(result, 31) + (this.x69_1 == null ? 0 : getStringHashCode(this.x69_1)) | 0;
|
|
4187
|
+
result = imul(result, 31) + (this.y69_1 == null ? 0 : hashCode(this.y69_1)) | 0;
|
|
4162
4188
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getBooleanHashCode(this.z69_1)) | 0;
|
|
4163
4189
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getBooleanHashCode(this.a6a_1)) | 0;
|
|
4164
4190
|
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getBooleanHashCode(this.b6a_1)) | 0;
|
|
4165
4191
|
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getBooleanHashCode(this.c6a_1)) | 0;
|
|
4166
4192
|
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getBooleanHashCode(this.d6a_1)) | 0;
|
|
4167
4193
|
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
4168
|
-
result = imul(result, 31) +
|
|
4169
|
-
result = imul(result, 31) + (this.g6a_1
|
|
4170
|
-
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1) | 0;
|
|
4171
|
-
result = imul(result, 31) + (this.i6a_1 == null ? 0 :
|
|
4172
|
-
result = imul(result, 31) + (this.j6a_1 == null ? 0 : this.j6a_1) | 0;
|
|
4194
|
+
result = imul(result, 31) + (this.f6a_1 == null ? 0 : getBooleanHashCode(this.f6a_1)) | 0;
|
|
4195
|
+
result = imul(result, 31) + getStringHashCode(this.g6a_1) | 0;
|
|
4196
|
+
result = imul(result, 31) + (this.h6a_1 == null ? 0 : getBooleanHashCode(this.h6a_1)) | 0;
|
|
4197
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : this.i6a_1) | 0;
|
|
4198
|
+
result = imul(result, 31) + (this.j6a_1 == null ? 0 : getBooleanHashCode(this.j6a_1)) | 0;
|
|
4199
|
+
result = imul(result, 31) + (this.k6a_1 == null ? 0 : this.k6a_1) | 0;
|
|
4173
4200
|
return result;
|
|
4174
4201
|
};
|
|
4175
4202
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4177,8 +4204,6 @@
|
|
|
4177
4204
|
return true;
|
|
4178
4205
|
if (!(other instanceof RulesDto))
|
|
4179
4206
|
return false;
|
|
4180
|
-
if (!(this.k69_1 == other.k69_1))
|
|
4181
|
-
return false;
|
|
4182
4207
|
if (!(this.l69_1 == other.l69_1))
|
|
4183
4208
|
return false;
|
|
4184
4209
|
if (!(this.m69_1 == other.m69_1))
|
|
@@ -4193,19 +4218,19 @@
|
|
|
4193
4218
|
return false;
|
|
4194
4219
|
if (!(this.r69_1 == other.r69_1))
|
|
4195
4220
|
return false;
|
|
4196
|
-
if (!
|
|
4221
|
+
if (!(this.s69_1 == other.s69_1))
|
|
4197
4222
|
return false;
|
|
4198
4223
|
if (!equals(this.t69_1, other.t69_1))
|
|
4199
4224
|
return false;
|
|
4200
|
-
if (!(this.u69_1
|
|
4225
|
+
if (!equals(this.u69_1, other.u69_1))
|
|
4201
4226
|
return false;
|
|
4202
4227
|
if (!(this.v69_1 == other.v69_1))
|
|
4203
4228
|
return false;
|
|
4204
4229
|
if (!(this.w69_1 == other.w69_1))
|
|
4205
4230
|
return false;
|
|
4206
|
-
if (!
|
|
4231
|
+
if (!(this.x69_1 == other.x69_1))
|
|
4207
4232
|
return false;
|
|
4208
|
-
if (!(this.y69_1
|
|
4233
|
+
if (!equals(this.y69_1, other.y69_1))
|
|
4209
4234
|
return false;
|
|
4210
4235
|
if (!(this.z69_1 == other.z69_1))
|
|
4211
4236
|
return false;
|
|
@@ -4219,9 +4244,9 @@
|
|
|
4219
4244
|
return false;
|
|
4220
4245
|
if (!(this.e6a_1 == other.e6a_1))
|
|
4221
4246
|
return false;
|
|
4222
|
-
if (!(this.f6a_1
|
|
4247
|
+
if (!(this.f6a_1 == other.f6a_1))
|
|
4223
4248
|
return false;
|
|
4224
|
-
if (!(this.g6a_1
|
|
4249
|
+
if (!(this.g6a_1 === other.g6a_1))
|
|
4225
4250
|
return false;
|
|
4226
4251
|
if (!(this.h6a_1 == other.h6a_1))
|
|
4227
4252
|
return false;
|
|
@@ -4229,14 +4254,16 @@
|
|
|
4229
4254
|
return false;
|
|
4230
4255
|
if (!(this.j6a_1 == other.j6a_1))
|
|
4231
4256
|
return false;
|
|
4257
|
+
if (!(this.k6a_1 == other.k6a_1))
|
|
4258
|
+
return false;
|
|
4232
4259
|
return true;
|
|
4233
4260
|
};
|
|
4234
4261
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4235
|
-
this.
|
|
4236
|
-
this.
|
|
4262
|
+
this.l6a_1 = trump;
|
|
4263
|
+
this.m6a_1 = firstCardSuit;
|
|
4237
4264
|
}
|
|
4238
4265
|
protoOf(CardGrowthComparator).w5b = function (a, b) {
|
|
4239
|
-
return getGrowth(b, this.
|
|
4266
|
+
return getGrowth(b, this.l6a_1, this.m6a_1) - getGrowth(a, this.l6a_1, this.m6a_1) | 0;
|
|
4240
4267
|
};
|
|
4241
4268
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4242
4269
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4384,46 +4411,46 @@
|
|
|
4384
4411
|
return tmp;
|
|
4385
4412
|
}
|
|
4386
4413
|
function ProcessingCard(card) {
|
|
4387
|
-
this.
|
|
4414
|
+
this.n6a_1 = card;
|
|
4388
4415
|
}
|
|
4389
4416
|
protoOf(ProcessingCard).toString = function () {
|
|
4390
|
-
return 'ProcessingCard(card=' + this.
|
|
4417
|
+
return 'ProcessingCard(card=' + this.n6a_1.toString() + ')';
|
|
4391
4418
|
};
|
|
4392
4419
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4393
|
-
return this.
|
|
4420
|
+
return this.n6a_1.hashCode();
|
|
4394
4421
|
};
|
|
4395
4422
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4396
4423
|
if (this === other)
|
|
4397
4424
|
return true;
|
|
4398
4425
|
if (!(other instanceof ProcessingCard))
|
|
4399
4426
|
return false;
|
|
4400
|
-
if (!this.
|
|
4427
|
+
if (!this.n6a_1.equals(other.n6a_1))
|
|
4401
4428
|
return false;
|
|
4402
4429
|
return true;
|
|
4403
4430
|
};
|
|
4404
4431
|
function AsyncProvider() {
|
|
4405
4432
|
}
|
|
4406
4433
|
function onError($this, message, error) {
|
|
4407
|
-
$this.
|
|
4434
|
+
$this.v6a_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4408
4435
|
}
|
|
4409
4436
|
function Companion_20() {
|
|
4410
|
-
this.
|
|
4437
|
+
this.d6b_1 = 'AsyncProvider';
|
|
4411
4438
|
}
|
|
4412
4439
|
var Companion_instance_22;
|
|
4413
4440
|
function Companion_getInstance_23() {
|
|
4414
4441
|
return Companion_instance_22;
|
|
4415
4442
|
}
|
|
4416
4443
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4417
|
-
this.
|
|
4444
|
+
this.f6b_1 = this$0;
|
|
4418
4445
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4419
4446
|
}
|
|
4420
4447
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).q1x = function (context, exception) {
|
|
4421
|
-
onError(this.
|
|
4448
|
+
onError(this.f6b_1, 'CoroutineContext', exception);
|
|
4422
4449
|
return Unit_instance;
|
|
4423
4450
|
};
|
|
4424
4451
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4425
|
-
this.
|
|
4426
|
-
this.
|
|
4452
|
+
this.o6b_1 = this$0;
|
|
4453
|
+
this.p6b_1 = $block;
|
|
4427
4454
|
CoroutineImpl.call(this, resultContinuation);
|
|
4428
4455
|
}
|
|
4429
4456
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j2d = function ($this$launch, $completion) {
|
|
@@ -4443,43 +4470,43 @@
|
|
|
4443
4470
|
switch (tmp) {
|
|
4444
4471
|
case 0:
|
|
4445
4472
|
this.t8_1 = 6;
|
|
4446
|
-
this.
|
|
4473
|
+
this.s6b_1 = this.o6b_1.x6a_1;
|
|
4447
4474
|
var tmp_0 = this;
|
|
4448
|
-
tmp_0.
|
|
4475
|
+
tmp_0.r6b_1 = null;
|
|
4449
4476
|
this.s8_1 = 1;
|
|
4450
|
-
suspendResult = this.
|
|
4477
|
+
suspendResult = this.s6b_1.z2k(this.r6b_1, this);
|
|
4451
4478
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4452
4479
|
return suspendResult;
|
|
4453
4480
|
}
|
|
4454
4481
|
|
|
4455
4482
|
continue $sm;
|
|
4456
4483
|
case 1:
|
|
4457
|
-
this.
|
|
4484
|
+
this.t6b_1 = Unit_instance;
|
|
4458
4485
|
this.s8_1 = 2;
|
|
4459
4486
|
continue $sm;
|
|
4460
4487
|
case 2:
|
|
4461
4488
|
this.t8_1 = 5;
|
|
4462
4489
|
this.s8_1 = 3;
|
|
4463
|
-
suspendResult = this.
|
|
4490
|
+
suspendResult = this.p6b_1(this.q6b_1, this);
|
|
4464
4491
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4465
4492
|
return suspendResult;
|
|
4466
4493
|
}
|
|
4467
4494
|
|
|
4468
4495
|
continue $sm;
|
|
4469
4496
|
case 3:
|
|
4470
|
-
this.
|
|
4497
|
+
this.t6b_1 = Unit_instance;
|
|
4471
4498
|
this.t8_1 = 6;
|
|
4472
4499
|
this.s8_1 = 4;
|
|
4473
4500
|
continue $sm;
|
|
4474
4501
|
case 4:
|
|
4475
|
-
this.
|
|
4502
|
+
this.t6b_1;
|
|
4476
4503
|
this.t8_1 = 6;
|
|
4477
|
-
this.
|
|
4504
|
+
this.s6b_1.k2k(this.r6b_1);
|
|
4478
4505
|
return Unit_instance;
|
|
4479
4506
|
case 5:
|
|
4480
4507
|
this.t8_1 = 6;
|
|
4481
4508
|
var t = this.v8_1;
|
|
4482
|
-
this.
|
|
4509
|
+
this.s6b_1.k2k(this.r6b_1);
|
|
4483
4510
|
throw t;
|
|
4484
4511
|
case 6:
|
|
4485
4512
|
throw this.v8_1;
|
|
@@ -4496,8 +4523,8 @@
|
|
|
4496
4523
|
while (true);
|
|
4497
4524
|
};
|
|
4498
4525
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k2d = function ($this$launch, completion) {
|
|
4499
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4500
|
-
i.
|
|
4526
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.o6b_1, this.p6b_1, completion);
|
|
4527
|
+
i.q6b_1 = $this$launch;
|
|
4501
4528
|
return i;
|
|
4502
4529
|
};
|
|
4503
4530
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4512,53 +4539,53 @@
|
|
|
4512
4539
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().d21() : mainDispatcher;
|
|
4513
4540
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().z20_1 : defaultDispatcher;
|
|
4514
4541
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().a21_1 : unconfinedDispatcher;
|
|
4515
|
-
this.
|
|
4516
|
-
this.
|
|
4517
|
-
this.w6a_1 = Mutex();
|
|
4542
|
+
this.v6a_1 = logger;
|
|
4543
|
+
this.w6a_1 = SupervisorJob();
|
|
4518
4544
|
this.x6a_1 = Mutex();
|
|
4545
|
+
this.y6a_1 = Mutex();
|
|
4519
4546
|
var tmp = this;
|
|
4520
4547
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4521
|
-
tmp.
|
|
4522
|
-
this.
|
|
4523
|
-
this.
|
|
4524
|
-
this.
|
|
4548
|
+
tmp.z6a_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4549
|
+
this.a6b_1 = CoroutineScope_0(mainDispatcher.dg(this.w6a_1).dg(MainContextId_getInstance()));
|
|
4550
|
+
this.b6b_1 = CoroutineScope_0(defaultDispatcher.dg(this.w6a_1).dg(WorkerContextId_getInstance()));
|
|
4551
|
+
this.c6b_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.w6a_1).dg(WorkerContextId_getInstance()));
|
|
4525
4552
|
}
|
|
4526
|
-
protoOf(AsyncProviderImpl).
|
|
4527
|
-
return this.
|
|
4553
|
+
protoOf(AsyncProviderImpl).o6a = function () {
|
|
4554
|
+
return this.z6a_1;
|
|
4528
4555
|
};
|
|
4529
|
-
protoOf(AsyncProviderImpl).
|
|
4530
|
-
if (this.
|
|
4531
|
-
this.
|
|
4556
|
+
protoOf(AsyncProviderImpl).t6a = function (context, block) {
|
|
4557
|
+
if (this.w6a_1.z1p()) {
|
|
4558
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4532
4559
|
// Inline function 'kotlin.apply' call
|
|
4533
4560
|
var this_0 = Job();
|
|
4534
4561
|
this_0.n1q();
|
|
4535
4562
|
return this_0;
|
|
4536
4563
|
}
|
|
4537
|
-
return launch(this.
|
|
4564
|
+
return launch(this.a6b_1, context, VOID, block);
|
|
4538
4565
|
};
|
|
4539
|
-
protoOf(AsyncProviderImpl).
|
|
4540
|
-
if (this.
|
|
4541
|
-
this.
|
|
4566
|
+
protoOf(AsyncProviderImpl).p6a = function (context, block) {
|
|
4567
|
+
if (this.w6a_1.z1p()) {
|
|
4568
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4542
4569
|
// Inline function 'kotlin.apply' call
|
|
4543
4570
|
var this_0 = Job();
|
|
4544
4571
|
this_0.n1q();
|
|
4545
4572
|
return this_0;
|
|
4546
4573
|
}
|
|
4547
|
-
return launch(this.
|
|
4574
|
+
return launch(this.b6b_1, context, VOID, block);
|
|
4548
4575
|
};
|
|
4549
|
-
protoOf(AsyncProviderImpl).
|
|
4550
|
-
if (this.
|
|
4551
|
-
this.
|
|
4576
|
+
protoOf(AsyncProviderImpl).r6a = function (context, block) {
|
|
4577
|
+
if (this.w6a_1.z1p()) {
|
|
4578
|
+
this.v6a_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4552
4579
|
// Inline function 'kotlin.apply' call
|
|
4553
4580
|
var this_0 = Job();
|
|
4554
4581
|
this_0.n1q();
|
|
4555
4582
|
return this_0;
|
|
4556
4583
|
}
|
|
4557
|
-
return launch(this.
|
|
4584
|
+
return launch(this.b6b_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4558
4585
|
};
|
|
4559
4586
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4560
|
-
if (!this.
|
|
4561
|
-
this.
|
|
4587
|
+
if (!this.w6a_1.z1p()) {
|
|
4588
|
+
this.w6a_1.n1q();
|
|
4562
4589
|
}
|
|
4563
4590
|
};
|
|
4564
4591
|
function Key() {
|
|
@@ -4620,7 +4647,7 @@
|
|
|
4620
4647
|
}
|
|
4621
4648
|
function UUIDIdsProvider() {
|
|
4622
4649
|
}
|
|
4623
|
-
protoOf(UUIDIdsProvider).
|
|
4650
|
+
protoOf(UUIDIdsProvider).u6b = function () {
|
|
4624
4651
|
return uuid4().toString();
|
|
4625
4652
|
};
|
|
4626
4653
|
var UUIDIdsProvider_instance;
|
|
@@ -4638,55 +4665,55 @@
|
|
|
4638
4665
|
tmp = lock;
|
|
4639
4666
|
}
|
|
4640
4667
|
lock = tmp;
|
|
4641
|
-
this.
|
|
4642
|
-
this.
|
|
4668
|
+
this.a6c_1 = logger;
|
|
4669
|
+
this.b6c_1 = lock;
|
|
4643
4670
|
var tmp_0 = this;
|
|
4644
4671
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4645
|
-
tmp_0.
|
|
4672
|
+
tmp_0.c6c_1 = HashMap_init_$Create$();
|
|
4646
4673
|
}
|
|
4647
|
-
protoOf(JobsProviderImpl).
|
|
4674
|
+
protoOf(JobsProviderImpl).v6b = function (timerTag, job) {
|
|
4648
4675
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4649
|
-
this.
|
|
4650
|
-
if (this.
|
|
4651
|
-
this.
|
|
4676
|
+
this.b6c_1;
|
|
4677
|
+
if (this.z6b(timerTag)) {
|
|
4678
|
+
this.a6c_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4652
4679
|
}
|
|
4653
4680
|
// Inline function 'kotlin.collections.set' call
|
|
4654
|
-
this.
|
|
4681
|
+
this.c6c_1.f2(timerTag, job);
|
|
4655
4682
|
};
|
|
4656
|
-
protoOf(JobsProviderImpl).
|
|
4683
|
+
protoOf(JobsProviderImpl).z6b = function (timerTag) {
|
|
4657
4684
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4658
|
-
this.
|
|
4659
|
-
return this.
|
|
4685
|
+
this.b6c_1;
|
|
4686
|
+
return this.c6c_1.a2(timerTag);
|
|
4660
4687
|
};
|
|
4661
|
-
protoOf(JobsProviderImpl).
|
|
4688
|
+
protoOf(JobsProviderImpl).x6b = function (timerTag) {
|
|
4662
4689
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4663
|
-
this.
|
|
4664
|
-
if (!this.
|
|
4665
|
-
this.
|
|
4690
|
+
this.b6c_1;
|
|
4691
|
+
if (!this.z6b(timerTag)) {
|
|
4692
|
+
this.a6c_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4666
4693
|
}
|
|
4667
|
-
this.
|
|
4694
|
+
this.c6c_1.g2(timerTag);
|
|
4668
4695
|
};
|
|
4669
|
-
protoOf(JobsProviderImpl).
|
|
4696
|
+
protoOf(JobsProviderImpl).y6b = function (timers) {
|
|
4670
4697
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4671
|
-
this.
|
|
4698
|
+
this.b6c_1;
|
|
4672
4699
|
// Inline function 'kotlin.collections.forEach' call
|
|
4673
4700
|
var _iterator__ex2g4s = timers.l();
|
|
4674
4701
|
while (_iterator__ex2g4s.m()) {
|
|
4675
4702
|
var element = _iterator__ex2g4s.n();
|
|
4676
|
-
var timer = this.
|
|
4703
|
+
var timer = this.c6c_1.c2(element);
|
|
4677
4704
|
if (timer == null)
|
|
4678
4705
|
null;
|
|
4679
4706
|
else {
|
|
4680
4707
|
timer.n1q();
|
|
4681
4708
|
}
|
|
4682
4709
|
}
|
|
4683
|
-
this.
|
|
4710
|
+
this.c6c_1.d2().l2(toSet(timers));
|
|
4684
4711
|
};
|
|
4685
|
-
protoOf(JobsProviderImpl).
|
|
4712
|
+
protoOf(JobsProviderImpl).w6b = function (timerTag) {
|
|
4686
4713
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4687
|
-
this.
|
|
4688
|
-
var timer = this.
|
|
4689
|
-
this.
|
|
4714
|
+
this.b6c_1;
|
|
4715
|
+
var timer = this.c6c_1.c2(timerTag);
|
|
4716
|
+
this.c6c_1.g2(timerTag);
|
|
4690
4717
|
var tmp;
|
|
4691
4718
|
if (timer == null) {
|
|
4692
4719
|
tmp = null;
|
|
@@ -4699,36 +4726,36 @@
|
|
|
4699
4726
|
}
|
|
4700
4727
|
function FileSystemImpl(fileSystem) {
|
|
4701
4728
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4702
|
-
this.
|
|
4729
|
+
this.g6c_1 = fileSystem;
|
|
4703
4730
|
}
|
|
4704
|
-
protoOf(FileSystemImpl).
|
|
4731
|
+
protoOf(FileSystemImpl).d6c = function (path, $completion) {
|
|
4705
4732
|
var directoryPath = Path(path);
|
|
4706
|
-
var exists = this.
|
|
4733
|
+
var exists = this.g6c_1.c1o(directoryPath);
|
|
4707
4734
|
if (!exists) {
|
|
4708
|
-
this.
|
|
4735
|
+
this.g6c_1.g1o(directoryPath);
|
|
4709
4736
|
}
|
|
4710
4737
|
return Unit_instance;
|
|
4711
4738
|
};
|
|
4712
|
-
protoOf(FileSystemImpl).
|
|
4713
|
-
return buffered(this.
|
|
4739
|
+
protoOf(FileSystemImpl).e6c = function (path, fileName, append, $completion) {
|
|
4740
|
+
return buffered(this.g6c_1.h1o(Path_0(path, [fileName]), append));
|
|
4714
4741
|
};
|
|
4715
|
-
protoOf(FileSystemImpl).
|
|
4716
|
-
this.
|
|
4742
|
+
protoOf(FileSystemImpl).f6c = function (path, $completion) {
|
|
4743
|
+
this.g6c_1.e1o(Path_0(path, []));
|
|
4717
4744
|
return Unit_instance;
|
|
4718
4745
|
};
|
|
4719
4746
|
function LoggerFactory() {
|
|
4720
4747
|
}
|
|
4721
4748
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4722
|
-
this.
|
|
4723
|
-
this.
|
|
4749
|
+
this.i6c_1 = coreConfig;
|
|
4750
|
+
this.j6c_1 = fileSystem;
|
|
4724
4751
|
}
|
|
4725
|
-
protoOf(LoggerFactoryImpl).
|
|
4752
|
+
protoOf(LoggerFactoryImpl).h6c = function (gameId, roomId, userId) {
|
|
4726
4753
|
// Inline function 'kotlin.let' call
|
|
4727
|
-
var it = this.
|
|
4754
|
+
var it = this.i6c_1.fileNameFormat;
|
|
4728
4755
|
var tmp = Companion_instance_4;
|
|
4729
4756
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4730
4757
|
// Inline function 'kotlin.collections.map' call
|
|
4731
|
-
var this_0 = split(this.
|
|
4758
|
+
var this_0 = split(this.i6c_1.requireDirectoryPath, ['/']);
|
|
4732
4759
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4733
4760
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4734
4761
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4740,7 +4767,7 @@
|
|
|
4740
4767
|
}
|
|
4741
4768
|
var segments = destination;
|
|
4742
4769
|
var tmp0_path = joinToString(segments, '/');
|
|
4743
|
-
var tmp1_fileSystem = this.
|
|
4770
|
+
var tmp1_fileSystem = this.j6c_1;
|
|
4744
4771
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4745
4772
|
};
|
|
4746
4773
|
function appendToFile($this, message, $completion) {
|
|
@@ -4751,7 +4778,7 @@
|
|
|
4751
4778
|
}
|
|
4752
4779
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4753
4780
|
CoroutineImpl.call(this, resultContinuation);
|
|
4754
|
-
this.
|
|
4781
|
+
this.c6d_1 = _this__u8e3s4;
|
|
4755
4782
|
}
|
|
4756
4783
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4757
4784
|
var suspendResult = this.u8_1;
|
|
@@ -4763,7 +4790,7 @@
|
|
|
4763
4790
|
this.t8_1 = 3;
|
|
4764
4791
|
this.t8_1 = 2;
|
|
4765
4792
|
this.s8_1 = 1;
|
|
4766
|
-
suspendResult = this.
|
|
4793
|
+
suspendResult = this.c6d_1.f6d_1.d6c(this.c6d_1.e6d_1, this);
|
|
4767
4794
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4768
4795
|
return suspendResult;
|
|
4769
4796
|
}
|
|
@@ -4804,8 +4831,8 @@
|
|
|
4804
4831
|
};
|
|
4805
4832
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4806
4833
|
CoroutineImpl.call(this, resultContinuation);
|
|
4807
|
-
this.
|
|
4808
|
-
this.
|
|
4834
|
+
this.s6c_1 = _this__u8e3s4;
|
|
4835
|
+
this.t6c_1 = message;
|
|
4809
4836
|
}
|
|
4810
4837
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4811
4838
|
var suspendResult = this.u8_1;
|
|
@@ -4817,7 +4844,7 @@
|
|
|
4817
4844
|
this.t8_1 = 3;
|
|
4818
4845
|
this.t8_1 = 2;
|
|
4819
4846
|
this.s8_1 = 1;
|
|
4820
|
-
suspendResult = this.
|
|
4847
|
+
suspendResult = this.s6c_1.f6d_1.e6c(this.s6c_1.e6d_1, this.s6c_1.d6d_1, true, this);
|
|
4821
4848
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4822
4849
|
return suspendResult;
|
|
4823
4850
|
}
|
|
@@ -4828,7 +4855,7 @@
|
|
|
4828
4855
|
var sink = buffered(ARGUMENT);
|
|
4829
4856
|
l$ret$1: do {
|
|
4830
4857
|
try {
|
|
4831
|
-
writeString(sink, this.
|
|
4858
|
+
writeString(sink, this.t6c_1 + '\n');
|
|
4832
4859
|
break l$ret$1;
|
|
4833
4860
|
} catch ($p) {
|
|
4834
4861
|
var t = $p;
|
|
@@ -4871,17 +4898,17 @@
|
|
|
4871
4898
|
while (true);
|
|
4872
4899
|
};
|
|
4873
4900
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4874
|
-
this.
|
|
4875
|
-
this.
|
|
4876
|
-
this.
|
|
4901
|
+
this.d6d_1 = fileName;
|
|
4902
|
+
this.e6d_1 = path;
|
|
4903
|
+
this.f6d_1 = fileSystem;
|
|
4877
4904
|
}
|
|
4878
|
-
protoOf(LogsStorageControllerImpl).
|
|
4905
|
+
protoOf(LogsStorageControllerImpl).g6d = function ($completion) {
|
|
4879
4906
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4880
4907
|
tmp.u8_1 = Unit_instance;
|
|
4881
4908
|
tmp.v8_1 = null;
|
|
4882
4909
|
return tmp.a9();
|
|
4883
4910
|
};
|
|
4884
|
-
protoOf(LogsStorageControllerImpl).
|
|
4911
|
+
protoOf(LogsStorageControllerImpl).h6d = function (log, $completion) {
|
|
4885
4912
|
return appendToFile(this, log, $completion);
|
|
4886
4913
|
};
|
|
4887
4914
|
function BufferedAction() {
|
|
@@ -4896,30 +4923,30 @@
|
|
|
4896
4923
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4897
4924
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4898
4925
|
TimerAction.call(this);
|
|
4899
|
-
this.
|
|
4900
|
-
this.
|
|
4901
|
-
this.
|
|
4902
|
-
this.
|
|
4926
|
+
this.n6d_1 = timerTag;
|
|
4927
|
+
this.o6d_1 = delayMillis;
|
|
4928
|
+
this.p6d_1 = initialDelay;
|
|
4929
|
+
this.q6d_1 = type;
|
|
4903
4930
|
}
|
|
4904
4931
|
protoOf(StartTimerAction).toString = function () {
|
|
4905
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4906
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4932
|
+
var tmp = 'timerTag=' + toString_0(this.n6d_1);
|
|
4933
|
+
var tmp_0 = 'delayMillis=' + this.o6d_1.toString();
|
|
4907
4934
|
// Inline function 'kotlin.takeIf' call
|
|
4908
|
-
var this_0 = 'initialDelay=' + this.
|
|
4935
|
+
var this_0 = 'initialDelay=' + this.p6d_1.toString();
|
|
4909
4936
|
var tmp_1;
|
|
4910
|
-
if (!equalsLong(this.
|
|
4937
|
+
if (!equalsLong(this.p6d_1, new Long(0, 0))) {
|
|
4911
4938
|
tmp_1 = this_0;
|
|
4912
4939
|
} else {
|
|
4913
4940
|
tmp_1 = null;
|
|
4914
4941
|
}
|
|
4915
4942
|
var tmp$ret$1 = tmp_1;
|
|
4916
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4943
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.q6d_1.toString()])) + ')';
|
|
4917
4944
|
};
|
|
4918
4945
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4919
|
-
var result = hashCode(this.
|
|
4920
|
-
result = imul(result, 31) + this.n6d_1.hashCode() | 0;
|
|
4946
|
+
var result = hashCode(this.n6d_1);
|
|
4921
4947
|
result = imul(result, 31) + this.o6d_1.hashCode() | 0;
|
|
4922
4948
|
result = imul(result, 31) + this.p6d_1.hashCode() | 0;
|
|
4949
|
+
result = imul(result, 31) + this.q6d_1.hashCode() | 0;
|
|
4923
4950
|
return result;
|
|
4924
4951
|
};
|
|
4925
4952
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4927,13 +4954,13 @@
|
|
|
4927
4954
|
return true;
|
|
4928
4955
|
if (!(other instanceof StartTimerAction))
|
|
4929
4956
|
return false;
|
|
4930
|
-
if (!equals(this.
|
|
4931
|
-
return false;
|
|
4932
|
-
if (!equalsLong(this.n6d_1, other.n6d_1))
|
|
4957
|
+
if (!equals(this.n6d_1, other.n6d_1))
|
|
4933
4958
|
return false;
|
|
4934
4959
|
if (!equalsLong(this.o6d_1, other.o6d_1))
|
|
4935
4960
|
return false;
|
|
4936
|
-
if (!this.p6d_1
|
|
4961
|
+
if (!equalsLong(this.p6d_1, other.p6d_1))
|
|
4962
|
+
return false;
|
|
4963
|
+
if (!this.q6d_1.equals(other.q6d_1))
|
|
4937
4964
|
return false;
|
|
4938
4965
|
return true;
|
|
4939
4966
|
};
|
|
@@ -4952,18 +4979,18 @@
|
|
|
4952
4979
|
}
|
|
4953
4980
|
function TimerTickAction(timerTag, type) {
|
|
4954
4981
|
TimerAction.call(this);
|
|
4955
|
-
this.
|
|
4956
|
-
this.
|
|
4982
|
+
this.r6d_1 = timerTag;
|
|
4983
|
+
this.s6d_1 = type;
|
|
4957
4984
|
}
|
|
4958
4985
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
4959
|
-
return this.
|
|
4986
|
+
return this.r6d_1.ignoreValidation();
|
|
4960
4987
|
};
|
|
4961
4988
|
protoOf(TimerTickAction).toString = function () {
|
|
4962
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4989
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.r6d_1) + ', type=' + this.s6d_1.toString() + ')';
|
|
4963
4990
|
};
|
|
4964
4991
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4965
|
-
var result = hashCode(this.
|
|
4966
|
-
result = imul(result, 31) + this.
|
|
4992
|
+
var result = hashCode(this.r6d_1);
|
|
4993
|
+
result = imul(result, 31) + this.s6d_1.hashCode() | 0;
|
|
4967
4994
|
return result;
|
|
4968
4995
|
};
|
|
4969
4996
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4971,28 +4998,28 @@
|
|
|
4971
4998
|
return true;
|
|
4972
4999
|
if (!(other instanceof TimerTickAction))
|
|
4973
5000
|
return false;
|
|
4974
|
-
if (!equals(this.
|
|
5001
|
+
if (!equals(this.r6d_1, other.r6d_1))
|
|
4975
5002
|
return false;
|
|
4976
|
-
if (!this.
|
|
5003
|
+
if (!this.s6d_1.equals(other.s6d_1))
|
|
4977
5004
|
return false;
|
|
4978
5005
|
return true;
|
|
4979
5006
|
};
|
|
4980
5007
|
function StopTimerAction(timerTag) {
|
|
4981
5008
|
TimerAction.call(this);
|
|
4982
|
-
this.
|
|
5009
|
+
this.t6d_1 = timerTag;
|
|
4983
5010
|
}
|
|
4984
5011
|
protoOf(StopTimerAction).toString = function () {
|
|
4985
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5012
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.t6d_1) + ')';
|
|
4986
5013
|
};
|
|
4987
5014
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4988
|
-
return hashCode(this.
|
|
5015
|
+
return hashCode(this.t6d_1);
|
|
4989
5016
|
};
|
|
4990
5017
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4991
5018
|
if (this === other)
|
|
4992
5019
|
return true;
|
|
4993
5020
|
if (!(other instanceof StopTimerAction))
|
|
4994
5021
|
return false;
|
|
4995
|
-
if (!equals(this.
|
|
5022
|
+
if (!equals(this.t6d_1, other.t6d_1))
|
|
4996
5023
|
return false;
|
|
4997
5024
|
return true;
|
|
4998
5025
|
};
|
|
@@ -5036,7 +5063,7 @@
|
|
|
5036
5063
|
return function (reducer, initialState, en) {
|
|
5037
5064
|
var store = $storeCreator(reducer, initialState, en);
|
|
5038
5065
|
var origDispatch = store.dispatch;
|
|
5039
|
-
store.
|
|
5066
|
+
store.u6d(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5040
5067
|
return store;
|
|
5041
5068
|
};
|
|
5042
5069
|
}
|
|
@@ -5050,7 +5077,7 @@
|
|
|
5050
5077
|
}
|
|
5051
5078
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5052
5079
|
return function (action) {
|
|
5053
|
-
$middleware.
|
|
5080
|
+
$middleware.v6d($store, $dispatcher, action);
|
|
5054
5081
|
return Unit_instance;
|
|
5055
5082
|
};
|
|
5056
5083
|
}
|
|
@@ -5065,7 +5092,7 @@
|
|
|
5065
5092
|
while (inductionVariable < last) {
|
|
5066
5093
|
var element = tmp0[inductionVariable];
|
|
5067
5094
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5068
|
-
if (element.
|
|
5095
|
+
if (element.w6d(action)) {
|
|
5069
5096
|
destination.j(element);
|
|
5070
5097
|
}
|
|
5071
5098
|
}
|
|
@@ -5089,7 +5116,7 @@
|
|
|
5089
5116
|
return function (reducer, initialState, en) {
|
|
5090
5117
|
var store = $storeCreator(reducer, initialState, en);
|
|
5091
5118
|
var origDispatch = store.dispatch;
|
|
5092
|
-
store.
|
|
5119
|
+
store.u6d(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5093
5120
|
return store;
|
|
5094
5121
|
};
|
|
5095
5122
|
}
|
|
@@ -5103,9 +5130,9 @@
|
|
|
5103
5130
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5104
5131
|
}
|
|
5105
5132
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5106
|
-
this.
|
|
5107
|
-
this.
|
|
5108
|
-
this.
|
|
5133
|
+
this.f6e_1 = $jobsProvider;
|
|
5134
|
+
this.g6e_1 = $action;
|
|
5135
|
+
this.h6e_1 = $store;
|
|
5109
5136
|
CoroutineImpl.call(this, resultContinuation);
|
|
5110
5137
|
}
|
|
5111
5138
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5124,8 +5151,8 @@
|
|
|
5124
5151
|
var tmp = this.s8_1;
|
|
5125
5152
|
if (tmp === 0) {
|
|
5126
5153
|
this.t8_1 = 1;
|
|
5127
|
-
if (this.
|
|
5128
|
-
this.
|
|
5154
|
+
if (this.f6e_1.z6b(this.g6e_1.n6d_1)) {
|
|
5155
|
+
this.h6e_1.dispatch(new TimerTickAction(this.g6e_1.n6d_1, TimerType_DELAY_getInstance()));
|
|
5129
5156
|
}
|
|
5130
5157
|
return Unit_instance;
|
|
5131
5158
|
} else if (tmp === 1) {
|
|
@@ -5138,8 +5165,8 @@
|
|
|
5138
5165
|
while (true);
|
|
5139
5166
|
};
|
|
5140
5167
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k2d = function ($this$launchMain, completion) {
|
|
5141
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5142
|
-
i.
|
|
5168
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.f6e_1, this.g6e_1, this.h6e_1, completion);
|
|
5169
|
+
i.i6e_1 = $this$launchMain;
|
|
5143
5170
|
return i;
|
|
5144
5171
|
};
|
|
5145
5172
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5151,9 +5178,9 @@
|
|
|
5151
5178
|
return l;
|
|
5152
5179
|
}
|
|
5153
5180
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5154
|
-
this.
|
|
5155
|
-
this.
|
|
5156
|
-
this.
|
|
5181
|
+
this.r6e_1 = $jobsProvider;
|
|
5182
|
+
this.s6e_1 = $action;
|
|
5183
|
+
this.t6e_1 = $store;
|
|
5157
5184
|
CoroutineImpl.call(this, resultContinuation);
|
|
5158
5185
|
}
|
|
5159
5186
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j2d = function ($this$launchMain, $completion) {
|
|
@@ -5172,8 +5199,8 @@
|
|
|
5172
5199
|
var tmp = this.s8_1;
|
|
5173
5200
|
if (tmp === 0) {
|
|
5174
5201
|
this.t8_1 = 1;
|
|
5175
|
-
if (this.
|
|
5176
|
-
this.
|
|
5202
|
+
if (this.r6e_1.z6b(this.s6e_1.n6d_1)) {
|
|
5203
|
+
this.t6e_1.dispatch(new TimerTickAction(this.s6e_1.n6d_1, TimerType_INTERVAL_getInstance()));
|
|
5177
5204
|
}
|
|
5178
5205
|
return Unit_instance;
|
|
5179
5206
|
} else if (tmp === 1) {
|
|
@@ -5186,8 +5213,8 @@
|
|
|
5186
5213
|
while (true);
|
|
5187
5214
|
};
|
|
5188
5215
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k2d = function ($this$launchMain, completion) {
|
|
5189
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5190
|
-
i.
|
|
5216
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.r6e_1, this.s6e_1, this.t6e_1, completion);
|
|
5217
|
+
i.u6e_1 = $this$launchMain;
|
|
5191
5218
|
return i;
|
|
5192
5219
|
};
|
|
5193
5220
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5199,10 +5226,10 @@
|
|
|
5199
5226
|
return l;
|
|
5200
5227
|
}
|
|
5201
5228
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5202
|
-
this.
|
|
5203
|
-
this.
|
|
5204
|
-
this.
|
|
5205
|
-
this.
|
|
5229
|
+
this.d6f_1 = $action;
|
|
5230
|
+
this.e6f_1 = $asyncProvider;
|
|
5231
|
+
this.f6f_1 = $jobsProvider;
|
|
5232
|
+
this.g6f_1 = $store;
|
|
5206
5233
|
CoroutineImpl.call(this, resultContinuation);
|
|
5207
5234
|
}
|
|
5208
5235
|
protoOf(timerMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
|
|
@@ -5222,9 +5249,9 @@
|
|
|
5222
5249
|
switch (tmp) {
|
|
5223
5250
|
case 0:
|
|
5224
5251
|
this.t8_1 = 10;
|
|
5225
|
-
if (!equalsLong(this.
|
|
5252
|
+
if (!equalsLong(this.d6f_1.p6d_1, new Long(0, 0)) && this.d6f_1.q6d_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5226
5253
|
this.s8_1 = 1;
|
|
5227
|
-
suspendResult = delay(this.
|
|
5254
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5228
5255
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5229
5256
|
return suspendResult;
|
|
5230
5257
|
}
|
|
@@ -5238,19 +5265,19 @@
|
|
|
5238
5265
|
this.s8_1 = 2;
|
|
5239
5266
|
continue $sm;
|
|
5240
5267
|
case 2:
|
|
5241
|
-
var tmp0 = this.
|
|
5268
|
+
var tmp0 = this.d6f_1.q6d_1.q2_1;
|
|
5242
5269
|
if (tmp0 === 0) {
|
|
5243
5270
|
this.s8_1 = 8;
|
|
5244
|
-
suspendResult = delay(this.
|
|
5271
|
+
suspendResult = delay(this.d6f_1.o6d_1, this);
|
|
5245
5272
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5246
5273
|
return suspendResult;
|
|
5247
5274
|
}
|
|
5248
5275
|
continue $sm;
|
|
5249
5276
|
} else {
|
|
5250
5277
|
if (tmp0 === 1) {
|
|
5251
|
-
if (!equalsLong(this.
|
|
5278
|
+
if (!equalsLong(this.d6f_1.p6d_1, new Long(0, 0))) {
|
|
5252
5279
|
this.s8_1 = 3;
|
|
5253
|
-
suspendResult = delay(this.
|
|
5280
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5254
5281
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5255
5282
|
return suspendResult;
|
|
5256
5283
|
}
|
|
@@ -5273,14 +5300,14 @@
|
|
|
5273
5300
|
this.s8_1 = 5;
|
|
5274
5301
|
continue $sm;
|
|
5275
5302
|
case 5:
|
|
5276
|
-
if (!get_isActive(this.
|
|
5303
|
+
if (!get_isActive(this.h6f_1)) {
|
|
5277
5304
|
this.s8_1 = 7;
|
|
5278
5305
|
continue $sm;
|
|
5279
5306
|
}
|
|
5280
5307
|
|
|
5281
|
-
this.
|
|
5308
|
+
this.e6f_1.u6a(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.f6f_1, this.d6f_1, this.g6f_1, null));
|
|
5282
5309
|
this.s8_1 = 6;
|
|
5283
|
-
suspendResult = delay(this.
|
|
5310
|
+
suspendResult = delay(this.d6f_1.p6d_1, this);
|
|
5284
5311
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5285
5312
|
return suspendResult;
|
|
5286
5313
|
}
|
|
@@ -5290,12 +5317,12 @@
|
|
|
5290
5317
|
this.s8_1 = 5;
|
|
5291
5318
|
continue $sm;
|
|
5292
5319
|
case 7:
|
|
5293
|
-
this.
|
|
5320
|
+
this.i6f_1 = Unit_instance;
|
|
5294
5321
|
this.s8_1 = 9;
|
|
5295
5322
|
continue $sm;
|
|
5296
5323
|
case 8:
|
|
5297
5324
|
var tmp_1 = this;
|
|
5298
|
-
tmp_1.
|
|
5325
|
+
tmp_1.i6f_1 = this.e6f_1.u6a(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.f6f_1, this.d6f_1, this.g6f_1, null));
|
|
5299
5326
|
this.s8_1 = 9;
|
|
5300
5327
|
continue $sm;
|
|
5301
5328
|
case 9:
|
|
@@ -5315,8 +5342,8 @@
|
|
|
5315
5342
|
while (true);
|
|
5316
5343
|
};
|
|
5317
5344
|
protoOf(timerMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
|
|
5318
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5319
|
-
i.
|
|
5345
|
+
var i = new timerMiddleware$o$handle$slambda(this.d6f_1, this.e6f_1, this.f6f_1, this.g6f_1, completion);
|
|
5346
|
+
i.h6f_1 = $this$launchDefault;
|
|
5320
5347
|
return i;
|
|
5321
5348
|
};
|
|
5322
5349
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5328,24 +5355,24 @@
|
|
|
5328
5355
|
return l;
|
|
5329
5356
|
}
|
|
5330
5357
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5331
|
-
this.
|
|
5332
|
-
this.
|
|
5358
|
+
this.j6f_1 = $asyncProvider;
|
|
5359
|
+
this.k6f_1 = $jobsProvider;
|
|
5333
5360
|
}
|
|
5334
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5361
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).w6d = function (action) {
|
|
5335
5362
|
return action instanceof TimerAction;
|
|
5336
5363
|
};
|
|
5337
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5364
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).l6f = function (store, next, action) {
|
|
5338
5365
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5339
5366
|
if (action_0 instanceof StartTimerAction) {
|
|
5340
|
-
var job = this.
|
|
5341
|
-
this.
|
|
5367
|
+
var job = this.j6f_1.q6a(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.j6f_1, this.k6f_1, store, null));
|
|
5368
|
+
this.k6f_1.v6b(action_0.n6d_1, job);
|
|
5342
5369
|
} else {
|
|
5343
5370
|
if (action_0 instanceof StopTimerAction) {
|
|
5344
|
-
this.
|
|
5371
|
+
this.k6f_1.w6b(action_0.t6d_1);
|
|
5345
5372
|
} else {
|
|
5346
5373
|
if (action_0 instanceof TimerTickAction) {
|
|
5347
|
-
if (action_0.
|
|
5348
|
-
this.
|
|
5374
|
+
if (action_0.s6d_1.equals(TimerType_DELAY_getInstance())) {
|
|
5375
|
+
this.k6f_1.x6b(action_0.r6d_1);
|
|
5349
5376
|
}
|
|
5350
5377
|
} else {
|
|
5351
5378
|
noWhenBranchMatchedException();
|
|
@@ -5354,8 +5381,8 @@
|
|
|
5354
5381
|
}
|
|
5355
5382
|
next(action_0);
|
|
5356
5383
|
};
|
|
5357
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5358
|
-
return this.
|
|
5384
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).v6d = function (store, next, action) {
|
|
5385
|
+
return this.l6f(store, next, action);
|
|
5359
5386
|
};
|
|
5360
5387
|
function compose(functions) {
|
|
5361
5388
|
return compose$lambda(functions);
|
|
@@ -5399,7 +5426,7 @@
|
|
|
5399
5426
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5400
5427
|
try {
|
|
5401
5428
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5402
|
-
currentState._v = currentReducer._v.
|
|
5429
|
+
currentState._v = currentReducer._v.m6f(currentState._v, action);
|
|
5403
5430
|
stateTrigger.f2a(Unit_instance);
|
|
5404
5431
|
} catch ($p) {
|
|
5405
5432
|
if ($p instanceof Exception) {
|
|
@@ -5423,8 +5450,8 @@
|
|
|
5423
5450
|
};
|
|
5424
5451
|
}
|
|
5425
5452
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5426
|
-
this.
|
|
5427
|
-
this.
|
|
5453
|
+
this.v6f_1 = $$this$unsafeFlow;
|
|
5454
|
+
this.w6f_1 = this$0;
|
|
5428
5455
|
CoroutineImpl.call(this, resultContinuation);
|
|
5429
5456
|
}
|
|
5430
5457
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).u4u = function (value, $completion) {
|
|
@@ -5444,10 +5471,10 @@
|
|
|
5444
5471
|
switch (tmp) {
|
|
5445
5472
|
case 0:
|
|
5446
5473
|
this.t8_1 = 2;
|
|
5447
|
-
var tmp0 = this.
|
|
5448
|
-
this.
|
|
5474
|
+
var tmp0 = this.v6f_1;
|
|
5475
|
+
this.x6f_1;
|
|
5449
5476
|
this.s8_1 = 1;
|
|
5450
|
-
suspendResult = tmp0.z27(this.
|
|
5477
|
+
suspendResult = tmp0.z27(this.w6f_1.state, this);
|
|
5451
5478
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5452
5479
|
return suspendResult;
|
|
5453
5480
|
}
|
|
@@ -5470,8 +5497,8 @@
|
|
|
5470
5497
|
while (true);
|
|
5471
5498
|
};
|
|
5472
5499
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).v4u = function (value, completion) {
|
|
5473
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5474
|
-
i.
|
|
5500
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.v6f_1, this.w6f_1, completion);
|
|
5501
|
+
i.x6f_1 = value;
|
|
5475
5502
|
return i;
|
|
5476
5503
|
};
|
|
5477
5504
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5484,8 +5511,8 @@
|
|
|
5484
5511
|
}
|
|
5485
5512
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5486
5513
|
CoroutineImpl.call(this, resultContinuation);
|
|
5487
|
-
this.
|
|
5488
|
-
this.
|
|
5514
|
+
this.g6g_1 = _this__u8e3s4;
|
|
5515
|
+
this.h6g_1 = collector;
|
|
5489
5516
|
}
|
|
5490
5517
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5491
5518
|
var suspendResult = this.u8_1;
|
|
@@ -5495,10 +5522,10 @@
|
|
|
5495
5522
|
switch (tmp) {
|
|
5496
5523
|
case 0:
|
|
5497
5524
|
this.t8_1 = 2;
|
|
5498
|
-
var $this$unsafeFlow = this.
|
|
5525
|
+
var $this$unsafeFlow = this.h6g_1;
|
|
5499
5526
|
this.s8_1 = 1;
|
|
5500
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5501
|
-
suspendResult = this.
|
|
5527
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.g6g_1.j6g_1, null);
|
|
5528
|
+
suspendResult = this.g6g_1.i6g_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5502
5529
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5503
5530
|
return suspendResult;
|
|
5504
5531
|
}
|
|
@@ -5521,13 +5548,13 @@
|
|
|
5521
5548
|
while (true);
|
|
5522
5549
|
};
|
|
5523
5550
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5524
|
-
this.
|
|
5551
|
+
this.k6g_1 = function_0;
|
|
5525
5552
|
}
|
|
5526
5553
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
|
|
5527
|
-
return this.
|
|
5554
|
+
return this.k6g_1(value, $completion);
|
|
5528
5555
|
};
|
|
5529
5556
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5530
|
-
return this.
|
|
5557
|
+
return this.k6g_1;
|
|
5531
5558
|
};
|
|
5532
5559
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5533
5560
|
var tmp;
|
|
@@ -5560,8 +5587,8 @@
|
|
|
5560
5587
|
};
|
|
5561
5588
|
}
|
|
5562
5589
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5563
|
-
this.
|
|
5564
|
-
this.
|
|
5590
|
+
this.i6g_1 = $this;
|
|
5591
|
+
this.j6g_1 = this$0;
|
|
5565
5592
|
}
|
|
5566
5593
|
protoOf(createStore$3$observe$$inlined$map$1).a28 = function (collector, $completion) {
|
|
5567
5594
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5573,33 +5600,33 @@
|
|
|
5573
5600
|
return this.a28(collector, $completion);
|
|
5574
5601
|
};
|
|
5575
5602
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5576
|
-
this.
|
|
5577
|
-
this.
|
|
5578
|
-
this.
|
|
5603
|
+
this.o6g_1 = $currentState;
|
|
5604
|
+
this.p6g_1 = $stateTrigger;
|
|
5605
|
+
this.l6g_1 = this;
|
|
5579
5606
|
var tmp = this;
|
|
5580
|
-
tmp.
|
|
5607
|
+
tmp.m6g_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5581
5608
|
var tmp_0 = this;
|
|
5582
|
-
tmp_0.
|
|
5609
|
+
tmp_0.n6g_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5583
5610
|
}
|
|
5584
|
-
protoOf(createStore$3).
|
|
5585
|
-
return this.
|
|
5611
|
+
protoOf(createStore$3).q6g = function () {
|
|
5612
|
+
return this.l6g_1;
|
|
5586
5613
|
};
|
|
5587
5614
|
protoOf(createStore$3).a65 = function () {
|
|
5588
|
-
return createStore$getState(this.
|
|
5589
|
-
};
|
|
5590
|
-
protoOf(createStore$3).t6d = function (_set____db54di) {
|
|
5591
|
-
this.l6g_1 = _set____db54di;
|
|
5615
|
+
return createStore$getState(this.o6g_1);
|
|
5592
5616
|
};
|
|
5593
|
-
protoOf(createStore$3).
|
|
5594
|
-
|
|
5617
|
+
protoOf(createStore$3).u6d = function (_set____db54di) {
|
|
5618
|
+
this.m6g_1 = _set____db54di;
|
|
5595
5619
|
};
|
|
5596
5620
|
protoOf(createStore$3).r6g = function () {
|
|
5597
5621
|
return this.m6g_1;
|
|
5598
5622
|
};
|
|
5599
5623
|
protoOf(createStore$3).s6g = function () {
|
|
5624
|
+
return this.n6g_1;
|
|
5625
|
+
};
|
|
5626
|
+
protoOf(createStore$3).t6g = function () {
|
|
5600
5627
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5601
5628
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5602
|
-
var this_0 = this.
|
|
5629
|
+
var this_0 = this.p6g_1;
|
|
5603
5630
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5604
5631
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5605
5632
|
};
|
|
@@ -5675,10 +5702,10 @@
|
|
|
5675
5702
|
return new middleware$1(dispatch);
|
|
5676
5703
|
}
|
|
5677
5704
|
function middleware$1($dispatch) {
|
|
5678
|
-
this.
|
|
5705
|
+
this.u6g_1 = $dispatch;
|
|
5679
5706
|
}
|
|
5680
|
-
protoOf(middleware$1).
|
|
5681
|
-
this.
|
|
5707
|
+
protoOf(middleware$1).v6d = function (store, next, action) {
|
|
5708
|
+
this.u6g_1(store, next, action);
|
|
5682
5709
|
};
|
|
5683
5710
|
function Reducer() {
|
|
5684
5711
|
}
|
|
@@ -5686,11 +5713,11 @@
|
|
|
5686
5713
|
return new combineReducers$1(reducers);
|
|
5687
5714
|
}
|
|
5688
5715
|
function combineReducers$1($reducers) {
|
|
5689
|
-
this.
|
|
5716
|
+
this.v6g_1 = $reducers;
|
|
5690
5717
|
}
|
|
5691
|
-
protoOf(combineReducers$1).
|
|
5718
|
+
protoOf(combineReducers$1).w6g = function (state, action) {
|
|
5692
5719
|
// Inline function 'kotlin.collections.filter' call
|
|
5693
|
-
var tmp0 = this.
|
|
5720
|
+
var tmp0 = this.v6g_1;
|
|
5694
5721
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5695
5722
|
var destination = ArrayList_init_$Create$();
|
|
5696
5723
|
var inductionVariable = 0;
|
|
@@ -5698,7 +5725,7 @@
|
|
|
5698
5725
|
while (inductionVariable < last) {
|
|
5699
5726
|
var element = tmp0[inductionVariable];
|
|
5700
5727
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5701
|
-
if (element.
|
|
5728
|
+
if (element.w6d(action)) {
|
|
5702
5729
|
destination.j(element);
|
|
5703
5730
|
}
|
|
5704
5731
|
}
|
|
@@ -5708,12 +5735,12 @@
|
|
|
5708
5735
|
while (_iterator__ex2g4s.m()) {
|
|
5709
5736
|
var element_0 = _iterator__ex2g4s.n();
|
|
5710
5737
|
var s = accumulator;
|
|
5711
|
-
accumulator = element_0.
|
|
5738
|
+
accumulator = element_0.m6f(s, action);
|
|
5712
5739
|
}
|
|
5713
5740
|
return accumulator;
|
|
5714
5741
|
};
|
|
5715
|
-
protoOf(combineReducers$1).
|
|
5716
|
-
return this.
|
|
5742
|
+
protoOf(combineReducers$1).m6f = function (state, action) {
|
|
5743
|
+
return this.w6g((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5717
5744
|
};
|
|
5718
5745
|
function Store() {
|
|
5719
5746
|
}
|
|
@@ -5955,18 +5982,18 @@
|
|
|
5955
5982
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
5956
5983
|
}
|
|
5957
5984
|
function ClientLoggerKey(gameId, playerId) {
|
|
5958
|
-
this.
|
|
5959
|
-
this.
|
|
5985
|
+
this.x6g_1 = gameId;
|
|
5986
|
+
this.y6g_1 = playerId;
|
|
5960
5987
|
}
|
|
5961
|
-
protoOf(ClientLoggerKey).
|
|
5962
|
-
return joinToString(listOf([this.
|
|
5988
|
+
protoOf(ClientLoggerKey).z6g = function () {
|
|
5989
|
+
return joinToString(listOf([this.x6g_1, this.y6g_1]), '_');
|
|
5963
5990
|
};
|
|
5964
5991
|
protoOf(ClientLoggerKey).toString = function () {
|
|
5965
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
5992
|
+
return 'ClientLoggerKey(gameId=' + this.x6g_1 + ', playerId=' + this.y6g_1 + ')';
|
|
5966
5993
|
};
|
|
5967
5994
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
5968
|
-
var result = getStringHashCode(this.
|
|
5969
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5995
|
+
var result = getStringHashCode(this.x6g_1);
|
|
5996
|
+
result = imul(result, 31) + getStringHashCode(this.y6g_1) | 0;
|
|
5970
5997
|
return result;
|
|
5971
5998
|
};
|
|
5972
5999
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -5974,14 +6001,14 @@
|
|
|
5974
6001
|
return true;
|
|
5975
6002
|
if (!(other instanceof ClientLoggerKey))
|
|
5976
6003
|
return false;
|
|
5977
|
-
if (!(this.w6g_1 === other.w6g_1))
|
|
5978
|
-
return false;
|
|
5979
6004
|
if (!(this.x6g_1 === other.x6g_1))
|
|
5980
6005
|
return false;
|
|
6006
|
+
if (!(this.y6g_1 === other.y6g_1))
|
|
6007
|
+
return false;
|
|
5981
6008
|
return true;
|
|
5982
6009
|
};
|
|
5983
6010
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5984
|
-
return $this.
|
|
6011
|
+
return $this.a6h_1.x();
|
|
5985
6012
|
}
|
|
5986
6013
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5987
6014
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -6021,7 +6048,7 @@
|
|
|
6021
6048
|
Companion_instance_23 = this;
|
|
6022
6049
|
var tmp = this;
|
|
6023
6050
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6024
|
-
tmp.
|
|
6051
|
+
tmp.a6h_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6025
6052
|
}
|
|
6026
6053
|
protoOf(Companion_21).a1c = function () {
|
|
6027
6054
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6084,7 +6111,7 @@
|
|
|
6084
6111
|
// Inline function 'kotlin.arrayOf' call
|
|
6085
6112
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6086
6113
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6087
|
-
tmp.
|
|
6114
|
+
tmp.g6h_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6088
6115
|
}
|
|
6089
6116
|
protoOf(Companion_22).a1c = function () {
|
|
6090
6117
|
return $serializer_getInstance_10();
|
|
@@ -6103,12 +6130,12 @@
|
|
|
6103
6130
|
tmp0_serialDesc.gz('tag', false);
|
|
6104
6131
|
tmp0_serialDesc.gz('message', false);
|
|
6105
6132
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6106
|
-
this.
|
|
6133
|
+
this.h6h_1 = tmp0_serialDesc;
|
|
6107
6134
|
}
|
|
6108
|
-
protoOf($serializer_10).
|
|
6109
|
-
var tmp0_desc = this.
|
|
6135
|
+
protoOf($serializer_10).i6h = function (encoder, value) {
|
|
6136
|
+
var tmp0_desc = this.h6h_1;
|
|
6110
6137
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6111
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6138
|
+
var tmp2_cached = Companion_getInstance_25().g6h_1;
|
|
6112
6139
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6113
6140
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6114
6141
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6117,10 +6144,10 @@
|
|
|
6117
6144
|
tmp1_output.pr(tmp0_desc);
|
|
6118
6145
|
};
|
|
6119
6146
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
6120
|
-
return this.
|
|
6147
|
+
return this.i6h(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6121
6148
|
};
|
|
6122
6149
|
protoOf($serializer_10).do = function (decoder) {
|
|
6123
|
-
var tmp0_desc = this.
|
|
6150
|
+
var tmp0_desc = this.h6h_1;
|
|
6124
6151
|
var tmp1_flag = true;
|
|
6125
6152
|
var tmp2_index = 0;
|
|
6126
6153
|
var tmp3_bitMask0 = 0;
|
|
@@ -6130,7 +6157,7 @@
|
|
|
6130
6157
|
var tmp7_local3 = null;
|
|
6131
6158
|
var tmp8_local4 = null;
|
|
6132
6159
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6133
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6160
|
+
var tmp10_cached = Companion_getInstance_25().g6h_1;
|
|
6134
6161
|
if (tmp9_input.es()) {
|
|
6135
6162
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6136
6163
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6177,13 +6204,13 @@
|
|
|
6177
6204
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6178
6205
|
};
|
|
6179
6206
|
protoOf($serializer_10).bo = function () {
|
|
6180
|
-
return this.
|
|
6207
|
+
return this.h6h_1;
|
|
6181
6208
|
};
|
|
6182
6209
|
protoOf($serializer_10).vz = function () {
|
|
6183
6210
|
// Inline function 'kotlin.arrayOf' call
|
|
6184
6211
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6185
6212
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6186
|
-
return [Companion_getInstance_25().
|
|
6213
|
+
return [Companion_getInstance_25().g6h_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6187
6214
|
};
|
|
6188
6215
|
var $serializer_instance_10;
|
|
6189
6216
|
function $serializer_getInstance_10() {
|
|
@@ -6193,7 +6220,7 @@
|
|
|
6193
6220
|
}
|
|
6194
6221
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6195
6222
|
if (!(31 === (31 & seen0))) {
|
|
6196
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6223
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().h6h_1);
|
|
6197
6224
|
}
|
|
6198
6225
|
$this.type = type;
|
|
6199
6226
|
$this.key = key;
|
|
@@ -6225,7 +6252,7 @@
|
|
|
6225
6252
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6226
6253
|
return this.message;
|
|
6227
6254
|
};
|
|
6228
|
-
protoOf(LoggerOutputDataDto).
|
|
6255
|
+
protoOf(LoggerOutputDataDto).j6h = function () {
|
|
6229
6256
|
return this.stackTrace;
|
|
6230
6257
|
};
|
|
6231
6258
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6282,7 +6309,7 @@
|
|
|
6282
6309
|
protoOf(LoggerOutputDataDto).w64 = function () {
|
|
6283
6310
|
return this.stackTrace;
|
|
6284
6311
|
};
|
|
6285
|
-
protoOf(LoggerOutputDataDto).
|
|
6312
|
+
protoOf(LoggerOutputDataDto).k6h = function (type, key, tag, message, stackTrace) {
|
|
6286
6313
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6287
6314
|
};
|
|
6288
6315
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6291,7 +6318,7 @@
|
|
|
6291
6318
|
tag = tag === VOID ? this.tag : tag;
|
|
6292
6319
|
message = message === VOID ? this.message : message;
|
|
6293
6320
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6294
|
-
return $super === VOID ? this.
|
|
6321
|
+
return $super === VOID ? this.k6h(type, key, tag, message, stackTrace) : $super.k6h.call(this, type, key, tag, message, stackTrace);
|
|
6295
6322
|
};
|
|
6296
6323
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6297
6324
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6322,19 +6349,19 @@
|
|
|
6322
6349
|
return true;
|
|
6323
6350
|
};
|
|
6324
6351
|
function checkInitialised($this) {
|
|
6325
|
-
if ($this.
|
|
6352
|
+
if ($this.l6h_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6326
6353
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6327
6354
|
}
|
|
6328
6355
|
}
|
|
6329
6356
|
function AppEnvironment() {
|
|
6330
6357
|
AppEnvironment_instance = this;
|
|
6331
|
-
this.
|
|
6358
|
+
this.l6h_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6332
6359
|
}
|
|
6333
|
-
protoOf(AppEnvironment).
|
|
6334
|
-
this.
|
|
6360
|
+
protoOf(AppEnvironment).m6h = function (value) {
|
|
6361
|
+
this.l6h_1 = value;
|
|
6335
6362
|
};
|
|
6336
|
-
protoOf(AppEnvironment).
|
|
6337
|
-
var tmp = this.
|
|
6363
|
+
protoOf(AppEnvironment).n6h = function () {
|
|
6364
|
+
var tmp = this.l6h_1;
|
|
6338
6365
|
// Inline function 'kotlin.also' call
|
|
6339
6366
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6340
6367
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -6827,13 +6854,14 @@
|
|
|
6827
6854
|
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).o66);
|
|
6828
6855
|
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).p66);
|
|
6829
6856
|
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).q66);
|
|
6830
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
6831
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
6832
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
6833
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
6857
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).r66);
|
|
6858
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).s66);
|
|
6859
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).t66);
|
|
6860
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).u66);
|
|
6861
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).v66);
|
|
6834
6862
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
6835
6863
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
6836
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
6864
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).k67);
|
|
6837
6865
|
defineProp(protoOf(Team), 'second', protoOf(Team).w5j);
|
|
6838
6866
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
6839
6867
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
@@ -6844,52 +6872,52 @@
|
|
|
6844
6872
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
6845
6873
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
6846
6874
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
6847
|
-
protoOf(AsyncProviderImpl).
|
|
6848
|
-
protoOf(AsyncProviderImpl).
|
|
6849
|
-
protoOf(AsyncProviderImpl).
|
|
6850
|
-
protoOf(TimerAction).
|
|
6875
|
+
protoOf(AsyncProviderImpl).u6a = launchMain$default;
|
|
6876
|
+
protoOf(AsyncProviderImpl).q6a = launchDefault$default;
|
|
6877
|
+
protoOf(AsyncProviderImpl).s6a = launchDefaultWithLock$default;
|
|
6878
|
+
protoOf(TimerAction).i6d = get_actionTag;
|
|
6851
6879
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6852
|
-
return this.
|
|
6880
|
+
return this.i6d();
|
|
6853
6881
|
});
|
|
6854
6882
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6855
|
-
return this.
|
|
6883
|
+
return this.i6d();
|
|
6856
6884
|
});
|
|
6857
6885
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6858
|
-
return this.
|
|
6886
|
+
return this.i6d();
|
|
6859
6887
|
});
|
|
6860
6888
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
6861
6889
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6862
|
-
return this.
|
|
6890
|
+
return this.i6d();
|
|
6863
6891
|
});
|
|
6864
6892
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
6865
|
-
return this.
|
|
6893
|
+
return this.q6g();
|
|
6866
6894
|
});
|
|
6867
6895
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
6868
6896
|
return this.a65();
|
|
6869
6897
|
});
|
|
6870
6898
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
6871
|
-
return this.
|
|
6899
|
+
return this.r6g();
|
|
6872
6900
|
}, function (value) {
|
|
6873
|
-
this.
|
|
6901
|
+
this.u6d(value);
|
|
6874
6902
|
});
|
|
6875
6903
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
6876
|
-
return this.
|
|
6904
|
+
return this.s6g();
|
|
6877
6905
|
});
|
|
6878
6906
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
6879
|
-
return this.
|
|
6907
|
+
return this.t6g();
|
|
6880
6908
|
});
|
|
6881
|
-
protoOf(ActionTypes).
|
|
6909
|
+
protoOf(ActionTypes).i6d = get_actionTag;
|
|
6882
6910
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6883
|
-
return this.
|
|
6911
|
+
return this.i6d();
|
|
6884
6912
|
});
|
|
6885
6913
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6886
|
-
return this.
|
|
6914
|
+
return this.i6d();
|
|
6887
6915
|
});
|
|
6888
6916
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6889
|
-
return this.
|
|
6917
|
+
return this.i6d();
|
|
6890
6918
|
});
|
|
6891
|
-
protoOf(middleware$1).
|
|
6892
|
-
protoOf(combineReducers$1).
|
|
6919
|
+
protoOf(middleware$1).w6d = canHandle;
|
|
6920
|
+
protoOf(combineReducers$1).w6d = canHandle_0;
|
|
6893
6921
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
6894
6922
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
6895
6923
|
protoOf($serializer_10).wz = typeParametersSerializers;
|