client_plugin_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-client_plugin.d.ts +6 -4
- package/Logic_Debertz-client_plugin.js +1995 -1995
- package/Logic_Debertz-core.js +856 -828
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12025 -12015
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6549 -6549
- package/Logic_Debertz-game_server.js +1012 -1019
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +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
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.d6l() : context;
|
|
302
|
+
return $super === VOID ? this.e6l(context, block) : $super.e6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.d6l() : context;
|
|
306
|
+
return $super === VOID ? this.g6l(context, block) : $super.g6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.d6l() : context;
|
|
310
|
+
return $super === VOID ? this.i6l(context, block) : $super.i6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.d6l() : context;
|
|
314
|
+
return $super === VOID ? this.k6l(context, block) : $super.k6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.q6o() && !this.r6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.u6u(types) : $super.u6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.423';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -1885,6 +1885,8 @@
|
|
|
1885
1885
|
tmp = false;
|
|
1886
1886
|
break;
|
|
1887
1887
|
case 2:
|
|
1888
|
+
tmp = false;
|
|
1889
|
+
break;
|
|
1888
1890
|
case 4:
|
|
1889
1891
|
case 5:
|
|
1890
1892
|
case 7:
|
|
@@ -1905,9 +1907,11 @@
|
|
|
1905
1907
|
var tmp;
|
|
1906
1908
|
switch (this.q2_1) {
|
|
1907
1909
|
case 3:
|
|
1908
|
-
tmp =
|
|
1910
|
+
tmp = false;
|
|
1909
1911
|
break;
|
|
1910
1912
|
case 2:
|
|
1913
|
+
tmp = true;
|
|
1914
|
+
break;
|
|
1911
1915
|
case 4:
|
|
1912
1916
|
case 5:
|
|
1913
1917
|
case 7:
|
|
@@ -1925,6 +1929,29 @@
|
|
|
1925
1929
|
return tmp;
|
|
1926
1930
|
};
|
|
1927
1931
|
protoOf(PlayerConnectionState).z6g = function () {
|
|
1932
|
+
var tmp;
|
|
1933
|
+
switch (this.q2_1) {
|
|
1934
|
+
case 3:
|
|
1935
|
+
tmp = true;
|
|
1936
|
+
break;
|
|
1937
|
+
case 2:
|
|
1938
|
+
case 4:
|
|
1939
|
+
case 5:
|
|
1940
|
+
case 7:
|
|
1941
|
+
tmp = false;
|
|
1942
|
+
break;
|
|
1943
|
+
case 0:
|
|
1944
|
+
case 6:
|
|
1945
|
+
case 1:
|
|
1946
|
+
tmp = false;
|
|
1947
|
+
break;
|
|
1948
|
+
default:
|
|
1949
|
+
noWhenBranchMatchedException();
|
|
1950
|
+
break;
|
|
1951
|
+
}
|
|
1952
|
+
return tmp;
|
|
1953
|
+
};
|
|
1954
|
+
protoOf(PlayerConnectionState).a6h = function () {
|
|
1928
1955
|
var tmp;
|
|
1929
1956
|
switch (this.q2_1) {
|
|
1930
1957
|
case 2:
|
|
@@ -1947,7 +1974,7 @@
|
|
|
1947
1974
|
}
|
|
1948
1975
|
return tmp;
|
|
1949
1976
|
};
|
|
1950
|
-
protoOf(PlayerConnectionState).
|
|
1977
|
+
protoOf(PlayerConnectionState).b6h = function () {
|
|
1951
1978
|
var tmp;
|
|
1952
1979
|
switch (this.q2_1) {
|
|
1953
1980
|
case 5:
|
|
@@ -1972,10 +1999,10 @@
|
|
|
1972
1999
|
var tmp;
|
|
1973
2000
|
switch (_this__u8e3s4.q2_1) {
|
|
1974
2001
|
case 3:
|
|
1975
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().
|
|
2002
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().c6h());
|
|
1976
2003
|
break;
|
|
1977
2004
|
case 2:
|
|
1978
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().
|
|
2005
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().c6h());
|
|
1979
2006
|
break;
|
|
1980
2007
|
case 4:
|
|
1981
2008
|
case 5:
|
|
@@ -2053,7 +2080,7 @@
|
|
|
2053
2080
|
return PlayerConnectionState_DELETED_instance;
|
|
2054
2081
|
}
|
|
2055
2082
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2056
|
-
return $this.
|
|
2083
|
+
return $this.d6h_1.x();
|
|
2057
2084
|
}
|
|
2058
2085
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2059
2086
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2068,7 +2095,7 @@
|
|
|
2068
2095
|
Companion_instance_10 = this;
|
|
2069
2096
|
var tmp = this;
|
|
2070
2097
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2071
|
-
tmp.
|
|
2098
|
+
tmp.d6h_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2072
2099
|
}
|
|
2073
2100
|
protoOf(Companion_8).q4t = function () {
|
|
2074
2101
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2097,27 +2124,27 @@
|
|
|
2097
2124
|
Enum.call(this, name, ordinal);
|
|
2098
2125
|
}
|
|
2099
2126
|
protoOf(PlayerWaitingState).u6f = function () {
|
|
2100
|
-
return this.
|
|
2127
|
+
return this.g6h() || this.h6h();
|
|
2101
2128
|
};
|
|
2102
|
-
protoOf(PlayerWaitingState).
|
|
2129
|
+
protoOf(PlayerWaitingState).g6h = function () {
|
|
2103
2130
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2104
2131
|
};
|
|
2105
|
-
protoOf(PlayerWaitingState).
|
|
2132
|
+
protoOf(PlayerWaitingState).h6h = function () {
|
|
2106
2133
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2107
2134
|
};
|
|
2108
2135
|
function Companion_9() {
|
|
2109
2136
|
}
|
|
2110
|
-
protoOf(Companion_9).
|
|
2137
|
+
protoOf(Companion_9).i6h = function (connection) {
|
|
2111
2138
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2112
2139
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2113
2140
|
};
|
|
2114
|
-
protoOf(Companion_9).
|
|
2115
|
-
return _this__u8e3s4.
|
|
2141
|
+
protoOf(Companion_9).j6h = function (_this__u8e3s4) {
|
|
2142
|
+
return _this__u8e3s4.k6h(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2116
2143
|
};
|
|
2117
|
-
protoOf(Companion_9).
|
|
2144
|
+
protoOf(Companion_9).l6h = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2118
2145
|
var tmp0_startFromTime = System_instance.ck();
|
|
2119
2146
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2120
|
-
return _this__u8e3s4.
|
|
2147
|
+
return _this__u8e3s4.k6h(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2121
2148
|
};
|
|
2122
2149
|
var Companion_instance_11;
|
|
2123
2150
|
function Companion_getInstance_12() {
|
|
@@ -2146,7 +2173,7 @@
|
|
|
2146
2173
|
this.s6f_1 = tag;
|
|
2147
2174
|
this.t6f_1 = connection;
|
|
2148
2175
|
}
|
|
2149
|
-
protoOf(PlayerState).
|
|
2176
|
+
protoOf(PlayerState).m6h = function () {
|
|
2150
2177
|
// Inline function 'kotlin.requireNotNull' call
|
|
2151
2178
|
var tmp0 = this.t6f_1;
|
|
2152
2179
|
var tmp$ret$1;
|
|
@@ -2162,7 +2189,7 @@
|
|
|
2162
2189
|
}
|
|
2163
2190
|
return tmp$ret$1;
|
|
2164
2191
|
};
|
|
2165
|
-
protoOf(PlayerState).
|
|
2192
|
+
protoOf(PlayerState).n6h = function () {
|
|
2166
2193
|
// Inline function 'kotlin.requireNotNull' call
|
|
2167
2194
|
var tmp0 = this.s6f_1;
|
|
2168
2195
|
var tmp$ret$1;
|
|
@@ -2178,7 +2205,7 @@
|
|
|
2178
2205
|
}
|
|
2179
2206
|
return tmp$ret$1;
|
|
2180
2207
|
};
|
|
2181
|
-
protoOf(PlayerState).
|
|
2208
|
+
protoOf(PlayerState).c6h = function () {
|
|
2182
2209
|
var tmp0_elvis_lhs = this.s6f_1;
|
|
2183
2210
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2184
2211
|
};
|
|
@@ -2243,10 +2270,10 @@
|
|
|
2243
2270
|
protoOf(PlayerState).u6f = function () {
|
|
2244
2271
|
return this.q6f_1.u6f();
|
|
2245
2272
|
};
|
|
2246
|
-
protoOf(PlayerState).
|
|
2273
|
+
protoOf(PlayerState).o6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2247
2274
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2248
2275
|
};
|
|
2249
|
-
protoOf(PlayerState).
|
|
2276
|
+
protoOf(PlayerState).k6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2250
2277
|
startFromTime = startFromTime === VOID ? this.n6f_1 : startFromTime;
|
|
2251
2278
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.o6f_1 : playerTurnTimeout;
|
|
2252
2279
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.p6f_1 : waitPlayerUntilTime;
|
|
@@ -2254,7 +2281,7 @@
|
|
|
2254
2281
|
ready = ready === VOID ? this.r6f_1 : ready;
|
|
2255
2282
|
tag = tag === VOID ? this.s6f_1 : tag;
|
|
2256
2283
|
connection = connection === VOID ? this.t6f_1 : connection;
|
|
2257
|
-
return $super === VOID ? this.
|
|
2284
|
+
return $super === VOID ? this.o6h(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.o6h.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2258
2285
|
};
|
|
2259
2286
|
protoOf(PlayerState).hashCode = function () {
|
|
2260
2287
|
var result = this.n6f_1 == null ? 0 : this.n6f_1.hashCode();
|
|
@@ -2289,7 +2316,7 @@
|
|
|
2289
2316
|
};
|
|
2290
2317
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2291
2318
|
var tmp;
|
|
2292
|
-
if (_this__u8e3s4.
|
|
2319
|
+
if (_this__u8e3s4.g6h() || _this__u8e3s4.h6h()) {
|
|
2293
2320
|
var tmp_0;
|
|
2294
2321
|
if (playerTurnTimeout == null) {
|
|
2295
2322
|
tmp_0 = Companion_getInstance().dk_1;
|
|
@@ -2310,13 +2337,13 @@
|
|
|
2310
2337
|
function Team(playerIds) {
|
|
2311
2338
|
this.playerIds = playerIds;
|
|
2312
2339
|
}
|
|
2313
|
-
protoOf(Team).
|
|
2340
|
+
protoOf(Team).p6h = function () {
|
|
2314
2341
|
return this.playerIds;
|
|
2315
2342
|
};
|
|
2316
2343
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2317
2344
|
return this.playerIds.u1(playerId);
|
|
2318
2345
|
};
|
|
2319
|
-
protoOf(Team).
|
|
2346
|
+
protoOf(Team).q6h = function () {
|
|
2320
2347
|
return this.playerIds.p(0);
|
|
2321
2348
|
};
|
|
2322
2349
|
protoOf(Team).n61 = function () {
|
|
@@ -2325,12 +2352,12 @@
|
|
|
2325
2352
|
protoOf(Team).oe = function () {
|
|
2326
2353
|
return this.playerIds;
|
|
2327
2354
|
};
|
|
2328
|
-
protoOf(Team).
|
|
2355
|
+
protoOf(Team).r6h = function (playerIds) {
|
|
2329
2356
|
return new Team(playerIds);
|
|
2330
2357
|
};
|
|
2331
2358
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2332
2359
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2333
|
-
return $super === VOID ? this.
|
|
2360
|
+
return $super === VOID ? this.r6h(playerIds) : $super.r6h.call(this, playerIds);
|
|
2334
2361
|
};
|
|
2335
2362
|
protoOf(Team).toString = function () {
|
|
2336
2363
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2360,30 +2387,30 @@
|
|
|
2360
2387
|
tmp0_serialDesc.gz('deleteFilesOnClear', true);
|
|
2361
2388
|
tmp0_serialDesc.gz('logsDirectoryPath', true);
|
|
2362
2389
|
tmp0_serialDesc.gz('fileNameFormat', true);
|
|
2363
|
-
this.
|
|
2390
|
+
this.s6h_1 = tmp0_serialDesc;
|
|
2364
2391
|
}
|
|
2365
|
-
protoOf($serializer_1).
|
|
2366
|
-
var tmp0_desc = this.
|
|
2392
|
+
protoOf($serializer_1).t6h = function (encoder, value) {
|
|
2393
|
+
var tmp0_desc = this.s6h_1;
|
|
2367
2394
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2368
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
2369
|
-
tmp1_output.vs(tmp0_desc, 0, value.
|
|
2395
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.u6h_1 === false)) {
|
|
2396
|
+
tmp1_output.vs(tmp0_desc, 0, value.u6h_1);
|
|
2370
2397
|
}
|
|
2371
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
2372
|
-
tmp1_output.vs(tmp0_desc, 1, value.
|
|
2398
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.v6h_1 === false)) {
|
|
2399
|
+
tmp1_output.vs(tmp0_desc, 1, value.v6h_1);
|
|
2373
2400
|
}
|
|
2374
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
2375
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2401
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.w6h_1 == null)) {
|
|
2402
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.w6h_1);
|
|
2376
2403
|
}
|
|
2377
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
2378
|
-
tmp1_output.dt(tmp0_desc, 3, value.
|
|
2404
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.x6h_1 === '%S_logs.txt')) {
|
|
2405
|
+
tmp1_output.dt(tmp0_desc, 3, value.x6h_1);
|
|
2379
2406
|
}
|
|
2380
2407
|
tmp1_output.pr(tmp0_desc);
|
|
2381
2408
|
};
|
|
2382
2409
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2383
|
-
return this.
|
|
2410
|
+
return this.t6h(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2384
2411
|
};
|
|
2385
2412
|
protoOf($serializer_1).do = function (decoder) {
|
|
2386
|
-
var tmp0_desc = this.
|
|
2413
|
+
var tmp0_desc = this.s6h_1;
|
|
2387
2414
|
var tmp1_flag = true;
|
|
2388
2415
|
var tmp2_index = 0;
|
|
2389
2416
|
var tmp3_bitMask0 = 0;
|
|
@@ -2432,7 +2459,7 @@
|
|
|
2432
2459
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2433
2460
|
};
|
|
2434
2461
|
protoOf($serializer_1).bo = function () {
|
|
2435
|
-
return this.
|
|
2462
|
+
return this.s6h_1;
|
|
2436
2463
|
};
|
|
2437
2464
|
protoOf($serializer_1).vz = function () {
|
|
2438
2465
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2448,24 +2475,24 @@
|
|
|
2448
2475
|
}
|
|
2449
2476
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2450
2477
|
if (!(0 === (0 & seen0))) {
|
|
2451
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2478
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().s6h_1);
|
|
2452
2479
|
}
|
|
2453
2480
|
if (0 === (seen0 & 1))
|
|
2454
|
-
$this.
|
|
2481
|
+
$this.u6h_1 = false;
|
|
2455
2482
|
else
|
|
2456
|
-
$this.
|
|
2483
|
+
$this.u6h_1 = fileLogsEnabled;
|
|
2457
2484
|
if (0 === (seen0 & 2))
|
|
2458
|
-
$this.
|
|
2485
|
+
$this.v6h_1 = false;
|
|
2459
2486
|
else
|
|
2460
|
-
$this.
|
|
2487
|
+
$this.v6h_1 = deleteFilesOnClear;
|
|
2461
2488
|
if (0 === (seen0 & 4))
|
|
2462
|
-
$this.
|
|
2489
|
+
$this.w6h_1 = null;
|
|
2463
2490
|
else
|
|
2464
|
-
$this.
|
|
2491
|
+
$this.w6h_1 = logsDirectoryPath;
|
|
2465
2492
|
if (0 === (seen0 & 8))
|
|
2466
|
-
$this.
|
|
2493
|
+
$this.x6h_1 = '%S_logs.txt';
|
|
2467
2494
|
else
|
|
2468
|
-
$this.
|
|
2495
|
+
$this.x6h_1 = fileNameFormat;
|
|
2469
2496
|
return $this;
|
|
2470
2497
|
}
|
|
2471
2498
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2476,19 +2503,19 @@
|
|
|
2476
2503
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2477
2504
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2478
2505
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2479
|
-
this.
|
|
2480
|
-
this.
|
|
2481
|
-
this.
|
|
2482
|
-
this.
|
|
2506
|
+
this.u6h_1 = fileLogsEnabled;
|
|
2507
|
+
this.v6h_1 = deleteFilesOnClear;
|
|
2508
|
+
this.w6h_1 = logsDirectoryPath;
|
|
2509
|
+
this.x6h_1 = fileNameFormat;
|
|
2483
2510
|
}
|
|
2484
2511
|
protoOf(CoreConfigDto).toString = function () {
|
|
2485
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2512
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.u6h_1 + ', deleteFilesOnClear=' + this.v6h_1 + ', logsDirectoryPath=' + this.w6h_1 + ', fileNameFormat=' + this.x6h_1 + ')';
|
|
2486
2513
|
};
|
|
2487
2514
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2488
|
-
var result = getBooleanHashCode(this.
|
|
2489
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2490
|
-
result = imul(result, 31) + (this.
|
|
2491
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2515
|
+
var result = getBooleanHashCode(this.u6h_1);
|
|
2516
|
+
result = imul(result, 31) + getBooleanHashCode(this.v6h_1) | 0;
|
|
2517
|
+
result = imul(result, 31) + (this.w6h_1 == null ? 0 : getStringHashCode(this.w6h_1)) | 0;
|
|
2518
|
+
result = imul(result, 31) + getStringHashCode(this.x6h_1) | 0;
|
|
2492
2519
|
return result;
|
|
2493
2520
|
};
|
|
2494
2521
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2496,18 +2523,18 @@
|
|
|
2496
2523
|
return true;
|
|
2497
2524
|
if (!(other instanceof CoreConfigDto))
|
|
2498
2525
|
return false;
|
|
2499
|
-
if (!(this.t6h_1 === other.t6h_1))
|
|
2500
|
-
return false;
|
|
2501
2526
|
if (!(this.u6h_1 === other.u6h_1))
|
|
2502
2527
|
return false;
|
|
2503
|
-
if (!(this.v6h_1
|
|
2528
|
+
if (!(this.v6h_1 === other.v6h_1))
|
|
2529
|
+
return false;
|
|
2530
|
+
if (!(this.w6h_1 == other.w6h_1))
|
|
2504
2531
|
return false;
|
|
2505
|
-
if (!(this.
|
|
2532
|
+
if (!(this.x6h_1 === other.x6h_1))
|
|
2506
2533
|
return false;
|
|
2507
2534
|
return true;
|
|
2508
2535
|
};
|
|
2509
2536
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2510
|
-
return $this.
|
|
2537
|
+
return $this.y6h_1.x();
|
|
2511
2538
|
}
|
|
2512
2539
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2513
2540
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2545,7 +2572,7 @@
|
|
|
2545
2572
|
Companion_instance_13 = this;
|
|
2546
2573
|
var tmp = this;
|
|
2547
2574
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2548
|
-
tmp.
|
|
2575
|
+
tmp.y6h_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2549
2576
|
}
|
|
2550
2577
|
protoOf(Companion_11).q4t = function () {
|
|
2551
2578
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2566,7 +2593,7 @@
|
|
|
2566
2593
|
Companion_getInstance_14();
|
|
2567
2594
|
}
|
|
2568
2595
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2569
|
-
return $this.
|
|
2596
|
+
return $this.z6h_1.x();
|
|
2570
2597
|
}
|
|
2571
2598
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2572
2599
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2581,7 +2608,7 @@
|
|
|
2581
2608
|
TerminationGameReasonDto.call(this);
|
|
2582
2609
|
var tmp = this;
|
|
2583
2610
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2584
|
-
tmp.
|
|
2611
|
+
tmp.z6h_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2585
2612
|
}
|
|
2586
2613
|
protoOf(ProcessingReasonDto).q4t = function () {
|
|
2587
2614
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2618,19 +2645,19 @@
|
|
|
2618
2645
|
$serializer_instance_2 = this;
|
|
2619
2646
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2620
2647
|
tmp0_serialDesc.gz('reason', false);
|
|
2621
|
-
this.
|
|
2648
|
+
this.a6i_1 = tmp0_serialDesc;
|
|
2622
2649
|
}
|
|
2623
|
-
protoOf($serializer_2).
|
|
2624
|
-
var tmp0_desc = this.
|
|
2650
|
+
protoOf($serializer_2).b6i = function (encoder, value) {
|
|
2651
|
+
var tmp0_desc = this.a6i_1;
|
|
2625
2652
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2626
2653
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2627
2654
|
tmp1_output.pr(tmp0_desc);
|
|
2628
2655
|
};
|
|
2629
2656
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2630
|
-
return this.
|
|
2657
|
+
return this.b6i(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2631
2658
|
};
|
|
2632
2659
|
protoOf($serializer_2).do = function (decoder) {
|
|
2633
|
-
var tmp0_desc = this.
|
|
2660
|
+
var tmp0_desc = this.a6i_1;
|
|
2634
2661
|
var tmp1_flag = true;
|
|
2635
2662
|
var tmp2_index = 0;
|
|
2636
2663
|
var tmp3_bitMask0 = 0;
|
|
@@ -2658,7 +2685,7 @@
|
|
|
2658
2685
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2659
2686
|
};
|
|
2660
2687
|
protoOf($serializer_2).bo = function () {
|
|
2661
|
-
return this.
|
|
2688
|
+
return this.a6i_1;
|
|
2662
2689
|
};
|
|
2663
2690
|
protoOf($serializer_2).vz = function () {
|
|
2664
2691
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2674,7 +2701,7 @@
|
|
|
2674
2701
|
}
|
|
2675
2702
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2676
2703
|
if (!(1 === (1 & seen0))) {
|
|
2677
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2704
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().a6i_1);
|
|
2678
2705
|
}
|
|
2679
2706
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2680
2707
|
$this.reason = reason;
|
|
@@ -2715,19 +2742,19 @@
|
|
|
2715
2742
|
$serializer_instance_3 = this;
|
|
2716
2743
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2717
2744
|
tmp0_serialDesc.gz('reason', false);
|
|
2718
|
-
this.
|
|
2745
|
+
this.c6i_1 = tmp0_serialDesc;
|
|
2719
2746
|
}
|
|
2720
|
-
protoOf($serializer_3).
|
|
2721
|
-
var tmp0_desc = this.
|
|
2747
|
+
protoOf($serializer_3).d6i = function (encoder, value) {
|
|
2748
|
+
var tmp0_desc = this.c6i_1;
|
|
2722
2749
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2723
2750
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2724
2751
|
tmp1_output.pr(tmp0_desc);
|
|
2725
2752
|
};
|
|
2726
2753
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2727
|
-
return this.
|
|
2754
|
+
return this.d6i(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2728
2755
|
};
|
|
2729
2756
|
protoOf($serializer_3).do = function (decoder) {
|
|
2730
|
-
var tmp0_desc = this.
|
|
2757
|
+
var tmp0_desc = this.c6i_1;
|
|
2731
2758
|
var tmp1_flag = true;
|
|
2732
2759
|
var tmp2_index = 0;
|
|
2733
2760
|
var tmp3_bitMask0 = 0;
|
|
@@ -2755,7 +2782,7 @@
|
|
|
2755
2782
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2756
2783
|
};
|
|
2757
2784
|
protoOf($serializer_3).bo = function () {
|
|
2758
|
-
return this.
|
|
2785
|
+
return this.c6i_1;
|
|
2759
2786
|
};
|
|
2760
2787
|
protoOf($serializer_3).vz = function () {
|
|
2761
2788
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2771,7 +2798,7 @@
|
|
|
2771
2798
|
}
|
|
2772
2799
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2773
2800
|
if (!(1 === (1 & seen0))) {
|
|
2774
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2801
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().c6i_1);
|
|
2775
2802
|
}
|
|
2776
2803
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2777
2804
|
$this.reason = reason;
|
|
@@ -2812,19 +2839,19 @@
|
|
|
2812
2839
|
$serializer_instance_4 = this;
|
|
2813
2840
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2814
2841
|
tmp0_serialDesc.gz('playerId', false);
|
|
2815
|
-
this.
|
|
2842
|
+
this.e6i_1 = tmp0_serialDesc;
|
|
2816
2843
|
}
|
|
2817
|
-
protoOf($serializer_4).
|
|
2818
|
-
var tmp0_desc = this.
|
|
2844
|
+
protoOf($serializer_4).f6i = function (encoder, value) {
|
|
2845
|
+
var tmp0_desc = this.e6i_1;
|
|
2819
2846
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2820
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2847
|
+
tmp1_output.dt(tmp0_desc, 0, value.g6i_1);
|
|
2821
2848
|
tmp1_output.pr(tmp0_desc);
|
|
2822
2849
|
};
|
|
2823
2850
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2824
|
-
return this.
|
|
2851
|
+
return this.f6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2825
2852
|
};
|
|
2826
2853
|
protoOf($serializer_4).do = function (decoder) {
|
|
2827
|
-
var tmp0_desc = this.
|
|
2854
|
+
var tmp0_desc = this.e6i_1;
|
|
2828
2855
|
var tmp1_flag = true;
|
|
2829
2856
|
var tmp2_index = 0;
|
|
2830
2857
|
var tmp3_bitMask0 = 0;
|
|
@@ -2852,7 +2879,7 @@
|
|
|
2852
2879
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2853
2880
|
};
|
|
2854
2881
|
protoOf($serializer_4).bo = function () {
|
|
2855
|
-
return this.
|
|
2882
|
+
return this.e6i_1;
|
|
2856
2883
|
};
|
|
2857
2884
|
protoOf($serializer_4).vz = function () {
|
|
2858
2885
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2868,10 +2895,10 @@
|
|
|
2868
2895
|
}
|
|
2869
2896
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2870
2897
|
if (!(1 === (1 & seen0))) {
|
|
2871
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2898
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().e6i_1);
|
|
2872
2899
|
}
|
|
2873
2900
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2874
|
-
$this.
|
|
2901
|
+
$this.g6i_1 = playerId;
|
|
2875
2902
|
return $this;
|
|
2876
2903
|
}
|
|
2877
2904
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2879,20 +2906,20 @@
|
|
|
2879
2906
|
}
|
|
2880
2907
|
function PlayerExitReasonDto(playerId) {
|
|
2881
2908
|
TerminationGameReasonDto.call(this);
|
|
2882
|
-
this.
|
|
2909
|
+
this.g6i_1 = playerId;
|
|
2883
2910
|
}
|
|
2884
2911
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2885
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2912
|
+
return 'PlayerExitReasonDto(playerId=' + this.g6i_1 + ')';
|
|
2886
2913
|
};
|
|
2887
2914
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2888
|
-
return getStringHashCode(this.
|
|
2915
|
+
return getStringHashCode(this.g6i_1);
|
|
2889
2916
|
};
|
|
2890
2917
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2891
2918
|
if (this === other)
|
|
2892
2919
|
return true;
|
|
2893
2920
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2894
2921
|
return false;
|
|
2895
|
-
if (!(this.
|
|
2922
|
+
if (!(this.g6i_1 === other.g6i_1))
|
|
2896
2923
|
return false;
|
|
2897
2924
|
return true;
|
|
2898
2925
|
};
|
|
@@ -2907,20 +2934,20 @@
|
|
|
2907
2934
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2908
2935
|
tmp0_serialDesc.gz('playerId', false);
|
|
2909
2936
|
tmp0_serialDesc.gz('tag', false);
|
|
2910
|
-
this.
|
|
2937
|
+
this.h6i_1 = tmp0_serialDesc;
|
|
2911
2938
|
}
|
|
2912
|
-
protoOf($serializer_5).
|
|
2913
|
-
var tmp0_desc = this.
|
|
2939
|
+
protoOf($serializer_5).i6i = function (encoder, value) {
|
|
2940
|
+
var tmp0_desc = this.h6i_1;
|
|
2914
2941
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2915
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2916
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2942
|
+
tmp1_output.dt(tmp0_desc, 0, value.j6i_1);
|
|
2943
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.k6i_1);
|
|
2917
2944
|
tmp1_output.pr(tmp0_desc);
|
|
2918
2945
|
};
|
|
2919
2946
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2920
|
-
return this.
|
|
2947
|
+
return this.i6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2921
2948
|
};
|
|
2922
2949
|
protoOf($serializer_5).do = function (decoder) {
|
|
2923
|
-
var tmp0_desc = this.
|
|
2950
|
+
var tmp0_desc = this.h6i_1;
|
|
2924
2951
|
var tmp1_flag = true;
|
|
2925
2952
|
var tmp2_index = 0;
|
|
2926
2953
|
var tmp3_bitMask0 = 0;
|
|
@@ -2955,7 +2982,7 @@
|
|
|
2955
2982
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2956
2983
|
};
|
|
2957
2984
|
protoOf($serializer_5).bo = function () {
|
|
2958
|
-
return this.
|
|
2985
|
+
return this.h6i_1;
|
|
2959
2986
|
};
|
|
2960
2987
|
protoOf($serializer_5).vz = function () {
|
|
2961
2988
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2971,11 +2998,11 @@
|
|
|
2971
2998
|
}
|
|
2972
2999
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2973
3000
|
if (!(3 === (3 & seen0))) {
|
|
2974
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
3001
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().h6i_1);
|
|
2975
3002
|
}
|
|
2976
3003
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2977
|
-
$this.
|
|
2978
|
-
$this.
|
|
3004
|
+
$this.j6i_1 = playerId;
|
|
3005
|
+
$this.k6i_1 = tag;
|
|
2979
3006
|
return $this;
|
|
2980
3007
|
}
|
|
2981
3008
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2983,15 +3010,15 @@
|
|
|
2983
3010
|
}
|
|
2984
3011
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2985
3012
|
TerminationGameReasonDto.call(this);
|
|
2986
|
-
this.
|
|
2987
|
-
this.
|
|
3013
|
+
this.j6i_1 = playerId;
|
|
3014
|
+
this.k6i_1 = tag;
|
|
2988
3015
|
}
|
|
2989
3016
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2990
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
3017
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.j6i_1 + ', tag=' + this.k6i_1 + ')';
|
|
2991
3018
|
};
|
|
2992
3019
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2993
|
-
var result = getStringHashCode(this.
|
|
2994
|
-
result = imul(result, 31) + (this.
|
|
3020
|
+
var result = getStringHashCode(this.j6i_1);
|
|
3021
|
+
result = imul(result, 31) + (this.k6i_1 == null ? 0 : getStringHashCode(this.k6i_1)) | 0;
|
|
2995
3022
|
return result;
|
|
2996
3023
|
};
|
|
2997
3024
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2999,9 +3026,9 @@
|
|
|
2999
3026
|
return true;
|
|
3000
3027
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
3001
3028
|
return false;
|
|
3002
|
-
if (!(this.
|
|
3029
|
+
if (!(this.j6i_1 === other.j6i_1))
|
|
3003
3030
|
return false;
|
|
3004
|
-
if (!(this.
|
|
3031
|
+
if (!(this.k6i_1 == other.k6i_1))
|
|
3005
3032
|
return false;
|
|
3006
3033
|
return true;
|
|
3007
3034
|
};
|
|
@@ -3016,20 +3043,20 @@
|
|
|
3016
3043
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3017
3044
|
tmp0_serialDesc.gz('playerId', false);
|
|
3018
3045
|
tmp0_serialDesc.gz('tag', false);
|
|
3019
|
-
this.
|
|
3046
|
+
this.l6i_1 = tmp0_serialDesc;
|
|
3020
3047
|
}
|
|
3021
|
-
protoOf($serializer_6).
|
|
3022
|
-
var tmp0_desc = this.
|
|
3048
|
+
protoOf($serializer_6).m6i = function (encoder, value) {
|
|
3049
|
+
var tmp0_desc = this.l6i_1;
|
|
3023
3050
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3024
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
3025
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3051
|
+
tmp1_output.dt(tmp0_desc, 0, value.n6i_1);
|
|
3052
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.o6i_1);
|
|
3026
3053
|
tmp1_output.pr(tmp0_desc);
|
|
3027
3054
|
};
|
|
3028
3055
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3029
|
-
return this.
|
|
3056
|
+
return this.m6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3030
3057
|
};
|
|
3031
3058
|
protoOf($serializer_6).do = function (decoder) {
|
|
3032
|
-
var tmp0_desc = this.
|
|
3059
|
+
var tmp0_desc = this.l6i_1;
|
|
3033
3060
|
var tmp1_flag = true;
|
|
3034
3061
|
var tmp2_index = 0;
|
|
3035
3062
|
var tmp3_bitMask0 = 0;
|
|
@@ -3064,7 +3091,7 @@
|
|
|
3064
3091
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3065
3092
|
};
|
|
3066
3093
|
protoOf($serializer_6).bo = function () {
|
|
3067
|
-
return this.
|
|
3094
|
+
return this.l6i_1;
|
|
3068
3095
|
};
|
|
3069
3096
|
protoOf($serializer_6).vz = function () {
|
|
3070
3097
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3080,11 +3107,11 @@
|
|
|
3080
3107
|
}
|
|
3081
3108
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3082
3109
|
if (!(3 === (3 & seen0))) {
|
|
3083
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3110
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().l6i_1);
|
|
3084
3111
|
}
|
|
3085
3112
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3086
|
-
$this.
|
|
3087
|
-
$this.
|
|
3113
|
+
$this.n6i_1 = playerId;
|
|
3114
|
+
$this.o6i_1 = tag;
|
|
3088
3115
|
return $this;
|
|
3089
3116
|
}
|
|
3090
3117
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3092,15 +3119,15 @@
|
|
|
3092
3119
|
}
|
|
3093
3120
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3094
3121
|
TerminationGameReasonDto.call(this);
|
|
3095
|
-
this.
|
|
3096
|
-
this.
|
|
3122
|
+
this.n6i_1 = playerId;
|
|
3123
|
+
this.o6i_1 = tag;
|
|
3097
3124
|
}
|
|
3098
3125
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3099
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3126
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.n6i_1 + ', tag=' + this.o6i_1 + ')';
|
|
3100
3127
|
};
|
|
3101
3128
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3102
|
-
var result = getStringHashCode(this.
|
|
3103
|
-
result = imul(result, 31) + (this.
|
|
3129
|
+
var result = getStringHashCode(this.n6i_1);
|
|
3130
|
+
result = imul(result, 31) + (this.o6i_1 == null ? 0 : getStringHashCode(this.o6i_1)) | 0;
|
|
3104
3131
|
return result;
|
|
3105
3132
|
};
|
|
3106
3133
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3108,14 +3135,14 @@
|
|
|
3108
3135
|
return true;
|
|
3109
3136
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3110
3137
|
return false;
|
|
3111
|
-
if (!(this.
|
|
3138
|
+
if (!(this.n6i_1 === other.n6i_1))
|
|
3112
3139
|
return false;
|
|
3113
|
-
if (!(this.
|
|
3140
|
+
if (!(this.o6i_1 == other.o6i_1))
|
|
3114
3141
|
return false;
|
|
3115
3142
|
return true;
|
|
3116
3143
|
};
|
|
3117
3144
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3118
|
-
return $this.
|
|
3145
|
+
return $this.p6i_1.x();
|
|
3119
3146
|
}
|
|
3120
3147
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3121
3148
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3130,7 +3157,7 @@
|
|
|
3130
3157
|
TerminationGameReasonDto.call(this);
|
|
3131
3158
|
var tmp = this;
|
|
3132
3159
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3133
|
-
tmp.
|
|
3160
|
+
tmp.p6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3134
3161
|
}
|
|
3135
3162
|
protoOf(WaitingForConnectionReasonDto).q4t = function () {
|
|
3136
3163
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3167,19 +3194,19 @@
|
|
|
3167
3194
|
$serializer_instance_7 = this;
|
|
3168
3195
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3169
3196
|
tmp0_serialDesc.gz('gameCard', false);
|
|
3170
|
-
this.
|
|
3197
|
+
this.q6i_1 = tmp0_serialDesc;
|
|
3171
3198
|
}
|
|
3172
|
-
protoOf($serializer_7).
|
|
3173
|
-
var tmp0_desc = this.
|
|
3199
|
+
protoOf($serializer_7).r6i = function (encoder, value) {
|
|
3200
|
+
var tmp0_desc = this.q6i_1;
|
|
3174
3201
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3175
|
-
tmp1_output.ys(tmp0_desc, 0, value.
|
|
3202
|
+
tmp1_output.ys(tmp0_desc, 0, value.s6i_1);
|
|
3176
3203
|
tmp1_output.pr(tmp0_desc);
|
|
3177
3204
|
};
|
|
3178
3205
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3179
|
-
return this.
|
|
3206
|
+
return this.r6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3180
3207
|
};
|
|
3181
3208
|
protoOf($serializer_7).do = function (decoder) {
|
|
3182
|
-
var tmp0_desc = this.
|
|
3209
|
+
var tmp0_desc = this.q6i_1;
|
|
3183
3210
|
var tmp1_flag = true;
|
|
3184
3211
|
var tmp2_index = 0;
|
|
3185
3212
|
var tmp3_bitMask0 = 0;
|
|
@@ -3207,7 +3234,7 @@
|
|
|
3207
3234
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3208
3235
|
};
|
|
3209
3236
|
protoOf($serializer_7).bo = function () {
|
|
3210
|
-
return this.
|
|
3237
|
+
return this.q6i_1;
|
|
3211
3238
|
};
|
|
3212
3239
|
protoOf($serializer_7).vz = function () {
|
|
3213
3240
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3223,37 +3250,37 @@
|
|
|
3223
3250
|
}
|
|
3224
3251
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3225
3252
|
if (!(1 === (1 & seen0))) {
|
|
3226
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3253
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().q6i_1);
|
|
3227
3254
|
}
|
|
3228
|
-
$this.
|
|
3255
|
+
$this.s6i_1 = gameCard;
|
|
3229
3256
|
return $this;
|
|
3230
3257
|
}
|
|
3231
3258
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3232
3259
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3233
3260
|
}
|
|
3234
3261
|
function ProcessingCardDto(gameCard) {
|
|
3235
|
-
this.
|
|
3262
|
+
this.s6i_1 = gameCard;
|
|
3236
3263
|
}
|
|
3237
3264
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3238
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3265
|
+
return 'ProcessingCardDto(gameCard=' + this.s6i_1 + ')';
|
|
3239
3266
|
};
|
|
3240
3267
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3241
|
-
return this.
|
|
3268
|
+
return this.s6i_1;
|
|
3242
3269
|
};
|
|
3243
3270
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3244
3271
|
if (this === other)
|
|
3245
3272
|
return true;
|
|
3246
3273
|
if (!(other instanceof ProcessingCardDto))
|
|
3247
3274
|
return false;
|
|
3248
|
-
if (!(this.
|
|
3275
|
+
if (!(this.s6i_1 === other.s6i_1))
|
|
3249
3276
|
return false;
|
|
3250
3277
|
return true;
|
|
3251
3278
|
};
|
|
3252
3279
|
function mapToDto(_this__u8e3s4) {
|
|
3253
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3280
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.t6i_1));
|
|
3254
3281
|
}
|
|
3255
3282
|
function mapFromDto(_this__u8e3s4) {
|
|
3256
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3283
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.s6i_1));
|
|
3257
3284
|
}
|
|
3258
3285
|
function mapToDto_0(_this__u8e3s4) {
|
|
3259
3286
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3262,7 +3289,7 @@
|
|
|
3262
3289
|
return new GameCard(_this__u8e3s4);
|
|
3263
3290
|
}
|
|
3264
3291
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3265
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3292
|
+
return new CoreConfig(_this__u8e3s4.u6h_1, _this__u8e3s4.v6h_1, _this__u8e3s4.w6h_1, _this__u8e3s4.x6h_1);
|
|
3266
3293
|
}
|
|
3267
3294
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3268
3295
|
return new Team(_this__u8e3s4);
|
|
@@ -3388,15 +3415,15 @@
|
|
|
3388
3415
|
}
|
|
3389
3416
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3390
3417
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3391
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3418
|
+
return new PlayerExitReason(_this__u8e3s4.g6i_1);
|
|
3392
3419
|
}
|
|
3393
3420
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3394
3421
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3395
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3422
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.j6i_1, _this__u8e3s4.k6i_1);
|
|
3396
3423
|
}
|
|
3397
3424
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3398
3425
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3399
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3426
|
+
return new PlayerTimeoutReason(_this__u8e3s4.n6i_1, _this__u8e3s4.o6i_1);
|
|
3400
3427
|
}
|
|
3401
3428
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3402
3429
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3457,14 +3484,14 @@
|
|
|
3457
3484
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3458
3485
|
}
|
|
3459
3486
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3460
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3461
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3462
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3463
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3464
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3465
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3466
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3467
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3487
|
+
var tmp0_elvis_lhs = _this__u8e3s4.u6i_1;
|
|
3488
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.v6i_1) : tmp0_elvis_lhs;
|
|
3489
|
+
var tmp1_elvis_lhs = _this__u8e3s4.w6i_1;
|
|
3490
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.x6i_1) : tmp1_elvis_lhs;
|
|
3491
|
+
var tmp2_elvis_lhs = _this__u8e3s4.y6i_1;
|
|
3492
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.z6i_1 : tmp2_elvis_lhs;
|
|
3493
|
+
var tmp3_elvis_lhs = _this__u8e3s4.b6j_1;
|
|
3494
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.c6j_1, _this__u8e3s4.a6j_1);
|
|
3468
3495
|
}
|
|
3469
3496
|
function mapToDto_11(_this__u8e3s4) {
|
|
3470
3497
|
var tmp0_safe_receiver = _this__u8e3s4.n6f_1;
|
|
@@ -3481,7 +3508,7 @@
|
|
|
3481
3508
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3482
3509
|
}
|
|
3483
3510
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3484
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3511
|
+
var tmp0_safe_receiver = _this__u8e3s4.d6j_1;
|
|
3485
3512
|
var tmp;
|
|
3486
3513
|
if (tmp0_safe_receiver == null) {
|
|
3487
3514
|
tmp = null;
|
|
@@ -3490,7 +3517,7 @@
|
|
|
3490
3517
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3491
3518
|
}
|
|
3492
3519
|
var tmp5_startFromTime = tmp;
|
|
3493
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3520
|
+
var tmp1_safe_receiver = _this__u8e3s4.f6j_1;
|
|
3494
3521
|
var tmp_0;
|
|
3495
3522
|
if (tmp1_safe_receiver == null) {
|
|
3496
3523
|
tmp_0 = null;
|
|
@@ -3499,7 +3526,7 @@
|
|
|
3499
3526
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3500
3527
|
}
|
|
3501
3528
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3502
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3529
|
+
var tmp2_safe_receiver = _this__u8e3s4.e6j_1;
|
|
3503
3530
|
var tmp_1;
|
|
3504
3531
|
if (tmp2_safe_receiver == null) {
|
|
3505
3532
|
tmp_1 = null;
|
|
@@ -3508,11 +3535,11 @@
|
|
|
3508
3535
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3509
3536
|
}
|
|
3510
3537
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3511
|
-
var tmp8_state = _this__u8e3s4.
|
|
3512
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3513
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3538
|
+
var tmp8_state = _this__u8e3s4.g6j_1;
|
|
3539
|
+
var tmp9_tag = _this__u8e3s4.i6j_1;
|
|
3540
|
+
var tmp3_elvis_lhs = _this__u8e3s4.h6j_1;
|
|
3514
3541
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3515
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3542
|
+
var tmp4_safe_receiver = _this__u8e3s4.j6j_1;
|
|
3516
3543
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3517
3544
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3518
3545
|
}
|
|
@@ -3520,7 +3547,7 @@
|
|
|
3520
3547
|
return new PlayerConnectionDto(_this__u8e3s4.z6f_1, _this__u8e3s4.a6g_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.b6g_1));
|
|
3521
3548
|
}
|
|
3522
3549
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3523
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3550
|
+
return new PlayerConnection(_this__u8e3s4.k6j_1, Companion_getInstance_0().mk(_this__u8e3s4.l6j_1), Companion_getInstance().gk(_this__u8e3s4.m6j_1));
|
|
3524
3551
|
}
|
|
3525
3552
|
function Companion_18() {
|
|
3526
3553
|
}
|
|
@@ -3540,39 +3567,39 @@
|
|
|
3540
3567
|
tmp0_serialDesc.gz('rating', false);
|
|
3541
3568
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3542
3569
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3543
|
-
this.
|
|
3570
|
+
this.n6j_1 = tmp0_serialDesc;
|
|
3544
3571
|
}
|
|
3545
|
-
protoOf($serializer_8).
|
|
3546
|
-
var tmp0_desc = this.
|
|
3572
|
+
protoOf($serializer_8).o6j = function (encoder, value) {
|
|
3573
|
+
var tmp0_desc = this.n6j_1;
|
|
3547
3574
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3548
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3549
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3575
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.u6i_1 == null)) {
|
|
3576
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.u6i_1);
|
|
3550
3577
|
}
|
|
3551
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3552
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3578
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.v6i_1 == null)) {
|
|
3579
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.v6i_1);
|
|
3553
3580
|
}
|
|
3554
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3555
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3581
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.w6i_1 == null)) {
|
|
3582
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.w6i_1);
|
|
3556
3583
|
}
|
|
3557
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3558
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3584
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.x6i_1 == null)) {
|
|
3585
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.x6i_1);
|
|
3559
3586
|
}
|
|
3560
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3561
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3587
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.y6i_1 == null)) {
|
|
3588
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.y6i_1);
|
|
3562
3589
|
}
|
|
3563
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3564
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3590
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.z6i_1 == null)) {
|
|
3591
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.z6i_1);
|
|
3565
3592
|
}
|
|
3566
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3567
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3568
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3593
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.a6j_1);
|
|
3594
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.b6j_1);
|
|
3595
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.c6j_1);
|
|
3569
3596
|
tmp1_output.pr(tmp0_desc);
|
|
3570
3597
|
};
|
|
3571
3598
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3572
|
-
return this.
|
|
3599
|
+
return this.o6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3573
3600
|
};
|
|
3574
3601
|
protoOf($serializer_8).do = function (decoder) {
|
|
3575
|
-
var tmp0_desc = this.
|
|
3602
|
+
var tmp0_desc = this.n6j_1;
|
|
3576
3603
|
var tmp1_flag = true;
|
|
3577
3604
|
var tmp2_index = 0;
|
|
3578
3605
|
var tmp3_bitMask0 = 0;
|
|
@@ -3656,7 +3683,7 @@
|
|
|
3656
3683
|
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);
|
|
3657
3684
|
};
|
|
3658
3685
|
protoOf($serializer_8).bo = function () {
|
|
3659
|
-
return this.
|
|
3686
|
+
return this.n6j_1;
|
|
3660
3687
|
};
|
|
3661
3688
|
protoOf($serializer_8).vz = function () {
|
|
3662
3689
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3672,35 +3699,35 @@
|
|
|
3672
3699
|
}
|
|
3673
3700
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3674
3701
|
if (!(448 === (448 & seen0))) {
|
|
3675
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3702
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().n6j_1);
|
|
3676
3703
|
}
|
|
3677
3704
|
if (0 === (seen0 & 1))
|
|
3678
|
-
$this.
|
|
3705
|
+
$this.u6i_1 = null;
|
|
3679
3706
|
else
|
|
3680
|
-
$this.
|
|
3707
|
+
$this.u6i_1 = playerId;
|
|
3681
3708
|
if (0 === (seen0 & 2))
|
|
3682
|
-
$this.
|
|
3709
|
+
$this.v6i_1 = null;
|
|
3683
3710
|
else
|
|
3684
|
-
$this.
|
|
3711
|
+
$this.v6i_1 = uid;
|
|
3685
3712
|
if (0 === (seen0 & 4))
|
|
3686
|
-
$this.
|
|
3713
|
+
$this.w6i_1 = null;
|
|
3687
3714
|
else
|
|
3688
|
-
$this.
|
|
3715
|
+
$this.w6i_1 = name;
|
|
3689
3716
|
if (0 === (seen0 & 8))
|
|
3690
|
-
$this.
|
|
3717
|
+
$this.x6i_1 = null;
|
|
3691
3718
|
else
|
|
3692
|
-
$this.
|
|
3719
|
+
$this.x6i_1 = nickname;
|
|
3693
3720
|
if (0 === (seen0 & 16))
|
|
3694
|
-
$this.
|
|
3721
|
+
$this.y6i_1 = null;
|
|
3695
3722
|
else
|
|
3696
|
-
$this.
|
|
3723
|
+
$this.y6i_1 = avatarUrl;
|
|
3697
3724
|
if (0 === (seen0 & 32))
|
|
3698
|
-
$this.
|
|
3725
|
+
$this.z6i_1 = null;
|
|
3699
3726
|
else
|
|
3700
|
-
$this.
|
|
3701
|
-
$this.
|
|
3702
|
-
$this.
|
|
3703
|
-
$this.
|
|
3727
|
+
$this.z6i_1 = photo;
|
|
3728
|
+
$this.a6j_1 = rating;
|
|
3729
|
+
$this.b6j_1 = isBot;
|
|
3730
|
+
$this.c6j_1 = initialLuckyFactor;
|
|
3704
3731
|
return $this;
|
|
3705
3732
|
}
|
|
3706
3733
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3713,47 +3740,47 @@
|
|
|
3713
3740
|
nickname = nickname === VOID ? null : nickname;
|
|
3714
3741
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3715
3742
|
photo = photo === VOID ? null : photo;
|
|
3716
|
-
this.
|
|
3717
|
-
this.
|
|
3718
|
-
this.
|
|
3719
|
-
this.
|
|
3720
|
-
this.
|
|
3721
|
-
this.
|
|
3722
|
-
this.
|
|
3723
|
-
this.
|
|
3724
|
-
this.
|
|
3725
|
-
}
|
|
3726
|
-
protoOf(GameUserInfoDto).
|
|
3727
|
-
return this.
|
|
3728
|
-
};
|
|
3729
|
-
protoOf(GameUserInfoDto).
|
|
3743
|
+
this.u6i_1 = playerId;
|
|
3744
|
+
this.v6i_1 = uid;
|
|
3745
|
+
this.w6i_1 = name;
|
|
3746
|
+
this.x6i_1 = nickname;
|
|
3747
|
+
this.y6i_1 = avatarUrl;
|
|
3748
|
+
this.z6i_1 = photo;
|
|
3749
|
+
this.a6j_1 = rating;
|
|
3750
|
+
this.b6j_1 = isBot;
|
|
3751
|
+
this.c6j_1 = initialLuckyFactor;
|
|
3752
|
+
}
|
|
3753
|
+
protoOf(GameUserInfoDto).p6j = function () {
|
|
3754
|
+
return this.q6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3755
|
+
};
|
|
3756
|
+
protoOf(GameUserInfoDto).r6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3730
3757
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3731
3758
|
};
|
|
3732
|
-
protoOf(GameUserInfoDto).
|
|
3733
|
-
playerId = playerId === VOID ? this.
|
|
3734
|
-
uid = uid === VOID ? this.
|
|
3735
|
-
name = name === VOID ? this.
|
|
3736
|
-
nickname = nickname === VOID ? this.
|
|
3737
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3738
|
-
photo = photo === VOID ? this.
|
|
3739
|
-
rating = rating === VOID ? this.
|
|
3740
|
-
isBot = isBot === VOID ? this.
|
|
3741
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3742
|
-
return $super === VOID ? this.
|
|
3759
|
+
protoOf(GameUserInfoDto).q6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3760
|
+
playerId = playerId === VOID ? this.u6i_1 : playerId;
|
|
3761
|
+
uid = uid === VOID ? this.v6i_1 : uid;
|
|
3762
|
+
name = name === VOID ? this.w6i_1 : name;
|
|
3763
|
+
nickname = nickname === VOID ? this.x6i_1 : nickname;
|
|
3764
|
+
avatarUrl = avatarUrl === VOID ? this.y6i_1 : avatarUrl;
|
|
3765
|
+
photo = photo === VOID ? this.z6i_1 : photo;
|
|
3766
|
+
rating = rating === VOID ? this.a6j_1 : rating;
|
|
3767
|
+
isBot = isBot === VOID ? this.b6j_1 : isBot;
|
|
3768
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.c6j_1 : initialLuckyFactor;
|
|
3769
|
+
return $super === VOID ? this.r6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.r6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3743
3770
|
};
|
|
3744
3771
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3745
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3772
|
+
return 'GameUserInfoDto(playerId=' + this.u6i_1 + ', uid=' + this.v6i_1 + ', name=' + this.w6i_1 + ', nickname=' + this.x6i_1 + ', avatarUrl=' + this.y6i_1 + ', photo=' + this.z6i_1 + ', rating=' + this.a6j_1 + ', isBot=' + this.b6j_1 + ', initialLuckyFactor=' + this.c6j_1 + ')';
|
|
3746
3773
|
};
|
|
3747
3774
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3748
|
-
var result = this.
|
|
3749
|
-
result = imul(result, 31) + (this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1)) | 0;
|
|
3775
|
+
var result = this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1);
|
|
3750
3776
|
result = imul(result, 31) + (this.v6i_1 == null ? 0 : getStringHashCode(this.v6i_1)) | 0;
|
|
3751
3777
|
result = imul(result, 31) + (this.w6i_1 == null ? 0 : getStringHashCode(this.w6i_1)) | 0;
|
|
3752
3778
|
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1)) | 0;
|
|
3753
3779
|
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3754
|
-
result = imul(result, 31) + (this.z6i_1 == null ? 0 :
|
|
3755
|
-
result = imul(result, 31) + (this.a6j_1 == null ? 0 :
|
|
3756
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 :
|
|
3780
|
+
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getStringHashCode(this.z6i_1)) | 0;
|
|
3781
|
+
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getNumberHashCode(this.a6j_1)) | 0;
|
|
3782
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getBooleanHashCode(this.b6j_1)) | 0;
|
|
3783
|
+
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getNumberHashCode(this.c6j_1)) | 0;
|
|
3757
3784
|
return result;
|
|
3758
3785
|
};
|
|
3759
3786
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3761,8 +3788,6 @@
|
|
|
3761
3788
|
return true;
|
|
3762
3789
|
if (!(other instanceof GameUserInfoDto))
|
|
3763
3790
|
return false;
|
|
3764
|
-
if (!(this.t6i_1 == other.t6i_1))
|
|
3765
|
-
return false;
|
|
3766
3791
|
if (!(this.u6i_1 == other.u6i_1))
|
|
3767
3792
|
return false;
|
|
3768
3793
|
if (!(this.v6i_1 == other.v6i_1))
|
|
@@ -3773,11 +3798,13 @@
|
|
|
3773
3798
|
return false;
|
|
3774
3799
|
if (!(this.y6i_1 == other.y6i_1))
|
|
3775
3800
|
return false;
|
|
3776
|
-
if (!
|
|
3801
|
+
if (!(this.z6i_1 == other.z6i_1))
|
|
3802
|
+
return false;
|
|
3803
|
+
if (!equals(this.a6j_1, other.a6j_1))
|
|
3777
3804
|
return false;
|
|
3778
|
-
if (!(this.
|
|
3805
|
+
if (!(this.b6j_1 == other.b6j_1))
|
|
3779
3806
|
return false;
|
|
3780
|
-
if (!equals(this.
|
|
3807
|
+
if (!equals(this.c6j_1, other.c6j_1))
|
|
3781
3808
|
return false;
|
|
3782
3809
|
return true;
|
|
3783
3810
|
};
|
|
@@ -3791,7 +3818,7 @@
|
|
|
3791
3818
|
// Inline function 'kotlin.arrayOf' call
|
|
3792
3819
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3793
3820
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3794
|
-
tmp.
|
|
3821
|
+
tmp.s6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3795
3822
|
}
|
|
3796
3823
|
var Companion_instance_21;
|
|
3797
3824
|
function Companion_getInstance_22() {
|
|
@@ -3805,22 +3832,22 @@
|
|
|
3805
3832
|
tmp0_serialDesc.gz('state', false);
|
|
3806
3833
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3807
3834
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3808
|
-
this.
|
|
3835
|
+
this.t6j_1 = tmp0_serialDesc;
|
|
3809
3836
|
}
|
|
3810
|
-
protoOf($serializer_9).
|
|
3811
|
-
var tmp0_desc = this.
|
|
3837
|
+
protoOf($serializer_9).u6j = function (encoder, value) {
|
|
3838
|
+
var tmp0_desc = this.t6j_1;
|
|
3812
3839
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3813
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3814
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3815
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3816
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3840
|
+
var tmp2_cached = Companion_getInstance_22().s6j_1;
|
|
3841
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.k6j_1);
|
|
3842
|
+
tmp1_output.dt(tmp0_desc, 1, value.l6j_1);
|
|
3843
|
+
tmp1_output.dt(tmp0_desc, 2, value.m6j_1);
|
|
3817
3844
|
tmp1_output.pr(tmp0_desc);
|
|
3818
3845
|
};
|
|
3819
3846
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3820
|
-
return this.
|
|
3847
|
+
return this.u6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3821
3848
|
};
|
|
3822
3849
|
protoOf($serializer_9).do = function (decoder) {
|
|
3823
|
-
var tmp0_desc = this.
|
|
3850
|
+
var tmp0_desc = this.t6j_1;
|
|
3824
3851
|
var tmp1_flag = true;
|
|
3825
3852
|
var tmp2_index = 0;
|
|
3826
3853
|
var tmp3_bitMask0 = 0;
|
|
@@ -3828,7 +3855,7 @@
|
|
|
3828
3855
|
var tmp5_local1 = null;
|
|
3829
3856
|
var tmp6_local2 = null;
|
|
3830
3857
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3831
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3858
|
+
var tmp8_cached = Companion_getInstance_22().s6j_1;
|
|
3832
3859
|
if (tmp7_input.es()) {
|
|
3833
3860
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3834
3861
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3863,13 +3890,13 @@
|
|
|
3863
3890
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3864
3891
|
};
|
|
3865
3892
|
protoOf($serializer_9).bo = function () {
|
|
3866
|
-
return this.
|
|
3893
|
+
return this.t6j_1;
|
|
3867
3894
|
};
|
|
3868
3895
|
protoOf($serializer_9).vz = function () {
|
|
3869
3896
|
// Inline function 'kotlin.arrayOf' call
|
|
3870
3897
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3871
3898
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3872
|
-
return [Companion_getInstance_22().
|
|
3899
|
+
return [Companion_getInstance_22().s6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3873
3900
|
};
|
|
3874
3901
|
var $serializer_instance_9;
|
|
3875
3902
|
function $serializer_getInstance_9() {
|
|
@@ -3879,11 +3906,11 @@
|
|
|
3879
3906
|
}
|
|
3880
3907
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3881
3908
|
if (!(7 === (7 & seen0))) {
|
|
3882
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3909
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().t6j_1);
|
|
3883
3910
|
}
|
|
3884
|
-
$this.
|
|
3885
|
-
$this.
|
|
3886
|
-
$this.
|
|
3911
|
+
$this.k6j_1 = state;
|
|
3912
|
+
$this.l6j_1 = connectionChangedTime;
|
|
3913
|
+
$this.m6j_1 = notLiveDurationRecord;
|
|
3887
3914
|
return $this;
|
|
3888
3915
|
}
|
|
3889
3916
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3891,17 +3918,17 @@
|
|
|
3891
3918
|
}
|
|
3892
3919
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3893
3920
|
Companion_getInstance_22();
|
|
3894
|
-
this.
|
|
3895
|
-
this.
|
|
3896
|
-
this.
|
|
3921
|
+
this.k6j_1 = state;
|
|
3922
|
+
this.l6j_1 = connectionChangedTime;
|
|
3923
|
+
this.m6j_1 = notLiveDurationRecord;
|
|
3897
3924
|
}
|
|
3898
3925
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3899
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3926
|
+
return 'PlayerConnectionDto(state=' + this.k6j_1.toString() + ', connectionChangedTime=' + this.l6j_1 + ', notLiveDurationRecord=' + this.m6j_1 + ')';
|
|
3900
3927
|
};
|
|
3901
3928
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3902
|
-
var result = this.
|
|
3903
|
-
result = imul(result, 31) + getStringHashCode(this.k6j_1) | 0;
|
|
3929
|
+
var result = this.k6j_1.hashCode();
|
|
3904
3930
|
result = imul(result, 31) + getStringHashCode(this.l6j_1) | 0;
|
|
3931
|
+
result = imul(result, 31) + getStringHashCode(this.m6j_1) | 0;
|
|
3905
3932
|
return result;
|
|
3906
3933
|
};
|
|
3907
3934
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3909,12 +3936,12 @@
|
|
|
3909
3936
|
return true;
|
|
3910
3937
|
if (!(other instanceof PlayerConnectionDto))
|
|
3911
3938
|
return false;
|
|
3912
|
-
if (!this.
|
|
3913
|
-
return false;
|
|
3914
|
-
if (!(this.k6j_1 === other.k6j_1))
|
|
3939
|
+
if (!this.k6j_1.equals(other.k6j_1))
|
|
3915
3940
|
return false;
|
|
3916
3941
|
if (!(this.l6j_1 === other.l6j_1))
|
|
3917
3942
|
return false;
|
|
3943
|
+
if (!(this.m6j_1 === other.m6j_1))
|
|
3944
|
+
return false;
|
|
3918
3945
|
return true;
|
|
3919
3946
|
};
|
|
3920
3947
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3927,7 +3954,7 @@
|
|
|
3927
3954
|
// Inline function 'kotlin.arrayOf' call
|
|
3928
3955
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3929
3956
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3930
|
-
tmp.
|
|
3957
|
+
tmp.v6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3931
3958
|
}
|
|
3932
3959
|
var Companion_instance_22;
|
|
3933
3960
|
function Companion_getInstance_23() {
|
|
@@ -3945,38 +3972,38 @@
|
|
|
3945
3972
|
tmp0_serialDesc.gz('ready', true);
|
|
3946
3973
|
tmp0_serialDesc.gz('tag', true);
|
|
3947
3974
|
tmp0_serialDesc.gz('connection', true);
|
|
3948
|
-
this.
|
|
3975
|
+
this.w6j_1 = tmp0_serialDesc;
|
|
3949
3976
|
}
|
|
3950
|
-
protoOf($serializer_10).
|
|
3951
|
-
var tmp0_desc = this.
|
|
3977
|
+
protoOf($serializer_10).x6j = function (encoder, value) {
|
|
3978
|
+
var tmp0_desc = this.w6j_1;
|
|
3952
3979
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3953
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3954
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3955
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3980
|
+
var tmp2_cached = Companion_getInstance_23().v6j_1;
|
|
3981
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.d6j_1 == null)) {
|
|
3982
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.d6j_1);
|
|
3956
3983
|
}
|
|
3957
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3958
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3984
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.e6j_1 == null)) {
|
|
3985
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.e6j_1);
|
|
3959
3986
|
}
|
|
3960
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3961
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3987
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.f6j_1 == null)) {
|
|
3988
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.f6j_1);
|
|
3962
3989
|
}
|
|
3963
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3964
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3965
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3990
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.g6j_1);
|
|
3991
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.h6j_1 == null)) {
|
|
3992
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.h6j_1);
|
|
3966
3993
|
}
|
|
3967
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3968
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3994
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.i6j_1 == null)) {
|
|
3995
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.i6j_1);
|
|
3969
3996
|
}
|
|
3970
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3971
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3997
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.j6j_1 == null)) {
|
|
3998
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.j6j_1);
|
|
3972
3999
|
}
|
|
3973
4000
|
tmp1_output.pr(tmp0_desc);
|
|
3974
4001
|
};
|
|
3975
4002
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
3976
|
-
return this.
|
|
4003
|
+
return this.x6j(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3977
4004
|
};
|
|
3978
4005
|
protoOf($serializer_10).do = function (decoder) {
|
|
3979
|
-
var tmp0_desc = this.
|
|
4006
|
+
var tmp0_desc = this.w6j_1;
|
|
3980
4007
|
var tmp1_flag = true;
|
|
3981
4008
|
var tmp2_index = 0;
|
|
3982
4009
|
var tmp3_bitMask0 = 0;
|
|
@@ -3988,7 +4015,7 @@
|
|
|
3988
4015
|
var tmp9_local5 = null;
|
|
3989
4016
|
var tmp10_local6 = null;
|
|
3990
4017
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3991
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
4018
|
+
var tmp12_cached = Companion_getInstance_23().v6j_1;
|
|
3992
4019
|
if (tmp11_input.es()) {
|
|
3993
4020
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3994
4021
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4047,10 +4074,10 @@
|
|
|
4047
4074
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4048
4075
|
};
|
|
4049
4076
|
protoOf($serializer_10).bo = function () {
|
|
4050
|
-
return this.
|
|
4077
|
+
return this.w6j_1;
|
|
4051
4078
|
};
|
|
4052
4079
|
protoOf($serializer_10).vz = function () {
|
|
4053
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4080
|
+
var tmp0_cached = Companion_getInstance_23().v6j_1;
|
|
4054
4081
|
// Inline function 'kotlin.arrayOf' call
|
|
4055
4082
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4056
4083
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4064,33 +4091,33 @@
|
|
|
4064
4091
|
}
|
|
4065
4092
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4066
4093
|
if (!(8 === (8 & seen0))) {
|
|
4067
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4094
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().w6j_1);
|
|
4068
4095
|
}
|
|
4069
4096
|
if (0 === (seen0 & 1))
|
|
4070
|
-
$this.
|
|
4097
|
+
$this.d6j_1 = null;
|
|
4071
4098
|
else
|
|
4072
|
-
$this.
|
|
4099
|
+
$this.d6j_1 = startFrom;
|
|
4073
4100
|
if (0 === (seen0 & 2))
|
|
4074
|
-
$this.
|
|
4101
|
+
$this.e6j_1 = null;
|
|
4075
4102
|
else
|
|
4076
|
-
$this.
|
|
4103
|
+
$this.e6j_1 = playerTurnTimeout;
|
|
4077
4104
|
if (0 === (seen0 & 4))
|
|
4078
|
-
$this.
|
|
4105
|
+
$this.f6j_1 = null;
|
|
4079
4106
|
else
|
|
4080
|
-
$this.
|
|
4081
|
-
$this.
|
|
4107
|
+
$this.f6j_1 = waitPlayerUntilTime;
|
|
4108
|
+
$this.g6j_1 = state;
|
|
4082
4109
|
if (0 === (seen0 & 16))
|
|
4083
|
-
$this.
|
|
4110
|
+
$this.h6j_1 = null;
|
|
4084
4111
|
else
|
|
4085
|
-
$this.
|
|
4112
|
+
$this.h6j_1 = ready;
|
|
4086
4113
|
if (0 === (seen0 & 32))
|
|
4087
|
-
$this.
|
|
4114
|
+
$this.i6j_1 = null;
|
|
4088
4115
|
else
|
|
4089
|
-
$this.
|
|
4116
|
+
$this.i6j_1 = tag;
|
|
4090
4117
|
if (0 === (seen0 & 64))
|
|
4091
|
-
$this.
|
|
4118
|
+
$this.j6j_1 = null;
|
|
4092
4119
|
else
|
|
4093
|
-
$this.
|
|
4120
|
+
$this.j6j_1 = connection;
|
|
4094
4121
|
return $this;
|
|
4095
4122
|
}
|
|
4096
4123
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4104,25 +4131,25 @@
|
|
|
4104
4131
|
ready = ready === VOID ? null : ready;
|
|
4105
4132
|
tag = tag === VOID ? null : tag;
|
|
4106
4133
|
connection = connection === VOID ? null : connection;
|
|
4107
|
-
this.
|
|
4108
|
-
this.
|
|
4109
|
-
this.
|
|
4110
|
-
this.
|
|
4111
|
-
this.
|
|
4112
|
-
this.
|
|
4113
|
-
this.
|
|
4134
|
+
this.d6j_1 = startFrom;
|
|
4135
|
+
this.e6j_1 = playerTurnTimeout;
|
|
4136
|
+
this.f6j_1 = waitPlayerUntilTime;
|
|
4137
|
+
this.g6j_1 = state;
|
|
4138
|
+
this.h6j_1 = ready;
|
|
4139
|
+
this.i6j_1 = tag;
|
|
4140
|
+
this.j6j_1 = connection;
|
|
4114
4141
|
}
|
|
4115
4142
|
protoOf(PlayerStateDto).toString = function () {
|
|
4116
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4143
|
+
return 'PlayerStateDto(startFrom=' + this.d6j_1 + ', playerTurnTimeout=' + this.e6j_1 + ', waitPlayerUntilTime=' + this.f6j_1 + ', state=' + this.g6j_1.toString() + ', ready=' + this.h6j_1 + ', tag=' + this.i6j_1 + ', connection=' + toString(this.j6j_1) + ')';
|
|
4117
4144
|
};
|
|
4118
4145
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4119
|
-
var result = this.
|
|
4120
|
-
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1)) | 0;
|
|
4146
|
+
var result = this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1);
|
|
4121
4147
|
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getStringHashCode(this.e6j_1)) | 0;
|
|
4122
|
-
result = imul(result, 31) + this.f6j_1.
|
|
4123
|
-
result = imul(result, 31) +
|
|
4124
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 :
|
|
4125
|
-
result = imul(result, 31) + (this.i6j_1 == null ? 0 : this.i6j_1
|
|
4148
|
+
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getStringHashCode(this.f6j_1)) | 0;
|
|
4149
|
+
result = imul(result, 31) + this.g6j_1.hashCode() | 0;
|
|
4150
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getBooleanHashCode(this.h6j_1)) | 0;
|
|
4151
|
+
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4152
|
+
result = imul(result, 31) + (this.j6j_1 == null ? 0 : this.j6j_1.hashCode()) | 0;
|
|
4126
4153
|
return result;
|
|
4127
4154
|
};
|
|
4128
4155
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4130,19 +4157,19 @@
|
|
|
4130
4157
|
return true;
|
|
4131
4158
|
if (!(other instanceof PlayerStateDto))
|
|
4132
4159
|
return false;
|
|
4133
|
-
if (!(this.c6j_1 == other.c6j_1))
|
|
4134
|
-
return false;
|
|
4135
4160
|
if (!(this.d6j_1 == other.d6j_1))
|
|
4136
4161
|
return false;
|
|
4137
4162
|
if (!(this.e6j_1 == other.e6j_1))
|
|
4138
4163
|
return false;
|
|
4139
|
-
if (!this.f6j_1
|
|
4164
|
+
if (!(this.f6j_1 == other.f6j_1))
|
|
4140
4165
|
return false;
|
|
4141
|
-
if (!
|
|
4166
|
+
if (!this.g6j_1.equals(other.g6j_1))
|
|
4142
4167
|
return false;
|
|
4143
4168
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4144
4169
|
return false;
|
|
4145
|
-
if (!
|
|
4170
|
+
if (!(this.i6j_1 == other.i6j_1))
|
|
4171
|
+
return false;
|
|
4172
|
+
if (!equals(this.j6j_1, other.j6j_1))
|
|
4146
4173
|
return false;
|
|
4147
4174
|
return true;
|
|
4148
4175
|
};
|
|
@@ -4166,7 +4193,7 @@
|
|
|
4166
4193
|
// Inline function 'kotlin.arrayOf' call
|
|
4167
4194
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4168
4195
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4169
|
-
tmp.
|
|
4196
|
+
tmp.y6j_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
4170
4197
|
}
|
|
4171
4198
|
var Companion_instance_23;
|
|
4172
4199
|
function Companion_getInstance_24() {
|
|
@@ -4203,45 +4230,45 @@
|
|
|
4203
4230
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
4204
4231
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
4205
4232
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
4206
|
-
this.
|
|
4233
|
+
this.z6j_1 = tmp0_serialDesc;
|
|
4207
4234
|
}
|
|
4208
|
-
protoOf($serializer_11).
|
|
4209
|
-
var tmp0_desc = this.
|
|
4235
|
+
protoOf($serializer_11).a6k = function (encoder, value) {
|
|
4236
|
+
var tmp0_desc = this.z6j_1;
|
|
4210
4237
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
4211
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4212
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4213
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4214
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4215
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4216
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4217
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4218
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4219
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4220
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4221
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4222
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4223
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4224
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4225
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4226
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4227
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4228
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4229
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4230
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4231
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4232
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4233
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
4234
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4235
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4236
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4237
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4238
|
+
var tmp2_cached = Companion_getInstance_24().y6j_1;
|
|
4239
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.b6k_1);
|
|
4240
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.c6k_1);
|
|
4241
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.d6k_1);
|
|
4242
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.e6k_1);
|
|
4243
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.f6k_1);
|
|
4244
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.g6k_1);
|
|
4245
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.h6k_1);
|
|
4246
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i6k_1);
|
|
4247
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.j6k_1);
|
|
4248
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.k6k_1);
|
|
4249
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.l6k_1);
|
|
4250
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.m6k_1);
|
|
4251
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.n6k_1);
|
|
4252
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.o6k_1);
|
|
4253
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.p6k_1);
|
|
4254
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.q6k_1);
|
|
4255
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.r6k_1);
|
|
4256
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.s6k_1);
|
|
4257
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4258
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4259
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.v6k_1);
|
|
4260
|
+
tmp1_output.dt(tmp0_desc, 21, value.w6k_1);
|
|
4261
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.x6k_1);
|
|
4262
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.y6k_1);
|
|
4263
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.z6k_1);
|
|
4264
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.a6l_1);
|
|
4238
4265
|
tmp1_output.pr(tmp0_desc);
|
|
4239
4266
|
};
|
|
4240
4267
|
protoOf($serializer_11).co = function (encoder, value) {
|
|
4241
|
-
return this.
|
|
4268
|
+
return this.a6k(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4242
4269
|
};
|
|
4243
4270
|
protoOf($serializer_11).do = function (decoder) {
|
|
4244
|
-
var tmp0_desc = this.
|
|
4271
|
+
var tmp0_desc = this.z6j_1;
|
|
4245
4272
|
var tmp1_flag = true;
|
|
4246
4273
|
var tmp2_index = 0;
|
|
4247
4274
|
var tmp3_bitMask0 = 0;
|
|
@@ -4272,7 +4299,7 @@
|
|
|
4272
4299
|
var tmp28_local24 = null;
|
|
4273
4300
|
var tmp29_local25 = null;
|
|
4274
4301
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
4275
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4302
|
+
var tmp31_cached = Companion_getInstance_24().y6j_1;
|
|
4276
4303
|
if (tmp30_input.es()) {
|
|
4277
4304
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4278
4305
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4445,10 +4472,10 @@
|
|
|
4445
4472
|
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);
|
|
4446
4473
|
};
|
|
4447
4474
|
protoOf($serializer_11).bo = function () {
|
|
4448
|
-
return this.
|
|
4475
|
+
return this.z6j_1;
|
|
4449
4476
|
};
|
|
4450
4477
|
protoOf($serializer_11).vz = function () {
|
|
4451
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4478
|
+
var tmp0_cached = Companion_getInstance_24().y6j_1;
|
|
4452
4479
|
// Inline function 'kotlin.arrayOf' call
|
|
4453
4480
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4454
4481
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4462,34 +4489,34 @@
|
|
|
4462
4489
|
}
|
|
4463
4490
|
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) {
|
|
4464
4491
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4465
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4466
|
-
}
|
|
4467
|
-
$this.
|
|
4468
|
-
$this.
|
|
4469
|
-
$this.
|
|
4470
|
-
$this.
|
|
4471
|
-
$this.
|
|
4472
|
-
$this.
|
|
4473
|
-
$this.
|
|
4474
|
-
$this.
|
|
4475
|
-
$this.
|
|
4476
|
-
$this.
|
|
4477
|
-
$this.
|
|
4478
|
-
$this.
|
|
4479
|
-
$this.
|
|
4480
|
-
$this.
|
|
4481
|
-
$this.
|
|
4482
|
-
$this.
|
|
4483
|
-
$this.
|
|
4484
|
-
$this.
|
|
4485
|
-
$this.
|
|
4486
|
-
$this.
|
|
4487
|
-
$this.
|
|
4488
|
-
$this.
|
|
4489
|
-
$this.
|
|
4490
|
-
$this.
|
|
4491
|
-
$this.
|
|
4492
|
-
$this.
|
|
4492
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().z6j_1);
|
|
4493
|
+
}
|
|
4494
|
+
$this.b6k_1 = name;
|
|
4495
|
+
$this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4496
|
+
$this.d6k_1 = winnerShuffleCards;
|
|
4497
|
+
$this.e6k_1 = playWithoutLiabilities;
|
|
4498
|
+
$this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4499
|
+
$this.g6k_1 = dealerInitialCardsCount;
|
|
4500
|
+
$this.h6k_1 = dealerFinalCardsCount;
|
|
4501
|
+
$this.i6k_1 = dealerCounterClockwise;
|
|
4502
|
+
$this.j6k_1 = contractTypes;
|
|
4503
|
+
$this.k6k_1 = bidTypes;
|
|
4504
|
+
$this.l6k_1 = needToPutHigherTrump;
|
|
4505
|
+
$this.m6k_1 = trumpCardStepMode;
|
|
4506
|
+
$this.n6k_1 = trumpCardStepPartnerMode;
|
|
4507
|
+
$this.o6k_1 = combinationsWithFirstCard;
|
|
4508
|
+
$this.p6k_1 = protectBella;
|
|
4509
|
+
$this.q6k_1 = oneTryToProtectBella;
|
|
4510
|
+
$this.r6k_1 = enableFourSevensCombination;
|
|
4511
|
+
$this.s6k_1 = enableTrumpSevenCombination;
|
|
4512
|
+
$this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4513
|
+
$this.u6k_1 = checkTrumpCombination;
|
|
4514
|
+
$this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4515
|
+
$this.w6k_1 = pointsDistributeMode;
|
|
4516
|
+
$this.x6k_1 = enableFineIfNoBribes;
|
|
4517
|
+
$this.y6k_1 = fineIfNoBribes;
|
|
4518
|
+
$this.z6k_1 = enableFineAfterThirdByte;
|
|
4519
|
+
$this.a6l_1 = fineAfterThirdFailedContract;
|
|
4493
4520
|
return $this;
|
|
4494
4521
|
}
|
|
4495
4522
|
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) {
|
|
@@ -4497,63 +4524,63 @@
|
|
|
4497
4524
|
}
|
|
4498
4525
|
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) {
|
|
4499
4526
|
Companion_getInstance_24();
|
|
4500
|
-
this.
|
|
4501
|
-
this.
|
|
4502
|
-
this.
|
|
4503
|
-
this.
|
|
4504
|
-
this.
|
|
4505
|
-
this.
|
|
4506
|
-
this.
|
|
4507
|
-
this.
|
|
4508
|
-
this.
|
|
4509
|
-
this.
|
|
4510
|
-
this.
|
|
4511
|
-
this.
|
|
4512
|
-
this.
|
|
4513
|
-
this.
|
|
4514
|
-
this.
|
|
4515
|
-
this.
|
|
4516
|
-
this.
|
|
4517
|
-
this.
|
|
4518
|
-
this.
|
|
4519
|
-
this.
|
|
4520
|
-
this.
|
|
4521
|
-
this.
|
|
4522
|
-
this.
|
|
4523
|
-
this.
|
|
4524
|
-
this.
|
|
4525
|
-
this.
|
|
4527
|
+
this.b6k_1 = name;
|
|
4528
|
+
this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4529
|
+
this.d6k_1 = winnerShuffleCards;
|
|
4530
|
+
this.e6k_1 = playWithoutLiabilities;
|
|
4531
|
+
this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4532
|
+
this.g6k_1 = dealerInitialCardsCount;
|
|
4533
|
+
this.h6k_1 = dealerFinalCardsCount;
|
|
4534
|
+
this.i6k_1 = dealerCounterClockwise;
|
|
4535
|
+
this.j6k_1 = contractTypes;
|
|
4536
|
+
this.k6k_1 = bidTypes;
|
|
4537
|
+
this.l6k_1 = needToPutHigherTrump;
|
|
4538
|
+
this.m6k_1 = trumpCardStepMode;
|
|
4539
|
+
this.n6k_1 = trumpCardStepPartnerMode;
|
|
4540
|
+
this.o6k_1 = combinationsWithFirstCard;
|
|
4541
|
+
this.p6k_1 = protectBella;
|
|
4542
|
+
this.q6k_1 = oneTryToProtectBella;
|
|
4543
|
+
this.r6k_1 = enableFourSevensCombination;
|
|
4544
|
+
this.s6k_1 = enableTrumpSevenCombination;
|
|
4545
|
+
this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4546
|
+
this.u6k_1 = checkTrumpCombination;
|
|
4547
|
+
this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4548
|
+
this.w6k_1 = pointsDistributeMode;
|
|
4549
|
+
this.x6k_1 = enableFineIfNoBribes;
|
|
4550
|
+
this.y6k_1 = fineIfNoBribes;
|
|
4551
|
+
this.z6k_1 = enableFineAfterThirdByte;
|
|
4552
|
+
this.a6l_1 = fineAfterThirdFailedContract;
|
|
4526
4553
|
}
|
|
4527
4554
|
protoOf(RulesDto).toString = function () {
|
|
4528
|
-
return 'RulesDto(name=' + this.
|
|
4555
|
+
return 'RulesDto(name=' + this.b6k_1 + ', playerWhoChooseSuitGoFirst=' + this.c6k_1 + ', winnerShuffleCards=' + this.d6k_1 + ', playWithoutLiabilities=' + this.e6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.f6k_1 + ', dealerInitialCardsCount=' + this.g6k_1 + ', dealerFinalCardsCount=' + this.h6k_1 + ', dealerCounterClockwise=' + this.i6k_1 + ', contractTypes=' + toString(this.j6k_1) + ', bidTypes=' + toString(this.k6k_1) + ', needToPutHigherTrump=' + this.l6k_1 + ', trumpCardStepMode=' + this.m6k_1 + ', trumpCardStepPartnerMode=' + this.n6k_1 + ', combinationsWithFirstCard=' + toString(this.o6k_1) + ', protectBella=' + this.p6k_1 + ', oneTryToProtectBella=' + this.q6k_1 + ', enableFourSevensCombination=' + this.r6k_1 + ', enableTrumpSevenCombination=' + this.s6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.t6k_1 + ', checkTrumpCombination=' + this.u6k_1 + ', checkOnlyTrumpDebertz=' + this.v6k_1 + ', pointsDistributeMode=' + this.w6k_1 + ', enableFineIfNoBribes=' + this.x6k_1 + ', fineIfNoBribes=' + this.y6k_1 + ', enableFineAfterThirdByte=' + this.z6k_1 + ', fineAfterThirdFailedContract=' + this.a6l_1 + ')';
|
|
4529
4556
|
};
|
|
4530
4557
|
protoOf(RulesDto).hashCode = function () {
|
|
4531
|
-
var result = this.
|
|
4532
|
-
result = imul(result, 31) + (this.b6k_1 == null ? 0 : getBooleanHashCode(this.b6k_1)) | 0;
|
|
4558
|
+
var result = this.b6k_1 == null ? 0 : getStringHashCode(this.b6k_1);
|
|
4533
4559
|
result = imul(result, 31) + (this.c6k_1 == null ? 0 : getBooleanHashCode(this.c6k_1)) | 0;
|
|
4534
4560
|
result = imul(result, 31) + (this.d6k_1 == null ? 0 : getBooleanHashCode(this.d6k_1)) | 0;
|
|
4535
4561
|
result = imul(result, 31) + (this.e6k_1 == null ? 0 : getBooleanHashCode(this.e6k_1)) | 0;
|
|
4536
|
-
result = imul(result, 31) + (this.f6k_1 == null ? 0 : this.f6k_1) | 0;
|
|
4562
|
+
result = imul(result, 31) + (this.f6k_1 == null ? 0 : getBooleanHashCode(this.f6k_1)) | 0;
|
|
4537
4563
|
result = imul(result, 31) + (this.g6k_1 == null ? 0 : this.g6k_1) | 0;
|
|
4538
|
-
result = imul(result, 31) + (this.h6k_1 == null ? 0 :
|
|
4539
|
-
result = imul(result, 31) + (this.i6k_1 == null ? 0 :
|
|
4564
|
+
result = imul(result, 31) + (this.h6k_1 == null ? 0 : this.h6k_1) | 0;
|
|
4565
|
+
result = imul(result, 31) + (this.i6k_1 == null ? 0 : getBooleanHashCode(this.i6k_1)) | 0;
|
|
4540
4566
|
result = imul(result, 31) + (this.j6k_1 == null ? 0 : hashCode(this.j6k_1)) | 0;
|
|
4541
|
-
result = imul(result, 31) + (this.k6k_1 == null ? 0 :
|
|
4542
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 :
|
|
4567
|
+
result = imul(result, 31) + (this.k6k_1 == null ? 0 : hashCode(this.k6k_1)) | 0;
|
|
4568
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : getBooleanHashCode(this.l6k_1)) | 0;
|
|
4543
4569
|
result = imul(result, 31) + (this.m6k_1 == null ? 0 : getStringHashCode(this.m6k_1)) | 0;
|
|
4544
|
-
result = imul(result, 31) + (this.n6k_1 == null ? 0 :
|
|
4545
|
-
result = imul(result, 31) + (this.o6k_1 == null ? 0 :
|
|
4570
|
+
result = imul(result, 31) + (this.n6k_1 == null ? 0 : getStringHashCode(this.n6k_1)) | 0;
|
|
4571
|
+
result = imul(result, 31) + (this.o6k_1 == null ? 0 : hashCode(this.o6k_1)) | 0;
|
|
4546
4572
|
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getBooleanHashCode(this.p6k_1)) | 0;
|
|
4547
4573
|
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getBooleanHashCode(this.q6k_1)) | 0;
|
|
4548
4574
|
result = imul(result, 31) + (this.r6k_1 == null ? 0 : getBooleanHashCode(this.r6k_1)) | 0;
|
|
4549
4575
|
result = imul(result, 31) + (this.s6k_1 == null ? 0 : getBooleanHashCode(this.s6k_1)) | 0;
|
|
4550
4576
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4551
4577
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4552
|
-
result = imul(result, 31) +
|
|
4553
|
-
result = imul(result, 31) + (this.w6k_1
|
|
4554
|
-
result = imul(result, 31) + (this.x6k_1 == null ? 0 : this.x6k_1) | 0;
|
|
4555
|
-
result = imul(result, 31) + (this.y6k_1 == null ? 0 :
|
|
4556
|
-
result = imul(result, 31) + (this.z6k_1 == null ? 0 : this.z6k_1) | 0;
|
|
4578
|
+
result = imul(result, 31) + (this.v6k_1 == null ? 0 : getBooleanHashCode(this.v6k_1)) | 0;
|
|
4579
|
+
result = imul(result, 31) + getStringHashCode(this.w6k_1) | 0;
|
|
4580
|
+
result = imul(result, 31) + (this.x6k_1 == null ? 0 : getBooleanHashCode(this.x6k_1)) | 0;
|
|
4581
|
+
result = imul(result, 31) + (this.y6k_1 == null ? 0 : this.y6k_1) | 0;
|
|
4582
|
+
result = imul(result, 31) + (this.z6k_1 == null ? 0 : getBooleanHashCode(this.z6k_1)) | 0;
|
|
4583
|
+
result = imul(result, 31) + (this.a6l_1 == null ? 0 : this.a6l_1) | 0;
|
|
4557
4584
|
return result;
|
|
4558
4585
|
};
|
|
4559
4586
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4561,8 +4588,6 @@
|
|
|
4561
4588
|
return true;
|
|
4562
4589
|
if (!(other instanceof RulesDto))
|
|
4563
4590
|
return false;
|
|
4564
|
-
if (!(this.a6k_1 == other.a6k_1))
|
|
4565
|
-
return false;
|
|
4566
4591
|
if (!(this.b6k_1 == other.b6k_1))
|
|
4567
4592
|
return false;
|
|
4568
4593
|
if (!(this.c6k_1 == other.c6k_1))
|
|
@@ -4577,19 +4602,19 @@
|
|
|
4577
4602
|
return false;
|
|
4578
4603
|
if (!(this.h6k_1 == other.h6k_1))
|
|
4579
4604
|
return false;
|
|
4580
|
-
if (!
|
|
4605
|
+
if (!(this.i6k_1 == other.i6k_1))
|
|
4581
4606
|
return false;
|
|
4582
4607
|
if (!equals(this.j6k_1, other.j6k_1))
|
|
4583
4608
|
return false;
|
|
4584
|
-
if (!(this.k6k_1
|
|
4609
|
+
if (!equals(this.k6k_1, other.k6k_1))
|
|
4585
4610
|
return false;
|
|
4586
4611
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4587
4612
|
return false;
|
|
4588
4613
|
if (!(this.m6k_1 == other.m6k_1))
|
|
4589
4614
|
return false;
|
|
4590
|
-
if (!
|
|
4615
|
+
if (!(this.n6k_1 == other.n6k_1))
|
|
4591
4616
|
return false;
|
|
4592
|
-
if (!(this.o6k_1
|
|
4617
|
+
if (!equals(this.o6k_1, other.o6k_1))
|
|
4593
4618
|
return false;
|
|
4594
4619
|
if (!(this.p6k_1 == other.p6k_1))
|
|
4595
4620
|
return false;
|
|
@@ -4603,9 +4628,9 @@
|
|
|
4603
4628
|
return false;
|
|
4604
4629
|
if (!(this.u6k_1 == other.u6k_1))
|
|
4605
4630
|
return false;
|
|
4606
|
-
if (!(this.v6k_1
|
|
4631
|
+
if (!(this.v6k_1 == other.v6k_1))
|
|
4607
4632
|
return false;
|
|
4608
|
-
if (!(this.w6k_1
|
|
4633
|
+
if (!(this.w6k_1 === other.w6k_1))
|
|
4609
4634
|
return false;
|
|
4610
4635
|
if (!(this.x6k_1 == other.x6k_1))
|
|
4611
4636
|
return false;
|
|
@@ -4613,6 +4638,8 @@
|
|
|
4613
4638
|
return false;
|
|
4614
4639
|
if (!(this.z6k_1 == other.z6k_1))
|
|
4615
4640
|
return false;
|
|
4641
|
+
if (!(this.a6l_1 == other.a6l_1))
|
|
4642
|
+
return false;
|
|
4616
4643
|
return true;
|
|
4617
4644
|
};
|
|
4618
4645
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4676,11 +4703,11 @@
|
|
|
4676
4703
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4677
4704
|
}
|
|
4678
4705
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4679
|
-
this.
|
|
4680
|
-
this.
|
|
4706
|
+
this.b6l_1 = trump;
|
|
4707
|
+
this.c6l_1 = firstCardSuit;
|
|
4681
4708
|
}
|
|
4682
4709
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4683
|
-
return getGrowth(b, this.
|
|
4710
|
+
return getGrowth(b, this.b6l_1, this.c6l_1) - getGrowth(a, this.b6l_1, this.c6l_1) | 0;
|
|
4684
4711
|
};
|
|
4685
4712
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4686
4713
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4768,56 +4795,56 @@
|
|
|
4768
4795
|
return tmp;
|
|
4769
4796
|
}
|
|
4770
4797
|
function ProcessingCard(card) {
|
|
4771
|
-
this.
|
|
4798
|
+
this.t6i_1 = card;
|
|
4772
4799
|
}
|
|
4773
4800
|
protoOf(ProcessingCard).toString = function () {
|
|
4774
|
-
return 'ProcessingCard(card=' + this.
|
|
4801
|
+
return 'ProcessingCard(card=' + this.t6i_1.toString() + ')';
|
|
4775
4802
|
};
|
|
4776
4803
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4777
|
-
return this.
|
|
4804
|
+
return this.t6i_1.hashCode();
|
|
4778
4805
|
};
|
|
4779
4806
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4780
4807
|
if (this === other)
|
|
4781
4808
|
return true;
|
|
4782
4809
|
if (!(other instanceof ProcessingCard))
|
|
4783
4810
|
return false;
|
|
4784
|
-
if (!this.
|
|
4811
|
+
if (!this.t6i_1.equals(other.t6i_1))
|
|
4785
4812
|
return false;
|
|
4786
4813
|
return true;
|
|
4787
4814
|
};
|
|
4788
4815
|
function AsyncProvider() {
|
|
4789
4816
|
}
|
|
4790
4817
|
function onError($this, message, error) {
|
|
4791
|
-
$this.
|
|
4818
|
+
$this.m6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4792
4819
|
}
|
|
4793
4820
|
function Companion_22() {
|
|
4794
|
-
this.
|
|
4821
|
+
this.u6l_1 = 'AsyncProvider';
|
|
4795
4822
|
}
|
|
4796
4823
|
var Companion_instance_24;
|
|
4797
4824
|
function Companion_getInstance_25() {
|
|
4798
4825
|
return Companion_instance_24;
|
|
4799
4826
|
}
|
|
4800
4827
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4801
|
-
this.
|
|
4828
|
+
this.w6l_1 = this$0;
|
|
4802
4829
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4803
4830
|
}
|
|
4804
4831
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).o1s = function (context, exception) {
|
|
4805
|
-
onError(this.
|
|
4832
|
+
onError(this.w6l_1, 'CoroutineContext', exception);
|
|
4806
4833
|
return Unit_instance;
|
|
4807
4834
|
};
|
|
4808
4835
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4809
|
-
this.
|
|
4810
|
-
this.
|
|
4836
|
+
this.f6m_1 = this$0;
|
|
4837
|
+
this.g6m_1 = $block;
|
|
4811
4838
|
CoroutineImpl.call(this, resultContinuation);
|
|
4812
4839
|
}
|
|
4813
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4840
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).l6m = function ($this$async, $completion) {
|
|
4814
4841
|
var tmp = this.k29($this$async, $completion);
|
|
4815
4842
|
tmp.u8_1 = Unit_instance;
|
|
4816
4843
|
tmp.v8_1 = null;
|
|
4817
4844
|
return tmp.a9();
|
|
4818
4845
|
};
|
|
4819
4846
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4820
|
-
return this.
|
|
4847
|
+
return this.l6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4821
4848
|
};
|
|
4822
4849
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4823
4850
|
var suspendResult = this.u8_1;
|
|
@@ -4827,43 +4854,43 @@
|
|
|
4827
4854
|
switch (tmp) {
|
|
4828
4855
|
case 0:
|
|
4829
4856
|
this.t8_1 = 6;
|
|
4830
|
-
this.
|
|
4857
|
+
this.j6m_1 = this.f6m_1.o6l_1;
|
|
4831
4858
|
var tmp_0 = this;
|
|
4832
|
-
tmp_0.
|
|
4859
|
+
tmp_0.i6m_1 = null;
|
|
4833
4860
|
this.s8_1 = 1;
|
|
4834
|
-
suspendResult = this.
|
|
4861
|
+
suspendResult = this.j6m_1.i2p(this.i6m_1, this);
|
|
4835
4862
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4836
4863
|
return suspendResult;
|
|
4837
4864
|
}
|
|
4838
4865
|
|
|
4839
4866
|
continue $sm;
|
|
4840
4867
|
case 1:
|
|
4841
|
-
this.
|
|
4868
|
+
this.k6m_1 = Unit_instance;
|
|
4842
4869
|
this.s8_1 = 2;
|
|
4843
4870
|
continue $sm;
|
|
4844
4871
|
case 2:
|
|
4845
4872
|
this.t8_1 = 5;
|
|
4846
4873
|
this.s8_1 = 3;
|
|
4847
|
-
suspendResult = this.
|
|
4874
|
+
suspendResult = this.g6m_1(this.h6m_1, this);
|
|
4848
4875
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4849
4876
|
return suspendResult;
|
|
4850
4877
|
}
|
|
4851
4878
|
|
|
4852
4879
|
continue $sm;
|
|
4853
4880
|
case 3:
|
|
4854
|
-
this.
|
|
4881
|
+
this.k6m_1 = suspendResult;
|
|
4855
4882
|
this.t8_1 = 6;
|
|
4856
4883
|
this.s8_1 = 4;
|
|
4857
4884
|
continue $sm;
|
|
4858
4885
|
case 4:
|
|
4859
|
-
var tmp_1 = this.
|
|
4886
|
+
var tmp_1 = this.k6m_1;
|
|
4860
4887
|
this.t8_1 = 6;
|
|
4861
|
-
this.
|
|
4888
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4862
4889
|
return tmp_1;
|
|
4863
4890
|
case 5:
|
|
4864
4891
|
this.t8_1 = 6;
|
|
4865
4892
|
var t = this.v8_1;
|
|
4866
|
-
this.
|
|
4893
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4867
4894
|
throw t;
|
|
4868
4895
|
case 6:
|
|
4869
4896
|
throw this.v8_1;
|
|
@@ -4880,21 +4907,21 @@
|
|
|
4880
4907
|
while (true);
|
|
4881
4908
|
};
|
|
4882
4909
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).k29 = function ($this$async, completion) {
|
|
4883
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4884
|
-
i.
|
|
4910
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.f6m_1, this.g6m_1, completion);
|
|
4911
|
+
i.h6m_1 = $this$async;
|
|
4885
4912
|
return i;
|
|
4886
4913
|
};
|
|
4887
4914
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4888
4915
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4889
4916
|
var l = function ($this$async, $completion) {
|
|
4890
|
-
return i.
|
|
4917
|
+
return i.l6m($this$async, $completion);
|
|
4891
4918
|
};
|
|
4892
4919
|
l.$arity = 1;
|
|
4893
4920
|
return l;
|
|
4894
4921
|
}
|
|
4895
4922
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4896
|
-
this.
|
|
4897
|
-
this.
|
|
4923
|
+
this.u6m_1 = this$0;
|
|
4924
|
+
this.v6m_1 = $block;
|
|
4898
4925
|
CoroutineImpl.call(this, resultContinuation);
|
|
4899
4926
|
}
|
|
4900
4927
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -4914,43 +4941,43 @@
|
|
|
4914
4941
|
switch (tmp) {
|
|
4915
4942
|
case 0:
|
|
4916
4943
|
this.t8_1 = 6;
|
|
4917
|
-
this.
|
|
4944
|
+
this.y6m_1 = this.u6m_1.o6l_1;
|
|
4918
4945
|
var tmp_0 = this;
|
|
4919
|
-
tmp_0.
|
|
4946
|
+
tmp_0.x6m_1 = null;
|
|
4920
4947
|
this.s8_1 = 1;
|
|
4921
|
-
suspendResult = this.
|
|
4948
|
+
suspendResult = this.y6m_1.i2p(this.x6m_1, this);
|
|
4922
4949
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4923
4950
|
return suspendResult;
|
|
4924
4951
|
}
|
|
4925
4952
|
|
|
4926
4953
|
continue $sm;
|
|
4927
4954
|
case 1:
|
|
4928
|
-
this.
|
|
4955
|
+
this.z6m_1 = Unit_instance;
|
|
4929
4956
|
this.s8_1 = 2;
|
|
4930
4957
|
continue $sm;
|
|
4931
4958
|
case 2:
|
|
4932
4959
|
this.t8_1 = 5;
|
|
4933
4960
|
this.s8_1 = 3;
|
|
4934
|
-
suspendResult = this.
|
|
4961
|
+
suspendResult = this.v6m_1(this.w6m_1, this);
|
|
4935
4962
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4936
4963
|
return suspendResult;
|
|
4937
4964
|
}
|
|
4938
4965
|
|
|
4939
4966
|
continue $sm;
|
|
4940
4967
|
case 3:
|
|
4941
|
-
this.
|
|
4968
|
+
this.z6m_1 = Unit_instance;
|
|
4942
4969
|
this.t8_1 = 6;
|
|
4943
4970
|
this.s8_1 = 4;
|
|
4944
4971
|
continue $sm;
|
|
4945
4972
|
case 4:
|
|
4946
|
-
this.
|
|
4973
|
+
this.z6m_1;
|
|
4947
4974
|
this.t8_1 = 6;
|
|
4948
|
-
this.
|
|
4975
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4949
4976
|
return Unit_instance;
|
|
4950
4977
|
case 5:
|
|
4951
4978
|
this.t8_1 = 6;
|
|
4952
4979
|
var t = this.v8_1;
|
|
4953
|
-
this.
|
|
4980
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4954
4981
|
throw t;
|
|
4955
4982
|
case 6:
|
|
4956
4983
|
throw this.v8_1;
|
|
@@ -4967,8 +4994,8 @@
|
|
|
4967
4994
|
while (true);
|
|
4968
4995
|
};
|
|
4969
4996
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, completion) {
|
|
4970
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4971
|
-
i.
|
|
4997
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.u6m_1, this.v6m_1, completion);
|
|
4998
|
+
i.w6m_1 = $this$launch;
|
|
4972
4999
|
return i;
|
|
4973
5000
|
};
|
|
4974
5001
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4983,63 +5010,63 @@
|
|
|
4983
5010
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().b1w() : mainDispatcher;
|
|
4984
5011
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().x1v_1 : defaultDispatcher;
|
|
4985
5012
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : unconfinedDispatcher;
|
|
4986
|
-
this.
|
|
4987
|
-
this.
|
|
4988
|
-
this.n6l_1 = Mutex();
|
|
5013
|
+
this.m6l_1 = logger;
|
|
5014
|
+
this.n6l_1 = SupervisorJob();
|
|
4989
5015
|
this.o6l_1 = Mutex();
|
|
5016
|
+
this.p6l_1 = Mutex();
|
|
4990
5017
|
var tmp = this;
|
|
4991
5018
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4992
|
-
tmp.
|
|
4993
|
-
this.
|
|
4994
|
-
this.
|
|
4995
|
-
this.
|
|
5019
|
+
tmp.q6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
5020
|
+
this.r6l_1 = CoroutineScope_0(mainDispatcher.dg(this.n6l_1).dg(MainContextId_getInstance()));
|
|
5021
|
+
this.s6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
5022
|
+
this.t6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
4996
5023
|
}
|
|
4997
|
-
protoOf(AsyncProviderImpl).
|
|
4998
|
-
return this.
|
|
5024
|
+
protoOf(AsyncProviderImpl).d6l = function () {
|
|
5025
|
+
return this.q6l_1;
|
|
4999
5026
|
};
|
|
5000
|
-
protoOf(AsyncProviderImpl).
|
|
5001
|
-
if (this.
|
|
5002
|
-
this.
|
|
5027
|
+
protoOf(AsyncProviderImpl).i6l = function (context, block) {
|
|
5028
|
+
if (this.n6l_1.w1k()) {
|
|
5029
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5003
5030
|
// Inline function 'kotlin.apply' call
|
|
5004
5031
|
var this_0 = Job();
|
|
5005
5032
|
this_0.k1l();
|
|
5006
5033
|
return this_0;
|
|
5007
5034
|
}
|
|
5008
|
-
return launch(this.
|
|
5035
|
+
return launch(this.r6l_1, context, VOID, block);
|
|
5009
5036
|
};
|
|
5010
|
-
protoOf(AsyncProviderImpl).
|
|
5011
|
-
if (this.
|
|
5012
|
-
this.
|
|
5037
|
+
protoOf(AsyncProviderImpl).k6l = function (context, block) {
|
|
5038
|
+
if (this.n6l_1.w1k()) {
|
|
5039
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5013
5040
|
// Inline function 'kotlin.apply' call
|
|
5014
5041
|
var this_0 = CompletableDeferred();
|
|
5015
5042
|
this_0.k1l();
|
|
5016
5043
|
return this_0;
|
|
5017
5044
|
}
|
|
5018
|
-
return async(this.
|
|
5045
|
+
return async(this.s6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5019
5046
|
};
|
|
5020
|
-
protoOf(AsyncProviderImpl).
|
|
5021
|
-
if (this.
|
|
5022
|
-
this.
|
|
5047
|
+
protoOf(AsyncProviderImpl).e6l = function (context, block) {
|
|
5048
|
+
if (this.n6l_1.w1k()) {
|
|
5049
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5023
5050
|
// Inline function 'kotlin.apply' call
|
|
5024
5051
|
var this_0 = Job();
|
|
5025
5052
|
this_0.k1l();
|
|
5026
5053
|
return this_0;
|
|
5027
5054
|
}
|
|
5028
|
-
return launch(this.
|
|
5055
|
+
return launch(this.s6l_1, context, VOID, block);
|
|
5029
5056
|
};
|
|
5030
|
-
protoOf(AsyncProviderImpl).
|
|
5031
|
-
if (this.
|
|
5032
|
-
this.
|
|
5057
|
+
protoOf(AsyncProviderImpl).g6l = function (context, block) {
|
|
5058
|
+
if (this.n6l_1.w1k()) {
|
|
5059
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5033
5060
|
// Inline function 'kotlin.apply' call
|
|
5034
5061
|
var this_0 = Job();
|
|
5035
5062
|
this_0.k1l();
|
|
5036
5063
|
return this_0;
|
|
5037
5064
|
}
|
|
5038
|
-
return launch(this.
|
|
5065
|
+
return launch(this.s6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5039
5066
|
};
|
|
5040
5067
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5041
|
-
if (!this.
|
|
5042
|
-
this.
|
|
5068
|
+
if (!this.n6l_1.w1k()) {
|
|
5069
|
+
this.n6l_1.k1l();
|
|
5043
5070
|
}
|
|
5044
5071
|
};
|
|
5045
5072
|
function Key() {
|
|
@@ -5101,7 +5128,7 @@
|
|
|
5101
5128
|
}
|
|
5102
5129
|
function UUIDIdsProvider() {
|
|
5103
5130
|
}
|
|
5104
|
-
protoOf(UUIDIdsProvider).
|
|
5131
|
+
protoOf(UUIDIdsProvider).a6n = function () {
|
|
5105
5132
|
return uuid4().toString();
|
|
5106
5133
|
};
|
|
5107
5134
|
var UUIDIdsProvider_instance;
|
|
@@ -5119,55 +5146,55 @@
|
|
|
5119
5146
|
tmp = lock;
|
|
5120
5147
|
}
|
|
5121
5148
|
lock = tmp;
|
|
5122
|
-
this.
|
|
5123
|
-
this.
|
|
5149
|
+
this.g6n_1 = logger;
|
|
5150
|
+
this.h6n_1 = lock;
|
|
5124
5151
|
var tmp_0 = this;
|
|
5125
5152
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5126
|
-
tmp_0.
|
|
5153
|
+
tmp_0.i6n_1 = HashMap_init_$Create$();
|
|
5127
5154
|
}
|
|
5128
|
-
protoOf(JobsProviderImpl).
|
|
5155
|
+
protoOf(JobsProviderImpl).b6n = function (timerTag, job) {
|
|
5129
5156
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5130
|
-
this.
|
|
5131
|
-
if (this.
|
|
5132
|
-
this.
|
|
5157
|
+
this.h6n_1;
|
|
5158
|
+
if (this.f6n(timerTag)) {
|
|
5159
|
+
this.g6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5133
5160
|
}
|
|
5134
5161
|
// Inline function 'kotlin.collections.set' call
|
|
5135
|
-
this.
|
|
5162
|
+
this.i6n_1.m2(timerTag, job);
|
|
5136
5163
|
};
|
|
5137
|
-
protoOf(JobsProviderImpl).
|
|
5164
|
+
protoOf(JobsProviderImpl).f6n = function (timerTag) {
|
|
5138
5165
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5139
|
-
this.
|
|
5140
|
-
return this.
|
|
5166
|
+
this.h6n_1;
|
|
5167
|
+
return this.i6n_1.a2(timerTag);
|
|
5141
5168
|
};
|
|
5142
|
-
protoOf(JobsProviderImpl).
|
|
5169
|
+
protoOf(JobsProviderImpl).d6n = function (timerTag) {
|
|
5143
5170
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5144
|
-
this.
|
|
5145
|
-
if (!this.
|
|
5146
|
-
this.
|
|
5171
|
+
this.h6n_1;
|
|
5172
|
+
if (!this.f6n(timerTag)) {
|
|
5173
|
+
this.g6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5147
5174
|
}
|
|
5148
|
-
this.
|
|
5175
|
+
this.i6n_1.n2(timerTag);
|
|
5149
5176
|
};
|
|
5150
|
-
protoOf(JobsProviderImpl).
|
|
5177
|
+
protoOf(JobsProviderImpl).e6n = function (timers) {
|
|
5151
5178
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5152
|
-
this.
|
|
5179
|
+
this.h6n_1;
|
|
5153
5180
|
// Inline function 'kotlin.collections.forEach' call
|
|
5154
5181
|
var _iterator__ex2g4s = timers.l();
|
|
5155
5182
|
while (_iterator__ex2g4s.m()) {
|
|
5156
5183
|
var element = _iterator__ex2g4s.n();
|
|
5157
|
-
var timer = this.
|
|
5184
|
+
var timer = this.i6n_1.c2(element);
|
|
5158
5185
|
if (timer == null)
|
|
5159
5186
|
null;
|
|
5160
5187
|
else {
|
|
5161
5188
|
timer.k1l();
|
|
5162
5189
|
}
|
|
5163
5190
|
}
|
|
5164
|
-
this.
|
|
5191
|
+
this.i6n_1.d2().h2(toSet(timers));
|
|
5165
5192
|
};
|
|
5166
|
-
protoOf(JobsProviderImpl).
|
|
5193
|
+
protoOf(JobsProviderImpl).c6n = function (timerTag) {
|
|
5167
5194
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5168
|
-
this.
|
|
5169
|
-
var timer = this.
|
|
5170
|
-
this.
|
|
5195
|
+
this.h6n_1;
|
|
5196
|
+
var timer = this.i6n_1.c2(timerTag);
|
|
5197
|
+
this.i6n_1.n2(timerTag);
|
|
5171
5198
|
var tmp;
|
|
5172
5199
|
if (timer == null) {
|
|
5173
5200
|
tmp = null;
|
|
@@ -5180,36 +5207,36 @@
|
|
|
5180
5207
|
}
|
|
5181
5208
|
function FileSystemImpl(fileSystem) {
|
|
5182
5209
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5183
|
-
this.
|
|
5210
|
+
this.m6n_1 = fileSystem;
|
|
5184
5211
|
}
|
|
5185
|
-
protoOf(FileSystemImpl).
|
|
5212
|
+
protoOf(FileSystemImpl).j6n = function (path, $completion) {
|
|
5186
5213
|
var directoryPath = Path(path);
|
|
5187
|
-
var exists = this.
|
|
5214
|
+
var exists = this.m6n_1.g1j(directoryPath);
|
|
5188
5215
|
if (!exists) {
|
|
5189
|
-
this.
|
|
5216
|
+
this.m6n_1.k1j(directoryPath);
|
|
5190
5217
|
}
|
|
5191
5218
|
return Unit_instance;
|
|
5192
5219
|
};
|
|
5193
|
-
protoOf(FileSystemImpl).
|
|
5194
|
-
return buffered(this.
|
|
5220
|
+
protoOf(FileSystemImpl).k6n = function (path, fileName, append, $completion) {
|
|
5221
|
+
return buffered(this.m6n_1.l1j(Path_0(path, [fileName]), append));
|
|
5195
5222
|
};
|
|
5196
|
-
protoOf(FileSystemImpl).
|
|
5197
|
-
this.
|
|
5223
|
+
protoOf(FileSystemImpl).l6n = function (path, $completion) {
|
|
5224
|
+
this.m6n_1.i1j(Path_0(path, []));
|
|
5198
5225
|
return Unit_instance;
|
|
5199
5226
|
};
|
|
5200
5227
|
function LoggerFactory() {
|
|
5201
5228
|
}
|
|
5202
5229
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5203
|
-
this.
|
|
5204
|
-
this.
|
|
5230
|
+
this.o6n_1 = coreConfig;
|
|
5231
|
+
this.p6n_1 = fileSystem;
|
|
5205
5232
|
}
|
|
5206
|
-
protoOf(LoggerFactoryImpl).
|
|
5233
|
+
protoOf(LoggerFactoryImpl).n6n = function (gameId, roomId, userId) {
|
|
5207
5234
|
// Inline function 'kotlin.let' call
|
|
5208
|
-
var it = this.
|
|
5235
|
+
var it = this.o6n_1.fileNameFormat;
|
|
5209
5236
|
var tmp = Companion_instance_4;
|
|
5210
5237
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5211
5238
|
// Inline function 'kotlin.collections.map' call
|
|
5212
|
-
var this_0 = split(this.
|
|
5239
|
+
var this_0 = split(this.o6n_1.requireDirectoryPath, ['/']);
|
|
5213
5240
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5214
5241
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5215
5242
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5221,7 +5248,7 @@
|
|
|
5221
5248
|
}
|
|
5222
5249
|
var segments = destination;
|
|
5223
5250
|
var tmp0_path = joinToString(segments, '/');
|
|
5224
|
-
var tmp1_fileSystem = this.
|
|
5251
|
+
var tmp1_fileSystem = this.p6n_1;
|
|
5225
5252
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5226
5253
|
};
|
|
5227
5254
|
function appendToFile($this, message, $completion) {
|
|
@@ -5232,7 +5259,7 @@
|
|
|
5232
5259
|
}
|
|
5233
5260
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5234
5261
|
CoroutineImpl.call(this, resultContinuation);
|
|
5235
|
-
this.
|
|
5262
|
+
this.i6o_1 = _this__u8e3s4;
|
|
5236
5263
|
}
|
|
5237
5264
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5238
5265
|
var suspendResult = this.u8_1;
|
|
@@ -5244,7 +5271,7 @@
|
|
|
5244
5271
|
this.t8_1 = 3;
|
|
5245
5272
|
this.t8_1 = 2;
|
|
5246
5273
|
this.s8_1 = 1;
|
|
5247
|
-
suspendResult = this.
|
|
5274
|
+
suspendResult = this.i6o_1.l6o_1.j6n(this.i6o_1.k6o_1, this);
|
|
5248
5275
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5249
5276
|
return suspendResult;
|
|
5250
5277
|
}
|
|
@@ -5285,8 +5312,8 @@
|
|
|
5285
5312
|
};
|
|
5286
5313
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5287
5314
|
CoroutineImpl.call(this, resultContinuation);
|
|
5288
|
-
this.
|
|
5289
|
-
this.
|
|
5315
|
+
this.y6n_1 = _this__u8e3s4;
|
|
5316
|
+
this.z6n_1 = message;
|
|
5290
5317
|
}
|
|
5291
5318
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5292
5319
|
var suspendResult = this.u8_1;
|
|
@@ -5298,7 +5325,7 @@
|
|
|
5298
5325
|
this.t8_1 = 3;
|
|
5299
5326
|
this.t8_1 = 2;
|
|
5300
5327
|
this.s8_1 = 1;
|
|
5301
|
-
suspendResult = this.
|
|
5328
|
+
suspendResult = this.y6n_1.l6o_1.k6n(this.y6n_1.k6o_1, this.y6n_1.j6o_1, true, this);
|
|
5302
5329
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5303
5330
|
return suspendResult;
|
|
5304
5331
|
}
|
|
@@ -5309,7 +5336,7 @@
|
|
|
5309
5336
|
var sink = buffered(ARGUMENT);
|
|
5310
5337
|
l$ret$1: do {
|
|
5311
5338
|
try {
|
|
5312
|
-
writeString(sink, this.
|
|
5339
|
+
writeString(sink, this.z6n_1 + '\n');
|
|
5313
5340
|
break l$ret$1;
|
|
5314
5341
|
} catch ($p) {
|
|
5315
5342
|
var t = $p;
|
|
@@ -5352,17 +5379,17 @@
|
|
|
5352
5379
|
while (true);
|
|
5353
5380
|
};
|
|
5354
5381
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5355
|
-
this.
|
|
5356
|
-
this.
|
|
5357
|
-
this.
|
|
5382
|
+
this.j6o_1 = fileName;
|
|
5383
|
+
this.k6o_1 = path;
|
|
5384
|
+
this.l6o_1 = fileSystem;
|
|
5358
5385
|
}
|
|
5359
|
-
protoOf(LogsStorageControllerImpl).
|
|
5386
|
+
protoOf(LogsStorageControllerImpl).m6o = function ($completion) {
|
|
5360
5387
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5361
5388
|
tmp.u8_1 = Unit_instance;
|
|
5362
5389
|
tmp.v8_1 = null;
|
|
5363
5390
|
return tmp.a9();
|
|
5364
5391
|
};
|
|
5365
|
-
protoOf(LogsStorageControllerImpl).
|
|
5392
|
+
protoOf(LogsStorageControllerImpl).n6o = function (log, $completion) {
|
|
5366
5393
|
return appendToFile(this, log, $completion);
|
|
5367
5394
|
};
|
|
5368
5395
|
function BufferedAction() {
|
|
@@ -5377,30 +5404,30 @@
|
|
|
5377
5404
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5378
5405
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5379
5406
|
TimerAction.call(this);
|
|
5380
|
-
this.
|
|
5381
|
-
this.
|
|
5382
|
-
this.
|
|
5383
|
-
this.
|
|
5407
|
+
this.t6o_1 = timerTag;
|
|
5408
|
+
this.u6o_1 = delayMillis;
|
|
5409
|
+
this.v6o_1 = initialDelay;
|
|
5410
|
+
this.w6o_1 = type;
|
|
5384
5411
|
}
|
|
5385
5412
|
protoOf(StartTimerAction).toString = function () {
|
|
5386
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5387
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5413
|
+
var tmp = 'timerTag=' + toString_0(this.t6o_1);
|
|
5414
|
+
var tmp_0 = 'delayMillis=' + this.u6o_1.toString();
|
|
5388
5415
|
// Inline function 'kotlin.takeIf' call
|
|
5389
|
-
var this_0 = 'initialDelay=' + this.
|
|
5416
|
+
var this_0 = 'initialDelay=' + this.v6o_1.toString();
|
|
5390
5417
|
var tmp_1;
|
|
5391
|
-
if (!equalsLong(this.
|
|
5418
|
+
if (!equalsLong(this.v6o_1, new Long(0, 0))) {
|
|
5392
5419
|
tmp_1 = this_0;
|
|
5393
5420
|
} else {
|
|
5394
5421
|
tmp_1 = null;
|
|
5395
5422
|
}
|
|
5396
5423
|
var tmp$ret$1 = tmp_1;
|
|
5397
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5424
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.w6o_1.toString()])) + ')';
|
|
5398
5425
|
};
|
|
5399
5426
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5400
|
-
var result = hashCode(this.
|
|
5401
|
-
result = imul(result, 31) + this.t6o_1.hashCode() | 0;
|
|
5427
|
+
var result = hashCode(this.t6o_1);
|
|
5402
5428
|
result = imul(result, 31) + this.u6o_1.hashCode() | 0;
|
|
5403
5429
|
result = imul(result, 31) + this.v6o_1.hashCode() | 0;
|
|
5430
|
+
result = imul(result, 31) + this.w6o_1.hashCode() | 0;
|
|
5404
5431
|
return result;
|
|
5405
5432
|
};
|
|
5406
5433
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5408,13 +5435,13 @@
|
|
|
5408
5435
|
return true;
|
|
5409
5436
|
if (!(other instanceof StartTimerAction))
|
|
5410
5437
|
return false;
|
|
5411
|
-
if (!equals(this.
|
|
5412
|
-
return false;
|
|
5413
|
-
if (!equalsLong(this.t6o_1, other.t6o_1))
|
|
5438
|
+
if (!equals(this.t6o_1, other.t6o_1))
|
|
5414
5439
|
return false;
|
|
5415
5440
|
if (!equalsLong(this.u6o_1, other.u6o_1))
|
|
5416
5441
|
return false;
|
|
5417
|
-
if (!this.v6o_1
|
|
5442
|
+
if (!equalsLong(this.v6o_1, other.v6o_1))
|
|
5443
|
+
return false;
|
|
5444
|
+
if (!this.w6o_1.equals(other.w6o_1))
|
|
5418
5445
|
return false;
|
|
5419
5446
|
return true;
|
|
5420
5447
|
};
|
|
@@ -5433,37 +5460,37 @@
|
|
|
5433
5460
|
}
|
|
5434
5461
|
function StopTimerAction(timerTag) {
|
|
5435
5462
|
TimerAction.call(this);
|
|
5436
|
-
this.
|
|
5463
|
+
this.x6o_1 = timerTag;
|
|
5437
5464
|
}
|
|
5438
5465
|
protoOf(StopTimerAction).toString = function () {
|
|
5439
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5466
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.x6o_1) + ')';
|
|
5440
5467
|
};
|
|
5441
5468
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5442
|
-
return hashCode(this.
|
|
5469
|
+
return hashCode(this.x6o_1);
|
|
5443
5470
|
};
|
|
5444
5471
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5445
5472
|
if (this === other)
|
|
5446
5473
|
return true;
|
|
5447
5474
|
if (!(other instanceof StopTimerAction))
|
|
5448
5475
|
return false;
|
|
5449
|
-
if (!equals(this.
|
|
5476
|
+
if (!equals(this.x6o_1, other.x6o_1))
|
|
5450
5477
|
return false;
|
|
5451
5478
|
return true;
|
|
5452
5479
|
};
|
|
5453
5480
|
function TimerTickAction(timerTag, type) {
|
|
5454
5481
|
TimerAction.call(this);
|
|
5455
|
-
this.
|
|
5456
|
-
this.
|
|
5482
|
+
this.y6o_1 = timerTag;
|
|
5483
|
+
this.z6o_1 = type;
|
|
5457
5484
|
}
|
|
5458
5485
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5459
|
-
return this.
|
|
5486
|
+
return this.y6o_1.ignoreValidation();
|
|
5460
5487
|
};
|
|
5461
5488
|
protoOf(TimerTickAction).toString = function () {
|
|
5462
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5489
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.y6o_1) + ', type=' + this.z6o_1.toString() + ')';
|
|
5463
5490
|
};
|
|
5464
5491
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5465
|
-
var result = hashCode(this.
|
|
5466
|
-
result = imul(result, 31) + this.
|
|
5492
|
+
var result = hashCode(this.y6o_1);
|
|
5493
|
+
result = imul(result, 31) + this.z6o_1.hashCode() | 0;
|
|
5467
5494
|
return result;
|
|
5468
5495
|
};
|
|
5469
5496
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5471,9 +5498,9 @@
|
|
|
5471
5498
|
return true;
|
|
5472
5499
|
if (!(other instanceof TimerTickAction))
|
|
5473
5500
|
return false;
|
|
5474
|
-
if (!equals(this.
|
|
5501
|
+
if (!equals(this.y6o_1, other.y6o_1))
|
|
5475
5502
|
return false;
|
|
5476
|
-
if (!this.
|
|
5503
|
+
if (!this.z6o_1.equals(other.z6o_1))
|
|
5477
5504
|
return false;
|
|
5478
5505
|
return true;
|
|
5479
5506
|
};
|
|
@@ -5517,7 +5544,7 @@
|
|
|
5517
5544
|
return function (reducer, initialState, en) {
|
|
5518
5545
|
var store = $storeCreator(reducer, initialState, en);
|
|
5519
5546
|
var origDispatch = store.dispatch;
|
|
5520
|
-
store.
|
|
5547
|
+
store.a6p(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5521
5548
|
return store;
|
|
5522
5549
|
};
|
|
5523
5550
|
}
|
|
@@ -5531,7 +5558,7 @@
|
|
|
5531
5558
|
}
|
|
5532
5559
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5533
5560
|
return function (action) {
|
|
5534
|
-
$middleware.
|
|
5561
|
+
$middleware.b6p($store, $dispatcher, action);
|
|
5535
5562
|
return Unit_instance;
|
|
5536
5563
|
};
|
|
5537
5564
|
}
|
|
@@ -5546,7 +5573,7 @@
|
|
|
5546
5573
|
while (inductionVariable < last) {
|
|
5547
5574
|
var element = tmp0[inductionVariable];
|
|
5548
5575
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5549
|
-
if (element.
|
|
5576
|
+
if (element.c6p(action)) {
|
|
5550
5577
|
destination.j(element);
|
|
5551
5578
|
}
|
|
5552
5579
|
}
|
|
@@ -5570,7 +5597,7 @@
|
|
|
5570
5597
|
return function (reducer, initialState, en) {
|
|
5571
5598
|
var store = $storeCreator(reducer, initialState, en);
|
|
5572
5599
|
var origDispatch = store.dispatch;
|
|
5573
|
-
store.
|
|
5600
|
+
store.a6p(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5574
5601
|
return store;
|
|
5575
5602
|
};
|
|
5576
5603
|
}
|
|
@@ -5584,9 +5611,9 @@
|
|
|
5584
5611
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5585
5612
|
}
|
|
5586
5613
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5587
|
-
this.
|
|
5588
|
-
this.
|
|
5589
|
-
this.
|
|
5614
|
+
this.l6p_1 = $jobsProvider;
|
|
5615
|
+
this.m6p_1 = $action;
|
|
5616
|
+
this.n6p_1 = $store;
|
|
5590
5617
|
CoroutineImpl.call(this, resultContinuation);
|
|
5591
5618
|
}
|
|
5592
5619
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5605,8 +5632,8 @@
|
|
|
5605
5632
|
var tmp = this.s8_1;
|
|
5606
5633
|
if (tmp === 0) {
|
|
5607
5634
|
this.t8_1 = 1;
|
|
5608
|
-
if (this.
|
|
5609
|
-
this.
|
|
5635
|
+
if (this.l6p_1.f6n(this.m6p_1.t6o_1)) {
|
|
5636
|
+
this.n6p_1.dispatch(new TimerTickAction(this.m6p_1.t6o_1, TimerType_DELAY_getInstance()));
|
|
5610
5637
|
}
|
|
5611
5638
|
return Unit_instance;
|
|
5612
5639
|
} else if (tmp === 1) {
|
|
@@ -5619,8 +5646,8 @@
|
|
|
5619
5646
|
while (true);
|
|
5620
5647
|
};
|
|
5621
5648
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, completion) {
|
|
5622
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5623
|
-
i.
|
|
5649
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.l6p_1, this.m6p_1, this.n6p_1, completion);
|
|
5650
|
+
i.o6p_1 = $this$launchMain;
|
|
5624
5651
|
return i;
|
|
5625
5652
|
};
|
|
5626
5653
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5632,9 +5659,9 @@
|
|
|
5632
5659
|
return l;
|
|
5633
5660
|
}
|
|
5634
5661
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5635
|
-
this.
|
|
5636
|
-
this.
|
|
5637
|
-
this.
|
|
5662
|
+
this.x6p_1 = $jobsProvider;
|
|
5663
|
+
this.y6p_1 = $action;
|
|
5664
|
+
this.z6p_1 = $store;
|
|
5638
5665
|
CoroutineImpl.call(this, resultContinuation);
|
|
5639
5666
|
}
|
|
5640
5667
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5653,8 +5680,8 @@
|
|
|
5653
5680
|
var tmp = this.s8_1;
|
|
5654
5681
|
if (tmp === 0) {
|
|
5655
5682
|
this.t8_1 = 1;
|
|
5656
|
-
if (this.
|
|
5657
|
-
this.
|
|
5683
|
+
if (this.x6p_1.f6n(this.y6p_1.t6o_1)) {
|
|
5684
|
+
this.z6p_1.dispatch(new TimerTickAction(this.y6p_1.t6o_1, TimerType_INTERVAL_getInstance()));
|
|
5658
5685
|
}
|
|
5659
5686
|
return Unit_instance;
|
|
5660
5687
|
} else if (tmp === 1) {
|
|
@@ -5667,8 +5694,8 @@
|
|
|
5667
5694
|
while (true);
|
|
5668
5695
|
};
|
|
5669
5696
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, completion) {
|
|
5670
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5671
|
-
i.
|
|
5697
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.x6p_1, this.y6p_1, this.z6p_1, completion);
|
|
5698
|
+
i.a6q_1 = $this$launchMain;
|
|
5672
5699
|
return i;
|
|
5673
5700
|
};
|
|
5674
5701
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5680,10 +5707,10 @@
|
|
|
5680
5707
|
return l;
|
|
5681
5708
|
}
|
|
5682
5709
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5683
|
-
this.
|
|
5684
|
-
this.
|
|
5685
|
-
this.
|
|
5686
|
-
this.
|
|
5710
|
+
this.j6q_1 = $action;
|
|
5711
|
+
this.k6q_1 = $asyncProvider;
|
|
5712
|
+
this.l6q_1 = $jobsProvider;
|
|
5713
|
+
this.m6q_1 = $store;
|
|
5687
5714
|
CoroutineImpl.call(this, resultContinuation);
|
|
5688
5715
|
}
|
|
5689
5716
|
protoOf(timerMiddleware$o$handle$slambda).j29 = function ($this$launchDefault, $completion) {
|
|
@@ -5703,9 +5730,9 @@
|
|
|
5703
5730
|
switch (tmp) {
|
|
5704
5731
|
case 0:
|
|
5705
5732
|
this.t8_1 = 10;
|
|
5706
|
-
if (!equalsLong(this.
|
|
5733
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0)) && this.j6q_1.w6o_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5707
5734
|
this.s8_1 = 1;
|
|
5708
|
-
suspendResult = delay(this.
|
|
5735
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5709
5736
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5710
5737
|
return suspendResult;
|
|
5711
5738
|
}
|
|
@@ -5719,19 +5746,19 @@
|
|
|
5719
5746
|
this.s8_1 = 2;
|
|
5720
5747
|
continue $sm;
|
|
5721
5748
|
case 2:
|
|
5722
|
-
var tmp0 = this.
|
|
5749
|
+
var tmp0 = this.j6q_1.w6o_1.q2_1;
|
|
5723
5750
|
if (tmp0 === 0) {
|
|
5724
5751
|
this.s8_1 = 8;
|
|
5725
|
-
suspendResult = delay(this.
|
|
5752
|
+
suspendResult = delay(this.j6q_1.u6o_1, this);
|
|
5726
5753
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5727
5754
|
return suspendResult;
|
|
5728
5755
|
}
|
|
5729
5756
|
continue $sm;
|
|
5730
5757
|
} else {
|
|
5731
5758
|
if (tmp0 === 1) {
|
|
5732
|
-
if (!equalsLong(this.
|
|
5759
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0))) {
|
|
5733
5760
|
this.s8_1 = 3;
|
|
5734
|
-
suspendResult = delay(this.
|
|
5761
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5735
5762
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5736
5763
|
return suspendResult;
|
|
5737
5764
|
}
|
|
@@ -5754,14 +5781,14 @@
|
|
|
5754
5781
|
this.s8_1 = 5;
|
|
5755
5782
|
continue $sm;
|
|
5756
5783
|
case 5:
|
|
5757
|
-
if (!get_isActive(this.
|
|
5784
|
+
if (!get_isActive(this.n6q_1)) {
|
|
5758
5785
|
this.s8_1 = 7;
|
|
5759
5786
|
continue $sm;
|
|
5760
5787
|
}
|
|
5761
5788
|
|
|
5762
|
-
this.
|
|
5789
|
+
this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5763
5790
|
this.s8_1 = 6;
|
|
5764
|
-
suspendResult = delay(this.
|
|
5791
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5765
5792
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5766
5793
|
return suspendResult;
|
|
5767
5794
|
}
|
|
@@ -5771,12 +5798,12 @@
|
|
|
5771
5798
|
this.s8_1 = 5;
|
|
5772
5799
|
continue $sm;
|
|
5773
5800
|
case 7:
|
|
5774
|
-
this.
|
|
5801
|
+
this.o6q_1 = Unit_instance;
|
|
5775
5802
|
this.s8_1 = 9;
|
|
5776
5803
|
continue $sm;
|
|
5777
5804
|
case 8:
|
|
5778
5805
|
var tmp_1 = this;
|
|
5779
|
-
tmp_1.
|
|
5806
|
+
tmp_1.o6q_1 = this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5780
5807
|
this.s8_1 = 9;
|
|
5781
5808
|
continue $sm;
|
|
5782
5809
|
case 9:
|
|
@@ -5796,8 +5823,8 @@
|
|
|
5796
5823
|
while (true);
|
|
5797
5824
|
};
|
|
5798
5825
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, completion) {
|
|
5799
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5800
|
-
i.
|
|
5826
|
+
var i = new timerMiddleware$o$handle$slambda(this.j6q_1, this.k6q_1, this.l6q_1, this.m6q_1, completion);
|
|
5827
|
+
i.n6q_1 = $this$launchDefault;
|
|
5801
5828
|
return i;
|
|
5802
5829
|
};
|
|
5803
5830
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5809,24 +5836,24 @@
|
|
|
5809
5836
|
return l;
|
|
5810
5837
|
}
|
|
5811
5838
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5812
|
-
this.
|
|
5813
|
-
this.
|
|
5839
|
+
this.p6q_1 = $asyncProvider;
|
|
5840
|
+
this.q6q_1 = $jobsProvider;
|
|
5814
5841
|
}
|
|
5815
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5842
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).c6p = function (action) {
|
|
5816
5843
|
return action instanceof TimerAction;
|
|
5817
5844
|
};
|
|
5818
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5845
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).r6q = function (store, next, action) {
|
|
5819
5846
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5820
5847
|
if (action_0 instanceof StartTimerAction) {
|
|
5821
|
-
var job = this.
|
|
5822
|
-
this.
|
|
5848
|
+
var job = this.p6q_1.f6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.p6q_1, this.q6q_1, store, null));
|
|
5849
|
+
this.q6q_1.b6n(action_0.t6o_1, job);
|
|
5823
5850
|
} else {
|
|
5824
5851
|
if (action_0 instanceof StopTimerAction) {
|
|
5825
|
-
this.
|
|
5852
|
+
this.q6q_1.c6n(action_0.x6o_1);
|
|
5826
5853
|
} else {
|
|
5827
5854
|
if (action_0 instanceof TimerTickAction) {
|
|
5828
|
-
if (action_0.
|
|
5829
|
-
this.
|
|
5855
|
+
if (action_0.z6o_1.equals(TimerType_DELAY_getInstance())) {
|
|
5856
|
+
this.q6q_1.d6n(action_0.y6o_1);
|
|
5830
5857
|
}
|
|
5831
5858
|
} else {
|
|
5832
5859
|
noWhenBranchMatchedException();
|
|
@@ -5835,8 +5862,8 @@
|
|
|
5835
5862
|
}
|
|
5836
5863
|
next(action_0);
|
|
5837
5864
|
};
|
|
5838
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5839
|
-
return this.
|
|
5865
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).b6p = function (store, next, action) {
|
|
5866
|
+
return this.r6q(store, next, action);
|
|
5840
5867
|
};
|
|
5841
5868
|
function compose(functions) {
|
|
5842
5869
|
return compose$lambda(functions);
|
|
@@ -5880,7 +5907,7 @@
|
|
|
5880
5907
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5881
5908
|
try {
|
|
5882
5909
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5883
|
-
currentState._v = currentReducer._v.
|
|
5910
|
+
currentState._v = currentReducer._v.s6q(currentState._v, action);
|
|
5884
5911
|
stateTrigger.q27(Unit_instance);
|
|
5885
5912
|
} catch ($p) {
|
|
5886
5913
|
if ($p instanceof Exception) {
|
|
@@ -5904,8 +5931,8 @@
|
|
|
5904
5931
|
};
|
|
5905
5932
|
}
|
|
5906
5933
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5907
|
-
this.
|
|
5908
|
-
this.
|
|
5934
|
+
this.b6r_1 = $$this$unsafeFlow;
|
|
5935
|
+
this.c6r_1 = this$0;
|
|
5909
5936
|
CoroutineImpl.call(this, resultContinuation);
|
|
5910
5937
|
}
|
|
5911
5938
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).c2j = function (value, $completion) {
|
|
@@ -5925,10 +5952,10 @@
|
|
|
5925
5952
|
switch (tmp) {
|
|
5926
5953
|
case 0:
|
|
5927
5954
|
this.t8_1 = 2;
|
|
5928
|
-
var tmp0 = this.
|
|
5929
|
-
this.
|
|
5955
|
+
var tmp0 = this.b6r_1;
|
|
5956
|
+
this.d6r_1;
|
|
5930
5957
|
this.s8_1 = 1;
|
|
5931
|
-
suspendResult = tmp0.i24(this.
|
|
5958
|
+
suspendResult = tmp0.i24(this.c6r_1.state, this);
|
|
5932
5959
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5933
5960
|
return suspendResult;
|
|
5934
5961
|
}
|
|
@@ -5951,8 +5978,8 @@
|
|
|
5951
5978
|
while (true);
|
|
5952
5979
|
};
|
|
5953
5980
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, completion) {
|
|
5954
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5955
|
-
i.
|
|
5981
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.b6r_1, this.c6r_1, completion);
|
|
5982
|
+
i.d6r_1 = value;
|
|
5956
5983
|
return i;
|
|
5957
5984
|
};
|
|
5958
5985
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5965,8 +5992,8 @@
|
|
|
5965
5992
|
}
|
|
5966
5993
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5967
5994
|
CoroutineImpl.call(this, resultContinuation);
|
|
5968
|
-
this.
|
|
5969
|
-
this.
|
|
5995
|
+
this.m6r_1 = _this__u8e3s4;
|
|
5996
|
+
this.n6r_1 = collector;
|
|
5970
5997
|
}
|
|
5971
5998
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5972
5999
|
var suspendResult = this.u8_1;
|
|
@@ -5976,10 +6003,10 @@
|
|
|
5976
6003
|
switch (tmp) {
|
|
5977
6004
|
case 0:
|
|
5978
6005
|
this.t8_1 = 2;
|
|
5979
|
-
var $this$unsafeFlow = this.
|
|
6006
|
+
var $this$unsafeFlow = this.n6r_1;
|
|
5980
6007
|
this.s8_1 = 1;
|
|
5981
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5982
|
-
suspendResult = this.
|
|
6008
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.m6r_1.p6r_1, null);
|
|
6009
|
+
suspendResult = this.m6r_1.o6r_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5983
6010
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5984
6011
|
return suspendResult;
|
|
5985
6012
|
}
|
|
@@ -6002,13 +6029,13 @@
|
|
|
6002
6029
|
while (true);
|
|
6003
6030
|
};
|
|
6004
6031
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6005
|
-
this.
|
|
6032
|
+
this.q6r_1 = function_0;
|
|
6006
6033
|
}
|
|
6007
6034
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).i24 = function (value, $completion) {
|
|
6008
|
-
return this.
|
|
6035
|
+
return this.q6r_1(value, $completion);
|
|
6009
6036
|
};
|
|
6010
6037
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
6011
|
-
return this.
|
|
6038
|
+
return this.q6r_1;
|
|
6012
6039
|
};
|
|
6013
6040
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6014
6041
|
var tmp;
|
|
@@ -6041,8 +6068,8 @@
|
|
|
6041
6068
|
};
|
|
6042
6069
|
}
|
|
6043
6070
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6044
|
-
this.
|
|
6045
|
-
this.
|
|
6071
|
+
this.o6r_1 = $this;
|
|
6072
|
+
this.p6r_1 = this$0;
|
|
6046
6073
|
}
|
|
6047
6074
|
protoOf(createStore$3$observe$$inlined$map$1).j24 = function (collector, $completion) {
|
|
6048
6075
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6054,33 +6081,33 @@
|
|
|
6054
6081
|
return this.j24(collector, $completion);
|
|
6055
6082
|
};
|
|
6056
6083
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6057
|
-
this.
|
|
6058
|
-
this.
|
|
6059
|
-
this.
|
|
6084
|
+
this.u6r_1 = $currentState;
|
|
6085
|
+
this.v6r_1 = $stateTrigger;
|
|
6086
|
+
this.r6r_1 = this;
|
|
6060
6087
|
var tmp = this;
|
|
6061
|
-
tmp.
|
|
6088
|
+
tmp.s6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6062
6089
|
var tmp_0 = this;
|
|
6063
|
-
tmp_0.
|
|
6090
|
+
tmp_0.t6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6064
6091
|
}
|
|
6065
|
-
protoOf(createStore$3).
|
|
6066
|
-
return this.
|
|
6092
|
+
protoOf(createStore$3).w6r = function () {
|
|
6093
|
+
return this.r6r_1;
|
|
6067
6094
|
};
|
|
6068
6095
|
protoOf(createStore$3).h6f = function () {
|
|
6069
|
-
return createStore$getState(this.
|
|
6096
|
+
return createStore$getState(this.u6r_1);
|
|
6070
6097
|
};
|
|
6071
|
-
protoOf(createStore$3).
|
|
6072
|
-
this.
|
|
6073
|
-
};
|
|
6074
|
-
protoOf(createStore$3).w6r = function () {
|
|
6075
|
-
return this.r6r_1;
|
|
6098
|
+
protoOf(createStore$3).a6p = function (_set____db54di) {
|
|
6099
|
+
this.s6r_1 = _set____db54di;
|
|
6076
6100
|
};
|
|
6077
6101
|
protoOf(createStore$3).x6r = function () {
|
|
6078
6102
|
return this.s6r_1;
|
|
6079
6103
|
};
|
|
6080
6104
|
protoOf(createStore$3).y6r = function () {
|
|
6105
|
+
return this.t6r_1;
|
|
6106
|
+
};
|
|
6107
|
+
protoOf(createStore$3).z6r = function () {
|
|
6081
6108
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6082
6109
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6083
|
-
var this_0 = this.
|
|
6110
|
+
var this_0 = this.v6r_1;
|
|
6084
6111
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6085
6112
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6086
6113
|
};
|
|
@@ -6156,10 +6183,10 @@
|
|
|
6156
6183
|
return new middleware$1(dispatch);
|
|
6157
6184
|
}
|
|
6158
6185
|
function middleware$1($dispatch) {
|
|
6159
|
-
this.
|
|
6186
|
+
this.a6s_1 = $dispatch;
|
|
6160
6187
|
}
|
|
6161
|
-
protoOf(middleware$1).
|
|
6162
|
-
this.
|
|
6188
|
+
protoOf(middleware$1).b6p = function (store, next, action) {
|
|
6189
|
+
this.a6s_1(store, next, action);
|
|
6163
6190
|
};
|
|
6164
6191
|
function Reducer() {
|
|
6165
6192
|
}
|
|
@@ -6167,11 +6194,11 @@
|
|
|
6167
6194
|
return new combineReducers$1(reducers);
|
|
6168
6195
|
}
|
|
6169
6196
|
function combineReducers$1($reducers) {
|
|
6170
|
-
this.
|
|
6197
|
+
this.b6s_1 = $reducers;
|
|
6171
6198
|
}
|
|
6172
|
-
protoOf(combineReducers$1).
|
|
6199
|
+
protoOf(combineReducers$1).c6s = function (state, action) {
|
|
6173
6200
|
// Inline function 'kotlin.collections.filter' call
|
|
6174
|
-
var tmp0 = this.
|
|
6201
|
+
var tmp0 = this.b6s_1;
|
|
6175
6202
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6176
6203
|
var destination = ArrayList_init_$Create$();
|
|
6177
6204
|
var inductionVariable = 0;
|
|
@@ -6179,7 +6206,7 @@
|
|
|
6179
6206
|
while (inductionVariable < last) {
|
|
6180
6207
|
var element = tmp0[inductionVariable];
|
|
6181
6208
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6182
|
-
if (element.
|
|
6209
|
+
if (element.c6p(action)) {
|
|
6183
6210
|
destination.j(element);
|
|
6184
6211
|
}
|
|
6185
6212
|
}
|
|
@@ -6189,12 +6216,12 @@
|
|
|
6189
6216
|
while (_iterator__ex2g4s.m()) {
|
|
6190
6217
|
var element_0 = _iterator__ex2g4s.n();
|
|
6191
6218
|
var s = accumulator;
|
|
6192
|
-
accumulator = element_0.
|
|
6219
|
+
accumulator = element_0.s6q(s, action);
|
|
6193
6220
|
}
|
|
6194
6221
|
return accumulator;
|
|
6195
6222
|
};
|
|
6196
|
-
protoOf(combineReducers$1).
|
|
6197
|
-
return this.
|
|
6223
|
+
protoOf(combineReducers$1).s6q = function (state, action) {
|
|
6224
|
+
return this.c6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6198
6225
|
};
|
|
6199
6226
|
function Store() {
|
|
6200
6227
|
}
|
|
@@ -6206,13 +6233,13 @@
|
|
|
6206
6233
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6207
6234
|
}
|
|
6208
6235
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6209
|
-
this.
|
|
6236
|
+
this.d6s_1 = function_0;
|
|
6210
6237
|
}
|
|
6211
6238
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).i24 = function (value, $completion) {
|
|
6212
|
-
return this.
|
|
6239
|
+
return this.d6s_1(value, $completion);
|
|
6213
6240
|
};
|
|
6214
6241
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6215
|
-
return this.
|
|
6242
|
+
return this.d6s_1;
|
|
6216
6243
|
};
|
|
6217
6244
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6218
6245
|
var tmp;
|
|
@@ -6233,9 +6260,9 @@
|
|
|
6233
6260
|
return hashCode(this.b3());
|
|
6234
6261
|
};
|
|
6235
6262
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6236
|
-
this.
|
|
6237
|
-
this.
|
|
6238
|
-
this.
|
|
6263
|
+
this.m6s_1 = $intervalMillis;
|
|
6264
|
+
this.n6s_1 = $this_channelFlow;
|
|
6265
|
+
this.o6s_1 = $events;
|
|
6239
6266
|
CoroutineImpl.call(this, resultContinuation);
|
|
6240
6267
|
}
|
|
6241
6268
|
protoOf(windowedByInterval$slambda$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -6258,13 +6285,13 @@
|
|
|
6258
6285
|
this.s8_1 = 1;
|
|
6259
6286
|
continue $sm;
|
|
6260
6287
|
case 1:
|
|
6261
|
-
if (!get_isActive(this.
|
|
6288
|
+
if (!get_isActive(this.p6s_1)) {
|
|
6262
6289
|
this.s8_1 = 4;
|
|
6263
6290
|
continue $sm;
|
|
6264
6291
|
}
|
|
6265
6292
|
|
|
6266
6293
|
this.s8_1 = 2;
|
|
6267
|
-
suspendResult = delay(this.
|
|
6294
|
+
suspendResult = delay(this.m6s_1, this);
|
|
6268
6295
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6269
6296
|
return suspendResult;
|
|
6270
6297
|
}
|
|
@@ -6272,14 +6299,14 @@
|
|
|
6272
6299
|
continue $sm;
|
|
6273
6300
|
case 2:
|
|
6274
6301
|
this.s8_1 = 3;
|
|
6275
|
-
suspendResult = this.
|
|
6302
|
+
suspendResult = this.n6s_1.n21(toList(this.o6s_1), this);
|
|
6276
6303
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6277
6304
|
return suspendResult;
|
|
6278
6305
|
}
|
|
6279
6306
|
|
|
6280
6307
|
continue $sm;
|
|
6281
6308
|
case 3:
|
|
6282
|
-
this.
|
|
6309
|
+
this.o6s_1.i2();
|
|
6283
6310
|
this.s8_1 = 1;
|
|
6284
6311
|
continue $sm;
|
|
6285
6312
|
case 4:
|
|
@@ -6299,8 +6326,8 @@
|
|
|
6299
6326
|
while (true);
|
|
6300
6327
|
};
|
|
6301
6328
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, completion) {
|
|
6302
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6303
|
-
i.
|
|
6329
|
+
var i = new windowedByInterval$slambda$slambda(this.m6s_1, this.n6s_1, this.o6s_1, completion);
|
|
6330
|
+
i.p6s_1 = $this$launch;
|
|
6304
6331
|
return i;
|
|
6305
6332
|
};
|
|
6306
6333
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6312,7 +6339,7 @@
|
|
|
6312
6339
|
return l;
|
|
6313
6340
|
}
|
|
6314
6341
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6315
|
-
this.
|
|
6342
|
+
this.y6s_1 = $events;
|
|
6316
6343
|
CoroutineImpl.call(this, resultContinuation);
|
|
6317
6344
|
}
|
|
6318
6345
|
protoOf(windowedByInterval$slambda$slambda_1).c2b = function (event, $completion) {
|
|
@@ -6331,7 +6358,7 @@
|
|
|
6331
6358
|
var tmp = this.s8_1;
|
|
6332
6359
|
if (tmp === 0) {
|
|
6333
6360
|
this.t8_1 = 1;
|
|
6334
|
-
this.
|
|
6361
|
+
this.y6s_1.j(this.z6s_1);
|
|
6335
6362
|
return Unit_instance;
|
|
6336
6363
|
} else if (tmp === 1) {
|
|
6337
6364
|
throw this.v8_1;
|
|
@@ -6343,8 +6370,8 @@
|
|
|
6343
6370
|
while (true);
|
|
6344
6371
|
};
|
|
6345
6372
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, completion) {
|
|
6346
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6347
|
-
i.
|
|
6373
|
+
var i = new windowedByInterval$slambda$slambda_1(this.y6s_1, completion);
|
|
6374
|
+
i.z6s_1 = event;
|
|
6348
6375
|
return i;
|
|
6349
6376
|
};
|
|
6350
6377
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6356,18 +6383,18 @@
|
|
|
6356
6383
|
return l;
|
|
6357
6384
|
}
|
|
6358
6385
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6359
|
-
this.
|
|
6360
|
-
this.
|
|
6386
|
+
this.i6t_1 = $this_windowedByInterval;
|
|
6387
|
+
this.j6t_1 = $intervalMillis;
|
|
6361
6388
|
CoroutineImpl.call(this, resultContinuation);
|
|
6362
6389
|
}
|
|
6363
|
-
protoOf(windowedByInterval$slambda).
|
|
6364
|
-
var tmp = this.
|
|
6390
|
+
protoOf(windowedByInterval$slambda).m6t = function ($this$channelFlow, $completion) {
|
|
6391
|
+
var tmp = this.n6t($this$channelFlow, $completion);
|
|
6365
6392
|
tmp.u8_1 = Unit_instance;
|
|
6366
6393
|
tmp.v8_1 = null;
|
|
6367
6394
|
return tmp.a9();
|
|
6368
6395
|
};
|
|
6369
6396
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6370
|
-
return this.
|
|
6397
|
+
return this.m6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6371
6398
|
};
|
|
6372
6399
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6373
6400
|
var suspendResult = this.u8_1;
|
|
@@ -6378,11 +6405,11 @@
|
|
|
6378
6405
|
case 0:
|
|
6379
6406
|
this.t8_1 = 3;
|
|
6380
6407
|
var tmp_0 = this;
|
|
6381
|
-
tmp_0.
|
|
6382
|
-
launch(this.
|
|
6408
|
+
tmp_0.l6t_1 = ArrayList_init_$Create$();
|
|
6409
|
+
launch(this.k6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.j6t_1, this.k6t_1, this.l6t_1, null));
|
|
6383
6410
|
this.s8_1 = 1;
|
|
6384
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6385
|
-
suspendResult = this.
|
|
6411
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.l6t_1, null);
|
|
6412
|
+
suspendResult = this.i6t_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6386
6413
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6387
6414
|
return suspendResult;
|
|
6388
6415
|
}
|
|
@@ -6390,7 +6417,7 @@
|
|
|
6390
6417
|
continue $sm;
|
|
6391
6418
|
case 1:
|
|
6392
6419
|
this.s8_1 = 2;
|
|
6393
|
-
suspendResult = this.
|
|
6420
|
+
suspendResult = this.k6t_1.n21(toList(this.l6t_1), this);
|
|
6394
6421
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6395
6422
|
return suspendResult;
|
|
6396
6423
|
}
|
|
@@ -6412,21 +6439,21 @@
|
|
|
6412
6439
|
}
|
|
6413
6440
|
while (true);
|
|
6414
6441
|
};
|
|
6415
|
-
protoOf(windowedByInterval$slambda).
|
|
6416
|
-
var i = new windowedByInterval$slambda(this.
|
|
6417
|
-
i.
|
|
6442
|
+
protoOf(windowedByInterval$slambda).n6t = function ($this$channelFlow, completion) {
|
|
6443
|
+
var i = new windowedByInterval$slambda(this.i6t_1, this.j6t_1, completion);
|
|
6444
|
+
i.k6t_1 = $this$channelFlow;
|
|
6418
6445
|
return i;
|
|
6419
6446
|
};
|
|
6420
6447
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6421
6448
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6422
6449
|
var l = function ($this$channelFlow, $completion) {
|
|
6423
|
-
return i.
|
|
6450
|
+
return i.m6t($this$channelFlow, $completion);
|
|
6424
6451
|
};
|
|
6425
6452
|
l.$arity = 1;
|
|
6426
6453
|
return l;
|
|
6427
6454
|
}
|
|
6428
6455
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6429
|
-
this.
|
|
6456
|
+
this.w6t_1 = $$this$unsafeFlow;
|
|
6430
6457
|
CoroutineImpl.call(this, resultContinuation);
|
|
6431
6458
|
}
|
|
6432
6459
|
protoOf(windowedByInterval$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -6447,14 +6474,14 @@
|
|
|
6447
6474
|
case 0:
|
|
6448
6475
|
this.t8_1 = 5;
|
|
6449
6476
|
var tmp_0 = this;
|
|
6450
|
-
tmp_0.
|
|
6477
|
+
tmp_0.z6t_1 = this.w6t_1;
|
|
6451
6478
|
var tmp_1 = this;
|
|
6452
|
-
tmp_1.
|
|
6479
|
+
tmp_1.y6t_1 = this.x6t_1;
|
|
6453
6480
|
this.s8_1 = 1;
|
|
6454
6481
|
continue $sm;
|
|
6455
6482
|
case 1:
|
|
6456
|
-
var $this$transform = this.
|
|
6457
|
-
var value = this.
|
|
6483
|
+
var $this$transform = this.z6t_1;
|
|
6484
|
+
var value = this.y6t_1;
|
|
6458
6485
|
if (!value.q()) {
|
|
6459
6486
|
this.s8_1 = 3;
|
|
6460
6487
|
suspendResult = $this$transform.i24(value, this);
|
|
@@ -6495,8 +6522,8 @@
|
|
|
6495
6522
|
while (true);
|
|
6496
6523
|
};
|
|
6497
6524
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, completion) {
|
|
6498
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6499
|
-
i.
|
|
6525
|
+
var i = new windowedByInterval$o$collect$slambda(this.w6t_1, completion);
|
|
6526
|
+
i.x6t_1 = value;
|
|
6500
6527
|
return i;
|
|
6501
6528
|
};
|
|
6502
6529
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6509,8 +6536,8 @@
|
|
|
6509
6536
|
}
|
|
6510
6537
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6511
6538
|
CoroutineImpl.call(this, resultContinuation);
|
|
6512
|
-
this.
|
|
6513
|
-
this.
|
|
6539
|
+
this.i6u_1 = _this__u8e3s4;
|
|
6540
|
+
this.j6u_1 = collector;
|
|
6514
6541
|
}
|
|
6515
6542
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6516
6543
|
var suspendResult = this.u8_1;
|
|
@@ -6520,10 +6547,10 @@
|
|
|
6520
6547
|
switch (tmp) {
|
|
6521
6548
|
case 0:
|
|
6522
6549
|
this.t8_1 = 2;
|
|
6523
|
-
var $this$unsafeFlow = this.
|
|
6550
|
+
var $this$unsafeFlow = this.j6u_1;
|
|
6524
6551
|
this.s8_1 = 1;
|
|
6525
6552
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6526
|
-
suspendResult = this.
|
|
6553
|
+
suspendResult = this.i6u_1.k6u_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6527
6554
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6528
6555
|
return suspendResult;
|
|
6529
6556
|
}
|
|
@@ -6546,7 +6573,7 @@
|
|
|
6546
6573
|
while (true);
|
|
6547
6574
|
};
|
|
6548
6575
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6549
|
-
this.
|
|
6576
|
+
this.k6u_1 = $this;
|
|
6550
6577
|
}
|
|
6551
6578
|
protoOf(windowedByInterval$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
6552
6579
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6848,18 +6875,18 @@
|
|
|
6848
6875
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6849
6876
|
}
|
|
6850
6877
|
function ClientLoggerKey(gameId, playerId) {
|
|
6851
|
-
this.
|
|
6852
|
-
this.
|
|
6878
|
+
this.l6u_1 = gameId;
|
|
6879
|
+
this.m6u_1 = playerId;
|
|
6853
6880
|
}
|
|
6854
|
-
protoOf(ClientLoggerKey).
|
|
6855
|
-
return joinToString(listOf([this.
|
|
6881
|
+
protoOf(ClientLoggerKey).n6u = function () {
|
|
6882
|
+
return joinToString(listOf([this.l6u_1, this.m6u_1]), '_');
|
|
6856
6883
|
};
|
|
6857
6884
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6858
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6885
|
+
return 'ClientLoggerKey(gameId=' + this.l6u_1 + ', playerId=' + this.m6u_1 + ')';
|
|
6859
6886
|
};
|
|
6860
6887
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6861
|
-
var result = getStringHashCode(this.
|
|
6862
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6888
|
+
var result = getStringHashCode(this.l6u_1);
|
|
6889
|
+
result = imul(result, 31) + getStringHashCode(this.m6u_1) | 0;
|
|
6863
6890
|
return result;
|
|
6864
6891
|
};
|
|
6865
6892
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6867,35 +6894,35 @@
|
|
|
6867
6894
|
return true;
|
|
6868
6895
|
if (!(other instanceof ClientLoggerKey))
|
|
6869
6896
|
return false;
|
|
6870
|
-
if (!(this.k6u_1 === other.k6u_1))
|
|
6871
|
-
return false;
|
|
6872
6897
|
if (!(this.l6u_1 === other.l6u_1))
|
|
6873
6898
|
return false;
|
|
6899
|
+
if (!(this.m6u_1 === other.m6u_1))
|
|
6900
|
+
return false;
|
|
6874
6901
|
return true;
|
|
6875
6902
|
};
|
|
6876
6903
|
function ServerLoggerKey(gameId) {
|
|
6877
|
-
this.
|
|
6904
|
+
this.o6u_1 = gameId;
|
|
6878
6905
|
}
|
|
6879
|
-
protoOf(ServerLoggerKey).
|
|
6880
|
-
return this.
|
|
6906
|
+
protoOf(ServerLoggerKey).n6u = function () {
|
|
6907
|
+
return this.o6u_1;
|
|
6881
6908
|
};
|
|
6882
6909
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6883
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6910
|
+
return 'ServerLoggerKey(gameId=' + this.o6u_1 + ')';
|
|
6884
6911
|
};
|
|
6885
6912
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6886
|
-
return getStringHashCode(this.
|
|
6913
|
+
return getStringHashCode(this.o6u_1);
|
|
6887
6914
|
};
|
|
6888
6915
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6889
6916
|
if (this === other)
|
|
6890
6917
|
return true;
|
|
6891
6918
|
if (!(other instanceof ServerLoggerKey))
|
|
6892
6919
|
return false;
|
|
6893
|
-
if (!(this.
|
|
6920
|
+
if (!(this.o6u_1 === other.o6u_1))
|
|
6894
6921
|
return false;
|
|
6895
6922
|
return true;
|
|
6896
6923
|
};
|
|
6897
6924
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6898
|
-
return $this.
|
|
6925
|
+
return $this.p6u_1.x();
|
|
6899
6926
|
}
|
|
6900
6927
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6901
6928
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6935,7 +6962,7 @@
|
|
|
6935
6962
|
Companion_instance_25 = this;
|
|
6936
6963
|
var tmp = this;
|
|
6937
6964
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6938
|
-
tmp.
|
|
6965
|
+
tmp.p6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6939
6966
|
}
|
|
6940
6967
|
protoOf(Companion_23).q4t = function () {
|
|
6941
6968
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6998,7 +7025,7 @@
|
|
|
6998
7025
|
// Inline function 'kotlin.arrayOf' call
|
|
6999
7026
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7000
7027
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7001
|
-
tmp.
|
|
7028
|
+
tmp.v6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
7002
7029
|
}
|
|
7003
7030
|
protoOf(Companion_24).q4t = function () {
|
|
7004
7031
|
return $serializer_getInstance_12();
|
|
@@ -7017,12 +7044,12 @@
|
|
|
7017
7044
|
tmp0_serialDesc.gz('tag', false);
|
|
7018
7045
|
tmp0_serialDesc.gz('message', false);
|
|
7019
7046
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
7020
|
-
this.
|
|
7047
|
+
this.w6u_1 = tmp0_serialDesc;
|
|
7021
7048
|
}
|
|
7022
|
-
protoOf($serializer_12).
|
|
7023
|
-
var tmp0_desc = this.
|
|
7049
|
+
protoOf($serializer_12).x6u = function (encoder, value) {
|
|
7050
|
+
var tmp0_desc = this.w6u_1;
|
|
7024
7051
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
7025
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7052
|
+
var tmp2_cached = Companion_getInstance_27().v6u_1;
|
|
7026
7053
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
7027
7054
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7028
7055
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7031,10 +7058,10 @@
|
|
|
7031
7058
|
tmp1_output.pr(tmp0_desc);
|
|
7032
7059
|
};
|
|
7033
7060
|
protoOf($serializer_12).co = function (encoder, value) {
|
|
7034
|
-
return this.
|
|
7061
|
+
return this.x6u(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7035
7062
|
};
|
|
7036
7063
|
protoOf($serializer_12).do = function (decoder) {
|
|
7037
|
-
var tmp0_desc = this.
|
|
7064
|
+
var tmp0_desc = this.w6u_1;
|
|
7038
7065
|
var tmp1_flag = true;
|
|
7039
7066
|
var tmp2_index = 0;
|
|
7040
7067
|
var tmp3_bitMask0 = 0;
|
|
@@ -7044,7 +7071,7 @@
|
|
|
7044
7071
|
var tmp7_local3 = null;
|
|
7045
7072
|
var tmp8_local4 = null;
|
|
7046
7073
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
7047
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7074
|
+
var tmp10_cached = Companion_getInstance_27().v6u_1;
|
|
7048
7075
|
if (tmp9_input.es()) {
|
|
7049
7076
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7050
7077
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7091,13 +7118,13 @@
|
|
|
7091
7118
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7092
7119
|
};
|
|
7093
7120
|
protoOf($serializer_12).bo = function () {
|
|
7094
|
-
return this.
|
|
7121
|
+
return this.w6u_1;
|
|
7095
7122
|
};
|
|
7096
7123
|
protoOf($serializer_12).vz = function () {
|
|
7097
7124
|
// Inline function 'kotlin.arrayOf' call
|
|
7098
7125
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7099
7126
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7100
|
-
return [Companion_getInstance_27().
|
|
7127
|
+
return [Companion_getInstance_27().v6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7101
7128
|
};
|
|
7102
7129
|
var $serializer_instance_12;
|
|
7103
7130
|
function $serializer_getInstance_12() {
|
|
@@ -7107,7 +7134,7 @@
|
|
|
7107
7134
|
}
|
|
7108
7135
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7109
7136
|
if (!(31 === (31 & seen0))) {
|
|
7110
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7137
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().w6u_1);
|
|
7111
7138
|
}
|
|
7112
7139
|
$this.type = type;
|
|
7113
7140
|
$this.key = key;
|
|
@@ -7139,7 +7166,7 @@
|
|
|
7139
7166
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7140
7167
|
return this.message;
|
|
7141
7168
|
};
|
|
7142
|
-
protoOf(LoggerOutputDataDto).
|
|
7169
|
+
protoOf(LoggerOutputDataDto).y6u = function () {
|
|
7143
7170
|
return this.stackTrace;
|
|
7144
7171
|
};
|
|
7145
7172
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7196,7 +7223,7 @@
|
|
|
7196
7223
|
protoOf(LoggerOutputDataDto).b6f = function () {
|
|
7197
7224
|
return this.stackTrace;
|
|
7198
7225
|
};
|
|
7199
|
-
protoOf(LoggerOutputDataDto).
|
|
7226
|
+
protoOf(LoggerOutputDataDto).z6u = function (type, key, tag, message, stackTrace) {
|
|
7200
7227
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7201
7228
|
};
|
|
7202
7229
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7205,7 +7232,7 @@
|
|
|
7205
7232
|
tag = tag === VOID ? this.tag : tag;
|
|
7206
7233
|
message = message === VOID ? this.message : message;
|
|
7207
7234
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7208
|
-
return $super === VOID ? this.
|
|
7235
|
+
return $super === VOID ? this.z6u(type, key, tag, message, stackTrace) : $super.z6u.call(this, type, key, tag, message, stackTrace);
|
|
7209
7236
|
};
|
|
7210
7237
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7211
7238
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7236,8 +7263,8 @@
|
|
|
7236
7263
|
return true;
|
|
7237
7264
|
};
|
|
7238
7265
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7239
|
-
this.
|
|
7240
|
-
this.
|
|
7266
|
+
this.i6v_1 = $$this$unsafeFlow;
|
|
7267
|
+
this.j6v_1 = $types;
|
|
7241
7268
|
CoroutineImpl.call(this, resultContinuation);
|
|
7242
7269
|
}
|
|
7243
7270
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -7258,15 +7285,15 @@
|
|
|
7258
7285
|
case 0:
|
|
7259
7286
|
this.t8_1 = 5;
|
|
7260
7287
|
var tmp_0 = this;
|
|
7261
|
-
tmp_0.
|
|
7288
|
+
tmp_0.m6v_1 = this.i6v_1;
|
|
7262
7289
|
var tmp_1 = this;
|
|
7263
|
-
tmp_1.
|
|
7290
|
+
tmp_1.l6v_1 = this.k6v_1;
|
|
7264
7291
|
this.s8_1 = 1;
|
|
7265
7292
|
continue $sm;
|
|
7266
7293
|
case 1:
|
|
7267
|
-
var $this$transform = this.
|
|
7268
|
-
var value = this.
|
|
7269
|
-
if (contains_0(this.
|
|
7294
|
+
var $this$transform = this.m6v_1;
|
|
7295
|
+
var value = this.l6v_1;
|
|
7296
|
+
if (contains_0(this.j6v_1, value.type)) {
|
|
7270
7297
|
this.s8_1 = 3;
|
|
7271
7298
|
suspendResult = $this$transform.i24(value, this);
|
|
7272
7299
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7306,8 +7333,8 @@
|
|
|
7306
7333
|
while (true);
|
|
7307
7334
|
};
|
|
7308
7335
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, completion) {
|
|
7309
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7310
|
-
i.
|
|
7336
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.i6v_1, this.j6v_1, completion);
|
|
7337
|
+
i.k6v_1 = value;
|
|
7311
7338
|
return i;
|
|
7312
7339
|
};
|
|
7313
7340
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7320,8 +7347,8 @@
|
|
|
7320
7347
|
}
|
|
7321
7348
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7322
7349
|
CoroutineImpl.call(this, resultContinuation);
|
|
7323
|
-
this.
|
|
7324
|
-
this.
|
|
7350
|
+
this.v6v_1 = _this__u8e3s4;
|
|
7351
|
+
this.w6v_1 = collector;
|
|
7325
7352
|
}
|
|
7326
7353
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7327
7354
|
var suspendResult = this.u8_1;
|
|
@@ -7331,10 +7358,10 @@
|
|
|
7331
7358
|
switch (tmp) {
|
|
7332
7359
|
case 0:
|
|
7333
7360
|
this.t8_1 = 2;
|
|
7334
|
-
var $this$unsafeFlow = this.
|
|
7361
|
+
var $this$unsafeFlow = this.w6v_1;
|
|
7335
7362
|
this.s8_1 = 1;
|
|
7336
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7337
|
-
suspendResult = this.
|
|
7363
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.v6v_1.y6v_1, null);
|
|
7364
|
+
suspendResult = this.v6v_1.x6v_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7338
7365
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7339
7366
|
return suspendResult;
|
|
7340
7367
|
}
|
|
@@ -7357,20 +7384,20 @@
|
|
|
7357
7384
|
while (true);
|
|
7358
7385
|
};
|
|
7359
7386
|
function Companion_25() {
|
|
7360
|
-
this.
|
|
7387
|
+
this.z6v_1 = 1000;
|
|
7361
7388
|
}
|
|
7362
7389
|
var Companion_instance_27;
|
|
7363
7390
|
function Companion_getInstance_28() {
|
|
7364
7391
|
return Companion_instance_27;
|
|
7365
7392
|
}
|
|
7366
7393
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7367
|
-
this.
|
|
7394
|
+
this.a6w_1 = function_0;
|
|
7368
7395
|
}
|
|
7369
7396
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).i24 = function (value, $completion) {
|
|
7370
|
-
return this.
|
|
7397
|
+
return this.a6w_1(value, $completion);
|
|
7371
7398
|
};
|
|
7372
7399
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7373
|
-
return this.
|
|
7400
|
+
return this.a6w_1;
|
|
7374
7401
|
};
|
|
7375
7402
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7376
7403
|
var tmp;
|
|
@@ -7394,8 +7421,8 @@
|
|
|
7394
7421
|
return null;
|
|
7395
7422
|
}
|
|
7396
7423
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7397
|
-
this.
|
|
7398
|
-
this.
|
|
7424
|
+
this.x6v_1 = $this;
|
|
7425
|
+
this.y6v_1 = $types;
|
|
7399
7426
|
}
|
|
7400
7427
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
7401
7428
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7415,42 +7442,42 @@
|
|
|
7415
7442
|
}
|
|
7416
7443
|
payloadToKeyMapper = tmp;
|
|
7417
7444
|
enabled = enabled === VOID ? true : enabled;
|
|
7418
|
-
this.
|
|
7419
|
-
this.
|
|
7420
|
-
this.
|
|
7445
|
+
this.b6w_1 = payloadToKeyMapper;
|
|
7446
|
+
this.c6w_1 = enabled;
|
|
7447
|
+
this.d6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7421
7448
|
}
|
|
7422
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7423
|
-
this.
|
|
7449
|
+
protoOf(ObservableLoggerOutputImpl).s6u = function (_set____db54di) {
|
|
7450
|
+
this.b6w_1 = _set____db54di;
|
|
7424
7451
|
};
|
|
7425
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7426
|
-
return this.
|
|
7452
|
+
protoOf(ObservableLoggerOutputImpl).t6u = function () {
|
|
7453
|
+
return this.b6w_1;
|
|
7427
7454
|
};
|
|
7428
7455
|
protoOf(ObservableLoggerOutputImpl).s52 = function (_set____db54di) {
|
|
7429
|
-
this.
|
|
7456
|
+
this.c6w_1 = _set____db54di;
|
|
7430
7457
|
};
|
|
7431
7458
|
protoOf(ObservableLoggerOutputImpl).t52 = function () {
|
|
7432
|
-
return this.
|
|
7459
|
+
return this.c6w_1;
|
|
7433
7460
|
};
|
|
7434
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7461
|
+
protoOf(ObservableLoggerOutputImpl).u6u = function (types) {
|
|
7435
7462
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7436
7463
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7437
|
-
var this_0 = this.
|
|
7464
|
+
var this_0 = this.d6w_1;
|
|
7438
7465
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7439
7466
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7440
7467
|
};
|
|
7441
7468
|
protoOf(ObservableLoggerOutputImpl).n52 = function (tag, message, payload) {
|
|
7442
|
-
if (!this.
|
|
7469
|
+
if (!this.c6w_1)
|
|
7443
7470
|
return Unit_instance;
|
|
7444
7471
|
var tmp = LogType_DEBUG_getInstance();
|
|
7445
|
-
var tmp0_safe_receiver = this.
|
|
7446
|
-
this.
|
|
7472
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7473
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7447
7474
|
};
|
|
7448
7475
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, exception, payload) {
|
|
7449
|
-
if (!this.
|
|
7476
|
+
if (!this.c6w_1)
|
|
7450
7477
|
return Unit_instance;
|
|
7451
7478
|
var tmp = LogType_ERROR_getInstance();
|
|
7452
|
-
var tmp0_safe_receiver = this.
|
|
7453
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7479
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7480
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7454
7481
|
var tmp_1;
|
|
7455
7482
|
if (message == null) {
|
|
7456
7483
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7459,43 +7486,43 @@
|
|
|
7459
7486
|
}
|
|
7460
7487
|
var tmp_2 = tmp_1;
|
|
7461
7488
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7462
|
-
this.
|
|
7489
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7463
7490
|
};
|
|
7464
7491
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, payload) {
|
|
7465
7492
|
var tmp = LogType_INFO_getInstance();
|
|
7466
|
-
var tmp0_safe_receiver = this.
|
|
7467
|
-
this.
|
|
7493
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7494
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7468
7495
|
};
|
|
7469
7496
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7470
7497
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7471
|
-
var tmp0_safe_receiver = this.
|
|
7472
|
-
this.
|
|
7498
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7499
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7473
7500
|
};
|
|
7474
7501
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7475
|
-
if (!this.
|
|
7502
|
+
if (!this.c6w_1)
|
|
7476
7503
|
return Unit_instance;
|
|
7477
7504
|
var tmp = LogType_WARN_getInstance();
|
|
7478
|
-
var tmp0_safe_receiver = this.
|
|
7479
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7505
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7506
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7480
7507
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7481
7508
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7482
7509
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7483
|
-
this.
|
|
7510
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7484
7511
|
};
|
|
7485
7512
|
function checkInitialised($this) {
|
|
7486
|
-
if ($this.
|
|
7513
|
+
if ($this.e6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7487
7514
|
Logger_getInstance().p53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7488
7515
|
}
|
|
7489
7516
|
}
|
|
7490
7517
|
function AppEnvironment() {
|
|
7491
7518
|
AppEnvironment_instance = this;
|
|
7492
|
-
this.
|
|
7519
|
+
this.e6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7493
7520
|
}
|
|
7494
|
-
protoOf(AppEnvironment).
|
|
7495
|
-
this.
|
|
7521
|
+
protoOf(AppEnvironment).f6w = function (value) {
|
|
7522
|
+
this.e6w_1 = value;
|
|
7496
7523
|
};
|
|
7497
|
-
protoOf(AppEnvironment).
|
|
7498
|
-
var tmp = this.
|
|
7524
|
+
protoOf(AppEnvironment).g6w = function () {
|
|
7525
|
+
var tmp = this.e6w_1;
|
|
7499
7526
|
// Inline function 'kotlin.also' call
|
|
7500
7527
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7501
7528
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7988,13 +8015,14 @@
|
|
|
7988
8015
|
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).u6g);
|
|
7989
8016
|
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).v6g);
|
|
7990
8017
|
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).w6g);
|
|
7991
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
7992
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
7993
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
7994
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
8018
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).x6g);
|
|
8019
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).y6g);
|
|
8020
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).z6g);
|
|
8021
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).a6h);
|
|
8022
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).b6h);
|
|
7995
8023
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7996
8024
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7997
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
8025
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).q6h);
|
|
7998
8026
|
defineProp(protoOf(Team), 'second', protoOf(Team).n61);
|
|
7999
8027
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
8000
8028
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
@@ -8007,53 +8035,53 @@
|
|
|
8007
8035
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
8008
8036
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
8009
8037
|
protoOf($serializer_11).wz = typeParametersSerializers;
|
|
8010
|
-
protoOf(AsyncProviderImpl).
|
|
8011
|
-
protoOf(AsyncProviderImpl).
|
|
8012
|
-
protoOf(AsyncProviderImpl).
|
|
8013
|
-
protoOf(AsyncProviderImpl).
|
|
8014
|
-
protoOf(TimerAction).
|
|
8038
|
+
protoOf(AsyncProviderImpl).j6l = launchMain$default;
|
|
8039
|
+
protoOf(AsyncProviderImpl).l6l = awaitDefaultWithLock$default;
|
|
8040
|
+
protoOf(AsyncProviderImpl).f6l = launchDefault$default;
|
|
8041
|
+
protoOf(AsyncProviderImpl).h6l = launchDefaultWithLock$default;
|
|
8042
|
+
protoOf(TimerAction).o6o = get_actionTag;
|
|
8015
8043
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8016
|
-
return this.
|
|
8044
|
+
return this.o6o();
|
|
8017
8045
|
});
|
|
8018
8046
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8019
|
-
return this.
|
|
8047
|
+
return this.o6o();
|
|
8020
8048
|
});
|
|
8021
8049
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8022
8050
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8023
|
-
return this.
|
|
8051
|
+
return this.o6o();
|
|
8024
8052
|
});
|
|
8025
8053
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8026
|
-
return this.
|
|
8054
|
+
return this.o6o();
|
|
8027
8055
|
});
|
|
8028
8056
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8029
|
-
return this.
|
|
8057
|
+
return this.w6r();
|
|
8030
8058
|
});
|
|
8031
8059
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8032
8060
|
return this.h6f();
|
|
8033
8061
|
});
|
|
8034
8062
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8035
|
-
return this.
|
|
8063
|
+
return this.x6r();
|
|
8036
8064
|
}, function (value) {
|
|
8037
|
-
this.
|
|
8065
|
+
this.a6p(value);
|
|
8038
8066
|
});
|
|
8039
8067
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8040
|
-
return this.
|
|
8068
|
+
return this.y6r();
|
|
8041
8069
|
});
|
|
8042
8070
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8043
|
-
return this.
|
|
8071
|
+
return this.z6r();
|
|
8044
8072
|
});
|
|
8045
|
-
protoOf(ActionTypes).
|
|
8073
|
+
protoOf(ActionTypes).o6o = get_actionTag;
|
|
8046
8074
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8047
|
-
return this.
|
|
8075
|
+
return this.o6o();
|
|
8048
8076
|
});
|
|
8049
8077
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8050
|
-
return this.
|
|
8078
|
+
return this.o6o();
|
|
8051
8079
|
});
|
|
8052
8080
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8053
|
-
return this.
|
|
8081
|
+
return this.o6o();
|
|
8054
8082
|
});
|
|
8055
|
-
protoOf(middleware$1).
|
|
8056
|
-
protoOf(combineReducers$1).
|
|
8083
|
+
protoOf(middleware$1).c6p = canHandle;
|
|
8084
|
+
protoOf(combineReducers$1).c6p = canHandle_0;
|
|
8057
8085
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8058
8086
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8059
8087
|
protoOf($serializer_12).wz = typeParametersSerializers;
|
|
@@ -8064,9 +8092,9 @@
|
|
|
8064
8092
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8065
8093
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8066
8094
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8067
|
-
return this.
|
|
8095
|
+
return this.t6u();
|
|
8068
8096
|
}, function (value) {
|
|
8069
|
-
this.
|
|
8097
|
+
this.s6u(value);
|
|
8070
8098
|
});
|
|
8071
8099
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8072
8100
|
return this.t52();
|