raspberry_games_server_game_logic 1.8.506 → 1.8.507
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 +282 -282
- package/Logic_Debertz-bot_engine.js +710 -710
- package/Logic_Debertz-core.js +870 -843
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11322 -11312
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +1101 -1099
- 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 +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -301,20 +301,20 @@
|
|
|
301
301
|
initMetadataForObject($serializer_12, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
302
302
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_12});
|
|
303
303
|
function launchDefault$default(context, block, $super) {
|
|
304
|
-
context = context === VOID ? this.
|
|
305
|
-
return $super === VOID ? this.
|
|
304
|
+
context = context === VOID ? this.i75() : context;
|
|
305
|
+
return $super === VOID ? this.j75(context, block) : $super.j75.call(this, context, block);
|
|
306
306
|
}
|
|
307
307
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
308
|
-
context = context === VOID ? this.
|
|
309
|
-
return $super === VOID ? this.
|
|
308
|
+
context = context === VOID ? this.i75() : context;
|
|
309
|
+
return $super === VOID ? this.l75(context, block) : $super.l75.call(this, context, block);
|
|
310
310
|
}
|
|
311
311
|
function launchMain$default(context, block, $super) {
|
|
312
|
-
context = context === VOID ? this.
|
|
313
|
-
return $super === VOID ? this.
|
|
312
|
+
context = context === VOID ? this.i75() : context;
|
|
313
|
+
return $super === VOID ? this.n75(context, block) : $super.n75.call(this, context, block);
|
|
314
314
|
}
|
|
315
315
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
316
|
-
context = context === VOID ? this.
|
|
317
|
-
return $super === VOID ? this.
|
|
316
|
+
context = context === VOID ? this.i75() : context;
|
|
317
|
+
return $super === VOID ? this.p75(context, block) : $super.p75.call(this, context, block);
|
|
318
318
|
}
|
|
319
319
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
320
320
|
initMetadataForCompanion(Companion_24);
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
return false;
|
|
357
357
|
}
|
|
358
358
|
function get_isAutoStartTimer() {
|
|
359
|
-
return !this.
|
|
359
|
+
return !this.i79() && !this.j79();
|
|
360
360
|
}
|
|
361
361
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
362
362
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
tmp = types;
|
|
420
420
|
}
|
|
421
421
|
types = tmp;
|
|
422
|
-
return $super === VOID ? this.
|
|
422
|
+
return $super === VOID ? this.k7f(types) : $super.k7f.call(this, types);
|
|
423
423
|
}
|
|
424
424
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
425
425
|
initMetadataForCompanion(Companion_26);
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
432
432
|
//endregion
|
|
433
433
|
function GameEngineConfig() {
|
|
434
|
-
this.version = '1.8.
|
|
434
|
+
this.version = '1.8.507';
|
|
435
435
|
}
|
|
436
436
|
protoOf(GameEngineConfig).s43 = function () {
|
|
437
437
|
return this.version;
|
|
@@ -2034,51 +2034,54 @@
|
|
|
2034
2034
|
return now.jm($this.b70_1);
|
|
2035
2035
|
}
|
|
2036
2036
|
function Companion_10() {
|
|
2037
|
-
this.
|
|
2037
|
+
this.e70_1 = 70;
|
|
2038
2038
|
}
|
|
2039
|
-
protoOf(Companion_10).
|
|
2039
|
+
protoOf(Companion_10).f70 = function (state, connectionChangedTime) {
|
|
2040
2040
|
return new PlayerConnection(state, connectionChangedTime);
|
|
2041
2041
|
};
|
|
2042
|
-
protoOf(Companion_10).
|
|
2042
|
+
protoOf(Companion_10).g70 = function (state, connectionChangedTime, $super) {
|
|
2043
2043
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
2044
|
-
return $super === VOID ? this.
|
|
2044
|
+
return $super === VOID ? this.f70(state, connectionChangedTime) : $super.f70.call(this, state, connectionChangedTime);
|
|
2045
2045
|
};
|
|
2046
|
-
protoOf(Companion_10).
|
|
2046
|
+
protoOf(Companion_10).h70 = function (_this__u8e3s4) {
|
|
2047
2047
|
if (_this__u8e3s4 == null) {
|
|
2048
2048
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.jl());
|
|
2049
2049
|
}
|
|
2050
2050
|
var tmp;
|
|
2051
2051
|
if (_this__u8e3s4.a70_1.isLive) {
|
|
2052
|
-
tmp = _this__u8e3s4.
|
|
2052
|
+
tmp = _this__u8e3s4.j70(VOID, System_instance.jl(), VOID, null);
|
|
2053
2053
|
} else {
|
|
2054
|
-
tmp = _this__u8e3s4.
|
|
2054
|
+
tmp = _this__u8e3s4.i70(PlayerConnectionState_LIVE_getInstance(), System_instance.jl(), Duration__plus_impl_yu9v8f(_this__u8e3s4.c70_1, _get_lastConnectionStateDuration__9l9kps(_this__u8e3s4)), null);
|
|
2055
2055
|
}
|
|
2056
2056
|
return tmp;
|
|
2057
2057
|
};
|
|
2058
|
-
protoOf(Companion_10).
|
|
2058
|
+
protoOf(Companion_10).k70 = function (_this__u8e3s4, state, causeState) {
|
|
2059
2059
|
if (_this__u8e3s4 == null) {
|
|
2060
|
-
return new PlayerConnection(state, System_instance.jl());
|
|
2060
|
+
return new PlayerConnection(state, System_instance.jl(), VOID, causeState);
|
|
2061
2061
|
}
|
|
2062
|
-
|
|
2062
|
+
var tmp = System_instance.jl();
|
|
2063
|
+
return _this__u8e3s4.j70(state, tmp, VOID, causeState == null ? _this__u8e3s4.d70_1 : causeState);
|
|
2063
2064
|
};
|
|
2064
2065
|
var Companion_instance_12;
|
|
2065
2066
|
function Companion_getInstance_13() {
|
|
2066
2067
|
return Companion_instance_12;
|
|
2067
2068
|
}
|
|
2068
|
-
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
2069
|
+
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
2069
2070
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
2070
2071
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().kl_1 : notLiveDurationRecord;
|
|
2072
|
+
causeState = causeState === VOID ? null : causeState;
|
|
2071
2073
|
this.a70_1 = state;
|
|
2072
2074
|
this.b70_1 = connectionChangedTime;
|
|
2073
2075
|
this.c70_1 = notLiveDurationRecord;
|
|
2076
|
+
this.d70_1 = causeState;
|
|
2074
2077
|
}
|
|
2075
|
-
protoOf(PlayerConnection).
|
|
2078
|
+
protoOf(PlayerConnection).l70 = function (duration) {
|
|
2076
2079
|
if (this.b70_1 == null) {
|
|
2077
2080
|
return true;
|
|
2078
2081
|
}
|
|
2079
2082
|
return Duration__compareTo_impl_pchp0f(_get_lastConnectionStateDuration__9l9kps(this), duration) > 0;
|
|
2080
2083
|
};
|
|
2081
|
-
protoOf(PlayerConnection).
|
|
2084
|
+
protoOf(PlayerConnection).m70 = function () {
|
|
2082
2085
|
var tmp;
|
|
2083
2086
|
if (this.a70_1.isLive) {
|
|
2084
2087
|
tmp = this.c70_1;
|
|
@@ -2087,40 +2090,42 @@
|
|
|
2087
2090
|
}
|
|
2088
2091
|
return tmp;
|
|
2089
2092
|
};
|
|
2090
|
-
protoOf(PlayerConnection).
|
|
2093
|
+
protoOf(PlayerConnection).n70 = function (gameDuration) {
|
|
2091
2094
|
// Inline function 'kotlin.Long.div' call
|
|
2092
2095
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
2093
2096
|
var percent = toNumber(this_0) / 100.0;
|
|
2094
2097
|
// Inline function 'kotlin.Long.div' call
|
|
2095
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
2098
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.m70());
|
|
2096
2099
|
// Inline function 'kotlin.math.round' call
|
|
2097
2100
|
var x = toNumber(this_1) / percent;
|
|
2098
2101
|
var tmp$ret$2 = round(x);
|
|
2099
2102
|
return numberToInt(tmp$ret$2);
|
|
2100
2103
|
};
|
|
2101
|
-
protoOf(PlayerConnection).n70 = function (gameDuration) {
|
|
2102
|
-
return 100 - this.m70(gameDuration) | 0;
|
|
2103
|
-
};
|
|
2104
2104
|
protoOf(PlayerConnection).o70 = function (gameDuration) {
|
|
2105
|
-
|
|
2105
|
+
return 100 - this.n70(gameDuration) | 0;
|
|
2106
|
+
};
|
|
2107
|
+
protoOf(PlayerConnection).p70 = function (gameDuration) {
|
|
2108
|
+
var percentage = this.o70(gameDuration);
|
|
2106
2109
|
return percentage >= 70;
|
|
2107
2110
|
};
|
|
2108
|
-
protoOf(PlayerConnection).
|
|
2109
|
-
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
2111
|
+
protoOf(PlayerConnection).i70 = function (state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
2112
|
+
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord, causeState);
|
|
2110
2113
|
};
|
|
2111
|
-
protoOf(PlayerConnection).
|
|
2114
|
+
protoOf(PlayerConnection).j70 = function (state, connectionChangedTime, notLiveDurationRecord, causeState, $super) {
|
|
2112
2115
|
state = state === VOID ? this.a70_1 : state;
|
|
2113
2116
|
connectionChangedTime = connectionChangedTime === VOID ? this.b70_1 : connectionChangedTime;
|
|
2114
2117
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.c70_1 : notLiveDurationRecord;
|
|
2115
|
-
|
|
2118
|
+
causeState = causeState === VOID ? this.d70_1 : causeState;
|
|
2119
|
+
return $super === VOID ? this.i70(state, connectionChangedTime, notLiveDurationRecord, causeState) : $super.i70.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord), causeState);
|
|
2116
2120
|
};
|
|
2117
2121
|
protoOf(PlayerConnection).toString = function () {
|
|
2118
|
-
return 'PlayerConnection(state=' + this.a70_1.toString() + ', connectionChangedTime=' + toString(this.b70_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.c70_1) + ')';
|
|
2122
|
+
return 'PlayerConnection(state=' + this.a70_1.toString() + ', connectionChangedTime=' + toString(this.b70_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.c70_1) + ', causeState=' + toString(this.d70_1) + ')';
|
|
2119
2123
|
};
|
|
2120
2124
|
protoOf(PlayerConnection).hashCode = function () {
|
|
2121
2125
|
var result = this.a70_1.hashCode();
|
|
2122
2126
|
result = imul(result, 31) + (this.b70_1 == null ? 0 : this.b70_1.hashCode()) | 0;
|
|
2123
2127
|
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.c70_1) | 0;
|
|
2128
|
+
result = imul(result, 31) + (this.d70_1 == null ? 0 : this.d70_1.hashCode()) | 0;
|
|
2124
2129
|
return result;
|
|
2125
2130
|
};
|
|
2126
2131
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -2134,10 +2139,12 @@
|
|
|
2134
2139
|
return false;
|
|
2135
2140
|
if (!equals(this.c70_1, other.c70_1))
|
|
2136
2141
|
return false;
|
|
2142
|
+
if (!equals(this.d70_1, other.d70_1))
|
|
2143
|
+
return false;
|
|
2137
2144
|
return true;
|
|
2138
2145
|
};
|
|
2139
2146
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2140
|
-
return $this.
|
|
2147
|
+
return $this.q70_1.o1();
|
|
2141
2148
|
}
|
|
2142
2149
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
2143
2150
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -2181,7 +2188,7 @@
|
|
|
2181
2188
|
Companion_instance_13 = this;
|
|
2182
2189
|
var tmp = this;
|
|
2183
2190
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2184
|
-
tmp.
|
|
2191
|
+
tmp.q70_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
2185
2192
|
}
|
|
2186
2193
|
protoOf(Companion_11).o1d = function () {
|
|
2187
2194
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2214,28 +2221,28 @@
|
|
|
2214
2221
|
function PlayerConnectionState(name, ordinal) {
|
|
2215
2222
|
Enum.call(this, name, ordinal);
|
|
2216
2223
|
}
|
|
2217
|
-
protoOf(PlayerConnectionState).
|
|
2224
|
+
protoOf(PlayerConnectionState).t70 = function () {
|
|
2218
2225
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
2219
2226
|
};
|
|
2220
|
-
protoOf(PlayerConnectionState).
|
|
2227
|
+
protoOf(PlayerConnectionState).u70 = function () {
|
|
2221
2228
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
2222
2229
|
};
|
|
2223
|
-
protoOf(PlayerConnectionState).
|
|
2230
|
+
protoOf(PlayerConnectionState).v70 = function () {
|
|
2224
2231
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
2225
2232
|
};
|
|
2226
|
-
protoOf(PlayerConnectionState).
|
|
2233
|
+
protoOf(PlayerConnectionState).w70 = function () {
|
|
2227
2234
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
2228
2235
|
};
|
|
2229
|
-
protoOf(PlayerConnectionState).
|
|
2236
|
+
protoOf(PlayerConnectionState).x70 = function () {
|
|
2230
2237
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
2231
2238
|
};
|
|
2232
|
-
protoOf(PlayerConnectionState).
|
|
2239
|
+
protoOf(PlayerConnectionState).y70 = function () {
|
|
2233
2240
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
2234
2241
|
};
|
|
2235
|
-
protoOf(PlayerConnectionState).
|
|
2242
|
+
protoOf(PlayerConnectionState).z70 = function () {
|
|
2236
2243
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
2237
2244
|
};
|
|
2238
|
-
protoOf(PlayerConnectionState).
|
|
2245
|
+
protoOf(PlayerConnectionState).a71 = function () {
|
|
2239
2246
|
var tmp;
|
|
2240
2247
|
switch (this.a1_1) {
|
|
2241
2248
|
case 3:
|
|
@@ -2256,7 +2263,7 @@
|
|
|
2256
2263
|
}
|
|
2257
2264
|
return tmp;
|
|
2258
2265
|
};
|
|
2259
|
-
protoOf(PlayerConnectionState).
|
|
2266
|
+
protoOf(PlayerConnectionState).b71 = function () {
|
|
2260
2267
|
var tmp;
|
|
2261
2268
|
switch (this.a1_1) {
|
|
2262
2269
|
case 3:
|
|
@@ -2277,7 +2284,7 @@
|
|
|
2277
2284
|
}
|
|
2278
2285
|
return tmp;
|
|
2279
2286
|
};
|
|
2280
|
-
protoOf(PlayerConnectionState).
|
|
2287
|
+
protoOf(PlayerConnectionState).c71 = function () {
|
|
2281
2288
|
var tmp;
|
|
2282
2289
|
switch (this.a1_1) {
|
|
2283
2290
|
case 3:
|
|
@@ -2302,7 +2309,7 @@
|
|
|
2302
2309
|
}
|
|
2303
2310
|
return tmp;
|
|
2304
2311
|
};
|
|
2305
|
-
protoOf(PlayerConnectionState).
|
|
2312
|
+
protoOf(PlayerConnectionState).d71 = function () {
|
|
2306
2313
|
var tmp;
|
|
2307
2314
|
switch (this.a1_1) {
|
|
2308
2315
|
case 3:
|
|
@@ -2327,7 +2334,7 @@
|
|
|
2327
2334
|
}
|
|
2328
2335
|
return tmp;
|
|
2329
2336
|
};
|
|
2330
|
-
protoOf(PlayerConnectionState).
|
|
2337
|
+
protoOf(PlayerConnectionState).e71 = function () {
|
|
2331
2338
|
var tmp;
|
|
2332
2339
|
switch (this.a1_1) {
|
|
2333
2340
|
case 3:
|
|
@@ -2350,7 +2357,7 @@
|
|
|
2350
2357
|
}
|
|
2351
2358
|
return tmp;
|
|
2352
2359
|
};
|
|
2353
|
-
protoOf(PlayerConnectionState).
|
|
2360
|
+
protoOf(PlayerConnectionState).f71 = function () {
|
|
2354
2361
|
var tmp;
|
|
2355
2362
|
switch (this.a1_1) {
|
|
2356
2363
|
case 2:
|
|
@@ -2373,7 +2380,7 @@
|
|
|
2373
2380
|
}
|
|
2374
2381
|
return tmp;
|
|
2375
2382
|
};
|
|
2376
|
-
protoOf(PlayerConnectionState).
|
|
2383
|
+
protoOf(PlayerConnectionState).g71 = function () {
|
|
2377
2384
|
var tmp;
|
|
2378
2385
|
switch (this.a1_1) {
|
|
2379
2386
|
case 5:
|
|
@@ -2398,11 +2405,11 @@
|
|
|
2398
2405
|
var tmp;
|
|
2399
2406
|
switch (_this__u8e3s4.a1_1) {
|
|
2400
2407
|
case 3:
|
|
2401
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.k6z().
|
|
2408
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.k6z().h71());
|
|
2402
2409
|
break;
|
|
2403
2410
|
case 2:
|
|
2404
2411
|
case 0:
|
|
2405
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.k6z().
|
|
2412
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.k6z().h71());
|
|
2406
2413
|
break;
|
|
2407
2414
|
case 4:
|
|
2408
2415
|
case 5:
|
|
@@ -2479,7 +2486,7 @@
|
|
|
2479
2486
|
return PlayerConnectionState_DELETED_instance;
|
|
2480
2487
|
}
|
|
2481
2488
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2482
|
-
return $this.
|
|
2489
|
+
return $this.i71_1.o1();
|
|
2483
2490
|
}
|
|
2484
2491
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2485
2492
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -2494,7 +2501,7 @@
|
|
|
2494
2501
|
Companion_instance_14 = this;
|
|
2495
2502
|
var tmp = this;
|
|
2496
2503
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2497
|
-
tmp.
|
|
2504
|
+
tmp.i71_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2498
2505
|
}
|
|
2499
2506
|
protoOf(Companion_12).o1d = function () {
|
|
2500
2507
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2523,27 +2530,27 @@
|
|
|
2523
2530
|
Enum.call(this, name, ordinal);
|
|
2524
2531
|
}
|
|
2525
2532
|
protoOf(PlayerWaitingState).z6z = function () {
|
|
2526
|
-
return this.
|
|
2533
|
+
return this.l71() || this.m71();
|
|
2527
2534
|
};
|
|
2528
|
-
protoOf(PlayerWaitingState).
|
|
2535
|
+
protoOf(PlayerWaitingState).l71 = function () {
|
|
2529
2536
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2530
2537
|
};
|
|
2531
|
-
protoOf(PlayerWaitingState).
|
|
2538
|
+
protoOf(PlayerWaitingState).m71 = function () {
|
|
2532
2539
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2533
2540
|
};
|
|
2534
2541
|
function Companion_13() {
|
|
2535
2542
|
}
|
|
2536
|
-
protoOf(Companion_13).
|
|
2543
|
+
protoOf(Companion_13).n71 = function (connection) {
|
|
2537
2544
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2538
2545
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2539
2546
|
};
|
|
2540
|
-
protoOf(Companion_13).
|
|
2541
|
-
return _this__u8e3s4.
|
|
2547
|
+
protoOf(Companion_13).o71 = function (_this__u8e3s4) {
|
|
2548
|
+
return _this__u8e3s4.p71(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2542
2549
|
};
|
|
2543
|
-
protoOf(Companion_13).
|
|
2550
|
+
protoOf(Companion_13).q71 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2544
2551
|
var tmp0_startFromTime = System_instance.jl();
|
|
2545
2552
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2546
|
-
return _this__u8e3s4.
|
|
2553
|
+
return _this__u8e3s4.p71(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2547
2554
|
};
|
|
2548
2555
|
var Companion_instance_15;
|
|
2549
2556
|
function Companion_getInstance_16() {
|
|
@@ -2572,7 +2579,7 @@
|
|
|
2572
2579
|
this.x6z_1 = tag;
|
|
2573
2580
|
this.y6z_1 = connection;
|
|
2574
2581
|
}
|
|
2575
|
-
protoOf(PlayerState).
|
|
2582
|
+
protoOf(PlayerState).r71 = function () {
|
|
2576
2583
|
// Inline function 'kotlin.requireNotNull' call
|
|
2577
2584
|
var tmp0 = this.y6z_1;
|
|
2578
2585
|
var tmp$ret$1;
|
|
@@ -2588,7 +2595,7 @@
|
|
|
2588
2595
|
}
|
|
2589
2596
|
return tmp$ret$1;
|
|
2590
2597
|
};
|
|
2591
|
-
protoOf(PlayerState).
|
|
2598
|
+
protoOf(PlayerState).s71 = function () {
|
|
2592
2599
|
// Inline function 'kotlin.requireNotNull' call
|
|
2593
2600
|
var tmp0 = this.x6z_1;
|
|
2594
2601
|
var tmp$ret$1;
|
|
@@ -2604,7 +2611,7 @@
|
|
|
2604
2611
|
}
|
|
2605
2612
|
return tmp$ret$1;
|
|
2606
2613
|
};
|
|
2607
|
-
protoOf(PlayerState).
|
|
2614
|
+
protoOf(PlayerState).h71 = function () {
|
|
2608
2615
|
var tmp0_elvis_lhs = this.x6z_1;
|
|
2609
2616
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2610
2617
|
};
|
|
@@ -2669,10 +2676,10 @@
|
|
|
2669
2676
|
protoOf(PlayerState).z6z = function () {
|
|
2670
2677
|
return this.v6z_1.z6z();
|
|
2671
2678
|
};
|
|
2672
|
-
protoOf(PlayerState).
|
|
2679
|
+
protoOf(PlayerState).t71 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2673
2680
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2674
2681
|
};
|
|
2675
|
-
protoOf(PlayerState).
|
|
2682
|
+
protoOf(PlayerState).p71 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2676
2683
|
startFromTime = startFromTime === VOID ? this.s6z_1 : startFromTime;
|
|
2677
2684
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.t6z_1 : playerTurnTimeout;
|
|
2678
2685
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.u6z_1 : waitPlayerUntilTime;
|
|
@@ -2680,7 +2687,7 @@
|
|
|
2680
2687
|
ready = ready === VOID ? this.w6z_1 : ready;
|
|
2681
2688
|
tag = tag === VOID ? this.x6z_1 : tag;
|
|
2682
2689
|
connection = connection === VOID ? this.y6z_1 : connection;
|
|
2683
|
-
return $super === VOID ? this.
|
|
2690
|
+
return $super === VOID ? this.t71(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.t71.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2684
2691
|
};
|
|
2685
2692
|
protoOf(PlayerState).hashCode = function () {
|
|
2686
2693
|
var result = this.s6z_1 == null ? 0 : this.s6z_1.hashCode();
|
|
@@ -2715,7 +2722,7 @@
|
|
|
2715
2722
|
};
|
|
2716
2723
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2717
2724
|
var tmp;
|
|
2718
|
-
if (_this__u8e3s4.
|
|
2725
|
+
if (_this__u8e3s4.l71() || _this__u8e3s4.m71()) {
|
|
2719
2726
|
var tmp_0;
|
|
2720
2727
|
if (playerTurnTimeout == null) {
|
|
2721
2728
|
tmp_0 = Companion_getInstance().kl_1;
|
|
@@ -2736,7 +2743,7 @@
|
|
|
2736
2743
|
function Team(playerIds) {
|
|
2737
2744
|
this.playerIds = playerIds;
|
|
2738
2745
|
}
|
|
2739
|
-
protoOf(Team).
|
|
2746
|
+
protoOf(Team).u71 = function () {
|
|
2740
2747
|
return this.playerIds;
|
|
2741
2748
|
};
|
|
2742
2749
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
@@ -2751,12 +2758,12 @@
|
|
|
2751
2758
|
protoOf(Team).jg = function () {
|
|
2752
2759
|
return this.playerIds;
|
|
2753
2760
|
};
|
|
2754
|
-
protoOf(Team).
|
|
2761
|
+
protoOf(Team).v71 = function (playerIds) {
|
|
2755
2762
|
return new Team(playerIds);
|
|
2756
2763
|
};
|
|
2757
2764
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2758
2765
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2759
|
-
return $super === VOID ? this.
|
|
2766
|
+
return $super === VOID ? this.v71(playerIds) : $super.v71.call(this, playerIds);
|
|
2760
2767
|
};
|
|
2761
2768
|
protoOf(Team).toString = function () {
|
|
2762
2769
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2774,7 +2781,7 @@
|
|
|
2774
2781
|
return true;
|
|
2775
2782
|
};
|
|
2776
2783
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2777
|
-
return $this.
|
|
2784
|
+
return $this.w71_1.o1();
|
|
2778
2785
|
}
|
|
2779
2786
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2780
2787
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2812,7 +2819,7 @@
|
|
|
2812
2819
|
Companion_instance_16 = this;
|
|
2813
2820
|
var tmp = this;
|
|
2814
2821
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2815
|
-
tmp.
|
|
2822
|
+
tmp.w71_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2816
2823
|
}
|
|
2817
2824
|
protoOf(Companion_14).o1d = function () {
|
|
2818
2825
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2833,7 +2840,7 @@
|
|
|
2833
2840
|
Companion_getInstance_17();
|
|
2834
2841
|
}
|
|
2835
2842
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
2836
|
-
return $this.
|
|
2843
|
+
return $this.x71_1.o1();
|
|
2837
2844
|
}
|
|
2838
2845
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2839
2846
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2848,7 +2855,7 @@
|
|
|
2848
2855
|
TerminationGameReasonDto.call(this);
|
|
2849
2856
|
var tmp = this;
|
|
2850
2857
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2851
|
-
tmp.
|
|
2858
|
+
tmp.x71_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2852
2859
|
}
|
|
2853
2860
|
protoOf(ProcessingReasonDto).o1d = function () {
|
|
2854
2861
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -2885,19 +2892,19 @@
|
|
|
2885
2892
|
$serializer_instance_4 = this;
|
|
2886
2893
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2887
2894
|
tmp0_serialDesc.u10('reason', false);
|
|
2888
|
-
this.
|
|
2895
|
+
this.y71_1 = tmp0_serialDesc;
|
|
2889
2896
|
}
|
|
2890
|
-
protoOf($serializer_4).
|
|
2891
|
-
var tmp0_desc = this.
|
|
2897
|
+
protoOf($serializer_4).z71 = function (encoder, value) {
|
|
2898
|
+
var tmp0_desc = this.y71_1;
|
|
2892
2899
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
2893
2900
|
tmp1_output.ru(tmp0_desc, 0, value.reason);
|
|
2894
2901
|
tmp1_output.dt(tmp0_desc);
|
|
2895
2902
|
};
|
|
2896
2903
|
protoOf($serializer_4).qp = function (encoder, value) {
|
|
2897
|
-
return this.
|
|
2904
|
+
return this.z71(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2898
2905
|
};
|
|
2899
2906
|
protoOf($serializer_4).rp = function (decoder) {
|
|
2900
|
-
var tmp0_desc = this.
|
|
2907
|
+
var tmp0_desc = this.y71_1;
|
|
2901
2908
|
var tmp1_flag = true;
|
|
2902
2909
|
var tmp2_index = 0;
|
|
2903
2910
|
var tmp3_bitMask0 = 0;
|
|
@@ -2925,7 +2932,7 @@
|
|
|
2925
2932
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2926
2933
|
};
|
|
2927
2934
|
protoOf($serializer_4).pp = function () {
|
|
2928
|
-
return this.
|
|
2935
|
+
return this.y71_1;
|
|
2929
2936
|
};
|
|
2930
2937
|
protoOf($serializer_4).j11 = function () {
|
|
2931
2938
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2941,7 +2948,7 @@
|
|
|
2941
2948
|
}
|
|
2942
2949
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2943
2950
|
if (!(1 === (1 & seen0))) {
|
|
2944
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2951
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().y71_1);
|
|
2945
2952
|
}
|
|
2946
2953
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2947
2954
|
$this.reason = reason;
|
|
@@ -2982,19 +2989,19 @@
|
|
|
2982
2989
|
$serializer_instance_5 = this;
|
|
2983
2990
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2984
2991
|
tmp0_serialDesc.u10('reason', false);
|
|
2985
|
-
this.
|
|
2992
|
+
this.a72_1 = tmp0_serialDesc;
|
|
2986
2993
|
}
|
|
2987
|
-
protoOf($serializer_5).
|
|
2988
|
-
var tmp0_desc = this.
|
|
2994
|
+
protoOf($serializer_5).b72 = function (encoder, value) {
|
|
2995
|
+
var tmp0_desc = this.a72_1;
|
|
2989
2996
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
2990
2997
|
tmp1_output.ru(tmp0_desc, 0, value.reason);
|
|
2991
2998
|
tmp1_output.dt(tmp0_desc);
|
|
2992
2999
|
};
|
|
2993
3000
|
protoOf($serializer_5).qp = function (encoder, value) {
|
|
2994
|
-
return this.
|
|
3001
|
+
return this.b72(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2995
3002
|
};
|
|
2996
3003
|
protoOf($serializer_5).rp = function (decoder) {
|
|
2997
|
-
var tmp0_desc = this.
|
|
3004
|
+
var tmp0_desc = this.a72_1;
|
|
2998
3005
|
var tmp1_flag = true;
|
|
2999
3006
|
var tmp2_index = 0;
|
|
3000
3007
|
var tmp3_bitMask0 = 0;
|
|
@@ -3022,7 +3029,7 @@
|
|
|
3022
3029
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3023
3030
|
};
|
|
3024
3031
|
protoOf($serializer_5).pp = function () {
|
|
3025
|
-
return this.
|
|
3032
|
+
return this.a72_1;
|
|
3026
3033
|
};
|
|
3027
3034
|
protoOf($serializer_5).j11 = function () {
|
|
3028
3035
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3038,7 +3045,7 @@
|
|
|
3038
3045
|
}
|
|
3039
3046
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
3040
3047
|
if (!(1 === (1 & seen0))) {
|
|
3041
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().
|
|
3048
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().a72_1);
|
|
3042
3049
|
}
|
|
3043
3050
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3044
3051
|
$this.reason = reason;
|
|
@@ -3079,19 +3086,19 @@
|
|
|
3079
3086
|
$serializer_instance_6 = this;
|
|
3080
3087
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
3081
3088
|
tmp0_serialDesc.u10('playerId', false);
|
|
3082
|
-
this.
|
|
3089
|
+
this.c72_1 = tmp0_serialDesc;
|
|
3083
3090
|
}
|
|
3084
|
-
protoOf($serializer_6).
|
|
3085
|
-
var tmp0_desc = this.
|
|
3091
|
+
protoOf($serializer_6).d72 = function (encoder, value) {
|
|
3092
|
+
var tmp0_desc = this.c72_1;
|
|
3086
3093
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
3087
|
-
tmp1_output.ru(tmp0_desc, 0, value.
|
|
3094
|
+
tmp1_output.ru(tmp0_desc, 0, value.e72_1);
|
|
3088
3095
|
tmp1_output.dt(tmp0_desc);
|
|
3089
3096
|
};
|
|
3090
3097
|
protoOf($serializer_6).qp = function (encoder, value) {
|
|
3091
|
-
return this.
|
|
3098
|
+
return this.d72(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
3092
3099
|
};
|
|
3093
3100
|
protoOf($serializer_6).rp = function (decoder) {
|
|
3094
|
-
var tmp0_desc = this.
|
|
3101
|
+
var tmp0_desc = this.c72_1;
|
|
3095
3102
|
var tmp1_flag = true;
|
|
3096
3103
|
var tmp2_index = 0;
|
|
3097
3104
|
var tmp3_bitMask0 = 0;
|
|
@@ -3119,7 +3126,7 @@
|
|
|
3119
3126
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3120
3127
|
};
|
|
3121
3128
|
protoOf($serializer_6).pp = function () {
|
|
3122
|
-
return this.
|
|
3129
|
+
return this.c72_1;
|
|
3123
3130
|
};
|
|
3124
3131
|
protoOf($serializer_6).j11 = function () {
|
|
3125
3132
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3135,10 +3142,10 @@
|
|
|
3135
3142
|
}
|
|
3136
3143
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
3137
3144
|
if (!(1 === (1 & seen0))) {
|
|
3138
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().
|
|
3145
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().c72_1);
|
|
3139
3146
|
}
|
|
3140
3147
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3141
|
-
$this.
|
|
3148
|
+
$this.e72_1 = playerId;
|
|
3142
3149
|
return $this;
|
|
3143
3150
|
}
|
|
3144
3151
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -3146,20 +3153,20 @@
|
|
|
3146
3153
|
}
|
|
3147
3154
|
function PlayerExitReasonDto(playerId) {
|
|
3148
3155
|
TerminationGameReasonDto.call(this);
|
|
3149
|
-
this.
|
|
3156
|
+
this.e72_1 = playerId;
|
|
3150
3157
|
}
|
|
3151
3158
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
3152
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
3159
|
+
return 'PlayerExitReasonDto(playerId=' + this.e72_1 + ')';
|
|
3153
3160
|
};
|
|
3154
3161
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
3155
|
-
return getStringHashCode(this.
|
|
3162
|
+
return getStringHashCode(this.e72_1);
|
|
3156
3163
|
};
|
|
3157
3164
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
3158
3165
|
if (this === other)
|
|
3159
3166
|
return true;
|
|
3160
3167
|
if (!(other instanceof PlayerExitReasonDto))
|
|
3161
3168
|
return false;
|
|
3162
|
-
if (!(this.
|
|
3169
|
+
if (!(this.e72_1 === other.e72_1))
|
|
3163
3170
|
return false;
|
|
3164
3171
|
return true;
|
|
3165
3172
|
};
|
|
@@ -3174,20 +3181,20 @@
|
|
|
3174
3181
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
3175
3182
|
tmp0_serialDesc.u10('playerId', false);
|
|
3176
3183
|
tmp0_serialDesc.u10('tag', false);
|
|
3177
|
-
this.
|
|
3184
|
+
this.f72_1 = tmp0_serialDesc;
|
|
3178
3185
|
}
|
|
3179
|
-
protoOf($serializer_7).
|
|
3180
|
-
var tmp0_desc = this.
|
|
3186
|
+
protoOf($serializer_7).g72 = function (encoder, value) {
|
|
3187
|
+
var tmp0_desc = this.f72_1;
|
|
3181
3188
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
3182
|
-
tmp1_output.ru(tmp0_desc, 0, value.
|
|
3183
|
-
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3189
|
+
tmp1_output.ru(tmp0_desc, 0, value.h72_1);
|
|
3190
|
+
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.i72_1);
|
|
3184
3191
|
tmp1_output.dt(tmp0_desc);
|
|
3185
3192
|
};
|
|
3186
3193
|
protoOf($serializer_7).qp = function (encoder, value) {
|
|
3187
|
-
return this.
|
|
3194
|
+
return this.g72(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
3188
3195
|
};
|
|
3189
3196
|
protoOf($serializer_7).rp = function (decoder) {
|
|
3190
|
-
var tmp0_desc = this.
|
|
3197
|
+
var tmp0_desc = this.f72_1;
|
|
3191
3198
|
var tmp1_flag = true;
|
|
3192
3199
|
var tmp2_index = 0;
|
|
3193
3200
|
var tmp3_bitMask0 = 0;
|
|
@@ -3222,7 +3229,7 @@
|
|
|
3222
3229
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3223
3230
|
};
|
|
3224
3231
|
protoOf($serializer_7).pp = function () {
|
|
3225
|
-
return this.
|
|
3232
|
+
return this.f72_1;
|
|
3226
3233
|
};
|
|
3227
3234
|
protoOf($serializer_7).j11 = function () {
|
|
3228
3235
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3238,11 +3245,11 @@
|
|
|
3238
3245
|
}
|
|
3239
3246
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3240
3247
|
if (!(3 === (3 & seen0))) {
|
|
3241
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_7().
|
|
3248
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_7().f72_1);
|
|
3242
3249
|
}
|
|
3243
3250
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3244
|
-
$this.
|
|
3245
|
-
$this.
|
|
3251
|
+
$this.h72_1 = playerId;
|
|
3252
|
+
$this.i72_1 = tag;
|
|
3246
3253
|
return $this;
|
|
3247
3254
|
}
|
|
3248
3255
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3250,15 +3257,15 @@
|
|
|
3250
3257
|
}
|
|
3251
3258
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
3252
3259
|
TerminationGameReasonDto.call(this);
|
|
3253
|
-
this.
|
|
3254
|
-
this.
|
|
3260
|
+
this.h72_1 = playerId;
|
|
3261
|
+
this.i72_1 = tag;
|
|
3255
3262
|
}
|
|
3256
3263
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
3257
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
3264
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.h72_1 + ', tag=' + this.i72_1 + ')';
|
|
3258
3265
|
};
|
|
3259
3266
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
3260
|
-
var result = getStringHashCode(this.
|
|
3261
|
-
result = imul(result, 31) + (this.
|
|
3267
|
+
var result = getStringHashCode(this.h72_1);
|
|
3268
|
+
result = imul(result, 31) + (this.i72_1 == null ? 0 : getStringHashCode(this.i72_1)) | 0;
|
|
3262
3269
|
return result;
|
|
3263
3270
|
};
|
|
3264
3271
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -3266,9 +3273,9 @@
|
|
|
3266
3273
|
return true;
|
|
3267
3274
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
3268
3275
|
return false;
|
|
3269
|
-
if (!(this.
|
|
3276
|
+
if (!(this.h72_1 === other.h72_1))
|
|
3270
3277
|
return false;
|
|
3271
|
-
if (!(this.
|
|
3278
|
+
if (!(this.i72_1 == other.i72_1))
|
|
3272
3279
|
return false;
|
|
3273
3280
|
return true;
|
|
3274
3281
|
};
|
|
@@ -3283,20 +3290,20 @@
|
|
|
3283
3290
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3284
3291
|
tmp0_serialDesc.u10('playerId', false);
|
|
3285
3292
|
tmp0_serialDesc.u10('tag', false);
|
|
3286
|
-
this.
|
|
3293
|
+
this.j72_1 = tmp0_serialDesc;
|
|
3287
3294
|
}
|
|
3288
|
-
protoOf($serializer_8).
|
|
3289
|
-
var tmp0_desc = this.
|
|
3295
|
+
protoOf($serializer_8).k72 = function (encoder, value) {
|
|
3296
|
+
var tmp0_desc = this.j72_1;
|
|
3290
3297
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
3291
|
-
tmp1_output.ru(tmp0_desc, 0, value.
|
|
3292
|
-
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3298
|
+
tmp1_output.ru(tmp0_desc, 0, value.l72_1);
|
|
3299
|
+
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.m72_1);
|
|
3293
3300
|
tmp1_output.dt(tmp0_desc);
|
|
3294
3301
|
};
|
|
3295
3302
|
protoOf($serializer_8).qp = function (encoder, value) {
|
|
3296
|
-
return this.
|
|
3303
|
+
return this.k72(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3297
3304
|
};
|
|
3298
3305
|
protoOf($serializer_8).rp = function (decoder) {
|
|
3299
|
-
var tmp0_desc = this.
|
|
3306
|
+
var tmp0_desc = this.j72_1;
|
|
3300
3307
|
var tmp1_flag = true;
|
|
3301
3308
|
var tmp2_index = 0;
|
|
3302
3309
|
var tmp3_bitMask0 = 0;
|
|
@@ -3331,7 +3338,7 @@
|
|
|
3331
3338
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3332
3339
|
};
|
|
3333
3340
|
protoOf($serializer_8).pp = function () {
|
|
3334
|
-
return this.
|
|
3341
|
+
return this.j72_1;
|
|
3335
3342
|
};
|
|
3336
3343
|
protoOf($serializer_8).j11 = function () {
|
|
3337
3344
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3347,11 +3354,11 @@
|
|
|
3347
3354
|
}
|
|
3348
3355
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3349
3356
|
if (!(3 === (3 & seen0))) {
|
|
3350
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().
|
|
3357
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().j72_1);
|
|
3351
3358
|
}
|
|
3352
3359
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3353
|
-
$this.
|
|
3354
|
-
$this.
|
|
3360
|
+
$this.l72_1 = playerId;
|
|
3361
|
+
$this.m72_1 = tag;
|
|
3355
3362
|
return $this;
|
|
3356
3363
|
}
|
|
3357
3364
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3359,15 +3366,15 @@
|
|
|
3359
3366
|
}
|
|
3360
3367
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3361
3368
|
TerminationGameReasonDto.call(this);
|
|
3362
|
-
this.
|
|
3363
|
-
this.
|
|
3369
|
+
this.l72_1 = playerId;
|
|
3370
|
+
this.m72_1 = tag;
|
|
3364
3371
|
}
|
|
3365
3372
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3366
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3373
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.l72_1 + ', tag=' + this.m72_1 + ')';
|
|
3367
3374
|
};
|
|
3368
3375
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3369
|
-
var result = getStringHashCode(this.
|
|
3370
|
-
result = imul(result, 31) + (this.
|
|
3376
|
+
var result = getStringHashCode(this.l72_1);
|
|
3377
|
+
result = imul(result, 31) + (this.m72_1 == null ? 0 : getStringHashCode(this.m72_1)) | 0;
|
|
3371
3378
|
return result;
|
|
3372
3379
|
};
|
|
3373
3380
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3375,14 +3382,14 @@
|
|
|
3375
3382
|
return true;
|
|
3376
3383
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3377
3384
|
return false;
|
|
3378
|
-
if (!(this.
|
|
3385
|
+
if (!(this.l72_1 === other.l72_1))
|
|
3379
3386
|
return false;
|
|
3380
|
-
if (!(this.
|
|
3387
|
+
if (!(this.m72_1 == other.m72_1))
|
|
3381
3388
|
return false;
|
|
3382
3389
|
return true;
|
|
3383
3390
|
};
|
|
3384
3391
|
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
3385
|
-
return $this.
|
|
3392
|
+
return $this.n72_1.o1();
|
|
3386
3393
|
}
|
|
3387
3394
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3388
3395
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3397,7 +3404,7 @@
|
|
|
3397
3404
|
TerminationGameReasonDto.call(this);
|
|
3398
3405
|
var tmp = this;
|
|
3399
3406
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3400
|
-
tmp.
|
|
3407
|
+
tmp.n72_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3401
3408
|
}
|
|
3402
3409
|
protoOf(WaitingForConnectionReasonDto).o1d = function () {
|
|
3403
3410
|
return _get_$cachedSerializer__te6jhj_9(this);
|
|
@@ -3548,15 +3555,15 @@
|
|
|
3548
3555
|
}
|
|
3549
3556
|
function mapFromDto_3(_this__u8e3s4) {
|
|
3550
3557
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3551
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3558
|
+
return new PlayerExitReason(_this__u8e3s4.e72_1);
|
|
3552
3559
|
}
|
|
3553
3560
|
function mapFromDto_4(_this__u8e3s4) {
|
|
3554
3561
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3555
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3562
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.h72_1, _this__u8e3s4.i72_1);
|
|
3556
3563
|
}
|
|
3557
3564
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3558
3565
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3559
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3566
|
+
return new PlayerTimeoutReason(_this__u8e3s4.l72_1, _this__u8e3s4.m72_1);
|
|
3560
3567
|
}
|
|
3561
3568
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3562
3569
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3617,17 +3624,17 @@
|
|
|
3617
3624
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3618
3625
|
}
|
|
3619
3626
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3620
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3621
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3622
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3623
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3624
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3625
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3626
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3627
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3627
|
+
var tmp0_elvis_lhs = _this__u8e3s4.o72_1;
|
|
3628
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.p72_1) : tmp0_elvis_lhs;
|
|
3629
|
+
var tmp1_elvis_lhs = _this__u8e3s4.q72_1;
|
|
3630
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.r72_1) : tmp1_elvis_lhs;
|
|
3631
|
+
var tmp2_elvis_lhs = _this__u8e3s4.s72_1;
|
|
3632
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.t72_1 : tmp2_elvis_lhs;
|
|
3633
|
+
var tmp3_elvis_lhs = _this__u8e3s4.v72_1;
|
|
3634
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.w72_1, _this__u8e3s4.u72_1);
|
|
3628
3635
|
}
|
|
3629
3636
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3630
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3637
|
+
var tmp0_safe_receiver = _this__u8e3s4.x72_1;
|
|
3631
3638
|
var tmp;
|
|
3632
3639
|
if (tmp0_safe_receiver == null) {
|
|
3633
3640
|
tmp = null;
|
|
@@ -3636,7 +3643,7 @@
|
|
|
3636
3643
|
tmp = Companion_getInstance_0().cm(tmp0_safe_receiver);
|
|
3637
3644
|
}
|
|
3638
3645
|
var tmp5_startFromTime = tmp;
|
|
3639
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3646
|
+
var tmp1_safe_receiver = _this__u8e3s4.z72_1;
|
|
3640
3647
|
var tmp_0;
|
|
3641
3648
|
if (tmp1_safe_receiver == null) {
|
|
3642
3649
|
tmp_0 = null;
|
|
@@ -3645,7 +3652,7 @@
|
|
|
3645
3652
|
tmp_0 = Companion_getInstance_0().cm(tmp1_safe_receiver);
|
|
3646
3653
|
}
|
|
3647
3654
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3648
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3655
|
+
var tmp2_safe_receiver = _this__u8e3s4.y72_1;
|
|
3649
3656
|
var tmp_1;
|
|
3650
3657
|
if (tmp2_safe_receiver == null) {
|
|
3651
3658
|
tmp_1 = null;
|
|
@@ -3654,11 +3661,11 @@
|
|
|
3654
3661
|
tmp_1 = Companion_getInstance_0().cm(tmp2_safe_receiver);
|
|
3655
3662
|
}
|
|
3656
3663
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3657
|
-
var tmp8_state = _this__u8e3s4.
|
|
3658
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3659
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3664
|
+
var tmp8_state = _this__u8e3s4.a73_1;
|
|
3665
|
+
var tmp9_tag = _this__u8e3s4.c73_1;
|
|
3666
|
+
var tmp3_elvis_lhs = _this__u8e3s4.b73_1;
|
|
3660
3667
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3661
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3668
|
+
var tmp4_safe_receiver = _this__u8e3s4.d73_1;
|
|
3662
3669
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3663
3670
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3664
3671
|
}
|
|
@@ -3677,7 +3684,7 @@
|
|
|
3677
3684
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3678
3685
|
}
|
|
3679
3686
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3680
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3687
|
+
var tmp0_safe_receiver = _this__u8e3s4.f73_1;
|
|
3681
3688
|
var tmp;
|
|
3682
3689
|
if (tmp0_safe_receiver == null) {
|
|
3683
3690
|
tmp = null;
|
|
@@ -3685,11 +3692,11 @@
|
|
|
3685
3692
|
// Inline function 'kotlin.let' call
|
|
3686
3693
|
tmp = Companion_getInstance_0().cm(tmp0_safe_receiver);
|
|
3687
3694
|
}
|
|
3688
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3695
|
+
return new PlayerConnection(_this__u8e3s4.e73_1, tmp, Companion_getInstance().rl(_this__u8e3s4.g73_1), _this__u8e3s4.h73_1);
|
|
3689
3696
|
}
|
|
3690
3697
|
function mapToDto_10(_this__u8e3s4) {
|
|
3691
3698
|
var tmp0_safe_receiver = _this__u8e3s4.b70_1;
|
|
3692
|
-
return new PlayerConnectionDto(_this__u8e3s4.a70_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.c70_1));
|
|
3699
|
+
return new PlayerConnectionDto(_this__u8e3s4.a70_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.c70_1), _this__u8e3s4.d70_1);
|
|
3693
3700
|
}
|
|
3694
3701
|
function Companion_20() {
|
|
3695
3702
|
}
|
|
@@ -3709,39 +3716,39 @@
|
|
|
3709
3716
|
tmp0_serialDesc.u10('rating', false);
|
|
3710
3717
|
tmp0_serialDesc.u10('is_bot', false);
|
|
3711
3718
|
tmp0_serialDesc.u10('lucky_factor', false);
|
|
3712
|
-
this.
|
|
3719
|
+
this.i73_1 = tmp0_serialDesc;
|
|
3713
3720
|
}
|
|
3714
|
-
protoOf($serializer_9).
|
|
3715
|
-
var tmp0_desc = this.
|
|
3721
|
+
protoOf($serializer_9).j73 = function (encoder, value) {
|
|
3722
|
+
var tmp0_desc = this.i73_1;
|
|
3716
3723
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
3717
|
-
if (tmp1_output.zu(tmp0_desc, 0) ? true : !(value.
|
|
3718
|
-
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3724
|
+
if (tmp1_output.zu(tmp0_desc, 0) ? true : !(value.o72_1 == null)) {
|
|
3725
|
+
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.o72_1);
|
|
3719
3726
|
}
|
|
3720
|
-
if (tmp1_output.zu(tmp0_desc, 1) ? true : !(value.
|
|
3721
|
-
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3727
|
+
if (tmp1_output.zu(tmp0_desc, 1) ? true : !(value.p72_1 == null)) {
|
|
3728
|
+
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.p72_1);
|
|
3722
3729
|
}
|
|
3723
|
-
if (tmp1_output.zu(tmp0_desc, 2) ? true : !(value.
|
|
3724
|
-
tmp1_output.vu(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3730
|
+
if (tmp1_output.zu(tmp0_desc, 2) ? true : !(value.q72_1 == null)) {
|
|
3731
|
+
tmp1_output.vu(tmp0_desc, 2, StringSerializer_getInstance(), value.q72_1);
|
|
3725
3732
|
}
|
|
3726
|
-
if (tmp1_output.zu(tmp0_desc, 3) ? true : !(value.
|
|
3727
|
-
tmp1_output.vu(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3733
|
+
if (tmp1_output.zu(tmp0_desc, 3) ? true : !(value.r72_1 == null)) {
|
|
3734
|
+
tmp1_output.vu(tmp0_desc, 3, StringSerializer_getInstance(), value.r72_1);
|
|
3728
3735
|
}
|
|
3729
|
-
if (tmp1_output.zu(tmp0_desc, 4) ? true : !(value.
|
|
3730
|
-
tmp1_output.vu(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3736
|
+
if (tmp1_output.zu(tmp0_desc, 4) ? true : !(value.s72_1 == null)) {
|
|
3737
|
+
tmp1_output.vu(tmp0_desc, 4, StringSerializer_getInstance(), value.s72_1);
|
|
3731
3738
|
}
|
|
3732
|
-
if (tmp1_output.zu(tmp0_desc, 5) ? true : !(value.
|
|
3733
|
-
tmp1_output.vu(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3739
|
+
if (tmp1_output.zu(tmp0_desc, 5) ? true : !(value.t72_1 == null)) {
|
|
3740
|
+
tmp1_output.vu(tmp0_desc, 5, StringSerializer_getInstance(), value.t72_1);
|
|
3734
3741
|
}
|
|
3735
|
-
tmp1_output.vu(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3736
|
-
tmp1_output.vu(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3737
|
-
tmp1_output.vu(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3742
|
+
tmp1_output.vu(tmp0_desc, 6, DoubleSerializer_getInstance(), value.u72_1);
|
|
3743
|
+
tmp1_output.vu(tmp0_desc, 7, BooleanSerializer_getInstance(), value.v72_1);
|
|
3744
|
+
tmp1_output.vu(tmp0_desc, 8, FloatSerializer_getInstance(), value.w72_1);
|
|
3738
3745
|
tmp1_output.dt(tmp0_desc);
|
|
3739
3746
|
};
|
|
3740
3747
|
protoOf($serializer_9).qp = function (encoder, value) {
|
|
3741
|
-
return this.
|
|
3748
|
+
return this.j73(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3742
3749
|
};
|
|
3743
3750
|
protoOf($serializer_9).rp = function (decoder) {
|
|
3744
|
-
var tmp0_desc = this.
|
|
3751
|
+
var tmp0_desc = this.i73_1;
|
|
3745
3752
|
var tmp1_flag = true;
|
|
3746
3753
|
var tmp2_index = 0;
|
|
3747
3754
|
var tmp3_bitMask0 = 0;
|
|
@@ -3825,7 +3832,7 @@
|
|
|
3825
3832
|
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);
|
|
3826
3833
|
};
|
|
3827
3834
|
protoOf($serializer_9).pp = function () {
|
|
3828
|
-
return this.
|
|
3835
|
+
return this.i73_1;
|
|
3829
3836
|
};
|
|
3830
3837
|
protoOf($serializer_9).j11 = function () {
|
|
3831
3838
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3841,35 +3848,35 @@
|
|
|
3841
3848
|
}
|
|
3842
3849
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3843
3850
|
if (!(448 === (448 & seen0))) {
|
|
3844
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_9().
|
|
3851
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_9().i73_1);
|
|
3845
3852
|
}
|
|
3846
3853
|
if (0 === (seen0 & 1))
|
|
3847
|
-
$this.
|
|
3854
|
+
$this.o72_1 = null;
|
|
3848
3855
|
else
|
|
3849
|
-
$this.
|
|
3856
|
+
$this.o72_1 = playerId;
|
|
3850
3857
|
if (0 === (seen0 & 2))
|
|
3851
|
-
$this.
|
|
3858
|
+
$this.p72_1 = null;
|
|
3852
3859
|
else
|
|
3853
|
-
$this.
|
|
3860
|
+
$this.p72_1 = uid;
|
|
3854
3861
|
if (0 === (seen0 & 4))
|
|
3855
|
-
$this.
|
|
3862
|
+
$this.q72_1 = null;
|
|
3856
3863
|
else
|
|
3857
|
-
$this.
|
|
3864
|
+
$this.q72_1 = name;
|
|
3858
3865
|
if (0 === (seen0 & 8))
|
|
3859
|
-
$this.
|
|
3866
|
+
$this.r72_1 = null;
|
|
3860
3867
|
else
|
|
3861
|
-
$this.
|
|
3868
|
+
$this.r72_1 = nickname;
|
|
3862
3869
|
if (0 === (seen0 & 16))
|
|
3863
|
-
$this.
|
|
3870
|
+
$this.s72_1 = null;
|
|
3864
3871
|
else
|
|
3865
|
-
$this.
|
|
3872
|
+
$this.s72_1 = avatarUrl;
|
|
3866
3873
|
if (0 === (seen0 & 32))
|
|
3867
|
-
$this.
|
|
3874
|
+
$this.t72_1 = null;
|
|
3868
3875
|
else
|
|
3869
|
-
$this.
|
|
3870
|
-
$this.
|
|
3871
|
-
$this.
|
|
3872
|
-
$this.
|
|
3876
|
+
$this.t72_1 = photo;
|
|
3877
|
+
$this.u72_1 = rating;
|
|
3878
|
+
$this.v72_1 = isBot;
|
|
3879
|
+
$this.w72_1 = initialLuckyFactor;
|
|
3873
3880
|
return $this;
|
|
3874
3881
|
}
|
|
3875
3882
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3882,47 +3889,47 @@
|
|
|
3882
3889
|
nickname = nickname === VOID ? null : nickname;
|
|
3883
3890
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3884
3891
|
photo = photo === VOID ? null : photo;
|
|
3885
|
-
this.
|
|
3886
|
-
this.
|
|
3887
|
-
this.
|
|
3888
|
-
this.
|
|
3889
|
-
this.
|
|
3890
|
-
this.
|
|
3891
|
-
this.
|
|
3892
|
-
this.
|
|
3893
|
-
this.
|
|
3894
|
-
}
|
|
3895
|
-
protoOf(GameUserInfoDto).
|
|
3896
|
-
return this.
|
|
3897
|
-
};
|
|
3898
|
-
protoOf(GameUserInfoDto).
|
|
3892
|
+
this.o72_1 = playerId;
|
|
3893
|
+
this.p72_1 = uid;
|
|
3894
|
+
this.q72_1 = name;
|
|
3895
|
+
this.r72_1 = nickname;
|
|
3896
|
+
this.s72_1 = avatarUrl;
|
|
3897
|
+
this.t72_1 = photo;
|
|
3898
|
+
this.u72_1 = rating;
|
|
3899
|
+
this.v72_1 = isBot;
|
|
3900
|
+
this.w72_1 = initialLuckyFactor;
|
|
3901
|
+
}
|
|
3902
|
+
protoOf(GameUserInfoDto).k73 = function () {
|
|
3903
|
+
return this.l73(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3904
|
+
};
|
|
3905
|
+
protoOf(GameUserInfoDto).m73 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3899
3906
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3900
3907
|
};
|
|
3901
|
-
protoOf(GameUserInfoDto).
|
|
3902
|
-
playerId = playerId === VOID ? this.
|
|
3903
|
-
uid = uid === VOID ? this.
|
|
3904
|
-
name = name === VOID ? this.
|
|
3905
|
-
nickname = nickname === VOID ? this.
|
|
3906
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3907
|
-
photo = photo === VOID ? this.
|
|
3908
|
-
rating = rating === VOID ? this.
|
|
3909
|
-
isBot = isBot === VOID ? this.
|
|
3910
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3911
|
-
return $super === VOID ? this.
|
|
3908
|
+
protoOf(GameUserInfoDto).l73 = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3909
|
+
playerId = playerId === VOID ? this.o72_1 : playerId;
|
|
3910
|
+
uid = uid === VOID ? this.p72_1 : uid;
|
|
3911
|
+
name = name === VOID ? this.q72_1 : name;
|
|
3912
|
+
nickname = nickname === VOID ? this.r72_1 : nickname;
|
|
3913
|
+
avatarUrl = avatarUrl === VOID ? this.s72_1 : avatarUrl;
|
|
3914
|
+
photo = photo === VOID ? this.t72_1 : photo;
|
|
3915
|
+
rating = rating === VOID ? this.u72_1 : rating;
|
|
3916
|
+
isBot = isBot === VOID ? this.v72_1 : isBot;
|
|
3917
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.w72_1 : initialLuckyFactor;
|
|
3918
|
+
return $super === VOID ? this.m73(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.m73.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3912
3919
|
};
|
|
3913
3920
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3914
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3921
|
+
return 'GameUserInfoDto(playerId=' + this.o72_1 + ', uid=' + this.p72_1 + ', name=' + this.q72_1 + ', nickname=' + this.r72_1 + ', avatarUrl=' + this.s72_1 + ', photo=' + this.t72_1 + ', rating=' + this.u72_1 + ', isBot=' + this.v72_1 + ', initialLuckyFactor=' + this.w72_1 + ')';
|
|
3915
3922
|
};
|
|
3916
3923
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3917
|
-
var result = this.
|
|
3918
|
-
result = imul(result, 31) + (this.o72_1 == null ? 0 : getStringHashCode(this.o72_1)) | 0;
|
|
3924
|
+
var result = this.o72_1 == null ? 0 : getStringHashCode(this.o72_1);
|
|
3919
3925
|
result = imul(result, 31) + (this.p72_1 == null ? 0 : getStringHashCode(this.p72_1)) | 0;
|
|
3920
3926
|
result = imul(result, 31) + (this.q72_1 == null ? 0 : getStringHashCode(this.q72_1)) | 0;
|
|
3921
3927
|
result = imul(result, 31) + (this.r72_1 == null ? 0 : getStringHashCode(this.r72_1)) | 0;
|
|
3922
3928
|
result = imul(result, 31) + (this.s72_1 == null ? 0 : getStringHashCode(this.s72_1)) | 0;
|
|
3923
|
-
result = imul(result, 31) + (this.t72_1 == null ? 0 :
|
|
3924
|
-
result = imul(result, 31) + (this.u72_1 == null ? 0 :
|
|
3925
|
-
result = imul(result, 31) + (this.v72_1 == null ? 0 :
|
|
3929
|
+
result = imul(result, 31) + (this.t72_1 == null ? 0 : getStringHashCode(this.t72_1)) | 0;
|
|
3930
|
+
result = imul(result, 31) + (this.u72_1 == null ? 0 : getNumberHashCode(this.u72_1)) | 0;
|
|
3931
|
+
result = imul(result, 31) + (this.v72_1 == null ? 0 : getBooleanHashCode(this.v72_1)) | 0;
|
|
3932
|
+
result = imul(result, 31) + (this.w72_1 == null ? 0 : getNumberHashCode(this.w72_1)) | 0;
|
|
3926
3933
|
return result;
|
|
3927
3934
|
};
|
|
3928
3935
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3930,8 +3937,6 @@
|
|
|
3930
3937
|
return true;
|
|
3931
3938
|
if (!(other instanceof GameUserInfoDto))
|
|
3932
3939
|
return false;
|
|
3933
|
-
if (!(this.n72_1 == other.n72_1))
|
|
3934
|
-
return false;
|
|
3935
3940
|
if (!(this.o72_1 == other.o72_1))
|
|
3936
3941
|
return false;
|
|
3937
3942
|
if (!(this.p72_1 == other.p72_1))
|
|
@@ -3942,25 +3947,32 @@
|
|
|
3942
3947
|
return false;
|
|
3943
3948
|
if (!(this.s72_1 == other.s72_1))
|
|
3944
3949
|
return false;
|
|
3945
|
-
if (!
|
|
3950
|
+
if (!(this.t72_1 == other.t72_1))
|
|
3946
3951
|
return false;
|
|
3947
|
-
if (!(this.u72_1
|
|
3952
|
+
if (!equals(this.u72_1, other.u72_1))
|
|
3948
3953
|
return false;
|
|
3949
|
-
if (!
|
|
3954
|
+
if (!(this.v72_1 == other.v72_1))
|
|
3955
|
+
return false;
|
|
3956
|
+
if (!equals(this.w72_1, other.w72_1))
|
|
3950
3957
|
return false;
|
|
3951
3958
|
return true;
|
|
3952
3959
|
};
|
|
3953
3960
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
3954
3961
|
return Companion_getInstance_14().o1d();
|
|
3955
3962
|
}
|
|
3963
|
+
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0() {
|
|
3964
|
+
return Companion_getInstance_14().o1d();
|
|
3965
|
+
}
|
|
3956
3966
|
function Companion_21() {
|
|
3957
3967
|
Companion_instance_23 = this;
|
|
3958
3968
|
var tmp = this;
|
|
3959
3969
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3970
|
+
var tmp_1 = lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2);
|
|
3971
|
+
var tmp_2 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3960
3972
|
// Inline function 'kotlin.arrayOf' call
|
|
3961
3973
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3962
3974
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3963
|
-
tmp.
|
|
3975
|
+
tmp.n73_1 = [tmp_1, null, null, lazy(tmp_2, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0)];
|
|
3964
3976
|
}
|
|
3965
3977
|
var Companion_instance_23;
|
|
3966
3978
|
function Companion_getInstance_24() {
|
|
@@ -3970,75 +3982,85 @@
|
|
|
3970
3982
|
}
|
|
3971
3983
|
function $serializer_10() {
|
|
3972
3984
|
$serializer_instance_10 = this;
|
|
3973
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this,
|
|
3985
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this, 4);
|
|
3974
3986
|
tmp0_serialDesc.u10('state', false);
|
|
3975
3987
|
tmp0_serialDesc.u10('connectionChangedTime', false);
|
|
3976
3988
|
tmp0_serialDesc.u10('notLiveDurationRecord', false);
|
|
3977
|
-
|
|
3989
|
+
tmp0_serialDesc.u10('causeState', false);
|
|
3990
|
+
this.o73_1 = tmp0_serialDesc;
|
|
3978
3991
|
}
|
|
3979
|
-
protoOf($serializer_10).
|
|
3980
|
-
var tmp0_desc = this.
|
|
3992
|
+
protoOf($serializer_10).p73 = function (encoder, value) {
|
|
3993
|
+
var tmp0_desc = this.o73_1;
|
|
3981
3994
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
3982
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
3983
|
-
tmp1_output.tu(tmp0_desc, 0, tmp2_cached[0].o1(), value.
|
|
3984
|
-
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3985
|
-
tmp1_output.ru(tmp0_desc, 2, value.
|
|
3995
|
+
var tmp2_cached = Companion_getInstance_24().n73_1;
|
|
3996
|
+
tmp1_output.tu(tmp0_desc, 0, tmp2_cached[0].o1(), value.e73_1);
|
|
3997
|
+
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.f73_1);
|
|
3998
|
+
tmp1_output.ru(tmp0_desc, 2, value.g73_1);
|
|
3999
|
+
tmp1_output.vu(tmp0_desc, 3, tmp2_cached[3].o1(), value.h73_1);
|
|
3986
4000
|
tmp1_output.dt(tmp0_desc);
|
|
3987
4001
|
};
|
|
3988
4002
|
protoOf($serializer_10).qp = function (encoder, value) {
|
|
3989
|
-
return this.
|
|
4003
|
+
return this.p73(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3990
4004
|
};
|
|
3991
4005
|
protoOf($serializer_10).rp = function (decoder) {
|
|
3992
|
-
var tmp0_desc = this.
|
|
4006
|
+
var tmp0_desc = this.o73_1;
|
|
3993
4007
|
var tmp1_flag = true;
|
|
3994
4008
|
var tmp2_index = 0;
|
|
3995
4009
|
var tmp3_bitMask0 = 0;
|
|
3996
4010
|
var tmp4_local0 = null;
|
|
3997
4011
|
var tmp5_local1 = null;
|
|
3998
4012
|
var tmp6_local2 = null;
|
|
3999
|
-
var
|
|
4000
|
-
var
|
|
4001
|
-
|
|
4002
|
-
|
|
4013
|
+
var tmp7_local3 = null;
|
|
4014
|
+
var tmp8_input = decoder.ct(tmp0_desc);
|
|
4015
|
+
var tmp9_cached = Companion_getInstance_24().n73_1;
|
|
4016
|
+
if (tmp8_input.st()) {
|
|
4017
|
+
tmp4_local0 = tmp8_input.ot(tmp0_desc, 0, tmp9_cached[0].o1(), tmp4_local0);
|
|
4003
4018
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4004
|
-
tmp5_local1 =
|
|
4019
|
+
tmp5_local1 = tmp8_input.qt(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
4005
4020
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4006
|
-
tmp6_local2 =
|
|
4021
|
+
tmp6_local2 = tmp8_input.mt(tmp0_desc, 2);
|
|
4007
4022
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4023
|
+
tmp7_local3 = tmp8_input.qt(tmp0_desc, 3, tmp9_cached[3].o1(), tmp7_local3);
|
|
4024
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4008
4025
|
} else
|
|
4009
4026
|
while (tmp1_flag) {
|
|
4010
|
-
tmp2_index =
|
|
4027
|
+
tmp2_index = tmp8_input.tt(tmp0_desc);
|
|
4011
4028
|
switch (tmp2_index) {
|
|
4012
4029
|
case -1:
|
|
4013
4030
|
tmp1_flag = false;
|
|
4014
4031
|
break;
|
|
4015
4032
|
case 0:
|
|
4016
|
-
tmp4_local0 =
|
|
4033
|
+
tmp4_local0 = tmp8_input.ot(tmp0_desc, 0, tmp9_cached[0].o1(), tmp4_local0);
|
|
4017
4034
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4018
4035
|
break;
|
|
4019
4036
|
case 1:
|
|
4020
|
-
tmp5_local1 =
|
|
4037
|
+
tmp5_local1 = tmp8_input.qt(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
4021
4038
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4022
4039
|
break;
|
|
4023
4040
|
case 2:
|
|
4024
|
-
tmp6_local2 =
|
|
4041
|
+
tmp6_local2 = tmp8_input.mt(tmp0_desc, 2);
|
|
4025
4042
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4026
4043
|
break;
|
|
4044
|
+
case 3:
|
|
4045
|
+
tmp7_local3 = tmp8_input.qt(tmp0_desc, 3, tmp9_cached[3].o1(), tmp7_local3);
|
|
4046
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4047
|
+
break;
|
|
4027
4048
|
default:
|
|
4028
4049
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
4029
4050
|
}
|
|
4030
4051
|
}
|
|
4031
|
-
|
|
4032
|
-
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
4052
|
+
tmp8_input.dt(tmp0_desc);
|
|
4053
|
+
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
4033
4054
|
};
|
|
4034
4055
|
protoOf($serializer_10).pp = function () {
|
|
4035
|
-
return this.
|
|
4056
|
+
return this.o73_1;
|
|
4036
4057
|
};
|
|
4037
4058
|
protoOf($serializer_10).j11 = function () {
|
|
4059
|
+
var tmp0_cached = Companion_getInstance_24().n73_1;
|
|
4038
4060
|
// Inline function 'kotlin.arrayOf' call
|
|
4039
4061
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4040
4062
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4041
|
-
return [
|
|
4063
|
+
return [tmp0_cached[0].o1(), get_nullable(StringSerializer_getInstance()), StringSerializer_getInstance(), get_nullable(tmp0_cached[3].o1())];
|
|
4042
4064
|
};
|
|
4043
4065
|
var $serializer_instance_10;
|
|
4044
4066
|
function $serializer_getInstance_10() {
|
|
@@ -4046,31 +4068,34 @@
|
|
|
4046
4068
|
new $serializer_10();
|
|
4047
4069
|
return $serializer_instance_10;
|
|
4048
4070
|
}
|
|
4049
|
-
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
4050
|
-
if (!(
|
|
4051
|
-
throwMissingFieldException(seen0,
|
|
4071
|
+
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, $this) {
|
|
4072
|
+
if (!(15 === (15 & seen0))) {
|
|
4073
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_10().o73_1);
|
|
4052
4074
|
}
|
|
4053
|
-
$this.
|
|
4054
|
-
$this.
|
|
4055
|
-
$this.
|
|
4075
|
+
$this.e73_1 = state;
|
|
4076
|
+
$this.f73_1 = connectionChangedTime;
|
|
4077
|
+
$this.g73_1 = notLiveDurationRecord;
|
|
4078
|
+
$this.h73_1 = causeState;
|
|
4056
4079
|
return $this;
|
|
4057
4080
|
}
|
|
4058
|
-
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
4059
|
-
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
4081
|
+
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker) {
|
|
4082
|
+
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
4060
4083
|
}
|
|
4061
|
-
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
4084
|
+
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
4062
4085
|
Companion_getInstance_24();
|
|
4063
|
-
this.
|
|
4064
|
-
this.
|
|
4065
|
-
this.
|
|
4086
|
+
this.e73_1 = state;
|
|
4087
|
+
this.f73_1 = connectionChangedTime;
|
|
4088
|
+
this.g73_1 = notLiveDurationRecord;
|
|
4089
|
+
this.h73_1 = causeState;
|
|
4066
4090
|
}
|
|
4067
4091
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
4068
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
4092
|
+
return 'PlayerConnectionDto(state=' + this.e73_1.toString() + ', connectionChangedTime=' + this.f73_1 + ', notLiveDurationRecord=' + this.g73_1 + ', causeState=' + toString(this.h73_1) + ')';
|
|
4069
4093
|
};
|
|
4070
4094
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
4071
|
-
var result = this.
|
|
4072
|
-
result = imul(result, 31) + (this.
|
|
4073
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
4095
|
+
var result = this.e73_1.hashCode();
|
|
4096
|
+
result = imul(result, 31) + (this.f73_1 == null ? 0 : getStringHashCode(this.f73_1)) | 0;
|
|
4097
|
+
result = imul(result, 31) + getStringHashCode(this.g73_1) | 0;
|
|
4098
|
+
result = imul(result, 31) + (this.h73_1 == null ? 0 : this.h73_1.hashCode()) | 0;
|
|
4074
4099
|
return result;
|
|
4075
4100
|
};
|
|
4076
4101
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -4078,11 +4103,13 @@
|
|
|
4078
4103
|
return true;
|
|
4079
4104
|
if (!(other instanceof PlayerConnectionDto))
|
|
4080
4105
|
return false;
|
|
4081
|
-
if (!this.
|
|
4106
|
+
if (!this.e73_1.equals(other.e73_1))
|
|
4082
4107
|
return false;
|
|
4083
|
-
if (!(this.
|
|
4108
|
+
if (!(this.f73_1 == other.f73_1))
|
|
4084
4109
|
return false;
|
|
4085
|
-
if (!(this.
|
|
4110
|
+
if (!(this.g73_1 === other.g73_1))
|
|
4111
|
+
return false;
|
|
4112
|
+
if (!equals(this.h73_1, other.h73_1))
|
|
4086
4113
|
return false;
|
|
4087
4114
|
return true;
|
|
4088
4115
|
};
|
|
@@ -4096,7 +4123,7 @@
|
|
|
4096
4123
|
// Inline function 'kotlin.arrayOf' call
|
|
4097
4124
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4098
4125
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4099
|
-
tmp.
|
|
4126
|
+
tmp.q73_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
4100
4127
|
}
|
|
4101
4128
|
var Companion_instance_24;
|
|
4102
4129
|
function Companion_getInstance_25() {
|
|
@@ -4114,38 +4141,38 @@
|
|
|
4114
4141
|
tmp0_serialDesc.u10('ready', true);
|
|
4115
4142
|
tmp0_serialDesc.u10('tag', true);
|
|
4116
4143
|
tmp0_serialDesc.u10('connection', true);
|
|
4117
|
-
this.
|
|
4144
|
+
this.r73_1 = tmp0_serialDesc;
|
|
4118
4145
|
}
|
|
4119
|
-
protoOf($serializer_11).
|
|
4120
|
-
var tmp0_desc = this.
|
|
4146
|
+
protoOf($serializer_11).s73 = function (encoder, value) {
|
|
4147
|
+
var tmp0_desc = this.r73_1;
|
|
4121
4148
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
4122
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
4123
|
-
if (tmp1_output.zu(tmp0_desc, 0) ? true : !(value.
|
|
4124
|
-
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4149
|
+
var tmp2_cached = Companion_getInstance_25().q73_1;
|
|
4150
|
+
if (tmp1_output.zu(tmp0_desc, 0) ? true : !(value.x72_1 == null)) {
|
|
4151
|
+
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.x72_1);
|
|
4125
4152
|
}
|
|
4126
|
-
if (tmp1_output.zu(tmp0_desc, 1) ? true : !(value.
|
|
4127
|
-
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
4153
|
+
if (tmp1_output.zu(tmp0_desc, 1) ? true : !(value.y72_1 == null)) {
|
|
4154
|
+
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.y72_1);
|
|
4128
4155
|
}
|
|
4129
|
-
if (tmp1_output.zu(tmp0_desc, 2) ? true : !(value.
|
|
4130
|
-
tmp1_output.vu(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
4156
|
+
if (tmp1_output.zu(tmp0_desc, 2) ? true : !(value.z72_1 == null)) {
|
|
4157
|
+
tmp1_output.vu(tmp0_desc, 2, StringSerializer_getInstance(), value.z72_1);
|
|
4131
4158
|
}
|
|
4132
|
-
tmp1_output.tu(tmp0_desc, 3, tmp2_cached[3].o1(), value.
|
|
4133
|
-
if (tmp1_output.zu(tmp0_desc, 4) ? true : !(value.
|
|
4134
|
-
tmp1_output.vu(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4159
|
+
tmp1_output.tu(tmp0_desc, 3, tmp2_cached[3].o1(), value.a73_1);
|
|
4160
|
+
if (tmp1_output.zu(tmp0_desc, 4) ? true : !(value.b73_1 == null)) {
|
|
4161
|
+
tmp1_output.vu(tmp0_desc, 4, BooleanSerializer_getInstance(), value.b73_1);
|
|
4135
4162
|
}
|
|
4136
|
-
if (tmp1_output.zu(tmp0_desc, 5) ? true : !(value.
|
|
4137
|
-
tmp1_output.vu(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
4163
|
+
if (tmp1_output.zu(tmp0_desc, 5) ? true : !(value.c73_1 == null)) {
|
|
4164
|
+
tmp1_output.vu(tmp0_desc, 5, StringSerializer_getInstance(), value.c73_1);
|
|
4138
4165
|
}
|
|
4139
|
-
if (tmp1_output.zu(tmp0_desc, 6) ? true : !(value.
|
|
4140
|
-
tmp1_output.vu(tmp0_desc, 6, $serializer_getInstance_10(), value.
|
|
4166
|
+
if (tmp1_output.zu(tmp0_desc, 6) ? true : !(value.d73_1 == null)) {
|
|
4167
|
+
tmp1_output.vu(tmp0_desc, 6, $serializer_getInstance_10(), value.d73_1);
|
|
4141
4168
|
}
|
|
4142
4169
|
tmp1_output.dt(tmp0_desc);
|
|
4143
4170
|
};
|
|
4144
4171
|
protoOf($serializer_11).qp = function (encoder, value) {
|
|
4145
|
-
return this.
|
|
4172
|
+
return this.s73(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
4146
4173
|
};
|
|
4147
4174
|
protoOf($serializer_11).rp = function (decoder) {
|
|
4148
|
-
var tmp0_desc = this.
|
|
4175
|
+
var tmp0_desc = this.r73_1;
|
|
4149
4176
|
var tmp1_flag = true;
|
|
4150
4177
|
var tmp2_index = 0;
|
|
4151
4178
|
var tmp3_bitMask0 = 0;
|
|
@@ -4157,7 +4184,7 @@
|
|
|
4157
4184
|
var tmp9_local5 = null;
|
|
4158
4185
|
var tmp10_local6 = null;
|
|
4159
4186
|
var tmp11_input = decoder.ct(tmp0_desc);
|
|
4160
|
-
var tmp12_cached = Companion_getInstance_25().
|
|
4187
|
+
var tmp12_cached = Companion_getInstance_25().q73_1;
|
|
4161
4188
|
if (tmp11_input.st()) {
|
|
4162
4189
|
tmp4_local0 = tmp11_input.qt(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4163
4190
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4216,10 +4243,10 @@
|
|
|
4216
4243
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4217
4244
|
};
|
|
4218
4245
|
protoOf($serializer_11).pp = function () {
|
|
4219
|
-
return this.
|
|
4246
|
+
return this.r73_1;
|
|
4220
4247
|
};
|
|
4221
4248
|
protoOf($serializer_11).j11 = function () {
|
|
4222
|
-
var tmp0_cached = Companion_getInstance_25().
|
|
4249
|
+
var tmp0_cached = Companion_getInstance_25().q73_1;
|
|
4223
4250
|
// Inline function 'kotlin.arrayOf' call
|
|
4224
4251
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4225
4252
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4233,33 +4260,33 @@
|
|
|
4233
4260
|
}
|
|
4234
4261
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4235
4262
|
if (!(8 === (8 & seen0))) {
|
|
4236
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_11().
|
|
4263
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_11().r73_1);
|
|
4237
4264
|
}
|
|
4238
4265
|
if (0 === (seen0 & 1))
|
|
4239
|
-
$this.
|
|
4266
|
+
$this.x72_1 = null;
|
|
4240
4267
|
else
|
|
4241
|
-
$this.
|
|
4268
|
+
$this.x72_1 = startFrom;
|
|
4242
4269
|
if (0 === (seen0 & 2))
|
|
4243
|
-
$this.
|
|
4270
|
+
$this.y72_1 = null;
|
|
4244
4271
|
else
|
|
4245
|
-
$this.
|
|
4272
|
+
$this.y72_1 = playerTurnTimeout;
|
|
4246
4273
|
if (0 === (seen0 & 4))
|
|
4247
|
-
$this.
|
|
4274
|
+
$this.z72_1 = null;
|
|
4248
4275
|
else
|
|
4249
|
-
$this.
|
|
4250
|
-
$this.
|
|
4276
|
+
$this.z72_1 = waitPlayerUntilTime;
|
|
4277
|
+
$this.a73_1 = state;
|
|
4251
4278
|
if (0 === (seen0 & 16))
|
|
4252
|
-
$this.
|
|
4279
|
+
$this.b73_1 = null;
|
|
4253
4280
|
else
|
|
4254
|
-
$this.
|
|
4281
|
+
$this.b73_1 = ready;
|
|
4255
4282
|
if (0 === (seen0 & 32))
|
|
4256
|
-
$this.
|
|
4283
|
+
$this.c73_1 = null;
|
|
4257
4284
|
else
|
|
4258
|
-
$this.
|
|
4285
|
+
$this.c73_1 = tag;
|
|
4259
4286
|
if (0 === (seen0 & 64))
|
|
4260
|
-
$this.
|
|
4287
|
+
$this.d73_1 = null;
|
|
4261
4288
|
else
|
|
4262
|
-
$this.
|
|
4289
|
+
$this.d73_1 = connection;
|
|
4263
4290
|
return $this;
|
|
4264
4291
|
}
|
|
4265
4292
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4273,25 +4300,25 @@
|
|
|
4273
4300
|
ready = ready === VOID ? null : ready;
|
|
4274
4301
|
tag = tag === VOID ? null : tag;
|
|
4275
4302
|
connection = connection === VOID ? null : connection;
|
|
4276
|
-
this.
|
|
4277
|
-
this.
|
|
4278
|
-
this.
|
|
4279
|
-
this.
|
|
4280
|
-
this.
|
|
4281
|
-
this.
|
|
4282
|
-
this.
|
|
4303
|
+
this.x72_1 = startFrom;
|
|
4304
|
+
this.y72_1 = playerTurnTimeout;
|
|
4305
|
+
this.z72_1 = waitPlayerUntilTime;
|
|
4306
|
+
this.a73_1 = state;
|
|
4307
|
+
this.b73_1 = ready;
|
|
4308
|
+
this.c73_1 = tag;
|
|
4309
|
+
this.d73_1 = connection;
|
|
4283
4310
|
}
|
|
4284
4311
|
protoOf(PlayerStateDto).toString = function () {
|
|
4285
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4312
|
+
return 'PlayerStateDto(startFrom=' + this.x72_1 + ', playerTurnTimeout=' + this.y72_1 + ', waitPlayerUntilTime=' + this.z72_1 + ', state=' + this.a73_1.toString() + ', ready=' + this.b73_1 + ', tag=' + this.c73_1 + ', connection=' + toString(this.d73_1) + ')';
|
|
4286
4313
|
};
|
|
4287
4314
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4288
|
-
var result = this.
|
|
4289
|
-
result = imul(result, 31) + (this.x72_1 == null ? 0 : getStringHashCode(this.x72_1)) | 0;
|
|
4315
|
+
var result = this.x72_1 == null ? 0 : getStringHashCode(this.x72_1);
|
|
4290
4316
|
result = imul(result, 31) + (this.y72_1 == null ? 0 : getStringHashCode(this.y72_1)) | 0;
|
|
4291
|
-
result = imul(result, 31) + this.z72_1.
|
|
4292
|
-
result = imul(result, 31) +
|
|
4293
|
-
result = imul(result, 31) + (this.b73_1 == null ? 0 :
|
|
4294
|
-
result = imul(result, 31) + (this.c73_1 == null ? 0 : this.c73_1
|
|
4317
|
+
result = imul(result, 31) + (this.z72_1 == null ? 0 : getStringHashCode(this.z72_1)) | 0;
|
|
4318
|
+
result = imul(result, 31) + this.a73_1.hashCode() | 0;
|
|
4319
|
+
result = imul(result, 31) + (this.b73_1 == null ? 0 : getBooleanHashCode(this.b73_1)) | 0;
|
|
4320
|
+
result = imul(result, 31) + (this.c73_1 == null ? 0 : getStringHashCode(this.c73_1)) | 0;
|
|
4321
|
+
result = imul(result, 31) + (this.d73_1 == null ? 0 : this.d73_1.hashCode()) | 0;
|
|
4295
4322
|
return result;
|
|
4296
4323
|
};
|
|
4297
4324
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4299,19 +4326,19 @@
|
|
|
4299
4326
|
return true;
|
|
4300
4327
|
if (!(other instanceof PlayerStateDto))
|
|
4301
4328
|
return false;
|
|
4302
|
-
if (!(this.w72_1 == other.w72_1))
|
|
4303
|
-
return false;
|
|
4304
4329
|
if (!(this.x72_1 == other.x72_1))
|
|
4305
4330
|
return false;
|
|
4306
4331
|
if (!(this.y72_1 == other.y72_1))
|
|
4307
4332
|
return false;
|
|
4308
|
-
if (!this.z72_1
|
|
4333
|
+
if (!(this.z72_1 == other.z72_1))
|
|
4309
4334
|
return false;
|
|
4310
|
-
if (!
|
|
4335
|
+
if (!this.a73_1.equals(other.a73_1))
|
|
4311
4336
|
return false;
|
|
4312
4337
|
if (!(this.b73_1 == other.b73_1))
|
|
4313
4338
|
return false;
|
|
4314
|
-
if (!
|
|
4339
|
+
if (!(this.c73_1 == other.c73_1))
|
|
4340
|
+
return false;
|
|
4341
|
+
if (!equals(this.d73_1, other.d73_1))
|
|
4315
4342
|
return false;
|
|
4316
4343
|
return true;
|
|
4317
4344
|
};
|
|
@@ -4345,7 +4372,7 @@
|
|
|
4345
4372
|
// Inline function 'kotlin.arrayOf' call
|
|
4346
4373
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4347
4374
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4348
|
-
tmp.
|
|
4375
|
+
tmp.t73_1 = [null, null, null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, tmp_5, null, null, null, null, null, null, null, null, null, null, null, null, tmp_7, null, null, null, null, null, null, null, null, lazy(tmp_8, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_3)];
|
|
4349
4376
|
}
|
|
4350
4377
|
var Companion_instance_25;
|
|
4351
4378
|
function Companion_getInstance_26() {
|
|
@@ -4394,57 +4421,57 @@
|
|
|
4394
4421
|
tmp0_serialDesc.u10('generalBonus', false);
|
|
4395
4422
|
tmp0_serialDesc.u10('enableFrezaCard', false);
|
|
4396
4423
|
tmp0_serialDesc.u10('supportedPlayersModes', false);
|
|
4397
|
-
this.
|
|
4424
|
+
this.u73_1 = tmp0_serialDesc;
|
|
4398
4425
|
}
|
|
4399
|
-
protoOf($serializer_12).
|
|
4400
|
-
var tmp0_desc = this.
|
|
4426
|
+
protoOf($serializer_12).v73 = function (encoder, value) {
|
|
4427
|
+
var tmp0_desc = this.u73_1;
|
|
4401
4428
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
4402
|
-
var tmp2_cached = Companion_getInstance_26().
|
|
4403
|
-
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4404
|
-
tmp1_output.vu(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4405
|
-
tmp1_output.vu(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4406
|
-
tmp1_output.vu(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4407
|
-
tmp1_output.vu(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4408
|
-
tmp1_output.vu(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4409
|
-
tmp1_output.vu(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4410
|
-
tmp1_output.vu(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4411
|
-
tmp1_output.vu(tmp0_desc, 8, BooleanSerializer_getInstance(), value.
|
|
4412
|
-
tmp1_output.vu(tmp0_desc, 9, IntSerializer_getInstance(), value.
|
|
4413
|
-
tmp1_output.vu(tmp0_desc, 10, tmp2_cached[10].o1(), value.
|
|
4414
|
-
tmp1_output.vu(tmp0_desc, 11, tmp2_cached[11].o1(), value.
|
|
4415
|
-
tmp1_output.vu(tmp0_desc, 12, BooleanSerializer_getInstance(), value.
|
|
4416
|
-
tmp1_output.vu(tmp0_desc, 13, StringSerializer_getInstance(), value.
|
|
4417
|
-
tmp1_output.vu(tmp0_desc, 14, StringSerializer_getInstance(), value.
|
|
4418
|
-
tmp1_output.vu(tmp0_desc, 15, tmp2_cached[15].o1(), value.
|
|
4419
|
-
tmp1_output.vu(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4420
|
-
tmp1_output.vu(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4421
|
-
tmp1_output.vu(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4422
|
-
tmp1_output.vu(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4423
|
-
tmp1_output.vu(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4424
|
-
tmp1_output.vu(tmp0_desc, 21, BooleanSerializer_getInstance(), value.
|
|
4425
|
-
tmp1_output.vu(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4426
|
-
tmp1_output.ru(tmp0_desc, 23, value.
|
|
4427
|
-
tmp1_output.vu(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4428
|
-
tmp1_output.vu(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4429
|
-
tmp1_output.vu(tmp0_desc, 26, BooleanSerializer_getInstance(), value.
|
|
4430
|
-
tmp1_output.vu(tmp0_desc, 27, IntSerializer_getInstance(), value.
|
|
4431
|
-
tmp1_output.vu(tmp0_desc, 28, tmp2_cached[28].o1(), value.
|
|
4432
|
-
tmp1_output.vu(tmp0_desc, 29, IntSerializer_getInstance(), value.
|
|
4433
|
-
tmp1_output.vu(tmp0_desc, 30, IntSerializer_getInstance(), value.
|
|
4434
|
-
tmp1_output.vu(tmp0_desc, 31, IntSerializer_getInstance(), value.
|
|
4435
|
-
tmp1_output.vu(tmp0_desc, 32, BooleanSerializer_getInstance(), value.
|
|
4436
|
-
tmp1_output.vu(tmp0_desc, 33, IntSerializer_getInstance(), value.
|
|
4437
|
-
tmp1_output.vu(tmp0_desc, 34, BooleanSerializer_getInstance(), value.
|
|
4438
|
-
tmp1_output.vu(tmp0_desc, 35, IntSerializer_getInstance(), value.
|
|
4439
|
-
tmp1_output.vu(tmp0_desc, 36, BooleanSerializer_getInstance(), value.
|
|
4440
|
-
tmp1_output.vu(tmp0_desc, 37, tmp2_cached[37].o1(), value.
|
|
4429
|
+
var tmp2_cached = Companion_getInstance_26().t73_1;
|
|
4430
|
+
tmp1_output.vu(tmp0_desc, 0, StringSerializer_getInstance(), value.w73_1);
|
|
4431
|
+
tmp1_output.vu(tmp0_desc, 1, BooleanSerializer_getInstance(), value.x73_1);
|
|
4432
|
+
tmp1_output.vu(tmp0_desc, 2, BooleanSerializer_getInstance(), value.y73_1);
|
|
4433
|
+
tmp1_output.vu(tmp0_desc, 3, BooleanSerializer_getInstance(), value.z73_1);
|
|
4434
|
+
tmp1_output.vu(tmp0_desc, 4, BooleanSerializer_getInstance(), value.a74_1);
|
|
4435
|
+
tmp1_output.vu(tmp0_desc, 5, IntSerializer_getInstance(), value.b74_1);
|
|
4436
|
+
tmp1_output.vu(tmp0_desc, 6, IntSerializer_getInstance(), value.c74_1);
|
|
4437
|
+
tmp1_output.vu(tmp0_desc, 7, BooleanSerializer_getInstance(), value.d74_1);
|
|
4438
|
+
tmp1_output.vu(tmp0_desc, 8, BooleanSerializer_getInstance(), value.e74_1);
|
|
4439
|
+
tmp1_output.vu(tmp0_desc, 9, IntSerializer_getInstance(), value.f74_1);
|
|
4440
|
+
tmp1_output.vu(tmp0_desc, 10, tmp2_cached[10].o1(), value.g74_1);
|
|
4441
|
+
tmp1_output.vu(tmp0_desc, 11, tmp2_cached[11].o1(), value.h74_1);
|
|
4442
|
+
tmp1_output.vu(tmp0_desc, 12, BooleanSerializer_getInstance(), value.i74_1);
|
|
4443
|
+
tmp1_output.vu(tmp0_desc, 13, StringSerializer_getInstance(), value.j74_1);
|
|
4444
|
+
tmp1_output.vu(tmp0_desc, 14, StringSerializer_getInstance(), value.k74_1);
|
|
4445
|
+
tmp1_output.vu(tmp0_desc, 15, tmp2_cached[15].o1(), value.l74_1);
|
|
4446
|
+
tmp1_output.vu(tmp0_desc, 16, BooleanSerializer_getInstance(), value.m74_1);
|
|
4447
|
+
tmp1_output.vu(tmp0_desc, 17, BooleanSerializer_getInstance(), value.n74_1);
|
|
4448
|
+
tmp1_output.vu(tmp0_desc, 18, BooleanSerializer_getInstance(), value.o74_1);
|
|
4449
|
+
tmp1_output.vu(tmp0_desc, 19, BooleanSerializer_getInstance(), value.p74_1);
|
|
4450
|
+
tmp1_output.vu(tmp0_desc, 20, BooleanSerializer_getInstance(), value.q74_1);
|
|
4451
|
+
tmp1_output.vu(tmp0_desc, 21, BooleanSerializer_getInstance(), value.r74_1);
|
|
4452
|
+
tmp1_output.vu(tmp0_desc, 22, BooleanSerializer_getInstance(), value.s74_1);
|
|
4453
|
+
tmp1_output.ru(tmp0_desc, 23, value.t74_1);
|
|
4454
|
+
tmp1_output.vu(tmp0_desc, 24, BooleanSerializer_getInstance(), value.u74_1);
|
|
4455
|
+
tmp1_output.vu(tmp0_desc, 25, IntSerializer_getInstance(), value.v74_1);
|
|
4456
|
+
tmp1_output.vu(tmp0_desc, 26, BooleanSerializer_getInstance(), value.w74_1);
|
|
4457
|
+
tmp1_output.vu(tmp0_desc, 27, IntSerializer_getInstance(), value.x74_1);
|
|
4458
|
+
tmp1_output.vu(tmp0_desc, 28, tmp2_cached[28].o1(), value.y74_1);
|
|
4459
|
+
tmp1_output.vu(tmp0_desc, 29, IntSerializer_getInstance(), value.z74_1);
|
|
4460
|
+
tmp1_output.vu(tmp0_desc, 30, IntSerializer_getInstance(), value.a75_1);
|
|
4461
|
+
tmp1_output.vu(tmp0_desc, 31, IntSerializer_getInstance(), value.b75_1);
|
|
4462
|
+
tmp1_output.vu(tmp0_desc, 32, BooleanSerializer_getInstance(), value.c75_1);
|
|
4463
|
+
tmp1_output.vu(tmp0_desc, 33, IntSerializer_getInstance(), value.d75_1);
|
|
4464
|
+
tmp1_output.vu(tmp0_desc, 34, BooleanSerializer_getInstance(), value.e75_1);
|
|
4465
|
+
tmp1_output.vu(tmp0_desc, 35, IntSerializer_getInstance(), value.f75_1);
|
|
4466
|
+
tmp1_output.vu(tmp0_desc, 36, BooleanSerializer_getInstance(), value.g75_1);
|
|
4467
|
+
tmp1_output.vu(tmp0_desc, 37, tmp2_cached[37].o1(), value.h75_1);
|
|
4441
4468
|
tmp1_output.dt(tmp0_desc);
|
|
4442
4469
|
};
|
|
4443
4470
|
protoOf($serializer_12).qp = function (encoder, value) {
|
|
4444
|
-
return this.
|
|
4471
|
+
return this.v73(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4445
4472
|
};
|
|
4446
4473
|
protoOf($serializer_12).rp = function (decoder) {
|
|
4447
|
-
var tmp0_desc = this.
|
|
4474
|
+
var tmp0_desc = this.u73_1;
|
|
4448
4475
|
var tmp1_flag = true;
|
|
4449
4476
|
var tmp2_index = 0;
|
|
4450
4477
|
var tmp3_bitMask0 = 0;
|
|
@@ -4488,7 +4515,7 @@
|
|
|
4488
4515
|
var tmp41_local36 = null;
|
|
4489
4516
|
var tmp42_local37 = null;
|
|
4490
4517
|
var tmp43_input = decoder.ct(tmp0_desc);
|
|
4491
|
-
var tmp44_cached = Companion_getInstance_26().
|
|
4518
|
+
var tmp44_cached = Companion_getInstance_26().t73_1;
|
|
4492
4519
|
if (tmp43_input.st()) {
|
|
4493
4520
|
tmp5_local0 = tmp43_input.qt(tmp0_desc, 0, StringSerializer_getInstance(), tmp5_local0);
|
|
4494
4521
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4733,10 +4760,10 @@
|
|
|
4733
4760
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_bitMask1, tmp5_local0, tmp6_local1, tmp7_local2, tmp8_local3, tmp9_local4, tmp10_local5, tmp11_local6, tmp12_local7, tmp13_local8, tmp14_local9, tmp15_local10, tmp16_local11, tmp17_local12, tmp18_local13, tmp19_local14, tmp20_local15, tmp21_local16, tmp22_local17, tmp23_local18, tmp24_local19, tmp25_local20, tmp26_local21, tmp27_local22, tmp28_local23, tmp29_local24, tmp30_local25, tmp31_local26, tmp32_local27, tmp33_local28, tmp34_local29, tmp35_local30, tmp36_local31, tmp37_local32, tmp38_local33, tmp39_local34, tmp40_local35, tmp41_local36, tmp42_local37, null);
|
|
4734
4761
|
};
|
|
4735
4762
|
protoOf($serializer_12).pp = function () {
|
|
4736
|
-
return this.
|
|
4763
|
+
return this.u73_1;
|
|
4737
4764
|
};
|
|
4738
4765
|
protoOf($serializer_12).j11 = function () {
|
|
4739
|
-
var tmp0_cached = Companion_getInstance_26().
|
|
4766
|
+
var tmp0_cached = Companion_getInstance_26().t73_1;
|
|
4740
4767
|
// Inline function 'kotlin.arrayOf' call
|
|
4741
4768
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4742
4769
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4754,46 +4781,46 @@
|
|
|
4754
4781
|
var tmp = new Int32Array([seen0, seen1]);
|
|
4755
4782
|
// Inline function 'kotlin.intArrayOf' call
|
|
4756
4783
|
var tmp$ret$1 = new Int32Array([-1, 63]);
|
|
4757
|
-
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_12().
|
|
4758
|
-
}
|
|
4759
|
-
$this.
|
|
4760
|
-
$this.
|
|
4761
|
-
$this.
|
|
4762
|
-
$this.
|
|
4763
|
-
$this.
|
|
4764
|
-
$this.
|
|
4765
|
-
$this.
|
|
4766
|
-
$this.
|
|
4767
|
-
$this.
|
|
4768
|
-
$this.
|
|
4769
|
-
$this.
|
|
4770
|
-
$this.
|
|
4771
|
-
$this.
|
|
4772
|
-
$this.
|
|
4773
|
-
$this.
|
|
4774
|
-
$this.
|
|
4775
|
-
$this.
|
|
4776
|
-
$this.
|
|
4777
|
-
$this.
|
|
4778
|
-
$this.
|
|
4779
|
-
$this.
|
|
4780
|
-
$this.
|
|
4781
|
-
$this.
|
|
4782
|
-
$this.
|
|
4783
|
-
$this.
|
|
4784
|
-
$this.
|
|
4785
|
-
$this.
|
|
4786
|
-
$this.
|
|
4787
|
-
$this.
|
|
4788
|
-
$this.
|
|
4789
|
-
$this.
|
|
4790
|
-
$this.
|
|
4791
|
-
$this.
|
|
4792
|
-
$this.
|
|
4793
|
-
$this.
|
|
4794
|
-
$this.
|
|
4795
|
-
$this.
|
|
4796
|
-
$this.
|
|
4784
|
+
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_12().u73_1);
|
|
4785
|
+
}
|
|
4786
|
+
$this.w73_1 = name;
|
|
4787
|
+
$this.x73_1 = playerWhoChooseSuitGoFirst;
|
|
4788
|
+
$this.y73_1 = winnerShuffleCards;
|
|
4789
|
+
$this.z73_1 = playWithoutLiabilities;
|
|
4790
|
+
$this.a74_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4791
|
+
$this.b74_1 = dealerInitialCardsCount;
|
|
4792
|
+
$this.c74_1 = dealerFinalCardsCount;
|
|
4793
|
+
$this.d74_1 = dealerCounterClockwise;
|
|
4794
|
+
$this.e74_1 = enableRedealOnWeakHand;
|
|
4795
|
+
$this.f74_1 = weakHandThreshold;
|
|
4796
|
+
$this.g74_1 = contractTypes;
|
|
4797
|
+
$this.h74_1 = bidTypes;
|
|
4798
|
+
$this.i74_1 = needToPutHigherTrump;
|
|
4799
|
+
$this.j74_1 = trumpCardStepMode;
|
|
4800
|
+
$this.k74_1 = trumpCardStepPartnerMode;
|
|
4801
|
+
$this.l74_1 = combinationsWithFirstCard;
|
|
4802
|
+
$this.m74_1 = protectBella;
|
|
4803
|
+
$this.n74_1 = oneTryToProtectBella;
|
|
4804
|
+
$this.o74_1 = enableFourSevensCombination;
|
|
4805
|
+
$this.p74_1 = enableTrumpSevenCombination;
|
|
4806
|
+
$this.q74_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4807
|
+
$this.r74_1 = checkTrumpCombination;
|
|
4808
|
+
$this.s74_1 = checkOnlyTrumpDebertz;
|
|
4809
|
+
$this.t74_1 = pointsDistributeMode;
|
|
4810
|
+
$this.u74_1 = enableFineIfNoBribes;
|
|
4811
|
+
$this.v74_1 = fineIfNoBribes;
|
|
4812
|
+
$this.w74_1 = enableFineAfterThirdByte;
|
|
4813
|
+
$this.x74_1 = fineAfterThirdFailedContract;
|
|
4814
|
+
$this.y74_1 = supportedPointsModes;
|
|
4815
|
+
$this.z74_1 = scoreRoundingStep;
|
|
4816
|
+
$this.a75_1 = scoreDivisor;
|
|
4817
|
+
$this.b75_1 = noTrumpScoreMultiplier;
|
|
4818
|
+
$this.c75_1 = enableCapot;
|
|
4819
|
+
$this.d75_1 = capotBonus;
|
|
4820
|
+
$this.e75_1 = enableGeneral;
|
|
4821
|
+
$this.f75_1 = generalBonus;
|
|
4822
|
+
$this.g75_1 = enableFrezaCard;
|
|
4823
|
+
$this.h75_1 = supportedPlayersModes;
|
|
4797
4824
|
return $this;
|
|
4798
4825
|
}
|
|
4799
4826
|
function RulesDto_init_$Create$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes, serializationConstructorMarker) {
|
|
@@ -4801,87 +4828,87 @@
|
|
|
4801
4828
|
}
|
|
4802
4829
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes) {
|
|
4803
4830
|
Companion_getInstance_26();
|
|
4804
|
-
this.
|
|
4805
|
-
this.
|
|
4806
|
-
this.
|
|
4807
|
-
this.
|
|
4808
|
-
this.
|
|
4809
|
-
this.
|
|
4810
|
-
this.
|
|
4811
|
-
this.
|
|
4812
|
-
this.
|
|
4813
|
-
this.
|
|
4814
|
-
this.
|
|
4815
|
-
this.
|
|
4816
|
-
this.
|
|
4817
|
-
this.
|
|
4818
|
-
this.
|
|
4819
|
-
this.
|
|
4820
|
-
this.
|
|
4821
|
-
this.
|
|
4822
|
-
this.
|
|
4823
|
-
this.
|
|
4824
|
-
this.
|
|
4825
|
-
this.
|
|
4826
|
-
this.
|
|
4827
|
-
this.
|
|
4828
|
-
this.
|
|
4829
|
-
this.
|
|
4830
|
-
this.
|
|
4831
|
-
this.
|
|
4832
|
-
this.
|
|
4833
|
-
this.
|
|
4834
|
-
this.
|
|
4835
|
-
this.
|
|
4836
|
-
this.
|
|
4837
|
-
this.
|
|
4838
|
-
this.
|
|
4839
|
-
this.
|
|
4840
|
-
this.
|
|
4841
|
-
this.
|
|
4831
|
+
this.w73_1 = name;
|
|
4832
|
+
this.x73_1 = playerWhoChooseSuitGoFirst;
|
|
4833
|
+
this.y73_1 = winnerShuffleCards;
|
|
4834
|
+
this.z73_1 = playWithoutLiabilities;
|
|
4835
|
+
this.a74_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4836
|
+
this.b74_1 = dealerInitialCardsCount;
|
|
4837
|
+
this.c74_1 = dealerFinalCardsCount;
|
|
4838
|
+
this.d74_1 = dealerCounterClockwise;
|
|
4839
|
+
this.e74_1 = enableRedealOnWeakHand;
|
|
4840
|
+
this.f74_1 = weakHandThreshold;
|
|
4841
|
+
this.g74_1 = contractTypes;
|
|
4842
|
+
this.h74_1 = bidTypes;
|
|
4843
|
+
this.i74_1 = needToPutHigherTrump;
|
|
4844
|
+
this.j74_1 = trumpCardStepMode;
|
|
4845
|
+
this.k74_1 = trumpCardStepPartnerMode;
|
|
4846
|
+
this.l74_1 = combinationsWithFirstCard;
|
|
4847
|
+
this.m74_1 = protectBella;
|
|
4848
|
+
this.n74_1 = oneTryToProtectBella;
|
|
4849
|
+
this.o74_1 = enableFourSevensCombination;
|
|
4850
|
+
this.p74_1 = enableTrumpSevenCombination;
|
|
4851
|
+
this.q74_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4852
|
+
this.r74_1 = checkTrumpCombination;
|
|
4853
|
+
this.s74_1 = checkOnlyTrumpDebertz;
|
|
4854
|
+
this.t74_1 = pointsDistributeMode;
|
|
4855
|
+
this.u74_1 = enableFineIfNoBribes;
|
|
4856
|
+
this.v74_1 = fineIfNoBribes;
|
|
4857
|
+
this.w74_1 = enableFineAfterThirdByte;
|
|
4858
|
+
this.x74_1 = fineAfterThirdFailedContract;
|
|
4859
|
+
this.y74_1 = supportedPointsModes;
|
|
4860
|
+
this.z74_1 = scoreRoundingStep;
|
|
4861
|
+
this.a75_1 = scoreDivisor;
|
|
4862
|
+
this.b75_1 = noTrumpScoreMultiplier;
|
|
4863
|
+
this.c75_1 = enableCapot;
|
|
4864
|
+
this.d75_1 = capotBonus;
|
|
4865
|
+
this.e75_1 = enableGeneral;
|
|
4866
|
+
this.f75_1 = generalBonus;
|
|
4867
|
+
this.g75_1 = enableFrezaCard;
|
|
4868
|
+
this.h75_1 = supportedPlayersModes;
|
|
4842
4869
|
}
|
|
4843
4870
|
protoOf(RulesDto).toString = function () {
|
|
4844
|
-
return 'RulesDto(name=' + this.
|
|
4871
|
+
return 'RulesDto(name=' + this.w73_1 + ', playerWhoChooseSuitGoFirst=' + this.x73_1 + ', winnerShuffleCards=' + this.y73_1 + ', playWithoutLiabilities=' + this.z73_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.a74_1 + ', dealerInitialCardsCount=' + this.b74_1 + ', dealerFinalCardsCount=' + this.c74_1 + ', dealerCounterClockwise=' + this.d74_1 + ', enableRedealOnWeakHand=' + this.e74_1 + ', weakHandThreshold=' + this.f74_1 + ', contractTypes=' + toString(this.g74_1) + ', bidTypes=' + toString(this.h74_1) + ', needToPutHigherTrump=' + this.i74_1 + ', trumpCardStepMode=' + this.j74_1 + ', trumpCardStepPartnerMode=' + this.k74_1 + ', combinationsWithFirstCard=' + toString(this.l74_1) + ', protectBella=' + this.m74_1 + ', oneTryToProtectBella=' + this.n74_1 + ', enableFourSevensCombination=' + this.o74_1 + ', enableTrumpSevenCombination=' + this.p74_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.q74_1 + ', checkTrumpCombination=' + this.r74_1 + ', checkOnlyTrumpDebertz=' + this.s74_1 + ', pointsDistributeMode=' + this.t74_1 + ', enableFineIfNoBribes=' + this.u74_1 + ', fineIfNoBribes=' + this.v74_1 + ', enableFineAfterThirdByte=' + this.w74_1 + ', fineAfterThirdFailedContract=' + this.x74_1 + ', supportedPointsModes=' + toString(this.y74_1) + ', scoreRoundingStep=' + this.z74_1 + ', scoreDivisor=' + this.a75_1 + ', noTrumpScoreMultiplier=' + this.b75_1 + ', enableCapot=' + this.c75_1 + ', capotBonus=' + this.d75_1 + ', enableGeneral=' + this.e75_1 + ', generalBonus=' + this.f75_1 + ', enableFrezaCard=' + this.g75_1 + ', supportedPlayersModes=' + toString(this.h75_1) + ')';
|
|
4845
4872
|
};
|
|
4846
4873
|
protoOf(RulesDto).hashCode = function () {
|
|
4847
|
-
var result = this.
|
|
4848
|
-
result = imul(result, 31) + (this.v73_1 == null ? 0 : getBooleanHashCode(this.v73_1)) | 0;
|
|
4849
|
-
result = imul(result, 31) + (this.w73_1 == null ? 0 : getBooleanHashCode(this.w73_1)) | 0;
|
|
4874
|
+
var result = this.w73_1 == null ? 0 : getStringHashCode(this.w73_1);
|
|
4850
4875
|
result = imul(result, 31) + (this.x73_1 == null ? 0 : getBooleanHashCode(this.x73_1)) | 0;
|
|
4851
4876
|
result = imul(result, 31) + (this.y73_1 == null ? 0 : getBooleanHashCode(this.y73_1)) | 0;
|
|
4852
|
-
result = imul(result, 31) + (this.z73_1 == null ? 0 : this.z73_1) | 0;
|
|
4853
|
-
result = imul(result, 31) + (this.a74_1 == null ? 0 : this.a74_1) | 0;
|
|
4854
|
-
result = imul(result, 31) + (this.b74_1 == null ? 0 :
|
|
4855
|
-
result = imul(result, 31) + (this.c74_1 == null ? 0 :
|
|
4856
|
-
result = imul(result, 31) + (this.d74_1 == null ? 0 : this.d74_1) | 0;
|
|
4857
|
-
result = imul(result, 31) + (this.e74_1 == null ? 0 :
|
|
4858
|
-
result = imul(result, 31) + (this.f74_1 == null ? 0 :
|
|
4859
|
-
result = imul(result, 31) + (this.g74_1 == null ? 0 :
|
|
4860
|
-
result = imul(result, 31) + (this.h74_1 == null ? 0 :
|
|
4861
|
-
result = imul(result, 31) + (this.i74_1 == null ? 0 :
|
|
4862
|
-
result = imul(result, 31) + (this.j74_1 == null ? 0 :
|
|
4863
|
-
result = imul(result, 31) + (this.k74_1 == null ? 0 :
|
|
4864
|
-
result = imul(result, 31) + (this.l74_1 == null ? 0 :
|
|
4877
|
+
result = imul(result, 31) + (this.z73_1 == null ? 0 : getBooleanHashCode(this.z73_1)) | 0;
|
|
4878
|
+
result = imul(result, 31) + (this.a74_1 == null ? 0 : getBooleanHashCode(this.a74_1)) | 0;
|
|
4879
|
+
result = imul(result, 31) + (this.b74_1 == null ? 0 : this.b74_1) | 0;
|
|
4880
|
+
result = imul(result, 31) + (this.c74_1 == null ? 0 : this.c74_1) | 0;
|
|
4881
|
+
result = imul(result, 31) + (this.d74_1 == null ? 0 : getBooleanHashCode(this.d74_1)) | 0;
|
|
4882
|
+
result = imul(result, 31) + (this.e74_1 == null ? 0 : getBooleanHashCode(this.e74_1)) | 0;
|
|
4883
|
+
result = imul(result, 31) + (this.f74_1 == null ? 0 : this.f74_1) | 0;
|
|
4884
|
+
result = imul(result, 31) + (this.g74_1 == null ? 0 : hashCode(this.g74_1)) | 0;
|
|
4885
|
+
result = imul(result, 31) + (this.h74_1 == null ? 0 : hashCode(this.h74_1)) | 0;
|
|
4886
|
+
result = imul(result, 31) + (this.i74_1 == null ? 0 : getBooleanHashCode(this.i74_1)) | 0;
|
|
4887
|
+
result = imul(result, 31) + (this.j74_1 == null ? 0 : getStringHashCode(this.j74_1)) | 0;
|
|
4888
|
+
result = imul(result, 31) + (this.k74_1 == null ? 0 : getStringHashCode(this.k74_1)) | 0;
|
|
4889
|
+
result = imul(result, 31) + (this.l74_1 == null ? 0 : hashCode(this.l74_1)) | 0;
|
|
4865
4890
|
result = imul(result, 31) + (this.m74_1 == null ? 0 : getBooleanHashCode(this.m74_1)) | 0;
|
|
4866
4891
|
result = imul(result, 31) + (this.n74_1 == null ? 0 : getBooleanHashCode(this.n74_1)) | 0;
|
|
4867
4892
|
result = imul(result, 31) + (this.o74_1 == null ? 0 : getBooleanHashCode(this.o74_1)) | 0;
|
|
4868
4893
|
result = imul(result, 31) + (this.p74_1 == null ? 0 : getBooleanHashCode(this.p74_1)) | 0;
|
|
4869
4894
|
result = imul(result, 31) + (this.q74_1 == null ? 0 : getBooleanHashCode(this.q74_1)) | 0;
|
|
4870
|
-
result = imul(result, 31) +
|
|
4895
|
+
result = imul(result, 31) + (this.r74_1 == null ? 0 : getBooleanHashCode(this.r74_1)) | 0;
|
|
4871
4896
|
result = imul(result, 31) + (this.s74_1 == null ? 0 : getBooleanHashCode(this.s74_1)) | 0;
|
|
4872
|
-
result = imul(result, 31) + (this.t74_1
|
|
4897
|
+
result = imul(result, 31) + getStringHashCode(this.t74_1) | 0;
|
|
4873
4898
|
result = imul(result, 31) + (this.u74_1 == null ? 0 : getBooleanHashCode(this.u74_1)) | 0;
|
|
4874
4899
|
result = imul(result, 31) + (this.v74_1 == null ? 0 : this.v74_1) | 0;
|
|
4875
|
-
result = imul(result, 31) + (this.w74_1 == null ? 0 :
|
|
4900
|
+
result = imul(result, 31) + (this.w74_1 == null ? 0 : getBooleanHashCode(this.w74_1)) | 0;
|
|
4876
4901
|
result = imul(result, 31) + (this.x74_1 == null ? 0 : this.x74_1) | 0;
|
|
4877
|
-
result = imul(result, 31) + (this.y74_1 == null ? 0 : this.y74_1) | 0;
|
|
4902
|
+
result = imul(result, 31) + (this.y74_1 == null ? 0 : hashCode(this.y74_1)) | 0;
|
|
4878
4903
|
result = imul(result, 31) + (this.z74_1 == null ? 0 : this.z74_1) | 0;
|
|
4879
|
-
result = imul(result, 31) + (this.a75_1 == null ? 0 :
|
|
4904
|
+
result = imul(result, 31) + (this.a75_1 == null ? 0 : this.a75_1) | 0;
|
|
4880
4905
|
result = imul(result, 31) + (this.b75_1 == null ? 0 : this.b75_1) | 0;
|
|
4881
4906
|
result = imul(result, 31) + (this.c75_1 == null ? 0 : getBooleanHashCode(this.c75_1)) | 0;
|
|
4882
4907
|
result = imul(result, 31) + (this.d75_1 == null ? 0 : this.d75_1) | 0;
|
|
4883
4908
|
result = imul(result, 31) + (this.e75_1 == null ? 0 : getBooleanHashCode(this.e75_1)) | 0;
|
|
4884
|
-
result = imul(result, 31) + (this.f75_1 == null ? 0 :
|
|
4909
|
+
result = imul(result, 31) + (this.f75_1 == null ? 0 : this.f75_1) | 0;
|
|
4910
|
+
result = imul(result, 31) + (this.g75_1 == null ? 0 : getBooleanHashCode(this.g75_1)) | 0;
|
|
4911
|
+
result = imul(result, 31) + (this.h75_1 == null ? 0 : hashCode(this.h75_1)) | 0;
|
|
4885
4912
|
return result;
|
|
4886
4913
|
};
|
|
4887
4914
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4889,10 +4916,6 @@
|
|
|
4889
4916
|
return true;
|
|
4890
4917
|
if (!(other instanceof RulesDto))
|
|
4891
4918
|
return false;
|
|
4892
|
-
if (!(this.u73_1 == other.u73_1))
|
|
4893
|
-
return false;
|
|
4894
|
-
if (!(this.v73_1 == other.v73_1))
|
|
4895
|
-
return false;
|
|
4896
4919
|
if (!(this.w73_1 == other.w73_1))
|
|
4897
4920
|
return false;
|
|
4898
4921
|
if (!(this.x73_1 == other.x73_1))
|
|
@@ -4909,21 +4932,21 @@
|
|
|
4909
4932
|
return false;
|
|
4910
4933
|
if (!(this.d74_1 == other.d74_1))
|
|
4911
4934
|
return false;
|
|
4912
|
-
if (!
|
|
4935
|
+
if (!(this.e74_1 == other.e74_1))
|
|
4913
4936
|
return false;
|
|
4914
|
-
if (!
|
|
4937
|
+
if (!(this.f74_1 == other.f74_1))
|
|
4915
4938
|
return false;
|
|
4916
|
-
if (!(this.g74_1
|
|
4939
|
+
if (!equals(this.g74_1, other.g74_1))
|
|
4917
4940
|
return false;
|
|
4918
|
-
if (!(this.h74_1
|
|
4941
|
+
if (!equals(this.h74_1, other.h74_1))
|
|
4919
4942
|
return false;
|
|
4920
4943
|
if (!(this.i74_1 == other.i74_1))
|
|
4921
4944
|
return false;
|
|
4922
|
-
if (!
|
|
4945
|
+
if (!(this.j74_1 == other.j74_1))
|
|
4923
4946
|
return false;
|
|
4924
4947
|
if (!(this.k74_1 == other.k74_1))
|
|
4925
4948
|
return false;
|
|
4926
|
-
if (!(this.l74_1
|
|
4949
|
+
if (!equals(this.l74_1, other.l74_1))
|
|
4927
4950
|
return false;
|
|
4928
4951
|
if (!(this.m74_1 == other.m74_1))
|
|
4929
4952
|
return false;
|
|
@@ -4935,21 +4958,21 @@
|
|
|
4935
4958
|
return false;
|
|
4936
4959
|
if (!(this.q74_1 == other.q74_1))
|
|
4937
4960
|
return false;
|
|
4938
|
-
if (!(this.r74_1
|
|
4961
|
+
if (!(this.r74_1 == other.r74_1))
|
|
4939
4962
|
return false;
|
|
4940
4963
|
if (!(this.s74_1 == other.s74_1))
|
|
4941
4964
|
return false;
|
|
4942
|
-
if (!(this.t74_1
|
|
4965
|
+
if (!(this.t74_1 === other.t74_1))
|
|
4943
4966
|
return false;
|
|
4944
4967
|
if (!(this.u74_1 == other.u74_1))
|
|
4945
4968
|
return false;
|
|
4946
4969
|
if (!(this.v74_1 == other.v74_1))
|
|
4947
4970
|
return false;
|
|
4948
|
-
if (!
|
|
4971
|
+
if (!(this.w74_1 == other.w74_1))
|
|
4949
4972
|
return false;
|
|
4950
4973
|
if (!(this.x74_1 == other.x74_1))
|
|
4951
4974
|
return false;
|
|
4952
|
-
if (!(this.y74_1
|
|
4975
|
+
if (!equals(this.y74_1, other.y74_1))
|
|
4953
4976
|
return false;
|
|
4954
4977
|
if (!(this.z74_1 == other.z74_1))
|
|
4955
4978
|
return false;
|
|
@@ -4963,43 +4986,47 @@
|
|
|
4963
4986
|
return false;
|
|
4964
4987
|
if (!(this.e75_1 == other.e75_1))
|
|
4965
4988
|
return false;
|
|
4966
|
-
if (!
|
|
4989
|
+
if (!(this.f75_1 == other.f75_1))
|
|
4990
|
+
return false;
|
|
4991
|
+
if (!(this.g75_1 == other.g75_1))
|
|
4992
|
+
return false;
|
|
4993
|
+
if (!equals(this.h75_1, other.h75_1))
|
|
4967
4994
|
return false;
|
|
4968
4995
|
return true;
|
|
4969
4996
|
};
|
|
4970
4997
|
function AsyncProvider() {
|
|
4971
4998
|
}
|
|
4972
4999
|
function onError($this, message, error) {
|
|
4973
|
-
$this.
|
|
5000
|
+
$this.r75_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4974
5001
|
}
|
|
4975
5002
|
function Companion_24() {
|
|
4976
|
-
this.
|
|
5003
|
+
this.z75_1 = 'AsyncProvider';
|
|
4977
5004
|
}
|
|
4978
5005
|
var Companion_instance_26;
|
|
4979
5006
|
function Companion_getInstance_27() {
|
|
4980
5007
|
return Companion_instance_26;
|
|
4981
5008
|
}
|
|
4982
5009
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4983
|
-
this.
|
|
5010
|
+
this.b76_1 = this$0;
|
|
4984
5011
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4985
5012
|
}
|
|
4986
5013
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).r20 = function (context, exception) {
|
|
4987
|
-
onError(this.
|
|
5014
|
+
onError(this.b76_1, 'CoroutineContext', exception);
|
|
4988
5015
|
return Unit_instance;
|
|
4989
5016
|
};
|
|
4990
5017
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4991
|
-
this.
|
|
4992
|
-
this.
|
|
5018
|
+
this.k76_1 = this$0;
|
|
5019
|
+
this.l76_1 = $block;
|
|
4993
5020
|
CoroutineImpl.call(this, resultContinuation);
|
|
4994
5021
|
}
|
|
4995
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
5022
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).q76 = function ($this$async, $completion) {
|
|
4996
5023
|
var tmp = this.d2g($this$async, $completion);
|
|
4997
5024
|
tmp.k9_1 = Unit_instance;
|
|
4998
5025
|
tmp.l9_1 = null;
|
|
4999
5026
|
return tmp.q9();
|
|
5000
5027
|
};
|
|
5001
5028
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).ca = function (p1, $completion) {
|
|
5002
|
-
return this.
|
|
5029
|
+
return this.q76((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5003
5030
|
};
|
|
5004
5031
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).q9 = function () {
|
|
5005
5032
|
var suspendResult = this.k9_1;
|
|
@@ -5009,42 +5036,42 @@
|
|
|
5009
5036
|
switch (tmp) {
|
|
5010
5037
|
case 0:
|
|
5011
5038
|
this.j9_1 = 6;
|
|
5012
|
-
this.
|
|
5013
|
-
this.
|
|
5039
|
+
this.o76_1 = this.k76_1.t75_1;
|
|
5040
|
+
this.n76_1 = null;
|
|
5014
5041
|
this.i9_1 = 1;
|
|
5015
|
-
suspendResult = this.
|
|
5042
|
+
suspendResult = this.o76_1.d2p(this.n76_1, this);
|
|
5016
5043
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5017
5044
|
return suspendResult;
|
|
5018
5045
|
}
|
|
5019
5046
|
|
|
5020
5047
|
continue $sm;
|
|
5021
5048
|
case 1:
|
|
5022
|
-
this.
|
|
5049
|
+
this.p76_1 = Unit_instance;
|
|
5023
5050
|
this.i9_1 = 2;
|
|
5024
5051
|
continue $sm;
|
|
5025
5052
|
case 2:
|
|
5026
5053
|
this.j9_1 = 5;
|
|
5027
5054
|
this.i9_1 = 3;
|
|
5028
|
-
suspendResult = this.
|
|
5055
|
+
suspendResult = this.l76_1(this.m76_1, this);
|
|
5029
5056
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5030
5057
|
return suspendResult;
|
|
5031
5058
|
}
|
|
5032
5059
|
|
|
5033
5060
|
continue $sm;
|
|
5034
5061
|
case 3:
|
|
5035
|
-
this.
|
|
5062
|
+
this.p76_1 = suspendResult;
|
|
5036
5063
|
this.j9_1 = 6;
|
|
5037
5064
|
this.i9_1 = 4;
|
|
5038
5065
|
continue $sm;
|
|
5039
5066
|
case 4:
|
|
5040
|
-
var tmp_0 = this.
|
|
5067
|
+
var tmp_0 = this.p76_1;
|
|
5041
5068
|
this.j9_1 = 6;
|
|
5042
|
-
this.
|
|
5069
|
+
this.o76_1.p2o(this.n76_1);
|
|
5043
5070
|
return tmp_0;
|
|
5044
5071
|
case 5:
|
|
5045
5072
|
this.j9_1 = 6;
|
|
5046
5073
|
var t = this.l9_1;
|
|
5047
|
-
this.
|
|
5074
|
+
this.o76_1.p2o(this.n76_1);
|
|
5048
5075
|
throw t;
|
|
5049
5076
|
case 6:
|
|
5050
5077
|
throw this.l9_1;
|
|
@@ -5061,21 +5088,21 @@
|
|
|
5061
5088
|
while (true);
|
|
5062
5089
|
};
|
|
5063
5090
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).d2g = function ($this$async, completion) {
|
|
5064
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
5065
|
-
i.
|
|
5091
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.k76_1, this.l76_1, completion);
|
|
5092
|
+
i.m76_1 = $this$async;
|
|
5066
5093
|
return i;
|
|
5067
5094
|
};
|
|
5068
5095
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
5069
5096
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
5070
5097
|
var l = function ($this$async, $completion) {
|
|
5071
|
-
return i.
|
|
5098
|
+
return i.q76($this$async, $completion);
|
|
5072
5099
|
};
|
|
5073
5100
|
l.$arity = 1;
|
|
5074
5101
|
return l;
|
|
5075
5102
|
}
|
|
5076
5103
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
5077
|
-
this.
|
|
5078
|
-
this.
|
|
5104
|
+
this.z76_1 = this$0;
|
|
5105
|
+
this.a77_1 = $block;
|
|
5079
5106
|
CoroutineImpl.call(this, resultContinuation);
|
|
5080
5107
|
}
|
|
5081
5108
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c2g = function ($this$launch, $completion) {
|
|
@@ -5095,42 +5122,42 @@
|
|
|
5095
5122
|
switch (tmp) {
|
|
5096
5123
|
case 0:
|
|
5097
5124
|
this.j9_1 = 6;
|
|
5098
|
-
this.
|
|
5099
|
-
this.
|
|
5125
|
+
this.d77_1 = this.z76_1.t75_1;
|
|
5126
|
+
this.c77_1 = null;
|
|
5100
5127
|
this.i9_1 = 1;
|
|
5101
|
-
suspendResult = this.
|
|
5128
|
+
suspendResult = this.d77_1.d2p(this.c77_1, this);
|
|
5102
5129
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5103
5130
|
return suspendResult;
|
|
5104
5131
|
}
|
|
5105
5132
|
|
|
5106
5133
|
continue $sm;
|
|
5107
5134
|
case 1:
|
|
5108
|
-
this.
|
|
5135
|
+
this.e77_1 = Unit_instance;
|
|
5109
5136
|
this.i9_1 = 2;
|
|
5110
5137
|
continue $sm;
|
|
5111
5138
|
case 2:
|
|
5112
5139
|
this.j9_1 = 5;
|
|
5113
5140
|
this.i9_1 = 3;
|
|
5114
|
-
suspendResult = this.
|
|
5141
|
+
suspendResult = this.a77_1(this.b77_1, this);
|
|
5115
5142
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5116
5143
|
return suspendResult;
|
|
5117
5144
|
}
|
|
5118
5145
|
|
|
5119
5146
|
continue $sm;
|
|
5120
5147
|
case 3:
|
|
5121
|
-
this.
|
|
5148
|
+
this.e77_1 = Unit_instance;
|
|
5122
5149
|
this.j9_1 = 6;
|
|
5123
5150
|
this.i9_1 = 4;
|
|
5124
5151
|
continue $sm;
|
|
5125
5152
|
case 4:
|
|
5126
|
-
this.
|
|
5153
|
+
this.e77_1;
|
|
5127
5154
|
this.j9_1 = 6;
|
|
5128
|
-
this.
|
|
5155
|
+
this.d77_1.p2o(this.c77_1);
|
|
5129
5156
|
return Unit_instance;
|
|
5130
5157
|
case 5:
|
|
5131
5158
|
this.j9_1 = 6;
|
|
5132
5159
|
var t = this.l9_1;
|
|
5133
|
-
this.
|
|
5160
|
+
this.d77_1.p2o(this.c77_1);
|
|
5134
5161
|
throw t;
|
|
5135
5162
|
case 6:
|
|
5136
5163
|
throw this.l9_1;
|
|
@@ -5147,8 +5174,8 @@
|
|
|
5147
5174
|
while (true);
|
|
5148
5175
|
};
|
|
5149
5176
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).d2g = function ($this$launch, completion) {
|
|
5150
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
5151
|
-
i.
|
|
5177
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.z76_1, this.a77_1, completion);
|
|
5178
|
+
i.b77_1 = $this$launch;
|
|
5152
5179
|
return i;
|
|
5153
5180
|
};
|
|
5154
5181
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -5163,63 +5190,63 @@
|
|
|
5163
5190
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().f24() : mainDispatcher;
|
|
5164
5191
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().b24_1 : defaultDispatcher;
|
|
5165
5192
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().c24_1 : unconfinedDispatcher;
|
|
5166
|
-
this.
|
|
5167
|
-
this.
|
|
5168
|
-
this.
|
|
5169
|
-
this.
|
|
5193
|
+
this.r75_1 = logger;
|
|
5194
|
+
this.s75_1 = SupervisorJob();
|
|
5195
|
+
this.t75_1 = Mutex();
|
|
5196
|
+
this.u75_1 = Mutex();
|
|
5170
5197
|
var tmp = this;
|
|
5171
5198
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
5172
|
-
tmp.
|
|
5173
|
-
this.
|
|
5174
|
-
this.
|
|
5175
|
-
this.
|
|
5199
|
+
tmp.v75_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
5200
|
+
this.w75_1 = CoroutineScope_0(mainDispatcher.fi(this.s75_1).fi(MainContextId_getInstance()));
|
|
5201
|
+
this.x75_1 = CoroutineScope_0(defaultDispatcher.fi(this.s75_1).fi(WorkerContextId_getInstance()));
|
|
5202
|
+
this.y75_1 = CoroutineScope_0(unconfinedDispatcher.fi(this.s75_1).fi(WorkerContextId_getInstance()));
|
|
5176
5203
|
}
|
|
5177
|
-
protoOf(AsyncProviderImpl).
|
|
5178
|
-
return this.
|
|
5204
|
+
protoOf(AsyncProviderImpl).i75 = function () {
|
|
5205
|
+
return this.v75_1;
|
|
5179
5206
|
};
|
|
5180
|
-
protoOf(AsyncProviderImpl).
|
|
5181
|
-
if (this.
|
|
5182
|
-
this.
|
|
5207
|
+
protoOf(AsyncProviderImpl).n75 = function (context, block) {
|
|
5208
|
+
if (this.s75_1.a1t()) {
|
|
5209
|
+
this.r75_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5183
5210
|
// Inline function 'kotlin.apply' call
|
|
5184
5211
|
var this_0 = Job();
|
|
5185
5212
|
this_0.o1t();
|
|
5186
5213
|
return this_0;
|
|
5187
5214
|
}
|
|
5188
|
-
return launch(this.
|
|
5215
|
+
return launch(this.w75_1, context, VOID, block);
|
|
5189
5216
|
};
|
|
5190
|
-
protoOf(AsyncProviderImpl).
|
|
5191
|
-
if (this.
|
|
5192
|
-
this.
|
|
5217
|
+
protoOf(AsyncProviderImpl).p75 = function (context, block) {
|
|
5218
|
+
if (this.s75_1.a1t()) {
|
|
5219
|
+
this.r75_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5193
5220
|
// Inline function 'kotlin.apply' call
|
|
5194
5221
|
var this_0 = CompletableDeferred();
|
|
5195
5222
|
this_0.o1t();
|
|
5196
5223
|
return this_0;
|
|
5197
5224
|
}
|
|
5198
|
-
return async(this.
|
|
5225
|
+
return async(this.x75_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5199
5226
|
};
|
|
5200
|
-
protoOf(AsyncProviderImpl).
|
|
5201
|
-
if (this.
|
|
5202
|
-
this.
|
|
5227
|
+
protoOf(AsyncProviderImpl).j75 = function (context, block) {
|
|
5228
|
+
if (this.s75_1.a1t()) {
|
|
5229
|
+
this.r75_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5203
5230
|
// Inline function 'kotlin.apply' call
|
|
5204
5231
|
var this_0 = Job();
|
|
5205
5232
|
this_0.o1t();
|
|
5206
5233
|
return this_0;
|
|
5207
5234
|
}
|
|
5208
|
-
return launch(this.
|
|
5235
|
+
return launch(this.x75_1, context, VOID, block);
|
|
5209
5236
|
};
|
|
5210
|
-
protoOf(AsyncProviderImpl).
|
|
5211
|
-
if (this.
|
|
5212
|
-
this.
|
|
5237
|
+
protoOf(AsyncProviderImpl).l75 = function (context, block) {
|
|
5238
|
+
if (this.s75_1.a1t()) {
|
|
5239
|
+
this.r75_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5213
5240
|
// Inline function 'kotlin.apply' call
|
|
5214
5241
|
var this_0 = Job();
|
|
5215
5242
|
this_0.o1t();
|
|
5216
5243
|
return this_0;
|
|
5217
5244
|
}
|
|
5218
|
-
return launch(this.
|
|
5245
|
+
return launch(this.x75_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5219
5246
|
};
|
|
5220
5247
|
protoOf(AsyncProviderImpl).c3 = function () {
|
|
5221
|
-
if (!this.
|
|
5222
|
-
this.
|
|
5248
|
+
if (!this.s75_1.a1t()) {
|
|
5249
|
+
this.s75_1.o1t();
|
|
5223
5250
|
}
|
|
5224
5251
|
};
|
|
5225
5252
|
function Key() {
|
|
@@ -5281,7 +5308,7 @@
|
|
|
5281
5308
|
}
|
|
5282
5309
|
function UUIDIdsProvider() {
|
|
5283
5310
|
}
|
|
5284
|
-
protoOf(UUIDIdsProvider).
|
|
5311
|
+
protoOf(UUIDIdsProvider).f77 = function () {
|
|
5285
5312
|
return uuid4().toString();
|
|
5286
5313
|
};
|
|
5287
5314
|
var UUIDIdsProvider_instance;
|
|
@@ -5299,55 +5326,55 @@
|
|
|
5299
5326
|
tmp = lock;
|
|
5300
5327
|
}
|
|
5301
5328
|
lock = tmp;
|
|
5302
|
-
this.
|
|
5303
|
-
this.
|
|
5329
|
+
this.l77_1 = logger;
|
|
5330
|
+
this.m77_1 = lock;
|
|
5304
5331
|
var tmp_0 = this;
|
|
5305
5332
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5306
|
-
tmp_0.
|
|
5333
|
+
tmp_0.n77_1 = HashMap_init_$Create$();
|
|
5307
5334
|
}
|
|
5308
|
-
protoOf(JobsProviderImpl).
|
|
5335
|
+
protoOf(JobsProviderImpl).g77 = function (timerTag, job) {
|
|
5309
5336
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5310
|
-
this.
|
|
5311
|
-
if (this.
|
|
5312
|
-
this.
|
|
5337
|
+
this.m77_1;
|
|
5338
|
+
if (this.k77(timerTag)) {
|
|
5339
|
+
this.l77_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5313
5340
|
}
|
|
5314
5341
|
// Inline function 'kotlin.collections.set' call
|
|
5315
|
-
this.
|
|
5342
|
+
this.n77_1.z2(timerTag, job);
|
|
5316
5343
|
};
|
|
5317
|
-
protoOf(JobsProviderImpl).
|
|
5344
|
+
protoOf(JobsProviderImpl).k77 = function (timerTag) {
|
|
5318
5345
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5319
|
-
this.
|
|
5320
|
-
return this.
|
|
5346
|
+
this.m77_1;
|
|
5347
|
+
return this.n77_1.u2(timerTag);
|
|
5321
5348
|
};
|
|
5322
|
-
protoOf(JobsProviderImpl).
|
|
5349
|
+
protoOf(JobsProviderImpl).i77 = function (timerTag) {
|
|
5323
5350
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5324
|
-
this.
|
|
5325
|
-
if (!this.
|
|
5326
|
-
this.
|
|
5351
|
+
this.m77_1;
|
|
5352
|
+
if (!this.k77(timerTag)) {
|
|
5353
|
+
this.l77_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5327
5354
|
}
|
|
5328
|
-
this.
|
|
5355
|
+
this.n77_1.a3(timerTag);
|
|
5329
5356
|
};
|
|
5330
|
-
protoOf(JobsProviderImpl).
|
|
5357
|
+
protoOf(JobsProviderImpl).j77 = function (timers) {
|
|
5331
5358
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5332
|
-
this.
|
|
5359
|
+
this.m77_1;
|
|
5333
5360
|
// Inline function 'kotlin.collections.forEach' call
|
|
5334
5361
|
var _iterator__ex2g4s = timers.t();
|
|
5335
5362
|
while (_iterator__ex2g4s.u()) {
|
|
5336
5363
|
var element = _iterator__ex2g4s.v();
|
|
5337
|
-
var timer = this.
|
|
5364
|
+
var timer = this.n77_1.w2(element);
|
|
5338
5365
|
if (timer == null)
|
|
5339
5366
|
null;
|
|
5340
5367
|
else {
|
|
5341
5368
|
timer.o1t();
|
|
5342
5369
|
}
|
|
5343
5370
|
}
|
|
5344
|
-
this.
|
|
5371
|
+
this.n77_1.x2().f3(toSet(timers));
|
|
5345
5372
|
};
|
|
5346
|
-
protoOf(JobsProviderImpl).
|
|
5373
|
+
protoOf(JobsProviderImpl).h77 = function (timerTag) {
|
|
5347
5374
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5348
|
-
this.
|
|
5349
|
-
var timer = this.
|
|
5350
|
-
this.
|
|
5375
|
+
this.m77_1;
|
|
5376
|
+
var timer = this.n77_1.w2(timerTag);
|
|
5377
|
+
this.n77_1.a3(timerTag);
|
|
5351
5378
|
var tmp;
|
|
5352
5379
|
if (timer == null) {
|
|
5353
5380
|
tmp = null;
|
|
@@ -5362,26 +5389,26 @@
|
|
|
5362
5389
|
}
|
|
5363
5390
|
function FileSystemImpl(fileSystem) {
|
|
5364
5391
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5365
|
-
this.
|
|
5392
|
+
this.s77_1 = fileSystem;
|
|
5366
5393
|
}
|
|
5367
|
-
protoOf(FileSystemImpl).
|
|
5394
|
+
protoOf(FileSystemImpl).p77 = function (path, $completion) {
|
|
5368
5395
|
var directoryPath = Path(path);
|
|
5369
|
-
var exists = this.
|
|
5396
|
+
var exists = this.s77_1.c1r(directoryPath);
|
|
5370
5397
|
if (!exists) {
|
|
5371
|
-
this.
|
|
5398
|
+
this.s77_1.g1r(directoryPath);
|
|
5372
5399
|
}
|
|
5373
5400
|
return Unit_instance;
|
|
5374
5401
|
};
|
|
5375
|
-
protoOf(FileSystemImpl).
|
|
5402
|
+
protoOf(FileSystemImpl).q77 = function (path, fileName, append, $completion) {
|
|
5376
5403
|
var tmp;
|
|
5377
5404
|
try {
|
|
5378
|
-
tmp = buffered(this.
|
|
5405
|
+
tmp = buffered(this.s77_1.h1r(Path_0(path, [fileName]), append));
|
|
5379
5406
|
} catch ($p) {
|
|
5380
5407
|
var tmp_0;
|
|
5381
5408
|
if ($p instanceof FileNotFoundException) {
|
|
5382
5409
|
var e = $p;
|
|
5383
|
-
this.
|
|
5384
|
-
tmp_0 = buffered(this.
|
|
5410
|
+
this.s77_1.g1r(Path(path));
|
|
5411
|
+
tmp_0 = buffered(this.s77_1.h1r(Path_0(path, [fileName]), append));
|
|
5385
5412
|
} else {
|
|
5386
5413
|
throw $p;
|
|
5387
5414
|
}
|
|
@@ -5389,24 +5416,24 @@
|
|
|
5389
5416
|
}
|
|
5390
5417
|
return tmp;
|
|
5391
5418
|
};
|
|
5392
|
-
protoOf(FileSystemImpl).
|
|
5393
|
-
this.
|
|
5419
|
+
protoOf(FileSystemImpl).r77 = function (path, $completion) {
|
|
5420
|
+
this.s77_1.e1r(Path_0(path, []));
|
|
5394
5421
|
return Unit_instance;
|
|
5395
5422
|
};
|
|
5396
5423
|
function LoggerFactory() {
|
|
5397
5424
|
}
|
|
5398
5425
|
function LoggerFactoryImpl(coreConfig, fileSystem, compressionService) {
|
|
5399
|
-
this.
|
|
5400
|
-
this.
|
|
5401
|
-
this.
|
|
5426
|
+
this.u77_1 = coreConfig;
|
|
5427
|
+
this.v77_1 = fileSystem;
|
|
5428
|
+
this.w77_1 = compressionService;
|
|
5402
5429
|
}
|
|
5403
|
-
protoOf(LoggerFactoryImpl).
|
|
5430
|
+
protoOf(LoggerFactoryImpl).t77 = function (gameId, roomId, userId) {
|
|
5404
5431
|
// Inline function 'kotlin.let' call
|
|
5405
|
-
var it = this.
|
|
5432
|
+
var it = this.u77_1.fileNameFormat;
|
|
5406
5433
|
var tmp = Companion_instance_5;
|
|
5407
5434
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5408
5435
|
// Inline function 'kotlin.collections.map' call
|
|
5409
|
-
var this_0 = split(this.
|
|
5436
|
+
var this_0 = split(this.u77_1.requireDirectoryPath, ['/']);
|
|
5410
5437
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5411
5438
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5412
5439
|
var _iterator__ex2g4s = this_0.t();
|
|
@@ -5418,8 +5445,8 @@
|
|
|
5418
5445
|
}
|
|
5419
5446
|
var segments = destination;
|
|
5420
5447
|
var tmp0_path = joinToString(segments, '/');
|
|
5421
|
-
var tmp1_fileSystem = this.
|
|
5422
|
-
var tmp2_compressionService = this.
|
|
5448
|
+
var tmp1_fileSystem = this.v77_1;
|
|
5449
|
+
var tmp2_compressionService = this.w77_1;
|
|
5423
5450
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem, tmp2_compressionService);
|
|
5424
5451
|
};
|
|
5425
5452
|
function appendToFile($this, message, $completion) {
|
|
@@ -5430,7 +5457,7 @@
|
|
|
5430
5457
|
}
|
|
5431
5458
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5432
5459
|
CoroutineImpl.call(this, resultContinuation);
|
|
5433
|
-
this.
|
|
5460
|
+
this.p78_1 = _this__u8e3s4;
|
|
5434
5461
|
}
|
|
5435
5462
|
protoOf($createDirectoryCOROUTINE$).q9 = function () {
|
|
5436
5463
|
var suspendResult = this.k9_1;
|
|
@@ -5442,7 +5469,7 @@
|
|
|
5442
5469
|
this.j9_1 = 3;
|
|
5443
5470
|
this.j9_1 = 2;
|
|
5444
5471
|
this.i9_1 = 1;
|
|
5445
|
-
suspendResult = this.
|
|
5472
|
+
suspendResult = this.p78_1.s78_1.p77(this.p78_1.r78_1, this);
|
|
5446
5473
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5447
5474
|
return suspendResult;
|
|
5448
5475
|
}
|
|
@@ -5483,7 +5510,7 @@
|
|
|
5483
5510
|
};
|
|
5484
5511
|
function $compressLogCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5485
5512
|
CoroutineImpl.call(this, resultContinuation);
|
|
5486
|
-
this.
|
|
5513
|
+
this.c79_1 = _this__u8e3s4;
|
|
5487
5514
|
}
|
|
5488
5515
|
protoOf($compressLogCOROUTINE$).q9 = function () {
|
|
5489
5516
|
var suspendResult = this.k9_1;
|
|
@@ -5495,7 +5522,7 @@
|
|
|
5495
5522
|
this.j9_1 = 3;
|
|
5496
5523
|
this.j9_1 = 2;
|
|
5497
5524
|
this.i9_1 = 1;
|
|
5498
|
-
suspendResult = this.
|
|
5525
|
+
suspendResult = this.c79_1.t78_1.o77(this.c79_1.r78_1, this.c79_1.q78_1, this);
|
|
5499
5526
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5500
5527
|
return suspendResult;
|
|
5501
5528
|
}
|
|
@@ -5536,8 +5563,8 @@
|
|
|
5536
5563
|
};
|
|
5537
5564
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5538
5565
|
CoroutineImpl.call(this, resultContinuation);
|
|
5539
|
-
this.
|
|
5540
|
-
this.
|
|
5566
|
+
this.f78_1 = _this__u8e3s4;
|
|
5567
|
+
this.g78_1 = message;
|
|
5541
5568
|
}
|
|
5542
5569
|
protoOf($appendToFileCOROUTINE$).q9 = function () {
|
|
5543
5570
|
var suspendResult = this.k9_1;
|
|
@@ -5549,7 +5576,7 @@
|
|
|
5549
5576
|
this.j9_1 = 3;
|
|
5550
5577
|
this.j9_1 = 2;
|
|
5551
5578
|
this.i9_1 = 1;
|
|
5552
|
-
suspendResult = this.
|
|
5579
|
+
suspendResult = this.f78_1.s78_1.q77(this.f78_1.r78_1, this.f78_1.q78_1, true, this);
|
|
5553
5580
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5554
5581
|
return suspendResult;
|
|
5555
5582
|
}
|
|
@@ -5560,7 +5587,7 @@
|
|
|
5560
5587
|
var sink = buffered(ARGUMENT);
|
|
5561
5588
|
l$ret$1: do {
|
|
5562
5589
|
try {
|
|
5563
|
-
writeString(sink, this.
|
|
5590
|
+
writeString(sink, this.g78_1 + '\n');
|
|
5564
5591
|
break l$ret$1;
|
|
5565
5592
|
} catch ($p) {
|
|
5566
5593
|
var t = $p;
|
|
@@ -5603,21 +5630,21 @@
|
|
|
5603
5630
|
while (true);
|
|
5604
5631
|
};
|
|
5605
5632
|
function LogsStorageControllerImpl(fileName, path, fileSystem, compressionService) {
|
|
5606
|
-
this.
|
|
5607
|
-
this.
|
|
5608
|
-
this.
|
|
5609
|
-
this.
|
|
5633
|
+
this.q78_1 = fileName;
|
|
5634
|
+
this.r78_1 = path;
|
|
5635
|
+
this.s78_1 = fileSystem;
|
|
5636
|
+
this.t78_1 = compressionService;
|
|
5610
5637
|
}
|
|
5611
|
-
protoOf(LogsStorageControllerImpl).
|
|
5638
|
+
protoOf(LogsStorageControllerImpl).d79 = function ($completion) {
|
|
5612
5639
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5613
5640
|
tmp.k9_1 = Unit_instance;
|
|
5614
5641
|
tmp.l9_1 = null;
|
|
5615
5642
|
return tmp.q9();
|
|
5616
5643
|
};
|
|
5617
|
-
protoOf(LogsStorageControllerImpl).
|
|
5644
|
+
protoOf(LogsStorageControllerImpl).e79 = function (log, $completion) {
|
|
5618
5645
|
return appendToFile(this, log, $completion);
|
|
5619
5646
|
};
|
|
5620
|
-
protoOf(LogsStorageControllerImpl).
|
|
5647
|
+
protoOf(LogsStorageControllerImpl).f79 = function ($completion) {
|
|
5621
5648
|
var tmp = new $compressLogCOROUTINE$(this, $completion);
|
|
5622
5649
|
tmp.k9_1 = Unit_instance;
|
|
5623
5650
|
tmp.l9_1 = null;
|
|
@@ -5635,20 +5662,20 @@
|
|
|
5635
5662
|
}
|
|
5636
5663
|
function StopTimerAction(timerTag) {
|
|
5637
5664
|
TimerAction.call(this);
|
|
5638
|
-
this.
|
|
5665
|
+
this.l79_1 = timerTag;
|
|
5639
5666
|
}
|
|
5640
5667
|
protoOf(StopTimerAction).toString = function () {
|
|
5641
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5668
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.l79_1) + ')';
|
|
5642
5669
|
};
|
|
5643
5670
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5644
|
-
return hashCode(this.
|
|
5671
|
+
return hashCode(this.l79_1);
|
|
5645
5672
|
};
|
|
5646
5673
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5647
5674
|
if (this === other)
|
|
5648
5675
|
return true;
|
|
5649
5676
|
if (!(other instanceof StopTimerAction))
|
|
5650
5677
|
return false;
|
|
5651
|
-
if (!equals(this.
|
|
5678
|
+
if (!equals(this.l79_1, other.l79_1))
|
|
5652
5679
|
return false;
|
|
5653
5680
|
return true;
|
|
5654
5681
|
};
|
|
@@ -5656,30 +5683,30 @@
|
|
|
5656
5683
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5657
5684
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5658
5685
|
TimerAction.call(this);
|
|
5659
|
-
this.
|
|
5660
|
-
this.
|
|
5661
|
-
this.
|
|
5662
|
-
this.
|
|
5686
|
+
this.m79_1 = timerTag;
|
|
5687
|
+
this.n79_1 = delayMillis;
|
|
5688
|
+
this.o79_1 = initialDelay;
|
|
5689
|
+
this.p79_1 = type;
|
|
5663
5690
|
}
|
|
5664
5691
|
protoOf(StartTimerAction).toString = function () {
|
|
5665
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5666
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5692
|
+
var tmp = 'timerTag=' + toString_0(this.m79_1);
|
|
5693
|
+
var tmp_0 = 'delayMillis=' + this.n79_1.toString();
|
|
5667
5694
|
// Inline function 'kotlin.takeIf' call
|
|
5668
|
-
var this_0 = 'initialDelay=' + this.
|
|
5695
|
+
var this_0 = 'initialDelay=' + this.o79_1.toString();
|
|
5669
5696
|
var tmp_1;
|
|
5670
|
-
if (!equalsLong(this.
|
|
5697
|
+
if (!equalsLong(this.o79_1, new Long(0, 0))) {
|
|
5671
5698
|
tmp_1 = this_0;
|
|
5672
5699
|
} else {
|
|
5673
5700
|
tmp_1 = null;
|
|
5674
5701
|
}
|
|
5675
5702
|
var tmp$ret$1 = tmp_1;
|
|
5676
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5703
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.p79_1.toString()])) + ')';
|
|
5677
5704
|
};
|
|
5678
5705
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5679
|
-
var result = hashCode(this.
|
|
5680
|
-
result = imul(result, 31) + this.l79_1.hashCode() | 0;
|
|
5681
|
-
result = imul(result, 31) + this.m79_1.hashCode() | 0;
|
|
5706
|
+
var result = hashCode(this.m79_1);
|
|
5682
5707
|
result = imul(result, 31) + this.n79_1.hashCode() | 0;
|
|
5708
|
+
result = imul(result, 31) + this.o79_1.hashCode() | 0;
|
|
5709
|
+
result = imul(result, 31) + this.p79_1.hashCode() | 0;
|
|
5683
5710
|
return result;
|
|
5684
5711
|
};
|
|
5685
5712
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5687,13 +5714,13 @@
|
|
|
5687
5714
|
return true;
|
|
5688
5715
|
if (!(other instanceof StartTimerAction))
|
|
5689
5716
|
return false;
|
|
5690
|
-
if (!equals(this.
|
|
5717
|
+
if (!equals(this.m79_1, other.m79_1))
|
|
5691
5718
|
return false;
|
|
5692
|
-
if (!equalsLong(this.
|
|
5719
|
+
if (!equalsLong(this.n79_1, other.n79_1))
|
|
5693
5720
|
return false;
|
|
5694
|
-
if (!equalsLong(this.
|
|
5721
|
+
if (!equalsLong(this.o79_1, other.o79_1))
|
|
5695
5722
|
return false;
|
|
5696
|
-
if (!this.
|
|
5723
|
+
if (!this.p79_1.equals(other.p79_1))
|
|
5697
5724
|
return false;
|
|
5698
5725
|
return true;
|
|
5699
5726
|
};
|
|
@@ -5712,18 +5739,18 @@
|
|
|
5712
5739
|
}
|
|
5713
5740
|
function TimerTickAction(timerTag, type) {
|
|
5714
5741
|
TimerAction.call(this);
|
|
5715
|
-
this.
|
|
5716
|
-
this.
|
|
5742
|
+
this.q79_1 = timerTag;
|
|
5743
|
+
this.r79_1 = type;
|
|
5717
5744
|
}
|
|
5718
5745
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5719
|
-
return this.
|
|
5746
|
+
return this.q79_1.ignoreValidation();
|
|
5720
5747
|
};
|
|
5721
5748
|
protoOf(TimerTickAction).toString = function () {
|
|
5722
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5749
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.q79_1) + ', type=' + this.r79_1.toString() + ')';
|
|
5723
5750
|
};
|
|
5724
5751
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5725
|
-
var result = hashCode(this.
|
|
5726
|
-
result = imul(result, 31) + this.
|
|
5752
|
+
var result = hashCode(this.q79_1);
|
|
5753
|
+
result = imul(result, 31) + this.r79_1.hashCode() | 0;
|
|
5727
5754
|
return result;
|
|
5728
5755
|
};
|
|
5729
5756
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5731,9 +5758,9 @@
|
|
|
5731
5758
|
return true;
|
|
5732
5759
|
if (!(other instanceof TimerTickAction))
|
|
5733
5760
|
return false;
|
|
5734
|
-
if (!equals(this.
|
|
5761
|
+
if (!equals(this.q79_1, other.q79_1))
|
|
5735
5762
|
return false;
|
|
5736
|
-
if (!this.
|
|
5763
|
+
if (!this.r79_1.equals(other.r79_1))
|
|
5737
5764
|
return false;
|
|
5738
5765
|
return true;
|
|
5739
5766
|
};
|
|
@@ -5777,7 +5804,7 @@
|
|
|
5777
5804
|
return function (reducer, initialState, en) {
|
|
5778
5805
|
var store = $storeCreator(reducer, initialState, en);
|
|
5779
5806
|
var origDispatch = store.dispatch;
|
|
5780
|
-
store.
|
|
5807
|
+
store.s79(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5781
5808
|
return store;
|
|
5782
5809
|
};
|
|
5783
5810
|
}
|
|
@@ -5791,7 +5818,7 @@
|
|
|
5791
5818
|
}
|
|
5792
5819
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5793
5820
|
return function (action) {
|
|
5794
|
-
$middleware.
|
|
5821
|
+
$middleware.t79($store, $dispatcher, action);
|
|
5795
5822
|
return Unit_instance;
|
|
5796
5823
|
};
|
|
5797
5824
|
}
|
|
@@ -5806,7 +5833,7 @@
|
|
|
5806
5833
|
while (inductionVariable < last) {
|
|
5807
5834
|
var element = tmp0[inductionVariable];
|
|
5808
5835
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5809
|
-
if (element.
|
|
5836
|
+
if (element.u79(action)) {
|
|
5810
5837
|
destination.e1(element);
|
|
5811
5838
|
}
|
|
5812
5839
|
}
|
|
@@ -5830,7 +5857,7 @@
|
|
|
5830
5857
|
return function (reducer, initialState, en) {
|
|
5831
5858
|
var store = $storeCreator(reducer, initialState, en);
|
|
5832
5859
|
var origDispatch = store.dispatch;
|
|
5833
|
-
store.
|
|
5860
|
+
store.s79(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5834
5861
|
return store;
|
|
5835
5862
|
};
|
|
5836
5863
|
}
|
|
@@ -5844,9 +5871,9 @@
|
|
|
5844
5871
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5845
5872
|
}
|
|
5846
5873
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5847
|
-
this.
|
|
5848
|
-
this.
|
|
5849
|
-
this.
|
|
5874
|
+
this.d7a_1 = $jobsProvider;
|
|
5875
|
+
this.e7a_1 = $action;
|
|
5876
|
+
this.f7a_1 = $store;
|
|
5850
5877
|
CoroutineImpl.call(this, resultContinuation);
|
|
5851
5878
|
}
|
|
5852
5879
|
protoOf(timerMiddleware$o$handle$slambda$slambda).c2g = function ($this$launchMain, $completion) {
|
|
@@ -5865,8 +5892,8 @@
|
|
|
5865
5892
|
var tmp = this.i9_1;
|
|
5866
5893
|
if (tmp === 0) {
|
|
5867
5894
|
this.j9_1 = 1;
|
|
5868
|
-
if (this.
|
|
5869
|
-
this.
|
|
5895
|
+
if (this.d7a_1.k77(this.e7a_1.m79_1)) {
|
|
5896
|
+
this.f7a_1.dispatch(new TimerTickAction(this.e7a_1.m79_1, TimerType_DELAY_getInstance()));
|
|
5870
5897
|
}
|
|
5871
5898
|
return Unit_instance;
|
|
5872
5899
|
} else if (tmp === 1) {
|
|
@@ -5879,8 +5906,8 @@
|
|
|
5879
5906
|
while (true);
|
|
5880
5907
|
};
|
|
5881
5908
|
protoOf(timerMiddleware$o$handle$slambda$slambda).d2g = function ($this$launchMain, completion) {
|
|
5882
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5883
|
-
i.
|
|
5909
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.d7a_1, this.e7a_1, this.f7a_1, completion);
|
|
5910
|
+
i.g7a_1 = $this$launchMain;
|
|
5884
5911
|
return i;
|
|
5885
5912
|
};
|
|
5886
5913
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5892,9 +5919,9 @@
|
|
|
5892
5919
|
return l;
|
|
5893
5920
|
}
|
|
5894
5921
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5895
|
-
this.
|
|
5896
|
-
this.
|
|
5897
|
-
this.
|
|
5922
|
+
this.p7a_1 = $jobsProvider;
|
|
5923
|
+
this.q7a_1 = $action;
|
|
5924
|
+
this.r7a_1 = $store;
|
|
5898
5925
|
CoroutineImpl.call(this, resultContinuation);
|
|
5899
5926
|
}
|
|
5900
5927
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c2g = function ($this$launchMain, $completion) {
|
|
@@ -5913,8 +5940,8 @@
|
|
|
5913
5940
|
var tmp = this.i9_1;
|
|
5914
5941
|
if (tmp === 0) {
|
|
5915
5942
|
this.j9_1 = 1;
|
|
5916
|
-
if (this.
|
|
5917
|
-
this.
|
|
5943
|
+
if (this.p7a_1.k77(this.q7a_1.m79_1)) {
|
|
5944
|
+
this.r7a_1.dispatch(new TimerTickAction(this.q7a_1.m79_1, TimerType_INTERVAL_getInstance()));
|
|
5918
5945
|
}
|
|
5919
5946
|
return Unit_instance;
|
|
5920
5947
|
} else if (tmp === 1) {
|
|
@@ -5927,8 +5954,8 @@
|
|
|
5927
5954
|
while (true);
|
|
5928
5955
|
};
|
|
5929
5956
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).d2g = function ($this$launchMain, completion) {
|
|
5930
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5931
|
-
i.
|
|
5957
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.p7a_1, this.q7a_1, this.r7a_1, completion);
|
|
5958
|
+
i.s7a_1 = $this$launchMain;
|
|
5932
5959
|
return i;
|
|
5933
5960
|
};
|
|
5934
5961
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5940,10 +5967,10 @@
|
|
|
5940
5967
|
return l;
|
|
5941
5968
|
}
|
|
5942
5969
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5943
|
-
this.
|
|
5944
|
-
this.
|
|
5945
|
-
this.
|
|
5946
|
-
this.
|
|
5970
|
+
this.b7b_1 = $action;
|
|
5971
|
+
this.c7b_1 = $asyncProvider;
|
|
5972
|
+
this.d7b_1 = $jobsProvider;
|
|
5973
|
+
this.e7b_1 = $store;
|
|
5947
5974
|
CoroutineImpl.call(this, resultContinuation);
|
|
5948
5975
|
}
|
|
5949
5976
|
protoOf(timerMiddleware$o$handle$slambda).c2g = function ($this$launchDefault, $completion) {
|
|
@@ -5963,9 +5990,9 @@
|
|
|
5963
5990
|
switch (tmp) {
|
|
5964
5991
|
case 0:
|
|
5965
5992
|
this.j9_1 = 10;
|
|
5966
|
-
if (!equalsLong(this.
|
|
5993
|
+
if (!equalsLong(this.b7b_1.o79_1, new Long(0, 0)) && this.b7b_1.p79_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5967
5994
|
this.i9_1 = 1;
|
|
5968
|
-
suspendResult = delay(this.
|
|
5995
|
+
suspendResult = delay(this.b7b_1.o79_1, this);
|
|
5969
5996
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5970
5997
|
return suspendResult;
|
|
5971
5998
|
}
|
|
@@ -5979,19 +6006,19 @@
|
|
|
5979
6006
|
this.i9_1 = 2;
|
|
5980
6007
|
continue $sm;
|
|
5981
6008
|
case 2:
|
|
5982
|
-
var tmp0 = this.
|
|
6009
|
+
var tmp0 = this.b7b_1.p79_1.a1_1;
|
|
5983
6010
|
if (tmp0 === 0) {
|
|
5984
6011
|
this.i9_1 = 8;
|
|
5985
|
-
suspendResult = delay(this.
|
|
6012
|
+
suspendResult = delay(this.b7b_1.n79_1, this);
|
|
5986
6013
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5987
6014
|
return suspendResult;
|
|
5988
6015
|
}
|
|
5989
6016
|
continue $sm;
|
|
5990
6017
|
} else {
|
|
5991
6018
|
if (tmp0 === 1) {
|
|
5992
|
-
if (!equalsLong(this.
|
|
6019
|
+
if (!equalsLong(this.b7b_1.o79_1, new Long(0, 0))) {
|
|
5993
6020
|
this.i9_1 = 3;
|
|
5994
|
-
suspendResult = delay(this.
|
|
6021
|
+
suspendResult = delay(this.b7b_1.o79_1, this);
|
|
5995
6022
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5996
6023
|
return suspendResult;
|
|
5997
6024
|
}
|
|
@@ -6014,14 +6041,14 @@
|
|
|
6014
6041
|
this.i9_1 = 5;
|
|
6015
6042
|
continue $sm;
|
|
6016
6043
|
case 5:
|
|
6017
|
-
if (!get_isActive(this.
|
|
6044
|
+
if (!get_isActive(this.f7b_1)) {
|
|
6018
6045
|
this.i9_1 = 7;
|
|
6019
6046
|
continue $sm;
|
|
6020
6047
|
}
|
|
6021
6048
|
|
|
6022
|
-
this.
|
|
6049
|
+
this.c7b_1.o75(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.d7b_1, this.b7b_1, this.e7b_1, null));
|
|
6023
6050
|
this.i9_1 = 6;
|
|
6024
|
-
suspendResult = delay(this.
|
|
6051
|
+
suspendResult = delay(this.b7b_1.o79_1, this);
|
|
6025
6052
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6026
6053
|
return suspendResult;
|
|
6027
6054
|
}
|
|
@@ -6031,12 +6058,12 @@
|
|
|
6031
6058
|
this.i9_1 = 5;
|
|
6032
6059
|
continue $sm;
|
|
6033
6060
|
case 7:
|
|
6034
|
-
this.
|
|
6061
|
+
this.g7b_1 = Unit_instance;
|
|
6035
6062
|
this.i9_1 = 9;
|
|
6036
6063
|
continue $sm;
|
|
6037
6064
|
case 8:
|
|
6038
6065
|
var tmp_1 = this;
|
|
6039
|
-
tmp_1.
|
|
6066
|
+
tmp_1.g7b_1 = this.c7b_1.o75(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.d7b_1, this.b7b_1, this.e7b_1, null));
|
|
6040
6067
|
this.i9_1 = 9;
|
|
6041
6068
|
continue $sm;
|
|
6042
6069
|
case 9:
|
|
@@ -6056,8 +6083,8 @@
|
|
|
6056
6083
|
while (true);
|
|
6057
6084
|
};
|
|
6058
6085
|
protoOf(timerMiddleware$o$handle$slambda).d2g = function ($this$launchDefault, completion) {
|
|
6059
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
6060
|
-
i.
|
|
6086
|
+
var i = new timerMiddleware$o$handle$slambda(this.b7b_1, this.c7b_1, this.d7b_1, this.e7b_1, completion);
|
|
6087
|
+
i.f7b_1 = $this$launchDefault;
|
|
6061
6088
|
return i;
|
|
6062
6089
|
};
|
|
6063
6090
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -6069,24 +6096,24 @@
|
|
|
6069
6096
|
return l;
|
|
6070
6097
|
}
|
|
6071
6098
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
6072
|
-
this.
|
|
6073
|
-
this.
|
|
6099
|
+
this.h7b_1 = $asyncProvider;
|
|
6100
|
+
this.i7b_1 = $jobsProvider;
|
|
6074
6101
|
}
|
|
6075
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6102
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).u79 = function (action) {
|
|
6076
6103
|
return action instanceof TimerAction;
|
|
6077
6104
|
};
|
|
6078
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6105
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).j7b = function (store, next, action) {
|
|
6079
6106
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
6080
6107
|
if (action_0 instanceof StartTimerAction) {
|
|
6081
|
-
var job = this.
|
|
6082
|
-
this.
|
|
6108
|
+
var job = this.h7b_1.k75(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.h7b_1, this.i7b_1, store, null));
|
|
6109
|
+
this.i7b_1.g77(action_0.m79_1, job);
|
|
6083
6110
|
} else {
|
|
6084
6111
|
if (action_0 instanceof StopTimerAction) {
|
|
6085
|
-
this.
|
|
6112
|
+
this.i7b_1.h77(action_0.l79_1);
|
|
6086
6113
|
} else {
|
|
6087
6114
|
if (action_0 instanceof TimerTickAction) {
|
|
6088
|
-
if (action_0.
|
|
6089
|
-
this.
|
|
6115
|
+
if (action_0.r79_1.equals(TimerType_DELAY_getInstance())) {
|
|
6116
|
+
this.i7b_1.i77(action_0.q79_1);
|
|
6090
6117
|
}
|
|
6091
6118
|
} else {
|
|
6092
6119
|
noWhenBranchMatchedException();
|
|
@@ -6095,8 +6122,8 @@
|
|
|
6095
6122
|
}
|
|
6096
6123
|
next(action_0);
|
|
6097
6124
|
};
|
|
6098
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6099
|
-
return this.
|
|
6125
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).t79 = function (store, next, action) {
|
|
6126
|
+
return this.j7b(store, next, action);
|
|
6100
6127
|
};
|
|
6101
6128
|
function compose(functions) {
|
|
6102
6129
|
return compose$lambda(functions);
|
|
@@ -6145,7 +6172,7 @@
|
|
|
6145
6172
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
6146
6173
|
try {
|
|
6147
6174
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
6148
|
-
currentState._v = currentReducer._v.
|
|
6175
|
+
currentState._v = currentReducer._v.k7b(currentState._v, action);
|
|
6149
6176
|
stateTrigger.j2e(Unit_instance);
|
|
6150
6177
|
} catch ($p) {
|
|
6151
6178
|
if ($p instanceof Exception) {
|
|
@@ -6164,8 +6191,8 @@
|
|
|
6164
6191
|
createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, REPLACE_getInstance());
|
|
6165
6192
|
}
|
|
6166
6193
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
6167
|
-
this.
|
|
6168
|
-
this.
|
|
6194
|
+
this.t7b_1 = $$this$unsafeFlow;
|
|
6195
|
+
this.u7b_1 = this$0;
|
|
6169
6196
|
CoroutineImpl.call(this, resultContinuation);
|
|
6170
6197
|
}
|
|
6171
6198
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).x2k = function (value, $completion) {
|
|
@@ -6185,10 +6212,10 @@
|
|
|
6185
6212
|
switch (tmp) {
|
|
6186
6213
|
case 0:
|
|
6187
6214
|
this.j9_1 = 2;
|
|
6188
|
-
var tmp0 = this.
|
|
6189
|
-
this.
|
|
6215
|
+
var tmp0 = this.t7b_1;
|
|
6216
|
+
this.v7b_1;
|
|
6190
6217
|
this.i9_1 = 1;
|
|
6191
|
-
suspendResult = tmp0.o2b(this.
|
|
6218
|
+
suspendResult = tmp0.o2b(this.u7b_1.state, this);
|
|
6192
6219
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6193
6220
|
return suspendResult;
|
|
6194
6221
|
}
|
|
@@ -6211,8 +6238,8 @@
|
|
|
6211
6238
|
while (true);
|
|
6212
6239
|
};
|
|
6213
6240
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).y2k = function (value, completion) {
|
|
6214
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
6215
|
-
i.
|
|
6241
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.t7b_1, this.u7b_1, completion);
|
|
6242
|
+
i.v7b_1 = value;
|
|
6216
6243
|
return i;
|
|
6217
6244
|
};
|
|
6218
6245
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -6225,8 +6252,8 @@
|
|
|
6225
6252
|
}
|
|
6226
6253
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
6227
6254
|
CoroutineImpl.call(this, resultContinuation);
|
|
6228
|
-
this.
|
|
6229
|
-
this.
|
|
6255
|
+
this.e7c_1 = _this__u8e3s4;
|
|
6256
|
+
this.f7c_1 = collector;
|
|
6230
6257
|
}
|
|
6231
6258
|
protoOf($collectCOROUTINE$).q9 = function () {
|
|
6232
6259
|
var suspendResult = this.k9_1;
|
|
@@ -6236,10 +6263,10 @@
|
|
|
6236
6263
|
switch (tmp) {
|
|
6237
6264
|
case 0:
|
|
6238
6265
|
this.j9_1 = 2;
|
|
6239
|
-
var $this$unsafeFlow = this.
|
|
6266
|
+
var $this$unsafeFlow = this.f7c_1;
|
|
6240
6267
|
this.i9_1 = 1;
|
|
6241
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
6242
|
-
suspendResult = this.
|
|
6268
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.e7c_1.h7c_1, null);
|
|
6269
|
+
suspendResult = this.e7c_1.g7c_1.o2a(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
6243
6270
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6244
6271
|
return suspendResult;
|
|
6245
6272
|
}
|
|
@@ -6262,13 +6289,13 @@
|
|
|
6262
6289
|
while (true);
|
|
6263
6290
|
};
|
|
6264
6291
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6265
|
-
this.
|
|
6292
|
+
this.i7c_1 = function_0;
|
|
6266
6293
|
}
|
|
6267
6294
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o2b = function (value, $completion) {
|
|
6268
|
-
return this.
|
|
6295
|
+
return this.i7c_1(value, $completion);
|
|
6269
6296
|
};
|
|
6270
6297
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).s3 = function () {
|
|
6271
|
-
return this.
|
|
6298
|
+
return this.i7c_1;
|
|
6272
6299
|
};
|
|
6273
6300
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6274
6301
|
var tmp;
|
|
@@ -6301,8 +6328,8 @@
|
|
|
6301
6328
|
};
|
|
6302
6329
|
}
|
|
6303
6330
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6304
|
-
this.
|
|
6305
|
-
this.
|
|
6331
|
+
this.g7c_1 = $this;
|
|
6332
|
+
this.h7c_1 = this$0;
|
|
6306
6333
|
}
|
|
6307
6334
|
protoOf(createStore$3$observe$$inlined$map$1).p2b = function (collector, $completion) {
|
|
6308
6335
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6314,33 +6341,33 @@
|
|
|
6314
6341
|
return this.p2b(collector, $completion);
|
|
6315
6342
|
};
|
|
6316
6343
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6317
|
-
this.
|
|
6318
|
-
this.
|
|
6319
|
-
this.
|
|
6344
|
+
this.m7c_1 = $currentState;
|
|
6345
|
+
this.n7c_1 = $stateTrigger;
|
|
6346
|
+
this.j7c_1 = this;
|
|
6320
6347
|
var tmp = this;
|
|
6321
|
-
tmp.
|
|
6348
|
+
tmp.k7c_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6322
6349
|
var tmp_0 = this;
|
|
6323
|
-
tmp_0.
|
|
6350
|
+
tmp_0.l7c_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6324
6351
|
}
|
|
6325
|
-
protoOf(createStore$3).
|
|
6326
|
-
return this.
|
|
6352
|
+
protoOf(createStore$3).o7c = function () {
|
|
6353
|
+
return this.j7c_1;
|
|
6327
6354
|
};
|
|
6328
6355
|
protoOf(createStore$3).k6z = function () {
|
|
6329
|
-
return createStore$getState(this.
|
|
6356
|
+
return createStore$getState(this.m7c_1);
|
|
6330
6357
|
};
|
|
6331
|
-
protoOf(createStore$3).
|
|
6332
|
-
this.
|
|
6358
|
+
protoOf(createStore$3).s79 = function (_set____db54di) {
|
|
6359
|
+
this.k7c_1 = _set____db54di;
|
|
6333
6360
|
};
|
|
6334
|
-
protoOf(createStore$3).
|
|
6335
|
-
return this.
|
|
6361
|
+
protoOf(createStore$3).p7c = function () {
|
|
6362
|
+
return this.k7c_1;
|
|
6336
6363
|
};
|
|
6337
|
-
protoOf(createStore$3).
|
|
6338
|
-
return this.
|
|
6364
|
+
protoOf(createStore$3).q7c = function () {
|
|
6365
|
+
return this.l7c_1;
|
|
6339
6366
|
};
|
|
6340
|
-
protoOf(createStore$3).
|
|
6367
|
+
protoOf(createStore$3).r7c = function () {
|
|
6341
6368
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6342
6369
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6343
|
-
var this_0 = this.
|
|
6370
|
+
var this_0 = this.n7c_1;
|
|
6344
6371
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6345
6372
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6346
6373
|
};
|
|
@@ -6416,10 +6443,10 @@
|
|
|
6416
6443
|
return new middleware$1(dispatch);
|
|
6417
6444
|
}
|
|
6418
6445
|
function middleware$1($dispatch) {
|
|
6419
|
-
this.
|
|
6446
|
+
this.s7c_1 = $dispatch;
|
|
6420
6447
|
}
|
|
6421
|
-
protoOf(middleware$1).
|
|
6422
|
-
this.
|
|
6448
|
+
protoOf(middleware$1).t79 = function (store, next, action) {
|
|
6449
|
+
this.s7c_1(store, next, action);
|
|
6423
6450
|
};
|
|
6424
6451
|
function Reducer() {
|
|
6425
6452
|
}
|
|
@@ -6427,11 +6454,11 @@
|
|
|
6427
6454
|
return new combineReducers$1(reducers);
|
|
6428
6455
|
}
|
|
6429
6456
|
function combineReducers$1($reducers) {
|
|
6430
|
-
this.
|
|
6457
|
+
this.t7c_1 = $reducers;
|
|
6431
6458
|
}
|
|
6432
|
-
protoOf(combineReducers$1).
|
|
6459
|
+
protoOf(combineReducers$1).u7c = function (state, action) {
|
|
6433
6460
|
// Inline function 'kotlin.collections.filter' call
|
|
6434
|
-
var tmp0 = this.
|
|
6461
|
+
var tmp0 = this.t7c_1;
|
|
6435
6462
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6436
6463
|
var destination = ArrayList_init_$Create$();
|
|
6437
6464
|
var inductionVariable = 0;
|
|
@@ -6439,7 +6466,7 @@
|
|
|
6439
6466
|
while (inductionVariable < last) {
|
|
6440
6467
|
var element = tmp0[inductionVariable];
|
|
6441
6468
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6442
|
-
if (element.
|
|
6469
|
+
if (element.u79(action)) {
|
|
6443
6470
|
destination.e1(element);
|
|
6444
6471
|
}
|
|
6445
6472
|
}
|
|
@@ -6449,12 +6476,12 @@
|
|
|
6449
6476
|
while (_iterator__ex2g4s.u()) {
|
|
6450
6477
|
var element_0 = _iterator__ex2g4s.v();
|
|
6451
6478
|
var s = accumulator;
|
|
6452
|
-
accumulator = element_0.
|
|
6479
|
+
accumulator = element_0.k7b(s, action);
|
|
6453
6480
|
}
|
|
6454
6481
|
return accumulator;
|
|
6455
6482
|
};
|
|
6456
|
-
protoOf(combineReducers$1).
|
|
6457
|
-
return this.
|
|
6483
|
+
protoOf(combineReducers$1).k7b = function (state, action) {
|
|
6484
|
+
return this.u7c((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6458
6485
|
};
|
|
6459
6486
|
function Store() {
|
|
6460
6487
|
}
|
|
@@ -6466,13 +6493,13 @@
|
|
|
6466
6493
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6467
6494
|
}
|
|
6468
6495
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6469
|
-
this.
|
|
6496
|
+
this.v7c_1 = function_0;
|
|
6470
6497
|
}
|
|
6471
6498
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).o2b = function (value, $completion) {
|
|
6472
|
-
return this.
|
|
6499
|
+
return this.v7c_1(value, $completion);
|
|
6473
6500
|
};
|
|
6474
6501
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).s3 = function () {
|
|
6475
|
-
return this.
|
|
6502
|
+
return this.v7c_1;
|
|
6476
6503
|
};
|
|
6477
6504
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6478
6505
|
var tmp;
|
|
@@ -6493,9 +6520,9 @@
|
|
|
6493
6520
|
return hashCode(this.s3());
|
|
6494
6521
|
};
|
|
6495
6522
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6496
|
-
this.
|
|
6497
|
-
this.
|
|
6498
|
-
this.
|
|
6523
|
+
this.e7d_1 = $intervalMillis;
|
|
6524
|
+
this.f7d_1 = $this_channelFlow;
|
|
6525
|
+
this.g7d_1 = $events;
|
|
6499
6526
|
CoroutineImpl.call(this, resultContinuation);
|
|
6500
6527
|
}
|
|
6501
6528
|
protoOf(windowedByInterval$slambda$slambda).c2g = function ($this$launch, $completion) {
|
|
@@ -6518,13 +6545,13 @@
|
|
|
6518
6545
|
this.i9_1 = 1;
|
|
6519
6546
|
continue $sm;
|
|
6520
6547
|
case 1:
|
|
6521
|
-
if (!get_isActive(this.
|
|
6548
|
+
if (!get_isActive(this.h7d_1)) {
|
|
6522
6549
|
this.i9_1 = 4;
|
|
6523
6550
|
continue $sm;
|
|
6524
6551
|
}
|
|
6525
6552
|
|
|
6526
6553
|
this.i9_1 = 2;
|
|
6527
|
-
suspendResult = delay(this.
|
|
6554
|
+
suspendResult = delay(this.e7d_1, this);
|
|
6528
6555
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6529
6556
|
return suspendResult;
|
|
6530
6557
|
}
|
|
@@ -6532,14 +6559,14 @@
|
|
|
6532
6559
|
continue $sm;
|
|
6533
6560
|
case 2:
|
|
6534
6561
|
this.i9_1 = 3;
|
|
6535
|
-
suspendResult = this.
|
|
6562
|
+
suspendResult = this.f7d_1.x28(toList(this.g7d_1), this);
|
|
6536
6563
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6537
6564
|
return suspendResult;
|
|
6538
6565
|
}
|
|
6539
6566
|
|
|
6540
6567
|
continue $sm;
|
|
6541
6568
|
case 3:
|
|
6542
|
-
this.
|
|
6569
|
+
this.g7d_1.c3();
|
|
6543
6570
|
this.i9_1 = 1;
|
|
6544
6571
|
continue $sm;
|
|
6545
6572
|
case 4:
|
|
@@ -6559,8 +6586,8 @@
|
|
|
6559
6586
|
while (true);
|
|
6560
6587
|
};
|
|
6561
6588
|
protoOf(windowedByInterval$slambda$slambda).d2g = function ($this$launch, completion) {
|
|
6562
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6563
|
-
i.
|
|
6589
|
+
var i = new windowedByInterval$slambda$slambda(this.e7d_1, this.f7d_1, this.g7d_1, completion);
|
|
6590
|
+
i.h7d_1 = $this$launch;
|
|
6564
6591
|
return i;
|
|
6565
6592
|
};
|
|
6566
6593
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6572,7 +6599,7 @@
|
|
|
6572
6599
|
return l;
|
|
6573
6600
|
}
|
|
6574
6601
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6575
|
-
this.
|
|
6602
|
+
this.q7d_1 = $events;
|
|
6576
6603
|
CoroutineImpl.call(this, resultContinuation);
|
|
6577
6604
|
}
|
|
6578
6605
|
protoOf(windowedByInterval$slambda$slambda_1).r2h = function (event, $completion) {
|
|
@@ -6591,7 +6618,7 @@
|
|
|
6591
6618
|
var tmp = this.i9_1;
|
|
6592
6619
|
if (tmp === 0) {
|
|
6593
6620
|
this.j9_1 = 1;
|
|
6594
|
-
this.
|
|
6621
|
+
this.q7d_1.e1(this.r7d_1);
|
|
6595
6622
|
return Unit_instance;
|
|
6596
6623
|
} else if (tmp === 1) {
|
|
6597
6624
|
throw this.l9_1;
|
|
@@ -6603,8 +6630,8 @@
|
|
|
6603
6630
|
while (true);
|
|
6604
6631
|
};
|
|
6605
6632
|
protoOf(windowedByInterval$slambda$slambda_1).s2h = function (event, completion) {
|
|
6606
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6607
|
-
i.
|
|
6633
|
+
var i = new windowedByInterval$slambda$slambda_1(this.q7d_1, completion);
|
|
6634
|
+
i.r7d_1 = event;
|
|
6608
6635
|
return i;
|
|
6609
6636
|
};
|
|
6610
6637
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6616,18 +6643,18 @@
|
|
|
6616
6643
|
return l;
|
|
6617
6644
|
}
|
|
6618
6645
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6619
|
-
this.
|
|
6620
|
-
this.
|
|
6646
|
+
this.a7e_1 = $this_windowedByInterval;
|
|
6647
|
+
this.b7e_1 = $intervalMillis;
|
|
6621
6648
|
CoroutineImpl.call(this, resultContinuation);
|
|
6622
6649
|
}
|
|
6623
|
-
protoOf(windowedByInterval$slambda).
|
|
6624
|
-
var tmp = this.
|
|
6650
|
+
protoOf(windowedByInterval$slambda).e7e = function ($this$channelFlow, $completion) {
|
|
6651
|
+
var tmp = this.f7e($this$channelFlow, $completion);
|
|
6625
6652
|
tmp.k9_1 = Unit_instance;
|
|
6626
6653
|
tmp.l9_1 = null;
|
|
6627
6654
|
return tmp.q9();
|
|
6628
6655
|
};
|
|
6629
6656
|
protoOf(windowedByInterval$slambda).ca = function (p1, $completion) {
|
|
6630
|
-
return this.
|
|
6657
|
+
return this.e7e((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6631
6658
|
};
|
|
6632
6659
|
protoOf(windowedByInterval$slambda).q9 = function () {
|
|
6633
6660
|
var suspendResult = this.k9_1;
|
|
@@ -6638,11 +6665,11 @@
|
|
|
6638
6665
|
case 0:
|
|
6639
6666
|
this.j9_1 = 3;
|
|
6640
6667
|
var tmp_0 = this;
|
|
6641
|
-
tmp_0.
|
|
6642
|
-
launch(this.
|
|
6668
|
+
tmp_0.d7e_1 = ArrayList_init_$Create$();
|
|
6669
|
+
launch(this.c7e_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.b7e_1, this.c7e_1, this.d7e_1, null));
|
|
6643
6670
|
this.i9_1 = 1;
|
|
6644
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6645
|
-
suspendResult = this.
|
|
6671
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.d7e_1, null);
|
|
6672
|
+
suspendResult = this.a7e_1.o2a(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6646
6673
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6647
6674
|
return suspendResult;
|
|
6648
6675
|
}
|
|
@@ -6650,7 +6677,7 @@
|
|
|
6650
6677
|
continue $sm;
|
|
6651
6678
|
case 1:
|
|
6652
6679
|
this.i9_1 = 2;
|
|
6653
|
-
suspendResult = this.
|
|
6680
|
+
suspendResult = this.c7e_1.x28(toList(this.d7e_1), this);
|
|
6654
6681
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6655
6682
|
return suspendResult;
|
|
6656
6683
|
}
|
|
@@ -6672,21 +6699,21 @@
|
|
|
6672
6699
|
}
|
|
6673
6700
|
while (true);
|
|
6674
6701
|
};
|
|
6675
|
-
protoOf(windowedByInterval$slambda).
|
|
6676
|
-
var i = new windowedByInterval$slambda(this.
|
|
6677
|
-
i.
|
|
6702
|
+
protoOf(windowedByInterval$slambda).f7e = function ($this$channelFlow, completion) {
|
|
6703
|
+
var i = new windowedByInterval$slambda(this.a7e_1, this.b7e_1, completion);
|
|
6704
|
+
i.c7e_1 = $this$channelFlow;
|
|
6678
6705
|
return i;
|
|
6679
6706
|
};
|
|
6680
6707
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6681
6708
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6682
6709
|
var l = function ($this$channelFlow, $completion) {
|
|
6683
|
-
return i.
|
|
6710
|
+
return i.e7e($this$channelFlow, $completion);
|
|
6684
6711
|
};
|
|
6685
6712
|
l.$arity = 1;
|
|
6686
6713
|
return l;
|
|
6687
6714
|
}
|
|
6688
6715
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6689
|
-
this.
|
|
6716
|
+
this.o7e_1 = $$this$unsafeFlow;
|
|
6690
6717
|
CoroutineImpl.call(this, resultContinuation);
|
|
6691
6718
|
}
|
|
6692
6719
|
protoOf(windowedByInterval$o$collect$slambda).x2k = function (value, $completion) {
|
|
@@ -6706,13 +6733,13 @@
|
|
|
6706
6733
|
switch (tmp) {
|
|
6707
6734
|
case 0:
|
|
6708
6735
|
this.j9_1 = 5;
|
|
6709
|
-
this.
|
|
6710
|
-
this.
|
|
6736
|
+
this.r7e_1 = this.o7e_1;
|
|
6737
|
+
this.q7e_1 = this.p7e_1;
|
|
6711
6738
|
this.i9_1 = 1;
|
|
6712
6739
|
continue $sm;
|
|
6713
6740
|
case 1:
|
|
6714
|
-
var $this$transform = this.
|
|
6715
|
-
var value = this.
|
|
6741
|
+
var $this$transform = this.r7e_1;
|
|
6742
|
+
var value = this.q7e_1;
|
|
6716
6743
|
if (!value.r()) {
|
|
6717
6744
|
this.i9_1 = 3;
|
|
6718
6745
|
suspendResult = $this$transform.o2b(value, this);
|
|
@@ -6753,8 +6780,8 @@
|
|
|
6753
6780
|
while (true);
|
|
6754
6781
|
};
|
|
6755
6782
|
protoOf(windowedByInterval$o$collect$slambda).y2k = function (value, completion) {
|
|
6756
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6757
|
-
i.
|
|
6783
|
+
var i = new windowedByInterval$o$collect$slambda(this.o7e_1, completion);
|
|
6784
|
+
i.p7e_1 = value;
|
|
6758
6785
|
return i;
|
|
6759
6786
|
};
|
|
6760
6787
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6767,8 +6794,8 @@
|
|
|
6767
6794
|
}
|
|
6768
6795
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6769
6796
|
CoroutineImpl.call(this, resultContinuation);
|
|
6770
|
-
this.
|
|
6771
|
-
this.
|
|
6797
|
+
this.a7f_1 = _this__u8e3s4;
|
|
6798
|
+
this.b7f_1 = collector;
|
|
6772
6799
|
}
|
|
6773
6800
|
protoOf($collectCOROUTINE$_0).q9 = function () {
|
|
6774
6801
|
var suspendResult = this.k9_1;
|
|
@@ -6778,10 +6805,10 @@
|
|
|
6778
6805
|
switch (tmp) {
|
|
6779
6806
|
case 0:
|
|
6780
6807
|
this.j9_1 = 2;
|
|
6781
|
-
var $this$unsafeFlow = this.
|
|
6808
|
+
var $this$unsafeFlow = this.b7f_1;
|
|
6782
6809
|
this.i9_1 = 1;
|
|
6783
6810
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6784
|
-
suspendResult = this.
|
|
6811
|
+
suspendResult = this.a7f_1.c7f_1.o2a(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6785
6812
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6786
6813
|
return suspendResult;
|
|
6787
6814
|
}
|
|
@@ -6804,7 +6831,7 @@
|
|
|
6804
6831
|
while (true);
|
|
6805
6832
|
};
|
|
6806
6833
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6807
|
-
this.
|
|
6834
|
+
this.c7f_1 = $this;
|
|
6808
6835
|
}
|
|
6809
6836
|
protoOf(windowedByInterval$$inlined$filter$1).p2b = function (collector, $completion) {
|
|
6810
6837
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -7102,28 +7129,28 @@
|
|
|
7102
7129
|
};
|
|
7103
7130
|
}
|
|
7104
7131
|
function ServerLoggerKey(gameId) {
|
|
7105
|
-
this.
|
|
7132
|
+
this.d7f_1 = gameId;
|
|
7106
7133
|
}
|
|
7107
|
-
protoOf(ServerLoggerKey).
|
|
7108
|
-
return this.
|
|
7134
|
+
protoOf(ServerLoggerKey).e7f = function () {
|
|
7135
|
+
return this.d7f_1;
|
|
7109
7136
|
};
|
|
7110
7137
|
protoOf(ServerLoggerKey).toString = function () {
|
|
7111
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
7138
|
+
return 'ServerLoggerKey(gameId=' + this.d7f_1 + ')';
|
|
7112
7139
|
};
|
|
7113
7140
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
7114
|
-
return getStringHashCode(this.
|
|
7141
|
+
return getStringHashCode(this.d7f_1);
|
|
7115
7142
|
};
|
|
7116
7143
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
7117
7144
|
if (this === other)
|
|
7118
7145
|
return true;
|
|
7119
7146
|
if (!(other instanceof ServerLoggerKey))
|
|
7120
7147
|
return false;
|
|
7121
|
-
if (!(this.
|
|
7148
|
+
if (!(this.d7f_1 === other.d7f_1))
|
|
7122
7149
|
return false;
|
|
7123
7150
|
return true;
|
|
7124
7151
|
};
|
|
7125
7152
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
7126
|
-
return $this.
|
|
7153
|
+
return $this.f7f_1.o1();
|
|
7127
7154
|
}
|
|
7128
7155
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
7129
7156
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -7163,7 +7190,7 @@
|
|
|
7163
7190
|
Companion_instance_27 = this;
|
|
7164
7191
|
var tmp = this;
|
|
7165
7192
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
7166
|
-
tmp.
|
|
7193
|
+
tmp.f7f_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
7167
7194
|
}
|
|
7168
7195
|
protoOf(Companion_25).o1d = function () {
|
|
7169
7196
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -7226,7 +7253,7 @@
|
|
|
7226
7253
|
// Inline function 'kotlin.arrayOf' call
|
|
7227
7254
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7228
7255
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7229
|
-
tmp.
|
|
7256
|
+
tmp.l7f_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
7230
7257
|
}
|
|
7231
7258
|
var Companion_instance_28;
|
|
7232
7259
|
function Companion_getInstance_29() {
|
|
@@ -7242,12 +7269,12 @@
|
|
|
7242
7269
|
tmp0_serialDesc.u10('tag', false);
|
|
7243
7270
|
tmp0_serialDesc.u10('message', false);
|
|
7244
7271
|
tmp0_serialDesc.u10('stackTrace', false);
|
|
7245
|
-
this.
|
|
7272
|
+
this.m7f_1 = tmp0_serialDesc;
|
|
7246
7273
|
}
|
|
7247
|
-
protoOf($serializer_13).
|
|
7248
|
-
var tmp0_desc = this.
|
|
7274
|
+
protoOf($serializer_13).n7f = function (encoder, value) {
|
|
7275
|
+
var tmp0_desc = this.m7f_1;
|
|
7249
7276
|
var tmp1_output = encoder.ct(tmp0_desc);
|
|
7250
|
-
var tmp2_cached = Companion_getInstance_29().
|
|
7277
|
+
var tmp2_cached = Companion_getInstance_29().l7f_1;
|
|
7251
7278
|
tmp1_output.tu(tmp0_desc, 0, tmp2_cached[0].o1(), value.type);
|
|
7252
7279
|
tmp1_output.vu(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7253
7280
|
tmp1_output.vu(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7256,10 +7283,10 @@
|
|
|
7256
7283
|
tmp1_output.dt(tmp0_desc);
|
|
7257
7284
|
};
|
|
7258
7285
|
protoOf($serializer_13).qp = function (encoder, value) {
|
|
7259
|
-
return this.
|
|
7286
|
+
return this.n7f(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7260
7287
|
};
|
|
7261
7288
|
protoOf($serializer_13).rp = function (decoder) {
|
|
7262
|
-
var tmp0_desc = this.
|
|
7289
|
+
var tmp0_desc = this.m7f_1;
|
|
7263
7290
|
var tmp1_flag = true;
|
|
7264
7291
|
var tmp2_index = 0;
|
|
7265
7292
|
var tmp3_bitMask0 = 0;
|
|
@@ -7269,7 +7296,7 @@
|
|
|
7269
7296
|
var tmp7_local3 = null;
|
|
7270
7297
|
var tmp8_local4 = null;
|
|
7271
7298
|
var tmp9_input = decoder.ct(tmp0_desc);
|
|
7272
|
-
var tmp10_cached = Companion_getInstance_29().
|
|
7299
|
+
var tmp10_cached = Companion_getInstance_29().l7f_1;
|
|
7273
7300
|
if (tmp9_input.st()) {
|
|
7274
7301
|
tmp4_local0 = tmp9_input.ot(tmp0_desc, 0, tmp10_cached[0].o1(), tmp4_local0);
|
|
7275
7302
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7316,13 +7343,13 @@
|
|
|
7316
7343
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7317
7344
|
};
|
|
7318
7345
|
protoOf($serializer_13).pp = function () {
|
|
7319
|
-
return this.
|
|
7346
|
+
return this.m7f_1;
|
|
7320
7347
|
};
|
|
7321
7348
|
protoOf($serializer_13).j11 = function () {
|
|
7322
7349
|
// Inline function 'kotlin.arrayOf' call
|
|
7323
7350
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7324
7351
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7325
|
-
return [Companion_getInstance_29().
|
|
7352
|
+
return [Companion_getInstance_29().l7f_1[0].o1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7326
7353
|
};
|
|
7327
7354
|
var $serializer_instance_13;
|
|
7328
7355
|
function $serializer_getInstance_13() {
|
|
@@ -7332,7 +7359,7 @@
|
|
|
7332
7359
|
}
|
|
7333
7360
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7334
7361
|
if (!(31 === (31 & seen0))) {
|
|
7335
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_13().
|
|
7362
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_13().m7f_1);
|
|
7336
7363
|
}
|
|
7337
7364
|
$this.type = type;
|
|
7338
7365
|
$this.key = key;
|
|
@@ -7364,7 +7391,7 @@
|
|
|
7364
7391
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7365
7392
|
return this.message;
|
|
7366
7393
|
};
|
|
7367
|
-
protoOf(LoggerOutputDataDto).
|
|
7394
|
+
protoOf(LoggerOutputDataDto).o7f = function () {
|
|
7368
7395
|
return this.stackTrace;
|
|
7369
7396
|
};
|
|
7370
7397
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7421,7 +7448,7 @@
|
|
|
7421
7448
|
protoOf(LoggerOutputDataDto).v6x = function () {
|
|
7422
7449
|
return this.stackTrace;
|
|
7423
7450
|
};
|
|
7424
|
-
protoOf(LoggerOutputDataDto).
|
|
7451
|
+
protoOf(LoggerOutputDataDto).p7f = function (type, key, tag, message, stackTrace) {
|
|
7425
7452
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7426
7453
|
};
|
|
7427
7454
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7430,7 +7457,7 @@
|
|
|
7430
7457
|
tag = tag === VOID ? this.tag : tag;
|
|
7431
7458
|
message = message === VOID ? this.message : message;
|
|
7432
7459
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7433
|
-
return $super === VOID ? this.
|
|
7460
|
+
return $super === VOID ? this.p7f(type, key, tag, message, stackTrace) : $super.p7f.call(this, type, key, tag, message, stackTrace);
|
|
7434
7461
|
};
|
|
7435
7462
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7436
7463
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7461,19 +7488,19 @@
|
|
|
7461
7488
|
return true;
|
|
7462
7489
|
};
|
|
7463
7490
|
function checkInitialised($this) {
|
|
7464
|
-
if ($this.
|
|
7491
|
+
if ($this.q7f_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7465
7492
|
Logger_getInstance().n1n(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7466
7493
|
}
|
|
7467
7494
|
}
|
|
7468
7495
|
function AppEnvironment() {
|
|
7469
7496
|
AppEnvironment_instance = this;
|
|
7470
|
-
this.
|
|
7497
|
+
this.q7f_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7471
7498
|
}
|
|
7472
|
-
protoOf(AppEnvironment).
|
|
7473
|
-
this.
|
|
7499
|
+
protoOf(AppEnvironment).r7f = function (value) {
|
|
7500
|
+
this.q7f_1 = value;
|
|
7474
7501
|
};
|
|
7475
|
-
protoOf(AppEnvironment).
|
|
7476
|
-
var tmp = this.
|
|
7502
|
+
protoOf(AppEnvironment).s7f = function () {
|
|
7503
|
+
var tmp = this.q7f_1;
|
|
7477
7504
|
// Inline function 'kotlin.also' call
|
|
7478
7505
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7479
7506
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7940,7 +7967,7 @@
|
|
|
7940
7967
|
}
|
|
7941
7968
|
function NodeJsCompressionService() {
|
|
7942
7969
|
}
|
|
7943
|
-
protoOf(NodeJsCompressionService).
|
|
7970
|
+
protoOf(NodeJsCompressionService).o77 = function (sourcePath, sourceFileName, $completion) {
|
|
7944
7971
|
var sourceFile = sourcePath + '/' + sourceFileName;
|
|
7945
7972
|
var gzipFile = sourcePath + '/' + sourceFileName + '.gz';
|
|
7946
7973
|
if (!NodeFs.existsSync(sourceFile))
|
|
@@ -7953,7 +7980,7 @@
|
|
|
7953
7980
|
};
|
|
7954
7981
|
function BrowserCompressionService() {
|
|
7955
7982
|
}
|
|
7956
|
-
protoOf(BrowserCompressionService).
|
|
7983
|
+
protoOf(BrowserCompressionService).o77 = function (sourcePath, sourceFileName, $completion) {
|
|
7957
7984
|
console.log('Gzip file compression is not supported in browser environment (no file system access)');
|
|
7958
7985
|
return Unit_instance;
|
|
7959
7986
|
};
|
|
@@ -8010,20 +8037,20 @@
|
|
|
8010
8037
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
8011
8038
|
return this.n6y();
|
|
8012
8039
|
});
|
|
8013
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
8014
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
8015
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
8016
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
8017
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
8018
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
8019
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
8020
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
8021
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
8022
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
8023
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
8024
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
8025
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
8026
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
8040
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).t70);
|
|
8041
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).u70);
|
|
8042
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).v70);
|
|
8043
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).w70);
|
|
8044
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).x70);
|
|
8045
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).y70);
|
|
8046
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).z70);
|
|
8047
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).a71);
|
|
8048
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).b71);
|
|
8049
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).c71);
|
|
8050
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).d71);
|
|
8051
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).e71);
|
|
8052
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).f71);
|
|
8053
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).g71);
|
|
8027
8054
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).m);
|
|
8028
8055
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j3);
|
|
8029
8056
|
defineProp(protoOf(Team), 'first', protoOf(Team).jn);
|
|
@@ -8037,53 +8064,53 @@
|
|
|
8037
8064
|
protoOf($serializer_10).k11 = typeParametersSerializers;
|
|
8038
8065
|
protoOf($serializer_11).k11 = typeParametersSerializers;
|
|
8039
8066
|
protoOf($serializer_12).k11 = typeParametersSerializers;
|
|
8040
|
-
protoOf(AsyncProviderImpl).
|
|
8041
|
-
protoOf(AsyncProviderImpl).
|
|
8042
|
-
protoOf(AsyncProviderImpl).
|
|
8043
|
-
protoOf(AsyncProviderImpl).
|
|
8044
|
-
protoOf(TimerAction).
|
|
8067
|
+
protoOf(AsyncProviderImpl).o75 = launchMain$default;
|
|
8068
|
+
protoOf(AsyncProviderImpl).q75 = awaitDefaultWithLock$default;
|
|
8069
|
+
protoOf(AsyncProviderImpl).k75 = launchDefault$default;
|
|
8070
|
+
protoOf(AsyncProviderImpl).m75 = launchDefaultWithLock$default;
|
|
8071
|
+
protoOf(TimerAction).g79 = get_actionTag;
|
|
8045
8072
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8046
|
-
return this.
|
|
8073
|
+
return this.g79();
|
|
8047
8074
|
});
|
|
8048
8075
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8049
8076
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8050
|
-
return this.
|
|
8077
|
+
return this.g79();
|
|
8051
8078
|
});
|
|
8052
8079
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8053
|
-
return this.
|
|
8080
|
+
return this.g79();
|
|
8054
8081
|
});
|
|
8055
8082
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8056
|
-
return this.
|
|
8083
|
+
return this.g79();
|
|
8057
8084
|
});
|
|
8058
8085
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8059
|
-
return this.
|
|
8086
|
+
return this.o7c();
|
|
8060
8087
|
});
|
|
8061
8088
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8062
8089
|
return this.k6z();
|
|
8063
8090
|
});
|
|
8064
8091
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8065
|
-
return this.
|
|
8092
|
+
return this.p7c();
|
|
8066
8093
|
}, function (value) {
|
|
8067
|
-
this.
|
|
8094
|
+
this.s79(value);
|
|
8068
8095
|
});
|
|
8069
8096
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8070
|
-
return this.
|
|
8097
|
+
return this.q7c();
|
|
8071
8098
|
});
|
|
8072
8099
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8073
|
-
return this.
|
|
8100
|
+
return this.r7c();
|
|
8074
8101
|
});
|
|
8075
|
-
protoOf(ActionTypes).
|
|
8102
|
+
protoOf(ActionTypes).g79 = get_actionTag;
|
|
8076
8103
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8077
|
-
return this.
|
|
8104
|
+
return this.g79();
|
|
8078
8105
|
});
|
|
8079
8106
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8080
|
-
return this.
|
|
8107
|
+
return this.g79();
|
|
8081
8108
|
});
|
|
8082
8109
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8083
|
-
return this.
|
|
8110
|
+
return this.g79();
|
|
8084
8111
|
});
|
|
8085
|
-
protoOf(middleware$1).
|
|
8086
|
-
protoOf(combineReducers$1).
|
|
8112
|
+
protoOf(middleware$1).u79 = canHandle;
|
|
8113
|
+
protoOf(combineReducers$1).u79 = canHandle_0;
|
|
8087
8114
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).m);
|
|
8088
8115
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).j3);
|
|
8089
8116
|
protoOf($serializer_13).k11 = typeParametersSerializers;
|