client_plugin_logic_deb 1.8.414 → 1.8.415
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-ai_module.js +309 -309
- package/Logic_Debertz-client_plugin.d.ts +3 -1
- package/Logic_Debertz-client_plugin.js +1984 -1984
- package/Logic_Debertz-core.js +851 -829
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11651 -11766
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6671 -6671
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1183 -1026
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.d6l() : context;
|
|
302
|
+
return $super === VOID ? this.e6l(context, block) : $super.e6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.d6l() : context;
|
|
306
|
+
return $super === VOID ? this.g6l(context, block) : $super.g6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.d6l() : context;
|
|
310
|
+
return $super === VOID ? this.i6l(context, block) : $super.i6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.d6l() : context;
|
|
314
|
+
return $super === VOID ? this.k6l(context, block) : $super.k6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.q6o() && !this.r6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.u6u(types) : $super.u6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.415';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -1947,14 +1947,35 @@
|
|
|
1947
1947
|
}
|
|
1948
1948
|
return tmp;
|
|
1949
1949
|
};
|
|
1950
|
+
protoOf(PlayerConnectionState).a6h = function () {
|
|
1951
|
+
var tmp;
|
|
1952
|
+
switch (this.q2_1) {
|
|
1953
|
+
case 5:
|
|
1954
|
+
tmp = false;
|
|
1955
|
+
break;
|
|
1956
|
+
case 2:
|
|
1957
|
+
case 3:
|
|
1958
|
+
case 4:
|
|
1959
|
+
case 7:
|
|
1960
|
+
case 0:
|
|
1961
|
+
case 6:
|
|
1962
|
+
case 1:
|
|
1963
|
+
tmp = true;
|
|
1964
|
+
break;
|
|
1965
|
+
default:
|
|
1966
|
+
noWhenBranchMatchedException();
|
|
1967
|
+
break;
|
|
1968
|
+
}
|
|
1969
|
+
return tmp;
|
|
1970
|
+
};
|
|
1950
1971
|
function mapToFinishReason(_this__u8e3s4, player, players) {
|
|
1951
1972
|
var tmp;
|
|
1952
1973
|
switch (_this__u8e3s4.q2_1) {
|
|
1953
1974
|
case 3:
|
|
1954
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().
|
|
1975
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.h6f().b6h());
|
|
1955
1976
|
break;
|
|
1956
1977
|
case 2:
|
|
1957
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().
|
|
1978
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.h6f().b6h());
|
|
1958
1979
|
break;
|
|
1959
1980
|
case 4:
|
|
1960
1981
|
case 5:
|
|
@@ -2032,7 +2053,7 @@
|
|
|
2032
2053
|
return PlayerConnectionState_DELETED_instance;
|
|
2033
2054
|
}
|
|
2034
2055
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
2035
|
-
return $this.
|
|
2056
|
+
return $this.c6h_1.x();
|
|
2036
2057
|
}
|
|
2037
2058
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2038
2059
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2047,7 +2068,7 @@
|
|
|
2047
2068
|
Companion_instance_10 = this;
|
|
2048
2069
|
var tmp = this;
|
|
2049
2070
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2050
|
-
tmp.
|
|
2071
|
+
tmp.c6h_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2051
2072
|
}
|
|
2052
2073
|
protoOf(Companion_8).q4t = function () {
|
|
2053
2074
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -2076,27 +2097,27 @@
|
|
|
2076
2097
|
Enum.call(this, name, ordinal);
|
|
2077
2098
|
}
|
|
2078
2099
|
protoOf(PlayerWaitingState).u6f = function () {
|
|
2079
|
-
return this.
|
|
2100
|
+
return this.f6h() || this.g6h();
|
|
2080
2101
|
};
|
|
2081
|
-
protoOf(PlayerWaitingState).
|
|
2102
|
+
protoOf(PlayerWaitingState).f6h = function () {
|
|
2082
2103
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2083
2104
|
};
|
|
2084
|
-
protoOf(PlayerWaitingState).
|
|
2105
|
+
protoOf(PlayerWaitingState).g6h = function () {
|
|
2085
2106
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2086
2107
|
};
|
|
2087
2108
|
function Companion_9() {
|
|
2088
2109
|
}
|
|
2089
|
-
protoOf(Companion_9).
|
|
2110
|
+
protoOf(Companion_9).h6h = function (connection) {
|
|
2090
2111
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2091
2112
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2092
2113
|
};
|
|
2093
|
-
protoOf(Companion_9).
|
|
2094
|
-
return _this__u8e3s4.
|
|
2114
|
+
protoOf(Companion_9).i6h = function (_this__u8e3s4) {
|
|
2115
|
+
return _this__u8e3s4.j6h(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2095
2116
|
};
|
|
2096
|
-
protoOf(Companion_9).
|
|
2117
|
+
protoOf(Companion_9).k6h = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2097
2118
|
var tmp0_startFromTime = System_instance.ck();
|
|
2098
2119
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2099
|
-
return _this__u8e3s4.
|
|
2120
|
+
return _this__u8e3s4.j6h(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2100
2121
|
};
|
|
2101
2122
|
var Companion_instance_11;
|
|
2102
2123
|
function Companion_getInstance_12() {
|
|
@@ -2125,7 +2146,7 @@
|
|
|
2125
2146
|
this.s6f_1 = tag;
|
|
2126
2147
|
this.t6f_1 = connection;
|
|
2127
2148
|
}
|
|
2128
|
-
protoOf(PlayerState).
|
|
2149
|
+
protoOf(PlayerState).l6h = function () {
|
|
2129
2150
|
// Inline function 'kotlin.requireNotNull' call
|
|
2130
2151
|
var tmp0 = this.t6f_1;
|
|
2131
2152
|
var tmp$ret$1;
|
|
@@ -2141,7 +2162,7 @@
|
|
|
2141
2162
|
}
|
|
2142
2163
|
return tmp$ret$1;
|
|
2143
2164
|
};
|
|
2144
|
-
protoOf(PlayerState).
|
|
2165
|
+
protoOf(PlayerState).m6h = function () {
|
|
2145
2166
|
// Inline function 'kotlin.requireNotNull' call
|
|
2146
2167
|
var tmp0 = this.s6f_1;
|
|
2147
2168
|
var tmp$ret$1;
|
|
@@ -2157,7 +2178,7 @@
|
|
|
2157
2178
|
}
|
|
2158
2179
|
return tmp$ret$1;
|
|
2159
2180
|
};
|
|
2160
|
-
protoOf(PlayerState).
|
|
2181
|
+
protoOf(PlayerState).b6h = function () {
|
|
2161
2182
|
var tmp0_elvis_lhs = this.s6f_1;
|
|
2162
2183
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2163
2184
|
};
|
|
@@ -2222,10 +2243,10 @@
|
|
|
2222
2243
|
protoOf(PlayerState).u6f = function () {
|
|
2223
2244
|
return this.q6f_1.u6f();
|
|
2224
2245
|
};
|
|
2225
|
-
protoOf(PlayerState).
|
|
2246
|
+
protoOf(PlayerState).n6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2226
2247
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2227
2248
|
};
|
|
2228
|
-
protoOf(PlayerState).
|
|
2249
|
+
protoOf(PlayerState).j6h = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2229
2250
|
startFromTime = startFromTime === VOID ? this.n6f_1 : startFromTime;
|
|
2230
2251
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.o6f_1 : playerTurnTimeout;
|
|
2231
2252
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.p6f_1 : waitPlayerUntilTime;
|
|
@@ -2233,7 +2254,7 @@
|
|
|
2233
2254
|
ready = ready === VOID ? this.r6f_1 : ready;
|
|
2234
2255
|
tag = tag === VOID ? this.s6f_1 : tag;
|
|
2235
2256
|
connection = connection === VOID ? this.t6f_1 : connection;
|
|
2236
|
-
return $super === VOID ? this.
|
|
2257
|
+
return $super === VOID ? this.n6h(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.n6h.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2237
2258
|
};
|
|
2238
2259
|
protoOf(PlayerState).hashCode = function () {
|
|
2239
2260
|
var result = this.n6f_1 == null ? 0 : this.n6f_1.hashCode();
|
|
@@ -2268,7 +2289,7 @@
|
|
|
2268
2289
|
};
|
|
2269
2290
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2270
2291
|
var tmp;
|
|
2271
|
-
if (_this__u8e3s4.
|
|
2292
|
+
if (_this__u8e3s4.f6h() || _this__u8e3s4.g6h()) {
|
|
2272
2293
|
var tmp_0;
|
|
2273
2294
|
if (playerTurnTimeout == null) {
|
|
2274
2295
|
tmp_0 = Companion_getInstance().dk_1;
|
|
@@ -2289,13 +2310,13 @@
|
|
|
2289
2310
|
function Team(playerIds) {
|
|
2290
2311
|
this.playerIds = playerIds;
|
|
2291
2312
|
}
|
|
2292
|
-
protoOf(Team).
|
|
2313
|
+
protoOf(Team).o6h = function () {
|
|
2293
2314
|
return this.playerIds;
|
|
2294
2315
|
};
|
|
2295
2316
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
2296
2317
|
return this.playerIds.u1(playerId);
|
|
2297
2318
|
};
|
|
2298
|
-
protoOf(Team).
|
|
2319
|
+
protoOf(Team).p6h = function () {
|
|
2299
2320
|
return this.playerIds.p(0);
|
|
2300
2321
|
};
|
|
2301
2322
|
protoOf(Team).n61 = function () {
|
|
@@ -2304,12 +2325,12 @@
|
|
|
2304
2325
|
protoOf(Team).oe = function () {
|
|
2305
2326
|
return this.playerIds;
|
|
2306
2327
|
};
|
|
2307
|
-
protoOf(Team).
|
|
2328
|
+
protoOf(Team).q6h = function (playerIds) {
|
|
2308
2329
|
return new Team(playerIds);
|
|
2309
2330
|
};
|
|
2310
2331
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2311
2332
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2312
|
-
return $super === VOID ? this.
|
|
2333
|
+
return $super === VOID ? this.q6h(playerIds) : $super.q6h.call(this, playerIds);
|
|
2313
2334
|
};
|
|
2314
2335
|
protoOf(Team).toString = function () {
|
|
2315
2336
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2339,30 +2360,30 @@
|
|
|
2339
2360
|
tmp0_serialDesc.gz('deleteFilesOnClear', true);
|
|
2340
2361
|
tmp0_serialDesc.gz('logsDirectoryPath', true);
|
|
2341
2362
|
tmp0_serialDesc.gz('fileNameFormat', true);
|
|
2342
|
-
this.
|
|
2363
|
+
this.r6h_1 = tmp0_serialDesc;
|
|
2343
2364
|
}
|
|
2344
|
-
protoOf($serializer_1).
|
|
2345
|
-
var tmp0_desc = this.
|
|
2365
|
+
protoOf($serializer_1).s6h = function (encoder, value) {
|
|
2366
|
+
var tmp0_desc = this.r6h_1;
|
|
2346
2367
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2347
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
2348
|
-
tmp1_output.vs(tmp0_desc, 0, value.
|
|
2368
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.t6h_1 === false)) {
|
|
2369
|
+
tmp1_output.vs(tmp0_desc, 0, value.t6h_1);
|
|
2349
2370
|
}
|
|
2350
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
2351
|
-
tmp1_output.vs(tmp0_desc, 1, value.
|
|
2371
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.u6h_1 === false)) {
|
|
2372
|
+
tmp1_output.vs(tmp0_desc, 1, value.u6h_1);
|
|
2352
2373
|
}
|
|
2353
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
2354
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2374
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.v6h_1 == null)) {
|
|
2375
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.v6h_1);
|
|
2355
2376
|
}
|
|
2356
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
2357
|
-
tmp1_output.dt(tmp0_desc, 3, value.
|
|
2377
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.w6h_1 === '%S_logs.txt')) {
|
|
2378
|
+
tmp1_output.dt(tmp0_desc, 3, value.w6h_1);
|
|
2358
2379
|
}
|
|
2359
2380
|
tmp1_output.pr(tmp0_desc);
|
|
2360
2381
|
};
|
|
2361
2382
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2362
|
-
return this.
|
|
2383
|
+
return this.s6h(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2363
2384
|
};
|
|
2364
2385
|
protoOf($serializer_1).do = function (decoder) {
|
|
2365
|
-
var tmp0_desc = this.
|
|
2386
|
+
var tmp0_desc = this.r6h_1;
|
|
2366
2387
|
var tmp1_flag = true;
|
|
2367
2388
|
var tmp2_index = 0;
|
|
2368
2389
|
var tmp3_bitMask0 = 0;
|
|
@@ -2411,7 +2432,7 @@
|
|
|
2411
2432
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2412
2433
|
};
|
|
2413
2434
|
protoOf($serializer_1).bo = function () {
|
|
2414
|
-
return this.
|
|
2435
|
+
return this.r6h_1;
|
|
2415
2436
|
};
|
|
2416
2437
|
protoOf($serializer_1).vz = function () {
|
|
2417
2438
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2427,24 +2448,24 @@
|
|
|
2427
2448
|
}
|
|
2428
2449
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2429
2450
|
if (!(0 === (0 & seen0))) {
|
|
2430
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2451
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().r6h_1);
|
|
2431
2452
|
}
|
|
2432
2453
|
if (0 === (seen0 & 1))
|
|
2433
|
-
$this.
|
|
2454
|
+
$this.t6h_1 = false;
|
|
2434
2455
|
else
|
|
2435
|
-
$this.
|
|
2456
|
+
$this.t6h_1 = fileLogsEnabled;
|
|
2436
2457
|
if (0 === (seen0 & 2))
|
|
2437
|
-
$this.
|
|
2458
|
+
$this.u6h_1 = false;
|
|
2438
2459
|
else
|
|
2439
|
-
$this.
|
|
2460
|
+
$this.u6h_1 = deleteFilesOnClear;
|
|
2440
2461
|
if (0 === (seen0 & 4))
|
|
2441
|
-
$this.
|
|
2462
|
+
$this.v6h_1 = null;
|
|
2442
2463
|
else
|
|
2443
|
-
$this.
|
|
2464
|
+
$this.v6h_1 = logsDirectoryPath;
|
|
2444
2465
|
if (0 === (seen0 & 8))
|
|
2445
|
-
$this.
|
|
2466
|
+
$this.w6h_1 = '%S_logs.txt';
|
|
2446
2467
|
else
|
|
2447
|
-
$this.
|
|
2468
|
+
$this.w6h_1 = fileNameFormat;
|
|
2448
2469
|
return $this;
|
|
2449
2470
|
}
|
|
2450
2471
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2455,19 +2476,19 @@
|
|
|
2455
2476
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2456
2477
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2457
2478
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2458
|
-
this.
|
|
2459
|
-
this.
|
|
2460
|
-
this.
|
|
2461
|
-
this.
|
|
2479
|
+
this.t6h_1 = fileLogsEnabled;
|
|
2480
|
+
this.u6h_1 = deleteFilesOnClear;
|
|
2481
|
+
this.v6h_1 = logsDirectoryPath;
|
|
2482
|
+
this.w6h_1 = fileNameFormat;
|
|
2462
2483
|
}
|
|
2463
2484
|
protoOf(CoreConfigDto).toString = function () {
|
|
2464
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2485
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.t6h_1 + ', deleteFilesOnClear=' + this.u6h_1 + ', logsDirectoryPath=' + this.v6h_1 + ', fileNameFormat=' + this.w6h_1 + ')';
|
|
2465
2486
|
};
|
|
2466
2487
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2467
|
-
var result = getBooleanHashCode(this.
|
|
2468
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2469
|
-
result = imul(result, 31) + (this.
|
|
2470
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2488
|
+
var result = getBooleanHashCode(this.t6h_1);
|
|
2489
|
+
result = imul(result, 31) + getBooleanHashCode(this.u6h_1) | 0;
|
|
2490
|
+
result = imul(result, 31) + (this.v6h_1 == null ? 0 : getStringHashCode(this.v6h_1)) | 0;
|
|
2491
|
+
result = imul(result, 31) + getStringHashCode(this.w6h_1) | 0;
|
|
2471
2492
|
return result;
|
|
2472
2493
|
};
|
|
2473
2494
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2475,18 +2496,18 @@
|
|
|
2475
2496
|
return true;
|
|
2476
2497
|
if (!(other instanceof CoreConfigDto))
|
|
2477
2498
|
return false;
|
|
2478
|
-
if (!(this.s6h_1 === other.s6h_1))
|
|
2479
|
-
return false;
|
|
2480
2499
|
if (!(this.t6h_1 === other.t6h_1))
|
|
2481
2500
|
return false;
|
|
2482
|
-
if (!(this.u6h_1
|
|
2501
|
+
if (!(this.u6h_1 === other.u6h_1))
|
|
2483
2502
|
return false;
|
|
2484
|
-
if (!(this.v6h_1
|
|
2503
|
+
if (!(this.v6h_1 == other.v6h_1))
|
|
2504
|
+
return false;
|
|
2505
|
+
if (!(this.w6h_1 === other.w6h_1))
|
|
2485
2506
|
return false;
|
|
2486
2507
|
return true;
|
|
2487
2508
|
};
|
|
2488
2509
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2489
|
-
return $this.
|
|
2510
|
+
return $this.x6h_1.x();
|
|
2490
2511
|
}
|
|
2491
2512
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2492
2513
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2524,7 +2545,7 @@
|
|
|
2524
2545
|
Companion_instance_13 = this;
|
|
2525
2546
|
var tmp = this;
|
|
2526
2547
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2527
|
-
tmp.
|
|
2548
|
+
tmp.x6h_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2528
2549
|
}
|
|
2529
2550
|
protoOf(Companion_11).q4t = function () {
|
|
2530
2551
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2545,7 +2566,7 @@
|
|
|
2545
2566
|
Companion_getInstance_14();
|
|
2546
2567
|
}
|
|
2547
2568
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2548
|
-
return $this.
|
|
2569
|
+
return $this.y6h_1.x();
|
|
2549
2570
|
}
|
|
2550
2571
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2551
2572
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2560,7 +2581,7 @@
|
|
|
2560
2581
|
TerminationGameReasonDto.call(this);
|
|
2561
2582
|
var tmp = this;
|
|
2562
2583
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2563
|
-
tmp.
|
|
2584
|
+
tmp.y6h_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2564
2585
|
}
|
|
2565
2586
|
protoOf(ProcessingReasonDto).q4t = function () {
|
|
2566
2587
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2597,19 +2618,19 @@
|
|
|
2597
2618
|
$serializer_instance_2 = this;
|
|
2598
2619
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2599
2620
|
tmp0_serialDesc.gz('reason', false);
|
|
2600
|
-
this.
|
|
2621
|
+
this.z6h_1 = tmp0_serialDesc;
|
|
2601
2622
|
}
|
|
2602
|
-
protoOf($serializer_2).
|
|
2603
|
-
var tmp0_desc = this.
|
|
2623
|
+
protoOf($serializer_2).a6i = function (encoder, value) {
|
|
2624
|
+
var tmp0_desc = this.z6h_1;
|
|
2604
2625
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2605
2626
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2606
2627
|
tmp1_output.pr(tmp0_desc);
|
|
2607
2628
|
};
|
|
2608
2629
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2609
|
-
return this.
|
|
2630
|
+
return this.a6i(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2610
2631
|
};
|
|
2611
2632
|
protoOf($serializer_2).do = function (decoder) {
|
|
2612
|
-
var tmp0_desc = this.
|
|
2633
|
+
var tmp0_desc = this.z6h_1;
|
|
2613
2634
|
var tmp1_flag = true;
|
|
2614
2635
|
var tmp2_index = 0;
|
|
2615
2636
|
var tmp3_bitMask0 = 0;
|
|
@@ -2637,7 +2658,7 @@
|
|
|
2637
2658
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2638
2659
|
};
|
|
2639
2660
|
protoOf($serializer_2).bo = function () {
|
|
2640
|
-
return this.
|
|
2661
|
+
return this.z6h_1;
|
|
2641
2662
|
};
|
|
2642
2663
|
protoOf($serializer_2).vz = function () {
|
|
2643
2664
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2653,7 +2674,7 @@
|
|
|
2653
2674
|
}
|
|
2654
2675
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2655
2676
|
if (!(1 === (1 & seen0))) {
|
|
2656
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2677
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().z6h_1);
|
|
2657
2678
|
}
|
|
2658
2679
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2659
2680
|
$this.reason = reason;
|
|
@@ -2694,19 +2715,19 @@
|
|
|
2694
2715
|
$serializer_instance_3 = this;
|
|
2695
2716
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2696
2717
|
tmp0_serialDesc.gz('reason', false);
|
|
2697
|
-
this.
|
|
2718
|
+
this.b6i_1 = tmp0_serialDesc;
|
|
2698
2719
|
}
|
|
2699
|
-
protoOf($serializer_3).
|
|
2700
|
-
var tmp0_desc = this.
|
|
2720
|
+
protoOf($serializer_3).c6i = function (encoder, value) {
|
|
2721
|
+
var tmp0_desc = this.b6i_1;
|
|
2701
2722
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2702
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2723
|
+
tmp1_output.dt(tmp0_desc, 0, value.d6i_1);
|
|
2703
2724
|
tmp1_output.pr(tmp0_desc);
|
|
2704
2725
|
};
|
|
2705
2726
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2706
|
-
return this.
|
|
2727
|
+
return this.c6i(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2707
2728
|
};
|
|
2708
2729
|
protoOf($serializer_3).do = function (decoder) {
|
|
2709
|
-
var tmp0_desc = this.
|
|
2730
|
+
var tmp0_desc = this.b6i_1;
|
|
2710
2731
|
var tmp1_flag = true;
|
|
2711
2732
|
var tmp2_index = 0;
|
|
2712
2733
|
var tmp3_bitMask0 = 0;
|
|
@@ -2734,7 +2755,7 @@
|
|
|
2734
2755
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2735
2756
|
};
|
|
2736
2757
|
protoOf($serializer_3).bo = function () {
|
|
2737
|
-
return this.
|
|
2758
|
+
return this.b6i_1;
|
|
2738
2759
|
};
|
|
2739
2760
|
protoOf($serializer_3).vz = function () {
|
|
2740
2761
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2750,10 +2771,10 @@
|
|
|
2750
2771
|
}
|
|
2751
2772
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2752
2773
|
if (!(1 === (1 & seen0))) {
|
|
2753
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2774
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().b6i_1);
|
|
2754
2775
|
}
|
|
2755
2776
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2756
|
-
$this.
|
|
2777
|
+
$this.d6i_1 = reason;
|
|
2757
2778
|
return $this;
|
|
2758
2779
|
}
|
|
2759
2780
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2761,20 +2782,20 @@
|
|
|
2761
2782
|
}
|
|
2762
2783
|
function GameFinishedReasonDto(reason) {
|
|
2763
2784
|
TerminationGameReasonDto.call(this);
|
|
2764
|
-
this.
|
|
2785
|
+
this.d6i_1 = reason;
|
|
2765
2786
|
}
|
|
2766
2787
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2767
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2788
|
+
return 'GameFinishedReasonDto(reason=' + this.d6i_1 + ')';
|
|
2768
2789
|
};
|
|
2769
2790
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2770
|
-
return getStringHashCode(this.
|
|
2791
|
+
return getStringHashCode(this.d6i_1);
|
|
2771
2792
|
};
|
|
2772
2793
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2773
2794
|
if (this === other)
|
|
2774
2795
|
return true;
|
|
2775
2796
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2776
2797
|
return false;
|
|
2777
|
-
if (!(this.
|
|
2798
|
+
if (!(this.d6i_1 === other.d6i_1))
|
|
2778
2799
|
return false;
|
|
2779
2800
|
return true;
|
|
2780
2801
|
};
|
|
@@ -2788,19 +2809,19 @@
|
|
|
2788
2809
|
$serializer_instance_4 = this;
|
|
2789
2810
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2790
2811
|
tmp0_serialDesc.gz('playerId', false);
|
|
2791
|
-
this.
|
|
2812
|
+
this.e6i_1 = tmp0_serialDesc;
|
|
2792
2813
|
}
|
|
2793
|
-
protoOf($serializer_4).
|
|
2794
|
-
var tmp0_desc = this.
|
|
2814
|
+
protoOf($serializer_4).f6i = function (encoder, value) {
|
|
2815
|
+
var tmp0_desc = this.e6i_1;
|
|
2795
2816
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2796
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2817
|
+
tmp1_output.dt(tmp0_desc, 0, value.g6i_1);
|
|
2797
2818
|
tmp1_output.pr(tmp0_desc);
|
|
2798
2819
|
};
|
|
2799
2820
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2800
|
-
return this.
|
|
2821
|
+
return this.f6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2801
2822
|
};
|
|
2802
2823
|
protoOf($serializer_4).do = function (decoder) {
|
|
2803
|
-
var tmp0_desc = this.
|
|
2824
|
+
var tmp0_desc = this.e6i_1;
|
|
2804
2825
|
var tmp1_flag = true;
|
|
2805
2826
|
var tmp2_index = 0;
|
|
2806
2827
|
var tmp3_bitMask0 = 0;
|
|
@@ -2828,7 +2849,7 @@
|
|
|
2828
2849
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2829
2850
|
};
|
|
2830
2851
|
protoOf($serializer_4).bo = function () {
|
|
2831
|
-
return this.
|
|
2852
|
+
return this.e6i_1;
|
|
2832
2853
|
};
|
|
2833
2854
|
protoOf($serializer_4).vz = function () {
|
|
2834
2855
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2844,10 +2865,10 @@
|
|
|
2844
2865
|
}
|
|
2845
2866
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2846
2867
|
if (!(1 === (1 & seen0))) {
|
|
2847
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2868
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().e6i_1);
|
|
2848
2869
|
}
|
|
2849
2870
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2850
|
-
$this.
|
|
2871
|
+
$this.g6i_1 = playerId;
|
|
2851
2872
|
return $this;
|
|
2852
2873
|
}
|
|
2853
2874
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2855,20 +2876,20 @@
|
|
|
2855
2876
|
}
|
|
2856
2877
|
function PlayerExitReasonDto(playerId) {
|
|
2857
2878
|
TerminationGameReasonDto.call(this);
|
|
2858
|
-
this.
|
|
2879
|
+
this.g6i_1 = playerId;
|
|
2859
2880
|
}
|
|
2860
2881
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2861
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2882
|
+
return 'PlayerExitReasonDto(playerId=' + this.g6i_1 + ')';
|
|
2862
2883
|
};
|
|
2863
2884
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2864
|
-
return getStringHashCode(this.
|
|
2885
|
+
return getStringHashCode(this.g6i_1);
|
|
2865
2886
|
};
|
|
2866
2887
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2867
2888
|
if (this === other)
|
|
2868
2889
|
return true;
|
|
2869
2890
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2870
2891
|
return false;
|
|
2871
|
-
if (!(this.
|
|
2892
|
+
if (!(this.g6i_1 === other.g6i_1))
|
|
2872
2893
|
return false;
|
|
2873
2894
|
return true;
|
|
2874
2895
|
};
|
|
@@ -2883,20 +2904,20 @@
|
|
|
2883
2904
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2884
2905
|
tmp0_serialDesc.gz('playerId', false);
|
|
2885
2906
|
tmp0_serialDesc.gz('tag', false);
|
|
2886
|
-
this.
|
|
2907
|
+
this.h6i_1 = tmp0_serialDesc;
|
|
2887
2908
|
}
|
|
2888
|
-
protoOf($serializer_5).
|
|
2889
|
-
var tmp0_desc = this.
|
|
2909
|
+
protoOf($serializer_5).i6i = function (encoder, value) {
|
|
2910
|
+
var tmp0_desc = this.h6i_1;
|
|
2890
2911
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2891
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2892
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2912
|
+
tmp1_output.dt(tmp0_desc, 0, value.j6i_1);
|
|
2913
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.k6i_1);
|
|
2893
2914
|
tmp1_output.pr(tmp0_desc);
|
|
2894
2915
|
};
|
|
2895
2916
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2896
|
-
return this.
|
|
2917
|
+
return this.i6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2897
2918
|
};
|
|
2898
2919
|
protoOf($serializer_5).do = function (decoder) {
|
|
2899
|
-
var tmp0_desc = this.
|
|
2920
|
+
var tmp0_desc = this.h6i_1;
|
|
2900
2921
|
var tmp1_flag = true;
|
|
2901
2922
|
var tmp2_index = 0;
|
|
2902
2923
|
var tmp3_bitMask0 = 0;
|
|
@@ -2931,7 +2952,7 @@
|
|
|
2931
2952
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2932
2953
|
};
|
|
2933
2954
|
protoOf($serializer_5).bo = function () {
|
|
2934
|
-
return this.
|
|
2955
|
+
return this.h6i_1;
|
|
2935
2956
|
};
|
|
2936
2957
|
protoOf($serializer_5).vz = function () {
|
|
2937
2958
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2947,11 +2968,11 @@
|
|
|
2947
2968
|
}
|
|
2948
2969
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2949
2970
|
if (!(3 === (3 & seen0))) {
|
|
2950
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2971
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().h6i_1);
|
|
2951
2972
|
}
|
|
2952
2973
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2953
|
-
$this.
|
|
2954
|
-
$this.
|
|
2974
|
+
$this.j6i_1 = playerId;
|
|
2975
|
+
$this.k6i_1 = tag;
|
|
2955
2976
|
return $this;
|
|
2956
2977
|
}
|
|
2957
2978
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2959,15 +2980,15 @@
|
|
|
2959
2980
|
}
|
|
2960
2981
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2961
2982
|
TerminationGameReasonDto.call(this);
|
|
2962
|
-
this.
|
|
2963
|
-
this.
|
|
2983
|
+
this.j6i_1 = playerId;
|
|
2984
|
+
this.k6i_1 = tag;
|
|
2964
2985
|
}
|
|
2965
2986
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2966
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2987
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.j6i_1 + ', tag=' + this.k6i_1 + ')';
|
|
2967
2988
|
};
|
|
2968
2989
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2969
|
-
var result = getStringHashCode(this.
|
|
2970
|
-
result = imul(result, 31) + (this.
|
|
2990
|
+
var result = getStringHashCode(this.j6i_1);
|
|
2991
|
+
result = imul(result, 31) + (this.k6i_1 == null ? 0 : getStringHashCode(this.k6i_1)) | 0;
|
|
2971
2992
|
return result;
|
|
2972
2993
|
};
|
|
2973
2994
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2975,9 +2996,9 @@
|
|
|
2975
2996
|
return true;
|
|
2976
2997
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2977
2998
|
return false;
|
|
2978
|
-
if (!(this.
|
|
2999
|
+
if (!(this.j6i_1 === other.j6i_1))
|
|
2979
3000
|
return false;
|
|
2980
|
-
if (!(this.
|
|
3001
|
+
if (!(this.k6i_1 == other.k6i_1))
|
|
2981
3002
|
return false;
|
|
2982
3003
|
return true;
|
|
2983
3004
|
};
|
|
@@ -2992,20 +3013,20 @@
|
|
|
2992
3013
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2993
3014
|
tmp0_serialDesc.gz('playerId', false);
|
|
2994
3015
|
tmp0_serialDesc.gz('tag', false);
|
|
2995
|
-
this.
|
|
3016
|
+
this.l6i_1 = tmp0_serialDesc;
|
|
2996
3017
|
}
|
|
2997
|
-
protoOf($serializer_6).
|
|
2998
|
-
var tmp0_desc = this.
|
|
3018
|
+
protoOf($serializer_6).m6i = function (encoder, value) {
|
|
3019
|
+
var tmp0_desc = this.l6i_1;
|
|
2999
3020
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3000
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
3001
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3021
|
+
tmp1_output.dt(tmp0_desc, 0, value.n6i_1);
|
|
3022
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.o6i_1);
|
|
3002
3023
|
tmp1_output.pr(tmp0_desc);
|
|
3003
3024
|
};
|
|
3004
3025
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3005
|
-
return this.
|
|
3026
|
+
return this.m6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3006
3027
|
};
|
|
3007
3028
|
protoOf($serializer_6).do = function (decoder) {
|
|
3008
|
-
var tmp0_desc = this.
|
|
3029
|
+
var tmp0_desc = this.l6i_1;
|
|
3009
3030
|
var tmp1_flag = true;
|
|
3010
3031
|
var tmp2_index = 0;
|
|
3011
3032
|
var tmp3_bitMask0 = 0;
|
|
@@ -3040,7 +3061,7 @@
|
|
|
3040
3061
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3041
3062
|
};
|
|
3042
3063
|
protoOf($serializer_6).bo = function () {
|
|
3043
|
-
return this.
|
|
3064
|
+
return this.l6i_1;
|
|
3044
3065
|
};
|
|
3045
3066
|
protoOf($serializer_6).vz = function () {
|
|
3046
3067
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3056,11 +3077,11 @@
|
|
|
3056
3077
|
}
|
|
3057
3078
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3058
3079
|
if (!(3 === (3 & seen0))) {
|
|
3059
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3080
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().l6i_1);
|
|
3060
3081
|
}
|
|
3061
3082
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3062
|
-
$this.
|
|
3063
|
-
$this.
|
|
3083
|
+
$this.n6i_1 = playerId;
|
|
3084
|
+
$this.o6i_1 = tag;
|
|
3064
3085
|
return $this;
|
|
3065
3086
|
}
|
|
3066
3087
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3068,15 +3089,15 @@
|
|
|
3068
3089
|
}
|
|
3069
3090
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3070
3091
|
TerminationGameReasonDto.call(this);
|
|
3071
|
-
this.
|
|
3072
|
-
this.
|
|
3092
|
+
this.n6i_1 = playerId;
|
|
3093
|
+
this.o6i_1 = tag;
|
|
3073
3094
|
}
|
|
3074
3095
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3075
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3096
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.n6i_1 + ', tag=' + this.o6i_1 + ')';
|
|
3076
3097
|
};
|
|
3077
3098
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3078
|
-
var result = getStringHashCode(this.
|
|
3079
|
-
result = imul(result, 31) + (this.
|
|
3099
|
+
var result = getStringHashCode(this.n6i_1);
|
|
3100
|
+
result = imul(result, 31) + (this.o6i_1 == null ? 0 : getStringHashCode(this.o6i_1)) | 0;
|
|
3080
3101
|
return result;
|
|
3081
3102
|
};
|
|
3082
3103
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3084,14 +3105,14 @@
|
|
|
3084
3105
|
return true;
|
|
3085
3106
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3086
3107
|
return false;
|
|
3087
|
-
if (!(this.
|
|
3108
|
+
if (!(this.n6i_1 === other.n6i_1))
|
|
3088
3109
|
return false;
|
|
3089
|
-
if (!(this.
|
|
3110
|
+
if (!(this.o6i_1 == other.o6i_1))
|
|
3090
3111
|
return false;
|
|
3091
3112
|
return true;
|
|
3092
3113
|
};
|
|
3093
3114
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3094
|
-
return $this.
|
|
3115
|
+
return $this.p6i_1.x();
|
|
3095
3116
|
}
|
|
3096
3117
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3097
3118
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3106,7 +3127,7 @@
|
|
|
3106
3127
|
TerminationGameReasonDto.call(this);
|
|
3107
3128
|
var tmp = this;
|
|
3108
3129
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3109
|
-
tmp.
|
|
3130
|
+
tmp.p6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3110
3131
|
}
|
|
3111
3132
|
protoOf(WaitingForConnectionReasonDto).q4t = function () {
|
|
3112
3133
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3143,19 +3164,19 @@
|
|
|
3143
3164
|
$serializer_instance_7 = this;
|
|
3144
3165
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3145
3166
|
tmp0_serialDesc.gz('gameCard', false);
|
|
3146
|
-
this.
|
|
3167
|
+
this.q6i_1 = tmp0_serialDesc;
|
|
3147
3168
|
}
|
|
3148
|
-
protoOf($serializer_7).
|
|
3149
|
-
var tmp0_desc = this.
|
|
3169
|
+
protoOf($serializer_7).r6i = function (encoder, value) {
|
|
3170
|
+
var tmp0_desc = this.q6i_1;
|
|
3150
3171
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3151
|
-
tmp1_output.ys(tmp0_desc, 0, value.
|
|
3172
|
+
tmp1_output.ys(tmp0_desc, 0, value.s6i_1);
|
|
3152
3173
|
tmp1_output.pr(tmp0_desc);
|
|
3153
3174
|
};
|
|
3154
3175
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3155
|
-
return this.
|
|
3176
|
+
return this.r6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3156
3177
|
};
|
|
3157
3178
|
protoOf($serializer_7).do = function (decoder) {
|
|
3158
|
-
var tmp0_desc = this.
|
|
3179
|
+
var tmp0_desc = this.q6i_1;
|
|
3159
3180
|
var tmp1_flag = true;
|
|
3160
3181
|
var tmp2_index = 0;
|
|
3161
3182
|
var tmp3_bitMask0 = 0;
|
|
@@ -3183,7 +3204,7 @@
|
|
|
3183
3204
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3184
3205
|
};
|
|
3185
3206
|
protoOf($serializer_7).bo = function () {
|
|
3186
|
-
return this.
|
|
3207
|
+
return this.q6i_1;
|
|
3187
3208
|
};
|
|
3188
3209
|
protoOf($serializer_7).vz = function () {
|
|
3189
3210
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3199,37 +3220,37 @@
|
|
|
3199
3220
|
}
|
|
3200
3221
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3201
3222
|
if (!(1 === (1 & seen0))) {
|
|
3202
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3223
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().q6i_1);
|
|
3203
3224
|
}
|
|
3204
|
-
$this.
|
|
3225
|
+
$this.s6i_1 = gameCard;
|
|
3205
3226
|
return $this;
|
|
3206
3227
|
}
|
|
3207
3228
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3208
3229
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3209
3230
|
}
|
|
3210
3231
|
function ProcessingCardDto(gameCard) {
|
|
3211
|
-
this.
|
|
3232
|
+
this.s6i_1 = gameCard;
|
|
3212
3233
|
}
|
|
3213
3234
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3214
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3235
|
+
return 'ProcessingCardDto(gameCard=' + this.s6i_1 + ')';
|
|
3215
3236
|
};
|
|
3216
3237
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3217
|
-
return this.
|
|
3238
|
+
return this.s6i_1;
|
|
3218
3239
|
};
|
|
3219
3240
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3220
3241
|
if (this === other)
|
|
3221
3242
|
return true;
|
|
3222
3243
|
if (!(other instanceof ProcessingCardDto))
|
|
3223
3244
|
return false;
|
|
3224
|
-
if (!(this.
|
|
3245
|
+
if (!(this.s6i_1 === other.s6i_1))
|
|
3225
3246
|
return false;
|
|
3226
3247
|
return true;
|
|
3227
3248
|
};
|
|
3228
3249
|
function mapToDto(_this__u8e3s4) {
|
|
3229
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3250
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.t6i_1));
|
|
3230
3251
|
}
|
|
3231
3252
|
function mapFromDto(_this__u8e3s4) {
|
|
3232
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3253
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.s6i_1));
|
|
3233
3254
|
}
|
|
3234
3255
|
function mapToDto_0(_this__u8e3s4) {
|
|
3235
3256
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3238,7 +3259,7 @@
|
|
|
3238
3259
|
return new GameCard(_this__u8e3s4);
|
|
3239
3260
|
}
|
|
3240
3261
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3241
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3262
|
+
return new CoreConfig(_this__u8e3s4.t6h_1, _this__u8e3s4.u6h_1, _this__u8e3s4.v6h_1, _this__u8e3s4.w6h_1);
|
|
3242
3263
|
}
|
|
3243
3264
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3244
3265
|
return new Team(_this__u8e3s4);
|
|
@@ -3359,20 +3380,20 @@
|
|
|
3359
3380
|
}
|
|
3360
3381
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3361
3382
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3362
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3383
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.d6i_1, get_gameFinishedReasonMapping());
|
|
3363
3384
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
3364
3385
|
}
|
|
3365
3386
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3366
3387
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3367
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3388
|
+
return new PlayerExitReason(_this__u8e3s4.g6i_1);
|
|
3368
3389
|
}
|
|
3369
3390
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3370
3391
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3371
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3392
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.j6i_1, _this__u8e3s4.k6i_1);
|
|
3372
3393
|
}
|
|
3373
3394
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3374
3395
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3375
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3396
|
+
return new PlayerTimeoutReason(_this__u8e3s4.n6i_1, _this__u8e3s4.o6i_1);
|
|
3376
3397
|
}
|
|
3377
3398
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3378
3399
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3433,14 +3454,14 @@
|
|
|
3433
3454
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3434
3455
|
}
|
|
3435
3456
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3436
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3437
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3438
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3439
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3440
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3441
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3442
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3443
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3457
|
+
var tmp0_elvis_lhs = _this__u8e3s4.u6i_1;
|
|
3458
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.v6i_1) : tmp0_elvis_lhs;
|
|
3459
|
+
var tmp1_elvis_lhs = _this__u8e3s4.w6i_1;
|
|
3460
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.x6i_1) : tmp1_elvis_lhs;
|
|
3461
|
+
var tmp2_elvis_lhs = _this__u8e3s4.y6i_1;
|
|
3462
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.z6i_1 : tmp2_elvis_lhs;
|
|
3463
|
+
var tmp3_elvis_lhs = _this__u8e3s4.b6j_1;
|
|
3464
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.c6j_1, _this__u8e3s4.a6j_1);
|
|
3444
3465
|
}
|
|
3445
3466
|
function mapToDto_11(_this__u8e3s4) {
|
|
3446
3467
|
var tmp0_safe_receiver = _this__u8e3s4.n6f_1;
|
|
@@ -3457,7 +3478,7 @@
|
|
|
3457
3478
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3458
3479
|
}
|
|
3459
3480
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3460
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3481
|
+
var tmp0_safe_receiver = _this__u8e3s4.d6j_1;
|
|
3461
3482
|
var tmp;
|
|
3462
3483
|
if (tmp0_safe_receiver == null) {
|
|
3463
3484
|
tmp = null;
|
|
@@ -3466,7 +3487,7 @@
|
|
|
3466
3487
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3467
3488
|
}
|
|
3468
3489
|
var tmp5_startFromTime = tmp;
|
|
3469
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3490
|
+
var tmp1_safe_receiver = _this__u8e3s4.f6j_1;
|
|
3470
3491
|
var tmp_0;
|
|
3471
3492
|
if (tmp1_safe_receiver == null) {
|
|
3472
3493
|
tmp_0 = null;
|
|
@@ -3475,7 +3496,7 @@
|
|
|
3475
3496
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3476
3497
|
}
|
|
3477
3498
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3478
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3499
|
+
var tmp2_safe_receiver = _this__u8e3s4.e6j_1;
|
|
3479
3500
|
var tmp_1;
|
|
3480
3501
|
if (tmp2_safe_receiver == null) {
|
|
3481
3502
|
tmp_1 = null;
|
|
@@ -3484,11 +3505,11 @@
|
|
|
3484
3505
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3485
3506
|
}
|
|
3486
3507
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3487
|
-
var tmp8_state = _this__u8e3s4.
|
|
3488
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3489
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3508
|
+
var tmp8_state = _this__u8e3s4.g6j_1;
|
|
3509
|
+
var tmp9_tag = _this__u8e3s4.i6j_1;
|
|
3510
|
+
var tmp3_elvis_lhs = _this__u8e3s4.h6j_1;
|
|
3490
3511
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3491
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3512
|
+
var tmp4_safe_receiver = _this__u8e3s4.j6j_1;
|
|
3492
3513
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3493
3514
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3494
3515
|
}
|
|
@@ -3496,7 +3517,7 @@
|
|
|
3496
3517
|
return new PlayerConnectionDto(_this__u8e3s4.z6f_1, _this__u8e3s4.a6g_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.b6g_1));
|
|
3497
3518
|
}
|
|
3498
3519
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3499
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3520
|
+
return new PlayerConnection(_this__u8e3s4.k6j_1, Companion_getInstance_0().mk(_this__u8e3s4.l6j_1), Companion_getInstance().gk(_this__u8e3s4.m6j_1));
|
|
3500
3521
|
}
|
|
3501
3522
|
function Companion_18() {
|
|
3502
3523
|
}
|
|
@@ -3516,39 +3537,39 @@
|
|
|
3516
3537
|
tmp0_serialDesc.gz('rating', false);
|
|
3517
3538
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3518
3539
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3519
|
-
this.
|
|
3540
|
+
this.n6j_1 = tmp0_serialDesc;
|
|
3520
3541
|
}
|
|
3521
|
-
protoOf($serializer_8).
|
|
3522
|
-
var tmp0_desc = this.
|
|
3542
|
+
protoOf($serializer_8).o6j = function (encoder, value) {
|
|
3543
|
+
var tmp0_desc = this.n6j_1;
|
|
3523
3544
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3524
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3525
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3545
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.u6i_1 == null)) {
|
|
3546
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.u6i_1);
|
|
3526
3547
|
}
|
|
3527
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3528
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3548
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.v6i_1 == null)) {
|
|
3549
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.v6i_1);
|
|
3529
3550
|
}
|
|
3530
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3531
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3551
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.w6i_1 == null)) {
|
|
3552
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.w6i_1);
|
|
3532
3553
|
}
|
|
3533
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3534
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3554
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.x6i_1 == null)) {
|
|
3555
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.x6i_1);
|
|
3535
3556
|
}
|
|
3536
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3537
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3557
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.y6i_1 == null)) {
|
|
3558
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.y6i_1);
|
|
3538
3559
|
}
|
|
3539
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3540
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3560
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.z6i_1 == null)) {
|
|
3561
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.z6i_1);
|
|
3541
3562
|
}
|
|
3542
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3543
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3544
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3563
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.a6j_1);
|
|
3564
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.b6j_1);
|
|
3565
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.c6j_1);
|
|
3545
3566
|
tmp1_output.pr(tmp0_desc);
|
|
3546
3567
|
};
|
|
3547
3568
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3548
|
-
return this.
|
|
3569
|
+
return this.o6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3549
3570
|
};
|
|
3550
3571
|
protoOf($serializer_8).do = function (decoder) {
|
|
3551
|
-
var tmp0_desc = this.
|
|
3572
|
+
var tmp0_desc = this.n6j_1;
|
|
3552
3573
|
var tmp1_flag = true;
|
|
3553
3574
|
var tmp2_index = 0;
|
|
3554
3575
|
var tmp3_bitMask0 = 0;
|
|
@@ -3632,7 +3653,7 @@
|
|
|
3632
3653
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3633
3654
|
};
|
|
3634
3655
|
protoOf($serializer_8).bo = function () {
|
|
3635
|
-
return this.
|
|
3656
|
+
return this.n6j_1;
|
|
3636
3657
|
};
|
|
3637
3658
|
protoOf($serializer_8).vz = function () {
|
|
3638
3659
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3648,35 +3669,35 @@
|
|
|
3648
3669
|
}
|
|
3649
3670
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3650
3671
|
if (!(448 === (448 & seen0))) {
|
|
3651
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3672
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().n6j_1);
|
|
3652
3673
|
}
|
|
3653
3674
|
if (0 === (seen0 & 1))
|
|
3654
|
-
$this.
|
|
3675
|
+
$this.u6i_1 = null;
|
|
3655
3676
|
else
|
|
3656
|
-
$this.
|
|
3677
|
+
$this.u6i_1 = playerId;
|
|
3657
3678
|
if (0 === (seen0 & 2))
|
|
3658
|
-
$this.
|
|
3679
|
+
$this.v6i_1 = null;
|
|
3659
3680
|
else
|
|
3660
|
-
$this.
|
|
3681
|
+
$this.v6i_1 = uid;
|
|
3661
3682
|
if (0 === (seen0 & 4))
|
|
3662
|
-
$this.
|
|
3683
|
+
$this.w6i_1 = null;
|
|
3663
3684
|
else
|
|
3664
|
-
$this.
|
|
3685
|
+
$this.w6i_1 = name;
|
|
3665
3686
|
if (0 === (seen0 & 8))
|
|
3666
|
-
$this.
|
|
3687
|
+
$this.x6i_1 = null;
|
|
3667
3688
|
else
|
|
3668
|
-
$this.
|
|
3689
|
+
$this.x6i_1 = nickname;
|
|
3669
3690
|
if (0 === (seen0 & 16))
|
|
3670
|
-
$this.
|
|
3691
|
+
$this.y6i_1 = null;
|
|
3671
3692
|
else
|
|
3672
|
-
$this.
|
|
3693
|
+
$this.y6i_1 = avatarUrl;
|
|
3673
3694
|
if (0 === (seen0 & 32))
|
|
3674
|
-
$this.
|
|
3695
|
+
$this.z6i_1 = null;
|
|
3675
3696
|
else
|
|
3676
|
-
$this.
|
|
3677
|
-
$this.
|
|
3678
|
-
$this.
|
|
3679
|
-
$this.
|
|
3697
|
+
$this.z6i_1 = photo;
|
|
3698
|
+
$this.a6j_1 = rating;
|
|
3699
|
+
$this.b6j_1 = isBot;
|
|
3700
|
+
$this.c6j_1 = initialLuckyFactor;
|
|
3680
3701
|
return $this;
|
|
3681
3702
|
}
|
|
3682
3703
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3689,47 +3710,47 @@
|
|
|
3689
3710
|
nickname = nickname === VOID ? null : nickname;
|
|
3690
3711
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3691
3712
|
photo = photo === VOID ? null : photo;
|
|
3692
|
-
this.
|
|
3693
|
-
this.
|
|
3694
|
-
this.
|
|
3695
|
-
this.
|
|
3696
|
-
this.
|
|
3697
|
-
this.
|
|
3698
|
-
this.
|
|
3699
|
-
this.
|
|
3700
|
-
this.
|
|
3701
|
-
}
|
|
3702
|
-
protoOf(GameUserInfoDto).
|
|
3703
|
-
return this.
|
|
3704
|
-
};
|
|
3705
|
-
protoOf(GameUserInfoDto).
|
|
3713
|
+
this.u6i_1 = playerId;
|
|
3714
|
+
this.v6i_1 = uid;
|
|
3715
|
+
this.w6i_1 = name;
|
|
3716
|
+
this.x6i_1 = nickname;
|
|
3717
|
+
this.y6i_1 = avatarUrl;
|
|
3718
|
+
this.z6i_1 = photo;
|
|
3719
|
+
this.a6j_1 = rating;
|
|
3720
|
+
this.b6j_1 = isBot;
|
|
3721
|
+
this.c6j_1 = initialLuckyFactor;
|
|
3722
|
+
}
|
|
3723
|
+
protoOf(GameUserInfoDto).p6j = function () {
|
|
3724
|
+
return this.q6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3725
|
+
};
|
|
3726
|
+
protoOf(GameUserInfoDto).r6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3706
3727
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3707
3728
|
};
|
|
3708
|
-
protoOf(GameUserInfoDto).
|
|
3709
|
-
playerId = playerId === VOID ? this.
|
|
3710
|
-
uid = uid === VOID ? this.
|
|
3711
|
-
name = name === VOID ? this.
|
|
3712
|
-
nickname = nickname === VOID ? this.
|
|
3713
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3714
|
-
photo = photo === VOID ? this.
|
|
3715
|
-
rating = rating === VOID ? this.
|
|
3716
|
-
isBot = isBot === VOID ? this.
|
|
3717
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3718
|
-
return $super === VOID ? this.
|
|
3729
|
+
protoOf(GameUserInfoDto).q6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3730
|
+
playerId = playerId === VOID ? this.u6i_1 : playerId;
|
|
3731
|
+
uid = uid === VOID ? this.v6i_1 : uid;
|
|
3732
|
+
name = name === VOID ? this.w6i_1 : name;
|
|
3733
|
+
nickname = nickname === VOID ? this.x6i_1 : nickname;
|
|
3734
|
+
avatarUrl = avatarUrl === VOID ? this.y6i_1 : avatarUrl;
|
|
3735
|
+
photo = photo === VOID ? this.z6i_1 : photo;
|
|
3736
|
+
rating = rating === VOID ? this.a6j_1 : rating;
|
|
3737
|
+
isBot = isBot === VOID ? this.b6j_1 : isBot;
|
|
3738
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.c6j_1 : initialLuckyFactor;
|
|
3739
|
+
return $super === VOID ? this.r6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.r6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3719
3740
|
};
|
|
3720
3741
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3721
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3742
|
+
return 'GameUserInfoDto(playerId=' + this.u6i_1 + ', uid=' + this.v6i_1 + ', name=' + this.w6i_1 + ', nickname=' + this.x6i_1 + ', avatarUrl=' + this.y6i_1 + ', photo=' + this.z6i_1 + ', rating=' + this.a6j_1 + ', isBot=' + this.b6j_1 + ', initialLuckyFactor=' + this.c6j_1 + ')';
|
|
3722
3743
|
};
|
|
3723
3744
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3724
|
-
var result = this.
|
|
3725
|
-
result = imul(result, 31) + (this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1)) | 0;
|
|
3745
|
+
var result = this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1);
|
|
3726
3746
|
result = imul(result, 31) + (this.v6i_1 == null ? 0 : getStringHashCode(this.v6i_1)) | 0;
|
|
3727
3747
|
result = imul(result, 31) + (this.w6i_1 == null ? 0 : getStringHashCode(this.w6i_1)) | 0;
|
|
3728
3748
|
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1)) | 0;
|
|
3729
3749
|
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3730
|
-
result = imul(result, 31) + (this.z6i_1 == null ? 0 :
|
|
3731
|
-
result = imul(result, 31) + (this.a6j_1 == null ? 0 :
|
|
3732
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 :
|
|
3750
|
+
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getStringHashCode(this.z6i_1)) | 0;
|
|
3751
|
+
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getNumberHashCode(this.a6j_1)) | 0;
|
|
3752
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getBooleanHashCode(this.b6j_1)) | 0;
|
|
3753
|
+
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getNumberHashCode(this.c6j_1)) | 0;
|
|
3733
3754
|
return result;
|
|
3734
3755
|
};
|
|
3735
3756
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3737,8 +3758,6 @@
|
|
|
3737
3758
|
return true;
|
|
3738
3759
|
if (!(other instanceof GameUserInfoDto))
|
|
3739
3760
|
return false;
|
|
3740
|
-
if (!(this.t6i_1 == other.t6i_1))
|
|
3741
|
-
return false;
|
|
3742
3761
|
if (!(this.u6i_1 == other.u6i_1))
|
|
3743
3762
|
return false;
|
|
3744
3763
|
if (!(this.v6i_1 == other.v6i_1))
|
|
@@ -3749,11 +3768,13 @@
|
|
|
3749
3768
|
return false;
|
|
3750
3769
|
if (!(this.y6i_1 == other.y6i_1))
|
|
3751
3770
|
return false;
|
|
3752
|
-
if (!
|
|
3771
|
+
if (!(this.z6i_1 == other.z6i_1))
|
|
3753
3772
|
return false;
|
|
3754
|
-
if (!(this.a6j_1
|
|
3773
|
+
if (!equals(this.a6j_1, other.a6j_1))
|
|
3755
3774
|
return false;
|
|
3756
|
-
if (!
|
|
3775
|
+
if (!(this.b6j_1 == other.b6j_1))
|
|
3776
|
+
return false;
|
|
3777
|
+
if (!equals(this.c6j_1, other.c6j_1))
|
|
3757
3778
|
return false;
|
|
3758
3779
|
return true;
|
|
3759
3780
|
};
|
|
@@ -3767,7 +3788,7 @@
|
|
|
3767
3788
|
// Inline function 'kotlin.arrayOf' call
|
|
3768
3789
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3769
3790
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3770
|
-
tmp.
|
|
3791
|
+
tmp.s6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3771
3792
|
}
|
|
3772
3793
|
var Companion_instance_21;
|
|
3773
3794
|
function Companion_getInstance_22() {
|
|
@@ -3781,22 +3802,22 @@
|
|
|
3781
3802
|
tmp0_serialDesc.gz('state', false);
|
|
3782
3803
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3783
3804
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3784
|
-
this.
|
|
3805
|
+
this.t6j_1 = tmp0_serialDesc;
|
|
3785
3806
|
}
|
|
3786
|
-
protoOf($serializer_9).
|
|
3787
|
-
var tmp0_desc = this.
|
|
3807
|
+
protoOf($serializer_9).u6j = function (encoder, value) {
|
|
3808
|
+
var tmp0_desc = this.t6j_1;
|
|
3788
3809
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3789
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3790
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3791
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3792
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3810
|
+
var tmp2_cached = Companion_getInstance_22().s6j_1;
|
|
3811
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.k6j_1);
|
|
3812
|
+
tmp1_output.dt(tmp0_desc, 1, value.l6j_1);
|
|
3813
|
+
tmp1_output.dt(tmp0_desc, 2, value.m6j_1);
|
|
3793
3814
|
tmp1_output.pr(tmp0_desc);
|
|
3794
3815
|
};
|
|
3795
3816
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3796
|
-
return this.
|
|
3817
|
+
return this.u6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3797
3818
|
};
|
|
3798
3819
|
protoOf($serializer_9).do = function (decoder) {
|
|
3799
|
-
var tmp0_desc = this.
|
|
3820
|
+
var tmp0_desc = this.t6j_1;
|
|
3800
3821
|
var tmp1_flag = true;
|
|
3801
3822
|
var tmp2_index = 0;
|
|
3802
3823
|
var tmp3_bitMask0 = 0;
|
|
@@ -3804,7 +3825,7 @@
|
|
|
3804
3825
|
var tmp5_local1 = null;
|
|
3805
3826
|
var tmp6_local2 = null;
|
|
3806
3827
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3807
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3828
|
+
var tmp8_cached = Companion_getInstance_22().s6j_1;
|
|
3808
3829
|
if (tmp7_input.es()) {
|
|
3809
3830
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3810
3831
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3839,13 +3860,13 @@
|
|
|
3839
3860
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3840
3861
|
};
|
|
3841
3862
|
protoOf($serializer_9).bo = function () {
|
|
3842
|
-
return this.
|
|
3863
|
+
return this.t6j_1;
|
|
3843
3864
|
};
|
|
3844
3865
|
protoOf($serializer_9).vz = function () {
|
|
3845
3866
|
// Inline function 'kotlin.arrayOf' call
|
|
3846
3867
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3847
3868
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3848
|
-
return [Companion_getInstance_22().
|
|
3869
|
+
return [Companion_getInstance_22().s6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3849
3870
|
};
|
|
3850
3871
|
var $serializer_instance_9;
|
|
3851
3872
|
function $serializer_getInstance_9() {
|
|
@@ -3855,11 +3876,11 @@
|
|
|
3855
3876
|
}
|
|
3856
3877
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3857
3878
|
if (!(7 === (7 & seen0))) {
|
|
3858
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3879
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().t6j_1);
|
|
3859
3880
|
}
|
|
3860
|
-
$this.
|
|
3861
|
-
$this.
|
|
3862
|
-
$this.
|
|
3881
|
+
$this.k6j_1 = state;
|
|
3882
|
+
$this.l6j_1 = connectionChangedTime;
|
|
3883
|
+
$this.m6j_1 = notLiveDurationRecord;
|
|
3863
3884
|
return $this;
|
|
3864
3885
|
}
|
|
3865
3886
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3867,17 +3888,17 @@
|
|
|
3867
3888
|
}
|
|
3868
3889
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3869
3890
|
Companion_getInstance_22();
|
|
3870
|
-
this.
|
|
3871
|
-
this.
|
|
3872
|
-
this.
|
|
3891
|
+
this.k6j_1 = state;
|
|
3892
|
+
this.l6j_1 = connectionChangedTime;
|
|
3893
|
+
this.m6j_1 = notLiveDurationRecord;
|
|
3873
3894
|
}
|
|
3874
3895
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3875
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3896
|
+
return 'PlayerConnectionDto(state=' + this.k6j_1.toString() + ', connectionChangedTime=' + this.l6j_1 + ', notLiveDurationRecord=' + this.m6j_1 + ')';
|
|
3876
3897
|
};
|
|
3877
3898
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3878
|
-
var result = this.
|
|
3879
|
-
result = imul(result, 31) + getStringHashCode(this.k6j_1) | 0;
|
|
3899
|
+
var result = this.k6j_1.hashCode();
|
|
3880
3900
|
result = imul(result, 31) + getStringHashCode(this.l6j_1) | 0;
|
|
3901
|
+
result = imul(result, 31) + getStringHashCode(this.m6j_1) | 0;
|
|
3881
3902
|
return result;
|
|
3882
3903
|
};
|
|
3883
3904
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3885,12 +3906,12 @@
|
|
|
3885
3906
|
return true;
|
|
3886
3907
|
if (!(other instanceof PlayerConnectionDto))
|
|
3887
3908
|
return false;
|
|
3888
|
-
if (!this.
|
|
3889
|
-
return false;
|
|
3890
|
-
if (!(this.k6j_1 === other.k6j_1))
|
|
3909
|
+
if (!this.k6j_1.equals(other.k6j_1))
|
|
3891
3910
|
return false;
|
|
3892
3911
|
if (!(this.l6j_1 === other.l6j_1))
|
|
3893
3912
|
return false;
|
|
3913
|
+
if (!(this.m6j_1 === other.m6j_1))
|
|
3914
|
+
return false;
|
|
3894
3915
|
return true;
|
|
3895
3916
|
};
|
|
3896
3917
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3903,7 +3924,7 @@
|
|
|
3903
3924
|
// Inline function 'kotlin.arrayOf' call
|
|
3904
3925
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3905
3926
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3906
|
-
tmp.
|
|
3927
|
+
tmp.v6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3907
3928
|
}
|
|
3908
3929
|
var Companion_instance_22;
|
|
3909
3930
|
function Companion_getInstance_23() {
|
|
@@ -3921,38 +3942,38 @@
|
|
|
3921
3942
|
tmp0_serialDesc.gz('ready', true);
|
|
3922
3943
|
tmp0_serialDesc.gz('tag', true);
|
|
3923
3944
|
tmp0_serialDesc.gz('connection', true);
|
|
3924
|
-
this.
|
|
3945
|
+
this.w6j_1 = tmp0_serialDesc;
|
|
3925
3946
|
}
|
|
3926
|
-
protoOf($serializer_10).
|
|
3927
|
-
var tmp0_desc = this.
|
|
3947
|
+
protoOf($serializer_10).x6j = function (encoder, value) {
|
|
3948
|
+
var tmp0_desc = this.w6j_1;
|
|
3928
3949
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3929
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3930
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3931
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3950
|
+
var tmp2_cached = Companion_getInstance_23().v6j_1;
|
|
3951
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.d6j_1 == null)) {
|
|
3952
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.d6j_1);
|
|
3932
3953
|
}
|
|
3933
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3934
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3954
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.e6j_1 == null)) {
|
|
3955
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.e6j_1);
|
|
3935
3956
|
}
|
|
3936
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3937
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3957
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.f6j_1 == null)) {
|
|
3958
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.f6j_1);
|
|
3938
3959
|
}
|
|
3939
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3940
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3941
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3960
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.g6j_1);
|
|
3961
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.h6j_1 == null)) {
|
|
3962
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.h6j_1);
|
|
3942
3963
|
}
|
|
3943
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3944
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3964
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.i6j_1 == null)) {
|
|
3965
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.i6j_1);
|
|
3945
3966
|
}
|
|
3946
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3947
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3967
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.j6j_1 == null)) {
|
|
3968
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.j6j_1);
|
|
3948
3969
|
}
|
|
3949
3970
|
tmp1_output.pr(tmp0_desc);
|
|
3950
3971
|
};
|
|
3951
3972
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
3952
|
-
return this.
|
|
3973
|
+
return this.x6j(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3953
3974
|
};
|
|
3954
3975
|
protoOf($serializer_10).do = function (decoder) {
|
|
3955
|
-
var tmp0_desc = this.
|
|
3976
|
+
var tmp0_desc = this.w6j_1;
|
|
3956
3977
|
var tmp1_flag = true;
|
|
3957
3978
|
var tmp2_index = 0;
|
|
3958
3979
|
var tmp3_bitMask0 = 0;
|
|
@@ -3964,7 +3985,7 @@
|
|
|
3964
3985
|
var tmp9_local5 = null;
|
|
3965
3986
|
var tmp10_local6 = null;
|
|
3966
3987
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3967
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
3988
|
+
var tmp12_cached = Companion_getInstance_23().v6j_1;
|
|
3968
3989
|
if (tmp11_input.es()) {
|
|
3969
3990
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3970
3991
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4023,10 +4044,10 @@
|
|
|
4023
4044
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4024
4045
|
};
|
|
4025
4046
|
protoOf($serializer_10).bo = function () {
|
|
4026
|
-
return this.
|
|
4047
|
+
return this.w6j_1;
|
|
4027
4048
|
};
|
|
4028
4049
|
protoOf($serializer_10).vz = function () {
|
|
4029
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4050
|
+
var tmp0_cached = Companion_getInstance_23().v6j_1;
|
|
4030
4051
|
// Inline function 'kotlin.arrayOf' call
|
|
4031
4052
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4032
4053
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4040,33 +4061,33 @@
|
|
|
4040
4061
|
}
|
|
4041
4062
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4042
4063
|
if (!(8 === (8 & seen0))) {
|
|
4043
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4064
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().w6j_1);
|
|
4044
4065
|
}
|
|
4045
4066
|
if (0 === (seen0 & 1))
|
|
4046
|
-
$this.
|
|
4067
|
+
$this.d6j_1 = null;
|
|
4047
4068
|
else
|
|
4048
|
-
$this.
|
|
4069
|
+
$this.d6j_1 = startFrom;
|
|
4049
4070
|
if (0 === (seen0 & 2))
|
|
4050
|
-
$this.
|
|
4071
|
+
$this.e6j_1 = null;
|
|
4051
4072
|
else
|
|
4052
|
-
$this.
|
|
4073
|
+
$this.e6j_1 = playerTurnTimeout;
|
|
4053
4074
|
if (0 === (seen0 & 4))
|
|
4054
|
-
$this.
|
|
4075
|
+
$this.f6j_1 = null;
|
|
4055
4076
|
else
|
|
4056
|
-
$this.
|
|
4057
|
-
$this.
|
|
4077
|
+
$this.f6j_1 = waitPlayerUntilTime;
|
|
4078
|
+
$this.g6j_1 = state;
|
|
4058
4079
|
if (0 === (seen0 & 16))
|
|
4059
|
-
$this.
|
|
4080
|
+
$this.h6j_1 = null;
|
|
4060
4081
|
else
|
|
4061
|
-
$this.
|
|
4082
|
+
$this.h6j_1 = ready;
|
|
4062
4083
|
if (0 === (seen0 & 32))
|
|
4063
|
-
$this.
|
|
4084
|
+
$this.i6j_1 = null;
|
|
4064
4085
|
else
|
|
4065
|
-
$this.
|
|
4086
|
+
$this.i6j_1 = tag;
|
|
4066
4087
|
if (0 === (seen0 & 64))
|
|
4067
|
-
$this.
|
|
4088
|
+
$this.j6j_1 = null;
|
|
4068
4089
|
else
|
|
4069
|
-
$this.
|
|
4090
|
+
$this.j6j_1 = connection;
|
|
4070
4091
|
return $this;
|
|
4071
4092
|
}
|
|
4072
4093
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4080,25 +4101,25 @@
|
|
|
4080
4101
|
ready = ready === VOID ? null : ready;
|
|
4081
4102
|
tag = tag === VOID ? null : tag;
|
|
4082
4103
|
connection = connection === VOID ? null : connection;
|
|
4083
|
-
this.
|
|
4084
|
-
this.
|
|
4085
|
-
this.
|
|
4086
|
-
this.
|
|
4087
|
-
this.
|
|
4088
|
-
this.
|
|
4089
|
-
this.
|
|
4104
|
+
this.d6j_1 = startFrom;
|
|
4105
|
+
this.e6j_1 = playerTurnTimeout;
|
|
4106
|
+
this.f6j_1 = waitPlayerUntilTime;
|
|
4107
|
+
this.g6j_1 = state;
|
|
4108
|
+
this.h6j_1 = ready;
|
|
4109
|
+
this.i6j_1 = tag;
|
|
4110
|
+
this.j6j_1 = connection;
|
|
4090
4111
|
}
|
|
4091
4112
|
protoOf(PlayerStateDto).toString = function () {
|
|
4092
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4113
|
+
return 'PlayerStateDto(startFrom=' + this.d6j_1 + ', playerTurnTimeout=' + this.e6j_1 + ', waitPlayerUntilTime=' + this.f6j_1 + ', state=' + this.g6j_1.toString() + ', ready=' + this.h6j_1 + ', tag=' + this.i6j_1 + ', connection=' + toString(this.j6j_1) + ')';
|
|
4093
4114
|
};
|
|
4094
4115
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4095
|
-
var result = this.
|
|
4096
|
-
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1)) | 0;
|
|
4116
|
+
var result = this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1);
|
|
4097
4117
|
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getStringHashCode(this.e6j_1)) | 0;
|
|
4098
|
-
result = imul(result, 31) + this.f6j_1.
|
|
4099
|
-
result = imul(result, 31) +
|
|
4100
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 :
|
|
4101
|
-
result = imul(result, 31) + (this.i6j_1 == null ? 0 : this.i6j_1
|
|
4118
|
+
result = imul(result, 31) + (this.f6j_1 == null ? 0 : getStringHashCode(this.f6j_1)) | 0;
|
|
4119
|
+
result = imul(result, 31) + this.g6j_1.hashCode() | 0;
|
|
4120
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getBooleanHashCode(this.h6j_1)) | 0;
|
|
4121
|
+
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4122
|
+
result = imul(result, 31) + (this.j6j_1 == null ? 0 : this.j6j_1.hashCode()) | 0;
|
|
4102
4123
|
return result;
|
|
4103
4124
|
};
|
|
4104
4125
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4106,19 +4127,19 @@
|
|
|
4106
4127
|
return true;
|
|
4107
4128
|
if (!(other instanceof PlayerStateDto))
|
|
4108
4129
|
return false;
|
|
4109
|
-
if (!(this.c6j_1 == other.c6j_1))
|
|
4110
|
-
return false;
|
|
4111
4130
|
if (!(this.d6j_1 == other.d6j_1))
|
|
4112
4131
|
return false;
|
|
4113
4132
|
if (!(this.e6j_1 == other.e6j_1))
|
|
4114
4133
|
return false;
|
|
4115
|
-
if (!this.f6j_1
|
|
4134
|
+
if (!(this.f6j_1 == other.f6j_1))
|
|
4116
4135
|
return false;
|
|
4117
|
-
if (!
|
|
4136
|
+
if (!this.g6j_1.equals(other.g6j_1))
|
|
4118
4137
|
return false;
|
|
4119
4138
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4120
4139
|
return false;
|
|
4121
|
-
if (!
|
|
4140
|
+
if (!(this.i6j_1 == other.i6j_1))
|
|
4141
|
+
return false;
|
|
4142
|
+
if (!equals(this.j6j_1, other.j6j_1))
|
|
4122
4143
|
return false;
|
|
4123
4144
|
return true;
|
|
4124
4145
|
};
|
|
@@ -4142,7 +4163,7 @@
|
|
|
4142
4163
|
// Inline function 'kotlin.arrayOf' call
|
|
4143
4164
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4144
4165
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4145
|
-
tmp.
|
|
4166
|
+
tmp.y6j_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
4146
4167
|
}
|
|
4147
4168
|
var Companion_instance_23;
|
|
4148
4169
|
function Companion_getInstance_24() {
|
|
@@ -4179,45 +4200,45 @@
|
|
|
4179
4200
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
4180
4201
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
4181
4202
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
4182
|
-
this.
|
|
4203
|
+
this.z6j_1 = tmp0_serialDesc;
|
|
4183
4204
|
}
|
|
4184
|
-
protoOf($serializer_11).
|
|
4185
|
-
var tmp0_desc = this.
|
|
4205
|
+
protoOf($serializer_11).a6k = function (encoder, value) {
|
|
4206
|
+
var tmp0_desc = this.z6j_1;
|
|
4186
4207
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
4187
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4188
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4189
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4190
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4191
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4192
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4193
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4194
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4195
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4196
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4197
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4198
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4199
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4200
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4201
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4202
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4203
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4204
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4205
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4206
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4207
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4208
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4209
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
4210
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4211
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4212
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4213
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4208
|
+
var tmp2_cached = Companion_getInstance_24().y6j_1;
|
|
4209
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.b6k_1);
|
|
4210
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.c6k_1);
|
|
4211
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.d6k_1);
|
|
4212
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.e6k_1);
|
|
4213
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.f6k_1);
|
|
4214
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.g6k_1);
|
|
4215
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.h6k_1);
|
|
4216
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i6k_1);
|
|
4217
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.j6k_1);
|
|
4218
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.k6k_1);
|
|
4219
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.l6k_1);
|
|
4220
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.m6k_1);
|
|
4221
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.n6k_1);
|
|
4222
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.o6k_1);
|
|
4223
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.p6k_1);
|
|
4224
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.q6k_1);
|
|
4225
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.r6k_1);
|
|
4226
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.s6k_1);
|
|
4227
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4228
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4229
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.v6k_1);
|
|
4230
|
+
tmp1_output.dt(tmp0_desc, 21, value.w6k_1);
|
|
4231
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.x6k_1);
|
|
4232
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.y6k_1);
|
|
4233
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.z6k_1);
|
|
4234
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.a6l_1);
|
|
4214
4235
|
tmp1_output.pr(tmp0_desc);
|
|
4215
4236
|
};
|
|
4216
4237
|
protoOf($serializer_11).co = function (encoder, value) {
|
|
4217
|
-
return this.
|
|
4238
|
+
return this.a6k(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4218
4239
|
};
|
|
4219
4240
|
protoOf($serializer_11).do = function (decoder) {
|
|
4220
|
-
var tmp0_desc = this.
|
|
4241
|
+
var tmp0_desc = this.z6j_1;
|
|
4221
4242
|
var tmp1_flag = true;
|
|
4222
4243
|
var tmp2_index = 0;
|
|
4223
4244
|
var tmp3_bitMask0 = 0;
|
|
@@ -4248,7 +4269,7 @@
|
|
|
4248
4269
|
var tmp28_local24 = null;
|
|
4249
4270
|
var tmp29_local25 = null;
|
|
4250
4271
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
4251
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4272
|
+
var tmp31_cached = Companion_getInstance_24().y6j_1;
|
|
4252
4273
|
if (tmp30_input.es()) {
|
|
4253
4274
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4254
4275
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4421,10 +4442,10 @@
|
|
|
4421
4442
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4422
4443
|
};
|
|
4423
4444
|
protoOf($serializer_11).bo = function () {
|
|
4424
|
-
return this.
|
|
4445
|
+
return this.z6j_1;
|
|
4425
4446
|
};
|
|
4426
4447
|
protoOf($serializer_11).vz = function () {
|
|
4427
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4448
|
+
var tmp0_cached = Companion_getInstance_24().y6j_1;
|
|
4428
4449
|
// Inline function 'kotlin.arrayOf' call
|
|
4429
4450
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4430
4451
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4438,34 +4459,34 @@
|
|
|
4438
4459
|
}
|
|
4439
4460
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4440
4461
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4441
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4442
|
-
}
|
|
4443
|
-
$this.
|
|
4444
|
-
$this.
|
|
4445
|
-
$this.
|
|
4446
|
-
$this.
|
|
4447
|
-
$this.
|
|
4448
|
-
$this.
|
|
4449
|
-
$this.
|
|
4450
|
-
$this.
|
|
4451
|
-
$this.
|
|
4452
|
-
$this.
|
|
4453
|
-
$this.
|
|
4454
|
-
$this.
|
|
4455
|
-
$this.
|
|
4456
|
-
$this.
|
|
4457
|
-
$this.
|
|
4458
|
-
$this.
|
|
4459
|
-
$this.
|
|
4460
|
-
$this.
|
|
4461
|
-
$this.
|
|
4462
|
-
$this.
|
|
4463
|
-
$this.
|
|
4464
|
-
$this.
|
|
4465
|
-
$this.
|
|
4466
|
-
$this.
|
|
4467
|
-
$this.
|
|
4468
|
-
$this.
|
|
4462
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().z6j_1);
|
|
4463
|
+
}
|
|
4464
|
+
$this.b6k_1 = name;
|
|
4465
|
+
$this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4466
|
+
$this.d6k_1 = winnerShuffleCards;
|
|
4467
|
+
$this.e6k_1 = playWithoutLiabilities;
|
|
4468
|
+
$this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4469
|
+
$this.g6k_1 = dealerInitialCardsCount;
|
|
4470
|
+
$this.h6k_1 = dealerFinalCardsCount;
|
|
4471
|
+
$this.i6k_1 = dealerCounterClockwise;
|
|
4472
|
+
$this.j6k_1 = contractTypes;
|
|
4473
|
+
$this.k6k_1 = bidTypes;
|
|
4474
|
+
$this.l6k_1 = needToPutHigherTrump;
|
|
4475
|
+
$this.m6k_1 = trumpCardStepMode;
|
|
4476
|
+
$this.n6k_1 = trumpCardStepPartnerMode;
|
|
4477
|
+
$this.o6k_1 = combinationsWithFirstCard;
|
|
4478
|
+
$this.p6k_1 = protectBella;
|
|
4479
|
+
$this.q6k_1 = oneTryToProtectBella;
|
|
4480
|
+
$this.r6k_1 = enableFourSevensCombination;
|
|
4481
|
+
$this.s6k_1 = enableTrumpSevenCombination;
|
|
4482
|
+
$this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4483
|
+
$this.u6k_1 = checkTrumpCombination;
|
|
4484
|
+
$this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4485
|
+
$this.w6k_1 = pointsDistributeMode;
|
|
4486
|
+
$this.x6k_1 = enableFineIfNoBribes;
|
|
4487
|
+
$this.y6k_1 = fineIfNoBribes;
|
|
4488
|
+
$this.z6k_1 = enableFineAfterThirdByte;
|
|
4489
|
+
$this.a6l_1 = fineAfterThirdFailedContract;
|
|
4469
4490
|
return $this;
|
|
4470
4491
|
}
|
|
4471
4492
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4473,63 +4494,63 @@
|
|
|
4473
4494
|
}
|
|
4474
4495
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4475
4496
|
Companion_getInstance_24();
|
|
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.
|
|
4493
|
-
this.
|
|
4494
|
-
this.
|
|
4495
|
-
this.
|
|
4496
|
-
this.
|
|
4497
|
-
this.
|
|
4498
|
-
this.
|
|
4499
|
-
this.
|
|
4500
|
-
this.
|
|
4501
|
-
this.
|
|
4497
|
+
this.b6k_1 = name;
|
|
4498
|
+
this.c6k_1 = playerWhoChooseSuitGoFirst;
|
|
4499
|
+
this.d6k_1 = winnerShuffleCards;
|
|
4500
|
+
this.e6k_1 = playWithoutLiabilities;
|
|
4501
|
+
this.f6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4502
|
+
this.g6k_1 = dealerInitialCardsCount;
|
|
4503
|
+
this.h6k_1 = dealerFinalCardsCount;
|
|
4504
|
+
this.i6k_1 = dealerCounterClockwise;
|
|
4505
|
+
this.j6k_1 = contractTypes;
|
|
4506
|
+
this.k6k_1 = bidTypes;
|
|
4507
|
+
this.l6k_1 = needToPutHigherTrump;
|
|
4508
|
+
this.m6k_1 = trumpCardStepMode;
|
|
4509
|
+
this.n6k_1 = trumpCardStepPartnerMode;
|
|
4510
|
+
this.o6k_1 = combinationsWithFirstCard;
|
|
4511
|
+
this.p6k_1 = protectBella;
|
|
4512
|
+
this.q6k_1 = oneTryToProtectBella;
|
|
4513
|
+
this.r6k_1 = enableFourSevensCombination;
|
|
4514
|
+
this.s6k_1 = enableTrumpSevenCombination;
|
|
4515
|
+
this.t6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4516
|
+
this.u6k_1 = checkTrumpCombination;
|
|
4517
|
+
this.v6k_1 = checkOnlyTrumpDebertz;
|
|
4518
|
+
this.w6k_1 = pointsDistributeMode;
|
|
4519
|
+
this.x6k_1 = enableFineIfNoBribes;
|
|
4520
|
+
this.y6k_1 = fineIfNoBribes;
|
|
4521
|
+
this.z6k_1 = enableFineAfterThirdByte;
|
|
4522
|
+
this.a6l_1 = fineAfterThirdFailedContract;
|
|
4502
4523
|
}
|
|
4503
4524
|
protoOf(RulesDto).toString = function () {
|
|
4504
|
-
return 'RulesDto(name=' + this.
|
|
4525
|
+
return 'RulesDto(name=' + this.b6k_1 + ', playerWhoChooseSuitGoFirst=' + this.c6k_1 + ', winnerShuffleCards=' + this.d6k_1 + ', playWithoutLiabilities=' + this.e6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.f6k_1 + ', dealerInitialCardsCount=' + this.g6k_1 + ', dealerFinalCardsCount=' + this.h6k_1 + ', dealerCounterClockwise=' + this.i6k_1 + ', contractTypes=' + toString(this.j6k_1) + ', bidTypes=' + toString(this.k6k_1) + ', needToPutHigherTrump=' + this.l6k_1 + ', trumpCardStepMode=' + this.m6k_1 + ', trumpCardStepPartnerMode=' + this.n6k_1 + ', combinationsWithFirstCard=' + toString(this.o6k_1) + ', protectBella=' + this.p6k_1 + ', oneTryToProtectBella=' + this.q6k_1 + ', enableFourSevensCombination=' + this.r6k_1 + ', enableTrumpSevenCombination=' + this.s6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.t6k_1 + ', checkTrumpCombination=' + this.u6k_1 + ', checkOnlyTrumpDebertz=' + this.v6k_1 + ', pointsDistributeMode=' + this.w6k_1 + ', enableFineIfNoBribes=' + this.x6k_1 + ', fineIfNoBribes=' + this.y6k_1 + ', enableFineAfterThirdByte=' + this.z6k_1 + ', fineAfterThirdFailedContract=' + this.a6l_1 + ')';
|
|
4505
4526
|
};
|
|
4506
4527
|
protoOf(RulesDto).hashCode = function () {
|
|
4507
|
-
var result = this.
|
|
4508
|
-
result = imul(result, 31) + (this.b6k_1 == null ? 0 : getBooleanHashCode(this.b6k_1)) | 0;
|
|
4528
|
+
var result = this.b6k_1 == null ? 0 : getStringHashCode(this.b6k_1);
|
|
4509
4529
|
result = imul(result, 31) + (this.c6k_1 == null ? 0 : getBooleanHashCode(this.c6k_1)) | 0;
|
|
4510
4530
|
result = imul(result, 31) + (this.d6k_1 == null ? 0 : getBooleanHashCode(this.d6k_1)) | 0;
|
|
4511
4531
|
result = imul(result, 31) + (this.e6k_1 == null ? 0 : getBooleanHashCode(this.e6k_1)) | 0;
|
|
4512
|
-
result = imul(result, 31) + (this.f6k_1 == null ? 0 : this.f6k_1) | 0;
|
|
4532
|
+
result = imul(result, 31) + (this.f6k_1 == null ? 0 : getBooleanHashCode(this.f6k_1)) | 0;
|
|
4513
4533
|
result = imul(result, 31) + (this.g6k_1 == null ? 0 : this.g6k_1) | 0;
|
|
4514
|
-
result = imul(result, 31) + (this.h6k_1 == null ? 0 :
|
|
4515
|
-
result = imul(result, 31) + (this.i6k_1 == null ? 0 :
|
|
4534
|
+
result = imul(result, 31) + (this.h6k_1 == null ? 0 : this.h6k_1) | 0;
|
|
4535
|
+
result = imul(result, 31) + (this.i6k_1 == null ? 0 : getBooleanHashCode(this.i6k_1)) | 0;
|
|
4516
4536
|
result = imul(result, 31) + (this.j6k_1 == null ? 0 : hashCode(this.j6k_1)) | 0;
|
|
4517
|
-
result = imul(result, 31) + (this.k6k_1 == null ? 0 :
|
|
4518
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 :
|
|
4537
|
+
result = imul(result, 31) + (this.k6k_1 == null ? 0 : hashCode(this.k6k_1)) | 0;
|
|
4538
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : getBooleanHashCode(this.l6k_1)) | 0;
|
|
4519
4539
|
result = imul(result, 31) + (this.m6k_1 == null ? 0 : getStringHashCode(this.m6k_1)) | 0;
|
|
4520
|
-
result = imul(result, 31) + (this.n6k_1 == null ? 0 :
|
|
4521
|
-
result = imul(result, 31) + (this.o6k_1 == null ? 0 :
|
|
4540
|
+
result = imul(result, 31) + (this.n6k_1 == null ? 0 : getStringHashCode(this.n6k_1)) | 0;
|
|
4541
|
+
result = imul(result, 31) + (this.o6k_1 == null ? 0 : hashCode(this.o6k_1)) | 0;
|
|
4522
4542
|
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getBooleanHashCode(this.p6k_1)) | 0;
|
|
4523
4543
|
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getBooleanHashCode(this.q6k_1)) | 0;
|
|
4524
4544
|
result = imul(result, 31) + (this.r6k_1 == null ? 0 : getBooleanHashCode(this.r6k_1)) | 0;
|
|
4525
4545
|
result = imul(result, 31) + (this.s6k_1 == null ? 0 : getBooleanHashCode(this.s6k_1)) | 0;
|
|
4526
4546
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4527
4547
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4528
|
-
result = imul(result, 31) +
|
|
4529
|
-
result = imul(result, 31) + (this.w6k_1
|
|
4530
|
-
result = imul(result, 31) + (this.x6k_1 == null ? 0 : this.x6k_1) | 0;
|
|
4531
|
-
result = imul(result, 31) + (this.y6k_1 == null ? 0 :
|
|
4532
|
-
result = imul(result, 31) + (this.z6k_1 == null ? 0 : this.z6k_1) | 0;
|
|
4548
|
+
result = imul(result, 31) + (this.v6k_1 == null ? 0 : getBooleanHashCode(this.v6k_1)) | 0;
|
|
4549
|
+
result = imul(result, 31) + getStringHashCode(this.w6k_1) | 0;
|
|
4550
|
+
result = imul(result, 31) + (this.x6k_1 == null ? 0 : getBooleanHashCode(this.x6k_1)) | 0;
|
|
4551
|
+
result = imul(result, 31) + (this.y6k_1 == null ? 0 : this.y6k_1) | 0;
|
|
4552
|
+
result = imul(result, 31) + (this.z6k_1 == null ? 0 : getBooleanHashCode(this.z6k_1)) | 0;
|
|
4553
|
+
result = imul(result, 31) + (this.a6l_1 == null ? 0 : this.a6l_1) | 0;
|
|
4533
4554
|
return result;
|
|
4534
4555
|
};
|
|
4535
4556
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4537,8 +4558,6 @@
|
|
|
4537
4558
|
return true;
|
|
4538
4559
|
if (!(other instanceof RulesDto))
|
|
4539
4560
|
return false;
|
|
4540
|
-
if (!(this.a6k_1 == other.a6k_1))
|
|
4541
|
-
return false;
|
|
4542
4561
|
if (!(this.b6k_1 == other.b6k_1))
|
|
4543
4562
|
return false;
|
|
4544
4563
|
if (!(this.c6k_1 == other.c6k_1))
|
|
@@ -4553,19 +4572,19 @@
|
|
|
4553
4572
|
return false;
|
|
4554
4573
|
if (!(this.h6k_1 == other.h6k_1))
|
|
4555
4574
|
return false;
|
|
4556
|
-
if (!
|
|
4575
|
+
if (!(this.i6k_1 == other.i6k_1))
|
|
4557
4576
|
return false;
|
|
4558
4577
|
if (!equals(this.j6k_1, other.j6k_1))
|
|
4559
4578
|
return false;
|
|
4560
|
-
if (!(this.k6k_1
|
|
4579
|
+
if (!equals(this.k6k_1, other.k6k_1))
|
|
4561
4580
|
return false;
|
|
4562
4581
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4563
4582
|
return false;
|
|
4564
4583
|
if (!(this.m6k_1 == other.m6k_1))
|
|
4565
4584
|
return false;
|
|
4566
|
-
if (!
|
|
4585
|
+
if (!(this.n6k_1 == other.n6k_1))
|
|
4567
4586
|
return false;
|
|
4568
|
-
if (!(this.o6k_1
|
|
4587
|
+
if (!equals(this.o6k_1, other.o6k_1))
|
|
4569
4588
|
return false;
|
|
4570
4589
|
if (!(this.p6k_1 == other.p6k_1))
|
|
4571
4590
|
return false;
|
|
@@ -4579,9 +4598,9 @@
|
|
|
4579
4598
|
return false;
|
|
4580
4599
|
if (!(this.u6k_1 == other.u6k_1))
|
|
4581
4600
|
return false;
|
|
4582
|
-
if (!(this.v6k_1
|
|
4601
|
+
if (!(this.v6k_1 == other.v6k_1))
|
|
4583
4602
|
return false;
|
|
4584
|
-
if (!(this.w6k_1
|
|
4603
|
+
if (!(this.w6k_1 === other.w6k_1))
|
|
4585
4604
|
return false;
|
|
4586
4605
|
if (!(this.x6k_1 == other.x6k_1))
|
|
4587
4606
|
return false;
|
|
@@ -4589,6 +4608,8 @@
|
|
|
4589
4608
|
return false;
|
|
4590
4609
|
if (!(this.z6k_1 == other.z6k_1))
|
|
4591
4610
|
return false;
|
|
4611
|
+
if (!(this.a6l_1 == other.a6l_1))
|
|
4612
|
+
return false;
|
|
4592
4613
|
return true;
|
|
4593
4614
|
};
|
|
4594
4615
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4652,11 +4673,11 @@
|
|
|
4652
4673
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4653
4674
|
}
|
|
4654
4675
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4655
|
-
this.
|
|
4656
|
-
this.
|
|
4676
|
+
this.b6l_1 = trump;
|
|
4677
|
+
this.c6l_1 = firstCardSuit;
|
|
4657
4678
|
}
|
|
4658
4679
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4659
|
-
return getGrowth(b, this.
|
|
4680
|
+
return getGrowth(b, this.b6l_1, this.c6l_1) - getGrowth(a, this.b6l_1, this.c6l_1) | 0;
|
|
4660
4681
|
};
|
|
4661
4682
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4662
4683
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4744,56 +4765,56 @@
|
|
|
4744
4765
|
return tmp;
|
|
4745
4766
|
}
|
|
4746
4767
|
function ProcessingCard(card) {
|
|
4747
|
-
this.
|
|
4768
|
+
this.t6i_1 = card;
|
|
4748
4769
|
}
|
|
4749
4770
|
protoOf(ProcessingCard).toString = function () {
|
|
4750
|
-
return 'ProcessingCard(card=' + this.
|
|
4771
|
+
return 'ProcessingCard(card=' + this.t6i_1.toString() + ')';
|
|
4751
4772
|
};
|
|
4752
4773
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4753
|
-
return this.
|
|
4774
|
+
return this.t6i_1.hashCode();
|
|
4754
4775
|
};
|
|
4755
4776
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4756
4777
|
if (this === other)
|
|
4757
4778
|
return true;
|
|
4758
4779
|
if (!(other instanceof ProcessingCard))
|
|
4759
4780
|
return false;
|
|
4760
|
-
if (!this.
|
|
4781
|
+
if (!this.t6i_1.equals(other.t6i_1))
|
|
4761
4782
|
return false;
|
|
4762
4783
|
return true;
|
|
4763
4784
|
};
|
|
4764
4785
|
function AsyncProvider() {
|
|
4765
4786
|
}
|
|
4766
4787
|
function onError($this, message, error) {
|
|
4767
|
-
$this.
|
|
4788
|
+
$this.m6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4768
4789
|
}
|
|
4769
4790
|
function Companion_22() {
|
|
4770
|
-
this.
|
|
4791
|
+
this.u6l_1 = 'AsyncProvider';
|
|
4771
4792
|
}
|
|
4772
4793
|
var Companion_instance_24;
|
|
4773
4794
|
function Companion_getInstance_25() {
|
|
4774
4795
|
return Companion_instance_24;
|
|
4775
4796
|
}
|
|
4776
4797
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4777
|
-
this.
|
|
4798
|
+
this.w6l_1 = this$0;
|
|
4778
4799
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4779
4800
|
}
|
|
4780
4801
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).o1s = function (context, exception) {
|
|
4781
|
-
onError(this.
|
|
4802
|
+
onError(this.w6l_1, 'CoroutineContext', exception);
|
|
4782
4803
|
return Unit_instance;
|
|
4783
4804
|
};
|
|
4784
4805
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4785
|
-
this.
|
|
4786
|
-
this.
|
|
4806
|
+
this.f6m_1 = this$0;
|
|
4807
|
+
this.g6m_1 = $block;
|
|
4787
4808
|
CoroutineImpl.call(this, resultContinuation);
|
|
4788
4809
|
}
|
|
4789
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4810
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).l6m = function ($this$async, $completion) {
|
|
4790
4811
|
var tmp = this.k29($this$async, $completion);
|
|
4791
4812
|
tmp.u8_1 = Unit_instance;
|
|
4792
4813
|
tmp.v8_1 = null;
|
|
4793
4814
|
return tmp.a9();
|
|
4794
4815
|
};
|
|
4795
4816
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4796
|
-
return this.
|
|
4817
|
+
return this.l6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4797
4818
|
};
|
|
4798
4819
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4799
4820
|
var suspendResult = this.u8_1;
|
|
@@ -4803,43 +4824,43 @@
|
|
|
4803
4824
|
switch (tmp) {
|
|
4804
4825
|
case 0:
|
|
4805
4826
|
this.t8_1 = 6;
|
|
4806
|
-
this.
|
|
4827
|
+
this.j6m_1 = this.f6m_1.o6l_1;
|
|
4807
4828
|
var tmp_0 = this;
|
|
4808
|
-
tmp_0.
|
|
4829
|
+
tmp_0.i6m_1 = null;
|
|
4809
4830
|
this.s8_1 = 1;
|
|
4810
|
-
suspendResult = this.
|
|
4831
|
+
suspendResult = this.j6m_1.i2p(this.i6m_1, this);
|
|
4811
4832
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4812
4833
|
return suspendResult;
|
|
4813
4834
|
}
|
|
4814
4835
|
|
|
4815
4836
|
continue $sm;
|
|
4816
4837
|
case 1:
|
|
4817
|
-
this.
|
|
4838
|
+
this.k6m_1 = Unit_instance;
|
|
4818
4839
|
this.s8_1 = 2;
|
|
4819
4840
|
continue $sm;
|
|
4820
4841
|
case 2:
|
|
4821
4842
|
this.t8_1 = 5;
|
|
4822
4843
|
this.s8_1 = 3;
|
|
4823
|
-
suspendResult = this.
|
|
4844
|
+
suspendResult = this.g6m_1(this.h6m_1, this);
|
|
4824
4845
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4825
4846
|
return suspendResult;
|
|
4826
4847
|
}
|
|
4827
4848
|
|
|
4828
4849
|
continue $sm;
|
|
4829
4850
|
case 3:
|
|
4830
|
-
this.
|
|
4851
|
+
this.k6m_1 = suspendResult;
|
|
4831
4852
|
this.t8_1 = 6;
|
|
4832
4853
|
this.s8_1 = 4;
|
|
4833
4854
|
continue $sm;
|
|
4834
4855
|
case 4:
|
|
4835
|
-
var tmp_1 = this.
|
|
4856
|
+
var tmp_1 = this.k6m_1;
|
|
4836
4857
|
this.t8_1 = 6;
|
|
4837
|
-
this.
|
|
4858
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4838
4859
|
return tmp_1;
|
|
4839
4860
|
case 5:
|
|
4840
4861
|
this.t8_1 = 6;
|
|
4841
4862
|
var t = this.v8_1;
|
|
4842
|
-
this.
|
|
4863
|
+
this.j6m_1.t2o(this.i6m_1);
|
|
4843
4864
|
throw t;
|
|
4844
4865
|
case 6:
|
|
4845
4866
|
throw this.v8_1;
|
|
@@ -4856,21 +4877,21 @@
|
|
|
4856
4877
|
while (true);
|
|
4857
4878
|
};
|
|
4858
4879
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).k29 = function ($this$async, completion) {
|
|
4859
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4860
|
-
i.
|
|
4880
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.f6m_1, this.g6m_1, completion);
|
|
4881
|
+
i.h6m_1 = $this$async;
|
|
4861
4882
|
return i;
|
|
4862
4883
|
};
|
|
4863
4884
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4864
4885
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4865
4886
|
var l = function ($this$async, $completion) {
|
|
4866
|
-
return i.
|
|
4887
|
+
return i.l6m($this$async, $completion);
|
|
4867
4888
|
};
|
|
4868
4889
|
l.$arity = 1;
|
|
4869
4890
|
return l;
|
|
4870
4891
|
}
|
|
4871
4892
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4872
|
-
this.
|
|
4873
|
-
this.
|
|
4893
|
+
this.u6m_1 = this$0;
|
|
4894
|
+
this.v6m_1 = $block;
|
|
4874
4895
|
CoroutineImpl.call(this, resultContinuation);
|
|
4875
4896
|
}
|
|
4876
4897
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -4890,43 +4911,43 @@
|
|
|
4890
4911
|
switch (tmp) {
|
|
4891
4912
|
case 0:
|
|
4892
4913
|
this.t8_1 = 6;
|
|
4893
|
-
this.
|
|
4914
|
+
this.y6m_1 = this.u6m_1.o6l_1;
|
|
4894
4915
|
var tmp_0 = this;
|
|
4895
|
-
tmp_0.
|
|
4916
|
+
tmp_0.x6m_1 = null;
|
|
4896
4917
|
this.s8_1 = 1;
|
|
4897
|
-
suspendResult = this.
|
|
4918
|
+
suspendResult = this.y6m_1.i2p(this.x6m_1, this);
|
|
4898
4919
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4899
4920
|
return suspendResult;
|
|
4900
4921
|
}
|
|
4901
4922
|
|
|
4902
4923
|
continue $sm;
|
|
4903
4924
|
case 1:
|
|
4904
|
-
this.
|
|
4925
|
+
this.z6m_1 = Unit_instance;
|
|
4905
4926
|
this.s8_1 = 2;
|
|
4906
4927
|
continue $sm;
|
|
4907
4928
|
case 2:
|
|
4908
4929
|
this.t8_1 = 5;
|
|
4909
4930
|
this.s8_1 = 3;
|
|
4910
|
-
suspendResult = this.
|
|
4931
|
+
suspendResult = this.v6m_1(this.w6m_1, this);
|
|
4911
4932
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4912
4933
|
return suspendResult;
|
|
4913
4934
|
}
|
|
4914
4935
|
|
|
4915
4936
|
continue $sm;
|
|
4916
4937
|
case 3:
|
|
4917
|
-
this.
|
|
4938
|
+
this.z6m_1 = Unit_instance;
|
|
4918
4939
|
this.t8_1 = 6;
|
|
4919
4940
|
this.s8_1 = 4;
|
|
4920
4941
|
continue $sm;
|
|
4921
4942
|
case 4:
|
|
4922
|
-
this.
|
|
4943
|
+
this.z6m_1;
|
|
4923
4944
|
this.t8_1 = 6;
|
|
4924
|
-
this.
|
|
4945
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4925
4946
|
return Unit_instance;
|
|
4926
4947
|
case 5:
|
|
4927
4948
|
this.t8_1 = 6;
|
|
4928
4949
|
var t = this.v8_1;
|
|
4929
|
-
this.
|
|
4950
|
+
this.y6m_1.t2o(this.x6m_1);
|
|
4930
4951
|
throw t;
|
|
4931
4952
|
case 6:
|
|
4932
4953
|
throw this.v8_1;
|
|
@@ -4943,8 +4964,8 @@
|
|
|
4943
4964
|
while (true);
|
|
4944
4965
|
};
|
|
4945
4966
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, completion) {
|
|
4946
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4947
|
-
i.
|
|
4967
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.u6m_1, this.v6m_1, completion);
|
|
4968
|
+
i.w6m_1 = $this$launch;
|
|
4948
4969
|
return i;
|
|
4949
4970
|
};
|
|
4950
4971
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4959,63 +4980,63 @@
|
|
|
4959
4980
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().b1w() : mainDispatcher;
|
|
4960
4981
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().x1v_1 : defaultDispatcher;
|
|
4961
4982
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : unconfinedDispatcher;
|
|
4962
|
-
this.
|
|
4963
|
-
this.
|
|
4964
|
-
this.n6l_1 = Mutex();
|
|
4983
|
+
this.m6l_1 = logger;
|
|
4984
|
+
this.n6l_1 = SupervisorJob();
|
|
4965
4985
|
this.o6l_1 = Mutex();
|
|
4986
|
+
this.p6l_1 = Mutex();
|
|
4966
4987
|
var tmp = this;
|
|
4967
4988
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4968
|
-
tmp.
|
|
4969
|
-
this.
|
|
4970
|
-
this.
|
|
4971
|
-
this.
|
|
4989
|
+
tmp.q6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4990
|
+
this.r6l_1 = CoroutineScope_0(mainDispatcher.dg(this.n6l_1).dg(MainContextId_getInstance()));
|
|
4991
|
+
this.s6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
4992
|
+
this.t6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.n6l_1).dg(WorkerContextId_getInstance()));
|
|
4972
4993
|
}
|
|
4973
|
-
protoOf(AsyncProviderImpl).
|
|
4974
|
-
return this.
|
|
4994
|
+
protoOf(AsyncProviderImpl).d6l = function () {
|
|
4995
|
+
return this.q6l_1;
|
|
4975
4996
|
};
|
|
4976
|
-
protoOf(AsyncProviderImpl).
|
|
4977
|
-
if (this.
|
|
4978
|
-
this.
|
|
4997
|
+
protoOf(AsyncProviderImpl).i6l = function (context, block) {
|
|
4998
|
+
if (this.n6l_1.w1k()) {
|
|
4999
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4979
5000
|
// Inline function 'kotlin.apply' call
|
|
4980
5001
|
var this_0 = Job();
|
|
4981
5002
|
this_0.k1l();
|
|
4982
5003
|
return this_0;
|
|
4983
5004
|
}
|
|
4984
|
-
return launch(this.
|
|
5005
|
+
return launch(this.r6l_1, context, VOID, block);
|
|
4985
5006
|
};
|
|
4986
|
-
protoOf(AsyncProviderImpl).
|
|
4987
|
-
if (this.
|
|
4988
|
-
this.
|
|
5007
|
+
protoOf(AsyncProviderImpl).k6l = function (context, block) {
|
|
5008
|
+
if (this.n6l_1.w1k()) {
|
|
5009
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4989
5010
|
// Inline function 'kotlin.apply' call
|
|
4990
5011
|
var this_0 = CompletableDeferred();
|
|
4991
5012
|
this_0.k1l();
|
|
4992
5013
|
return this_0;
|
|
4993
5014
|
}
|
|
4994
|
-
return async(this.
|
|
5015
|
+
return async(this.s6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4995
5016
|
};
|
|
4996
|
-
protoOf(AsyncProviderImpl).
|
|
4997
|
-
if (this.
|
|
4998
|
-
this.
|
|
5017
|
+
protoOf(AsyncProviderImpl).e6l = function (context, block) {
|
|
5018
|
+
if (this.n6l_1.w1k()) {
|
|
5019
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4999
5020
|
// Inline function 'kotlin.apply' call
|
|
5000
5021
|
var this_0 = Job();
|
|
5001
5022
|
this_0.k1l();
|
|
5002
5023
|
return this_0;
|
|
5003
5024
|
}
|
|
5004
|
-
return launch(this.
|
|
5025
|
+
return launch(this.s6l_1, context, VOID, block);
|
|
5005
5026
|
};
|
|
5006
|
-
protoOf(AsyncProviderImpl).
|
|
5007
|
-
if (this.
|
|
5008
|
-
this.
|
|
5027
|
+
protoOf(AsyncProviderImpl).g6l = function (context, block) {
|
|
5028
|
+
if (this.n6l_1.w1k()) {
|
|
5029
|
+
this.m6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5009
5030
|
// Inline function 'kotlin.apply' call
|
|
5010
5031
|
var this_0 = Job();
|
|
5011
5032
|
this_0.k1l();
|
|
5012
5033
|
return this_0;
|
|
5013
5034
|
}
|
|
5014
|
-
return launch(this.
|
|
5035
|
+
return launch(this.s6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5015
5036
|
};
|
|
5016
5037
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5017
|
-
if (!this.
|
|
5018
|
-
this.
|
|
5038
|
+
if (!this.n6l_1.w1k()) {
|
|
5039
|
+
this.n6l_1.k1l();
|
|
5019
5040
|
}
|
|
5020
5041
|
};
|
|
5021
5042
|
function Key() {
|
|
@@ -5077,7 +5098,7 @@
|
|
|
5077
5098
|
}
|
|
5078
5099
|
function UUIDIdsProvider() {
|
|
5079
5100
|
}
|
|
5080
|
-
protoOf(UUIDIdsProvider).
|
|
5101
|
+
protoOf(UUIDIdsProvider).a6n = function () {
|
|
5081
5102
|
return uuid4().toString();
|
|
5082
5103
|
};
|
|
5083
5104
|
var UUIDIdsProvider_instance;
|
|
@@ -5095,55 +5116,55 @@
|
|
|
5095
5116
|
tmp = lock;
|
|
5096
5117
|
}
|
|
5097
5118
|
lock = tmp;
|
|
5098
|
-
this.
|
|
5099
|
-
this.
|
|
5119
|
+
this.g6n_1 = logger;
|
|
5120
|
+
this.h6n_1 = lock;
|
|
5100
5121
|
var tmp_0 = this;
|
|
5101
5122
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5102
|
-
tmp_0.
|
|
5123
|
+
tmp_0.i6n_1 = HashMap_init_$Create$();
|
|
5103
5124
|
}
|
|
5104
|
-
protoOf(JobsProviderImpl).
|
|
5125
|
+
protoOf(JobsProviderImpl).b6n = function (timerTag, job) {
|
|
5105
5126
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5106
|
-
this.
|
|
5107
|
-
if (this.
|
|
5108
|
-
this.
|
|
5127
|
+
this.h6n_1;
|
|
5128
|
+
if (this.f6n(timerTag)) {
|
|
5129
|
+
this.g6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5109
5130
|
}
|
|
5110
5131
|
// Inline function 'kotlin.collections.set' call
|
|
5111
|
-
this.
|
|
5132
|
+
this.i6n_1.m2(timerTag, job);
|
|
5112
5133
|
};
|
|
5113
|
-
protoOf(JobsProviderImpl).
|
|
5134
|
+
protoOf(JobsProviderImpl).f6n = function (timerTag) {
|
|
5114
5135
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5115
|
-
this.
|
|
5116
|
-
return this.
|
|
5136
|
+
this.h6n_1;
|
|
5137
|
+
return this.i6n_1.a2(timerTag);
|
|
5117
5138
|
};
|
|
5118
|
-
protoOf(JobsProviderImpl).
|
|
5139
|
+
protoOf(JobsProviderImpl).d6n = function (timerTag) {
|
|
5119
5140
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5120
|
-
this.
|
|
5121
|
-
if (!this.
|
|
5122
|
-
this.
|
|
5141
|
+
this.h6n_1;
|
|
5142
|
+
if (!this.f6n(timerTag)) {
|
|
5143
|
+
this.g6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5123
5144
|
}
|
|
5124
|
-
this.
|
|
5145
|
+
this.i6n_1.n2(timerTag);
|
|
5125
5146
|
};
|
|
5126
|
-
protoOf(JobsProviderImpl).
|
|
5147
|
+
protoOf(JobsProviderImpl).e6n = function (timers) {
|
|
5127
5148
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5128
|
-
this.
|
|
5149
|
+
this.h6n_1;
|
|
5129
5150
|
// Inline function 'kotlin.collections.forEach' call
|
|
5130
5151
|
var _iterator__ex2g4s = timers.l();
|
|
5131
5152
|
while (_iterator__ex2g4s.m()) {
|
|
5132
5153
|
var element = _iterator__ex2g4s.n();
|
|
5133
|
-
var timer = this.
|
|
5154
|
+
var timer = this.i6n_1.c2(element);
|
|
5134
5155
|
if (timer == null)
|
|
5135
5156
|
null;
|
|
5136
5157
|
else {
|
|
5137
5158
|
timer.k1l();
|
|
5138
5159
|
}
|
|
5139
5160
|
}
|
|
5140
|
-
this.
|
|
5161
|
+
this.i6n_1.d2().h2(toSet(timers));
|
|
5141
5162
|
};
|
|
5142
|
-
protoOf(JobsProviderImpl).
|
|
5163
|
+
protoOf(JobsProviderImpl).c6n = function (timerTag) {
|
|
5143
5164
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5144
|
-
this.
|
|
5145
|
-
var timer = this.
|
|
5146
|
-
this.
|
|
5165
|
+
this.h6n_1;
|
|
5166
|
+
var timer = this.i6n_1.c2(timerTag);
|
|
5167
|
+
this.i6n_1.n2(timerTag);
|
|
5147
5168
|
var tmp;
|
|
5148
5169
|
if (timer == null) {
|
|
5149
5170
|
tmp = null;
|
|
@@ -5156,36 +5177,36 @@
|
|
|
5156
5177
|
}
|
|
5157
5178
|
function FileSystemImpl(fileSystem) {
|
|
5158
5179
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5159
|
-
this.
|
|
5180
|
+
this.m6n_1 = fileSystem;
|
|
5160
5181
|
}
|
|
5161
|
-
protoOf(FileSystemImpl).
|
|
5182
|
+
protoOf(FileSystemImpl).j6n = function (path, $completion) {
|
|
5162
5183
|
var directoryPath = Path(path);
|
|
5163
|
-
var exists = this.
|
|
5184
|
+
var exists = this.m6n_1.g1j(directoryPath);
|
|
5164
5185
|
if (!exists) {
|
|
5165
|
-
this.
|
|
5186
|
+
this.m6n_1.k1j(directoryPath);
|
|
5166
5187
|
}
|
|
5167
5188
|
return Unit_instance;
|
|
5168
5189
|
};
|
|
5169
|
-
protoOf(FileSystemImpl).
|
|
5170
|
-
return buffered(this.
|
|
5190
|
+
protoOf(FileSystemImpl).k6n = function (path, fileName, append, $completion) {
|
|
5191
|
+
return buffered(this.m6n_1.l1j(Path_0(path, [fileName]), append));
|
|
5171
5192
|
};
|
|
5172
|
-
protoOf(FileSystemImpl).
|
|
5173
|
-
this.
|
|
5193
|
+
protoOf(FileSystemImpl).l6n = function (path, $completion) {
|
|
5194
|
+
this.m6n_1.i1j(Path_0(path, []));
|
|
5174
5195
|
return Unit_instance;
|
|
5175
5196
|
};
|
|
5176
5197
|
function LoggerFactory() {
|
|
5177
5198
|
}
|
|
5178
5199
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5179
|
-
this.
|
|
5180
|
-
this.
|
|
5200
|
+
this.o6n_1 = coreConfig;
|
|
5201
|
+
this.p6n_1 = fileSystem;
|
|
5181
5202
|
}
|
|
5182
|
-
protoOf(LoggerFactoryImpl).
|
|
5203
|
+
protoOf(LoggerFactoryImpl).n6n = function (gameId, roomId, userId) {
|
|
5183
5204
|
// Inline function 'kotlin.let' call
|
|
5184
|
-
var it = this.
|
|
5205
|
+
var it = this.o6n_1.fileNameFormat;
|
|
5185
5206
|
var tmp = Companion_instance_4;
|
|
5186
5207
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5187
5208
|
// Inline function 'kotlin.collections.map' call
|
|
5188
|
-
var this_0 = split(this.
|
|
5209
|
+
var this_0 = split(this.o6n_1.requireDirectoryPath, ['/']);
|
|
5189
5210
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5190
5211
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5191
5212
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5197,7 +5218,7 @@
|
|
|
5197
5218
|
}
|
|
5198
5219
|
var segments = destination;
|
|
5199
5220
|
var tmp0_path = joinToString(segments, '/');
|
|
5200
|
-
var tmp1_fileSystem = this.
|
|
5221
|
+
var tmp1_fileSystem = this.p6n_1;
|
|
5201
5222
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5202
5223
|
};
|
|
5203
5224
|
function appendToFile($this, message, $completion) {
|
|
@@ -5208,7 +5229,7 @@
|
|
|
5208
5229
|
}
|
|
5209
5230
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5210
5231
|
CoroutineImpl.call(this, resultContinuation);
|
|
5211
|
-
this.
|
|
5232
|
+
this.i6o_1 = _this__u8e3s4;
|
|
5212
5233
|
}
|
|
5213
5234
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5214
5235
|
var suspendResult = this.u8_1;
|
|
@@ -5220,7 +5241,7 @@
|
|
|
5220
5241
|
this.t8_1 = 3;
|
|
5221
5242
|
this.t8_1 = 2;
|
|
5222
5243
|
this.s8_1 = 1;
|
|
5223
|
-
suspendResult = this.
|
|
5244
|
+
suspendResult = this.i6o_1.l6o_1.j6n(this.i6o_1.k6o_1, this);
|
|
5224
5245
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5225
5246
|
return suspendResult;
|
|
5226
5247
|
}
|
|
@@ -5261,8 +5282,8 @@
|
|
|
5261
5282
|
};
|
|
5262
5283
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5263
5284
|
CoroutineImpl.call(this, resultContinuation);
|
|
5264
|
-
this.
|
|
5265
|
-
this.
|
|
5285
|
+
this.y6n_1 = _this__u8e3s4;
|
|
5286
|
+
this.z6n_1 = message;
|
|
5266
5287
|
}
|
|
5267
5288
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5268
5289
|
var suspendResult = this.u8_1;
|
|
@@ -5274,7 +5295,7 @@
|
|
|
5274
5295
|
this.t8_1 = 3;
|
|
5275
5296
|
this.t8_1 = 2;
|
|
5276
5297
|
this.s8_1 = 1;
|
|
5277
|
-
suspendResult = this.
|
|
5298
|
+
suspendResult = this.y6n_1.l6o_1.k6n(this.y6n_1.k6o_1, this.y6n_1.j6o_1, true, this);
|
|
5278
5299
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5279
5300
|
return suspendResult;
|
|
5280
5301
|
}
|
|
@@ -5285,7 +5306,7 @@
|
|
|
5285
5306
|
var sink = buffered(ARGUMENT);
|
|
5286
5307
|
l$ret$1: do {
|
|
5287
5308
|
try {
|
|
5288
|
-
writeString(sink, this.
|
|
5309
|
+
writeString(sink, this.z6n_1 + '\n');
|
|
5289
5310
|
break l$ret$1;
|
|
5290
5311
|
} catch ($p) {
|
|
5291
5312
|
var t = $p;
|
|
@@ -5328,17 +5349,17 @@
|
|
|
5328
5349
|
while (true);
|
|
5329
5350
|
};
|
|
5330
5351
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5331
|
-
this.
|
|
5332
|
-
this.
|
|
5333
|
-
this.
|
|
5352
|
+
this.j6o_1 = fileName;
|
|
5353
|
+
this.k6o_1 = path;
|
|
5354
|
+
this.l6o_1 = fileSystem;
|
|
5334
5355
|
}
|
|
5335
|
-
protoOf(LogsStorageControllerImpl).
|
|
5356
|
+
protoOf(LogsStorageControllerImpl).m6o = function ($completion) {
|
|
5336
5357
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5337
5358
|
tmp.u8_1 = Unit_instance;
|
|
5338
5359
|
tmp.v8_1 = null;
|
|
5339
5360
|
return tmp.a9();
|
|
5340
5361
|
};
|
|
5341
|
-
protoOf(LogsStorageControllerImpl).
|
|
5362
|
+
protoOf(LogsStorageControllerImpl).n6o = function (log, $completion) {
|
|
5342
5363
|
return appendToFile(this, log, $completion);
|
|
5343
5364
|
};
|
|
5344
5365
|
function BufferedAction() {
|
|
@@ -5353,30 +5374,30 @@
|
|
|
5353
5374
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5354
5375
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5355
5376
|
TimerAction.call(this);
|
|
5356
|
-
this.
|
|
5357
|
-
this.
|
|
5358
|
-
this.
|
|
5359
|
-
this.
|
|
5377
|
+
this.t6o_1 = timerTag;
|
|
5378
|
+
this.u6o_1 = delayMillis;
|
|
5379
|
+
this.v6o_1 = initialDelay;
|
|
5380
|
+
this.w6o_1 = type;
|
|
5360
5381
|
}
|
|
5361
5382
|
protoOf(StartTimerAction).toString = function () {
|
|
5362
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5363
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5383
|
+
var tmp = 'timerTag=' + toString_0(this.t6o_1);
|
|
5384
|
+
var tmp_0 = 'delayMillis=' + this.u6o_1.toString();
|
|
5364
5385
|
// Inline function 'kotlin.takeIf' call
|
|
5365
|
-
var this_0 = 'initialDelay=' + this.
|
|
5386
|
+
var this_0 = 'initialDelay=' + this.v6o_1.toString();
|
|
5366
5387
|
var tmp_1;
|
|
5367
|
-
if (!equalsLong(this.
|
|
5388
|
+
if (!equalsLong(this.v6o_1, new Long(0, 0))) {
|
|
5368
5389
|
tmp_1 = this_0;
|
|
5369
5390
|
} else {
|
|
5370
5391
|
tmp_1 = null;
|
|
5371
5392
|
}
|
|
5372
5393
|
var tmp$ret$1 = tmp_1;
|
|
5373
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5394
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.w6o_1.toString()])) + ')';
|
|
5374
5395
|
};
|
|
5375
5396
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5376
|
-
var result = hashCode(this.
|
|
5377
|
-
result = imul(result, 31) + this.t6o_1.hashCode() | 0;
|
|
5397
|
+
var result = hashCode(this.t6o_1);
|
|
5378
5398
|
result = imul(result, 31) + this.u6o_1.hashCode() | 0;
|
|
5379
5399
|
result = imul(result, 31) + this.v6o_1.hashCode() | 0;
|
|
5400
|
+
result = imul(result, 31) + this.w6o_1.hashCode() | 0;
|
|
5380
5401
|
return result;
|
|
5381
5402
|
};
|
|
5382
5403
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5384,13 +5405,13 @@
|
|
|
5384
5405
|
return true;
|
|
5385
5406
|
if (!(other instanceof StartTimerAction))
|
|
5386
5407
|
return false;
|
|
5387
|
-
if (!equals(this.
|
|
5388
|
-
return false;
|
|
5389
|
-
if (!equalsLong(this.t6o_1, other.t6o_1))
|
|
5408
|
+
if (!equals(this.t6o_1, other.t6o_1))
|
|
5390
5409
|
return false;
|
|
5391
5410
|
if (!equalsLong(this.u6o_1, other.u6o_1))
|
|
5392
5411
|
return false;
|
|
5393
|
-
if (!this.v6o_1
|
|
5412
|
+
if (!equalsLong(this.v6o_1, other.v6o_1))
|
|
5413
|
+
return false;
|
|
5414
|
+
if (!this.w6o_1.equals(other.w6o_1))
|
|
5394
5415
|
return false;
|
|
5395
5416
|
return true;
|
|
5396
5417
|
};
|
|
@@ -5409,37 +5430,37 @@
|
|
|
5409
5430
|
}
|
|
5410
5431
|
function StopTimerAction(timerTag) {
|
|
5411
5432
|
TimerAction.call(this);
|
|
5412
|
-
this.
|
|
5433
|
+
this.x6o_1 = timerTag;
|
|
5413
5434
|
}
|
|
5414
5435
|
protoOf(StopTimerAction).toString = function () {
|
|
5415
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5436
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.x6o_1) + ')';
|
|
5416
5437
|
};
|
|
5417
5438
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5418
|
-
return hashCode(this.
|
|
5439
|
+
return hashCode(this.x6o_1);
|
|
5419
5440
|
};
|
|
5420
5441
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5421
5442
|
if (this === other)
|
|
5422
5443
|
return true;
|
|
5423
5444
|
if (!(other instanceof StopTimerAction))
|
|
5424
5445
|
return false;
|
|
5425
|
-
if (!equals(this.
|
|
5446
|
+
if (!equals(this.x6o_1, other.x6o_1))
|
|
5426
5447
|
return false;
|
|
5427
5448
|
return true;
|
|
5428
5449
|
};
|
|
5429
5450
|
function TimerTickAction(timerTag, type) {
|
|
5430
5451
|
TimerAction.call(this);
|
|
5431
|
-
this.
|
|
5432
|
-
this.
|
|
5452
|
+
this.y6o_1 = timerTag;
|
|
5453
|
+
this.z6o_1 = type;
|
|
5433
5454
|
}
|
|
5434
5455
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5435
|
-
return this.
|
|
5456
|
+
return this.y6o_1.ignoreValidation();
|
|
5436
5457
|
};
|
|
5437
5458
|
protoOf(TimerTickAction).toString = function () {
|
|
5438
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5459
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.y6o_1) + ', type=' + this.z6o_1.toString() + ')';
|
|
5439
5460
|
};
|
|
5440
5461
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5441
|
-
var result = hashCode(this.
|
|
5442
|
-
result = imul(result, 31) + this.
|
|
5462
|
+
var result = hashCode(this.y6o_1);
|
|
5463
|
+
result = imul(result, 31) + this.z6o_1.hashCode() | 0;
|
|
5443
5464
|
return result;
|
|
5444
5465
|
};
|
|
5445
5466
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5447,9 +5468,9 @@
|
|
|
5447
5468
|
return true;
|
|
5448
5469
|
if (!(other instanceof TimerTickAction))
|
|
5449
5470
|
return false;
|
|
5450
|
-
if (!equals(this.
|
|
5471
|
+
if (!equals(this.y6o_1, other.y6o_1))
|
|
5451
5472
|
return false;
|
|
5452
|
-
if (!this.
|
|
5473
|
+
if (!this.z6o_1.equals(other.z6o_1))
|
|
5453
5474
|
return false;
|
|
5454
5475
|
return true;
|
|
5455
5476
|
};
|
|
@@ -5493,7 +5514,7 @@
|
|
|
5493
5514
|
return function (reducer, initialState, en) {
|
|
5494
5515
|
var store = $storeCreator(reducer, initialState, en);
|
|
5495
5516
|
var origDispatch = store.dispatch;
|
|
5496
|
-
store.
|
|
5517
|
+
store.a6p(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5497
5518
|
return store;
|
|
5498
5519
|
};
|
|
5499
5520
|
}
|
|
@@ -5507,7 +5528,7 @@
|
|
|
5507
5528
|
}
|
|
5508
5529
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5509
5530
|
return function (action) {
|
|
5510
|
-
$middleware.
|
|
5531
|
+
$middleware.b6p($store, $dispatcher, action);
|
|
5511
5532
|
return Unit_instance;
|
|
5512
5533
|
};
|
|
5513
5534
|
}
|
|
@@ -5522,7 +5543,7 @@
|
|
|
5522
5543
|
while (inductionVariable < last) {
|
|
5523
5544
|
var element = tmp0[inductionVariable];
|
|
5524
5545
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5525
|
-
if (element.
|
|
5546
|
+
if (element.c6p(action)) {
|
|
5526
5547
|
destination.j(element);
|
|
5527
5548
|
}
|
|
5528
5549
|
}
|
|
@@ -5546,7 +5567,7 @@
|
|
|
5546
5567
|
return function (reducer, initialState, en) {
|
|
5547
5568
|
var store = $storeCreator(reducer, initialState, en);
|
|
5548
5569
|
var origDispatch = store.dispatch;
|
|
5549
|
-
store.
|
|
5570
|
+
store.a6p(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5550
5571
|
return store;
|
|
5551
5572
|
};
|
|
5552
5573
|
}
|
|
@@ -5560,9 +5581,9 @@
|
|
|
5560
5581
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5561
5582
|
}
|
|
5562
5583
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5563
|
-
this.
|
|
5564
|
-
this.
|
|
5565
|
-
this.
|
|
5584
|
+
this.l6p_1 = $jobsProvider;
|
|
5585
|
+
this.m6p_1 = $action;
|
|
5586
|
+
this.n6p_1 = $store;
|
|
5566
5587
|
CoroutineImpl.call(this, resultContinuation);
|
|
5567
5588
|
}
|
|
5568
5589
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5581,8 +5602,8 @@
|
|
|
5581
5602
|
var tmp = this.s8_1;
|
|
5582
5603
|
if (tmp === 0) {
|
|
5583
5604
|
this.t8_1 = 1;
|
|
5584
|
-
if (this.
|
|
5585
|
-
this.
|
|
5605
|
+
if (this.l6p_1.f6n(this.m6p_1.t6o_1)) {
|
|
5606
|
+
this.n6p_1.dispatch(new TimerTickAction(this.m6p_1.t6o_1, TimerType_DELAY_getInstance()));
|
|
5586
5607
|
}
|
|
5587
5608
|
return Unit_instance;
|
|
5588
5609
|
} else if (tmp === 1) {
|
|
@@ -5595,8 +5616,8 @@
|
|
|
5595
5616
|
while (true);
|
|
5596
5617
|
};
|
|
5597
5618
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, completion) {
|
|
5598
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5599
|
-
i.
|
|
5619
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.l6p_1, this.m6p_1, this.n6p_1, completion);
|
|
5620
|
+
i.o6p_1 = $this$launchMain;
|
|
5600
5621
|
return i;
|
|
5601
5622
|
};
|
|
5602
5623
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5608,9 +5629,9 @@
|
|
|
5608
5629
|
return l;
|
|
5609
5630
|
}
|
|
5610
5631
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5611
|
-
this.
|
|
5612
|
-
this.
|
|
5613
|
-
this.
|
|
5632
|
+
this.x6p_1 = $jobsProvider;
|
|
5633
|
+
this.y6p_1 = $action;
|
|
5634
|
+
this.z6p_1 = $store;
|
|
5614
5635
|
CoroutineImpl.call(this, resultContinuation);
|
|
5615
5636
|
}
|
|
5616
5637
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5629,8 +5650,8 @@
|
|
|
5629
5650
|
var tmp = this.s8_1;
|
|
5630
5651
|
if (tmp === 0) {
|
|
5631
5652
|
this.t8_1 = 1;
|
|
5632
|
-
if (this.
|
|
5633
|
-
this.
|
|
5653
|
+
if (this.x6p_1.f6n(this.y6p_1.t6o_1)) {
|
|
5654
|
+
this.z6p_1.dispatch(new TimerTickAction(this.y6p_1.t6o_1, TimerType_INTERVAL_getInstance()));
|
|
5634
5655
|
}
|
|
5635
5656
|
return Unit_instance;
|
|
5636
5657
|
} else if (tmp === 1) {
|
|
@@ -5643,8 +5664,8 @@
|
|
|
5643
5664
|
while (true);
|
|
5644
5665
|
};
|
|
5645
5666
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, completion) {
|
|
5646
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5647
|
-
i.
|
|
5667
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.x6p_1, this.y6p_1, this.z6p_1, completion);
|
|
5668
|
+
i.a6q_1 = $this$launchMain;
|
|
5648
5669
|
return i;
|
|
5649
5670
|
};
|
|
5650
5671
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5656,10 +5677,10 @@
|
|
|
5656
5677
|
return l;
|
|
5657
5678
|
}
|
|
5658
5679
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5659
|
-
this.
|
|
5660
|
-
this.
|
|
5661
|
-
this.
|
|
5662
|
-
this.
|
|
5680
|
+
this.j6q_1 = $action;
|
|
5681
|
+
this.k6q_1 = $asyncProvider;
|
|
5682
|
+
this.l6q_1 = $jobsProvider;
|
|
5683
|
+
this.m6q_1 = $store;
|
|
5663
5684
|
CoroutineImpl.call(this, resultContinuation);
|
|
5664
5685
|
}
|
|
5665
5686
|
protoOf(timerMiddleware$o$handle$slambda).j29 = function ($this$launchDefault, $completion) {
|
|
@@ -5679,9 +5700,9 @@
|
|
|
5679
5700
|
switch (tmp) {
|
|
5680
5701
|
case 0:
|
|
5681
5702
|
this.t8_1 = 10;
|
|
5682
|
-
if (!equalsLong(this.
|
|
5703
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0)) && this.j6q_1.w6o_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5683
5704
|
this.s8_1 = 1;
|
|
5684
|
-
suspendResult = delay(this.
|
|
5705
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5685
5706
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5686
5707
|
return suspendResult;
|
|
5687
5708
|
}
|
|
@@ -5695,19 +5716,19 @@
|
|
|
5695
5716
|
this.s8_1 = 2;
|
|
5696
5717
|
continue $sm;
|
|
5697
5718
|
case 2:
|
|
5698
|
-
var tmp0 = this.
|
|
5719
|
+
var tmp0 = this.j6q_1.w6o_1.q2_1;
|
|
5699
5720
|
if (tmp0 === 0) {
|
|
5700
5721
|
this.s8_1 = 8;
|
|
5701
|
-
suspendResult = delay(this.
|
|
5722
|
+
suspendResult = delay(this.j6q_1.u6o_1, this);
|
|
5702
5723
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5703
5724
|
return suspendResult;
|
|
5704
5725
|
}
|
|
5705
5726
|
continue $sm;
|
|
5706
5727
|
} else {
|
|
5707
5728
|
if (tmp0 === 1) {
|
|
5708
|
-
if (!equalsLong(this.
|
|
5729
|
+
if (!equalsLong(this.j6q_1.v6o_1, new Long(0, 0))) {
|
|
5709
5730
|
this.s8_1 = 3;
|
|
5710
|
-
suspendResult = delay(this.
|
|
5731
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5711
5732
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5712
5733
|
return suspendResult;
|
|
5713
5734
|
}
|
|
@@ -5730,14 +5751,14 @@
|
|
|
5730
5751
|
this.s8_1 = 5;
|
|
5731
5752
|
continue $sm;
|
|
5732
5753
|
case 5:
|
|
5733
|
-
if (!get_isActive(this.
|
|
5754
|
+
if (!get_isActive(this.n6q_1)) {
|
|
5734
5755
|
this.s8_1 = 7;
|
|
5735
5756
|
continue $sm;
|
|
5736
5757
|
}
|
|
5737
5758
|
|
|
5738
|
-
this.
|
|
5759
|
+
this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5739
5760
|
this.s8_1 = 6;
|
|
5740
|
-
suspendResult = delay(this.
|
|
5761
|
+
suspendResult = delay(this.j6q_1.v6o_1, this);
|
|
5741
5762
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5742
5763
|
return suspendResult;
|
|
5743
5764
|
}
|
|
@@ -5747,12 +5768,12 @@
|
|
|
5747
5768
|
this.s8_1 = 5;
|
|
5748
5769
|
continue $sm;
|
|
5749
5770
|
case 7:
|
|
5750
|
-
this.
|
|
5771
|
+
this.o6q_1 = Unit_instance;
|
|
5751
5772
|
this.s8_1 = 9;
|
|
5752
5773
|
continue $sm;
|
|
5753
5774
|
case 8:
|
|
5754
5775
|
var tmp_1 = this;
|
|
5755
|
-
tmp_1.
|
|
5776
|
+
tmp_1.o6q_1 = this.k6q_1.j6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.l6q_1, this.j6q_1, this.m6q_1, null));
|
|
5756
5777
|
this.s8_1 = 9;
|
|
5757
5778
|
continue $sm;
|
|
5758
5779
|
case 9:
|
|
@@ -5772,8 +5793,8 @@
|
|
|
5772
5793
|
while (true);
|
|
5773
5794
|
};
|
|
5774
5795
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, completion) {
|
|
5775
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5776
|
-
i.
|
|
5796
|
+
var i = new timerMiddleware$o$handle$slambda(this.j6q_1, this.k6q_1, this.l6q_1, this.m6q_1, completion);
|
|
5797
|
+
i.n6q_1 = $this$launchDefault;
|
|
5777
5798
|
return i;
|
|
5778
5799
|
};
|
|
5779
5800
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5785,24 +5806,24 @@
|
|
|
5785
5806
|
return l;
|
|
5786
5807
|
}
|
|
5787
5808
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5788
|
-
this.
|
|
5789
|
-
this.
|
|
5809
|
+
this.p6q_1 = $asyncProvider;
|
|
5810
|
+
this.q6q_1 = $jobsProvider;
|
|
5790
5811
|
}
|
|
5791
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5812
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).c6p = function (action) {
|
|
5792
5813
|
return action instanceof TimerAction;
|
|
5793
5814
|
};
|
|
5794
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5815
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).r6q = function (store, next, action) {
|
|
5795
5816
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5796
5817
|
if (action_0 instanceof StartTimerAction) {
|
|
5797
|
-
var job = this.
|
|
5798
|
-
this.
|
|
5818
|
+
var job = this.p6q_1.f6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.p6q_1, this.q6q_1, store, null));
|
|
5819
|
+
this.q6q_1.b6n(action_0.t6o_1, job);
|
|
5799
5820
|
} else {
|
|
5800
5821
|
if (action_0 instanceof StopTimerAction) {
|
|
5801
|
-
this.
|
|
5822
|
+
this.q6q_1.c6n(action_0.x6o_1);
|
|
5802
5823
|
} else {
|
|
5803
5824
|
if (action_0 instanceof TimerTickAction) {
|
|
5804
|
-
if (action_0.
|
|
5805
|
-
this.
|
|
5825
|
+
if (action_0.z6o_1.equals(TimerType_DELAY_getInstance())) {
|
|
5826
|
+
this.q6q_1.d6n(action_0.y6o_1);
|
|
5806
5827
|
}
|
|
5807
5828
|
} else {
|
|
5808
5829
|
noWhenBranchMatchedException();
|
|
@@ -5811,8 +5832,8 @@
|
|
|
5811
5832
|
}
|
|
5812
5833
|
next(action_0);
|
|
5813
5834
|
};
|
|
5814
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5815
|
-
return this.
|
|
5835
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).b6p = function (store, next, action) {
|
|
5836
|
+
return this.r6q(store, next, action);
|
|
5816
5837
|
};
|
|
5817
5838
|
function compose(functions) {
|
|
5818
5839
|
return compose$lambda(functions);
|
|
@@ -5856,7 +5877,7 @@
|
|
|
5856
5877
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5857
5878
|
try {
|
|
5858
5879
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5859
|
-
currentState._v = currentReducer._v.
|
|
5880
|
+
currentState._v = currentReducer._v.s6q(currentState._v, action);
|
|
5860
5881
|
stateTrigger.q27(Unit_instance);
|
|
5861
5882
|
} catch ($p) {
|
|
5862
5883
|
if ($p instanceof Exception) {
|
|
@@ -5880,8 +5901,8 @@
|
|
|
5880
5901
|
};
|
|
5881
5902
|
}
|
|
5882
5903
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5883
|
-
this.
|
|
5884
|
-
this.
|
|
5904
|
+
this.b6r_1 = $$this$unsafeFlow;
|
|
5905
|
+
this.c6r_1 = this$0;
|
|
5885
5906
|
CoroutineImpl.call(this, resultContinuation);
|
|
5886
5907
|
}
|
|
5887
5908
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).c2j = function (value, $completion) {
|
|
@@ -5901,10 +5922,10 @@
|
|
|
5901
5922
|
switch (tmp) {
|
|
5902
5923
|
case 0:
|
|
5903
5924
|
this.t8_1 = 2;
|
|
5904
|
-
var tmp0 = this.
|
|
5905
|
-
this.
|
|
5925
|
+
var tmp0 = this.b6r_1;
|
|
5926
|
+
this.d6r_1;
|
|
5906
5927
|
this.s8_1 = 1;
|
|
5907
|
-
suspendResult = tmp0.i24(this.
|
|
5928
|
+
suspendResult = tmp0.i24(this.c6r_1.state, this);
|
|
5908
5929
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5909
5930
|
return suspendResult;
|
|
5910
5931
|
}
|
|
@@ -5927,8 +5948,8 @@
|
|
|
5927
5948
|
while (true);
|
|
5928
5949
|
};
|
|
5929
5950
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, completion) {
|
|
5930
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5931
|
-
i.
|
|
5951
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.b6r_1, this.c6r_1, completion);
|
|
5952
|
+
i.d6r_1 = value;
|
|
5932
5953
|
return i;
|
|
5933
5954
|
};
|
|
5934
5955
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5941,8 +5962,8 @@
|
|
|
5941
5962
|
}
|
|
5942
5963
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5943
5964
|
CoroutineImpl.call(this, resultContinuation);
|
|
5944
|
-
this.
|
|
5945
|
-
this.
|
|
5965
|
+
this.m6r_1 = _this__u8e3s4;
|
|
5966
|
+
this.n6r_1 = collector;
|
|
5946
5967
|
}
|
|
5947
5968
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5948
5969
|
var suspendResult = this.u8_1;
|
|
@@ -5952,10 +5973,10 @@
|
|
|
5952
5973
|
switch (tmp) {
|
|
5953
5974
|
case 0:
|
|
5954
5975
|
this.t8_1 = 2;
|
|
5955
|
-
var $this$unsafeFlow = this.
|
|
5976
|
+
var $this$unsafeFlow = this.n6r_1;
|
|
5956
5977
|
this.s8_1 = 1;
|
|
5957
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5958
|
-
suspendResult = this.
|
|
5978
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.m6r_1.p6r_1, null);
|
|
5979
|
+
suspendResult = this.m6r_1.o6r_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5959
5980
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5960
5981
|
return suspendResult;
|
|
5961
5982
|
}
|
|
@@ -5978,13 +5999,13 @@
|
|
|
5978
5999
|
while (true);
|
|
5979
6000
|
};
|
|
5980
6001
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5981
|
-
this.
|
|
6002
|
+
this.q6r_1 = function_0;
|
|
5982
6003
|
}
|
|
5983
6004
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).i24 = function (value, $completion) {
|
|
5984
|
-
return this.
|
|
6005
|
+
return this.q6r_1(value, $completion);
|
|
5985
6006
|
};
|
|
5986
6007
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5987
|
-
return this.
|
|
6008
|
+
return this.q6r_1;
|
|
5988
6009
|
};
|
|
5989
6010
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5990
6011
|
var tmp;
|
|
@@ -6017,8 +6038,8 @@
|
|
|
6017
6038
|
};
|
|
6018
6039
|
}
|
|
6019
6040
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6020
|
-
this.
|
|
6021
|
-
this.
|
|
6041
|
+
this.o6r_1 = $this;
|
|
6042
|
+
this.p6r_1 = this$0;
|
|
6022
6043
|
}
|
|
6023
6044
|
protoOf(createStore$3$observe$$inlined$map$1).j24 = function (collector, $completion) {
|
|
6024
6045
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6030,33 +6051,33 @@
|
|
|
6030
6051
|
return this.j24(collector, $completion);
|
|
6031
6052
|
};
|
|
6032
6053
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6033
|
-
this.
|
|
6034
|
-
this.
|
|
6035
|
-
this.
|
|
6054
|
+
this.u6r_1 = $currentState;
|
|
6055
|
+
this.v6r_1 = $stateTrigger;
|
|
6056
|
+
this.r6r_1 = this;
|
|
6036
6057
|
var tmp = this;
|
|
6037
|
-
tmp.
|
|
6058
|
+
tmp.s6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6038
6059
|
var tmp_0 = this;
|
|
6039
|
-
tmp_0.
|
|
6060
|
+
tmp_0.t6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6040
6061
|
}
|
|
6041
|
-
protoOf(createStore$3).
|
|
6042
|
-
return this.
|
|
6062
|
+
protoOf(createStore$3).w6r = function () {
|
|
6063
|
+
return this.r6r_1;
|
|
6043
6064
|
};
|
|
6044
6065
|
protoOf(createStore$3).h6f = function () {
|
|
6045
|
-
return createStore$getState(this.
|
|
6066
|
+
return createStore$getState(this.u6r_1);
|
|
6046
6067
|
};
|
|
6047
|
-
protoOf(createStore$3).
|
|
6048
|
-
this.
|
|
6049
|
-
};
|
|
6050
|
-
protoOf(createStore$3).w6r = function () {
|
|
6051
|
-
return this.r6r_1;
|
|
6068
|
+
protoOf(createStore$3).a6p = function (_set____db54di) {
|
|
6069
|
+
this.s6r_1 = _set____db54di;
|
|
6052
6070
|
};
|
|
6053
6071
|
protoOf(createStore$3).x6r = function () {
|
|
6054
6072
|
return this.s6r_1;
|
|
6055
6073
|
};
|
|
6056
6074
|
protoOf(createStore$3).y6r = function () {
|
|
6075
|
+
return this.t6r_1;
|
|
6076
|
+
};
|
|
6077
|
+
protoOf(createStore$3).z6r = function () {
|
|
6057
6078
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6058
6079
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6059
|
-
var this_0 = this.
|
|
6080
|
+
var this_0 = this.v6r_1;
|
|
6060
6081
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6061
6082
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6062
6083
|
};
|
|
@@ -6132,10 +6153,10 @@
|
|
|
6132
6153
|
return new middleware$1(dispatch);
|
|
6133
6154
|
}
|
|
6134
6155
|
function middleware$1($dispatch) {
|
|
6135
|
-
this.
|
|
6156
|
+
this.a6s_1 = $dispatch;
|
|
6136
6157
|
}
|
|
6137
|
-
protoOf(middleware$1).
|
|
6138
|
-
this.
|
|
6158
|
+
protoOf(middleware$1).b6p = function (store, next, action) {
|
|
6159
|
+
this.a6s_1(store, next, action);
|
|
6139
6160
|
};
|
|
6140
6161
|
function Reducer() {
|
|
6141
6162
|
}
|
|
@@ -6143,11 +6164,11 @@
|
|
|
6143
6164
|
return new combineReducers$1(reducers);
|
|
6144
6165
|
}
|
|
6145
6166
|
function combineReducers$1($reducers) {
|
|
6146
|
-
this.
|
|
6167
|
+
this.b6s_1 = $reducers;
|
|
6147
6168
|
}
|
|
6148
|
-
protoOf(combineReducers$1).
|
|
6169
|
+
protoOf(combineReducers$1).c6s = function (state, action) {
|
|
6149
6170
|
// Inline function 'kotlin.collections.filter' call
|
|
6150
|
-
var tmp0 = this.
|
|
6171
|
+
var tmp0 = this.b6s_1;
|
|
6151
6172
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6152
6173
|
var destination = ArrayList_init_$Create$();
|
|
6153
6174
|
var inductionVariable = 0;
|
|
@@ -6155,7 +6176,7 @@
|
|
|
6155
6176
|
while (inductionVariable < last) {
|
|
6156
6177
|
var element = tmp0[inductionVariable];
|
|
6157
6178
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6158
|
-
if (element.
|
|
6179
|
+
if (element.c6p(action)) {
|
|
6159
6180
|
destination.j(element);
|
|
6160
6181
|
}
|
|
6161
6182
|
}
|
|
@@ -6165,12 +6186,12 @@
|
|
|
6165
6186
|
while (_iterator__ex2g4s.m()) {
|
|
6166
6187
|
var element_0 = _iterator__ex2g4s.n();
|
|
6167
6188
|
var s = accumulator;
|
|
6168
|
-
accumulator = element_0.
|
|
6189
|
+
accumulator = element_0.s6q(s, action);
|
|
6169
6190
|
}
|
|
6170
6191
|
return accumulator;
|
|
6171
6192
|
};
|
|
6172
|
-
protoOf(combineReducers$1).
|
|
6173
|
-
return this.
|
|
6193
|
+
protoOf(combineReducers$1).s6q = function (state, action) {
|
|
6194
|
+
return this.c6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6174
6195
|
};
|
|
6175
6196
|
function Store() {
|
|
6176
6197
|
}
|
|
@@ -6182,13 +6203,13 @@
|
|
|
6182
6203
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6183
6204
|
}
|
|
6184
6205
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6185
|
-
this.
|
|
6206
|
+
this.d6s_1 = function_0;
|
|
6186
6207
|
}
|
|
6187
6208
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).i24 = function (value, $completion) {
|
|
6188
|
-
return this.
|
|
6209
|
+
return this.d6s_1(value, $completion);
|
|
6189
6210
|
};
|
|
6190
6211
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6191
|
-
return this.
|
|
6212
|
+
return this.d6s_1;
|
|
6192
6213
|
};
|
|
6193
6214
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6194
6215
|
var tmp;
|
|
@@ -6209,9 +6230,9 @@
|
|
|
6209
6230
|
return hashCode(this.b3());
|
|
6210
6231
|
};
|
|
6211
6232
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6212
|
-
this.
|
|
6213
|
-
this.
|
|
6214
|
-
this.
|
|
6233
|
+
this.m6s_1 = $intervalMillis;
|
|
6234
|
+
this.n6s_1 = $this_channelFlow;
|
|
6235
|
+
this.o6s_1 = $events;
|
|
6215
6236
|
CoroutineImpl.call(this, resultContinuation);
|
|
6216
6237
|
}
|
|
6217
6238
|
protoOf(windowedByInterval$slambda$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -6234,13 +6255,13 @@
|
|
|
6234
6255
|
this.s8_1 = 1;
|
|
6235
6256
|
continue $sm;
|
|
6236
6257
|
case 1:
|
|
6237
|
-
if (!get_isActive(this.
|
|
6258
|
+
if (!get_isActive(this.p6s_1)) {
|
|
6238
6259
|
this.s8_1 = 4;
|
|
6239
6260
|
continue $sm;
|
|
6240
6261
|
}
|
|
6241
6262
|
|
|
6242
6263
|
this.s8_1 = 2;
|
|
6243
|
-
suspendResult = delay(this.
|
|
6264
|
+
suspendResult = delay(this.m6s_1, this);
|
|
6244
6265
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6245
6266
|
return suspendResult;
|
|
6246
6267
|
}
|
|
@@ -6248,14 +6269,14 @@
|
|
|
6248
6269
|
continue $sm;
|
|
6249
6270
|
case 2:
|
|
6250
6271
|
this.s8_1 = 3;
|
|
6251
|
-
suspendResult = this.
|
|
6272
|
+
suspendResult = this.n6s_1.n21(toList(this.o6s_1), this);
|
|
6252
6273
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6253
6274
|
return suspendResult;
|
|
6254
6275
|
}
|
|
6255
6276
|
|
|
6256
6277
|
continue $sm;
|
|
6257
6278
|
case 3:
|
|
6258
|
-
this.
|
|
6279
|
+
this.o6s_1.i2();
|
|
6259
6280
|
this.s8_1 = 1;
|
|
6260
6281
|
continue $sm;
|
|
6261
6282
|
case 4:
|
|
@@ -6275,8 +6296,8 @@
|
|
|
6275
6296
|
while (true);
|
|
6276
6297
|
};
|
|
6277
6298
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, completion) {
|
|
6278
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6279
|
-
i.
|
|
6299
|
+
var i = new windowedByInterval$slambda$slambda(this.m6s_1, this.n6s_1, this.o6s_1, completion);
|
|
6300
|
+
i.p6s_1 = $this$launch;
|
|
6280
6301
|
return i;
|
|
6281
6302
|
};
|
|
6282
6303
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6288,7 +6309,7 @@
|
|
|
6288
6309
|
return l;
|
|
6289
6310
|
}
|
|
6290
6311
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6291
|
-
this.
|
|
6312
|
+
this.y6s_1 = $events;
|
|
6292
6313
|
CoroutineImpl.call(this, resultContinuation);
|
|
6293
6314
|
}
|
|
6294
6315
|
protoOf(windowedByInterval$slambda$slambda_1).c2b = function (event, $completion) {
|
|
@@ -6307,7 +6328,7 @@
|
|
|
6307
6328
|
var tmp = this.s8_1;
|
|
6308
6329
|
if (tmp === 0) {
|
|
6309
6330
|
this.t8_1 = 1;
|
|
6310
|
-
this.
|
|
6331
|
+
this.y6s_1.j(this.z6s_1);
|
|
6311
6332
|
return Unit_instance;
|
|
6312
6333
|
} else if (tmp === 1) {
|
|
6313
6334
|
throw this.v8_1;
|
|
@@ -6319,8 +6340,8 @@
|
|
|
6319
6340
|
while (true);
|
|
6320
6341
|
};
|
|
6321
6342
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, completion) {
|
|
6322
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6323
|
-
i.
|
|
6343
|
+
var i = new windowedByInterval$slambda$slambda_1(this.y6s_1, completion);
|
|
6344
|
+
i.z6s_1 = event;
|
|
6324
6345
|
return i;
|
|
6325
6346
|
};
|
|
6326
6347
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6332,18 +6353,18 @@
|
|
|
6332
6353
|
return l;
|
|
6333
6354
|
}
|
|
6334
6355
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6335
|
-
this.
|
|
6336
|
-
this.
|
|
6356
|
+
this.i6t_1 = $this_windowedByInterval;
|
|
6357
|
+
this.j6t_1 = $intervalMillis;
|
|
6337
6358
|
CoroutineImpl.call(this, resultContinuation);
|
|
6338
6359
|
}
|
|
6339
|
-
protoOf(windowedByInterval$slambda).
|
|
6340
|
-
var tmp = this.
|
|
6360
|
+
protoOf(windowedByInterval$slambda).m6t = function ($this$channelFlow, $completion) {
|
|
6361
|
+
var tmp = this.n6t($this$channelFlow, $completion);
|
|
6341
6362
|
tmp.u8_1 = Unit_instance;
|
|
6342
6363
|
tmp.v8_1 = null;
|
|
6343
6364
|
return tmp.a9();
|
|
6344
6365
|
};
|
|
6345
6366
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6346
|
-
return this.
|
|
6367
|
+
return this.m6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6347
6368
|
};
|
|
6348
6369
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6349
6370
|
var suspendResult = this.u8_1;
|
|
@@ -6354,11 +6375,11 @@
|
|
|
6354
6375
|
case 0:
|
|
6355
6376
|
this.t8_1 = 3;
|
|
6356
6377
|
var tmp_0 = this;
|
|
6357
|
-
tmp_0.
|
|
6358
|
-
launch(this.
|
|
6378
|
+
tmp_0.l6t_1 = ArrayList_init_$Create$();
|
|
6379
|
+
launch(this.k6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.j6t_1, this.k6t_1, this.l6t_1, null));
|
|
6359
6380
|
this.s8_1 = 1;
|
|
6360
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6361
|
-
suspendResult = this.
|
|
6381
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.l6t_1, null);
|
|
6382
|
+
suspendResult = this.i6t_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6362
6383
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6363
6384
|
return suspendResult;
|
|
6364
6385
|
}
|
|
@@ -6366,7 +6387,7 @@
|
|
|
6366
6387
|
continue $sm;
|
|
6367
6388
|
case 1:
|
|
6368
6389
|
this.s8_1 = 2;
|
|
6369
|
-
suspendResult = this.
|
|
6390
|
+
suspendResult = this.k6t_1.n21(toList(this.l6t_1), this);
|
|
6370
6391
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6371
6392
|
return suspendResult;
|
|
6372
6393
|
}
|
|
@@ -6388,21 +6409,21 @@
|
|
|
6388
6409
|
}
|
|
6389
6410
|
while (true);
|
|
6390
6411
|
};
|
|
6391
|
-
protoOf(windowedByInterval$slambda).
|
|
6392
|
-
var i = new windowedByInterval$slambda(this.
|
|
6393
|
-
i.
|
|
6412
|
+
protoOf(windowedByInterval$slambda).n6t = function ($this$channelFlow, completion) {
|
|
6413
|
+
var i = new windowedByInterval$slambda(this.i6t_1, this.j6t_1, completion);
|
|
6414
|
+
i.k6t_1 = $this$channelFlow;
|
|
6394
6415
|
return i;
|
|
6395
6416
|
};
|
|
6396
6417
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6397
6418
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6398
6419
|
var l = function ($this$channelFlow, $completion) {
|
|
6399
|
-
return i.
|
|
6420
|
+
return i.m6t($this$channelFlow, $completion);
|
|
6400
6421
|
};
|
|
6401
6422
|
l.$arity = 1;
|
|
6402
6423
|
return l;
|
|
6403
6424
|
}
|
|
6404
6425
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6405
|
-
this.
|
|
6426
|
+
this.w6t_1 = $$this$unsafeFlow;
|
|
6406
6427
|
CoroutineImpl.call(this, resultContinuation);
|
|
6407
6428
|
}
|
|
6408
6429
|
protoOf(windowedByInterval$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -6423,14 +6444,14 @@
|
|
|
6423
6444
|
case 0:
|
|
6424
6445
|
this.t8_1 = 5;
|
|
6425
6446
|
var tmp_0 = this;
|
|
6426
|
-
tmp_0.
|
|
6447
|
+
tmp_0.z6t_1 = this.w6t_1;
|
|
6427
6448
|
var tmp_1 = this;
|
|
6428
|
-
tmp_1.
|
|
6449
|
+
tmp_1.y6t_1 = this.x6t_1;
|
|
6429
6450
|
this.s8_1 = 1;
|
|
6430
6451
|
continue $sm;
|
|
6431
6452
|
case 1:
|
|
6432
|
-
var $this$transform = this.
|
|
6433
|
-
var value = this.
|
|
6453
|
+
var $this$transform = this.z6t_1;
|
|
6454
|
+
var value = this.y6t_1;
|
|
6434
6455
|
if (!value.q()) {
|
|
6435
6456
|
this.s8_1 = 3;
|
|
6436
6457
|
suspendResult = $this$transform.i24(value, this);
|
|
@@ -6471,8 +6492,8 @@
|
|
|
6471
6492
|
while (true);
|
|
6472
6493
|
};
|
|
6473
6494
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, completion) {
|
|
6474
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6475
|
-
i.
|
|
6495
|
+
var i = new windowedByInterval$o$collect$slambda(this.w6t_1, completion);
|
|
6496
|
+
i.x6t_1 = value;
|
|
6476
6497
|
return i;
|
|
6477
6498
|
};
|
|
6478
6499
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6485,8 +6506,8 @@
|
|
|
6485
6506
|
}
|
|
6486
6507
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6487
6508
|
CoroutineImpl.call(this, resultContinuation);
|
|
6488
|
-
this.
|
|
6489
|
-
this.
|
|
6509
|
+
this.i6u_1 = _this__u8e3s4;
|
|
6510
|
+
this.j6u_1 = collector;
|
|
6490
6511
|
}
|
|
6491
6512
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6492
6513
|
var suspendResult = this.u8_1;
|
|
@@ -6496,10 +6517,10 @@
|
|
|
6496
6517
|
switch (tmp) {
|
|
6497
6518
|
case 0:
|
|
6498
6519
|
this.t8_1 = 2;
|
|
6499
|
-
var $this$unsafeFlow = this.
|
|
6520
|
+
var $this$unsafeFlow = this.j6u_1;
|
|
6500
6521
|
this.s8_1 = 1;
|
|
6501
6522
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6502
|
-
suspendResult = this.
|
|
6523
|
+
suspendResult = this.i6u_1.k6u_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6503
6524
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6504
6525
|
return suspendResult;
|
|
6505
6526
|
}
|
|
@@ -6522,7 +6543,7 @@
|
|
|
6522
6543
|
while (true);
|
|
6523
6544
|
};
|
|
6524
6545
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6525
|
-
this.
|
|
6546
|
+
this.k6u_1 = $this;
|
|
6526
6547
|
}
|
|
6527
6548
|
protoOf(windowedByInterval$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
6528
6549
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6824,18 +6845,18 @@
|
|
|
6824
6845
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6825
6846
|
}
|
|
6826
6847
|
function ClientLoggerKey(gameId, playerId) {
|
|
6827
|
-
this.
|
|
6828
|
-
this.
|
|
6848
|
+
this.l6u_1 = gameId;
|
|
6849
|
+
this.m6u_1 = playerId;
|
|
6829
6850
|
}
|
|
6830
|
-
protoOf(ClientLoggerKey).
|
|
6831
|
-
return joinToString(listOf([this.
|
|
6851
|
+
protoOf(ClientLoggerKey).n6u = function () {
|
|
6852
|
+
return joinToString(listOf([this.l6u_1, this.m6u_1]), '_');
|
|
6832
6853
|
};
|
|
6833
6854
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6834
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6855
|
+
return 'ClientLoggerKey(gameId=' + this.l6u_1 + ', playerId=' + this.m6u_1 + ')';
|
|
6835
6856
|
};
|
|
6836
6857
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6837
|
-
var result = getStringHashCode(this.
|
|
6838
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6858
|
+
var result = getStringHashCode(this.l6u_1);
|
|
6859
|
+
result = imul(result, 31) + getStringHashCode(this.m6u_1) | 0;
|
|
6839
6860
|
return result;
|
|
6840
6861
|
};
|
|
6841
6862
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6843,35 +6864,35 @@
|
|
|
6843
6864
|
return true;
|
|
6844
6865
|
if (!(other instanceof ClientLoggerKey))
|
|
6845
6866
|
return false;
|
|
6846
|
-
if (!(this.k6u_1 === other.k6u_1))
|
|
6847
|
-
return false;
|
|
6848
6867
|
if (!(this.l6u_1 === other.l6u_1))
|
|
6849
6868
|
return false;
|
|
6869
|
+
if (!(this.m6u_1 === other.m6u_1))
|
|
6870
|
+
return false;
|
|
6850
6871
|
return true;
|
|
6851
6872
|
};
|
|
6852
6873
|
function ServerLoggerKey(gameId) {
|
|
6853
|
-
this.
|
|
6874
|
+
this.o6u_1 = gameId;
|
|
6854
6875
|
}
|
|
6855
|
-
protoOf(ServerLoggerKey).
|
|
6856
|
-
return this.
|
|
6876
|
+
protoOf(ServerLoggerKey).n6u = function () {
|
|
6877
|
+
return this.o6u_1;
|
|
6857
6878
|
};
|
|
6858
6879
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6859
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6880
|
+
return 'ServerLoggerKey(gameId=' + this.o6u_1 + ')';
|
|
6860
6881
|
};
|
|
6861
6882
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6862
|
-
return getStringHashCode(this.
|
|
6883
|
+
return getStringHashCode(this.o6u_1);
|
|
6863
6884
|
};
|
|
6864
6885
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6865
6886
|
if (this === other)
|
|
6866
6887
|
return true;
|
|
6867
6888
|
if (!(other instanceof ServerLoggerKey))
|
|
6868
6889
|
return false;
|
|
6869
|
-
if (!(this.
|
|
6890
|
+
if (!(this.o6u_1 === other.o6u_1))
|
|
6870
6891
|
return false;
|
|
6871
6892
|
return true;
|
|
6872
6893
|
};
|
|
6873
6894
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6874
|
-
return $this.
|
|
6895
|
+
return $this.p6u_1.x();
|
|
6875
6896
|
}
|
|
6876
6897
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6877
6898
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6911,7 +6932,7 @@
|
|
|
6911
6932
|
Companion_instance_25 = this;
|
|
6912
6933
|
var tmp = this;
|
|
6913
6934
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6914
|
-
tmp.
|
|
6935
|
+
tmp.p6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6915
6936
|
}
|
|
6916
6937
|
protoOf(Companion_23).q4t = function () {
|
|
6917
6938
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6974,7 +6995,7 @@
|
|
|
6974
6995
|
// Inline function 'kotlin.arrayOf' call
|
|
6975
6996
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6976
6997
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6977
|
-
tmp.
|
|
6998
|
+
tmp.v6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6978
6999
|
}
|
|
6979
7000
|
protoOf(Companion_24).q4t = function () {
|
|
6980
7001
|
return $serializer_getInstance_12();
|
|
@@ -6993,12 +7014,12 @@
|
|
|
6993
7014
|
tmp0_serialDesc.gz('tag', false);
|
|
6994
7015
|
tmp0_serialDesc.gz('message', false);
|
|
6995
7016
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6996
|
-
this.
|
|
7017
|
+
this.w6u_1 = tmp0_serialDesc;
|
|
6997
7018
|
}
|
|
6998
|
-
protoOf($serializer_12).
|
|
6999
|
-
var tmp0_desc = this.
|
|
7019
|
+
protoOf($serializer_12).x6u = function (encoder, value) {
|
|
7020
|
+
var tmp0_desc = this.w6u_1;
|
|
7000
7021
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
7001
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7022
|
+
var tmp2_cached = Companion_getInstance_27().v6u_1;
|
|
7002
7023
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
7003
7024
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7004
7025
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7007,10 +7028,10 @@
|
|
|
7007
7028
|
tmp1_output.pr(tmp0_desc);
|
|
7008
7029
|
};
|
|
7009
7030
|
protoOf($serializer_12).co = function (encoder, value) {
|
|
7010
|
-
return this.
|
|
7031
|
+
return this.x6u(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7011
7032
|
};
|
|
7012
7033
|
protoOf($serializer_12).do = function (decoder) {
|
|
7013
|
-
var tmp0_desc = this.
|
|
7034
|
+
var tmp0_desc = this.w6u_1;
|
|
7014
7035
|
var tmp1_flag = true;
|
|
7015
7036
|
var tmp2_index = 0;
|
|
7016
7037
|
var tmp3_bitMask0 = 0;
|
|
@@ -7020,7 +7041,7 @@
|
|
|
7020
7041
|
var tmp7_local3 = null;
|
|
7021
7042
|
var tmp8_local4 = null;
|
|
7022
7043
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
7023
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7044
|
+
var tmp10_cached = Companion_getInstance_27().v6u_1;
|
|
7024
7045
|
if (tmp9_input.es()) {
|
|
7025
7046
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7026
7047
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7067,13 +7088,13 @@
|
|
|
7067
7088
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7068
7089
|
};
|
|
7069
7090
|
protoOf($serializer_12).bo = function () {
|
|
7070
|
-
return this.
|
|
7091
|
+
return this.w6u_1;
|
|
7071
7092
|
};
|
|
7072
7093
|
protoOf($serializer_12).vz = function () {
|
|
7073
7094
|
// Inline function 'kotlin.arrayOf' call
|
|
7074
7095
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7075
7096
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7076
|
-
return [Companion_getInstance_27().
|
|
7097
|
+
return [Companion_getInstance_27().v6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7077
7098
|
};
|
|
7078
7099
|
var $serializer_instance_12;
|
|
7079
7100
|
function $serializer_getInstance_12() {
|
|
@@ -7083,7 +7104,7 @@
|
|
|
7083
7104
|
}
|
|
7084
7105
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7085
7106
|
if (!(31 === (31 & seen0))) {
|
|
7086
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7107
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().w6u_1);
|
|
7087
7108
|
}
|
|
7088
7109
|
$this.type = type;
|
|
7089
7110
|
$this.key = key;
|
|
@@ -7115,7 +7136,7 @@
|
|
|
7115
7136
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7116
7137
|
return this.message;
|
|
7117
7138
|
};
|
|
7118
|
-
protoOf(LoggerOutputDataDto).
|
|
7139
|
+
protoOf(LoggerOutputDataDto).y6u = function () {
|
|
7119
7140
|
return this.stackTrace;
|
|
7120
7141
|
};
|
|
7121
7142
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7172,7 +7193,7 @@
|
|
|
7172
7193
|
protoOf(LoggerOutputDataDto).b6f = function () {
|
|
7173
7194
|
return this.stackTrace;
|
|
7174
7195
|
};
|
|
7175
|
-
protoOf(LoggerOutputDataDto).
|
|
7196
|
+
protoOf(LoggerOutputDataDto).z6u = function (type, key, tag, message, stackTrace) {
|
|
7176
7197
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7177
7198
|
};
|
|
7178
7199
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7181,7 +7202,7 @@
|
|
|
7181
7202
|
tag = tag === VOID ? this.tag : tag;
|
|
7182
7203
|
message = message === VOID ? this.message : message;
|
|
7183
7204
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7184
|
-
return $super === VOID ? this.
|
|
7205
|
+
return $super === VOID ? this.z6u(type, key, tag, message, stackTrace) : $super.z6u.call(this, type, key, tag, message, stackTrace);
|
|
7185
7206
|
};
|
|
7186
7207
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7187
7208
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7212,8 +7233,8 @@
|
|
|
7212
7233
|
return true;
|
|
7213
7234
|
};
|
|
7214
7235
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7215
|
-
this.
|
|
7216
|
-
this.
|
|
7236
|
+
this.i6v_1 = $$this$unsafeFlow;
|
|
7237
|
+
this.j6v_1 = $types;
|
|
7217
7238
|
CoroutineImpl.call(this, resultContinuation);
|
|
7218
7239
|
}
|
|
7219
7240
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -7234,15 +7255,15 @@
|
|
|
7234
7255
|
case 0:
|
|
7235
7256
|
this.t8_1 = 5;
|
|
7236
7257
|
var tmp_0 = this;
|
|
7237
|
-
tmp_0.
|
|
7258
|
+
tmp_0.m6v_1 = this.i6v_1;
|
|
7238
7259
|
var tmp_1 = this;
|
|
7239
|
-
tmp_1.
|
|
7260
|
+
tmp_1.l6v_1 = this.k6v_1;
|
|
7240
7261
|
this.s8_1 = 1;
|
|
7241
7262
|
continue $sm;
|
|
7242
7263
|
case 1:
|
|
7243
|
-
var $this$transform = this.
|
|
7244
|
-
var value = this.
|
|
7245
|
-
if (contains_0(this.
|
|
7264
|
+
var $this$transform = this.m6v_1;
|
|
7265
|
+
var value = this.l6v_1;
|
|
7266
|
+
if (contains_0(this.j6v_1, value.type)) {
|
|
7246
7267
|
this.s8_1 = 3;
|
|
7247
7268
|
suspendResult = $this$transform.i24(value, this);
|
|
7248
7269
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7282,8 +7303,8 @@
|
|
|
7282
7303
|
while (true);
|
|
7283
7304
|
};
|
|
7284
7305
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, completion) {
|
|
7285
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7286
|
-
i.
|
|
7306
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.i6v_1, this.j6v_1, completion);
|
|
7307
|
+
i.k6v_1 = value;
|
|
7287
7308
|
return i;
|
|
7288
7309
|
};
|
|
7289
7310
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7296,8 +7317,8 @@
|
|
|
7296
7317
|
}
|
|
7297
7318
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7298
7319
|
CoroutineImpl.call(this, resultContinuation);
|
|
7299
|
-
this.
|
|
7300
|
-
this.
|
|
7320
|
+
this.v6v_1 = _this__u8e3s4;
|
|
7321
|
+
this.w6v_1 = collector;
|
|
7301
7322
|
}
|
|
7302
7323
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7303
7324
|
var suspendResult = this.u8_1;
|
|
@@ -7307,10 +7328,10 @@
|
|
|
7307
7328
|
switch (tmp) {
|
|
7308
7329
|
case 0:
|
|
7309
7330
|
this.t8_1 = 2;
|
|
7310
|
-
var $this$unsafeFlow = this.
|
|
7331
|
+
var $this$unsafeFlow = this.w6v_1;
|
|
7311
7332
|
this.s8_1 = 1;
|
|
7312
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7313
|
-
suspendResult = this.
|
|
7333
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.v6v_1.y6v_1, null);
|
|
7334
|
+
suspendResult = this.v6v_1.x6v_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7314
7335
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7315
7336
|
return suspendResult;
|
|
7316
7337
|
}
|
|
@@ -7333,20 +7354,20 @@
|
|
|
7333
7354
|
while (true);
|
|
7334
7355
|
};
|
|
7335
7356
|
function Companion_25() {
|
|
7336
|
-
this.
|
|
7357
|
+
this.z6v_1 = 1000;
|
|
7337
7358
|
}
|
|
7338
7359
|
var Companion_instance_27;
|
|
7339
7360
|
function Companion_getInstance_28() {
|
|
7340
7361
|
return Companion_instance_27;
|
|
7341
7362
|
}
|
|
7342
7363
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7343
|
-
this.
|
|
7364
|
+
this.a6w_1 = function_0;
|
|
7344
7365
|
}
|
|
7345
7366
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).i24 = function (value, $completion) {
|
|
7346
|
-
return this.
|
|
7367
|
+
return this.a6w_1(value, $completion);
|
|
7347
7368
|
};
|
|
7348
7369
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7349
|
-
return this.
|
|
7370
|
+
return this.a6w_1;
|
|
7350
7371
|
};
|
|
7351
7372
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7352
7373
|
var tmp;
|
|
@@ -7370,8 +7391,8 @@
|
|
|
7370
7391
|
return null;
|
|
7371
7392
|
}
|
|
7372
7393
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7373
|
-
this.
|
|
7374
|
-
this.
|
|
7394
|
+
this.x6v_1 = $this;
|
|
7395
|
+
this.y6v_1 = $types;
|
|
7375
7396
|
}
|
|
7376
7397
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
7377
7398
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7391,42 +7412,42 @@
|
|
|
7391
7412
|
}
|
|
7392
7413
|
payloadToKeyMapper = tmp;
|
|
7393
7414
|
enabled = enabled === VOID ? true : enabled;
|
|
7394
|
-
this.
|
|
7395
|
-
this.
|
|
7396
|
-
this.
|
|
7415
|
+
this.b6w_1 = payloadToKeyMapper;
|
|
7416
|
+
this.c6w_1 = enabled;
|
|
7417
|
+
this.d6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7397
7418
|
}
|
|
7398
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7399
|
-
this.
|
|
7419
|
+
protoOf(ObservableLoggerOutputImpl).s6u = function (_set____db54di) {
|
|
7420
|
+
this.b6w_1 = _set____db54di;
|
|
7400
7421
|
};
|
|
7401
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7402
|
-
return this.
|
|
7422
|
+
protoOf(ObservableLoggerOutputImpl).t6u = function () {
|
|
7423
|
+
return this.b6w_1;
|
|
7403
7424
|
};
|
|
7404
7425
|
protoOf(ObservableLoggerOutputImpl).s52 = function (_set____db54di) {
|
|
7405
|
-
this.
|
|
7426
|
+
this.c6w_1 = _set____db54di;
|
|
7406
7427
|
};
|
|
7407
7428
|
protoOf(ObservableLoggerOutputImpl).t52 = function () {
|
|
7408
|
-
return this.
|
|
7429
|
+
return this.c6w_1;
|
|
7409
7430
|
};
|
|
7410
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7431
|
+
protoOf(ObservableLoggerOutputImpl).u6u = function (types) {
|
|
7411
7432
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7412
7433
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7413
|
-
var this_0 = this.
|
|
7434
|
+
var this_0 = this.d6w_1;
|
|
7414
7435
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7415
7436
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7416
7437
|
};
|
|
7417
7438
|
protoOf(ObservableLoggerOutputImpl).n52 = function (tag, message, payload) {
|
|
7418
|
-
if (!this.
|
|
7439
|
+
if (!this.c6w_1)
|
|
7419
7440
|
return Unit_instance;
|
|
7420
7441
|
var tmp = LogType_DEBUG_getInstance();
|
|
7421
|
-
var tmp0_safe_receiver = this.
|
|
7422
|
-
this.
|
|
7442
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7443
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7423
7444
|
};
|
|
7424
7445
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, exception, payload) {
|
|
7425
|
-
if (!this.
|
|
7446
|
+
if (!this.c6w_1)
|
|
7426
7447
|
return Unit_instance;
|
|
7427
7448
|
var tmp = LogType_ERROR_getInstance();
|
|
7428
|
-
var tmp0_safe_receiver = this.
|
|
7429
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7449
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7450
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7430
7451
|
var tmp_1;
|
|
7431
7452
|
if (message == null) {
|
|
7432
7453
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7435,43 +7456,43 @@
|
|
|
7435
7456
|
}
|
|
7436
7457
|
var tmp_2 = tmp_1;
|
|
7437
7458
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7438
|
-
this.
|
|
7459
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7439
7460
|
};
|
|
7440
7461
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, payload) {
|
|
7441
7462
|
var tmp = LogType_INFO_getInstance();
|
|
7442
|
-
var tmp0_safe_receiver = this.
|
|
7443
|
-
this.
|
|
7463
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7464
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7444
7465
|
};
|
|
7445
7466
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7446
7467
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7447
|
-
var tmp0_safe_receiver = this.
|
|
7448
|
-
this.
|
|
7468
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7469
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u(), tag, message, null));
|
|
7449
7470
|
};
|
|
7450
7471
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7451
|
-
if (!this.
|
|
7472
|
+
if (!this.c6w_1)
|
|
7452
7473
|
return Unit_instance;
|
|
7453
7474
|
var tmp = LogType_WARN_getInstance();
|
|
7454
|
-
var tmp0_safe_receiver = this.
|
|
7455
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7475
|
+
var tmp0_safe_receiver = this.b6w_1(payload);
|
|
7476
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n6u();
|
|
7456
7477
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7457
7478
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7458
7479
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7459
|
-
this.
|
|
7480
|
+
this.d6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7460
7481
|
};
|
|
7461
7482
|
function checkInitialised($this) {
|
|
7462
|
-
if ($this.
|
|
7483
|
+
if ($this.e6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7463
7484
|
Logger_getInstance().p53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7464
7485
|
}
|
|
7465
7486
|
}
|
|
7466
7487
|
function AppEnvironment() {
|
|
7467
7488
|
AppEnvironment_instance = this;
|
|
7468
|
-
this.
|
|
7489
|
+
this.e6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7469
7490
|
}
|
|
7470
|
-
protoOf(AppEnvironment).
|
|
7471
|
-
this.
|
|
7491
|
+
protoOf(AppEnvironment).f6w = function (value) {
|
|
7492
|
+
this.e6w_1 = value;
|
|
7472
7493
|
};
|
|
7473
|
-
protoOf(AppEnvironment).
|
|
7474
|
-
var tmp = this.
|
|
7494
|
+
protoOf(AppEnvironment).g6w = function () {
|
|
7495
|
+
var tmp = this.e6w_1;
|
|
7475
7496
|
// Inline function 'kotlin.also' call
|
|
7476
7497
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7477
7498
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7967,9 +7988,10 @@
|
|
|
7967
7988
|
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).x6g);
|
|
7968
7989
|
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).y6g);
|
|
7969
7990
|
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).z6g);
|
|
7991
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).a6h);
|
|
7970
7992
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7971
7993
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7972
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
7994
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).p6h);
|
|
7973
7995
|
defineProp(protoOf(Team), 'second', protoOf(Team).n61);
|
|
7974
7996
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
7975
7997
|
protoOf($serializer_2).wz = typeParametersSerializers;
|
|
@@ -7982,53 +8004,53 @@
|
|
|
7982
8004
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
7983
8005
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
7984
8006
|
protoOf($serializer_11).wz = typeParametersSerializers;
|
|
7985
|
-
protoOf(AsyncProviderImpl).
|
|
7986
|
-
protoOf(AsyncProviderImpl).
|
|
7987
|
-
protoOf(AsyncProviderImpl).
|
|
7988
|
-
protoOf(AsyncProviderImpl).
|
|
7989
|
-
protoOf(TimerAction).
|
|
8007
|
+
protoOf(AsyncProviderImpl).j6l = launchMain$default;
|
|
8008
|
+
protoOf(AsyncProviderImpl).l6l = awaitDefaultWithLock$default;
|
|
8009
|
+
protoOf(AsyncProviderImpl).f6l = launchDefault$default;
|
|
8010
|
+
protoOf(AsyncProviderImpl).h6l = launchDefaultWithLock$default;
|
|
8011
|
+
protoOf(TimerAction).o6o = get_actionTag;
|
|
7990
8012
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7991
|
-
return this.
|
|
8013
|
+
return this.o6o();
|
|
7992
8014
|
});
|
|
7993
8015
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7994
|
-
return this.
|
|
8016
|
+
return this.o6o();
|
|
7995
8017
|
});
|
|
7996
8018
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
7997
8019
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7998
|
-
return this.
|
|
8020
|
+
return this.o6o();
|
|
7999
8021
|
});
|
|
8000
8022
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8001
|
-
return this.
|
|
8023
|
+
return this.o6o();
|
|
8002
8024
|
});
|
|
8003
8025
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8004
|
-
return this.
|
|
8026
|
+
return this.w6r();
|
|
8005
8027
|
});
|
|
8006
8028
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8007
8029
|
return this.h6f();
|
|
8008
8030
|
});
|
|
8009
8031
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8010
|
-
return this.
|
|
8032
|
+
return this.x6r();
|
|
8011
8033
|
}, function (value) {
|
|
8012
|
-
this.
|
|
8034
|
+
this.a6p(value);
|
|
8013
8035
|
});
|
|
8014
8036
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8015
|
-
return this.
|
|
8037
|
+
return this.y6r();
|
|
8016
8038
|
});
|
|
8017
8039
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8018
|
-
return this.
|
|
8040
|
+
return this.z6r();
|
|
8019
8041
|
});
|
|
8020
|
-
protoOf(ActionTypes).
|
|
8042
|
+
protoOf(ActionTypes).o6o = get_actionTag;
|
|
8021
8043
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8022
|
-
return this.
|
|
8044
|
+
return this.o6o();
|
|
8023
8045
|
});
|
|
8024
8046
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8025
|
-
return this.
|
|
8047
|
+
return this.o6o();
|
|
8026
8048
|
});
|
|
8027
8049
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8028
|
-
return this.
|
|
8050
|
+
return this.o6o();
|
|
8029
8051
|
});
|
|
8030
|
-
protoOf(middleware$1).
|
|
8031
|
-
protoOf(combineReducers$1).
|
|
8052
|
+
protoOf(middleware$1).c6p = canHandle;
|
|
8053
|
+
protoOf(combineReducers$1).c6p = canHandle_0;
|
|
8032
8054
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8033
8055
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8034
8056
|
protoOf($serializer_12).wz = typeParametersSerializers;
|
|
@@ -8039,9 +8061,9 @@
|
|
|
8039
8061
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8040
8062
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8041
8063
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8042
|
-
return this.
|
|
8064
|
+
return this.t6u();
|
|
8043
8065
|
}, function (value) {
|
|
8044
|
-
this.
|
|
8066
|
+
this.s6u(value);
|
|
8045
8067
|
});
|
|
8046
8068
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8047
8069
|
return this.t52();
|