client_plugin_logic_deb 1.8.506 → 1.8.508
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-client_plugin.d.ts +4 -2
- package/Logic_Debertz-client_plugin.js +2045 -2045
- package/Logic_Debertz-core.js +980 -953
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12438 -12420
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6878 -6894
- package/Logic_Debertz-game_client.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 +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -320,20 +320,20 @@
|
|
|
320
320
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_14});
|
|
321
321
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
322
322
|
function launchDefault$default(context, block, $super) {
|
|
323
|
-
context = context === VOID ? this.
|
|
324
|
-
return $super === VOID ? this.
|
|
323
|
+
context = context === VOID ? this.i7f() : context;
|
|
324
|
+
return $super === VOID ? this.j7f(context, block) : $super.j7f.call(this, context, block);
|
|
325
325
|
}
|
|
326
326
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
327
|
-
context = context === VOID ? this.
|
|
328
|
-
return $super === VOID ? this.
|
|
327
|
+
context = context === VOID ? this.i7f() : context;
|
|
328
|
+
return $super === VOID ? this.l7f(context, block) : $super.l7f.call(this, context, block);
|
|
329
329
|
}
|
|
330
330
|
function launchMain$default(context, block, $super) {
|
|
331
|
-
context = context === VOID ? this.
|
|
332
|
-
return $super === VOID ? this.
|
|
331
|
+
context = context === VOID ? this.i7f() : context;
|
|
332
|
+
return $super === VOID ? this.n7f(context, block) : $super.n7f.call(this, context, block);
|
|
333
333
|
}
|
|
334
334
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
335
|
-
context = context === VOID ? this.
|
|
336
|
-
return $super === VOID ? this.
|
|
335
|
+
context = context === VOID ? this.i7f() : context;
|
|
336
|
+
return $super === VOID ? this.p7f(context, block) : $super.p7f.call(this, context, block);
|
|
337
337
|
}
|
|
338
338
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
339
339
|
initMetadataForCompanion(Companion_25);
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
return false;
|
|
376
376
|
}
|
|
377
377
|
function get_isAutoStartTimer() {
|
|
378
|
-
return !this.
|
|
378
|
+
return !this.i7j() && !this.j7j();
|
|
379
379
|
}
|
|
380
380
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
381
381
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
tmp = types;
|
|
440
440
|
}
|
|
441
441
|
types = tmp;
|
|
442
|
-
return $super === VOID ? this.
|
|
442
|
+
return $super === VOID ? this.m7p(types) : $super.m7p.call(this, types);
|
|
443
443
|
}
|
|
444
444
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
445
445
|
initMetadataForCompanion(Companion_27);
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
458
458
|
//endregion
|
|
459
459
|
function GameEngineConfig() {
|
|
460
|
-
this.version = '1.8.
|
|
460
|
+
this.version = '1.8.508';
|
|
461
461
|
}
|
|
462
462
|
protoOf(GameEngineConfig).f48 = function () {
|
|
463
463
|
return this.version;
|
|
@@ -2083,51 +2083,54 @@
|
|
|
2083
2083
|
return now.ln($this.p79_1);
|
|
2084
2084
|
}
|
|
2085
2085
|
function Companion_10() {
|
|
2086
|
-
this.
|
|
2086
|
+
this.s79_1 = 70;
|
|
2087
2087
|
}
|
|
2088
|
-
protoOf(Companion_10).
|
|
2088
|
+
protoOf(Companion_10).t79 = function (state, connectionChangedTime) {
|
|
2089
2089
|
return new PlayerConnection(state, connectionChangedTime);
|
|
2090
2090
|
};
|
|
2091
|
-
protoOf(Companion_10).
|
|
2091
|
+
protoOf(Companion_10).u79 = function (state, connectionChangedTime, $super) {
|
|
2092
2092
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
2093
|
-
return $super === VOID ? this.
|
|
2093
|
+
return $super === VOID ? this.t79(state, connectionChangedTime) : $super.t79.call(this, state, connectionChangedTime);
|
|
2094
2094
|
};
|
|
2095
|
-
protoOf(Companion_10).
|
|
2095
|
+
protoOf(Companion_10).v79 = function (_this__u8e3s4) {
|
|
2096
2096
|
if (_this__u8e3s4 == null) {
|
|
2097
2097
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.lm());
|
|
2098
2098
|
}
|
|
2099
2099
|
var tmp;
|
|
2100
2100
|
if (_this__u8e3s4.o79_1.isLive) {
|
|
2101
|
-
tmp = _this__u8e3s4.
|
|
2101
|
+
tmp = _this__u8e3s4.x79(VOID, System_instance.lm(), VOID, null);
|
|
2102
2102
|
} else {
|
|
2103
|
-
tmp = _this__u8e3s4.
|
|
2103
|
+
tmp = _this__u8e3s4.w79(PlayerConnectionState_LIVE_getInstance(), System_instance.lm(), Duration__plus_impl_yu9v8f(_this__u8e3s4.q79_1, _get_lastConnectionStateDuration__9l9kps(_this__u8e3s4)), null);
|
|
2104
2104
|
}
|
|
2105
2105
|
return tmp;
|
|
2106
2106
|
};
|
|
2107
|
-
protoOf(Companion_10).
|
|
2107
|
+
protoOf(Companion_10).y79 = function (_this__u8e3s4, state, causeState) {
|
|
2108
2108
|
if (_this__u8e3s4 == null) {
|
|
2109
|
-
return new PlayerConnection(state, System_instance.lm());
|
|
2109
|
+
return new PlayerConnection(state, System_instance.lm(), VOID, causeState);
|
|
2110
2110
|
}
|
|
2111
|
-
|
|
2111
|
+
var tmp = System_instance.lm();
|
|
2112
|
+
return _this__u8e3s4.x79(state, tmp, VOID, causeState == null ? _this__u8e3s4.r79_1 : causeState);
|
|
2112
2113
|
};
|
|
2113
2114
|
var Companion_instance_12;
|
|
2114
2115
|
function Companion_getInstance_13() {
|
|
2115
2116
|
return Companion_instance_12;
|
|
2116
2117
|
}
|
|
2117
|
-
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
2118
|
+
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
2118
2119
|
connectionChangedTime = connectionChangedTime === VOID ? null : connectionChangedTime;
|
|
2119
2120
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().mm_1 : notLiveDurationRecord;
|
|
2121
|
+
causeState = causeState === VOID ? null : causeState;
|
|
2120
2122
|
this.o79_1 = state;
|
|
2121
2123
|
this.p79_1 = connectionChangedTime;
|
|
2122
2124
|
this.q79_1 = notLiveDurationRecord;
|
|
2125
|
+
this.r79_1 = causeState;
|
|
2123
2126
|
}
|
|
2124
|
-
protoOf(PlayerConnection).
|
|
2127
|
+
protoOf(PlayerConnection).z79 = function (duration) {
|
|
2125
2128
|
if (this.p79_1 == null) {
|
|
2126
2129
|
return true;
|
|
2127
2130
|
}
|
|
2128
2131
|
return Duration__compareTo_impl_pchp0f(_get_lastConnectionStateDuration__9l9kps(this), duration) > 0;
|
|
2129
2132
|
};
|
|
2130
|
-
protoOf(PlayerConnection).
|
|
2133
|
+
protoOf(PlayerConnection).a7a = function () {
|
|
2131
2134
|
var tmp;
|
|
2132
2135
|
if (this.o79_1.isLive) {
|
|
2133
2136
|
tmp = this.q79_1;
|
|
@@ -2136,40 +2139,42 @@
|
|
|
2136
2139
|
}
|
|
2137
2140
|
return tmp;
|
|
2138
2141
|
};
|
|
2139
|
-
protoOf(PlayerConnection).
|
|
2142
|
+
protoOf(PlayerConnection).b7a = function (gameDuration) {
|
|
2140
2143
|
// Inline function 'kotlin.Long.div' call
|
|
2141
2144
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
2142
2145
|
var percent = toNumber(this_0) / 100.0;
|
|
2143
2146
|
// Inline function 'kotlin.Long.div' call
|
|
2144
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
2147
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.a7a());
|
|
2145
2148
|
// Inline function 'kotlin.math.round' call
|
|
2146
2149
|
var x = toNumber(this_1) / percent;
|
|
2147
2150
|
var tmp$ret$2 = round(x);
|
|
2148
2151
|
return numberToInt(tmp$ret$2);
|
|
2149
2152
|
};
|
|
2150
|
-
protoOf(PlayerConnection).b7a = function (gameDuration) {
|
|
2151
|
-
return 100 - this.a7a(gameDuration) | 0;
|
|
2152
|
-
};
|
|
2153
2153
|
protoOf(PlayerConnection).c7a = function (gameDuration) {
|
|
2154
|
-
|
|
2154
|
+
return 100 - this.b7a(gameDuration) | 0;
|
|
2155
|
+
};
|
|
2156
|
+
protoOf(PlayerConnection).d7a = function (gameDuration) {
|
|
2157
|
+
var percentage = this.c7a(gameDuration);
|
|
2155
2158
|
return percentage >= 70;
|
|
2156
2159
|
};
|
|
2157
|
-
protoOf(PlayerConnection).
|
|
2158
|
-
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
2160
|
+
protoOf(PlayerConnection).w79 = function (state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
2161
|
+
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord, causeState);
|
|
2159
2162
|
};
|
|
2160
|
-
protoOf(PlayerConnection).
|
|
2163
|
+
protoOf(PlayerConnection).x79 = function (state, connectionChangedTime, notLiveDurationRecord, causeState, $super) {
|
|
2161
2164
|
state = state === VOID ? this.o79_1 : state;
|
|
2162
2165
|
connectionChangedTime = connectionChangedTime === VOID ? this.p79_1 : connectionChangedTime;
|
|
2163
2166
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.q79_1 : notLiveDurationRecord;
|
|
2164
|
-
|
|
2167
|
+
causeState = causeState === VOID ? this.r79_1 : causeState;
|
|
2168
|
+
return $super === VOID ? this.w79(state, connectionChangedTime, notLiveDurationRecord, causeState) : $super.w79.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord), causeState);
|
|
2165
2169
|
};
|
|
2166
2170
|
protoOf(PlayerConnection).toString = function () {
|
|
2167
|
-
return 'PlayerConnection(state=' + this.o79_1.toString() + ', connectionChangedTime=' + toString(this.p79_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.q79_1) + ')';
|
|
2171
|
+
return 'PlayerConnection(state=' + this.o79_1.toString() + ', connectionChangedTime=' + toString(this.p79_1) + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.q79_1) + ', causeState=' + toString(this.r79_1) + ')';
|
|
2168
2172
|
};
|
|
2169
2173
|
protoOf(PlayerConnection).hashCode = function () {
|
|
2170
2174
|
var result = this.o79_1.hashCode();
|
|
2171
2175
|
result = imul(result, 31) + (this.p79_1 == null ? 0 : this.p79_1.hashCode()) | 0;
|
|
2172
2176
|
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.q79_1) | 0;
|
|
2177
|
+
result = imul(result, 31) + (this.r79_1 == null ? 0 : this.r79_1.hashCode()) | 0;
|
|
2173
2178
|
return result;
|
|
2174
2179
|
};
|
|
2175
2180
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -2183,10 +2188,12 @@
|
|
|
2183
2188
|
return false;
|
|
2184
2189
|
if (!equals(this.q79_1, other.q79_1))
|
|
2185
2190
|
return false;
|
|
2191
|
+
if (!equals(this.r79_1, other.r79_1))
|
|
2192
|
+
return false;
|
|
2186
2193
|
return true;
|
|
2187
2194
|
};
|
|
2188
2195
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2189
|
-
return $this.
|
|
2196
|
+
return $this.e7a_1.o1();
|
|
2190
2197
|
}
|
|
2191
2198
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
2192
2199
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_2());
|
|
@@ -2230,7 +2237,7 @@
|
|
|
2230
2237
|
Companion_instance_13 = this;
|
|
2231
2238
|
var tmp = this;
|
|
2232
2239
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2233
|
-
tmp.
|
|
2240
|
+
tmp.e7a_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
2234
2241
|
}
|
|
2235
2242
|
protoOf(Companion_11).d5g = function () {
|
|
2236
2243
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2263,28 +2270,28 @@
|
|
|
2263
2270
|
function PlayerConnectionState(name, ordinal) {
|
|
2264
2271
|
Enum.call(this, name, ordinal);
|
|
2265
2272
|
}
|
|
2266
|
-
protoOf(PlayerConnectionState).
|
|
2273
|
+
protoOf(PlayerConnectionState).h7a = function () {
|
|
2267
2274
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
2268
2275
|
};
|
|
2269
|
-
protoOf(PlayerConnectionState).
|
|
2276
|
+
protoOf(PlayerConnectionState).i7a = function () {
|
|
2270
2277
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
2271
2278
|
};
|
|
2272
|
-
protoOf(PlayerConnectionState).
|
|
2279
|
+
protoOf(PlayerConnectionState).j7a = function () {
|
|
2273
2280
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
2274
2281
|
};
|
|
2275
|
-
protoOf(PlayerConnectionState).
|
|
2282
|
+
protoOf(PlayerConnectionState).k7a = function () {
|
|
2276
2283
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
2277
2284
|
};
|
|
2278
|
-
protoOf(PlayerConnectionState).
|
|
2285
|
+
protoOf(PlayerConnectionState).l7a = function () {
|
|
2279
2286
|
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
2280
2287
|
};
|
|
2281
|
-
protoOf(PlayerConnectionState).
|
|
2288
|
+
protoOf(PlayerConnectionState).m7a = function () {
|
|
2282
2289
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
2283
2290
|
};
|
|
2284
|
-
protoOf(PlayerConnectionState).
|
|
2291
|
+
protoOf(PlayerConnectionState).n7a = function () {
|
|
2285
2292
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
2286
2293
|
};
|
|
2287
|
-
protoOf(PlayerConnectionState).
|
|
2294
|
+
protoOf(PlayerConnectionState).o7a = function () {
|
|
2288
2295
|
var tmp;
|
|
2289
2296
|
switch (this.a1_1) {
|
|
2290
2297
|
case 3:
|
|
@@ -2305,7 +2312,7 @@
|
|
|
2305
2312
|
}
|
|
2306
2313
|
return tmp;
|
|
2307
2314
|
};
|
|
2308
|
-
protoOf(PlayerConnectionState).
|
|
2315
|
+
protoOf(PlayerConnectionState).p7a = function () {
|
|
2309
2316
|
var tmp;
|
|
2310
2317
|
switch (this.a1_1) {
|
|
2311
2318
|
case 3:
|
|
@@ -2326,7 +2333,7 @@
|
|
|
2326
2333
|
}
|
|
2327
2334
|
return tmp;
|
|
2328
2335
|
};
|
|
2329
|
-
protoOf(PlayerConnectionState).
|
|
2336
|
+
protoOf(PlayerConnectionState).q7a = function () {
|
|
2330
2337
|
var tmp;
|
|
2331
2338
|
switch (this.a1_1) {
|
|
2332
2339
|
case 3:
|
|
@@ -2351,7 +2358,7 @@
|
|
|
2351
2358
|
}
|
|
2352
2359
|
return tmp;
|
|
2353
2360
|
};
|
|
2354
|
-
protoOf(PlayerConnectionState).
|
|
2361
|
+
protoOf(PlayerConnectionState).r7a = function () {
|
|
2355
2362
|
var tmp;
|
|
2356
2363
|
switch (this.a1_1) {
|
|
2357
2364
|
case 3:
|
|
@@ -2376,7 +2383,7 @@
|
|
|
2376
2383
|
}
|
|
2377
2384
|
return tmp;
|
|
2378
2385
|
};
|
|
2379
|
-
protoOf(PlayerConnectionState).
|
|
2386
|
+
protoOf(PlayerConnectionState).s7a = function () {
|
|
2380
2387
|
var tmp;
|
|
2381
2388
|
switch (this.a1_1) {
|
|
2382
2389
|
case 3:
|
|
@@ -2399,7 +2406,7 @@
|
|
|
2399
2406
|
}
|
|
2400
2407
|
return tmp;
|
|
2401
2408
|
};
|
|
2402
|
-
protoOf(PlayerConnectionState).
|
|
2409
|
+
protoOf(PlayerConnectionState).t7a = function () {
|
|
2403
2410
|
var tmp;
|
|
2404
2411
|
switch (this.a1_1) {
|
|
2405
2412
|
case 2:
|
|
@@ -2422,7 +2429,7 @@
|
|
|
2422
2429
|
}
|
|
2423
2430
|
return tmp;
|
|
2424
2431
|
};
|
|
2425
|
-
protoOf(PlayerConnectionState).
|
|
2432
|
+
protoOf(PlayerConnectionState).u7a = function () {
|
|
2426
2433
|
var tmp;
|
|
2427
2434
|
switch (this.a1_1) {
|
|
2428
2435
|
case 5:
|
|
@@ -2447,11 +2454,11 @@
|
|
|
2447
2454
|
var tmp;
|
|
2448
2455
|
switch (_this__u8e3s4.a1_1) {
|
|
2449
2456
|
case 3:
|
|
2450
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.a79().
|
|
2457
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.a79().v7a());
|
|
2451
2458
|
break;
|
|
2452
2459
|
case 2:
|
|
2453
2460
|
case 0:
|
|
2454
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.a79().
|
|
2461
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.a79().v7a());
|
|
2455
2462
|
break;
|
|
2456
2463
|
case 4:
|
|
2457
2464
|
case 5:
|
|
@@ -2528,7 +2535,7 @@
|
|
|
2528
2535
|
return PlayerConnectionState_DELETED_instance;
|
|
2529
2536
|
}
|
|
2530
2537
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2531
|
-
return $this.
|
|
2538
|
+
return $this.w7a_1.o1();
|
|
2532
2539
|
}
|
|
2533
2540
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
2534
2541
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_3());
|
|
@@ -2543,7 +2550,7 @@
|
|
|
2543
2550
|
Companion_instance_14 = this;
|
|
2544
2551
|
var tmp = this;
|
|
2545
2552
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2546
|
-
tmp.
|
|
2553
|
+
tmp.w7a_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
2547
2554
|
}
|
|
2548
2555
|
protoOf(Companion_12).d5g = function () {
|
|
2549
2556
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2572,27 +2579,27 @@
|
|
|
2572
2579
|
Enum.call(this, name, ordinal);
|
|
2573
2580
|
}
|
|
2574
2581
|
protoOf(PlayerWaitingState).n79 = function () {
|
|
2575
|
-
return this.
|
|
2582
|
+
return this.z7a() || this.a7b();
|
|
2576
2583
|
};
|
|
2577
|
-
protoOf(PlayerWaitingState).
|
|
2584
|
+
protoOf(PlayerWaitingState).z7a = function () {
|
|
2578
2585
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
2579
2586
|
};
|
|
2580
|
-
protoOf(PlayerWaitingState).
|
|
2587
|
+
protoOf(PlayerWaitingState).a7b = function () {
|
|
2581
2588
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
2582
2589
|
};
|
|
2583
2590
|
function Companion_13() {
|
|
2584
2591
|
}
|
|
2585
|
-
protoOf(Companion_13).
|
|
2592
|
+
protoOf(Companion_13).b7b = function (connection) {
|
|
2586
2593
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
2587
2594
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
2588
2595
|
};
|
|
2589
|
-
protoOf(Companion_13).
|
|
2590
|
-
return _this__u8e3s4.
|
|
2596
|
+
protoOf(Companion_13).c7b = function (_this__u8e3s4) {
|
|
2597
|
+
return _this__u8e3s4.d7b(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2591
2598
|
};
|
|
2592
|
-
protoOf(Companion_13).
|
|
2599
|
+
protoOf(Companion_13).e7b = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2593
2600
|
var tmp0_startFromTime = System_instance.lm();
|
|
2594
2601
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2595
|
-
return _this__u8e3s4.
|
|
2602
|
+
return _this__u8e3s4.d7b(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
2596
2603
|
};
|
|
2597
2604
|
var Companion_instance_15;
|
|
2598
2605
|
function Companion_getInstance_16() {
|
|
@@ -2621,7 +2628,7 @@
|
|
|
2621
2628
|
this.l79_1 = tag;
|
|
2622
2629
|
this.m79_1 = connection;
|
|
2623
2630
|
}
|
|
2624
|
-
protoOf(PlayerState).
|
|
2631
|
+
protoOf(PlayerState).f7b = function () {
|
|
2625
2632
|
// Inline function 'kotlin.requireNotNull' call
|
|
2626
2633
|
var tmp0 = this.m79_1;
|
|
2627
2634
|
var tmp$ret$1;
|
|
@@ -2637,7 +2644,7 @@
|
|
|
2637
2644
|
}
|
|
2638
2645
|
return tmp$ret$1;
|
|
2639
2646
|
};
|
|
2640
|
-
protoOf(PlayerState).
|
|
2647
|
+
protoOf(PlayerState).g7b = function () {
|
|
2641
2648
|
// Inline function 'kotlin.requireNotNull' call
|
|
2642
2649
|
var tmp0 = this.l79_1;
|
|
2643
2650
|
var tmp$ret$1;
|
|
@@ -2653,7 +2660,7 @@
|
|
|
2653
2660
|
}
|
|
2654
2661
|
return tmp$ret$1;
|
|
2655
2662
|
};
|
|
2656
|
-
protoOf(PlayerState).
|
|
2663
|
+
protoOf(PlayerState).v7a = function () {
|
|
2657
2664
|
var tmp0_elvis_lhs = this.l79_1;
|
|
2658
2665
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2659
2666
|
};
|
|
@@ -2718,10 +2725,10 @@
|
|
|
2718
2725
|
protoOf(PlayerState).n79 = function () {
|
|
2719
2726
|
return this.j79_1.n79();
|
|
2720
2727
|
};
|
|
2721
|
-
protoOf(PlayerState).
|
|
2728
|
+
protoOf(PlayerState).h7b = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2722
2729
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2723
2730
|
};
|
|
2724
|
-
protoOf(PlayerState).
|
|
2731
|
+
protoOf(PlayerState).d7b = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2725
2732
|
startFromTime = startFromTime === VOID ? this.g79_1 : startFromTime;
|
|
2726
2733
|
playerTurnTimeout = playerTurnTimeout === VOID ? this.h79_1 : playerTurnTimeout;
|
|
2727
2734
|
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.i79_1 : waitPlayerUntilTime;
|
|
@@ -2729,7 +2736,7 @@
|
|
|
2729
2736
|
ready = ready === VOID ? this.k79_1 : ready;
|
|
2730
2737
|
tag = tag === VOID ? this.l79_1 : tag;
|
|
2731
2738
|
connection = connection === VOID ? this.m79_1 : connection;
|
|
2732
|
-
return $super === VOID ? this.
|
|
2739
|
+
return $super === VOID ? this.h7b(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.h7b.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2733
2740
|
};
|
|
2734
2741
|
protoOf(PlayerState).hashCode = function () {
|
|
2735
2742
|
var result = this.g79_1 == null ? 0 : this.g79_1.hashCode();
|
|
@@ -2764,7 +2771,7 @@
|
|
|
2764
2771
|
};
|
|
2765
2772
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2766
2773
|
var tmp;
|
|
2767
|
-
if (_this__u8e3s4.
|
|
2774
|
+
if (_this__u8e3s4.z7a() || _this__u8e3s4.a7b()) {
|
|
2768
2775
|
var tmp_0;
|
|
2769
2776
|
if (playerTurnTimeout == null) {
|
|
2770
2777
|
tmp_0 = Companion_getInstance().mm_1;
|
|
@@ -2785,7 +2792,7 @@
|
|
|
2785
2792
|
function Team(playerIds) {
|
|
2786
2793
|
this.playerIds = playerIds;
|
|
2787
2794
|
}
|
|
2788
|
-
protoOf(Team).
|
|
2795
|
+
protoOf(Team).i7b = function () {
|
|
2789
2796
|
return this.playerIds;
|
|
2790
2797
|
};
|
|
2791
2798
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
@@ -2800,12 +2807,12 @@
|
|
|
2800
2807
|
protoOf(Team).jg = function () {
|
|
2801
2808
|
return this.playerIds;
|
|
2802
2809
|
};
|
|
2803
|
-
protoOf(Team).
|
|
2810
|
+
protoOf(Team).j7b = function (playerIds) {
|
|
2804
2811
|
return new Team(playerIds);
|
|
2805
2812
|
};
|
|
2806
2813
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
2807
2814
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
2808
|
-
return $super === VOID ? this.
|
|
2815
|
+
return $super === VOID ? this.j7b(playerIds) : $super.j7b.call(this, playerIds);
|
|
2809
2816
|
};
|
|
2810
2817
|
protoOf(Team).toString = function () {
|
|
2811
2818
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -2831,24 +2838,24 @@
|
|
|
2831
2838
|
tmp0_serialDesc.w11('logsDirectoryPath', false);
|
|
2832
2839
|
tmp0_serialDesc.w11('fileNameFormat', false);
|
|
2833
2840
|
tmp0_serialDesc.w11('delayBeforeCompressLogs', false);
|
|
2834
|
-
this.
|
|
2841
|
+
this.k7b_1 = tmp0_serialDesc;
|
|
2835
2842
|
}
|
|
2836
|
-
protoOf($serializer_4).
|
|
2837
|
-
var tmp0_desc = this.
|
|
2843
|
+
protoOf($serializer_4).l7b = function (encoder, value) {
|
|
2844
|
+
var tmp0_desc = this.k7b_1;
|
|
2838
2845
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
2839
|
-
tmp1_output.xv(tmp0_desc, 0, BooleanSerializer_getInstance(), value.
|
|
2840
|
-
tmp1_output.xv(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
2841
|
-
tmp1_output.xv(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
2842
|
-
tmp1_output.xv(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2843
|
-
tmp1_output.xv(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
2844
|
-
tmp1_output.xv(tmp0_desc, 5, LongSerializer_getInstance(), value.
|
|
2846
|
+
tmp1_output.xv(tmp0_desc, 0, BooleanSerializer_getInstance(), value.m7b_1);
|
|
2847
|
+
tmp1_output.xv(tmp0_desc, 1, BooleanSerializer_getInstance(), value.n7b_1);
|
|
2848
|
+
tmp1_output.xv(tmp0_desc, 2, BooleanSerializer_getInstance(), value.o7b_1);
|
|
2849
|
+
tmp1_output.xv(tmp0_desc, 3, StringSerializer_getInstance(), value.p7b_1);
|
|
2850
|
+
tmp1_output.xv(tmp0_desc, 4, StringSerializer_getInstance(), value.q7b_1);
|
|
2851
|
+
tmp1_output.xv(tmp0_desc, 5, LongSerializer_getInstance(), value.r7b_1);
|
|
2845
2852
|
tmp1_output.fu(tmp0_desc);
|
|
2846
2853
|
};
|
|
2847
2854
|
protoOf($serializer_4).sq = function (encoder, value) {
|
|
2848
|
-
return this.
|
|
2855
|
+
return this.l7b(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2849
2856
|
};
|
|
2850
2857
|
protoOf($serializer_4).tq = function (decoder) {
|
|
2851
|
-
var tmp0_desc = this.
|
|
2858
|
+
var tmp0_desc = this.k7b_1;
|
|
2852
2859
|
var tmp1_flag = true;
|
|
2853
2860
|
var tmp2_index = 0;
|
|
2854
2861
|
var tmp3_bitMask0 = 0;
|
|
@@ -2911,7 +2918,7 @@
|
|
|
2911
2918
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
2912
2919
|
};
|
|
2913
2920
|
protoOf($serializer_4).rq = function () {
|
|
2914
|
-
return this.
|
|
2921
|
+
return this.k7b_1;
|
|
2915
2922
|
};
|
|
2916
2923
|
protoOf($serializer_4).l12 = function () {
|
|
2917
2924
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2927,14 +2934,14 @@
|
|
|
2927
2934
|
}
|
|
2928
2935
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs, serializationConstructorMarker, $this) {
|
|
2929
2936
|
if (!(63 === (63 & seen0))) {
|
|
2930
|
-
throwMissingFieldException(seen0, 63, $serializer_getInstance_4().
|
|
2931
|
-
}
|
|
2932
|
-
$this.
|
|
2933
|
-
$this.
|
|
2934
|
-
$this.
|
|
2935
|
-
$this.
|
|
2936
|
-
$this.
|
|
2937
|
-
$this.
|
|
2937
|
+
throwMissingFieldException(seen0, 63, $serializer_getInstance_4().k7b_1);
|
|
2938
|
+
}
|
|
2939
|
+
$this.m7b_1 = fileLogsEnabled;
|
|
2940
|
+
$this.n7b_1 = deleteFilesOnClear;
|
|
2941
|
+
$this.o7b_1 = compressLogsEnabled;
|
|
2942
|
+
$this.p7b_1 = logsDirectoryPath;
|
|
2943
|
+
$this.q7b_1 = fileNameFormat;
|
|
2944
|
+
$this.r7b_1 = delayBeforeCompressLogs;
|
|
2938
2945
|
return $this;
|
|
2939
2946
|
}
|
|
2940
2947
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, compressLogsEnabled, logsDirectoryPath, fileNameFormat, delayBeforeCompressLogs, serializationConstructorMarker) {
|
|
@@ -2943,15 +2950,15 @@
|
|
|
2943
2950
|
function CoreConfigDto() {
|
|
2944
2951
|
}
|
|
2945
2952
|
protoOf(CoreConfigDto).toString = function () {
|
|
2946
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2953
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.m7b_1 + ', deleteFilesOnClear=' + this.n7b_1 + ', compressLogsEnabled=' + this.o7b_1 + ', logsDirectoryPath=' + this.p7b_1 + ', fileNameFormat=' + this.q7b_1 + ', delayBeforeCompressLogs=' + toString(this.r7b_1) + ')';
|
|
2947
2954
|
};
|
|
2948
2955
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2949
|
-
var result = this.
|
|
2950
|
-
result = imul(result, 31) + (this.m7b_1 == null ? 0 : getBooleanHashCode(this.m7b_1)) | 0;
|
|
2956
|
+
var result = this.m7b_1 == null ? 0 : getBooleanHashCode(this.m7b_1);
|
|
2951
2957
|
result = imul(result, 31) + (this.n7b_1 == null ? 0 : getBooleanHashCode(this.n7b_1)) | 0;
|
|
2952
|
-
result = imul(result, 31) + (this.o7b_1 == null ? 0 :
|
|
2958
|
+
result = imul(result, 31) + (this.o7b_1 == null ? 0 : getBooleanHashCode(this.o7b_1)) | 0;
|
|
2953
2959
|
result = imul(result, 31) + (this.p7b_1 == null ? 0 : getStringHashCode(this.p7b_1)) | 0;
|
|
2954
|
-
result = imul(result, 31) + (this.q7b_1 == null ? 0 : this.q7b_1
|
|
2960
|
+
result = imul(result, 31) + (this.q7b_1 == null ? 0 : getStringHashCode(this.q7b_1)) | 0;
|
|
2961
|
+
result = imul(result, 31) + (this.r7b_1 == null ? 0 : this.r7b_1.hashCode()) | 0;
|
|
2955
2962
|
return result;
|
|
2956
2963
|
};
|
|
2957
2964
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2959,8 +2966,6 @@
|
|
|
2959
2966
|
return true;
|
|
2960
2967
|
if (!(other instanceof CoreConfigDto))
|
|
2961
2968
|
return false;
|
|
2962
|
-
if (!(this.l7b_1 == other.l7b_1))
|
|
2963
|
-
return false;
|
|
2964
2969
|
if (!(this.m7b_1 == other.m7b_1))
|
|
2965
2970
|
return false;
|
|
2966
2971
|
if (!(this.n7b_1 == other.n7b_1))
|
|
@@ -2969,12 +2974,14 @@
|
|
|
2969
2974
|
return false;
|
|
2970
2975
|
if (!(this.p7b_1 == other.p7b_1))
|
|
2971
2976
|
return false;
|
|
2972
|
-
if (!
|
|
2977
|
+
if (!(this.q7b_1 == other.q7b_1))
|
|
2978
|
+
return false;
|
|
2979
|
+
if (!equals(this.r7b_1, other.r7b_1))
|
|
2973
2980
|
return false;
|
|
2974
2981
|
return true;
|
|
2975
2982
|
};
|
|
2976
2983
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2977
|
-
return $this.
|
|
2984
|
+
return $this.s7b_1.o1();
|
|
2978
2985
|
}
|
|
2979
2986
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2980
2987
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -3012,7 +3019,7 @@
|
|
|
3012
3019
|
Companion_instance_16 = this;
|
|
3013
3020
|
var tmp = this;
|
|
3014
3021
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3015
|
-
tmp.
|
|
3022
|
+
tmp.s7b_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
3016
3023
|
}
|
|
3017
3024
|
protoOf(Companion_14).d5g = function () {
|
|
3018
3025
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3033,7 +3040,7 @@
|
|
|
3033
3040
|
Companion_getInstance_17();
|
|
3034
3041
|
}
|
|
3035
3042
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
3036
|
-
return $this.
|
|
3043
|
+
return $this.t7b_1.o1();
|
|
3037
3044
|
}
|
|
3038
3045
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
3039
3046
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -3048,7 +3055,7 @@
|
|
|
3048
3055
|
TerminationGameReasonDto.call(this);
|
|
3049
3056
|
var tmp = this;
|
|
3050
3057
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3051
|
-
tmp.
|
|
3058
|
+
tmp.t7b_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
3052
3059
|
}
|
|
3053
3060
|
protoOf(ProcessingReasonDto).d5g = function () {
|
|
3054
3061
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -3085,19 +3092,19 @@
|
|
|
3085
3092
|
$serializer_instance_5 = this;
|
|
3086
3093
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
3087
3094
|
tmp0_serialDesc.w11('reason', false);
|
|
3088
|
-
this.
|
|
3095
|
+
this.u7b_1 = tmp0_serialDesc;
|
|
3089
3096
|
}
|
|
3090
|
-
protoOf($serializer_5).
|
|
3091
|
-
var tmp0_desc = this.
|
|
3097
|
+
protoOf($serializer_5).v7b = function (encoder, value) {
|
|
3098
|
+
var tmp0_desc = this.u7b_1;
|
|
3092
3099
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3093
3100
|
tmp1_output.tv(tmp0_desc, 0, value.reason);
|
|
3094
3101
|
tmp1_output.fu(tmp0_desc);
|
|
3095
3102
|
};
|
|
3096
3103
|
protoOf($serializer_5).sq = function (encoder, value) {
|
|
3097
|
-
return this.
|
|
3104
|
+
return this.v7b(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
3098
3105
|
};
|
|
3099
3106
|
protoOf($serializer_5).tq = function (decoder) {
|
|
3100
|
-
var tmp0_desc = this.
|
|
3107
|
+
var tmp0_desc = this.u7b_1;
|
|
3101
3108
|
var tmp1_flag = true;
|
|
3102
3109
|
var tmp2_index = 0;
|
|
3103
3110
|
var tmp3_bitMask0 = 0;
|
|
@@ -3125,7 +3132,7 @@
|
|
|
3125
3132
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3126
3133
|
};
|
|
3127
3134
|
protoOf($serializer_5).rq = function () {
|
|
3128
|
-
return this.
|
|
3135
|
+
return this.u7b_1;
|
|
3129
3136
|
};
|
|
3130
3137
|
protoOf($serializer_5).l12 = function () {
|
|
3131
3138
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3141,7 +3148,7 @@
|
|
|
3141
3148
|
}
|
|
3142
3149
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
3143
3150
|
if (!(1 === (1 & seen0))) {
|
|
3144
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().
|
|
3151
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_5().u7b_1);
|
|
3145
3152
|
}
|
|
3146
3153
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3147
3154
|
$this.reason = reason;
|
|
@@ -3182,19 +3189,19 @@
|
|
|
3182
3189
|
$serializer_instance_6 = this;
|
|
3183
3190
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
3184
3191
|
tmp0_serialDesc.w11('reason', false);
|
|
3185
|
-
this.
|
|
3192
|
+
this.w7b_1 = tmp0_serialDesc;
|
|
3186
3193
|
}
|
|
3187
|
-
protoOf($serializer_6).
|
|
3188
|
-
var tmp0_desc = this.
|
|
3194
|
+
protoOf($serializer_6).x7b = function (encoder, value) {
|
|
3195
|
+
var tmp0_desc = this.w7b_1;
|
|
3189
3196
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3190
3197
|
tmp1_output.tv(tmp0_desc, 0, value.reason);
|
|
3191
3198
|
tmp1_output.fu(tmp0_desc);
|
|
3192
3199
|
};
|
|
3193
3200
|
protoOf($serializer_6).sq = function (encoder, value) {
|
|
3194
|
-
return this.
|
|
3201
|
+
return this.x7b(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
3195
3202
|
};
|
|
3196
3203
|
protoOf($serializer_6).tq = function (decoder) {
|
|
3197
|
-
var tmp0_desc = this.
|
|
3204
|
+
var tmp0_desc = this.w7b_1;
|
|
3198
3205
|
var tmp1_flag = true;
|
|
3199
3206
|
var tmp2_index = 0;
|
|
3200
3207
|
var tmp3_bitMask0 = 0;
|
|
@@ -3222,7 +3229,7 @@
|
|
|
3222
3229
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3223
3230
|
};
|
|
3224
3231
|
protoOf($serializer_6).rq = function () {
|
|
3225
|
-
return this.
|
|
3232
|
+
return this.w7b_1;
|
|
3226
3233
|
};
|
|
3227
3234
|
protoOf($serializer_6).l12 = function () {
|
|
3228
3235
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3238,7 +3245,7 @@
|
|
|
3238
3245
|
}
|
|
3239
3246
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
3240
3247
|
if (!(1 === (1 & seen0))) {
|
|
3241
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().
|
|
3248
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_6().w7b_1);
|
|
3242
3249
|
}
|
|
3243
3250
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3244
3251
|
$this.reason = reason;
|
|
@@ -3279,19 +3286,19 @@
|
|
|
3279
3286
|
$serializer_instance_7 = this;
|
|
3280
3287
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
3281
3288
|
tmp0_serialDesc.w11('playerId', false);
|
|
3282
|
-
this.
|
|
3289
|
+
this.y7b_1 = tmp0_serialDesc;
|
|
3283
3290
|
}
|
|
3284
|
-
protoOf($serializer_7).
|
|
3285
|
-
var tmp0_desc = this.
|
|
3291
|
+
protoOf($serializer_7).z7b = function (encoder, value) {
|
|
3292
|
+
var tmp0_desc = this.y7b_1;
|
|
3286
3293
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3287
|
-
tmp1_output.tv(tmp0_desc, 0, value.
|
|
3294
|
+
tmp1_output.tv(tmp0_desc, 0, value.a7c_1);
|
|
3288
3295
|
tmp1_output.fu(tmp0_desc);
|
|
3289
3296
|
};
|
|
3290
3297
|
protoOf($serializer_7).sq = function (encoder, value) {
|
|
3291
|
-
return this.
|
|
3298
|
+
return this.z7b(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
3292
3299
|
};
|
|
3293
3300
|
protoOf($serializer_7).tq = function (decoder) {
|
|
3294
|
-
var tmp0_desc = this.
|
|
3301
|
+
var tmp0_desc = this.y7b_1;
|
|
3295
3302
|
var tmp1_flag = true;
|
|
3296
3303
|
var tmp2_index = 0;
|
|
3297
3304
|
var tmp3_bitMask0 = 0;
|
|
@@ -3319,7 +3326,7 @@
|
|
|
3319
3326
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3320
3327
|
};
|
|
3321
3328
|
protoOf($serializer_7).rq = function () {
|
|
3322
|
-
return this.
|
|
3329
|
+
return this.y7b_1;
|
|
3323
3330
|
};
|
|
3324
3331
|
protoOf($serializer_7).l12 = function () {
|
|
3325
3332
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3335,10 +3342,10 @@
|
|
|
3335
3342
|
}
|
|
3336
3343
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
3337
3344
|
if (!(1 === (1 & seen0))) {
|
|
3338
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3345
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().y7b_1);
|
|
3339
3346
|
}
|
|
3340
3347
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3341
|
-
$this.
|
|
3348
|
+
$this.a7c_1 = playerId;
|
|
3342
3349
|
return $this;
|
|
3343
3350
|
}
|
|
3344
3351
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -3346,20 +3353,20 @@
|
|
|
3346
3353
|
}
|
|
3347
3354
|
function PlayerExitReasonDto(playerId) {
|
|
3348
3355
|
TerminationGameReasonDto.call(this);
|
|
3349
|
-
this.
|
|
3356
|
+
this.a7c_1 = playerId;
|
|
3350
3357
|
}
|
|
3351
3358
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
3352
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
3359
|
+
return 'PlayerExitReasonDto(playerId=' + this.a7c_1 + ')';
|
|
3353
3360
|
};
|
|
3354
3361
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
3355
|
-
return getStringHashCode(this.
|
|
3362
|
+
return getStringHashCode(this.a7c_1);
|
|
3356
3363
|
};
|
|
3357
3364
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
3358
3365
|
if (this === other)
|
|
3359
3366
|
return true;
|
|
3360
3367
|
if (!(other instanceof PlayerExitReasonDto))
|
|
3361
3368
|
return false;
|
|
3362
|
-
if (!(this.
|
|
3369
|
+
if (!(this.a7c_1 === other.a7c_1))
|
|
3363
3370
|
return false;
|
|
3364
3371
|
return true;
|
|
3365
3372
|
};
|
|
@@ -3374,20 +3381,20 @@
|
|
|
3374
3381
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
3375
3382
|
tmp0_serialDesc.w11('playerId', false);
|
|
3376
3383
|
tmp0_serialDesc.w11('tag', false);
|
|
3377
|
-
this.
|
|
3384
|
+
this.b7c_1 = tmp0_serialDesc;
|
|
3378
3385
|
}
|
|
3379
|
-
protoOf($serializer_8).
|
|
3380
|
-
var tmp0_desc = this.
|
|
3386
|
+
protoOf($serializer_8).c7c = function (encoder, value) {
|
|
3387
|
+
var tmp0_desc = this.b7c_1;
|
|
3381
3388
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3382
|
-
tmp1_output.tv(tmp0_desc, 0, value.
|
|
3383
|
-
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3389
|
+
tmp1_output.tv(tmp0_desc, 0, value.d7c_1);
|
|
3390
|
+
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.e7c_1);
|
|
3384
3391
|
tmp1_output.fu(tmp0_desc);
|
|
3385
3392
|
};
|
|
3386
3393
|
protoOf($serializer_8).sq = function (encoder, value) {
|
|
3387
|
-
return this.
|
|
3394
|
+
return this.c7c(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
3388
3395
|
};
|
|
3389
3396
|
protoOf($serializer_8).tq = function (decoder) {
|
|
3390
|
-
var tmp0_desc = this.
|
|
3397
|
+
var tmp0_desc = this.b7c_1;
|
|
3391
3398
|
var tmp1_flag = true;
|
|
3392
3399
|
var tmp2_index = 0;
|
|
3393
3400
|
var tmp3_bitMask0 = 0;
|
|
@@ -3422,7 +3429,7 @@
|
|
|
3422
3429
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3423
3430
|
};
|
|
3424
3431
|
protoOf($serializer_8).rq = function () {
|
|
3425
|
-
return this.
|
|
3432
|
+
return this.b7c_1;
|
|
3426
3433
|
};
|
|
3427
3434
|
protoOf($serializer_8).l12 = function () {
|
|
3428
3435
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3438,11 +3445,11 @@
|
|
|
3438
3445
|
}
|
|
3439
3446
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3440
3447
|
if (!(3 === (3 & seen0))) {
|
|
3441
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().
|
|
3448
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_8().b7c_1);
|
|
3442
3449
|
}
|
|
3443
3450
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3444
|
-
$this.
|
|
3445
|
-
$this.
|
|
3451
|
+
$this.d7c_1 = playerId;
|
|
3452
|
+
$this.e7c_1 = tag;
|
|
3446
3453
|
return $this;
|
|
3447
3454
|
}
|
|
3448
3455
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3450,15 +3457,15 @@
|
|
|
3450
3457
|
}
|
|
3451
3458
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
3452
3459
|
TerminationGameReasonDto.call(this);
|
|
3453
|
-
this.
|
|
3454
|
-
this.
|
|
3460
|
+
this.d7c_1 = playerId;
|
|
3461
|
+
this.e7c_1 = tag;
|
|
3455
3462
|
}
|
|
3456
3463
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
3457
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
3464
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.d7c_1 + ', tag=' + this.e7c_1 + ')';
|
|
3458
3465
|
};
|
|
3459
3466
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
3460
|
-
var result = getStringHashCode(this.
|
|
3461
|
-
result = imul(result, 31) + (this.
|
|
3467
|
+
var result = getStringHashCode(this.d7c_1);
|
|
3468
|
+
result = imul(result, 31) + (this.e7c_1 == null ? 0 : getStringHashCode(this.e7c_1)) | 0;
|
|
3462
3469
|
return result;
|
|
3463
3470
|
};
|
|
3464
3471
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -3466,9 +3473,9 @@
|
|
|
3466
3473
|
return true;
|
|
3467
3474
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
3468
3475
|
return false;
|
|
3469
|
-
if (!(this.
|
|
3476
|
+
if (!(this.d7c_1 === other.d7c_1))
|
|
3470
3477
|
return false;
|
|
3471
|
-
if (!(this.
|
|
3478
|
+
if (!(this.e7c_1 == other.e7c_1))
|
|
3472
3479
|
return false;
|
|
3473
3480
|
return true;
|
|
3474
3481
|
};
|
|
@@ -3483,20 +3490,20 @@
|
|
|
3483
3490
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3484
3491
|
tmp0_serialDesc.w11('playerId', false);
|
|
3485
3492
|
tmp0_serialDesc.w11('tag', false);
|
|
3486
|
-
this.
|
|
3493
|
+
this.f7c_1 = tmp0_serialDesc;
|
|
3487
3494
|
}
|
|
3488
|
-
protoOf($serializer_9).
|
|
3489
|
-
var tmp0_desc = this.
|
|
3495
|
+
protoOf($serializer_9).g7c = function (encoder, value) {
|
|
3496
|
+
var tmp0_desc = this.f7c_1;
|
|
3490
3497
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3491
|
-
tmp1_output.tv(tmp0_desc, 0, value.
|
|
3492
|
-
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3498
|
+
tmp1_output.tv(tmp0_desc, 0, value.h7c_1);
|
|
3499
|
+
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.i7c_1);
|
|
3493
3500
|
tmp1_output.fu(tmp0_desc);
|
|
3494
3501
|
};
|
|
3495
3502
|
protoOf($serializer_9).sq = function (encoder, value) {
|
|
3496
|
-
return this.
|
|
3503
|
+
return this.g7c(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3497
3504
|
};
|
|
3498
3505
|
protoOf($serializer_9).tq = function (decoder) {
|
|
3499
|
-
var tmp0_desc = this.
|
|
3506
|
+
var tmp0_desc = this.f7c_1;
|
|
3500
3507
|
var tmp1_flag = true;
|
|
3501
3508
|
var tmp2_index = 0;
|
|
3502
3509
|
var tmp3_bitMask0 = 0;
|
|
@@ -3531,7 +3538,7 @@
|
|
|
3531
3538
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3532
3539
|
};
|
|
3533
3540
|
protoOf($serializer_9).rq = function () {
|
|
3534
|
-
return this.
|
|
3541
|
+
return this.f7c_1;
|
|
3535
3542
|
};
|
|
3536
3543
|
protoOf($serializer_9).l12 = function () {
|
|
3537
3544
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3547,11 +3554,11 @@
|
|
|
3547
3554
|
}
|
|
3548
3555
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3549
3556
|
if (!(3 === (3 & seen0))) {
|
|
3550
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_9().
|
|
3557
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_9().f7c_1);
|
|
3551
3558
|
}
|
|
3552
3559
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3553
|
-
$this.
|
|
3554
|
-
$this.
|
|
3560
|
+
$this.h7c_1 = playerId;
|
|
3561
|
+
$this.i7c_1 = tag;
|
|
3555
3562
|
return $this;
|
|
3556
3563
|
}
|
|
3557
3564
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3559,15 +3566,15 @@
|
|
|
3559
3566
|
}
|
|
3560
3567
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3561
3568
|
TerminationGameReasonDto.call(this);
|
|
3562
|
-
this.
|
|
3563
|
-
this.
|
|
3569
|
+
this.h7c_1 = playerId;
|
|
3570
|
+
this.i7c_1 = tag;
|
|
3564
3571
|
}
|
|
3565
3572
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3566
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3573
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.h7c_1 + ', tag=' + this.i7c_1 + ')';
|
|
3567
3574
|
};
|
|
3568
3575
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3569
|
-
var result = getStringHashCode(this.
|
|
3570
|
-
result = imul(result, 31) + (this.
|
|
3576
|
+
var result = getStringHashCode(this.h7c_1);
|
|
3577
|
+
result = imul(result, 31) + (this.i7c_1 == null ? 0 : getStringHashCode(this.i7c_1)) | 0;
|
|
3571
3578
|
return result;
|
|
3572
3579
|
};
|
|
3573
3580
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3575,14 +3582,14 @@
|
|
|
3575
3582
|
return true;
|
|
3576
3583
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3577
3584
|
return false;
|
|
3578
|
-
if (!(this.
|
|
3585
|
+
if (!(this.h7c_1 === other.h7c_1))
|
|
3579
3586
|
return false;
|
|
3580
|
-
if (!(this.
|
|
3587
|
+
if (!(this.i7c_1 == other.i7c_1))
|
|
3581
3588
|
return false;
|
|
3582
3589
|
return true;
|
|
3583
3590
|
};
|
|
3584
3591
|
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
3585
|
-
return $this.
|
|
3592
|
+
return $this.j7c_1.o1();
|
|
3586
3593
|
}
|
|
3587
3594
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3588
3595
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3597,7 +3604,7 @@
|
|
|
3597
3604
|
TerminationGameReasonDto.call(this);
|
|
3598
3605
|
var tmp = this;
|
|
3599
3606
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3600
|
-
tmp.
|
|
3607
|
+
tmp.j7c_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3601
3608
|
}
|
|
3602
3609
|
protoOf(WaitingForConnectionReasonDto).d5g = function () {
|
|
3603
3610
|
return _get_$cachedSerializer__te6jhj_9(this);
|
|
@@ -3634,19 +3641,19 @@
|
|
|
3634
3641
|
$serializer_instance_10 = this;
|
|
3635
3642
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3636
3643
|
tmp0_serialDesc.w11('gameCard', false);
|
|
3637
|
-
this.
|
|
3644
|
+
this.k7c_1 = tmp0_serialDesc;
|
|
3638
3645
|
}
|
|
3639
|
-
protoOf($serializer_10).
|
|
3640
|
-
var tmp0_desc = this.
|
|
3646
|
+
protoOf($serializer_10).l7c = function (encoder, value) {
|
|
3647
|
+
var tmp0_desc = this.k7c_1;
|
|
3641
3648
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
3642
|
-
tmp1_output.ov(tmp0_desc, 0, value.
|
|
3649
|
+
tmp1_output.ov(tmp0_desc, 0, value.m7c_1);
|
|
3643
3650
|
tmp1_output.fu(tmp0_desc);
|
|
3644
3651
|
};
|
|
3645
3652
|
protoOf($serializer_10).sq = function (encoder, value) {
|
|
3646
|
-
return this.
|
|
3653
|
+
return this.l7c(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3647
3654
|
};
|
|
3648
3655
|
protoOf($serializer_10).tq = function (decoder) {
|
|
3649
|
-
var tmp0_desc = this.
|
|
3656
|
+
var tmp0_desc = this.k7c_1;
|
|
3650
3657
|
var tmp1_flag = true;
|
|
3651
3658
|
var tmp2_index = 0;
|
|
3652
3659
|
var tmp3_bitMask0 = 0;
|
|
@@ -3674,7 +3681,7 @@
|
|
|
3674
3681
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3675
3682
|
};
|
|
3676
3683
|
protoOf($serializer_10).rq = function () {
|
|
3677
|
-
return this.
|
|
3684
|
+
return this.k7c_1;
|
|
3678
3685
|
};
|
|
3679
3686
|
protoOf($serializer_10).l12 = function () {
|
|
3680
3687
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3690,37 +3697,37 @@
|
|
|
3690
3697
|
}
|
|
3691
3698
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3692
3699
|
if (!(1 === (1 & seen0))) {
|
|
3693
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_10().
|
|
3700
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_10().k7c_1);
|
|
3694
3701
|
}
|
|
3695
|
-
$this.
|
|
3702
|
+
$this.m7c_1 = gameCard;
|
|
3696
3703
|
return $this;
|
|
3697
3704
|
}
|
|
3698
3705
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3699
3706
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3700
3707
|
}
|
|
3701
3708
|
function ProcessingCardDto(gameCard) {
|
|
3702
|
-
this.
|
|
3709
|
+
this.m7c_1 = gameCard;
|
|
3703
3710
|
}
|
|
3704
3711
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3705
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3712
|
+
return 'ProcessingCardDto(gameCard=' + this.m7c_1 + ')';
|
|
3706
3713
|
};
|
|
3707
3714
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3708
|
-
return this.
|
|
3715
|
+
return this.m7c_1;
|
|
3709
3716
|
};
|
|
3710
3717
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3711
3718
|
if (this === other)
|
|
3712
3719
|
return true;
|
|
3713
3720
|
if (!(other instanceof ProcessingCardDto))
|
|
3714
3721
|
return false;
|
|
3715
|
-
if (!(this.
|
|
3722
|
+
if (!(this.m7c_1 === other.m7c_1))
|
|
3716
3723
|
return false;
|
|
3717
3724
|
return true;
|
|
3718
3725
|
};
|
|
3719
3726
|
function mapToDto(_this__u8e3s4) {
|
|
3720
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3727
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.n7c_1));
|
|
3721
3728
|
}
|
|
3722
3729
|
function mapFromDto(_this__u8e3s4) {
|
|
3723
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3730
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.m7c_1));
|
|
3724
3731
|
}
|
|
3725
3732
|
function mapToDto_0(_this__u8e3s4) {
|
|
3726
3733
|
return _this__u8e3s4.q6m_1;
|
|
@@ -3730,15 +3737,15 @@
|
|
|
3730
3737
|
}
|
|
3731
3738
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3732
3739
|
var defaultCoreConfig = new CoreConfig();
|
|
3733
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3740
|
+
var tmp0_elvis_lhs = _this__u8e3s4.m7b_1;
|
|
3734
3741
|
var tmp = tmp0_elvis_lhs == null ? defaultCoreConfig.fileLogsEnabled : tmp0_elvis_lhs;
|
|
3735
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3742
|
+
var tmp1_elvis_lhs = _this__u8e3s4.n7b_1;
|
|
3736
3743
|
var tmp_0 = tmp1_elvis_lhs == null ? defaultCoreConfig.deleteFilesOnClear : tmp1_elvis_lhs;
|
|
3737
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3744
|
+
var tmp2_elvis_lhs = _this__u8e3s4.o7b_1;
|
|
3738
3745
|
var tmp_1 = tmp2_elvis_lhs == null ? defaultCoreConfig.compressLogsEnabled : tmp2_elvis_lhs;
|
|
3739
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3746
|
+
var tmp3_elvis_lhs = _this__u8e3s4.q7b_1;
|
|
3740
3747
|
var tmp_2 = tmp3_elvis_lhs == null ? defaultCoreConfig.fileNameFormat : tmp3_elvis_lhs;
|
|
3741
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3748
|
+
var tmp4_safe_receiver = _this__u8e3s4.r7b_1;
|
|
3742
3749
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toDuration_0(tmp4_safe_receiver, DurationUnit_MILLISECONDS_getInstance());
|
|
3743
3750
|
var tmp_3;
|
|
3744
3751
|
var tmp_4 = tmp5_elvis_lhs;
|
|
@@ -3747,7 +3754,7 @@
|
|
|
3747
3754
|
} else {
|
|
3748
3755
|
tmp_3 = tmp5_elvis_lhs;
|
|
3749
3756
|
}
|
|
3750
|
-
return new CoreConfig(tmp, tmp_0, tmp_1, _this__u8e3s4.
|
|
3757
|
+
return new CoreConfig(tmp, tmp_0, tmp_1, _this__u8e3s4.p7b_1, tmp_2, tmp_3);
|
|
3751
3758
|
}
|
|
3752
3759
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3753
3760
|
return new Team(_this__u8e3s4);
|
|
@@ -3873,15 +3880,15 @@
|
|
|
3873
3880
|
}
|
|
3874
3881
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3875
3882
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3876
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3883
|
+
return new PlayerExitReason(_this__u8e3s4.a7c_1);
|
|
3877
3884
|
}
|
|
3878
3885
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3879
3886
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3880
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3887
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.d7c_1, _this__u8e3s4.e7c_1);
|
|
3881
3888
|
}
|
|
3882
3889
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3883
3890
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3884
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3891
|
+
return new PlayerTimeoutReason(_this__u8e3s4.h7c_1, _this__u8e3s4.i7c_1);
|
|
3885
3892
|
}
|
|
3886
3893
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3887
3894
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3942,14 +3949,14 @@
|
|
|
3942
3949
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3943
3950
|
}
|
|
3944
3951
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3945
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3946
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3947
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3948
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3949
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3950
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3951
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3952
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3952
|
+
var tmp0_elvis_lhs = _this__u8e3s4.o7c_1;
|
|
3953
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.p7c_1) : tmp0_elvis_lhs;
|
|
3954
|
+
var tmp1_elvis_lhs = _this__u8e3s4.q7c_1;
|
|
3955
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.r7c_1) : tmp1_elvis_lhs;
|
|
3956
|
+
var tmp2_elvis_lhs = _this__u8e3s4.s7c_1;
|
|
3957
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.t7c_1 : tmp2_elvis_lhs;
|
|
3958
|
+
var tmp3_elvis_lhs = _this__u8e3s4.v7c_1;
|
|
3959
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.w7c_1, _this__u8e3s4.u7c_1);
|
|
3953
3960
|
}
|
|
3954
3961
|
function mapToDto_11(_this__u8e3s4) {
|
|
3955
3962
|
var tmp0_safe_receiver = _this__u8e3s4.g79_1;
|
|
@@ -3966,7 +3973,7 @@
|
|
|
3966
3973
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3967
3974
|
}
|
|
3968
3975
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3969
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3976
|
+
var tmp0_safe_receiver = _this__u8e3s4.x7c_1;
|
|
3970
3977
|
var tmp;
|
|
3971
3978
|
if (tmp0_safe_receiver == null) {
|
|
3972
3979
|
tmp = null;
|
|
@@ -3975,7 +3982,7 @@
|
|
|
3975
3982
|
tmp = Companion_getInstance_0().en(tmp0_safe_receiver);
|
|
3976
3983
|
}
|
|
3977
3984
|
var tmp5_startFromTime = tmp;
|
|
3978
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3985
|
+
var tmp1_safe_receiver = _this__u8e3s4.z7c_1;
|
|
3979
3986
|
var tmp_0;
|
|
3980
3987
|
if (tmp1_safe_receiver == null) {
|
|
3981
3988
|
tmp_0 = null;
|
|
@@ -3984,7 +3991,7 @@
|
|
|
3984
3991
|
tmp_0 = Companion_getInstance_0().en(tmp1_safe_receiver);
|
|
3985
3992
|
}
|
|
3986
3993
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3987
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3994
|
+
var tmp2_safe_receiver = _this__u8e3s4.y7c_1;
|
|
3988
3995
|
var tmp_1;
|
|
3989
3996
|
if (tmp2_safe_receiver == null) {
|
|
3990
3997
|
tmp_1 = null;
|
|
@@ -3993,20 +4000,20 @@
|
|
|
3993
4000
|
tmp_1 = Companion_getInstance_0().en(tmp2_safe_receiver);
|
|
3994
4001
|
}
|
|
3995
4002
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3996
|
-
var tmp8_state = _this__u8e3s4.
|
|
3997
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3998
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
4003
|
+
var tmp8_state = _this__u8e3s4.a7d_1;
|
|
4004
|
+
var tmp9_tag = _this__u8e3s4.c7d_1;
|
|
4005
|
+
var tmp3_elvis_lhs = _this__u8e3s4.b7d_1;
|
|
3999
4006
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4000
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
4007
|
+
var tmp4_safe_receiver = _this__u8e3s4.d7d_1;
|
|
4001
4008
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
4002
4009
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
4003
4010
|
}
|
|
4004
4011
|
function mapToDto_12(_this__u8e3s4) {
|
|
4005
4012
|
var tmp0_safe_receiver = _this__u8e3s4.p79_1;
|
|
4006
|
-
return new PlayerConnectionDto(_this__u8e3s4.o79_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.q79_1));
|
|
4013
|
+
return new PlayerConnectionDto(_this__u8e3s4.o79_1, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.q79_1), _this__u8e3s4.r79_1);
|
|
4007
4014
|
}
|
|
4008
4015
|
function mapFromDto_13(_this__u8e3s4) {
|
|
4009
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
4016
|
+
var tmp0_safe_receiver = _this__u8e3s4.f7d_1;
|
|
4010
4017
|
var tmp;
|
|
4011
4018
|
if (tmp0_safe_receiver == null) {
|
|
4012
4019
|
tmp = null;
|
|
@@ -4014,7 +4021,7 @@
|
|
|
4014
4021
|
// Inline function 'kotlin.let' call
|
|
4015
4022
|
tmp = Companion_getInstance_0().en(tmp0_safe_receiver);
|
|
4016
4023
|
}
|
|
4017
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
4024
|
+
return new PlayerConnection(_this__u8e3s4.e7d_1, tmp, Companion_getInstance().tm(_this__u8e3s4.g7d_1), _this__u8e3s4.h7d_1);
|
|
4018
4025
|
}
|
|
4019
4026
|
function Companion_21() {
|
|
4020
4027
|
}
|
|
@@ -4034,39 +4041,39 @@
|
|
|
4034
4041
|
tmp0_serialDesc.w11('rating', false);
|
|
4035
4042
|
tmp0_serialDesc.w11('is_bot', false);
|
|
4036
4043
|
tmp0_serialDesc.w11('lucky_factor', false);
|
|
4037
|
-
this.
|
|
4044
|
+
this.i7d_1 = tmp0_serialDesc;
|
|
4038
4045
|
}
|
|
4039
|
-
protoOf($serializer_11).
|
|
4040
|
-
var tmp0_desc = this.
|
|
4046
|
+
protoOf($serializer_11).j7d = function (encoder, value) {
|
|
4047
|
+
var tmp0_desc = this.i7d_1;
|
|
4041
4048
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
4042
|
-
if (tmp1_output.bw(tmp0_desc, 0) ? true : !(value.
|
|
4043
|
-
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4049
|
+
if (tmp1_output.bw(tmp0_desc, 0) ? true : !(value.o7c_1 == null)) {
|
|
4050
|
+
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.o7c_1);
|
|
4044
4051
|
}
|
|
4045
|
-
if (tmp1_output.bw(tmp0_desc, 1) ? true : !(value.
|
|
4046
|
-
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
4052
|
+
if (tmp1_output.bw(tmp0_desc, 1) ? true : !(value.p7c_1 == null)) {
|
|
4053
|
+
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.p7c_1);
|
|
4047
4054
|
}
|
|
4048
|
-
if (tmp1_output.bw(tmp0_desc, 2) ? true : !(value.
|
|
4049
|
-
tmp1_output.xv(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
4055
|
+
if (tmp1_output.bw(tmp0_desc, 2) ? true : !(value.q7c_1 == null)) {
|
|
4056
|
+
tmp1_output.xv(tmp0_desc, 2, StringSerializer_getInstance(), value.q7c_1);
|
|
4050
4057
|
}
|
|
4051
|
-
if (tmp1_output.bw(tmp0_desc, 3) ? true : !(value.
|
|
4052
|
-
tmp1_output.xv(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
4058
|
+
if (tmp1_output.bw(tmp0_desc, 3) ? true : !(value.r7c_1 == null)) {
|
|
4059
|
+
tmp1_output.xv(tmp0_desc, 3, StringSerializer_getInstance(), value.r7c_1);
|
|
4053
4060
|
}
|
|
4054
|
-
if (tmp1_output.bw(tmp0_desc, 4) ? true : !(value.
|
|
4055
|
-
tmp1_output.xv(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
4061
|
+
if (tmp1_output.bw(tmp0_desc, 4) ? true : !(value.s7c_1 == null)) {
|
|
4062
|
+
tmp1_output.xv(tmp0_desc, 4, StringSerializer_getInstance(), value.s7c_1);
|
|
4056
4063
|
}
|
|
4057
|
-
if (tmp1_output.bw(tmp0_desc, 5) ? true : !(value.
|
|
4058
|
-
tmp1_output.xv(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
4064
|
+
if (tmp1_output.bw(tmp0_desc, 5) ? true : !(value.t7c_1 == null)) {
|
|
4065
|
+
tmp1_output.xv(tmp0_desc, 5, StringSerializer_getInstance(), value.t7c_1);
|
|
4059
4066
|
}
|
|
4060
|
-
tmp1_output.xv(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
4061
|
-
tmp1_output.xv(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4062
|
-
tmp1_output.xv(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
4067
|
+
tmp1_output.xv(tmp0_desc, 6, DoubleSerializer_getInstance(), value.u7c_1);
|
|
4068
|
+
tmp1_output.xv(tmp0_desc, 7, BooleanSerializer_getInstance(), value.v7c_1);
|
|
4069
|
+
tmp1_output.xv(tmp0_desc, 8, FloatSerializer_getInstance(), value.w7c_1);
|
|
4063
4070
|
tmp1_output.fu(tmp0_desc);
|
|
4064
4071
|
};
|
|
4065
4072
|
protoOf($serializer_11).sq = function (encoder, value) {
|
|
4066
|
-
return this.
|
|
4073
|
+
return this.j7d(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
4067
4074
|
};
|
|
4068
4075
|
protoOf($serializer_11).tq = function (decoder) {
|
|
4069
|
-
var tmp0_desc = this.
|
|
4076
|
+
var tmp0_desc = this.i7d_1;
|
|
4070
4077
|
var tmp1_flag = true;
|
|
4071
4078
|
var tmp2_index = 0;
|
|
4072
4079
|
var tmp3_bitMask0 = 0;
|
|
@@ -4150,7 +4157,7 @@
|
|
|
4150
4157
|
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);
|
|
4151
4158
|
};
|
|
4152
4159
|
protoOf($serializer_11).rq = function () {
|
|
4153
|
-
return this.
|
|
4160
|
+
return this.i7d_1;
|
|
4154
4161
|
};
|
|
4155
4162
|
protoOf($serializer_11).l12 = function () {
|
|
4156
4163
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -4166,35 +4173,35 @@
|
|
|
4166
4173
|
}
|
|
4167
4174
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
4168
4175
|
if (!(448 === (448 & seen0))) {
|
|
4169
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_11().
|
|
4176
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_11().i7d_1);
|
|
4170
4177
|
}
|
|
4171
4178
|
if (0 === (seen0 & 1))
|
|
4172
|
-
$this.
|
|
4179
|
+
$this.o7c_1 = null;
|
|
4173
4180
|
else
|
|
4174
|
-
$this.
|
|
4181
|
+
$this.o7c_1 = playerId;
|
|
4175
4182
|
if (0 === (seen0 & 2))
|
|
4176
|
-
$this.
|
|
4183
|
+
$this.p7c_1 = null;
|
|
4177
4184
|
else
|
|
4178
|
-
$this.
|
|
4185
|
+
$this.p7c_1 = uid;
|
|
4179
4186
|
if (0 === (seen0 & 4))
|
|
4180
|
-
$this.
|
|
4187
|
+
$this.q7c_1 = null;
|
|
4181
4188
|
else
|
|
4182
|
-
$this.
|
|
4189
|
+
$this.q7c_1 = name;
|
|
4183
4190
|
if (0 === (seen0 & 8))
|
|
4184
|
-
$this.
|
|
4191
|
+
$this.r7c_1 = null;
|
|
4185
4192
|
else
|
|
4186
|
-
$this.
|
|
4193
|
+
$this.r7c_1 = nickname;
|
|
4187
4194
|
if (0 === (seen0 & 16))
|
|
4188
|
-
$this.
|
|
4195
|
+
$this.s7c_1 = null;
|
|
4189
4196
|
else
|
|
4190
|
-
$this.
|
|
4197
|
+
$this.s7c_1 = avatarUrl;
|
|
4191
4198
|
if (0 === (seen0 & 32))
|
|
4192
|
-
$this.
|
|
4199
|
+
$this.t7c_1 = null;
|
|
4193
4200
|
else
|
|
4194
|
-
$this.
|
|
4195
|
-
$this.
|
|
4196
|
-
$this.
|
|
4197
|
-
$this.
|
|
4201
|
+
$this.t7c_1 = photo;
|
|
4202
|
+
$this.u7c_1 = rating;
|
|
4203
|
+
$this.v7c_1 = isBot;
|
|
4204
|
+
$this.w7c_1 = initialLuckyFactor;
|
|
4198
4205
|
return $this;
|
|
4199
4206
|
}
|
|
4200
4207
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -4207,47 +4214,47 @@
|
|
|
4207
4214
|
nickname = nickname === VOID ? null : nickname;
|
|
4208
4215
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
4209
4216
|
photo = photo === VOID ? null : photo;
|
|
4210
|
-
this.
|
|
4211
|
-
this.
|
|
4212
|
-
this.
|
|
4213
|
-
this.
|
|
4214
|
-
this.
|
|
4215
|
-
this.
|
|
4216
|
-
this.
|
|
4217
|
-
this.
|
|
4218
|
-
this.
|
|
4219
|
-
}
|
|
4220
|
-
protoOf(GameUserInfoDto).
|
|
4221
|
-
return this.
|
|
4222
|
-
};
|
|
4223
|
-
protoOf(GameUserInfoDto).
|
|
4217
|
+
this.o7c_1 = playerId;
|
|
4218
|
+
this.p7c_1 = uid;
|
|
4219
|
+
this.q7c_1 = name;
|
|
4220
|
+
this.r7c_1 = nickname;
|
|
4221
|
+
this.s7c_1 = avatarUrl;
|
|
4222
|
+
this.t7c_1 = photo;
|
|
4223
|
+
this.u7c_1 = rating;
|
|
4224
|
+
this.v7c_1 = isBot;
|
|
4225
|
+
this.w7c_1 = initialLuckyFactor;
|
|
4226
|
+
}
|
|
4227
|
+
protoOf(GameUserInfoDto).k7d = function () {
|
|
4228
|
+
return this.l7d(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
4229
|
+
};
|
|
4230
|
+
protoOf(GameUserInfoDto).m7d = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
4224
4231
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
4225
4232
|
};
|
|
4226
|
-
protoOf(GameUserInfoDto).
|
|
4227
|
-
playerId = playerId === VOID ? this.
|
|
4228
|
-
uid = uid === VOID ? this.
|
|
4229
|
-
name = name === VOID ? this.
|
|
4230
|
-
nickname = nickname === VOID ? this.
|
|
4231
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
4232
|
-
photo = photo === VOID ? this.
|
|
4233
|
-
rating = rating === VOID ? this.
|
|
4234
|
-
isBot = isBot === VOID ? this.
|
|
4235
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
4236
|
-
return $super === VOID ? this.
|
|
4233
|
+
protoOf(GameUserInfoDto).l7d = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
4234
|
+
playerId = playerId === VOID ? this.o7c_1 : playerId;
|
|
4235
|
+
uid = uid === VOID ? this.p7c_1 : uid;
|
|
4236
|
+
name = name === VOID ? this.q7c_1 : name;
|
|
4237
|
+
nickname = nickname === VOID ? this.r7c_1 : nickname;
|
|
4238
|
+
avatarUrl = avatarUrl === VOID ? this.s7c_1 : avatarUrl;
|
|
4239
|
+
photo = photo === VOID ? this.t7c_1 : photo;
|
|
4240
|
+
rating = rating === VOID ? this.u7c_1 : rating;
|
|
4241
|
+
isBot = isBot === VOID ? this.v7c_1 : isBot;
|
|
4242
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.w7c_1 : initialLuckyFactor;
|
|
4243
|
+
return $super === VOID ? this.m7d(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.m7d.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
4237
4244
|
};
|
|
4238
4245
|
protoOf(GameUserInfoDto).toString = function () {
|
|
4239
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
4246
|
+
return 'GameUserInfoDto(playerId=' + this.o7c_1 + ', uid=' + this.p7c_1 + ', name=' + this.q7c_1 + ', nickname=' + this.r7c_1 + ', avatarUrl=' + this.s7c_1 + ', photo=' + this.t7c_1 + ', rating=' + this.u7c_1 + ', isBot=' + this.v7c_1 + ', initialLuckyFactor=' + this.w7c_1 + ')';
|
|
4240
4247
|
};
|
|
4241
4248
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
4242
|
-
var result = this.
|
|
4243
|
-
result = imul(result, 31) + (this.o7c_1 == null ? 0 : getStringHashCode(this.o7c_1)) | 0;
|
|
4249
|
+
var result = this.o7c_1 == null ? 0 : getStringHashCode(this.o7c_1);
|
|
4244
4250
|
result = imul(result, 31) + (this.p7c_1 == null ? 0 : getStringHashCode(this.p7c_1)) | 0;
|
|
4245
4251
|
result = imul(result, 31) + (this.q7c_1 == null ? 0 : getStringHashCode(this.q7c_1)) | 0;
|
|
4246
4252
|
result = imul(result, 31) + (this.r7c_1 == null ? 0 : getStringHashCode(this.r7c_1)) | 0;
|
|
4247
4253
|
result = imul(result, 31) + (this.s7c_1 == null ? 0 : getStringHashCode(this.s7c_1)) | 0;
|
|
4248
|
-
result = imul(result, 31) + (this.t7c_1 == null ? 0 :
|
|
4249
|
-
result = imul(result, 31) + (this.u7c_1 == null ? 0 :
|
|
4250
|
-
result = imul(result, 31) + (this.v7c_1 == null ? 0 :
|
|
4254
|
+
result = imul(result, 31) + (this.t7c_1 == null ? 0 : getStringHashCode(this.t7c_1)) | 0;
|
|
4255
|
+
result = imul(result, 31) + (this.u7c_1 == null ? 0 : getNumberHashCode(this.u7c_1)) | 0;
|
|
4256
|
+
result = imul(result, 31) + (this.v7c_1 == null ? 0 : getBooleanHashCode(this.v7c_1)) | 0;
|
|
4257
|
+
result = imul(result, 31) + (this.w7c_1 == null ? 0 : getNumberHashCode(this.w7c_1)) | 0;
|
|
4251
4258
|
return result;
|
|
4252
4259
|
};
|
|
4253
4260
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -4255,8 +4262,6 @@
|
|
|
4255
4262
|
return true;
|
|
4256
4263
|
if (!(other instanceof GameUserInfoDto))
|
|
4257
4264
|
return false;
|
|
4258
|
-
if (!(this.n7c_1 == other.n7c_1))
|
|
4259
|
-
return false;
|
|
4260
4265
|
if (!(this.o7c_1 == other.o7c_1))
|
|
4261
4266
|
return false;
|
|
4262
4267
|
if (!(this.p7c_1 == other.p7c_1))
|
|
@@ -4267,25 +4272,32 @@
|
|
|
4267
4272
|
return false;
|
|
4268
4273
|
if (!(this.s7c_1 == other.s7c_1))
|
|
4269
4274
|
return false;
|
|
4270
|
-
if (!
|
|
4275
|
+
if (!(this.t7c_1 == other.t7c_1))
|
|
4271
4276
|
return false;
|
|
4272
|
-
if (!(this.u7c_1
|
|
4277
|
+
if (!equals(this.u7c_1, other.u7c_1))
|
|
4273
4278
|
return false;
|
|
4274
|
-
if (!
|
|
4279
|
+
if (!(this.v7c_1 == other.v7c_1))
|
|
4280
|
+
return false;
|
|
4281
|
+
if (!equals(this.w7c_1, other.w7c_1))
|
|
4275
4282
|
return false;
|
|
4276
4283
|
return true;
|
|
4277
4284
|
};
|
|
4278
4285
|
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2() {
|
|
4279
4286
|
return Companion_getInstance_14().d5g();
|
|
4280
4287
|
}
|
|
4288
|
+
function PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0() {
|
|
4289
|
+
return Companion_getInstance_14().d5g();
|
|
4290
|
+
}
|
|
4281
4291
|
function Companion_22() {
|
|
4282
4292
|
Companion_instance_24 = this;
|
|
4283
4293
|
var tmp = this;
|
|
4284
4294
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4295
|
+
var tmp_1 = lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2);
|
|
4296
|
+
var tmp_2 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4285
4297
|
// Inline function 'kotlin.arrayOf' call
|
|
4286
4298
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4287
4299
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4288
|
-
tmp.
|
|
4300
|
+
tmp.n7d_1 = [tmp_1, null, null, lazy(tmp_2, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2_0)];
|
|
4289
4301
|
}
|
|
4290
4302
|
var Companion_instance_24;
|
|
4291
4303
|
function Companion_getInstance_25() {
|
|
@@ -4295,75 +4307,85 @@
|
|
|
4295
4307
|
}
|
|
4296
4308
|
function $serializer_12() {
|
|
4297
4309
|
$serializer_instance_12 = this;
|
|
4298
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this,
|
|
4310
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.player.PlayerConnectionDto', this, 4);
|
|
4299
4311
|
tmp0_serialDesc.w11('state', false);
|
|
4300
4312
|
tmp0_serialDesc.w11('connectionChangedTime', false);
|
|
4301
4313
|
tmp0_serialDesc.w11('notLiveDurationRecord', false);
|
|
4302
|
-
|
|
4314
|
+
tmp0_serialDesc.w11('causeState', false);
|
|
4315
|
+
this.o7d_1 = tmp0_serialDesc;
|
|
4303
4316
|
}
|
|
4304
|
-
protoOf($serializer_12).
|
|
4305
|
-
var tmp0_desc = this.
|
|
4317
|
+
protoOf($serializer_12).p7d = function (encoder, value) {
|
|
4318
|
+
var tmp0_desc = this.o7d_1;
|
|
4306
4319
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
4307
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
4308
|
-
tmp1_output.vv(tmp0_desc, 0, tmp2_cached[0].o1(), value.
|
|
4309
|
-
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
4310
|
-
tmp1_output.tv(tmp0_desc, 2, value.
|
|
4320
|
+
var tmp2_cached = Companion_getInstance_25().n7d_1;
|
|
4321
|
+
tmp1_output.vv(tmp0_desc, 0, tmp2_cached[0].o1(), value.e7d_1);
|
|
4322
|
+
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.f7d_1);
|
|
4323
|
+
tmp1_output.tv(tmp0_desc, 2, value.g7d_1);
|
|
4324
|
+
tmp1_output.xv(tmp0_desc, 3, tmp2_cached[3].o1(), value.h7d_1);
|
|
4311
4325
|
tmp1_output.fu(tmp0_desc);
|
|
4312
4326
|
};
|
|
4313
4327
|
protoOf($serializer_12).sq = function (encoder, value) {
|
|
4314
|
-
return this.
|
|
4328
|
+
return this.p7d(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
4315
4329
|
};
|
|
4316
4330
|
protoOf($serializer_12).tq = function (decoder) {
|
|
4317
|
-
var tmp0_desc = this.
|
|
4331
|
+
var tmp0_desc = this.o7d_1;
|
|
4318
4332
|
var tmp1_flag = true;
|
|
4319
4333
|
var tmp2_index = 0;
|
|
4320
4334
|
var tmp3_bitMask0 = 0;
|
|
4321
4335
|
var tmp4_local0 = null;
|
|
4322
4336
|
var tmp5_local1 = null;
|
|
4323
4337
|
var tmp6_local2 = null;
|
|
4324
|
-
var
|
|
4325
|
-
var
|
|
4326
|
-
|
|
4327
|
-
|
|
4338
|
+
var tmp7_local3 = null;
|
|
4339
|
+
var tmp8_input = decoder.eu(tmp0_desc);
|
|
4340
|
+
var tmp9_cached = Companion_getInstance_25().n7d_1;
|
|
4341
|
+
if (tmp8_input.uu()) {
|
|
4342
|
+
tmp4_local0 = tmp8_input.qu(tmp0_desc, 0, tmp9_cached[0].o1(), tmp4_local0);
|
|
4328
4343
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4329
|
-
tmp5_local1 =
|
|
4344
|
+
tmp5_local1 = tmp8_input.su(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
4330
4345
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4331
|
-
tmp6_local2 =
|
|
4346
|
+
tmp6_local2 = tmp8_input.ou(tmp0_desc, 2);
|
|
4332
4347
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4348
|
+
tmp7_local3 = tmp8_input.su(tmp0_desc, 3, tmp9_cached[3].o1(), tmp7_local3);
|
|
4349
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4333
4350
|
} else
|
|
4334
4351
|
while (tmp1_flag) {
|
|
4335
|
-
tmp2_index =
|
|
4352
|
+
tmp2_index = tmp8_input.vu(tmp0_desc);
|
|
4336
4353
|
switch (tmp2_index) {
|
|
4337
4354
|
case -1:
|
|
4338
4355
|
tmp1_flag = false;
|
|
4339
4356
|
break;
|
|
4340
4357
|
case 0:
|
|
4341
|
-
tmp4_local0 =
|
|
4358
|
+
tmp4_local0 = tmp8_input.qu(tmp0_desc, 0, tmp9_cached[0].o1(), tmp4_local0);
|
|
4342
4359
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4343
4360
|
break;
|
|
4344
4361
|
case 1:
|
|
4345
|
-
tmp5_local1 =
|
|
4362
|
+
tmp5_local1 = tmp8_input.su(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
|
|
4346
4363
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4347
4364
|
break;
|
|
4348
4365
|
case 2:
|
|
4349
|
-
tmp6_local2 =
|
|
4366
|
+
tmp6_local2 = tmp8_input.ou(tmp0_desc, 2);
|
|
4350
4367
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4351
4368
|
break;
|
|
4369
|
+
case 3:
|
|
4370
|
+
tmp7_local3 = tmp8_input.su(tmp0_desc, 3, tmp9_cached[3].o1(), tmp7_local3);
|
|
4371
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4372
|
+
break;
|
|
4352
4373
|
default:
|
|
4353
4374
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
4354
4375
|
}
|
|
4355
4376
|
}
|
|
4356
|
-
|
|
4357
|
-
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
4377
|
+
tmp8_input.fu(tmp0_desc);
|
|
4378
|
+
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
4358
4379
|
};
|
|
4359
4380
|
protoOf($serializer_12).rq = function () {
|
|
4360
|
-
return this.
|
|
4381
|
+
return this.o7d_1;
|
|
4361
4382
|
};
|
|
4362
4383
|
protoOf($serializer_12).l12 = function () {
|
|
4384
|
+
var tmp0_cached = Companion_getInstance_25().n7d_1;
|
|
4363
4385
|
// Inline function 'kotlin.arrayOf' call
|
|
4364
4386
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4365
4387
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4366
|
-
return [
|
|
4388
|
+
return [tmp0_cached[0].o1(), get_nullable(StringSerializer_getInstance()), StringSerializer_getInstance(), get_nullable(tmp0_cached[3].o1())];
|
|
4367
4389
|
};
|
|
4368
4390
|
var $serializer_instance_12;
|
|
4369
4391
|
function $serializer_getInstance_12() {
|
|
@@ -4371,31 +4393,34 @@
|
|
|
4371
4393
|
new $serializer_12();
|
|
4372
4394
|
return $serializer_instance_12;
|
|
4373
4395
|
}
|
|
4374
|
-
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
4375
|
-
if (!(
|
|
4376
|
-
throwMissingFieldException(seen0,
|
|
4396
|
+
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, $this) {
|
|
4397
|
+
if (!(15 === (15 & seen0))) {
|
|
4398
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_12().o7d_1);
|
|
4377
4399
|
}
|
|
4378
|
-
$this.
|
|
4379
|
-
$this.
|
|
4380
|
-
$this.
|
|
4400
|
+
$this.e7d_1 = state;
|
|
4401
|
+
$this.f7d_1 = connectionChangedTime;
|
|
4402
|
+
$this.g7d_1 = notLiveDurationRecord;
|
|
4403
|
+
$this.h7d_1 = causeState;
|
|
4381
4404
|
return $this;
|
|
4382
4405
|
}
|
|
4383
|
-
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
4384
|
-
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
4406
|
+
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker) {
|
|
4407
|
+
return PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, causeState, serializationConstructorMarker, objectCreate(protoOf(PlayerConnectionDto)));
|
|
4385
4408
|
}
|
|
4386
|
-
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
4409
|
+
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord, causeState) {
|
|
4387
4410
|
Companion_getInstance_25();
|
|
4388
|
-
this.
|
|
4389
|
-
this.
|
|
4390
|
-
this.
|
|
4411
|
+
this.e7d_1 = state;
|
|
4412
|
+
this.f7d_1 = connectionChangedTime;
|
|
4413
|
+
this.g7d_1 = notLiveDurationRecord;
|
|
4414
|
+
this.h7d_1 = causeState;
|
|
4391
4415
|
}
|
|
4392
4416
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
4393
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
4417
|
+
return 'PlayerConnectionDto(state=' + this.e7d_1.toString() + ', connectionChangedTime=' + this.f7d_1 + ', notLiveDurationRecord=' + this.g7d_1 + ', causeState=' + toString(this.h7d_1) + ')';
|
|
4394
4418
|
};
|
|
4395
4419
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
4396
|
-
var result = this.
|
|
4397
|
-
result = imul(result, 31) + (this.
|
|
4398
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
4420
|
+
var result = this.e7d_1.hashCode();
|
|
4421
|
+
result = imul(result, 31) + (this.f7d_1 == null ? 0 : getStringHashCode(this.f7d_1)) | 0;
|
|
4422
|
+
result = imul(result, 31) + getStringHashCode(this.g7d_1) | 0;
|
|
4423
|
+
result = imul(result, 31) + (this.h7d_1 == null ? 0 : this.h7d_1.hashCode()) | 0;
|
|
4399
4424
|
return result;
|
|
4400
4425
|
};
|
|
4401
4426
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -4403,11 +4428,13 @@
|
|
|
4403
4428
|
return true;
|
|
4404
4429
|
if (!(other instanceof PlayerConnectionDto))
|
|
4405
4430
|
return false;
|
|
4406
|
-
if (!this.
|
|
4431
|
+
if (!this.e7d_1.equals(other.e7d_1))
|
|
4407
4432
|
return false;
|
|
4408
|
-
if (!(this.
|
|
4433
|
+
if (!(this.f7d_1 == other.f7d_1))
|
|
4409
4434
|
return false;
|
|
4410
|
-
if (!(this.
|
|
4435
|
+
if (!(this.g7d_1 === other.g7d_1))
|
|
4436
|
+
return false;
|
|
4437
|
+
if (!equals(this.h7d_1, other.h7d_1))
|
|
4411
4438
|
return false;
|
|
4412
4439
|
return true;
|
|
4413
4440
|
};
|
|
@@ -4421,7 +4448,7 @@
|
|
|
4421
4448
|
// Inline function 'kotlin.arrayOf' call
|
|
4422
4449
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4423
4450
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4424
|
-
tmp.
|
|
4451
|
+
tmp.q7d_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
4425
4452
|
}
|
|
4426
4453
|
var Companion_instance_25;
|
|
4427
4454
|
function Companion_getInstance_26() {
|
|
@@ -4439,38 +4466,38 @@
|
|
|
4439
4466
|
tmp0_serialDesc.w11('ready', true);
|
|
4440
4467
|
tmp0_serialDesc.w11('tag', true);
|
|
4441
4468
|
tmp0_serialDesc.w11('connection', true);
|
|
4442
|
-
this.
|
|
4469
|
+
this.r7d_1 = tmp0_serialDesc;
|
|
4443
4470
|
}
|
|
4444
|
-
protoOf($serializer_13).
|
|
4445
|
-
var tmp0_desc = this.
|
|
4471
|
+
protoOf($serializer_13).s7d = function (encoder, value) {
|
|
4472
|
+
var tmp0_desc = this.r7d_1;
|
|
4446
4473
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
4447
|
-
var tmp2_cached = Companion_getInstance_26().
|
|
4448
|
-
if (tmp1_output.bw(tmp0_desc, 0) ? true : !(value.
|
|
4449
|
-
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4474
|
+
var tmp2_cached = Companion_getInstance_26().q7d_1;
|
|
4475
|
+
if (tmp1_output.bw(tmp0_desc, 0) ? true : !(value.x7c_1 == null)) {
|
|
4476
|
+
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.x7c_1);
|
|
4450
4477
|
}
|
|
4451
|
-
if (tmp1_output.bw(tmp0_desc, 1) ? true : !(value.
|
|
4452
|
-
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
4478
|
+
if (tmp1_output.bw(tmp0_desc, 1) ? true : !(value.y7c_1 == null)) {
|
|
4479
|
+
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.y7c_1);
|
|
4453
4480
|
}
|
|
4454
|
-
if (tmp1_output.bw(tmp0_desc, 2) ? true : !(value.
|
|
4455
|
-
tmp1_output.xv(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
4481
|
+
if (tmp1_output.bw(tmp0_desc, 2) ? true : !(value.z7c_1 == null)) {
|
|
4482
|
+
tmp1_output.xv(tmp0_desc, 2, StringSerializer_getInstance(), value.z7c_1);
|
|
4456
4483
|
}
|
|
4457
|
-
tmp1_output.vv(tmp0_desc, 3, tmp2_cached[3].o1(), value.
|
|
4458
|
-
if (tmp1_output.bw(tmp0_desc, 4) ? true : !(value.
|
|
4459
|
-
tmp1_output.xv(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4484
|
+
tmp1_output.vv(tmp0_desc, 3, tmp2_cached[3].o1(), value.a7d_1);
|
|
4485
|
+
if (tmp1_output.bw(tmp0_desc, 4) ? true : !(value.b7d_1 == null)) {
|
|
4486
|
+
tmp1_output.xv(tmp0_desc, 4, BooleanSerializer_getInstance(), value.b7d_1);
|
|
4460
4487
|
}
|
|
4461
|
-
if (tmp1_output.bw(tmp0_desc, 5) ? true : !(value.
|
|
4462
|
-
tmp1_output.xv(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
4488
|
+
if (tmp1_output.bw(tmp0_desc, 5) ? true : !(value.c7d_1 == null)) {
|
|
4489
|
+
tmp1_output.xv(tmp0_desc, 5, StringSerializer_getInstance(), value.c7d_1);
|
|
4463
4490
|
}
|
|
4464
|
-
if (tmp1_output.bw(tmp0_desc, 6) ? true : !(value.
|
|
4465
|
-
tmp1_output.xv(tmp0_desc, 6, $serializer_getInstance_12(), value.
|
|
4491
|
+
if (tmp1_output.bw(tmp0_desc, 6) ? true : !(value.d7d_1 == null)) {
|
|
4492
|
+
tmp1_output.xv(tmp0_desc, 6, $serializer_getInstance_12(), value.d7d_1);
|
|
4466
4493
|
}
|
|
4467
4494
|
tmp1_output.fu(tmp0_desc);
|
|
4468
4495
|
};
|
|
4469
4496
|
protoOf($serializer_13).sq = function (encoder, value) {
|
|
4470
|
-
return this.
|
|
4497
|
+
return this.s7d(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
4471
4498
|
};
|
|
4472
4499
|
protoOf($serializer_13).tq = function (decoder) {
|
|
4473
|
-
var tmp0_desc = this.
|
|
4500
|
+
var tmp0_desc = this.r7d_1;
|
|
4474
4501
|
var tmp1_flag = true;
|
|
4475
4502
|
var tmp2_index = 0;
|
|
4476
4503
|
var tmp3_bitMask0 = 0;
|
|
@@ -4482,7 +4509,7 @@
|
|
|
4482
4509
|
var tmp9_local5 = null;
|
|
4483
4510
|
var tmp10_local6 = null;
|
|
4484
4511
|
var tmp11_input = decoder.eu(tmp0_desc);
|
|
4485
|
-
var tmp12_cached = Companion_getInstance_26().
|
|
4512
|
+
var tmp12_cached = Companion_getInstance_26().q7d_1;
|
|
4486
4513
|
if (tmp11_input.uu()) {
|
|
4487
4514
|
tmp4_local0 = tmp11_input.su(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4488
4515
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4541,10 +4568,10 @@
|
|
|
4541
4568
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4542
4569
|
};
|
|
4543
4570
|
protoOf($serializer_13).rq = function () {
|
|
4544
|
-
return this.
|
|
4571
|
+
return this.r7d_1;
|
|
4545
4572
|
};
|
|
4546
4573
|
protoOf($serializer_13).l12 = function () {
|
|
4547
|
-
var tmp0_cached = Companion_getInstance_26().
|
|
4574
|
+
var tmp0_cached = Companion_getInstance_26().q7d_1;
|
|
4548
4575
|
// Inline function 'kotlin.arrayOf' call
|
|
4549
4576
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4550
4577
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4558,33 +4585,33 @@
|
|
|
4558
4585
|
}
|
|
4559
4586
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4560
4587
|
if (!(8 === (8 & seen0))) {
|
|
4561
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_13().
|
|
4588
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_13().r7d_1);
|
|
4562
4589
|
}
|
|
4563
4590
|
if (0 === (seen0 & 1))
|
|
4564
|
-
$this.
|
|
4591
|
+
$this.x7c_1 = null;
|
|
4565
4592
|
else
|
|
4566
|
-
$this.
|
|
4593
|
+
$this.x7c_1 = startFrom;
|
|
4567
4594
|
if (0 === (seen0 & 2))
|
|
4568
|
-
$this.
|
|
4595
|
+
$this.y7c_1 = null;
|
|
4569
4596
|
else
|
|
4570
|
-
$this.
|
|
4597
|
+
$this.y7c_1 = playerTurnTimeout;
|
|
4571
4598
|
if (0 === (seen0 & 4))
|
|
4572
|
-
$this.
|
|
4599
|
+
$this.z7c_1 = null;
|
|
4573
4600
|
else
|
|
4574
|
-
$this.
|
|
4575
|
-
$this.
|
|
4601
|
+
$this.z7c_1 = waitPlayerUntilTime;
|
|
4602
|
+
$this.a7d_1 = state;
|
|
4576
4603
|
if (0 === (seen0 & 16))
|
|
4577
|
-
$this.
|
|
4604
|
+
$this.b7d_1 = null;
|
|
4578
4605
|
else
|
|
4579
|
-
$this.
|
|
4606
|
+
$this.b7d_1 = ready;
|
|
4580
4607
|
if (0 === (seen0 & 32))
|
|
4581
|
-
$this.
|
|
4608
|
+
$this.c7d_1 = null;
|
|
4582
4609
|
else
|
|
4583
|
-
$this.
|
|
4610
|
+
$this.c7d_1 = tag;
|
|
4584
4611
|
if (0 === (seen0 & 64))
|
|
4585
|
-
$this.
|
|
4612
|
+
$this.d7d_1 = null;
|
|
4586
4613
|
else
|
|
4587
|
-
$this.
|
|
4614
|
+
$this.d7d_1 = connection;
|
|
4588
4615
|
return $this;
|
|
4589
4616
|
}
|
|
4590
4617
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4598,25 +4625,25 @@
|
|
|
4598
4625
|
ready = ready === VOID ? null : ready;
|
|
4599
4626
|
tag = tag === VOID ? null : tag;
|
|
4600
4627
|
connection = connection === VOID ? null : connection;
|
|
4601
|
-
this.
|
|
4602
|
-
this.
|
|
4603
|
-
this.
|
|
4604
|
-
this.
|
|
4605
|
-
this.
|
|
4606
|
-
this.
|
|
4607
|
-
this.
|
|
4628
|
+
this.x7c_1 = startFrom;
|
|
4629
|
+
this.y7c_1 = playerTurnTimeout;
|
|
4630
|
+
this.z7c_1 = waitPlayerUntilTime;
|
|
4631
|
+
this.a7d_1 = state;
|
|
4632
|
+
this.b7d_1 = ready;
|
|
4633
|
+
this.c7d_1 = tag;
|
|
4634
|
+
this.d7d_1 = connection;
|
|
4608
4635
|
}
|
|
4609
4636
|
protoOf(PlayerStateDto).toString = function () {
|
|
4610
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4637
|
+
return 'PlayerStateDto(startFrom=' + this.x7c_1 + ', playerTurnTimeout=' + this.y7c_1 + ', waitPlayerUntilTime=' + this.z7c_1 + ', state=' + this.a7d_1.toString() + ', ready=' + this.b7d_1 + ', tag=' + this.c7d_1 + ', connection=' + toString(this.d7d_1) + ')';
|
|
4611
4638
|
};
|
|
4612
4639
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4613
|
-
var result = this.
|
|
4614
|
-
result = imul(result, 31) + (this.x7c_1 == null ? 0 : getStringHashCode(this.x7c_1)) | 0;
|
|
4640
|
+
var result = this.x7c_1 == null ? 0 : getStringHashCode(this.x7c_1);
|
|
4615
4641
|
result = imul(result, 31) + (this.y7c_1 == null ? 0 : getStringHashCode(this.y7c_1)) | 0;
|
|
4616
|
-
result = imul(result, 31) + this.z7c_1.
|
|
4617
|
-
result = imul(result, 31) +
|
|
4618
|
-
result = imul(result, 31) + (this.b7d_1 == null ? 0 :
|
|
4619
|
-
result = imul(result, 31) + (this.c7d_1 == null ? 0 : this.c7d_1
|
|
4642
|
+
result = imul(result, 31) + (this.z7c_1 == null ? 0 : getStringHashCode(this.z7c_1)) | 0;
|
|
4643
|
+
result = imul(result, 31) + this.a7d_1.hashCode() | 0;
|
|
4644
|
+
result = imul(result, 31) + (this.b7d_1 == null ? 0 : getBooleanHashCode(this.b7d_1)) | 0;
|
|
4645
|
+
result = imul(result, 31) + (this.c7d_1 == null ? 0 : getStringHashCode(this.c7d_1)) | 0;
|
|
4646
|
+
result = imul(result, 31) + (this.d7d_1 == null ? 0 : this.d7d_1.hashCode()) | 0;
|
|
4620
4647
|
return result;
|
|
4621
4648
|
};
|
|
4622
4649
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4624,19 +4651,19 @@
|
|
|
4624
4651
|
return true;
|
|
4625
4652
|
if (!(other instanceof PlayerStateDto))
|
|
4626
4653
|
return false;
|
|
4627
|
-
if (!(this.w7c_1 == other.w7c_1))
|
|
4628
|
-
return false;
|
|
4629
4654
|
if (!(this.x7c_1 == other.x7c_1))
|
|
4630
4655
|
return false;
|
|
4631
4656
|
if (!(this.y7c_1 == other.y7c_1))
|
|
4632
4657
|
return false;
|
|
4633
|
-
if (!this.z7c_1
|
|
4658
|
+
if (!(this.z7c_1 == other.z7c_1))
|
|
4634
4659
|
return false;
|
|
4635
|
-
if (!
|
|
4660
|
+
if (!this.a7d_1.equals(other.a7d_1))
|
|
4636
4661
|
return false;
|
|
4637
4662
|
if (!(this.b7d_1 == other.b7d_1))
|
|
4638
4663
|
return false;
|
|
4639
|
-
if (!
|
|
4664
|
+
if (!(this.c7d_1 == other.c7d_1))
|
|
4665
|
+
return false;
|
|
4666
|
+
if (!equals(this.d7d_1, other.d7d_1))
|
|
4640
4667
|
return false;
|
|
4641
4668
|
return true;
|
|
4642
4669
|
};
|
|
@@ -4670,7 +4697,7 @@
|
|
|
4670
4697
|
// Inline function 'kotlin.arrayOf' call
|
|
4671
4698
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4672
4699
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4673
|
-
tmp.
|
|
4700
|
+
tmp.t7d_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)];
|
|
4674
4701
|
}
|
|
4675
4702
|
var Companion_instance_26;
|
|
4676
4703
|
function Companion_getInstance_27() {
|
|
@@ -4719,57 +4746,57 @@
|
|
|
4719
4746
|
tmp0_serialDesc.w11('generalBonus', false);
|
|
4720
4747
|
tmp0_serialDesc.w11('enableFrezaCard', false);
|
|
4721
4748
|
tmp0_serialDesc.w11('supportedPlayersModes', false);
|
|
4722
|
-
this.
|
|
4749
|
+
this.u7d_1 = tmp0_serialDesc;
|
|
4723
4750
|
}
|
|
4724
|
-
protoOf($serializer_14).
|
|
4725
|
-
var tmp0_desc = this.
|
|
4751
|
+
protoOf($serializer_14).v7d = function (encoder, value) {
|
|
4752
|
+
var tmp0_desc = this.u7d_1;
|
|
4726
4753
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
4727
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
4728
|
-
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4729
|
-
tmp1_output.xv(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4730
|
-
tmp1_output.xv(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4731
|
-
tmp1_output.xv(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4732
|
-
tmp1_output.xv(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4733
|
-
tmp1_output.xv(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4734
|
-
tmp1_output.xv(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4735
|
-
tmp1_output.xv(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4736
|
-
tmp1_output.xv(tmp0_desc, 8, BooleanSerializer_getInstance(), value.
|
|
4737
|
-
tmp1_output.xv(tmp0_desc, 9, IntSerializer_getInstance(), value.
|
|
4738
|
-
tmp1_output.xv(tmp0_desc, 10, tmp2_cached[10].o1(), value.
|
|
4739
|
-
tmp1_output.xv(tmp0_desc, 11, tmp2_cached[11].o1(), value.
|
|
4740
|
-
tmp1_output.xv(tmp0_desc, 12, BooleanSerializer_getInstance(), value.
|
|
4741
|
-
tmp1_output.xv(tmp0_desc, 13, StringSerializer_getInstance(), value.
|
|
4742
|
-
tmp1_output.xv(tmp0_desc, 14, StringSerializer_getInstance(), value.
|
|
4743
|
-
tmp1_output.xv(tmp0_desc, 15, tmp2_cached[15].o1(), value.
|
|
4744
|
-
tmp1_output.xv(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4745
|
-
tmp1_output.xv(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4746
|
-
tmp1_output.xv(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4747
|
-
tmp1_output.xv(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4748
|
-
tmp1_output.xv(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4749
|
-
tmp1_output.xv(tmp0_desc, 21, BooleanSerializer_getInstance(), value.
|
|
4750
|
-
tmp1_output.xv(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4751
|
-
tmp1_output.tv(tmp0_desc, 23, value.
|
|
4752
|
-
tmp1_output.xv(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4753
|
-
tmp1_output.xv(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4754
|
-
tmp1_output.xv(tmp0_desc, 26, BooleanSerializer_getInstance(), value.
|
|
4755
|
-
tmp1_output.xv(tmp0_desc, 27, IntSerializer_getInstance(), value.
|
|
4756
|
-
tmp1_output.xv(tmp0_desc, 28, tmp2_cached[28].o1(), value.
|
|
4757
|
-
tmp1_output.xv(tmp0_desc, 29, IntSerializer_getInstance(), value.
|
|
4758
|
-
tmp1_output.xv(tmp0_desc, 30, IntSerializer_getInstance(), value.
|
|
4759
|
-
tmp1_output.xv(tmp0_desc, 31, IntSerializer_getInstance(), value.
|
|
4760
|
-
tmp1_output.xv(tmp0_desc, 32, BooleanSerializer_getInstance(), value.
|
|
4761
|
-
tmp1_output.xv(tmp0_desc, 33, IntSerializer_getInstance(), value.
|
|
4762
|
-
tmp1_output.xv(tmp0_desc, 34, BooleanSerializer_getInstance(), value.
|
|
4763
|
-
tmp1_output.xv(tmp0_desc, 35, IntSerializer_getInstance(), value.
|
|
4764
|
-
tmp1_output.xv(tmp0_desc, 36, BooleanSerializer_getInstance(), value.
|
|
4765
|
-
tmp1_output.xv(tmp0_desc, 37, tmp2_cached[37].o1(), value.
|
|
4754
|
+
var tmp2_cached = Companion_getInstance_27().t7d_1;
|
|
4755
|
+
tmp1_output.xv(tmp0_desc, 0, StringSerializer_getInstance(), value.w7d_1);
|
|
4756
|
+
tmp1_output.xv(tmp0_desc, 1, BooleanSerializer_getInstance(), value.x7d_1);
|
|
4757
|
+
tmp1_output.xv(tmp0_desc, 2, BooleanSerializer_getInstance(), value.y7d_1);
|
|
4758
|
+
tmp1_output.xv(tmp0_desc, 3, BooleanSerializer_getInstance(), value.z7d_1);
|
|
4759
|
+
tmp1_output.xv(tmp0_desc, 4, BooleanSerializer_getInstance(), value.a7e_1);
|
|
4760
|
+
tmp1_output.xv(tmp0_desc, 5, IntSerializer_getInstance(), value.b7e_1);
|
|
4761
|
+
tmp1_output.xv(tmp0_desc, 6, IntSerializer_getInstance(), value.c7e_1);
|
|
4762
|
+
tmp1_output.xv(tmp0_desc, 7, BooleanSerializer_getInstance(), value.d7e_1);
|
|
4763
|
+
tmp1_output.xv(tmp0_desc, 8, BooleanSerializer_getInstance(), value.e7e_1);
|
|
4764
|
+
tmp1_output.xv(tmp0_desc, 9, IntSerializer_getInstance(), value.f7e_1);
|
|
4765
|
+
tmp1_output.xv(tmp0_desc, 10, tmp2_cached[10].o1(), value.g7e_1);
|
|
4766
|
+
tmp1_output.xv(tmp0_desc, 11, tmp2_cached[11].o1(), value.h7e_1);
|
|
4767
|
+
tmp1_output.xv(tmp0_desc, 12, BooleanSerializer_getInstance(), value.i7e_1);
|
|
4768
|
+
tmp1_output.xv(tmp0_desc, 13, StringSerializer_getInstance(), value.j7e_1);
|
|
4769
|
+
tmp1_output.xv(tmp0_desc, 14, StringSerializer_getInstance(), value.k7e_1);
|
|
4770
|
+
tmp1_output.xv(tmp0_desc, 15, tmp2_cached[15].o1(), value.l7e_1);
|
|
4771
|
+
tmp1_output.xv(tmp0_desc, 16, BooleanSerializer_getInstance(), value.m7e_1);
|
|
4772
|
+
tmp1_output.xv(tmp0_desc, 17, BooleanSerializer_getInstance(), value.n7e_1);
|
|
4773
|
+
tmp1_output.xv(tmp0_desc, 18, BooleanSerializer_getInstance(), value.o7e_1);
|
|
4774
|
+
tmp1_output.xv(tmp0_desc, 19, BooleanSerializer_getInstance(), value.p7e_1);
|
|
4775
|
+
tmp1_output.xv(tmp0_desc, 20, BooleanSerializer_getInstance(), value.q7e_1);
|
|
4776
|
+
tmp1_output.xv(tmp0_desc, 21, BooleanSerializer_getInstance(), value.r7e_1);
|
|
4777
|
+
tmp1_output.xv(tmp0_desc, 22, BooleanSerializer_getInstance(), value.s7e_1);
|
|
4778
|
+
tmp1_output.tv(tmp0_desc, 23, value.t7e_1);
|
|
4779
|
+
tmp1_output.xv(tmp0_desc, 24, BooleanSerializer_getInstance(), value.u7e_1);
|
|
4780
|
+
tmp1_output.xv(tmp0_desc, 25, IntSerializer_getInstance(), value.v7e_1);
|
|
4781
|
+
tmp1_output.xv(tmp0_desc, 26, BooleanSerializer_getInstance(), value.w7e_1);
|
|
4782
|
+
tmp1_output.xv(tmp0_desc, 27, IntSerializer_getInstance(), value.x7e_1);
|
|
4783
|
+
tmp1_output.xv(tmp0_desc, 28, tmp2_cached[28].o1(), value.y7e_1);
|
|
4784
|
+
tmp1_output.xv(tmp0_desc, 29, IntSerializer_getInstance(), value.z7e_1);
|
|
4785
|
+
tmp1_output.xv(tmp0_desc, 30, IntSerializer_getInstance(), value.a7f_1);
|
|
4786
|
+
tmp1_output.xv(tmp0_desc, 31, IntSerializer_getInstance(), value.b7f_1);
|
|
4787
|
+
tmp1_output.xv(tmp0_desc, 32, BooleanSerializer_getInstance(), value.c7f_1);
|
|
4788
|
+
tmp1_output.xv(tmp0_desc, 33, IntSerializer_getInstance(), value.d7f_1);
|
|
4789
|
+
tmp1_output.xv(tmp0_desc, 34, BooleanSerializer_getInstance(), value.e7f_1);
|
|
4790
|
+
tmp1_output.xv(tmp0_desc, 35, IntSerializer_getInstance(), value.f7f_1);
|
|
4791
|
+
tmp1_output.xv(tmp0_desc, 36, BooleanSerializer_getInstance(), value.g7f_1);
|
|
4792
|
+
tmp1_output.xv(tmp0_desc, 37, tmp2_cached[37].o1(), value.h7f_1);
|
|
4766
4793
|
tmp1_output.fu(tmp0_desc);
|
|
4767
4794
|
};
|
|
4768
4795
|
protoOf($serializer_14).sq = function (encoder, value) {
|
|
4769
|
-
return this.
|
|
4796
|
+
return this.v7d(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4770
4797
|
};
|
|
4771
4798
|
protoOf($serializer_14).tq = function (decoder) {
|
|
4772
|
-
var tmp0_desc = this.
|
|
4799
|
+
var tmp0_desc = this.u7d_1;
|
|
4773
4800
|
var tmp1_flag = true;
|
|
4774
4801
|
var tmp2_index = 0;
|
|
4775
4802
|
var tmp3_bitMask0 = 0;
|
|
@@ -4813,7 +4840,7 @@
|
|
|
4813
4840
|
var tmp41_local36 = null;
|
|
4814
4841
|
var tmp42_local37 = null;
|
|
4815
4842
|
var tmp43_input = decoder.eu(tmp0_desc);
|
|
4816
|
-
var tmp44_cached = Companion_getInstance_27().
|
|
4843
|
+
var tmp44_cached = Companion_getInstance_27().t7d_1;
|
|
4817
4844
|
if (tmp43_input.uu()) {
|
|
4818
4845
|
tmp5_local0 = tmp43_input.su(tmp0_desc, 0, StringSerializer_getInstance(), tmp5_local0);
|
|
4819
4846
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -5058,10 +5085,10 @@
|
|
|
5058
5085
|
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);
|
|
5059
5086
|
};
|
|
5060
5087
|
protoOf($serializer_14).rq = function () {
|
|
5061
|
-
return this.
|
|
5088
|
+
return this.u7d_1;
|
|
5062
5089
|
};
|
|
5063
5090
|
protoOf($serializer_14).l12 = function () {
|
|
5064
|
-
var tmp0_cached = Companion_getInstance_27().
|
|
5091
|
+
var tmp0_cached = Companion_getInstance_27().t7d_1;
|
|
5065
5092
|
// Inline function 'kotlin.arrayOf' call
|
|
5066
5093
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5067
5094
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -5079,46 +5106,46 @@
|
|
|
5079
5106
|
var tmp = new Int32Array([seen0, seen1]);
|
|
5080
5107
|
// Inline function 'kotlin.intArrayOf' call
|
|
5081
5108
|
var tmp$ret$1 = new Int32Array([-1, 63]);
|
|
5082
|
-
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_14().
|
|
5083
|
-
}
|
|
5084
|
-
$this.
|
|
5085
|
-
$this.
|
|
5086
|
-
$this.
|
|
5087
|
-
$this.
|
|
5088
|
-
$this.
|
|
5089
|
-
$this.
|
|
5090
|
-
$this.
|
|
5091
|
-
$this.
|
|
5092
|
-
$this.
|
|
5093
|
-
$this.
|
|
5094
|
-
$this.
|
|
5095
|
-
$this.
|
|
5096
|
-
$this.
|
|
5097
|
-
$this.
|
|
5098
|
-
$this.
|
|
5099
|
-
$this.
|
|
5100
|
-
$this.
|
|
5101
|
-
$this.
|
|
5102
|
-
$this.
|
|
5103
|
-
$this.
|
|
5104
|
-
$this.
|
|
5105
|
-
$this.
|
|
5106
|
-
$this.
|
|
5107
|
-
$this.
|
|
5108
|
-
$this.
|
|
5109
|
-
$this.
|
|
5110
|
-
$this.
|
|
5111
|
-
$this.
|
|
5112
|
-
$this.
|
|
5113
|
-
$this.
|
|
5114
|
-
$this.
|
|
5115
|
-
$this.
|
|
5116
|
-
$this.
|
|
5117
|
-
$this.
|
|
5118
|
-
$this.
|
|
5119
|
-
$this.
|
|
5120
|
-
$this.
|
|
5121
|
-
$this.
|
|
5109
|
+
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_14().u7d_1);
|
|
5110
|
+
}
|
|
5111
|
+
$this.w7d_1 = name;
|
|
5112
|
+
$this.x7d_1 = playerWhoChooseSuitGoFirst;
|
|
5113
|
+
$this.y7d_1 = winnerShuffleCards;
|
|
5114
|
+
$this.z7d_1 = playWithoutLiabilities;
|
|
5115
|
+
$this.a7e_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
5116
|
+
$this.b7e_1 = dealerInitialCardsCount;
|
|
5117
|
+
$this.c7e_1 = dealerFinalCardsCount;
|
|
5118
|
+
$this.d7e_1 = dealerCounterClockwise;
|
|
5119
|
+
$this.e7e_1 = enableRedealOnWeakHand;
|
|
5120
|
+
$this.f7e_1 = weakHandThreshold;
|
|
5121
|
+
$this.g7e_1 = contractTypes;
|
|
5122
|
+
$this.h7e_1 = bidTypes;
|
|
5123
|
+
$this.i7e_1 = needToPutHigherTrump;
|
|
5124
|
+
$this.j7e_1 = trumpCardStepMode;
|
|
5125
|
+
$this.k7e_1 = trumpCardStepPartnerMode;
|
|
5126
|
+
$this.l7e_1 = combinationsWithFirstCard;
|
|
5127
|
+
$this.m7e_1 = protectBella;
|
|
5128
|
+
$this.n7e_1 = oneTryToProtectBella;
|
|
5129
|
+
$this.o7e_1 = enableFourSevensCombination;
|
|
5130
|
+
$this.p7e_1 = enableTrumpSevenCombination;
|
|
5131
|
+
$this.q7e_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
5132
|
+
$this.r7e_1 = checkTrumpCombination;
|
|
5133
|
+
$this.s7e_1 = checkOnlyTrumpDebertz;
|
|
5134
|
+
$this.t7e_1 = pointsDistributeMode;
|
|
5135
|
+
$this.u7e_1 = enableFineIfNoBribes;
|
|
5136
|
+
$this.v7e_1 = fineIfNoBribes;
|
|
5137
|
+
$this.w7e_1 = enableFineAfterThirdByte;
|
|
5138
|
+
$this.x7e_1 = fineAfterThirdFailedContract;
|
|
5139
|
+
$this.y7e_1 = supportedPointsModes;
|
|
5140
|
+
$this.z7e_1 = scoreRoundingStep;
|
|
5141
|
+
$this.a7f_1 = scoreDivisor;
|
|
5142
|
+
$this.b7f_1 = noTrumpScoreMultiplier;
|
|
5143
|
+
$this.c7f_1 = enableCapot;
|
|
5144
|
+
$this.d7f_1 = capotBonus;
|
|
5145
|
+
$this.e7f_1 = enableGeneral;
|
|
5146
|
+
$this.f7f_1 = generalBonus;
|
|
5147
|
+
$this.g7f_1 = enableFrezaCard;
|
|
5148
|
+
$this.h7f_1 = supportedPlayersModes;
|
|
5122
5149
|
return $this;
|
|
5123
5150
|
}
|
|
5124
5151
|
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) {
|
|
@@ -5126,87 +5153,87 @@
|
|
|
5126
5153
|
}
|
|
5127
5154
|
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) {
|
|
5128
5155
|
Companion_getInstance_27();
|
|
5129
|
-
this.
|
|
5130
|
-
this.
|
|
5131
|
-
this.
|
|
5132
|
-
this.
|
|
5133
|
-
this.
|
|
5134
|
-
this.
|
|
5135
|
-
this.
|
|
5136
|
-
this.
|
|
5137
|
-
this.
|
|
5138
|
-
this.
|
|
5139
|
-
this.
|
|
5140
|
-
this.
|
|
5141
|
-
this.
|
|
5142
|
-
this.
|
|
5143
|
-
this.
|
|
5144
|
-
this.
|
|
5145
|
-
this.
|
|
5146
|
-
this.
|
|
5147
|
-
this.
|
|
5148
|
-
this.
|
|
5149
|
-
this.
|
|
5150
|
-
this.
|
|
5151
|
-
this.
|
|
5152
|
-
this.
|
|
5153
|
-
this.
|
|
5154
|
-
this.
|
|
5155
|
-
this.
|
|
5156
|
-
this.
|
|
5157
|
-
this.
|
|
5158
|
-
this.
|
|
5159
|
-
this.
|
|
5160
|
-
this.
|
|
5161
|
-
this.
|
|
5162
|
-
this.
|
|
5163
|
-
this.
|
|
5164
|
-
this.
|
|
5165
|
-
this.
|
|
5166
|
-
this.
|
|
5156
|
+
this.w7d_1 = name;
|
|
5157
|
+
this.x7d_1 = playerWhoChooseSuitGoFirst;
|
|
5158
|
+
this.y7d_1 = winnerShuffleCards;
|
|
5159
|
+
this.z7d_1 = playWithoutLiabilities;
|
|
5160
|
+
this.a7e_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
5161
|
+
this.b7e_1 = dealerInitialCardsCount;
|
|
5162
|
+
this.c7e_1 = dealerFinalCardsCount;
|
|
5163
|
+
this.d7e_1 = dealerCounterClockwise;
|
|
5164
|
+
this.e7e_1 = enableRedealOnWeakHand;
|
|
5165
|
+
this.f7e_1 = weakHandThreshold;
|
|
5166
|
+
this.g7e_1 = contractTypes;
|
|
5167
|
+
this.h7e_1 = bidTypes;
|
|
5168
|
+
this.i7e_1 = needToPutHigherTrump;
|
|
5169
|
+
this.j7e_1 = trumpCardStepMode;
|
|
5170
|
+
this.k7e_1 = trumpCardStepPartnerMode;
|
|
5171
|
+
this.l7e_1 = combinationsWithFirstCard;
|
|
5172
|
+
this.m7e_1 = protectBella;
|
|
5173
|
+
this.n7e_1 = oneTryToProtectBella;
|
|
5174
|
+
this.o7e_1 = enableFourSevensCombination;
|
|
5175
|
+
this.p7e_1 = enableTrumpSevenCombination;
|
|
5176
|
+
this.q7e_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
5177
|
+
this.r7e_1 = checkTrumpCombination;
|
|
5178
|
+
this.s7e_1 = checkOnlyTrumpDebertz;
|
|
5179
|
+
this.t7e_1 = pointsDistributeMode;
|
|
5180
|
+
this.u7e_1 = enableFineIfNoBribes;
|
|
5181
|
+
this.v7e_1 = fineIfNoBribes;
|
|
5182
|
+
this.w7e_1 = enableFineAfterThirdByte;
|
|
5183
|
+
this.x7e_1 = fineAfterThirdFailedContract;
|
|
5184
|
+
this.y7e_1 = supportedPointsModes;
|
|
5185
|
+
this.z7e_1 = scoreRoundingStep;
|
|
5186
|
+
this.a7f_1 = scoreDivisor;
|
|
5187
|
+
this.b7f_1 = noTrumpScoreMultiplier;
|
|
5188
|
+
this.c7f_1 = enableCapot;
|
|
5189
|
+
this.d7f_1 = capotBonus;
|
|
5190
|
+
this.e7f_1 = enableGeneral;
|
|
5191
|
+
this.f7f_1 = generalBonus;
|
|
5192
|
+
this.g7f_1 = enableFrezaCard;
|
|
5193
|
+
this.h7f_1 = supportedPlayersModes;
|
|
5167
5194
|
}
|
|
5168
5195
|
protoOf(RulesDto).toString = function () {
|
|
5169
|
-
return 'RulesDto(name=' + this.
|
|
5196
|
+
return 'RulesDto(name=' + this.w7d_1 + ', playerWhoChooseSuitGoFirst=' + this.x7d_1 + ', winnerShuffleCards=' + this.y7d_1 + ', playWithoutLiabilities=' + this.z7d_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.a7e_1 + ', dealerInitialCardsCount=' + this.b7e_1 + ', dealerFinalCardsCount=' + this.c7e_1 + ', dealerCounterClockwise=' + this.d7e_1 + ', enableRedealOnWeakHand=' + this.e7e_1 + ', weakHandThreshold=' + this.f7e_1 + ', contractTypes=' + toString(this.g7e_1) + ', bidTypes=' + toString(this.h7e_1) + ', needToPutHigherTrump=' + this.i7e_1 + ', trumpCardStepMode=' + this.j7e_1 + ', trumpCardStepPartnerMode=' + this.k7e_1 + ', combinationsWithFirstCard=' + toString(this.l7e_1) + ', protectBella=' + this.m7e_1 + ', oneTryToProtectBella=' + this.n7e_1 + ', enableFourSevensCombination=' + this.o7e_1 + ', enableTrumpSevenCombination=' + this.p7e_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.q7e_1 + ', checkTrumpCombination=' + this.r7e_1 + ', checkOnlyTrumpDebertz=' + this.s7e_1 + ', pointsDistributeMode=' + this.t7e_1 + ', enableFineIfNoBribes=' + this.u7e_1 + ', fineIfNoBribes=' + this.v7e_1 + ', enableFineAfterThirdByte=' + this.w7e_1 + ', fineAfterThirdFailedContract=' + this.x7e_1 + ', supportedPointsModes=' + toString(this.y7e_1) + ', scoreRoundingStep=' + this.z7e_1 + ', scoreDivisor=' + this.a7f_1 + ', noTrumpScoreMultiplier=' + this.b7f_1 + ', enableCapot=' + this.c7f_1 + ', capotBonus=' + this.d7f_1 + ', enableGeneral=' + this.e7f_1 + ', generalBonus=' + this.f7f_1 + ', enableFrezaCard=' + this.g7f_1 + ', supportedPlayersModes=' + toString(this.h7f_1) + ')';
|
|
5170
5197
|
};
|
|
5171
5198
|
protoOf(RulesDto).hashCode = function () {
|
|
5172
|
-
var result = this.
|
|
5173
|
-
result = imul(result, 31) + (this.v7d_1 == null ? 0 : getBooleanHashCode(this.v7d_1)) | 0;
|
|
5174
|
-
result = imul(result, 31) + (this.w7d_1 == null ? 0 : getBooleanHashCode(this.w7d_1)) | 0;
|
|
5199
|
+
var result = this.w7d_1 == null ? 0 : getStringHashCode(this.w7d_1);
|
|
5175
5200
|
result = imul(result, 31) + (this.x7d_1 == null ? 0 : getBooleanHashCode(this.x7d_1)) | 0;
|
|
5176
5201
|
result = imul(result, 31) + (this.y7d_1 == null ? 0 : getBooleanHashCode(this.y7d_1)) | 0;
|
|
5177
|
-
result = imul(result, 31) + (this.z7d_1 == null ? 0 : this.z7d_1) | 0;
|
|
5178
|
-
result = imul(result, 31) + (this.a7e_1 == null ? 0 : this.a7e_1) | 0;
|
|
5179
|
-
result = imul(result, 31) + (this.b7e_1 == null ? 0 :
|
|
5180
|
-
result = imul(result, 31) + (this.c7e_1 == null ? 0 :
|
|
5181
|
-
result = imul(result, 31) + (this.d7e_1 == null ? 0 : this.d7e_1) | 0;
|
|
5182
|
-
result = imul(result, 31) + (this.e7e_1 == null ? 0 :
|
|
5183
|
-
result = imul(result, 31) + (this.f7e_1 == null ? 0 :
|
|
5184
|
-
result = imul(result, 31) + (this.g7e_1 == null ? 0 :
|
|
5185
|
-
result = imul(result, 31) + (this.h7e_1 == null ? 0 :
|
|
5186
|
-
result = imul(result, 31) + (this.i7e_1 == null ? 0 :
|
|
5187
|
-
result = imul(result, 31) + (this.j7e_1 == null ? 0 :
|
|
5188
|
-
result = imul(result, 31) + (this.k7e_1 == null ? 0 :
|
|
5189
|
-
result = imul(result, 31) + (this.l7e_1 == null ? 0 :
|
|
5202
|
+
result = imul(result, 31) + (this.z7d_1 == null ? 0 : getBooleanHashCode(this.z7d_1)) | 0;
|
|
5203
|
+
result = imul(result, 31) + (this.a7e_1 == null ? 0 : getBooleanHashCode(this.a7e_1)) | 0;
|
|
5204
|
+
result = imul(result, 31) + (this.b7e_1 == null ? 0 : this.b7e_1) | 0;
|
|
5205
|
+
result = imul(result, 31) + (this.c7e_1 == null ? 0 : this.c7e_1) | 0;
|
|
5206
|
+
result = imul(result, 31) + (this.d7e_1 == null ? 0 : getBooleanHashCode(this.d7e_1)) | 0;
|
|
5207
|
+
result = imul(result, 31) + (this.e7e_1 == null ? 0 : getBooleanHashCode(this.e7e_1)) | 0;
|
|
5208
|
+
result = imul(result, 31) + (this.f7e_1 == null ? 0 : this.f7e_1) | 0;
|
|
5209
|
+
result = imul(result, 31) + (this.g7e_1 == null ? 0 : hashCode(this.g7e_1)) | 0;
|
|
5210
|
+
result = imul(result, 31) + (this.h7e_1 == null ? 0 : hashCode(this.h7e_1)) | 0;
|
|
5211
|
+
result = imul(result, 31) + (this.i7e_1 == null ? 0 : getBooleanHashCode(this.i7e_1)) | 0;
|
|
5212
|
+
result = imul(result, 31) + (this.j7e_1 == null ? 0 : getStringHashCode(this.j7e_1)) | 0;
|
|
5213
|
+
result = imul(result, 31) + (this.k7e_1 == null ? 0 : getStringHashCode(this.k7e_1)) | 0;
|
|
5214
|
+
result = imul(result, 31) + (this.l7e_1 == null ? 0 : hashCode(this.l7e_1)) | 0;
|
|
5190
5215
|
result = imul(result, 31) + (this.m7e_1 == null ? 0 : getBooleanHashCode(this.m7e_1)) | 0;
|
|
5191
5216
|
result = imul(result, 31) + (this.n7e_1 == null ? 0 : getBooleanHashCode(this.n7e_1)) | 0;
|
|
5192
5217
|
result = imul(result, 31) + (this.o7e_1 == null ? 0 : getBooleanHashCode(this.o7e_1)) | 0;
|
|
5193
5218
|
result = imul(result, 31) + (this.p7e_1 == null ? 0 : getBooleanHashCode(this.p7e_1)) | 0;
|
|
5194
5219
|
result = imul(result, 31) + (this.q7e_1 == null ? 0 : getBooleanHashCode(this.q7e_1)) | 0;
|
|
5195
|
-
result = imul(result, 31) +
|
|
5220
|
+
result = imul(result, 31) + (this.r7e_1 == null ? 0 : getBooleanHashCode(this.r7e_1)) | 0;
|
|
5196
5221
|
result = imul(result, 31) + (this.s7e_1 == null ? 0 : getBooleanHashCode(this.s7e_1)) | 0;
|
|
5197
|
-
result = imul(result, 31) + (this.t7e_1
|
|
5222
|
+
result = imul(result, 31) + getStringHashCode(this.t7e_1) | 0;
|
|
5198
5223
|
result = imul(result, 31) + (this.u7e_1 == null ? 0 : getBooleanHashCode(this.u7e_1)) | 0;
|
|
5199
5224
|
result = imul(result, 31) + (this.v7e_1 == null ? 0 : this.v7e_1) | 0;
|
|
5200
|
-
result = imul(result, 31) + (this.w7e_1 == null ? 0 :
|
|
5225
|
+
result = imul(result, 31) + (this.w7e_1 == null ? 0 : getBooleanHashCode(this.w7e_1)) | 0;
|
|
5201
5226
|
result = imul(result, 31) + (this.x7e_1 == null ? 0 : this.x7e_1) | 0;
|
|
5202
|
-
result = imul(result, 31) + (this.y7e_1 == null ? 0 : this.y7e_1) | 0;
|
|
5227
|
+
result = imul(result, 31) + (this.y7e_1 == null ? 0 : hashCode(this.y7e_1)) | 0;
|
|
5203
5228
|
result = imul(result, 31) + (this.z7e_1 == null ? 0 : this.z7e_1) | 0;
|
|
5204
|
-
result = imul(result, 31) + (this.a7f_1 == null ? 0 :
|
|
5229
|
+
result = imul(result, 31) + (this.a7f_1 == null ? 0 : this.a7f_1) | 0;
|
|
5205
5230
|
result = imul(result, 31) + (this.b7f_1 == null ? 0 : this.b7f_1) | 0;
|
|
5206
5231
|
result = imul(result, 31) + (this.c7f_1 == null ? 0 : getBooleanHashCode(this.c7f_1)) | 0;
|
|
5207
5232
|
result = imul(result, 31) + (this.d7f_1 == null ? 0 : this.d7f_1) | 0;
|
|
5208
5233
|
result = imul(result, 31) + (this.e7f_1 == null ? 0 : getBooleanHashCode(this.e7f_1)) | 0;
|
|
5209
|
-
result = imul(result, 31) + (this.f7f_1 == null ? 0 :
|
|
5234
|
+
result = imul(result, 31) + (this.f7f_1 == null ? 0 : this.f7f_1) | 0;
|
|
5235
|
+
result = imul(result, 31) + (this.g7f_1 == null ? 0 : getBooleanHashCode(this.g7f_1)) | 0;
|
|
5236
|
+
result = imul(result, 31) + (this.h7f_1 == null ? 0 : hashCode(this.h7f_1)) | 0;
|
|
5210
5237
|
return result;
|
|
5211
5238
|
};
|
|
5212
5239
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -5214,10 +5241,6 @@
|
|
|
5214
5241
|
return true;
|
|
5215
5242
|
if (!(other instanceof RulesDto))
|
|
5216
5243
|
return false;
|
|
5217
|
-
if (!(this.u7d_1 == other.u7d_1))
|
|
5218
|
-
return false;
|
|
5219
|
-
if (!(this.v7d_1 == other.v7d_1))
|
|
5220
|
-
return false;
|
|
5221
5244
|
if (!(this.w7d_1 == other.w7d_1))
|
|
5222
5245
|
return false;
|
|
5223
5246
|
if (!(this.x7d_1 == other.x7d_1))
|
|
@@ -5234,21 +5257,21 @@
|
|
|
5234
5257
|
return false;
|
|
5235
5258
|
if (!(this.d7e_1 == other.d7e_1))
|
|
5236
5259
|
return false;
|
|
5237
|
-
if (!
|
|
5260
|
+
if (!(this.e7e_1 == other.e7e_1))
|
|
5238
5261
|
return false;
|
|
5239
|
-
if (!
|
|
5262
|
+
if (!(this.f7e_1 == other.f7e_1))
|
|
5240
5263
|
return false;
|
|
5241
|
-
if (!(this.g7e_1
|
|
5264
|
+
if (!equals(this.g7e_1, other.g7e_1))
|
|
5242
5265
|
return false;
|
|
5243
|
-
if (!(this.h7e_1
|
|
5266
|
+
if (!equals(this.h7e_1, other.h7e_1))
|
|
5244
5267
|
return false;
|
|
5245
5268
|
if (!(this.i7e_1 == other.i7e_1))
|
|
5246
5269
|
return false;
|
|
5247
|
-
if (!
|
|
5270
|
+
if (!(this.j7e_1 == other.j7e_1))
|
|
5248
5271
|
return false;
|
|
5249
5272
|
if (!(this.k7e_1 == other.k7e_1))
|
|
5250
5273
|
return false;
|
|
5251
|
-
if (!(this.l7e_1
|
|
5274
|
+
if (!equals(this.l7e_1, other.l7e_1))
|
|
5252
5275
|
return false;
|
|
5253
5276
|
if (!(this.m7e_1 == other.m7e_1))
|
|
5254
5277
|
return false;
|
|
@@ -5260,21 +5283,21 @@
|
|
|
5260
5283
|
return false;
|
|
5261
5284
|
if (!(this.q7e_1 == other.q7e_1))
|
|
5262
5285
|
return false;
|
|
5263
|
-
if (!(this.r7e_1
|
|
5286
|
+
if (!(this.r7e_1 == other.r7e_1))
|
|
5264
5287
|
return false;
|
|
5265
5288
|
if (!(this.s7e_1 == other.s7e_1))
|
|
5266
5289
|
return false;
|
|
5267
|
-
if (!(this.t7e_1
|
|
5290
|
+
if (!(this.t7e_1 === other.t7e_1))
|
|
5268
5291
|
return false;
|
|
5269
5292
|
if (!(this.u7e_1 == other.u7e_1))
|
|
5270
5293
|
return false;
|
|
5271
5294
|
if (!(this.v7e_1 == other.v7e_1))
|
|
5272
5295
|
return false;
|
|
5273
|
-
if (!
|
|
5296
|
+
if (!(this.w7e_1 == other.w7e_1))
|
|
5274
5297
|
return false;
|
|
5275
5298
|
if (!(this.x7e_1 == other.x7e_1))
|
|
5276
5299
|
return false;
|
|
5277
|
-
if (!(this.y7e_1
|
|
5300
|
+
if (!equals(this.y7e_1, other.y7e_1))
|
|
5278
5301
|
return false;
|
|
5279
5302
|
if (!(this.z7e_1 == other.z7e_1))
|
|
5280
5303
|
return false;
|
|
@@ -5288,61 +5311,65 @@
|
|
|
5288
5311
|
return false;
|
|
5289
5312
|
if (!(this.e7f_1 == other.e7f_1))
|
|
5290
5313
|
return false;
|
|
5291
|
-
if (!
|
|
5314
|
+
if (!(this.f7f_1 == other.f7f_1))
|
|
5315
|
+
return false;
|
|
5316
|
+
if (!(this.g7f_1 == other.g7f_1))
|
|
5317
|
+
return false;
|
|
5318
|
+
if (!equals(this.h7f_1, other.h7f_1))
|
|
5292
5319
|
return false;
|
|
5293
5320
|
return true;
|
|
5294
5321
|
};
|
|
5295
5322
|
function ProcessingCard(card) {
|
|
5296
|
-
this.
|
|
5323
|
+
this.n7c_1 = card;
|
|
5297
5324
|
}
|
|
5298
5325
|
protoOf(ProcessingCard).toString = function () {
|
|
5299
|
-
return 'ProcessingCard(card=' + this.
|
|
5326
|
+
return 'ProcessingCard(card=' + this.n7c_1.toString() + ')';
|
|
5300
5327
|
};
|
|
5301
5328
|
protoOf(ProcessingCard).hashCode = function () {
|
|
5302
|
-
return this.
|
|
5329
|
+
return this.n7c_1.hashCode();
|
|
5303
5330
|
};
|
|
5304
5331
|
protoOf(ProcessingCard).equals = function (other) {
|
|
5305
5332
|
if (this === other)
|
|
5306
5333
|
return true;
|
|
5307
5334
|
if (!(other instanceof ProcessingCard))
|
|
5308
5335
|
return false;
|
|
5309
|
-
if (!this.
|
|
5336
|
+
if (!this.n7c_1.equals(other.n7c_1))
|
|
5310
5337
|
return false;
|
|
5311
5338
|
return true;
|
|
5312
5339
|
};
|
|
5313
5340
|
function AsyncProvider() {
|
|
5314
5341
|
}
|
|
5315
5342
|
function onError($this, message, error) {
|
|
5316
|
-
$this.
|
|
5343
|
+
$this.r7f_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
5317
5344
|
}
|
|
5318
5345
|
function Companion_25() {
|
|
5319
|
-
this.
|
|
5346
|
+
this.z7f_1 = 'AsyncProvider';
|
|
5320
5347
|
}
|
|
5321
5348
|
var Companion_instance_27;
|
|
5322
5349
|
function Companion_getInstance_28() {
|
|
5323
5350
|
return Companion_instance_27;
|
|
5324
5351
|
}
|
|
5325
5352
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
5326
|
-
this.
|
|
5353
|
+
this.b7g_1 = this$0;
|
|
5327
5354
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
5328
5355
|
}
|
|
5329
5356
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).w1w = function (context, exception) {
|
|
5330
|
-
onError(this.
|
|
5357
|
+
onError(this.b7g_1, 'CoroutineContext', exception);
|
|
5331
5358
|
return Unit_instance;
|
|
5332
5359
|
};
|
|
5333
5360
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
5334
|
-
this.
|
|
5335
|
-
this.
|
|
5361
|
+
this.k7g_1 = this$0;
|
|
5362
|
+
this.l7g_1 = $block;
|
|
5336
5363
|
CoroutineImpl.call(this, resultContinuation);
|
|
5337
5364
|
}
|
|
5338
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
5365
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).q7g = function ($this$async, $completion) {
|
|
5339
5366
|
var tmp = this.t2d($this$async, $completion);
|
|
5340
5367
|
tmp.k9_1 = Unit_instance;
|
|
5341
5368
|
tmp.l9_1 = null;
|
|
5342
5369
|
return tmp.q9();
|
|
5343
5370
|
};
|
|
5344
5371
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).ca = function (p1, $completion) {
|
|
5345
|
-
return this.
|
|
5372
|
+
return this.q7g((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5346
5373
|
};
|
|
5347
5374
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).q9 = function () {
|
|
5348
5375
|
var suspendResult = this.k9_1;
|
|
@@ -5352,42 +5379,42 @@
|
|
|
5352
5379
|
switch (tmp) {
|
|
5353
5380
|
case 0:
|
|
5354
5381
|
this.j9_1 = 6;
|
|
5355
|
-
this.
|
|
5356
|
-
this.
|
|
5382
|
+
this.o7g_1 = this.k7g_1.t7f_1;
|
|
5383
|
+
this.n7g_1 = null;
|
|
5357
5384
|
this.i9_1 = 1;
|
|
5358
|
-
suspendResult = this.
|
|
5385
|
+
suspendResult = this.o7g_1.q2t(this.n7g_1, this);
|
|
5359
5386
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5360
5387
|
return suspendResult;
|
|
5361
5388
|
}
|
|
5362
5389
|
|
|
5363
5390
|
continue $sm;
|
|
5364
5391
|
case 1:
|
|
5365
|
-
this.
|
|
5392
|
+
this.p7g_1 = Unit_instance;
|
|
5366
5393
|
this.i9_1 = 2;
|
|
5367
5394
|
continue $sm;
|
|
5368
5395
|
case 2:
|
|
5369
5396
|
this.j9_1 = 5;
|
|
5370
5397
|
this.i9_1 = 3;
|
|
5371
|
-
suspendResult = this.
|
|
5398
|
+
suspendResult = this.l7g_1(this.m7g_1, this);
|
|
5372
5399
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5373
5400
|
return suspendResult;
|
|
5374
5401
|
}
|
|
5375
5402
|
|
|
5376
5403
|
continue $sm;
|
|
5377
5404
|
case 3:
|
|
5378
|
-
this.
|
|
5405
|
+
this.p7g_1 = suspendResult;
|
|
5379
5406
|
this.j9_1 = 6;
|
|
5380
5407
|
this.i9_1 = 4;
|
|
5381
5408
|
continue $sm;
|
|
5382
5409
|
case 4:
|
|
5383
|
-
var tmp_0 = this.
|
|
5410
|
+
var tmp_0 = this.p7g_1;
|
|
5384
5411
|
this.j9_1 = 6;
|
|
5385
|
-
this.
|
|
5412
|
+
this.o7g_1.c2t(this.n7g_1);
|
|
5386
5413
|
return tmp_0;
|
|
5387
5414
|
case 5:
|
|
5388
5415
|
this.j9_1 = 6;
|
|
5389
5416
|
var t = this.l9_1;
|
|
5390
|
-
this.
|
|
5417
|
+
this.o7g_1.c2t(this.n7g_1);
|
|
5391
5418
|
throw t;
|
|
5392
5419
|
case 6:
|
|
5393
5420
|
throw this.l9_1;
|
|
@@ -5404,21 +5431,21 @@
|
|
|
5404
5431
|
while (true);
|
|
5405
5432
|
};
|
|
5406
5433
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).t2d = function ($this$async, completion) {
|
|
5407
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
5408
|
-
i.
|
|
5434
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.k7g_1, this.l7g_1, completion);
|
|
5435
|
+
i.m7g_1 = $this$async;
|
|
5409
5436
|
return i;
|
|
5410
5437
|
};
|
|
5411
5438
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
5412
5439
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
5413
5440
|
var l = function ($this$async, $completion) {
|
|
5414
|
-
return i.
|
|
5441
|
+
return i.q7g($this$async, $completion);
|
|
5415
5442
|
};
|
|
5416
5443
|
l.$arity = 1;
|
|
5417
5444
|
return l;
|
|
5418
5445
|
}
|
|
5419
5446
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
5420
|
-
this.
|
|
5421
|
-
this.
|
|
5447
|
+
this.z7g_1 = this$0;
|
|
5448
|
+
this.a7h_1 = $block;
|
|
5422
5449
|
CoroutineImpl.call(this, resultContinuation);
|
|
5423
5450
|
}
|
|
5424
5451
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).s2d = function ($this$launch, $completion) {
|
|
@@ -5438,42 +5465,42 @@
|
|
|
5438
5465
|
switch (tmp) {
|
|
5439
5466
|
case 0:
|
|
5440
5467
|
this.j9_1 = 6;
|
|
5441
|
-
this.
|
|
5442
|
-
this.
|
|
5468
|
+
this.d7h_1 = this.z7g_1.t7f_1;
|
|
5469
|
+
this.c7h_1 = null;
|
|
5443
5470
|
this.i9_1 = 1;
|
|
5444
|
-
suspendResult = this.
|
|
5471
|
+
suspendResult = this.d7h_1.q2t(this.c7h_1, this);
|
|
5445
5472
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5446
5473
|
return suspendResult;
|
|
5447
5474
|
}
|
|
5448
5475
|
|
|
5449
5476
|
continue $sm;
|
|
5450
5477
|
case 1:
|
|
5451
|
-
this.
|
|
5478
|
+
this.e7h_1 = Unit_instance;
|
|
5452
5479
|
this.i9_1 = 2;
|
|
5453
5480
|
continue $sm;
|
|
5454
5481
|
case 2:
|
|
5455
5482
|
this.j9_1 = 5;
|
|
5456
5483
|
this.i9_1 = 3;
|
|
5457
|
-
suspendResult = this.
|
|
5484
|
+
suspendResult = this.a7h_1(this.b7h_1, this);
|
|
5458
5485
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5459
5486
|
return suspendResult;
|
|
5460
5487
|
}
|
|
5461
5488
|
|
|
5462
5489
|
continue $sm;
|
|
5463
5490
|
case 3:
|
|
5464
|
-
this.
|
|
5491
|
+
this.e7h_1 = Unit_instance;
|
|
5465
5492
|
this.j9_1 = 6;
|
|
5466
5493
|
this.i9_1 = 4;
|
|
5467
5494
|
continue $sm;
|
|
5468
5495
|
case 4:
|
|
5469
|
-
this.
|
|
5496
|
+
this.e7h_1;
|
|
5470
5497
|
this.j9_1 = 6;
|
|
5471
|
-
this.
|
|
5498
|
+
this.d7h_1.c2t(this.c7h_1);
|
|
5472
5499
|
return Unit_instance;
|
|
5473
5500
|
case 5:
|
|
5474
5501
|
this.j9_1 = 6;
|
|
5475
5502
|
var t = this.l9_1;
|
|
5476
|
-
this.
|
|
5503
|
+
this.d7h_1.c2t(this.c7h_1);
|
|
5477
5504
|
throw t;
|
|
5478
5505
|
case 6:
|
|
5479
5506
|
throw this.l9_1;
|
|
@@ -5490,8 +5517,8 @@
|
|
|
5490
5517
|
while (true);
|
|
5491
5518
|
};
|
|
5492
5519
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).t2d = function ($this$launch, completion) {
|
|
5493
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
5494
|
-
i.
|
|
5520
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.z7g_1, this.a7h_1, completion);
|
|
5521
|
+
i.b7h_1 = $this$launch;
|
|
5495
5522
|
return i;
|
|
5496
5523
|
};
|
|
5497
5524
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -5506,63 +5533,63 @@
|
|
|
5506
5533
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().k20() : mainDispatcher;
|
|
5507
5534
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().g20_1 : defaultDispatcher;
|
|
5508
5535
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().h20_1 : unconfinedDispatcher;
|
|
5509
|
-
this.
|
|
5510
|
-
this.
|
|
5511
|
-
this.
|
|
5512
|
-
this.
|
|
5536
|
+
this.r7f_1 = logger;
|
|
5537
|
+
this.s7f_1 = SupervisorJob();
|
|
5538
|
+
this.t7f_1 = Mutex();
|
|
5539
|
+
this.u7f_1 = Mutex();
|
|
5513
5540
|
var tmp = this;
|
|
5514
5541
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
5515
|
-
tmp.
|
|
5516
|
-
this.
|
|
5517
|
-
this.
|
|
5518
|
-
this.
|
|
5542
|
+
tmp.v7f_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
5543
|
+
this.w7f_1 = CoroutineScope_0(mainDispatcher.fi(this.s7f_1).fi(MainContextId_getInstance()));
|
|
5544
|
+
this.x7f_1 = CoroutineScope_0(defaultDispatcher.fi(this.s7f_1).fi(WorkerContextId_getInstance()));
|
|
5545
|
+
this.y7f_1 = CoroutineScope_0(unconfinedDispatcher.fi(this.s7f_1).fi(WorkerContextId_getInstance()));
|
|
5519
5546
|
}
|
|
5520
|
-
protoOf(AsyncProviderImpl).
|
|
5521
|
-
return this.
|
|
5547
|
+
protoOf(AsyncProviderImpl).i7f = function () {
|
|
5548
|
+
return this.v7f_1;
|
|
5522
5549
|
};
|
|
5523
|
-
protoOf(AsyncProviderImpl).
|
|
5524
|
-
if (this.
|
|
5525
|
-
this.
|
|
5550
|
+
protoOf(AsyncProviderImpl).n7f = function (context, block) {
|
|
5551
|
+
if (this.s7f_1.e1p()) {
|
|
5552
|
+
this.r7f_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5526
5553
|
// Inline function 'kotlin.apply' call
|
|
5527
5554
|
var this_0 = Job();
|
|
5528
5555
|
this_0.s1p();
|
|
5529
5556
|
return this_0;
|
|
5530
5557
|
}
|
|
5531
|
-
return launch(this.
|
|
5558
|
+
return launch(this.w7f_1, context, VOID, block);
|
|
5532
5559
|
};
|
|
5533
|
-
protoOf(AsyncProviderImpl).
|
|
5534
|
-
if (this.
|
|
5535
|
-
this.
|
|
5560
|
+
protoOf(AsyncProviderImpl).p7f = function (context, block) {
|
|
5561
|
+
if (this.s7f_1.e1p()) {
|
|
5562
|
+
this.r7f_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5536
5563
|
// Inline function 'kotlin.apply' call
|
|
5537
5564
|
var this_0 = CompletableDeferred();
|
|
5538
5565
|
this_0.s1p();
|
|
5539
5566
|
return this_0;
|
|
5540
5567
|
}
|
|
5541
|
-
return async(this.
|
|
5568
|
+
return async(this.x7f_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5542
5569
|
};
|
|
5543
|
-
protoOf(AsyncProviderImpl).
|
|
5544
|
-
if (this.
|
|
5545
|
-
this.
|
|
5570
|
+
protoOf(AsyncProviderImpl).j7f = function (context, block) {
|
|
5571
|
+
if (this.s7f_1.e1p()) {
|
|
5572
|
+
this.r7f_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5546
5573
|
// Inline function 'kotlin.apply' call
|
|
5547
5574
|
var this_0 = Job();
|
|
5548
5575
|
this_0.s1p();
|
|
5549
5576
|
return this_0;
|
|
5550
5577
|
}
|
|
5551
|
-
return launch(this.
|
|
5578
|
+
return launch(this.x7f_1, context, VOID, block);
|
|
5552
5579
|
};
|
|
5553
|
-
protoOf(AsyncProviderImpl).
|
|
5554
|
-
if (this.
|
|
5555
|
-
this.
|
|
5580
|
+
protoOf(AsyncProviderImpl).l7f = function (context, block) {
|
|
5581
|
+
if (this.s7f_1.e1p()) {
|
|
5582
|
+
this.r7f_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5556
5583
|
// Inline function 'kotlin.apply' call
|
|
5557
5584
|
var this_0 = Job();
|
|
5558
5585
|
this_0.s1p();
|
|
5559
5586
|
return this_0;
|
|
5560
5587
|
}
|
|
5561
|
-
return launch(this.
|
|
5588
|
+
return launch(this.x7f_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5562
5589
|
};
|
|
5563
5590
|
protoOf(AsyncProviderImpl).b3 = function () {
|
|
5564
|
-
if (!this.
|
|
5565
|
-
this.
|
|
5591
|
+
if (!this.s7f_1.e1p()) {
|
|
5592
|
+
this.s7f_1.s1p();
|
|
5566
5593
|
}
|
|
5567
5594
|
};
|
|
5568
5595
|
function Key() {
|
|
@@ -5624,7 +5651,7 @@
|
|
|
5624
5651
|
}
|
|
5625
5652
|
function UUIDIdsProvider() {
|
|
5626
5653
|
}
|
|
5627
|
-
protoOf(UUIDIdsProvider).
|
|
5654
|
+
protoOf(UUIDIdsProvider).f7h = function () {
|
|
5628
5655
|
return uuid4().toString();
|
|
5629
5656
|
};
|
|
5630
5657
|
var UUIDIdsProvider_instance;
|
|
@@ -5642,55 +5669,55 @@
|
|
|
5642
5669
|
tmp = lock;
|
|
5643
5670
|
}
|
|
5644
5671
|
lock = tmp;
|
|
5645
|
-
this.
|
|
5646
|
-
this.
|
|
5672
|
+
this.l7h_1 = logger;
|
|
5673
|
+
this.m7h_1 = lock;
|
|
5647
5674
|
var tmp_0 = this;
|
|
5648
5675
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5649
|
-
tmp_0.
|
|
5676
|
+
tmp_0.n7h_1 = HashMap_init_$Create$();
|
|
5650
5677
|
}
|
|
5651
|
-
protoOf(JobsProviderImpl).
|
|
5678
|
+
protoOf(JobsProviderImpl).g7h = function (timerTag, job) {
|
|
5652
5679
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5653
|
-
this.
|
|
5654
|
-
if (this.
|
|
5655
|
-
this.
|
|
5680
|
+
this.m7h_1;
|
|
5681
|
+
if (this.k7h(timerTag)) {
|
|
5682
|
+
this.l7h_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5656
5683
|
}
|
|
5657
5684
|
// Inline function 'kotlin.collections.set' call
|
|
5658
|
-
this.
|
|
5685
|
+
this.n7h_1.g3(timerTag, job);
|
|
5659
5686
|
};
|
|
5660
|
-
protoOf(JobsProviderImpl).
|
|
5687
|
+
protoOf(JobsProviderImpl).k7h = function (timerTag) {
|
|
5661
5688
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5662
|
-
this.
|
|
5663
|
-
return this.
|
|
5689
|
+
this.m7h_1;
|
|
5690
|
+
return this.n7h_1.u2(timerTag);
|
|
5664
5691
|
};
|
|
5665
|
-
protoOf(JobsProviderImpl).
|
|
5692
|
+
protoOf(JobsProviderImpl).i7h = function (timerTag) {
|
|
5666
5693
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5667
|
-
this.
|
|
5668
|
-
if (!this.
|
|
5669
|
-
this.
|
|
5694
|
+
this.m7h_1;
|
|
5695
|
+
if (!this.k7h(timerTag)) {
|
|
5696
|
+
this.l7h_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5670
5697
|
}
|
|
5671
|
-
this.
|
|
5698
|
+
this.n7h_1.h3(timerTag);
|
|
5672
5699
|
};
|
|
5673
|
-
protoOf(JobsProviderImpl).
|
|
5700
|
+
protoOf(JobsProviderImpl).j7h = function (timers) {
|
|
5674
5701
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5675
|
-
this.
|
|
5702
|
+
this.m7h_1;
|
|
5676
5703
|
// Inline function 'kotlin.collections.forEach' call
|
|
5677
5704
|
var _iterator__ex2g4s = timers.t();
|
|
5678
5705
|
while (_iterator__ex2g4s.u()) {
|
|
5679
5706
|
var element = _iterator__ex2g4s.v();
|
|
5680
|
-
var timer = this.
|
|
5707
|
+
var timer = this.n7h_1.w2(element);
|
|
5681
5708
|
if (timer == null)
|
|
5682
5709
|
null;
|
|
5683
5710
|
else {
|
|
5684
5711
|
timer.s1p();
|
|
5685
5712
|
}
|
|
5686
5713
|
}
|
|
5687
|
-
this.
|
|
5714
|
+
this.n7h_1.x2().a2(toSet(timers));
|
|
5688
5715
|
};
|
|
5689
|
-
protoOf(JobsProviderImpl).
|
|
5716
|
+
protoOf(JobsProviderImpl).h7h = function (timerTag) {
|
|
5690
5717
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5691
|
-
this.
|
|
5692
|
-
var timer = this.
|
|
5693
|
-
this.
|
|
5718
|
+
this.m7h_1;
|
|
5719
|
+
var timer = this.n7h_1.w2(timerTag);
|
|
5720
|
+
this.n7h_1.h3(timerTag);
|
|
5694
5721
|
var tmp;
|
|
5695
5722
|
if (timer == null) {
|
|
5696
5723
|
tmp = null;
|
|
@@ -5705,26 +5732,26 @@
|
|
|
5705
5732
|
}
|
|
5706
5733
|
function FileSystemImpl(fileSystem) {
|
|
5707
5734
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5708
|
-
this.
|
|
5735
|
+
this.s7h_1 = fileSystem;
|
|
5709
5736
|
}
|
|
5710
|
-
protoOf(FileSystemImpl).
|
|
5737
|
+
protoOf(FileSystemImpl).p7h = function (path, $completion) {
|
|
5711
5738
|
var directoryPath = Path(path);
|
|
5712
|
-
var exists = this.
|
|
5739
|
+
var exists = this.s7h_1.o1n(directoryPath);
|
|
5713
5740
|
if (!exists) {
|
|
5714
|
-
this.
|
|
5741
|
+
this.s7h_1.s1n(directoryPath);
|
|
5715
5742
|
}
|
|
5716
5743
|
return Unit_instance;
|
|
5717
5744
|
};
|
|
5718
|
-
protoOf(FileSystemImpl).
|
|
5745
|
+
protoOf(FileSystemImpl).q7h = function (path, fileName, append, $completion) {
|
|
5719
5746
|
var tmp;
|
|
5720
5747
|
try {
|
|
5721
|
-
tmp = buffered(this.
|
|
5748
|
+
tmp = buffered(this.s7h_1.t1n(Path_0(path, [fileName]), append));
|
|
5722
5749
|
} catch ($p) {
|
|
5723
5750
|
var tmp_0;
|
|
5724
5751
|
if ($p instanceof FileNotFoundException) {
|
|
5725
5752
|
var e = $p;
|
|
5726
|
-
this.
|
|
5727
|
-
tmp_0 = buffered(this.
|
|
5753
|
+
this.s7h_1.s1n(Path(path));
|
|
5754
|
+
tmp_0 = buffered(this.s7h_1.t1n(Path_0(path, [fileName]), append));
|
|
5728
5755
|
} else {
|
|
5729
5756
|
throw $p;
|
|
5730
5757
|
}
|
|
@@ -5732,24 +5759,24 @@
|
|
|
5732
5759
|
}
|
|
5733
5760
|
return tmp;
|
|
5734
5761
|
};
|
|
5735
|
-
protoOf(FileSystemImpl).
|
|
5736
|
-
this.
|
|
5762
|
+
protoOf(FileSystemImpl).r7h = function (path, $completion) {
|
|
5763
|
+
this.s7h_1.q1n(Path_0(path, []));
|
|
5737
5764
|
return Unit_instance;
|
|
5738
5765
|
};
|
|
5739
5766
|
function LoggerFactory() {
|
|
5740
5767
|
}
|
|
5741
5768
|
function LoggerFactoryImpl(coreConfig, fileSystem, compressionService) {
|
|
5742
|
-
this.
|
|
5743
|
-
this.
|
|
5744
|
-
this.
|
|
5769
|
+
this.u7h_1 = coreConfig;
|
|
5770
|
+
this.v7h_1 = fileSystem;
|
|
5771
|
+
this.w7h_1 = compressionService;
|
|
5745
5772
|
}
|
|
5746
|
-
protoOf(LoggerFactoryImpl).
|
|
5773
|
+
protoOf(LoggerFactoryImpl).t7h = function (gameId, roomId, userId) {
|
|
5747
5774
|
// Inline function 'kotlin.let' call
|
|
5748
|
-
var it = this.
|
|
5775
|
+
var it = this.u7h_1.fileNameFormat;
|
|
5749
5776
|
var tmp = Companion_instance_5;
|
|
5750
5777
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5751
5778
|
// Inline function 'kotlin.collections.map' call
|
|
5752
|
-
var this_0 = split(this.
|
|
5779
|
+
var this_0 = split(this.u7h_1.requireDirectoryPath, ['/']);
|
|
5753
5780
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5754
5781
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5755
5782
|
var _iterator__ex2g4s = this_0.t();
|
|
@@ -5761,8 +5788,8 @@
|
|
|
5761
5788
|
}
|
|
5762
5789
|
var segments = destination;
|
|
5763
5790
|
var tmp0_path = joinToString(segments, '/');
|
|
5764
|
-
var tmp1_fileSystem = this.
|
|
5765
|
-
var tmp2_compressionService = this.
|
|
5791
|
+
var tmp1_fileSystem = this.v7h_1;
|
|
5792
|
+
var tmp2_compressionService = this.w7h_1;
|
|
5766
5793
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem, tmp2_compressionService);
|
|
5767
5794
|
};
|
|
5768
5795
|
function appendToFile($this, message, $completion) {
|
|
@@ -5773,7 +5800,7 @@
|
|
|
5773
5800
|
}
|
|
5774
5801
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5775
5802
|
CoroutineImpl.call(this, resultContinuation);
|
|
5776
|
-
this.
|
|
5803
|
+
this.p7i_1 = _this__u8e3s4;
|
|
5777
5804
|
}
|
|
5778
5805
|
protoOf($createDirectoryCOROUTINE$).q9 = function () {
|
|
5779
5806
|
var suspendResult = this.k9_1;
|
|
@@ -5785,7 +5812,7 @@
|
|
|
5785
5812
|
this.j9_1 = 3;
|
|
5786
5813
|
this.j9_1 = 2;
|
|
5787
5814
|
this.i9_1 = 1;
|
|
5788
|
-
suspendResult = this.
|
|
5815
|
+
suspendResult = this.p7i_1.s7i_1.p7h(this.p7i_1.r7i_1, this);
|
|
5789
5816
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5790
5817
|
return suspendResult;
|
|
5791
5818
|
}
|
|
@@ -5826,7 +5853,7 @@
|
|
|
5826
5853
|
};
|
|
5827
5854
|
function $compressLogCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5828
5855
|
CoroutineImpl.call(this, resultContinuation);
|
|
5829
|
-
this.
|
|
5856
|
+
this.c7j_1 = _this__u8e3s4;
|
|
5830
5857
|
}
|
|
5831
5858
|
protoOf($compressLogCOROUTINE$).q9 = function () {
|
|
5832
5859
|
var suspendResult = this.k9_1;
|
|
@@ -5838,7 +5865,7 @@
|
|
|
5838
5865
|
this.j9_1 = 3;
|
|
5839
5866
|
this.j9_1 = 2;
|
|
5840
5867
|
this.i9_1 = 1;
|
|
5841
|
-
suspendResult = this.
|
|
5868
|
+
suspendResult = this.c7j_1.t7i_1.o7h(this.c7j_1.r7i_1, this.c7j_1.q7i_1, this);
|
|
5842
5869
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5843
5870
|
return suspendResult;
|
|
5844
5871
|
}
|
|
@@ -5879,8 +5906,8 @@
|
|
|
5879
5906
|
};
|
|
5880
5907
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5881
5908
|
CoroutineImpl.call(this, resultContinuation);
|
|
5882
|
-
this.
|
|
5883
|
-
this.
|
|
5909
|
+
this.f7i_1 = _this__u8e3s4;
|
|
5910
|
+
this.g7i_1 = message;
|
|
5884
5911
|
}
|
|
5885
5912
|
protoOf($appendToFileCOROUTINE$).q9 = function () {
|
|
5886
5913
|
var suspendResult = this.k9_1;
|
|
@@ -5892,7 +5919,7 @@
|
|
|
5892
5919
|
this.j9_1 = 3;
|
|
5893
5920
|
this.j9_1 = 2;
|
|
5894
5921
|
this.i9_1 = 1;
|
|
5895
|
-
suspendResult = this.
|
|
5922
|
+
suspendResult = this.f7i_1.s7i_1.q7h(this.f7i_1.r7i_1, this.f7i_1.q7i_1, true, this);
|
|
5896
5923
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5897
5924
|
return suspendResult;
|
|
5898
5925
|
}
|
|
@@ -5903,7 +5930,7 @@
|
|
|
5903
5930
|
var sink = buffered(ARGUMENT);
|
|
5904
5931
|
l$ret$1: do {
|
|
5905
5932
|
try {
|
|
5906
|
-
writeString(sink, this.
|
|
5933
|
+
writeString(sink, this.g7i_1 + '\n');
|
|
5907
5934
|
break l$ret$1;
|
|
5908
5935
|
} catch ($p) {
|
|
5909
5936
|
var t = $p;
|
|
@@ -5946,21 +5973,21 @@
|
|
|
5946
5973
|
while (true);
|
|
5947
5974
|
};
|
|
5948
5975
|
function LogsStorageControllerImpl(fileName, path, fileSystem, compressionService) {
|
|
5949
|
-
this.
|
|
5950
|
-
this.
|
|
5951
|
-
this.
|
|
5952
|
-
this.
|
|
5976
|
+
this.q7i_1 = fileName;
|
|
5977
|
+
this.r7i_1 = path;
|
|
5978
|
+
this.s7i_1 = fileSystem;
|
|
5979
|
+
this.t7i_1 = compressionService;
|
|
5953
5980
|
}
|
|
5954
|
-
protoOf(LogsStorageControllerImpl).
|
|
5981
|
+
protoOf(LogsStorageControllerImpl).d7j = function ($completion) {
|
|
5955
5982
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5956
5983
|
tmp.k9_1 = Unit_instance;
|
|
5957
5984
|
tmp.l9_1 = null;
|
|
5958
5985
|
return tmp.q9();
|
|
5959
5986
|
};
|
|
5960
|
-
protoOf(LogsStorageControllerImpl).
|
|
5987
|
+
protoOf(LogsStorageControllerImpl).e7j = function (log, $completion) {
|
|
5961
5988
|
return appendToFile(this, log, $completion);
|
|
5962
5989
|
};
|
|
5963
|
-
protoOf(LogsStorageControllerImpl).
|
|
5990
|
+
protoOf(LogsStorageControllerImpl).f7j = function ($completion) {
|
|
5964
5991
|
var tmp = new $compressLogCOROUTINE$(this, $completion);
|
|
5965
5992
|
tmp.k9_1 = Unit_instance;
|
|
5966
5993
|
tmp.l9_1 = null;
|
|
@@ -5978,30 +6005,30 @@
|
|
|
5978
6005
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5979
6006
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5980
6007
|
TimerAction.call(this);
|
|
5981
|
-
this.
|
|
5982
|
-
this.
|
|
5983
|
-
this.
|
|
5984
|
-
this.
|
|
6008
|
+
this.l7j_1 = timerTag;
|
|
6009
|
+
this.m7j_1 = delayMillis;
|
|
6010
|
+
this.n7j_1 = initialDelay;
|
|
6011
|
+
this.o7j_1 = type;
|
|
5985
6012
|
}
|
|
5986
6013
|
protoOf(StartTimerAction).toString = function () {
|
|
5987
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5988
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
6014
|
+
var tmp = 'timerTag=' + toString_0(this.l7j_1);
|
|
6015
|
+
var tmp_0 = 'delayMillis=' + this.m7j_1.toString();
|
|
5989
6016
|
// Inline function 'kotlin.takeIf' call
|
|
5990
|
-
var this_0 = 'initialDelay=' + this.
|
|
6017
|
+
var this_0 = 'initialDelay=' + this.n7j_1.toString();
|
|
5991
6018
|
var tmp_1;
|
|
5992
|
-
if (!equalsLong(this.
|
|
6019
|
+
if (!equalsLong(this.n7j_1, new Long(0, 0))) {
|
|
5993
6020
|
tmp_1 = this_0;
|
|
5994
6021
|
} else {
|
|
5995
6022
|
tmp_1 = null;
|
|
5996
6023
|
}
|
|
5997
6024
|
var tmp$ret$1 = tmp_1;
|
|
5998
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
6025
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.o7j_1.toString()])) + ')';
|
|
5999
6026
|
};
|
|
6000
6027
|
protoOf(StartTimerAction).hashCode = function () {
|
|
6001
|
-
var result = hashCode(this.
|
|
6002
|
-
result = imul(result, 31) + this.k7j_1.hashCode() | 0;
|
|
6003
|
-
result = imul(result, 31) + this.l7j_1.hashCode() | 0;
|
|
6028
|
+
var result = hashCode(this.l7j_1);
|
|
6004
6029
|
result = imul(result, 31) + this.m7j_1.hashCode() | 0;
|
|
6030
|
+
result = imul(result, 31) + this.n7j_1.hashCode() | 0;
|
|
6031
|
+
result = imul(result, 31) + this.o7j_1.hashCode() | 0;
|
|
6005
6032
|
return result;
|
|
6006
6033
|
};
|
|
6007
6034
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -6009,13 +6036,13 @@
|
|
|
6009
6036
|
return true;
|
|
6010
6037
|
if (!(other instanceof StartTimerAction))
|
|
6011
6038
|
return false;
|
|
6012
|
-
if (!equals(this.
|
|
6039
|
+
if (!equals(this.l7j_1, other.l7j_1))
|
|
6013
6040
|
return false;
|
|
6014
|
-
if (!equalsLong(this.
|
|
6041
|
+
if (!equalsLong(this.m7j_1, other.m7j_1))
|
|
6015
6042
|
return false;
|
|
6016
|
-
if (!equalsLong(this.
|
|
6043
|
+
if (!equalsLong(this.n7j_1, other.n7j_1))
|
|
6017
6044
|
return false;
|
|
6018
|
-
if (!this.
|
|
6045
|
+
if (!this.o7j_1.equals(other.o7j_1))
|
|
6019
6046
|
return false;
|
|
6020
6047
|
return true;
|
|
6021
6048
|
};
|
|
@@ -6034,37 +6061,37 @@
|
|
|
6034
6061
|
}
|
|
6035
6062
|
function StopTimerAction(timerTag) {
|
|
6036
6063
|
TimerAction.call(this);
|
|
6037
|
-
this.
|
|
6064
|
+
this.p7j_1 = timerTag;
|
|
6038
6065
|
}
|
|
6039
6066
|
protoOf(StopTimerAction).toString = function () {
|
|
6040
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
6067
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.p7j_1) + ')';
|
|
6041
6068
|
};
|
|
6042
6069
|
protoOf(StopTimerAction).hashCode = function () {
|
|
6043
|
-
return hashCode(this.
|
|
6070
|
+
return hashCode(this.p7j_1);
|
|
6044
6071
|
};
|
|
6045
6072
|
protoOf(StopTimerAction).equals = function (other) {
|
|
6046
6073
|
if (this === other)
|
|
6047
6074
|
return true;
|
|
6048
6075
|
if (!(other instanceof StopTimerAction))
|
|
6049
6076
|
return false;
|
|
6050
|
-
if (!equals(this.
|
|
6077
|
+
if (!equals(this.p7j_1, other.p7j_1))
|
|
6051
6078
|
return false;
|
|
6052
6079
|
return true;
|
|
6053
6080
|
};
|
|
6054
6081
|
function TimerTickAction(timerTag, type) {
|
|
6055
6082
|
TimerAction.call(this);
|
|
6056
|
-
this.
|
|
6057
|
-
this.
|
|
6083
|
+
this.q7j_1 = timerTag;
|
|
6084
|
+
this.r7j_1 = type;
|
|
6058
6085
|
}
|
|
6059
6086
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
6060
|
-
return this.
|
|
6087
|
+
return this.q7j_1.ignoreValidation();
|
|
6061
6088
|
};
|
|
6062
6089
|
protoOf(TimerTickAction).toString = function () {
|
|
6063
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
6090
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.q7j_1) + ', type=' + this.r7j_1.toString() + ')';
|
|
6064
6091
|
};
|
|
6065
6092
|
protoOf(TimerTickAction).hashCode = function () {
|
|
6066
|
-
var result = hashCode(this.
|
|
6067
|
-
result = imul(result, 31) + this.
|
|
6093
|
+
var result = hashCode(this.q7j_1);
|
|
6094
|
+
result = imul(result, 31) + this.r7j_1.hashCode() | 0;
|
|
6068
6095
|
return result;
|
|
6069
6096
|
};
|
|
6070
6097
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -6072,9 +6099,9 @@
|
|
|
6072
6099
|
return true;
|
|
6073
6100
|
if (!(other instanceof TimerTickAction))
|
|
6074
6101
|
return false;
|
|
6075
|
-
if (!equals(this.
|
|
6102
|
+
if (!equals(this.q7j_1, other.q7j_1))
|
|
6076
6103
|
return false;
|
|
6077
|
-
if (!this.
|
|
6104
|
+
if (!this.r7j_1.equals(other.r7j_1))
|
|
6078
6105
|
return false;
|
|
6079
6106
|
return true;
|
|
6080
6107
|
};
|
|
@@ -6120,7 +6147,7 @@
|
|
|
6120
6147
|
return function (reducer, initialState, en) {
|
|
6121
6148
|
var store = $storeCreator(reducer, initialState, en);
|
|
6122
6149
|
var origDispatch = store.dispatch;
|
|
6123
|
-
store.
|
|
6150
|
+
store.s7j(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
6124
6151
|
return store;
|
|
6125
6152
|
};
|
|
6126
6153
|
}
|
|
@@ -6134,7 +6161,7 @@
|
|
|
6134
6161
|
}
|
|
6135
6162
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
6136
6163
|
return function (action) {
|
|
6137
|
-
$middleware.
|
|
6164
|
+
$middleware.t7j($store, $dispatcher, action);
|
|
6138
6165
|
return Unit_instance;
|
|
6139
6166
|
};
|
|
6140
6167
|
}
|
|
@@ -6149,7 +6176,7 @@
|
|
|
6149
6176
|
while (inductionVariable < last) {
|
|
6150
6177
|
var element = tmp0[inductionVariable];
|
|
6151
6178
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6152
|
-
if (element.
|
|
6179
|
+
if (element.u7j(action)) {
|
|
6153
6180
|
destination.e1(element);
|
|
6154
6181
|
}
|
|
6155
6182
|
}
|
|
@@ -6173,7 +6200,7 @@
|
|
|
6173
6200
|
return function (reducer, initialState, en) {
|
|
6174
6201
|
var store = $storeCreator(reducer, initialState, en);
|
|
6175
6202
|
var origDispatch = store.dispatch;
|
|
6176
|
-
store.
|
|
6203
|
+
store.s7j(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
6177
6204
|
return store;
|
|
6178
6205
|
};
|
|
6179
6206
|
}
|
|
@@ -6187,9 +6214,9 @@
|
|
|
6187
6214
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
6188
6215
|
}
|
|
6189
6216
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
6190
|
-
this.
|
|
6191
|
-
this.
|
|
6192
|
-
this.
|
|
6217
|
+
this.d7k_1 = $jobsProvider;
|
|
6218
|
+
this.e7k_1 = $action;
|
|
6219
|
+
this.f7k_1 = $store;
|
|
6193
6220
|
CoroutineImpl.call(this, resultContinuation);
|
|
6194
6221
|
}
|
|
6195
6222
|
protoOf(timerMiddleware$o$handle$slambda$slambda).s2d = function ($this$launchMain, $completion) {
|
|
@@ -6208,8 +6235,8 @@
|
|
|
6208
6235
|
var tmp = this.i9_1;
|
|
6209
6236
|
if (tmp === 0) {
|
|
6210
6237
|
this.j9_1 = 1;
|
|
6211
|
-
if (this.
|
|
6212
|
-
this.
|
|
6238
|
+
if (this.d7k_1.k7h(this.e7k_1.l7j_1)) {
|
|
6239
|
+
this.f7k_1.dispatch(new TimerTickAction(this.e7k_1.l7j_1, TimerType_DELAY_getInstance()));
|
|
6213
6240
|
}
|
|
6214
6241
|
return Unit_instance;
|
|
6215
6242
|
} else if (tmp === 1) {
|
|
@@ -6222,8 +6249,8 @@
|
|
|
6222
6249
|
while (true);
|
|
6223
6250
|
};
|
|
6224
6251
|
protoOf(timerMiddleware$o$handle$slambda$slambda).t2d = function ($this$launchMain, completion) {
|
|
6225
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
6226
|
-
i.
|
|
6252
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.d7k_1, this.e7k_1, this.f7k_1, completion);
|
|
6253
|
+
i.g7k_1 = $this$launchMain;
|
|
6227
6254
|
return i;
|
|
6228
6255
|
};
|
|
6229
6256
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -6235,9 +6262,9 @@
|
|
|
6235
6262
|
return l;
|
|
6236
6263
|
}
|
|
6237
6264
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
6238
|
-
this.
|
|
6239
|
-
this.
|
|
6240
|
-
this.
|
|
6265
|
+
this.p7k_1 = $jobsProvider;
|
|
6266
|
+
this.q7k_1 = $action;
|
|
6267
|
+
this.r7k_1 = $store;
|
|
6241
6268
|
CoroutineImpl.call(this, resultContinuation);
|
|
6242
6269
|
}
|
|
6243
6270
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).s2d = function ($this$launchMain, $completion) {
|
|
@@ -6256,8 +6283,8 @@
|
|
|
6256
6283
|
var tmp = this.i9_1;
|
|
6257
6284
|
if (tmp === 0) {
|
|
6258
6285
|
this.j9_1 = 1;
|
|
6259
|
-
if (this.
|
|
6260
|
-
this.
|
|
6286
|
+
if (this.p7k_1.k7h(this.q7k_1.l7j_1)) {
|
|
6287
|
+
this.r7k_1.dispatch(new TimerTickAction(this.q7k_1.l7j_1, TimerType_INTERVAL_getInstance()));
|
|
6261
6288
|
}
|
|
6262
6289
|
return Unit_instance;
|
|
6263
6290
|
} else if (tmp === 1) {
|
|
@@ -6270,8 +6297,8 @@
|
|
|
6270
6297
|
while (true);
|
|
6271
6298
|
};
|
|
6272
6299
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).t2d = function ($this$launchMain, completion) {
|
|
6273
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
6274
|
-
i.
|
|
6300
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.p7k_1, this.q7k_1, this.r7k_1, completion);
|
|
6301
|
+
i.s7k_1 = $this$launchMain;
|
|
6275
6302
|
return i;
|
|
6276
6303
|
};
|
|
6277
6304
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -6283,10 +6310,10 @@
|
|
|
6283
6310
|
return l;
|
|
6284
6311
|
}
|
|
6285
6312
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
6286
|
-
this.
|
|
6287
|
-
this.
|
|
6288
|
-
this.
|
|
6289
|
-
this.
|
|
6313
|
+
this.b7l_1 = $action;
|
|
6314
|
+
this.c7l_1 = $asyncProvider;
|
|
6315
|
+
this.d7l_1 = $jobsProvider;
|
|
6316
|
+
this.e7l_1 = $store;
|
|
6290
6317
|
CoroutineImpl.call(this, resultContinuation);
|
|
6291
6318
|
}
|
|
6292
6319
|
protoOf(timerMiddleware$o$handle$slambda).s2d = function ($this$launchDefault, $completion) {
|
|
@@ -6306,9 +6333,9 @@
|
|
|
6306
6333
|
switch (tmp) {
|
|
6307
6334
|
case 0:
|
|
6308
6335
|
this.j9_1 = 10;
|
|
6309
|
-
if (!equalsLong(this.
|
|
6336
|
+
if (!equalsLong(this.b7l_1.n7j_1, new Long(0, 0)) && this.b7l_1.o7j_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
6310
6337
|
this.i9_1 = 1;
|
|
6311
|
-
suspendResult = delay(this.
|
|
6338
|
+
suspendResult = delay(this.b7l_1.n7j_1, this);
|
|
6312
6339
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6313
6340
|
return suspendResult;
|
|
6314
6341
|
}
|
|
@@ -6322,19 +6349,19 @@
|
|
|
6322
6349
|
this.i9_1 = 2;
|
|
6323
6350
|
continue $sm;
|
|
6324
6351
|
case 2:
|
|
6325
|
-
var tmp0 = this.
|
|
6352
|
+
var tmp0 = this.b7l_1.o7j_1.a1_1;
|
|
6326
6353
|
if (tmp0 === 0) {
|
|
6327
6354
|
this.i9_1 = 8;
|
|
6328
|
-
suspendResult = delay(this.
|
|
6355
|
+
suspendResult = delay(this.b7l_1.m7j_1, this);
|
|
6329
6356
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6330
6357
|
return suspendResult;
|
|
6331
6358
|
}
|
|
6332
6359
|
continue $sm;
|
|
6333
6360
|
} else {
|
|
6334
6361
|
if (tmp0 === 1) {
|
|
6335
|
-
if (!equalsLong(this.
|
|
6362
|
+
if (!equalsLong(this.b7l_1.n7j_1, new Long(0, 0))) {
|
|
6336
6363
|
this.i9_1 = 3;
|
|
6337
|
-
suspendResult = delay(this.
|
|
6364
|
+
suspendResult = delay(this.b7l_1.n7j_1, this);
|
|
6338
6365
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6339
6366
|
return suspendResult;
|
|
6340
6367
|
}
|
|
@@ -6357,14 +6384,14 @@
|
|
|
6357
6384
|
this.i9_1 = 5;
|
|
6358
6385
|
continue $sm;
|
|
6359
6386
|
case 5:
|
|
6360
|
-
if (!get_isActive(this.
|
|
6387
|
+
if (!get_isActive(this.f7l_1)) {
|
|
6361
6388
|
this.i9_1 = 7;
|
|
6362
6389
|
continue $sm;
|
|
6363
6390
|
}
|
|
6364
6391
|
|
|
6365
|
-
this.
|
|
6392
|
+
this.c7l_1.o7f(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.d7l_1, this.b7l_1, this.e7l_1, null));
|
|
6366
6393
|
this.i9_1 = 6;
|
|
6367
|
-
suspendResult = delay(this.
|
|
6394
|
+
suspendResult = delay(this.b7l_1.n7j_1, this);
|
|
6368
6395
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6369
6396
|
return suspendResult;
|
|
6370
6397
|
}
|
|
@@ -6374,12 +6401,12 @@
|
|
|
6374
6401
|
this.i9_1 = 5;
|
|
6375
6402
|
continue $sm;
|
|
6376
6403
|
case 7:
|
|
6377
|
-
this.
|
|
6404
|
+
this.g7l_1 = Unit_instance;
|
|
6378
6405
|
this.i9_1 = 9;
|
|
6379
6406
|
continue $sm;
|
|
6380
6407
|
case 8:
|
|
6381
6408
|
var tmp_1 = this;
|
|
6382
|
-
tmp_1.
|
|
6409
|
+
tmp_1.g7l_1 = this.c7l_1.o7f(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.d7l_1, this.b7l_1, this.e7l_1, null));
|
|
6383
6410
|
this.i9_1 = 9;
|
|
6384
6411
|
continue $sm;
|
|
6385
6412
|
case 9:
|
|
@@ -6399,8 +6426,8 @@
|
|
|
6399
6426
|
while (true);
|
|
6400
6427
|
};
|
|
6401
6428
|
protoOf(timerMiddleware$o$handle$slambda).t2d = function ($this$launchDefault, completion) {
|
|
6402
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
6403
|
-
i.
|
|
6429
|
+
var i = new timerMiddleware$o$handle$slambda(this.b7l_1, this.c7l_1, this.d7l_1, this.e7l_1, completion);
|
|
6430
|
+
i.f7l_1 = $this$launchDefault;
|
|
6404
6431
|
return i;
|
|
6405
6432
|
};
|
|
6406
6433
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -6412,24 +6439,24 @@
|
|
|
6412
6439
|
return l;
|
|
6413
6440
|
}
|
|
6414
6441
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
6415
|
-
this.
|
|
6416
|
-
this.
|
|
6442
|
+
this.h7l_1 = $asyncProvider;
|
|
6443
|
+
this.i7l_1 = $jobsProvider;
|
|
6417
6444
|
}
|
|
6418
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6445
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).u7j = function (action) {
|
|
6419
6446
|
return action instanceof TimerAction;
|
|
6420
6447
|
};
|
|
6421
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6448
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).j7l = function (store, next, action) {
|
|
6422
6449
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
6423
6450
|
if (action_0 instanceof StartTimerAction) {
|
|
6424
|
-
var job = this.
|
|
6425
|
-
this.
|
|
6451
|
+
var job = this.h7l_1.k7f(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.h7l_1, this.i7l_1, store, null));
|
|
6452
|
+
this.i7l_1.g7h(action_0.l7j_1, job);
|
|
6426
6453
|
} else {
|
|
6427
6454
|
if (action_0 instanceof StopTimerAction) {
|
|
6428
|
-
this.
|
|
6455
|
+
this.i7l_1.h7h(action_0.p7j_1);
|
|
6429
6456
|
} else {
|
|
6430
6457
|
if (action_0 instanceof TimerTickAction) {
|
|
6431
|
-
if (action_0.
|
|
6432
|
-
this.
|
|
6458
|
+
if (action_0.r7j_1.equals(TimerType_DELAY_getInstance())) {
|
|
6459
|
+
this.i7l_1.i7h(action_0.q7j_1);
|
|
6433
6460
|
}
|
|
6434
6461
|
} else {
|
|
6435
6462
|
noWhenBranchMatchedException();
|
|
@@ -6438,8 +6465,8 @@
|
|
|
6438
6465
|
}
|
|
6439
6466
|
next(action_0);
|
|
6440
6467
|
};
|
|
6441
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
6442
|
-
return this.
|
|
6468
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).t7j = function (store, next, action) {
|
|
6469
|
+
return this.j7l(store, next, action);
|
|
6443
6470
|
};
|
|
6444
6471
|
function compose(functions) {
|
|
6445
6472
|
return compose$lambda(functions);
|
|
@@ -6488,7 +6515,7 @@
|
|
|
6488
6515
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
6489
6516
|
try {
|
|
6490
6517
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
6491
|
-
currentState._v = currentReducer._v.
|
|
6518
|
+
currentState._v = currentReducer._v.k7l(currentState._v, action);
|
|
6492
6519
|
stateTrigger.z2b(Unit_instance);
|
|
6493
6520
|
} catch ($p) {
|
|
6494
6521
|
if ($p instanceof Exception) {
|
|
@@ -6507,8 +6534,8 @@
|
|
|
6507
6534
|
createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, REPLACE_getInstance());
|
|
6508
6535
|
}
|
|
6509
6536
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
6510
|
-
this.
|
|
6511
|
-
this.
|
|
6537
|
+
this.t7l_1 = $$this$unsafeFlow;
|
|
6538
|
+
this.u7l_1 = this$0;
|
|
6512
6539
|
CoroutineImpl.call(this, resultContinuation);
|
|
6513
6540
|
}
|
|
6514
6541
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).l2n = function (value, $completion) {
|
|
@@ -6528,10 +6555,10 @@
|
|
|
6528
6555
|
switch (tmp) {
|
|
6529
6556
|
case 0:
|
|
6530
6557
|
this.j9_1 = 2;
|
|
6531
|
-
var tmp0 = this.
|
|
6532
|
-
this.
|
|
6558
|
+
var tmp0 = this.t7l_1;
|
|
6559
|
+
this.v7l_1;
|
|
6533
6560
|
this.i9_1 = 1;
|
|
6534
|
-
suspendResult = tmp0.r28(this.
|
|
6561
|
+
suspendResult = tmp0.r28(this.u7l_1.state, this);
|
|
6535
6562
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6536
6563
|
return suspendResult;
|
|
6537
6564
|
}
|
|
@@ -6554,8 +6581,8 @@
|
|
|
6554
6581
|
while (true);
|
|
6555
6582
|
};
|
|
6556
6583
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).m2n = function (value, completion) {
|
|
6557
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
6558
|
-
i.
|
|
6584
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.t7l_1, this.u7l_1, completion);
|
|
6585
|
+
i.v7l_1 = value;
|
|
6559
6586
|
return i;
|
|
6560
6587
|
};
|
|
6561
6588
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -6568,8 +6595,8 @@
|
|
|
6568
6595
|
}
|
|
6569
6596
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
6570
6597
|
CoroutineImpl.call(this, resultContinuation);
|
|
6571
|
-
this.
|
|
6572
|
-
this.
|
|
6598
|
+
this.e7m_1 = _this__u8e3s4;
|
|
6599
|
+
this.f7m_1 = collector;
|
|
6573
6600
|
}
|
|
6574
6601
|
protoOf($collectCOROUTINE$).q9 = function () {
|
|
6575
6602
|
var suspendResult = this.k9_1;
|
|
@@ -6579,10 +6606,10 @@
|
|
|
6579
6606
|
switch (tmp) {
|
|
6580
6607
|
case 0:
|
|
6581
6608
|
this.j9_1 = 2;
|
|
6582
|
-
var $this$unsafeFlow = this.
|
|
6609
|
+
var $this$unsafeFlow = this.f7m_1;
|
|
6583
6610
|
this.i9_1 = 1;
|
|
6584
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
6585
|
-
suspendResult = this.
|
|
6611
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.e7m_1.h7m_1, null);
|
|
6612
|
+
suspendResult = this.e7m_1.g7m_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
6586
6613
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6587
6614
|
return suspendResult;
|
|
6588
6615
|
}
|
|
@@ -6605,13 +6632,13 @@
|
|
|
6605
6632
|
while (true);
|
|
6606
6633
|
};
|
|
6607
6634
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6608
|
-
this.
|
|
6635
|
+
this.i7m_1 = function_0;
|
|
6609
6636
|
}
|
|
6610
6637
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).r28 = function (value, $completion) {
|
|
6611
|
-
return this.
|
|
6638
|
+
return this.i7m_1(value, $completion);
|
|
6612
6639
|
};
|
|
6613
6640
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).s3 = function () {
|
|
6614
|
-
return this.
|
|
6641
|
+
return this.i7m_1;
|
|
6615
6642
|
};
|
|
6616
6643
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6617
6644
|
var tmp;
|
|
@@ -6644,8 +6671,8 @@
|
|
|
6644
6671
|
};
|
|
6645
6672
|
}
|
|
6646
6673
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6647
|
-
this.
|
|
6648
|
-
this.
|
|
6674
|
+
this.g7m_1 = $this;
|
|
6675
|
+
this.h7m_1 = this$0;
|
|
6649
6676
|
}
|
|
6650
6677
|
protoOf(createStore$3$observe$$inlined$map$1).s28 = function (collector, $completion) {
|
|
6651
6678
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6657,33 +6684,33 @@
|
|
|
6657
6684
|
return this.s28(collector, $completion);
|
|
6658
6685
|
};
|
|
6659
6686
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6660
|
-
this.
|
|
6661
|
-
this.
|
|
6662
|
-
this.
|
|
6687
|
+
this.m7m_1 = $currentState;
|
|
6688
|
+
this.n7m_1 = $stateTrigger;
|
|
6689
|
+
this.j7m_1 = this;
|
|
6663
6690
|
var tmp = this;
|
|
6664
|
-
tmp.
|
|
6691
|
+
tmp.k7m_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6665
6692
|
var tmp_0 = this;
|
|
6666
|
-
tmp_0.
|
|
6693
|
+
tmp_0.l7m_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6667
6694
|
}
|
|
6668
|
-
protoOf(createStore$3).
|
|
6669
|
-
return this.
|
|
6695
|
+
protoOf(createStore$3).o7m = function () {
|
|
6696
|
+
return this.j7m_1;
|
|
6670
6697
|
};
|
|
6671
6698
|
protoOf(createStore$3).a79 = function () {
|
|
6672
|
-
return createStore$getState(this.
|
|
6699
|
+
return createStore$getState(this.m7m_1);
|
|
6673
6700
|
};
|
|
6674
|
-
protoOf(createStore$3).
|
|
6675
|
-
this.
|
|
6701
|
+
protoOf(createStore$3).s7j = function (_set____db54di) {
|
|
6702
|
+
this.k7m_1 = _set____db54di;
|
|
6676
6703
|
};
|
|
6677
|
-
protoOf(createStore$3).
|
|
6678
|
-
return this.
|
|
6704
|
+
protoOf(createStore$3).p7m = function () {
|
|
6705
|
+
return this.k7m_1;
|
|
6679
6706
|
};
|
|
6680
|
-
protoOf(createStore$3).
|
|
6681
|
-
return this.
|
|
6707
|
+
protoOf(createStore$3).q7m = function () {
|
|
6708
|
+
return this.l7m_1;
|
|
6682
6709
|
};
|
|
6683
|
-
protoOf(createStore$3).
|
|
6710
|
+
protoOf(createStore$3).r7m = function () {
|
|
6684
6711
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6685
6712
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6686
|
-
var this_0 = this.
|
|
6713
|
+
var this_0 = this.n7m_1;
|
|
6687
6714
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6688
6715
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6689
6716
|
};
|
|
@@ -6759,10 +6786,10 @@
|
|
|
6759
6786
|
return new middleware$1(dispatch);
|
|
6760
6787
|
}
|
|
6761
6788
|
function middleware$1($dispatch) {
|
|
6762
|
-
this.
|
|
6789
|
+
this.s7m_1 = $dispatch;
|
|
6763
6790
|
}
|
|
6764
|
-
protoOf(middleware$1).
|
|
6765
|
-
this.
|
|
6791
|
+
protoOf(middleware$1).t7j = function (store, next, action) {
|
|
6792
|
+
this.s7m_1(store, next, action);
|
|
6766
6793
|
};
|
|
6767
6794
|
function Reducer() {
|
|
6768
6795
|
}
|
|
@@ -6770,11 +6797,11 @@
|
|
|
6770
6797
|
return new combineReducers$1(reducers);
|
|
6771
6798
|
}
|
|
6772
6799
|
function combineReducers$1($reducers) {
|
|
6773
|
-
this.
|
|
6800
|
+
this.t7m_1 = $reducers;
|
|
6774
6801
|
}
|
|
6775
|
-
protoOf(combineReducers$1).
|
|
6802
|
+
protoOf(combineReducers$1).u7m = function (state, action) {
|
|
6776
6803
|
// Inline function 'kotlin.collections.filter' call
|
|
6777
|
-
var tmp0 = this.
|
|
6804
|
+
var tmp0 = this.t7m_1;
|
|
6778
6805
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6779
6806
|
var destination = ArrayList_init_$Create$();
|
|
6780
6807
|
var inductionVariable = 0;
|
|
@@ -6782,7 +6809,7 @@
|
|
|
6782
6809
|
while (inductionVariable < last) {
|
|
6783
6810
|
var element = tmp0[inductionVariable];
|
|
6784
6811
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6785
|
-
if (element.
|
|
6812
|
+
if (element.u7j(action)) {
|
|
6786
6813
|
destination.e1(element);
|
|
6787
6814
|
}
|
|
6788
6815
|
}
|
|
@@ -6792,12 +6819,12 @@
|
|
|
6792
6819
|
while (_iterator__ex2g4s.u()) {
|
|
6793
6820
|
var element_0 = _iterator__ex2g4s.v();
|
|
6794
6821
|
var s = accumulator;
|
|
6795
|
-
accumulator = element_0.
|
|
6822
|
+
accumulator = element_0.k7l(s, action);
|
|
6796
6823
|
}
|
|
6797
6824
|
return accumulator;
|
|
6798
6825
|
};
|
|
6799
|
-
protoOf(combineReducers$1).
|
|
6800
|
-
return this.
|
|
6826
|
+
protoOf(combineReducers$1).k7l = function (state, action) {
|
|
6827
|
+
return this.u7m((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6801
6828
|
};
|
|
6802
6829
|
function Store() {
|
|
6803
6830
|
}
|
|
@@ -6809,13 +6836,13 @@
|
|
|
6809
6836
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6810
6837
|
}
|
|
6811
6838
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6812
|
-
this.
|
|
6839
|
+
this.v7m_1 = function_0;
|
|
6813
6840
|
}
|
|
6814
6841
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).r28 = function (value, $completion) {
|
|
6815
|
-
return this.
|
|
6842
|
+
return this.v7m_1(value, $completion);
|
|
6816
6843
|
};
|
|
6817
6844
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).s3 = function () {
|
|
6818
|
-
return this.
|
|
6845
|
+
return this.v7m_1;
|
|
6819
6846
|
};
|
|
6820
6847
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6821
6848
|
var tmp;
|
|
@@ -6836,9 +6863,9 @@
|
|
|
6836
6863
|
return hashCode(this.s3());
|
|
6837
6864
|
};
|
|
6838
6865
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6839
|
-
this.
|
|
6840
|
-
this.
|
|
6841
|
-
this.
|
|
6866
|
+
this.e7n_1 = $intervalMillis;
|
|
6867
|
+
this.f7n_1 = $this_channelFlow;
|
|
6868
|
+
this.g7n_1 = $events;
|
|
6842
6869
|
CoroutineImpl.call(this, resultContinuation);
|
|
6843
6870
|
}
|
|
6844
6871
|
protoOf(windowedByInterval$slambda$slambda).s2d = function ($this$launch, $completion) {
|
|
@@ -6861,13 +6888,13 @@
|
|
|
6861
6888
|
this.i9_1 = 1;
|
|
6862
6889
|
continue $sm;
|
|
6863
6890
|
case 1:
|
|
6864
|
-
if (!get_isActive(this.
|
|
6891
|
+
if (!get_isActive(this.h7n_1)) {
|
|
6865
6892
|
this.i9_1 = 4;
|
|
6866
6893
|
continue $sm;
|
|
6867
6894
|
}
|
|
6868
6895
|
|
|
6869
6896
|
this.i9_1 = 2;
|
|
6870
|
-
suspendResult = delay(this.
|
|
6897
|
+
suspendResult = delay(this.e7n_1, this);
|
|
6871
6898
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6872
6899
|
return suspendResult;
|
|
6873
6900
|
}
|
|
@@ -6875,14 +6902,14 @@
|
|
|
6875
6902
|
continue $sm;
|
|
6876
6903
|
case 2:
|
|
6877
6904
|
this.i9_1 = 3;
|
|
6878
|
-
suspendResult = this.
|
|
6905
|
+
suspendResult = this.f7n_1.w25(toList(this.g7n_1), this);
|
|
6879
6906
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6880
6907
|
return suspendResult;
|
|
6881
6908
|
}
|
|
6882
6909
|
|
|
6883
6910
|
continue $sm;
|
|
6884
6911
|
case 3:
|
|
6885
|
-
this.
|
|
6912
|
+
this.g7n_1.b3();
|
|
6886
6913
|
this.i9_1 = 1;
|
|
6887
6914
|
continue $sm;
|
|
6888
6915
|
case 4:
|
|
@@ -6902,8 +6929,8 @@
|
|
|
6902
6929
|
while (true);
|
|
6903
6930
|
};
|
|
6904
6931
|
protoOf(windowedByInterval$slambda$slambda).t2d = function ($this$launch, completion) {
|
|
6905
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6906
|
-
i.
|
|
6932
|
+
var i = new windowedByInterval$slambda$slambda(this.e7n_1, this.f7n_1, this.g7n_1, completion);
|
|
6933
|
+
i.h7n_1 = $this$launch;
|
|
6907
6934
|
return i;
|
|
6908
6935
|
};
|
|
6909
6936
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6915,7 +6942,7 @@
|
|
|
6915
6942
|
return l;
|
|
6916
6943
|
}
|
|
6917
6944
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6918
|
-
this.
|
|
6945
|
+
this.q7n_1 = $events;
|
|
6919
6946
|
CoroutineImpl.call(this, resultContinuation);
|
|
6920
6947
|
}
|
|
6921
6948
|
protoOf(windowedByInterval$slambda$slambda_1).l2f = function (event, $completion) {
|
|
@@ -6934,7 +6961,7 @@
|
|
|
6934
6961
|
var tmp = this.i9_1;
|
|
6935
6962
|
if (tmp === 0) {
|
|
6936
6963
|
this.j9_1 = 1;
|
|
6937
|
-
this.
|
|
6964
|
+
this.q7n_1.e1(this.r7n_1);
|
|
6938
6965
|
return Unit_instance;
|
|
6939
6966
|
} else if (tmp === 1) {
|
|
6940
6967
|
throw this.l9_1;
|
|
@@ -6946,8 +6973,8 @@
|
|
|
6946
6973
|
while (true);
|
|
6947
6974
|
};
|
|
6948
6975
|
protoOf(windowedByInterval$slambda$slambda_1).m2f = function (event, completion) {
|
|
6949
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6950
|
-
i.
|
|
6976
|
+
var i = new windowedByInterval$slambda$slambda_1(this.q7n_1, completion);
|
|
6977
|
+
i.r7n_1 = event;
|
|
6951
6978
|
return i;
|
|
6952
6979
|
};
|
|
6953
6980
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6959,18 +6986,18 @@
|
|
|
6959
6986
|
return l;
|
|
6960
6987
|
}
|
|
6961
6988
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6962
|
-
this.
|
|
6963
|
-
this.
|
|
6989
|
+
this.a7o_1 = $this_windowedByInterval;
|
|
6990
|
+
this.b7o_1 = $intervalMillis;
|
|
6964
6991
|
CoroutineImpl.call(this, resultContinuation);
|
|
6965
6992
|
}
|
|
6966
|
-
protoOf(windowedByInterval$slambda).
|
|
6967
|
-
var tmp = this.
|
|
6993
|
+
protoOf(windowedByInterval$slambda).e7o = function ($this$channelFlow, $completion) {
|
|
6994
|
+
var tmp = this.f7o($this$channelFlow, $completion);
|
|
6968
6995
|
tmp.k9_1 = Unit_instance;
|
|
6969
6996
|
tmp.l9_1 = null;
|
|
6970
6997
|
return tmp.q9();
|
|
6971
6998
|
};
|
|
6972
6999
|
protoOf(windowedByInterval$slambda).ca = function (p1, $completion) {
|
|
6973
|
-
return this.
|
|
7000
|
+
return this.e7o((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6974
7001
|
};
|
|
6975
7002
|
protoOf(windowedByInterval$slambda).q9 = function () {
|
|
6976
7003
|
var suspendResult = this.k9_1;
|
|
@@ -6981,11 +7008,11 @@
|
|
|
6981
7008
|
case 0:
|
|
6982
7009
|
this.j9_1 = 3;
|
|
6983
7010
|
var tmp_0 = this;
|
|
6984
|
-
tmp_0.
|
|
6985
|
-
launch(this.
|
|
7011
|
+
tmp_0.d7o_1 = ArrayList_init_$Create$();
|
|
7012
|
+
launch(this.c7o_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.b7o_1, this.c7o_1, this.d7o_1, null));
|
|
6986
7013
|
this.i9_1 = 1;
|
|
6987
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6988
|
-
suspendResult = this.
|
|
7014
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.d7o_1, null);
|
|
7015
|
+
suspendResult = this.a7o_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6989
7016
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6990
7017
|
return suspendResult;
|
|
6991
7018
|
}
|
|
@@ -6993,7 +7020,7 @@
|
|
|
6993
7020
|
continue $sm;
|
|
6994
7021
|
case 1:
|
|
6995
7022
|
this.i9_1 = 2;
|
|
6996
|
-
suspendResult = this.
|
|
7023
|
+
suspendResult = this.c7o_1.w25(toList(this.d7o_1), this);
|
|
6997
7024
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6998
7025
|
return suspendResult;
|
|
6999
7026
|
}
|
|
@@ -7015,21 +7042,21 @@
|
|
|
7015
7042
|
}
|
|
7016
7043
|
while (true);
|
|
7017
7044
|
};
|
|
7018
|
-
protoOf(windowedByInterval$slambda).
|
|
7019
|
-
var i = new windowedByInterval$slambda(this.
|
|
7020
|
-
i.
|
|
7045
|
+
protoOf(windowedByInterval$slambda).f7o = function ($this$channelFlow, completion) {
|
|
7046
|
+
var i = new windowedByInterval$slambda(this.a7o_1, this.b7o_1, completion);
|
|
7047
|
+
i.c7o_1 = $this$channelFlow;
|
|
7021
7048
|
return i;
|
|
7022
7049
|
};
|
|
7023
7050
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
7024
7051
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
7025
7052
|
var l = function ($this$channelFlow, $completion) {
|
|
7026
|
-
return i.
|
|
7053
|
+
return i.e7o($this$channelFlow, $completion);
|
|
7027
7054
|
};
|
|
7028
7055
|
l.$arity = 1;
|
|
7029
7056
|
return l;
|
|
7030
7057
|
}
|
|
7031
7058
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
7032
|
-
this.
|
|
7059
|
+
this.o7o_1 = $$this$unsafeFlow;
|
|
7033
7060
|
CoroutineImpl.call(this, resultContinuation);
|
|
7034
7061
|
}
|
|
7035
7062
|
protoOf(windowedByInterval$o$collect$slambda).l2n = function (value, $completion) {
|
|
@@ -7049,13 +7076,13 @@
|
|
|
7049
7076
|
switch (tmp) {
|
|
7050
7077
|
case 0:
|
|
7051
7078
|
this.j9_1 = 5;
|
|
7052
|
-
this.
|
|
7053
|
-
this.
|
|
7079
|
+
this.r7o_1 = this.o7o_1;
|
|
7080
|
+
this.q7o_1 = this.p7o_1;
|
|
7054
7081
|
this.i9_1 = 1;
|
|
7055
7082
|
continue $sm;
|
|
7056
7083
|
case 1:
|
|
7057
|
-
var $this$transform = this.
|
|
7058
|
-
var value = this.
|
|
7084
|
+
var $this$transform = this.r7o_1;
|
|
7085
|
+
var value = this.q7o_1;
|
|
7059
7086
|
if (!value.r()) {
|
|
7060
7087
|
this.i9_1 = 3;
|
|
7061
7088
|
suspendResult = $this$transform.r28(value, this);
|
|
@@ -7096,8 +7123,8 @@
|
|
|
7096
7123
|
while (true);
|
|
7097
7124
|
};
|
|
7098
7125
|
protoOf(windowedByInterval$o$collect$slambda).m2n = function (value, completion) {
|
|
7099
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
7100
|
-
i.
|
|
7126
|
+
var i = new windowedByInterval$o$collect$slambda(this.o7o_1, completion);
|
|
7127
|
+
i.p7o_1 = value;
|
|
7101
7128
|
return i;
|
|
7102
7129
|
};
|
|
7103
7130
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -7110,8 +7137,8 @@
|
|
|
7110
7137
|
}
|
|
7111
7138
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
7112
7139
|
CoroutineImpl.call(this, resultContinuation);
|
|
7113
|
-
this.
|
|
7114
|
-
this.
|
|
7140
|
+
this.a7p_1 = _this__u8e3s4;
|
|
7141
|
+
this.b7p_1 = collector;
|
|
7115
7142
|
}
|
|
7116
7143
|
protoOf($collectCOROUTINE$_0).q9 = function () {
|
|
7117
7144
|
var suspendResult = this.k9_1;
|
|
@@ -7121,10 +7148,10 @@
|
|
|
7121
7148
|
switch (tmp) {
|
|
7122
7149
|
case 0:
|
|
7123
7150
|
this.j9_1 = 2;
|
|
7124
|
-
var $this$unsafeFlow = this.
|
|
7151
|
+
var $this$unsafeFlow = this.b7p_1;
|
|
7125
7152
|
this.i9_1 = 1;
|
|
7126
7153
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
7127
|
-
suspendResult = this.
|
|
7154
|
+
suspendResult = this.a7p_1.c7p_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
7128
7155
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7129
7156
|
return suspendResult;
|
|
7130
7157
|
}
|
|
@@ -7147,7 +7174,7 @@
|
|
|
7147
7174
|
while (true);
|
|
7148
7175
|
};
|
|
7149
7176
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
7150
|
-
this.
|
|
7177
|
+
this.c7p_1 = $this;
|
|
7151
7178
|
}
|
|
7152
7179
|
protoOf(windowedByInterval$$inlined$filter$1).s28 = function (collector, $completion) {
|
|
7153
7180
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -7449,18 +7476,18 @@
|
|
|
7449
7476
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
7450
7477
|
}
|
|
7451
7478
|
function ClientLoggerKey(gameId, playerId) {
|
|
7452
|
-
this.
|
|
7453
|
-
this.
|
|
7479
|
+
this.d7p_1 = gameId;
|
|
7480
|
+
this.e7p_1 = playerId;
|
|
7454
7481
|
}
|
|
7455
|
-
protoOf(ClientLoggerKey).
|
|
7456
|
-
return joinToString(listOf([this.
|
|
7482
|
+
protoOf(ClientLoggerKey).f7p = function () {
|
|
7483
|
+
return joinToString(listOf([this.d7p_1, this.e7p_1]), '_');
|
|
7457
7484
|
};
|
|
7458
7485
|
protoOf(ClientLoggerKey).toString = function () {
|
|
7459
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
7486
|
+
return 'ClientLoggerKey(gameId=' + this.d7p_1 + ', playerId=' + this.e7p_1 + ')';
|
|
7460
7487
|
};
|
|
7461
7488
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
7462
|
-
var result = getStringHashCode(this.
|
|
7463
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
7489
|
+
var result = getStringHashCode(this.d7p_1);
|
|
7490
|
+
result = imul(result, 31) + getStringHashCode(this.e7p_1) | 0;
|
|
7464
7491
|
return result;
|
|
7465
7492
|
};
|
|
7466
7493
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -7468,35 +7495,35 @@
|
|
|
7468
7495
|
return true;
|
|
7469
7496
|
if (!(other instanceof ClientLoggerKey))
|
|
7470
7497
|
return false;
|
|
7471
|
-
if (!(this.
|
|
7498
|
+
if (!(this.d7p_1 === other.d7p_1))
|
|
7472
7499
|
return false;
|
|
7473
|
-
if (!(this.
|
|
7500
|
+
if (!(this.e7p_1 === other.e7p_1))
|
|
7474
7501
|
return false;
|
|
7475
7502
|
return true;
|
|
7476
7503
|
};
|
|
7477
7504
|
function ServerLoggerKey(gameId) {
|
|
7478
|
-
this.
|
|
7505
|
+
this.g7p_1 = gameId;
|
|
7479
7506
|
}
|
|
7480
|
-
protoOf(ServerLoggerKey).
|
|
7481
|
-
return this.
|
|
7507
|
+
protoOf(ServerLoggerKey).f7p = function () {
|
|
7508
|
+
return this.g7p_1;
|
|
7482
7509
|
};
|
|
7483
7510
|
protoOf(ServerLoggerKey).toString = function () {
|
|
7484
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
7511
|
+
return 'ServerLoggerKey(gameId=' + this.g7p_1 + ')';
|
|
7485
7512
|
};
|
|
7486
7513
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
7487
|
-
return getStringHashCode(this.
|
|
7514
|
+
return getStringHashCode(this.g7p_1);
|
|
7488
7515
|
};
|
|
7489
7516
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
7490
7517
|
if (this === other)
|
|
7491
7518
|
return true;
|
|
7492
7519
|
if (!(other instanceof ServerLoggerKey))
|
|
7493
7520
|
return false;
|
|
7494
|
-
if (!(this.
|
|
7521
|
+
if (!(this.g7p_1 === other.g7p_1))
|
|
7495
7522
|
return false;
|
|
7496
7523
|
return true;
|
|
7497
7524
|
};
|
|
7498
7525
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
7499
|
-
return $this.
|
|
7526
|
+
return $this.h7p_1.o1();
|
|
7500
7527
|
}
|
|
7501
7528
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
7502
7529
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -7536,7 +7563,7 @@
|
|
|
7536
7563
|
Companion_instance_28 = this;
|
|
7537
7564
|
var tmp = this;
|
|
7538
7565
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
7539
|
-
tmp.
|
|
7566
|
+
tmp.h7p_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
7540
7567
|
}
|
|
7541
7568
|
protoOf(Companion_26).d5g = function () {
|
|
7542
7569
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -7599,7 +7626,7 @@
|
|
|
7599
7626
|
// Inline function 'kotlin.arrayOf' call
|
|
7600
7627
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7601
7628
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7602
|
-
tmp.
|
|
7629
|
+
tmp.n7p_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
7603
7630
|
}
|
|
7604
7631
|
var Companion_instance_29;
|
|
7605
7632
|
function Companion_getInstance_30() {
|
|
@@ -7615,12 +7642,12 @@
|
|
|
7615
7642
|
tmp0_serialDesc.w11('tag', false);
|
|
7616
7643
|
tmp0_serialDesc.w11('message', false);
|
|
7617
7644
|
tmp0_serialDesc.w11('stackTrace', false);
|
|
7618
|
-
this.
|
|
7645
|
+
this.o7p_1 = tmp0_serialDesc;
|
|
7619
7646
|
}
|
|
7620
|
-
protoOf($serializer_15).
|
|
7621
|
-
var tmp0_desc = this.
|
|
7647
|
+
protoOf($serializer_15).p7p = function (encoder, value) {
|
|
7648
|
+
var tmp0_desc = this.o7p_1;
|
|
7622
7649
|
var tmp1_output = encoder.eu(tmp0_desc);
|
|
7623
|
-
var tmp2_cached = Companion_getInstance_30().
|
|
7650
|
+
var tmp2_cached = Companion_getInstance_30().n7p_1;
|
|
7624
7651
|
tmp1_output.vv(tmp0_desc, 0, tmp2_cached[0].o1(), value.type);
|
|
7625
7652
|
tmp1_output.xv(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7626
7653
|
tmp1_output.xv(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7629,10 +7656,10 @@
|
|
|
7629
7656
|
tmp1_output.fu(tmp0_desc);
|
|
7630
7657
|
};
|
|
7631
7658
|
protoOf($serializer_15).sq = function (encoder, value) {
|
|
7632
|
-
return this.
|
|
7659
|
+
return this.p7p(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7633
7660
|
};
|
|
7634
7661
|
protoOf($serializer_15).tq = function (decoder) {
|
|
7635
|
-
var tmp0_desc = this.
|
|
7662
|
+
var tmp0_desc = this.o7p_1;
|
|
7636
7663
|
var tmp1_flag = true;
|
|
7637
7664
|
var tmp2_index = 0;
|
|
7638
7665
|
var tmp3_bitMask0 = 0;
|
|
@@ -7642,7 +7669,7 @@
|
|
|
7642
7669
|
var tmp7_local3 = null;
|
|
7643
7670
|
var tmp8_local4 = null;
|
|
7644
7671
|
var tmp9_input = decoder.eu(tmp0_desc);
|
|
7645
|
-
var tmp10_cached = Companion_getInstance_30().
|
|
7672
|
+
var tmp10_cached = Companion_getInstance_30().n7p_1;
|
|
7646
7673
|
if (tmp9_input.uu()) {
|
|
7647
7674
|
tmp4_local0 = tmp9_input.qu(tmp0_desc, 0, tmp10_cached[0].o1(), tmp4_local0);
|
|
7648
7675
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7689,13 +7716,13 @@
|
|
|
7689
7716
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7690
7717
|
};
|
|
7691
7718
|
protoOf($serializer_15).rq = function () {
|
|
7692
|
-
return this.
|
|
7719
|
+
return this.o7p_1;
|
|
7693
7720
|
};
|
|
7694
7721
|
protoOf($serializer_15).l12 = function () {
|
|
7695
7722
|
// Inline function 'kotlin.arrayOf' call
|
|
7696
7723
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7697
7724
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7698
|
-
return [Companion_getInstance_30().
|
|
7725
|
+
return [Companion_getInstance_30().n7p_1[0].o1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7699
7726
|
};
|
|
7700
7727
|
var $serializer_instance_15;
|
|
7701
7728
|
function $serializer_getInstance_15() {
|
|
@@ -7705,7 +7732,7 @@
|
|
|
7705
7732
|
}
|
|
7706
7733
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7707
7734
|
if (!(31 === (31 & seen0))) {
|
|
7708
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_15().
|
|
7735
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_15().o7p_1);
|
|
7709
7736
|
}
|
|
7710
7737
|
$this.type = type;
|
|
7711
7738
|
$this.key = key;
|
|
@@ -7737,7 +7764,7 @@
|
|
|
7737
7764
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7738
7765
|
return this.message;
|
|
7739
7766
|
};
|
|
7740
|
-
protoOf(LoggerOutputDataDto).
|
|
7767
|
+
protoOf(LoggerOutputDataDto).q7p = function () {
|
|
7741
7768
|
return this.stackTrace;
|
|
7742
7769
|
};
|
|
7743
7770
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7794,7 +7821,7 @@
|
|
|
7794
7821
|
protoOf(LoggerOutputDataDto).j77 = function () {
|
|
7795
7822
|
return this.stackTrace;
|
|
7796
7823
|
};
|
|
7797
|
-
protoOf(LoggerOutputDataDto).
|
|
7824
|
+
protoOf(LoggerOutputDataDto).r7p = function (type, key, tag, message, stackTrace) {
|
|
7798
7825
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7799
7826
|
};
|
|
7800
7827
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7803,7 +7830,7 @@
|
|
|
7803
7830
|
tag = tag === VOID ? this.tag : tag;
|
|
7804
7831
|
message = message === VOID ? this.message : message;
|
|
7805
7832
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7806
|
-
return $super === VOID ? this.
|
|
7833
|
+
return $super === VOID ? this.r7p(type, key, tag, message, stackTrace) : $super.r7p.call(this, type, key, tag, message, stackTrace);
|
|
7807
7834
|
};
|
|
7808
7835
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7809
7836
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7834,8 +7861,8 @@
|
|
|
7834
7861
|
return true;
|
|
7835
7862
|
};
|
|
7836
7863
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7837
|
-
this.
|
|
7838
|
-
this.
|
|
7864
|
+
this.a7q_1 = $$this$unsafeFlow;
|
|
7865
|
+
this.b7q_1 = $types;
|
|
7839
7866
|
CoroutineImpl.call(this, resultContinuation);
|
|
7840
7867
|
}
|
|
7841
7868
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).l2n = function (value, $completion) {
|
|
@@ -7855,14 +7882,14 @@
|
|
|
7855
7882
|
switch (tmp) {
|
|
7856
7883
|
case 0:
|
|
7857
7884
|
this.j9_1 = 5;
|
|
7858
|
-
this.
|
|
7859
|
-
this.
|
|
7885
|
+
this.e7q_1 = this.a7q_1;
|
|
7886
|
+
this.d7q_1 = this.c7q_1;
|
|
7860
7887
|
this.i9_1 = 1;
|
|
7861
7888
|
continue $sm;
|
|
7862
7889
|
case 1:
|
|
7863
|
-
var $this$transform = this.
|
|
7864
|
-
var value = this.
|
|
7865
|
-
if (contains_0(this.
|
|
7890
|
+
var $this$transform = this.e7q_1;
|
|
7891
|
+
var value = this.d7q_1;
|
|
7892
|
+
if (contains_0(this.b7q_1, value.type)) {
|
|
7866
7893
|
this.i9_1 = 3;
|
|
7867
7894
|
suspendResult = $this$transform.r28(value, this);
|
|
7868
7895
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7902,8 +7929,8 @@
|
|
|
7902
7929
|
while (true);
|
|
7903
7930
|
};
|
|
7904
7931
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).m2n = function (value, completion) {
|
|
7905
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7906
|
-
i.
|
|
7932
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.a7q_1, this.b7q_1, completion);
|
|
7933
|
+
i.c7q_1 = value;
|
|
7907
7934
|
return i;
|
|
7908
7935
|
};
|
|
7909
7936
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7916,8 +7943,8 @@
|
|
|
7916
7943
|
}
|
|
7917
7944
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7918
7945
|
CoroutineImpl.call(this, resultContinuation);
|
|
7919
|
-
this.
|
|
7920
|
-
this.
|
|
7946
|
+
this.n7q_1 = _this__u8e3s4;
|
|
7947
|
+
this.o7q_1 = collector;
|
|
7921
7948
|
}
|
|
7922
7949
|
protoOf($collectCOROUTINE$_1).q9 = function () {
|
|
7923
7950
|
var suspendResult = this.k9_1;
|
|
@@ -7927,10 +7954,10 @@
|
|
|
7927
7954
|
switch (tmp) {
|
|
7928
7955
|
case 0:
|
|
7929
7956
|
this.j9_1 = 2;
|
|
7930
|
-
var $this$unsafeFlow = this.
|
|
7957
|
+
var $this$unsafeFlow = this.o7q_1;
|
|
7931
7958
|
this.i9_1 = 1;
|
|
7932
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7933
|
-
suspendResult = this.
|
|
7959
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.n7q_1.q7q_1, null);
|
|
7960
|
+
suspendResult = this.n7q_1.p7q_1.o27(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7934
7961
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7935
7962
|
return suspendResult;
|
|
7936
7963
|
}
|
|
@@ -7953,20 +7980,20 @@
|
|
|
7953
7980
|
while (true);
|
|
7954
7981
|
};
|
|
7955
7982
|
function Companion_28() {
|
|
7956
|
-
this.
|
|
7983
|
+
this.r7q_1 = 1000;
|
|
7957
7984
|
}
|
|
7958
7985
|
var Companion_instance_30;
|
|
7959
7986
|
function Companion_getInstance_31() {
|
|
7960
7987
|
return Companion_instance_30;
|
|
7961
7988
|
}
|
|
7962
7989
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7963
|
-
this.
|
|
7990
|
+
this.s7q_1 = function_0;
|
|
7964
7991
|
}
|
|
7965
7992
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).r28 = function (value, $completion) {
|
|
7966
|
-
return this.
|
|
7993
|
+
return this.s7q_1(value, $completion);
|
|
7967
7994
|
};
|
|
7968
7995
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).s3 = function () {
|
|
7969
|
-
return this.
|
|
7996
|
+
return this.s7q_1;
|
|
7970
7997
|
};
|
|
7971
7998
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7972
7999
|
var tmp;
|
|
@@ -7990,8 +8017,8 @@
|
|
|
7990
8017
|
return null;
|
|
7991
8018
|
}
|
|
7992
8019
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7993
|
-
this.
|
|
7994
|
-
this.
|
|
8020
|
+
this.p7q_1 = $this;
|
|
8021
|
+
this.q7q_1 = $types;
|
|
7995
8022
|
}
|
|
7996
8023
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).s28 = function (collector, $completion) {
|
|
7997
8024
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -8011,42 +8038,42 @@
|
|
|
8011
8038
|
}
|
|
8012
8039
|
payloadToKeyMapper = tmp;
|
|
8013
8040
|
enabled = enabled === VOID ? true : enabled;
|
|
8014
|
-
this.
|
|
8015
|
-
this.
|
|
8016
|
-
this.
|
|
8041
|
+
this.t7q_1 = payloadToKeyMapper;
|
|
8042
|
+
this.u7q_1 = enabled;
|
|
8043
|
+
this.v7q_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
8017
8044
|
}
|
|
8018
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
8019
|
-
this.
|
|
8045
|
+
protoOf(ObservableLoggerOutputImpl).k7p = function (_set____db54di) {
|
|
8046
|
+
this.t7q_1 = _set____db54di;
|
|
8020
8047
|
};
|
|
8021
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
8022
|
-
return this.
|
|
8048
|
+
protoOf(ObservableLoggerOutputImpl).l7p = function () {
|
|
8049
|
+
return this.t7q_1;
|
|
8023
8050
|
};
|
|
8024
8051
|
protoOf(ObservableLoggerOutputImpl).e5p = function (_set____db54di) {
|
|
8025
|
-
this.
|
|
8052
|
+
this.u7q_1 = _set____db54di;
|
|
8026
8053
|
};
|
|
8027
8054
|
protoOf(ObservableLoggerOutputImpl).f5p = function () {
|
|
8028
|
-
return this.
|
|
8055
|
+
return this.u7q_1;
|
|
8029
8056
|
};
|
|
8030
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
8057
|
+
protoOf(ObservableLoggerOutputImpl).m7p = function (types) {
|
|
8031
8058
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
8032
8059
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8033
|
-
var this_0 = this.
|
|
8060
|
+
var this_0 = this.v7q_1;
|
|
8034
8061
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8035
8062
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
8036
8063
|
};
|
|
8037
8064
|
protoOf(ObservableLoggerOutputImpl).z5o = function (tag, message, payload) {
|
|
8038
|
-
if (!this.
|
|
8065
|
+
if (!this.u7q_1)
|
|
8039
8066
|
return Unit_instance;
|
|
8040
8067
|
var tmp = LogType_DEBUG_getInstance();
|
|
8041
|
-
var tmp0_safe_receiver = this.
|
|
8042
|
-
this.
|
|
8068
|
+
var tmp0_safe_receiver = this.t7q_1(payload);
|
|
8069
|
+
this.v7q_1.z2b(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f7p(), tag, message, null));
|
|
8043
8070
|
};
|
|
8044
8071
|
protoOf(ObservableLoggerOutputImpl).a5p = function (tag, message, exception, payload) {
|
|
8045
|
-
if (!this.
|
|
8072
|
+
if (!this.u7q_1)
|
|
8046
8073
|
return Unit_instance;
|
|
8047
8074
|
var tmp = LogType_ERROR_getInstance();
|
|
8048
|
-
var tmp0_safe_receiver = this.
|
|
8049
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
8075
|
+
var tmp0_safe_receiver = this.t7q_1(payload);
|
|
8076
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f7p();
|
|
8050
8077
|
var tmp_1;
|
|
8051
8078
|
if (message == null) {
|
|
8052
8079
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -8055,43 +8082,43 @@
|
|
|
8055
8082
|
}
|
|
8056
8083
|
var tmp_2 = tmp_1;
|
|
8057
8084
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
8058
|
-
this.
|
|
8085
|
+
this.v7q_1.z2b(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
8059
8086
|
};
|
|
8060
8087
|
protoOf(ObservableLoggerOutputImpl).d5p = function (tag, message, payload) {
|
|
8061
8088
|
var tmp = LogType_INFO_getInstance();
|
|
8062
|
-
var tmp0_safe_receiver = this.
|
|
8063
|
-
this.
|
|
8089
|
+
var tmp0_safe_receiver = this.t7q_1(payload);
|
|
8090
|
+
this.v7q_1.z2b(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f7p(), tag, message, null));
|
|
8064
8091
|
};
|
|
8065
8092
|
protoOf(ObservableLoggerOutputImpl).c5p = function (tag, message, exception, payload) {
|
|
8066
8093
|
var tmp = LogType_VERBOSE_getInstance();
|
|
8067
|
-
var tmp0_safe_receiver = this.
|
|
8068
|
-
this.
|
|
8094
|
+
var tmp0_safe_receiver = this.t7q_1(payload);
|
|
8095
|
+
this.v7q_1.z2b(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f7p(), tag, message, null));
|
|
8069
8096
|
};
|
|
8070
8097
|
protoOf(ObservableLoggerOutputImpl).b5p = function (tag, message, exception, payload) {
|
|
8071
|
-
if (!this.
|
|
8098
|
+
if (!this.u7q_1)
|
|
8072
8099
|
return Unit_instance;
|
|
8073
8100
|
var tmp = LogType_WARN_getInstance();
|
|
8074
|
-
var tmp0_safe_receiver = this.
|
|
8075
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
8101
|
+
var tmp0_safe_receiver = this.t7q_1(payload);
|
|
8102
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f7p();
|
|
8076
8103
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
8077
8104
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
8078
8105
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
8079
|
-
this.
|
|
8106
|
+
this.v7q_1.z2b(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
8080
8107
|
};
|
|
8081
8108
|
function checkInitialised($this) {
|
|
8082
|
-
if ($this.
|
|
8109
|
+
if ($this.w7q_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
8083
8110
|
Logger_getInstance().b5q(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
8084
8111
|
}
|
|
8085
8112
|
}
|
|
8086
8113
|
function AppEnvironment() {
|
|
8087
8114
|
AppEnvironment_instance = this;
|
|
8088
|
-
this.
|
|
8115
|
+
this.w7q_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
8089
8116
|
}
|
|
8090
|
-
protoOf(AppEnvironment).
|
|
8091
|
-
this.
|
|
8117
|
+
protoOf(AppEnvironment).x7q = function (value) {
|
|
8118
|
+
this.w7q_1 = value;
|
|
8092
8119
|
};
|
|
8093
|
-
protoOf(AppEnvironment).
|
|
8094
|
-
var tmp = this.
|
|
8120
|
+
protoOf(AppEnvironment).y7q = function () {
|
|
8121
|
+
var tmp = this.w7q_1;
|
|
8095
8122
|
// Inline function 'kotlin.also' call
|
|
8096
8123
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
8097
8124
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -8562,7 +8589,7 @@
|
|
|
8562
8589
|
}
|
|
8563
8590
|
function NodeJsCompressionService() {
|
|
8564
8591
|
}
|
|
8565
|
-
protoOf(NodeJsCompressionService).
|
|
8592
|
+
protoOf(NodeJsCompressionService).o7h = function (sourcePath, sourceFileName, $completion) {
|
|
8566
8593
|
var sourceFile = sourcePath + '/' + sourceFileName;
|
|
8567
8594
|
var gzipFile = sourcePath + '/' + sourceFileName + '.gz';
|
|
8568
8595
|
if (!NodeFs.existsSync(sourceFile))
|
|
@@ -8575,7 +8602,7 @@
|
|
|
8575
8602
|
};
|
|
8576
8603
|
function BrowserCompressionService() {
|
|
8577
8604
|
}
|
|
8578
|
-
protoOf(BrowserCompressionService).
|
|
8605
|
+
protoOf(BrowserCompressionService).o7h = function (sourcePath, sourceFileName, $completion) {
|
|
8579
8606
|
console.log('Gzip file compression is not supported in browser environment (no file system access)');
|
|
8580
8607
|
return Unit_instance;
|
|
8581
8608
|
};
|
|
@@ -8632,20 +8659,20 @@
|
|
|
8632
8659
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
8633
8660
|
return this.b78();
|
|
8634
8661
|
});
|
|
8635
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
8636
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
8637
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
8638
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
8639
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).
|
|
8640
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
8641
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
8642
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
8643
|
-
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).
|
|
8644
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).
|
|
8645
|
-
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).
|
|
8646
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
8647
|
-
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).
|
|
8648
|
-
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).
|
|
8662
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).h7a);
|
|
8663
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).i7a);
|
|
8664
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).j7a);
|
|
8665
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).k7a);
|
|
8666
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).l7a);
|
|
8667
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).m7a);
|
|
8668
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).n7a);
|
|
8669
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).o7a);
|
|
8670
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).p7a);
|
|
8671
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeDisconnectedFromSockets', protoOf(PlayerConnectionState).q7a);
|
|
8672
|
+
defineProp(protoOf(PlayerConnectionState), 'isShouldBeUnsubscribedFromSockets', protoOf(PlayerConnectionState).r7a);
|
|
8673
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).s7a);
|
|
8674
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).t7a);
|
|
8675
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).u7a);
|
|
8649
8676
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).m);
|
|
8650
8677
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j3);
|
|
8651
8678
|
defineProp(protoOf(Team), 'first', protoOf(Team).lo);
|
|
@@ -8661,53 +8688,53 @@
|
|
|
8661
8688
|
protoOf($serializer_12).m12 = typeParametersSerializers;
|
|
8662
8689
|
protoOf($serializer_13).m12 = typeParametersSerializers;
|
|
8663
8690
|
protoOf($serializer_14).m12 = typeParametersSerializers;
|
|
8664
|
-
protoOf(AsyncProviderImpl).
|
|
8665
|
-
protoOf(AsyncProviderImpl).
|
|
8666
|
-
protoOf(AsyncProviderImpl).
|
|
8667
|
-
protoOf(AsyncProviderImpl).
|
|
8668
|
-
protoOf(TimerAction).
|
|
8691
|
+
protoOf(AsyncProviderImpl).o7f = launchMain$default;
|
|
8692
|
+
protoOf(AsyncProviderImpl).q7f = awaitDefaultWithLock$default;
|
|
8693
|
+
protoOf(AsyncProviderImpl).k7f = launchDefault$default;
|
|
8694
|
+
protoOf(AsyncProviderImpl).m7f = launchDefaultWithLock$default;
|
|
8695
|
+
protoOf(TimerAction).g7j = get_actionTag;
|
|
8669
8696
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8670
|
-
return this.
|
|
8697
|
+
return this.g7j();
|
|
8671
8698
|
});
|
|
8672
8699
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8673
|
-
return this.
|
|
8700
|
+
return this.g7j();
|
|
8674
8701
|
});
|
|
8675
8702
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8676
8703
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8677
|
-
return this.
|
|
8704
|
+
return this.g7j();
|
|
8678
8705
|
});
|
|
8679
8706
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8680
|
-
return this.
|
|
8707
|
+
return this.g7j();
|
|
8681
8708
|
});
|
|
8682
8709
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8683
|
-
return this.
|
|
8710
|
+
return this.o7m();
|
|
8684
8711
|
});
|
|
8685
8712
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8686
8713
|
return this.a79();
|
|
8687
8714
|
});
|
|
8688
8715
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8689
|
-
return this.
|
|
8716
|
+
return this.p7m();
|
|
8690
8717
|
}, function (value) {
|
|
8691
|
-
this.
|
|
8718
|
+
this.s7j(value);
|
|
8692
8719
|
});
|
|
8693
8720
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8694
|
-
return this.
|
|
8721
|
+
return this.q7m();
|
|
8695
8722
|
});
|
|
8696
8723
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8697
|
-
return this.
|
|
8724
|
+
return this.r7m();
|
|
8698
8725
|
});
|
|
8699
|
-
protoOf(ActionTypes).
|
|
8726
|
+
protoOf(ActionTypes).g7j = get_actionTag;
|
|
8700
8727
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8701
|
-
return this.
|
|
8728
|
+
return this.g7j();
|
|
8702
8729
|
});
|
|
8703
8730
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8704
|
-
return this.
|
|
8731
|
+
return this.g7j();
|
|
8705
8732
|
});
|
|
8706
8733
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8707
|
-
return this.
|
|
8734
|
+
return this.g7j();
|
|
8708
8735
|
});
|
|
8709
|
-
protoOf(middleware$1).
|
|
8710
|
-
protoOf(combineReducers$1).
|
|
8736
|
+
protoOf(middleware$1).u7j = canHandle;
|
|
8737
|
+
protoOf(combineReducers$1).u7j = canHandle_0;
|
|
8711
8738
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).m);
|
|
8712
8739
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).j3);
|
|
8713
8740
|
protoOf($serializer_15).m12 = typeParametersSerializers;
|
|
@@ -8718,9 +8745,9 @@
|
|
|
8718
8745
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8719
8746
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8720
8747
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8721
|
-
return this.
|
|
8748
|
+
return this.l7p();
|
|
8722
8749
|
}, function (value) {
|
|
8723
|
-
this.
|
|
8750
|
+
this.k7p(value);
|
|
8724
8751
|
});
|
|
8725
8752
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8726
8753
|
return this.f5p();
|