client_plugin_logic_deb 1.8.376 → 1.8.377
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/Kosi-Kaverit-kaverit.js +5 -5
- package/Kosi-Kodein-kodein-di.js +17 -17
- package/Kotlin-DateTime-library-kotlinx-datetime.js +34 -34
- package/Logic_Debertz-client_plugin.d.ts +11 -12
- package/Logic_Debertz-client_plugin.js +2008 -2008
- package/Logic_Debertz-core.js +905 -802
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12117 -12168
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6524 -6524
- package/Logic_Debertz-game_server.js +861 -833
- package/Logic_Debertz-game_server.js.map +1 -1
- package/error-library-error.js +1 -1
- package/kotlin-kotlin-stdlib.js +151 -159
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +1 -1
- package/kotlinx-coroutines-core.js +105 -105
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +10 -10
- package/kotlinx-serialization-kotlinx-serialization-core.js +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json.js +44 -44
- package/ktor-ktor-client-content-negotiation.js +8 -8
- package/ktor-ktor-client-core.js +24 -24
- package/ktor-ktor-client-logging.js +5 -5
- package/ktor-ktor-events.js +2 -2
- package/ktor-ktor-http.js +37 -37
- package/ktor-ktor-io.js +17 -17
- package/ktor-ktor-serialization-kotlinx.js +2 -2
- package/ktor-ktor-serialization.js +3 -3
- package/ktor-ktor-utils.js +14 -14
- package/ktor-ktor-websockets.js +5 -5
- package/package.json +1 -1
- package/random-library-crypto-rand.js +3 -3
- package/random-library-secure-random.js +1 -1
- package/raspberry-cardgame-lib-core.js +8 -8
- package/raspberry-cardgame-lib-logger.js +5 -5
- package/raspberry-cardgame-lib-random.js +13 -13
- package/uuid.js +4 -4
package/Logic_Debertz-core.js
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
var VOID = kotlin_kotlin.$_$.b;
|
|
53
53
|
var initMetadataForCompanion = kotlin_kotlin.$_$.nc;
|
|
54
54
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
|
|
55
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
55
|
+
var THROW_CCE = kotlin_kotlin.$_$.ph;
|
|
56
56
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g;
|
|
57
57
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w;
|
|
58
58
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a2;
|
|
@@ -64,27 +64,27 @@
|
|
|
64
64
|
var initMetadataForClass = kotlin_kotlin.$_$.mc;
|
|
65
65
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.u;
|
|
66
66
|
var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a1;
|
|
67
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
67
|
+
var getKClass = kotlin_kotlin.$_$.ge;
|
|
68
68
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
|
|
69
69
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.e;
|
|
70
|
-
var lazy = kotlin_kotlin.$_$.
|
|
70
|
+
var lazy = kotlin_kotlin.$_$.li;
|
|
71
71
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
72
|
-
var replace = kotlin_kotlin.$_$.
|
|
72
|
+
var replace = kotlin_kotlin.$_$.qf;
|
|
73
73
|
var get_SystemTemporaryDirectory = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.d;
|
|
74
74
|
var getBooleanHashCode = kotlin_kotlin.$_$.hc;
|
|
75
|
-
var split = kotlin_kotlin.$_$.
|
|
75
|
+
var split = kotlin_kotlin.$_$.uf;
|
|
76
76
|
var first = kotlin_kotlin.$_$.n7;
|
|
77
|
-
var contains = kotlin_kotlin.$_$.
|
|
77
|
+
var contains = kotlin_kotlin.$_$.te;
|
|
78
78
|
var initMetadataForInterface = kotlin_kotlin.$_$.pc;
|
|
79
79
|
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
80
80
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i2;
|
|
81
|
-
var THROW_IAE = kotlin_kotlin.$_$.
|
|
81
|
+
var THROW_IAE = kotlin_kotlin.$_$.qh;
|
|
82
82
|
var enumEntries = kotlin_kotlin.$_$.ua;
|
|
83
|
-
var Enum = kotlin_kotlin.$_$.
|
|
84
|
-
var Exception = kotlin_kotlin.$_$.
|
|
83
|
+
var Enum = kotlin_kotlin.$_$.eh;
|
|
84
|
+
var Exception = kotlin_kotlin.$_$.gh;
|
|
85
85
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.f1;
|
|
86
86
|
var captureStack = kotlin_kotlin.$_$.wb;
|
|
87
|
-
var toString = kotlin_kotlin.$_$.
|
|
87
|
+
var toString = kotlin_kotlin.$_$.ti;
|
|
88
88
|
var listOfNotNull = kotlin_kotlin.$_$.h8;
|
|
89
89
|
var joinToString = kotlin_kotlin.$_$.y7;
|
|
90
90
|
var getNumberHashCode = kotlin_kotlin.$_$.ic;
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.g;
|
|
97
97
|
var checkIndexOverflow = kotlin_kotlin.$_$.j6;
|
|
98
98
|
var compareTo = kotlin_kotlin.$_$.dc;
|
|
99
|
-
var Comparator = kotlin_kotlin.$_$.
|
|
99
|
+
var Comparator = kotlin_kotlin.$_$.bh;
|
|
100
100
|
var isInterface = kotlin_kotlin.$_$.ad;
|
|
101
101
|
var System_instance = kotlin_kotlin.$_$.v4;
|
|
102
102
|
var Companion_getInstance = kotlin_kotlin.$_$.w4;
|
|
103
|
-
var Duration = kotlin_kotlin.$_$.
|
|
103
|
+
var Duration = kotlin_kotlin.$_$.sg;
|
|
104
104
|
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.i2;
|
|
105
105
|
var Duration__compareTo_impl_pchp0f = kotlin_kotlin.$_$.f2;
|
|
106
106
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.h2;
|
|
@@ -109,14 +109,14 @@
|
|
|
109
109
|
var numberToInt = kotlin_kotlin.$_$.kd;
|
|
110
110
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.l2;
|
|
111
111
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.g2;
|
|
112
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
112
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.ni;
|
|
113
113
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.l1;
|
|
114
114
|
var BooleanSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p;
|
|
115
115
|
var GameCard = kotlin_io_raspberryapps_cardgame_core.$_$.r;
|
|
116
116
|
var mapCapacity = kotlin_kotlin.$_$.k8;
|
|
117
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
117
|
+
var coerceAtLeast = kotlin_kotlin.$_$.ud;
|
|
118
118
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.p;
|
|
119
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
119
|
+
var ensureNotNull = kotlin_kotlin.$_$.gi;
|
|
120
120
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.x4;
|
|
121
121
|
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.k2;
|
|
122
122
|
var DoubleSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j1;
|
|
136
136
|
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o1;
|
|
137
137
|
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b2;
|
|
138
|
+
var async = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t1;
|
|
138
139
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
139
140
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
140
141
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
@@ -146,7 +147,7 @@
|
|
|
146
147
|
var Logger_getInstance = kotlin_io_raspberryapps_cardgame_logger.$_$.m;
|
|
147
148
|
var initMetadataForCoroutine = kotlin_kotlin.$_$.oc;
|
|
148
149
|
var writeString = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.f;
|
|
149
|
-
var Long = kotlin_kotlin.$_$.
|
|
150
|
+
var Long = kotlin_kotlin.$_$.jh;
|
|
150
151
|
var equalsLong = kotlin_kotlin.$_$.gb;
|
|
151
152
|
var delay = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f;
|
|
152
153
|
var get_isActive = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z1;
|
|
@@ -155,7 +156,7 @@
|
|
|
155
156
|
var FunctionAdapter = kotlin_kotlin.$_$.sb;
|
|
156
157
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
157
158
|
var Flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
|
|
158
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
159
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.fe;
|
|
159
160
|
var channelFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.x;
|
|
160
161
|
var toList = kotlin_kotlin.$_$.n9;
|
|
161
162
|
var ProducerScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.q;
|
|
@@ -174,8 +175,8 @@
|
|
|
174
175
|
var charSequenceLength = kotlin_kotlin.$_$.bc;
|
|
175
176
|
var contains_0 = kotlin_kotlin.$_$.l6;
|
|
176
177
|
var d = kotlin_io_raspberryapps_cardgame_logger.$_$.h;
|
|
177
|
-
var stackTraceToString = kotlin_kotlin.$_$.
|
|
178
|
-
var take = kotlin_kotlin.$_$.
|
|
178
|
+
var stackTraceToString = kotlin_kotlin.$_$.qi;
|
|
179
|
+
var take = kotlin_kotlin.$_$.bg;
|
|
179
180
|
var e = kotlin_io_raspberryapps_cardgame_logger.$_$.i;
|
|
180
181
|
var i = kotlin_io_raspberryapps_cardgame_logger.$_$.j;
|
|
181
182
|
var v = kotlin_io_raspberryapps_cardgame_logger.$_$.k;
|
|
@@ -184,8 +185,8 @@
|
|
|
184
185
|
var RandomOrgConfig = kotlin_io_raspberryapps_cardgame_random.$_$.b;
|
|
185
186
|
var Companion_instance = kotlin_io_raspberryapps_cardgame_logger.$_$.n;
|
|
186
187
|
var CombinedRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.c;
|
|
187
|
-
var arrayOf = kotlin_kotlin.$_$.
|
|
188
|
-
var createKType = kotlin_kotlin.$_$.
|
|
188
|
+
var arrayOf = kotlin_kotlin.$_$.di;
|
|
189
|
+
var createKType = kotlin_kotlin.$_$.ee;
|
|
189
190
|
var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
|
|
190
191
|
var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
|
|
191
192
|
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
@@ -201,10 +202,10 @@
|
|
|
201
202
|
var RandomOrgApiService = kotlin_io_raspberryapps_cardgame_random.$_$.g;
|
|
202
203
|
var RandomPoolProviderImpl = kotlin_io_raspberryapps_cardgame_random.$_$.h;
|
|
203
204
|
var Provider = kotlin_org_kodein_di_kodein_di.$_$.c;
|
|
204
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
205
|
+
var toIntOrNull = kotlin_kotlin.$_$.fg;
|
|
205
206
|
var toMap = kotlin_kotlin.$_$.r9;
|
|
206
207
|
var emptyList = kotlin_kotlin.$_$.f7;
|
|
207
|
-
var to = kotlin_kotlin.$_$.
|
|
208
|
+
var to = kotlin_kotlin.$_$.ui;
|
|
208
209
|
//endregion
|
|
209
210
|
//region block: pre-declaration
|
|
210
211
|
initMetadataForObject(GameEngineConfig, 'GameEngineConfig');
|
|
@@ -295,19 +296,24 @@
|
|
|
295
296
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
296
297
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
297
298
|
function launchDefault$default(context, block, $super) {
|
|
298
|
-
context = context === VOID ? this.
|
|
299
|
-
return $super === VOID ? this.
|
|
299
|
+
context = context === VOID ? this.z6j() : context;
|
|
300
|
+
return $super === VOID ? this.a6k(context, block) : $super.a6k.call(this, context, block);
|
|
300
301
|
}
|
|
301
302
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
302
|
-
context = context === VOID ? this.
|
|
303
|
-
return $super === VOID ? this.
|
|
303
|
+
context = context === VOID ? this.z6j() : context;
|
|
304
|
+
return $super === VOID ? this.c6k(context, block) : $super.c6k.call(this, context, block);
|
|
304
305
|
}
|
|
305
306
|
function launchMain$default(context, block, $super) {
|
|
306
|
-
context = context === VOID ? this.
|
|
307
|
-
return $super === VOID ? this.
|
|
307
|
+
context = context === VOID ? this.z6j() : context;
|
|
308
|
+
return $super === VOID ? this.e6k(context, block) : $super.e6k.call(this, context, block);
|
|
309
|
+
}
|
|
310
|
+
function awaitDefaultWithLock$default(context, block, $super) {
|
|
311
|
+
context = context === VOID ? this.z6j() : context;
|
|
312
|
+
return $super === VOID ? this.g6k(context, block) : $super.g6k.call(this, context, block);
|
|
308
313
|
}
|
|
309
314
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
310
315
|
initMetadataForClass(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1, VOID, VOID, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
316
|
+
initMetadataForLambda(AsyncProviderImpl$awaitDefaultWithLock$slambda, CoroutineImpl, VOID, [1]);
|
|
311
317
|
initMetadataForLambda(AsyncProviderImpl$launchDefaultWithLock$slambda, CoroutineImpl, VOID, [1]);
|
|
312
318
|
initMetadataForClass(AsyncProviderImpl, 'AsyncProviderImpl', VOID, VOID, [AsyncProvider]);
|
|
313
319
|
initMetadataForObject(Key, 'Key');
|
|
@@ -342,7 +348,7 @@
|
|
|
342
348
|
return false;
|
|
343
349
|
}
|
|
344
350
|
function get_isAutoStartTimer() {
|
|
345
|
-
return !this.
|
|
351
|
+
return !this.l6n() && !this.m6n();
|
|
346
352
|
}
|
|
347
353
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
348
354
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -402,7 +408,7 @@
|
|
|
402
408
|
tmp = types;
|
|
403
409
|
}
|
|
404
410
|
types = tmp;
|
|
405
|
-
return $super === VOID ? this.
|
|
411
|
+
return $super === VOID ? this.p6t(types) : $super.p6t.call(this, types);
|
|
406
412
|
}
|
|
407
413
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
408
414
|
initMetadataForCompanion(Companion_23);
|
|
@@ -418,7 +424,7 @@
|
|
|
418
424
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
419
425
|
//endregion
|
|
420
426
|
function GameEngineConfig() {
|
|
421
|
-
this.version = '1.8.
|
|
427
|
+
this.version = '1.8.377';
|
|
422
428
|
}
|
|
423
429
|
protoOf(GameEngineConfig).e3y = function () {
|
|
424
430
|
return this.version;
|
|
@@ -2172,6 +2178,12 @@
|
|
|
2172
2178
|
protoOf(Team).l6g = function (playerId) {
|
|
2173
2179
|
return this.k6g_1.t1(playerId);
|
|
2174
2180
|
};
|
|
2181
|
+
protoOf(Team).m6g = function () {
|
|
2182
|
+
return this.k6g_1.p(0);
|
|
2183
|
+
};
|
|
2184
|
+
protoOf(Team).l60 = function () {
|
|
2185
|
+
return this.k6g_1.p(1);
|
|
2186
|
+
};
|
|
2175
2187
|
protoOf(Team).toString = function () {
|
|
2176
2188
|
return 'Team(playerIds=' + toString_0(this.k6g_1) + ')';
|
|
2177
2189
|
};
|
|
@@ -2200,30 +2212,30 @@
|
|
|
2200
2212
|
tmp0_serialDesc.gz('deleteFilesOnClear', true);
|
|
2201
2213
|
tmp0_serialDesc.gz('logsDirectoryPath', true);
|
|
2202
2214
|
tmp0_serialDesc.gz('fileNameFormat', true);
|
|
2203
|
-
this.
|
|
2215
|
+
this.n6g_1 = tmp0_serialDesc;
|
|
2204
2216
|
}
|
|
2205
|
-
protoOf($serializer_1).
|
|
2206
|
-
var tmp0_desc = this.
|
|
2217
|
+
protoOf($serializer_1).o6g = function (encoder, value) {
|
|
2218
|
+
var tmp0_desc = this.n6g_1;
|
|
2207
2219
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2208
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
2209
|
-
tmp1_output.vs(tmp0_desc, 0, value.
|
|
2220
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.p6g_1 === false)) {
|
|
2221
|
+
tmp1_output.vs(tmp0_desc, 0, value.p6g_1);
|
|
2210
2222
|
}
|
|
2211
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
2212
|
-
tmp1_output.vs(tmp0_desc, 1, value.
|
|
2223
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.q6g_1 === false)) {
|
|
2224
|
+
tmp1_output.vs(tmp0_desc, 1, value.q6g_1);
|
|
2213
2225
|
}
|
|
2214
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
2215
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2226
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.r6g_1 == null)) {
|
|
2227
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.r6g_1);
|
|
2216
2228
|
}
|
|
2217
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
2218
|
-
tmp1_output.dt(tmp0_desc, 3, value.
|
|
2229
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.s6g_1 === '%S_logs.txt')) {
|
|
2230
|
+
tmp1_output.dt(tmp0_desc, 3, value.s6g_1);
|
|
2219
2231
|
}
|
|
2220
2232
|
tmp1_output.pr(tmp0_desc);
|
|
2221
2233
|
};
|
|
2222
2234
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2223
|
-
return this.
|
|
2235
|
+
return this.o6g(encoder, value instanceof CoreConfigDto ? value : THROW_CCE());
|
|
2224
2236
|
};
|
|
2225
2237
|
protoOf($serializer_1).do = function (decoder) {
|
|
2226
|
-
var tmp0_desc = this.
|
|
2238
|
+
var tmp0_desc = this.n6g_1;
|
|
2227
2239
|
var tmp1_flag = true;
|
|
2228
2240
|
var tmp2_index = 0;
|
|
2229
2241
|
var tmp3_bitMask0 = 0;
|
|
@@ -2272,7 +2284,7 @@
|
|
|
2272
2284
|
return CoreConfigDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2273
2285
|
};
|
|
2274
2286
|
protoOf($serializer_1).bo = function () {
|
|
2275
|
-
return this.
|
|
2287
|
+
return this.n6g_1;
|
|
2276
2288
|
};
|
|
2277
2289
|
protoOf($serializer_1).vz = function () {
|
|
2278
2290
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2288,24 +2300,24 @@
|
|
|
2288
2300
|
}
|
|
2289
2301
|
function CoreConfigDto_init_$Init$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker, $this) {
|
|
2290
2302
|
if (!(0 === (0 & seen0))) {
|
|
2291
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().
|
|
2303
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_1().n6g_1);
|
|
2292
2304
|
}
|
|
2293
2305
|
if (0 === (seen0 & 1))
|
|
2294
|
-
$this.
|
|
2306
|
+
$this.p6g_1 = false;
|
|
2295
2307
|
else
|
|
2296
|
-
$this.
|
|
2308
|
+
$this.p6g_1 = fileLogsEnabled;
|
|
2297
2309
|
if (0 === (seen0 & 2))
|
|
2298
|
-
$this.
|
|
2310
|
+
$this.q6g_1 = false;
|
|
2299
2311
|
else
|
|
2300
|
-
$this.
|
|
2312
|
+
$this.q6g_1 = deleteFilesOnClear;
|
|
2301
2313
|
if (0 === (seen0 & 4))
|
|
2302
|
-
$this.
|
|
2314
|
+
$this.r6g_1 = null;
|
|
2303
2315
|
else
|
|
2304
|
-
$this.
|
|
2316
|
+
$this.r6g_1 = logsDirectoryPath;
|
|
2305
2317
|
if (0 === (seen0 & 8))
|
|
2306
|
-
$this.
|
|
2318
|
+
$this.s6g_1 = '%S_logs.txt';
|
|
2307
2319
|
else
|
|
2308
|
-
$this.
|
|
2320
|
+
$this.s6g_1 = fileNameFormat;
|
|
2309
2321
|
return $this;
|
|
2310
2322
|
}
|
|
2311
2323
|
function CoreConfigDto_init_$Create$(seen0, fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, serializationConstructorMarker) {
|
|
@@ -2316,19 +2328,19 @@
|
|
|
2316
2328
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? false : deleteFilesOnClear;
|
|
2317
2329
|
logsDirectoryPath = logsDirectoryPath === VOID ? null : logsDirectoryPath;
|
|
2318
2330
|
fileNameFormat = fileNameFormat === VOID ? '%S_logs.txt' : fileNameFormat;
|
|
2319
|
-
this.
|
|
2320
|
-
this.
|
|
2321
|
-
this.
|
|
2322
|
-
this.
|
|
2331
|
+
this.p6g_1 = fileLogsEnabled;
|
|
2332
|
+
this.q6g_1 = deleteFilesOnClear;
|
|
2333
|
+
this.r6g_1 = logsDirectoryPath;
|
|
2334
|
+
this.s6g_1 = fileNameFormat;
|
|
2323
2335
|
}
|
|
2324
2336
|
protoOf(CoreConfigDto).toString = function () {
|
|
2325
|
-
return 'CoreConfigDto(fileLogsEnabled=' + this.
|
|
2337
|
+
return 'CoreConfigDto(fileLogsEnabled=' + this.p6g_1 + ', deleteFilesOnClear=' + this.q6g_1 + ', logsDirectoryPath=' + this.r6g_1 + ', fileNameFormat=' + this.s6g_1 + ')';
|
|
2326
2338
|
};
|
|
2327
2339
|
protoOf(CoreConfigDto).hashCode = function () {
|
|
2328
|
-
var result = getBooleanHashCode(this.
|
|
2329
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2330
|
-
result = imul(result, 31) + (this.
|
|
2331
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2340
|
+
var result = getBooleanHashCode(this.p6g_1);
|
|
2341
|
+
result = imul(result, 31) + getBooleanHashCode(this.q6g_1) | 0;
|
|
2342
|
+
result = imul(result, 31) + (this.r6g_1 == null ? 0 : getStringHashCode(this.r6g_1)) | 0;
|
|
2343
|
+
result = imul(result, 31) + getStringHashCode(this.s6g_1) | 0;
|
|
2332
2344
|
return result;
|
|
2333
2345
|
};
|
|
2334
2346
|
protoOf(CoreConfigDto).equals = function (other) {
|
|
@@ -2336,18 +2348,18 @@
|
|
|
2336
2348
|
return true;
|
|
2337
2349
|
if (!(other instanceof CoreConfigDto))
|
|
2338
2350
|
return false;
|
|
2339
|
-
if (!(this.o6g_1 === other.o6g_1))
|
|
2340
|
-
return false;
|
|
2341
2351
|
if (!(this.p6g_1 === other.p6g_1))
|
|
2342
2352
|
return false;
|
|
2343
|
-
if (!(this.q6g_1
|
|
2353
|
+
if (!(this.q6g_1 === other.q6g_1))
|
|
2354
|
+
return false;
|
|
2355
|
+
if (!(this.r6g_1 == other.r6g_1))
|
|
2344
2356
|
return false;
|
|
2345
|
-
if (!(this.
|
|
2357
|
+
if (!(this.s6g_1 === other.s6g_1))
|
|
2346
2358
|
return false;
|
|
2347
2359
|
return true;
|
|
2348
2360
|
};
|
|
2349
2361
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2350
|
-
return $this.
|
|
2362
|
+
return $this.t6g_1.w();
|
|
2351
2363
|
}
|
|
2352
2364
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2353
2365
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2385,7 +2397,7 @@
|
|
|
2385
2397
|
Companion_instance_13 = this;
|
|
2386
2398
|
var tmp = this;
|
|
2387
2399
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2388
|
-
tmp.
|
|
2400
|
+
tmp.t6g_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2389
2401
|
}
|
|
2390
2402
|
protoOf(Companion_11).o4s = function () {
|
|
2391
2403
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2406,7 +2418,7 @@
|
|
|
2406
2418
|
Companion_getInstance_14();
|
|
2407
2419
|
}
|
|
2408
2420
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2409
|
-
return $this.
|
|
2421
|
+
return $this.u6g_1.w();
|
|
2410
2422
|
}
|
|
2411
2423
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2412
2424
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2421,7 +2433,7 @@
|
|
|
2421
2433
|
TerminationGameReasonDto.call(this);
|
|
2422
2434
|
var tmp = this;
|
|
2423
2435
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2424
|
-
tmp.
|
|
2436
|
+
tmp.u6g_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2425
2437
|
}
|
|
2426
2438
|
protoOf(ProcessingReasonDto).o4s = function () {
|
|
2427
2439
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2458,19 +2470,19 @@
|
|
|
2458
2470
|
$serializer_instance_2 = this;
|
|
2459
2471
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2460
2472
|
tmp0_serialDesc.gz('reason', false);
|
|
2461
|
-
this.
|
|
2473
|
+
this.v6g_1 = tmp0_serialDesc;
|
|
2462
2474
|
}
|
|
2463
|
-
protoOf($serializer_2).
|
|
2464
|
-
var tmp0_desc = this.
|
|
2475
|
+
protoOf($serializer_2).w6g = function (encoder, value) {
|
|
2476
|
+
var tmp0_desc = this.v6g_1;
|
|
2465
2477
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2466
2478
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2467
2479
|
tmp1_output.pr(tmp0_desc);
|
|
2468
2480
|
};
|
|
2469
2481
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2470
|
-
return this.
|
|
2482
|
+
return this.w6g(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2471
2483
|
};
|
|
2472
2484
|
protoOf($serializer_2).do = function (decoder) {
|
|
2473
|
-
var tmp0_desc = this.
|
|
2485
|
+
var tmp0_desc = this.v6g_1;
|
|
2474
2486
|
var tmp1_flag = true;
|
|
2475
2487
|
var tmp2_index = 0;
|
|
2476
2488
|
var tmp3_bitMask0 = 0;
|
|
@@ -2498,7 +2510,7 @@
|
|
|
2498
2510
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2499
2511
|
};
|
|
2500
2512
|
protoOf($serializer_2).bo = function () {
|
|
2501
|
-
return this.
|
|
2513
|
+
return this.v6g_1;
|
|
2502
2514
|
};
|
|
2503
2515
|
protoOf($serializer_2).vz = function () {
|
|
2504
2516
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2514,7 +2526,7 @@
|
|
|
2514
2526
|
}
|
|
2515
2527
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2516
2528
|
if (!(1 === (1 & seen0))) {
|
|
2517
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2529
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().v6g_1);
|
|
2518
2530
|
}
|
|
2519
2531
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2520
2532
|
$this.reason = reason;
|
|
@@ -2555,19 +2567,19 @@
|
|
|
2555
2567
|
$serializer_instance_3 = this;
|
|
2556
2568
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2557
2569
|
tmp0_serialDesc.gz('reason', false);
|
|
2558
|
-
this.
|
|
2570
|
+
this.x6g_1 = tmp0_serialDesc;
|
|
2559
2571
|
}
|
|
2560
|
-
protoOf($serializer_3).
|
|
2561
|
-
var tmp0_desc = this.
|
|
2572
|
+
protoOf($serializer_3).y6g = function (encoder, value) {
|
|
2573
|
+
var tmp0_desc = this.x6g_1;
|
|
2562
2574
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2563
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2575
|
+
tmp1_output.dt(tmp0_desc, 0, value.z6g_1);
|
|
2564
2576
|
tmp1_output.pr(tmp0_desc);
|
|
2565
2577
|
};
|
|
2566
2578
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2567
|
-
return this.
|
|
2579
|
+
return this.y6g(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2568
2580
|
};
|
|
2569
2581
|
protoOf($serializer_3).do = function (decoder) {
|
|
2570
|
-
var tmp0_desc = this.
|
|
2582
|
+
var tmp0_desc = this.x6g_1;
|
|
2571
2583
|
var tmp1_flag = true;
|
|
2572
2584
|
var tmp2_index = 0;
|
|
2573
2585
|
var tmp3_bitMask0 = 0;
|
|
@@ -2595,7 +2607,7 @@
|
|
|
2595
2607
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2596
2608
|
};
|
|
2597
2609
|
protoOf($serializer_3).bo = function () {
|
|
2598
|
-
return this.
|
|
2610
|
+
return this.x6g_1;
|
|
2599
2611
|
};
|
|
2600
2612
|
protoOf($serializer_3).vz = function () {
|
|
2601
2613
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2611,10 +2623,10 @@
|
|
|
2611
2623
|
}
|
|
2612
2624
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2613
2625
|
if (!(1 === (1 & seen0))) {
|
|
2614
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2626
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().x6g_1);
|
|
2615
2627
|
}
|
|
2616
2628
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2617
|
-
$this.
|
|
2629
|
+
$this.z6g_1 = reason;
|
|
2618
2630
|
return $this;
|
|
2619
2631
|
}
|
|
2620
2632
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2622,20 +2634,20 @@
|
|
|
2622
2634
|
}
|
|
2623
2635
|
function GameFinishedReasonDto(reason) {
|
|
2624
2636
|
TerminationGameReasonDto.call(this);
|
|
2625
|
-
this.
|
|
2637
|
+
this.z6g_1 = reason;
|
|
2626
2638
|
}
|
|
2627
2639
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2628
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2640
|
+
return 'GameFinishedReasonDto(reason=' + this.z6g_1 + ')';
|
|
2629
2641
|
};
|
|
2630
2642
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2631
|
-
return getStringHashCode(this.
|
|
2643
|
+
return getStringHashCode(this.z6g_1);
|
|
2632
2644
|
};
|
|
2633
2645
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2634
2646
|
if (this === other)
|
|
2635
2647
|
return true;
|
|
2636
2648
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2637
2649
|
return false;
|
|
2638
|
-
if (!(this.
|
|
2650
|
+
if (!(this.z6g_1 === other.z6g_1))
|
|
2639
2651
|
return false;
|
|
2640
2652
|
return true;
|
|
2641
2653
|
};
|
|
@@ -2649,19 +2661,19 @@
|
|
|
2649
2661
|
$serializer_instance_4 = this;
|
|
2650
2662
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2651
2663
|
tmp0_serialDesc.gz('playerId', false);
|
|
2652
|
-
this.
|
|
2664
|
+
this.a6h_1 = tmp0_serialDesc;
|
|
2653
2665
|
}
|
|
2654
|
-
protoOf($serializer_4).
|
|
2655
|
-
var tmp0_desc = this.
|
|
2666
|
+
protoOf($serializer_4).b6h = function (encoder, value) {
|
|
2667
|
+
var tmp0_desc = this.a6h_1;
|
|
2656
2668
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2657
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2669
|
+
tmp1_output.dt(tmp0_desc, 0, value.c6h_1);
|
|
2658
2670
|
tmp1_output.pr(tmp0_desc);
|
|
2659
2671
|
};
|
|
2660
2672
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2661
|
-
return this.
|
|
2673
|
+
return this.b6h(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2662
2674
|
};
|
|
2663
2675
|
protoOf($serializer_4).do = function (decoder) {
|
|
2664
|
-
var tmp0_desc = this.
|
|
2676
|
+
var tmp0_desc = this.a6h_1;
|
|
2665
2677
|
var tmp1_flag = true;
|
|
2666
2678
|
var tmp2_index = 0;
|
|
2667
2679
|
var tmp3_bitMask0 = 0;
|
|
@@ -2689,7 +2701,7 @@
|
|
|
2689
2701
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2690
2702
|
};
|
|
2691
2703
|
protoOf($serializer_4).bo = function () {
|
|
2692
|
-
return this.
|
|
2704
|
+
return this.a6h_1;
|
|
2693
2705
|
};
|
|
2694
2706
|
protoOf($serializer_4).vz = function () {
|
|
2695
2707
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2705,10 +2717,10 @@
|
|
|
2705
2717
|
}
|
|
2706
2718
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2707
2719
|
if (!(1 === (1 & seen0))) {
|
|
2708
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2720
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().a6h_1);
|
|
2709
2721
|
}
|
|
2710
2722
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2711
|
-
$this.
|
|
2723
|
+
$this.c6h_1 = playerId;
|
|
2712
2724
|
return $this;
|
|
2713
2725
|
}
|
|
2714
2726
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2716,20 +2728,20 @@
|
|
|
2716
2728
|
}
|
|
2717
2729
|
function PlayerExitReasonDto(playerId) {
|
|
2718
2730
|
TerminationGameReasonDto.call(this);
|
|
2719
|
-
this.
|
|
2731
|
+
this.c6h_1 = playerId;
|
|
2720
2732
|
}
|
|
2721
2733
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2722
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2734
|
+
return 'PlayerExitReasonDto(playerId=' + this.c6h_1 + ')';
|
|
2723
2735
|
};
|
|
2724
2736
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2725
|
-
return getStringHashCode(this.
|
|
2737
|
+
return getStringHashCode(this.c6h_1);
|
|
2726
2738
|
};
|
|
2727
2739
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2728
2740
|
if (this === other)
|
|
2729
2741
|
return true;
|
|
2730
2742
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2731
2743
|
return false;
|
|
2732
|
-
if (!(this.
|
|
2744
|
+
if (!(this.c6h_1 === other.c6h_1))
|
|
2733
2745
|
return false;
|
|
2734
2746
|
return true;
|
|
2735
2747
|
};
|
|
@@ -2744,20 +2756,20 @@
|
|
|
2744
2756
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2745
2757
|
tmp0_serialDesc.gz('playerId', false);
|
|
2746
2758
|
tmp0_serialDesc.gz('tag', false);
|
|
2747
|
-
this.
|
|
2759
|
+
this.d6h_1 = tmp0_serialDesc;
|
|
2748
2760
|
}
|
|
2749
|
-
protoOf($serializer_5).
|
|
2750
|
-
var tmp0_desc = this.
|
|
2761
|
+
protoOf($serializer_5).e6h = function (encoder, value) {
|
|
2762
|
+
var tmp0_desc = this.d6h_1;
|
|
2751
2763
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2752
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2753
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2764
|
+
tmp1_output.dt(tmp0_desc, 0, value.f6h_1);
|
|
2765
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.g6h_1);
|
|
2754
2766
|
tmp1_output.pr(tmp0_desc);
|
|
2755
2767
|
};
|
|
2756
2768
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2757
|
-
return this.
|
|
2769
|
+
return this.e6h(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2758
2770
|
};
|
|
2759
2771
|
protoOf($serializer_5).do = function (decoder) {
|
|
2760
|
-
var tmp0_desc = this.
|
|
2772
|
+
var tmp0_desc = this.d6h_1;
|
|
2761
2773
|
var tmp1_flag = true;
|
|
2762
2774
|
var tmp2_index = 0;
|
|
2763
2775
|
var tmp3_bitMask0 = 0;
|
|
@@ -2792,7 +2804,7 @@
|
|
|
2792
2804
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2793
2805
|
};
|
|
2794
2806
|
protoOf($serializer_5).bo = function () {
|
|
2795
|
-
return this.
|
|
2807
|
+
return this.d6h_1;
|
|
2796
2808
|
};
|
|
2797
2809
|
protoOf($serializer_5).vz = function () {
|
|
2798
2810
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2808,11 +2820,11 @@
|
|
|
2808
2820
|
}
|
|
2809
2821
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2810
2822
|
if (!(3 === (3 & seen0))) {
|
|
2811
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2823
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().d6h_1);
|
|
2812
2824
|
}
|
|
2813
2825
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2814
|
-
$this.
|
|
2815
|
-
$this.
|
|
2826
|
+
$this.f6h_1 = playerId;
|
|
2827
|
+
$this.g6h_1 = tag;
|
|
2816
2828
|
return $this;
|
|
2817
2829
|
}
|
|
2818
2830
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2820,15 +2832,15 @@
|
|
|
2820
2832
|
}
|
|
2821
2833
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2822
2834
|
TerminationGameReasonDto.call(this);
|
|
2823
|
-
this.
|
|
2824
|
-
this.
|
|
2835
|
+
this.f6h_1 = playerId;
|
|
2836
|
+
this.g6h_1 = tag;
|
|
2825
2837
|
}
|
|
2826
2838
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2827
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2839
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.f6h_1 + ', tag=' + this.g6h_1 + ')';
|
|
2828
2840
|
};
|
|
2829
2841
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2830
|
-
var result = getStringHashCode(this.
|
|
2831
|
-
result = imul(result, 31) + (this.
|
|
2842
|
+
var result = getStringHashCode(this.f6h_1);
|
|
2843
|
+
result = imul(result, 31) + (this.g6h_1 == null ? 0 : getStringHashCode(this.g6h_1)) | 0;
|
|
2832
2844
|
return result;
|
|
2833
2845
|
};
|
|
2834
2846
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2836,9 +2848,9 @@
|
|
|
2836
2848
|
return true;
|
|
2837
2849
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2838
2850
|
return false;
|
|
2839
|
-
if (!(this.
|
|
2851
|
+
if (!(this.f6h_1 === other.f6h_1))
|
|
2840
2852
|
return false;
|
|
2841
|
-
if (!(this.
|
|
2853
|
+
if (!(this.g6h_1 == other.g6h_1))
|
|
2842
2854
|
return false;
|
|
2843
2855
|
return true;
|
|
2844
2856
|
};
|
|
@@ -2853,20 +2865,20 @@
|
|
|
2853
2865
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2854
2866
|
tmp0_serialDesc.gz('playerId', false);
|
|
2855
2867
|
tmp0_serialDesc.gz('tag', false);
|
|
2856
|
-
this.
|
|
2868
|
+
this.h6h_1 = tmp0_serialDesc;
|
|
2857
2869
|
}
|
|
2858
|
-
protoOf($serializer_6).
|
|
2859
|
-
var tmp0_desc = this.
|
|
2870
|
+
protoOf($serializer_6).i6h = function (encoder, value) {
|
|
2871
|
+
var tmp0_desc = this.h6h_1;
|
|
2860
2872
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2861
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2862
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2873
|
+
tmp1_output.dt(tmp0_desc, 0, value.j6h_1);
|
|
2874
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.k6h_1);
|
|
2863
2875
|
tmp1_output.pr(tmp0_desc);
|
|
2864
2876
|
};
|
|
2865
2877
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
2866
|
-
return this.
|
|
2878
|
+
return this.i6h(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2867
2879
|
};
|
|
2868
2880
|
protoOf($serializer_6).do = function (decoder) {
|
|
2869
|
-
var tmp0_desc = this.
|
|
2881
|
+
var tmp0_desc = this.h6h_1;
|
|
2870
2882
|
var tmp1_flag = true;
|
|
2871
2883
|
var tmp2_index = 0;
|
|
2872
2884
|
var tmp3_bitMask0 = 0;
|
|
@@ -2901,7 +2913,7 @@
|
|
|
2901
2913
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2902
2914
|
};
|
|
2903
2915
|
protoOf($serializer_6).bo = function () {
|
|
2904
|
-
return this.
|
|
2916
|
+
return this.h6h_1;
|
|
2905
2917
|
};
|
|
2906
2918
|
protoOf($serializer_6).vz = function () {
|
|
2907
2919
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2917,11 +2929,11 @@
|
|
|
2917
2929
|
}
|
|
2918
2930
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2919
2931
|
if (!(3 === (3 & seen0))) {
|
|
2920
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
2932
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().h6h_1);
|
|
2921
2933
|
}
|
|
2922
2934
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2923
|
-
$this.
|
|
2924
|
-
$this.
|
|
2935
|
+
$this.j6h_1 = playerId;
|
|
2936
|
+
$this.k6h_1 = tag;
|
|
2925
2937
|
return $this;
|
|
2926
2938
|
}
|
|
2927
2939
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2929,15 +2941,15 @@
|
|
|
2929
2941
|
}
|
|
2930
2942
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2931
2943
|
TerminationGameReasonDto.call(this);
|
|
2932
|
-
this.
|
|
2933
|
-
this.
|
|
2944
|
+
this.j6h_1 = playerId;
|
|
2945
|
+
this.k6h_1 = tag;
|
|
2934
2946
|
}
|
|
2935
2947
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2936
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2948
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.j6h_1 + ', tag=' + this.k6h_1 + ')';
|
|
2937
2949
|
};
|
|
2938
2950
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2939
|
-
var result = getStringHashCode(this.
|
|
2940
|
-
result = imul(result, 31) + (this.
|
|
2951
|
+
var result = getStringHashCode(this.j6h_1);
|
|
2952
|
+
result = imul(result, 31) + (this.k6h_1 == null ? 0 : getStringHashCode(this.k6h_1)) | 0;
|
|
2941
2953
|
return result;
|
|
2942
2954
|
};
|
|
2943
2955
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2945,14 +2957,14 @@
|
|
|
2945
2957
|
return true;
|
|
2946
2958
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2947
2959
|
return false;
|
|
2948
|
-
if (!(this.
|
|
2960
|
+
if (!(this.j6h_1 === other.j6h_1))
|
|
2949
2961
|
return false;
|
|
2950
|
-
if (!(this.
|
|
2962
|
+
if (!(this.k6h_1 == other.k6h_1))
|
|
2951
2963
|
return false;
|
|
2952
2964
|
return true;
|
|
2953
2965
|
};
|
|
2954
2966
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2955
|
-
return $this.
|
|
2967
|
+
return $this.l6h_1.w();
|
|
2956
2968
|
}
|
|
2957
2969
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2958
2970
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2967,7 +2979,7 @@
|
|
|
2967
2979
|
TerminationGameReasonDto.call(this);
|
|
2968
2980
|
var tmp = this;
|
|
2969
2981
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2970
|
-
tmp.
|
|
2982
|
+
tmp.l6h_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2971
2983
|
}
|
|
2972
2984
|
protoOf(WaitingForConnectionReasonDto).o4s = function () {
|
|
2973
2985
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3004,19 +3016,19 @@
|
|
|
3004
3016
|
$serializer_instance_7 = this;
|
|
3005
3017
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3006
3018
|
tmp0_serialDesc.gz('gameCard', false);
|
|
3007
|
-
this.
|
|
3019
|
+
this.m6h_1 = tmp0_serialDesc;
|
|
3008
3020
|
}
|
|
3009
|
-
protoOf($serializer_7).
|
|
3010
|
-
var tmp0_desc = this.
|
|
3021
|
+
protoOf($serializer_7).n6h = function (encoder, value) {
|
|
3022
|
+
var tmp0_desc = this.m6h_1;
|
|
3011
3023
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3012
|
-
tmp1_output.ys(tmp0_desc, 0, value.
|
|
3024
|
+
tmp1_output.ys(tmp0_desc, 0, value.o6h_1);
|
|
3013
3025
|
tmp1_output.pr(tmp0_desc);
|
|
3014
3026
|
};
|
|
3015
3027
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3016
|
-
return this.
|
|
3028
|
+
return this.n6h(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3017
3029
|
};
|
|
3018
3030
|
protoOf($serializer_7).do = function (decoder) {
|
|
3019
|
-
var tmp0_desc = this.
|
|
3031
|
+
var tmp0_desc = this.m6h_1;
|
|
3020
3032
|
var tmp1_flag = true;
|
|
3021
3033
|
var tmp2_index = 0;
|
|
3022
3034
|
var tmp3_bitMask0 = 0;
|
|
@@ -3044,7 +3056,7 @@
|
|
|
3044
3056
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3045
3057
|
};
|
|
3046
3058
|
protoOf($serializer_7).bo = function () {
|
|
3047
|
-
return this.
|
|
3059
|
+
return this.m6h_1;
|
|
3048
3060
|
};
|
|
3049
3061
|
protoOf($serializer_7).vz = function () {
|
|
3050
3062
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3060,37 +3072,37 @@
|
|
|
3060
3072
|
}
|
|
3061
3073
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3062
3074
|
if (!(1 === (1 & seen0))) {
|
|
3063
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3075
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().m6h_1);
|
|
3064
3076
|
}
|
|
3065
|
-
$this.
|
|
3077
|
+
$this.o6h_1 = gameCard;
|
|
3066
3078
|
return $this;
|
|
3067
3079
|
}
|
|
3068
3080
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3069
3081
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3070
3082
|
}
|
|
3071
3083
|
function ProcessingCardDto(gameCard) {
|
|
3072
|
-
this.
|
|
3084
|
+
this.o6h_1 = gameCard;
|
|
3073
3085
|
}
|
|
3074
3086
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3075
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3087
|
+
return 'ProcessingCardDto(gameCard=' + this.o6h_1 + ')';
|
|
3076
3088
|
};
|
|
3077
3089
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3078
|
-
return this.
|
|
3090
|
+
return this.o6h_1;
|
|
3079
3091
|
};
|
|
3080
3092
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3081
3093
|
if (this === other)
|
|
3082
3094
|
return true;
|
|
3083
3095
|
if (!(other instanceof ProcessingCardDto))
|
|
3084
3096
|
return false;
|
|
3085
|
-
if (!(this.
|
|
3097
|
+
if (!(this.o6h_1 === other.o6h_1))
|
|
3086
3098
|
return false;
|
|
3087
3099
|
return true;
|
|
3088
3100
|
};
|
|
3089
3101
|
function mapToDto(_this__u8e3s4) {
|
|
3090
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3102
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.p6h_1));
|
|
3091
3103
|
}
|
|
3092
3104
|
function mapFromDto(_this__u8e3s4) {
|
|
3093
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3105
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.o6h_1));
|
|
3094
3106
|
}
|
|
3095
3107
|
function mapToDto_0(_this__u8e3s4) {
|
|
3096
3108
|
return _this__u8e3s4.n5s_1;
|
|
@@ -3099,7 +3111,7 @@
|
|
|
3099
3111
|
return new GameCard(_this__u8e3s4);
|
|
3100
3112
|
}
|
|
3101
3113
|
function mapFromDto_1(_this__u8e3s4) {
|
|
3102
|
-
return new CoreConfig(_this__u8e3s4.
|
|
3114
|
+
return new CoreConfig(_this__u8e3s4.p6g_1, _this__u8e3s4.q6g_1, _this__u8e3s4.r6g_1, _this__u8e3s4.s6g_1);
|
|
3103
3115
|
}
|
|
3104
3116
|
function mapFromDto_2(_this__u8e3s4) {
|
|
3105
3117
|
return new Team(_this__u8e3s4);
|
|
@@ -3220,20 +3232,20 @@
|
|
|
3220
3232
|
}
|
|
3221
3233
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3222
3234
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3223
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3235
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.z6g_1, get_gameFinishedReasonMapping());
|
|
3224
3236
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
3225
3237
|
}
|
|
3226
3238
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3227
3239
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3228
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3240
|
+
return new PlayerExitReason(_this__u8e3s4.c6h_1);
|
|
3229
3241
|
}
|
|
3230
3242
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3231
3243
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3232
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3244
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.f6h_1, _this__u8e3s4.g6h_1);
|
|
3233
3245
|
}
|
|
3234
3246
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3235
3247
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3236
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3248
|
+
return new PlayerTimeoutReason(_this__u8e3s4.j6h_1, _this__u8e3s4.k6h_1);
|
|
3237
3249
|
}
|
|
3238
3250
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3239
3251
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3294,14 +3306,14 @@
|
|
|
3294
3306
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3295
3307
|
}
|
|
3296
3308
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3297
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3298
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3299
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3300
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3301
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3302
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3303
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3304
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3309
|
+
var tmp0_elvis_lhs = _this__u8e3s4.q6h_1;
|
|
3310
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.r6h_1) : tmp0_elvis_lhs;
|
|
3311
|
+
var tmp1_elvis_lhs = _this__u8e3s4.s6h_1;
|
|
3312
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.t6h_1) : tmp1_elvis_lhs;
|
|
3313
|
+
var tmp2_elvis_lhs = _this__u8e3s4.u6h_1;
|
|
3314
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.v6h_1 : tmp2_elvis_lhs;
|
|
3315
|
+
var tmp3_elvis_lhs = _this__u8e3s4.x6h_1;
|
|
3316
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.y6h_1, _this__u8e3s4.w6h_1);
|
|
3305
3317
|
}
|
|
3306
3318
|
function mapToDto_11(_this__u8e3s4) {
|
|
3307
3319
|
var tmp0_safe_receiver = _this__u8e3s4.m6e_1;
|
|
@@ -3318,7 +3330,7 @@
|
|
|
3318
3330
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3319
3331
|
}
|
|
3320
3332
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3321
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3333
|
+
var tmp0_safe_receiver = _this__u8e3s4.z6h_1;
|
|
3322
3334
|
var tmp;
|
|
3323
3335
|
if (tmp0_safe_receiver == null) {
|
|
3324
3336
|
tmp = null;
|
|
@@ -3327,7 +3339,7 @@
|
|
|
3327
3339
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3328
3340
|
}
|
|
3329
3341
|
var tmp5_startFromTime = tmp;
|
|
3330
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3342
|
+
var tmp1_safe_receiver = _this__u8e3s4.b6i_1;
|
|
3331
3343
|
var tmp_0;
|
|
3332
3344
|
if (tmp1_safe_receiver == null) {
|
|
3333
3345
|
tmp_0 = null;
|
|
@@ -3336,7 +3348,7 @@
|
|
|
3336
3348
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3337
3349
|
}
|
|
3338
3350
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3339
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3351
|
+
var tmp2_safe_receiver = _this__u8e3s4.a6i_1;
|
|
3340
3352
|
var tmp_1;
|
|
3341
3353
|
if (tmp2_safe_receiver == null) {
|
|
3342
3354
|
tmp_1 = null;
|
|
@@ -3345,11 +3357,11 @@
|
|
|
3345
3357
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3346
3358
|
}
|
|
3347
3359
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3348
|
-
var tmp8_state = _this__u8e3s4.
|
|
3349
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3350
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3360
|
+
var tmp8_state = _this__u8e3s4.c6i_1;
|
|
3361
|
+
var tmp9_tag = _this__u8e3s4.e6i_1;
|
|
3362
|
+
var tmp3_elvis_lhs = _this__u8e3s4.d6i_1;
|
|
3351
3363
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3352
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3364
|
+
var tmp4_safe_receiver = _this__u8e3s4.f6i_1;
|
|
3353
3365
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3354
3366
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3355
3367
|
}
|
|
@@ -3357,7 +3369,7 @@
|
|
|
3357
3369
|
return new PlayerConnectionDto(_this__u8e3s4.y6e_1, _this__u8e3s4.z6e_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.a6f_1));
|
|
3358
3370
|
}
|
|
3359
3371
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3360
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3372
|
+
return new PlayerConnection(_this__u8e3s4.g6i_1, Companion_getInstance_0().mk(_this__u8e3s4.h6i_1), Companion_getInstance().gk(_this__u8e3s4.i6i_1));
|
|
3361
3373
|
}
|
|
3362
3374
|
function Companion_18() {
|
|
3363
3375
|
}
|
|
@@ -3377,39 +3389,39 @@
|
|
|
3377
3389
|
tmp0_serialDesc.gz('rating', false);
|
|
3378
3390
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3379
3391
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3380
|
-
this.
|
|
3392
|
+
this.j6i_1 = tmp0_serialDesc;
|
|
3381
3393
|
}
|
|
3382
|
-
protoOf($serializer_8).
|
|
3383
|
-
var tmp0_desc = this.
|
|
3394
|
+
protoOf($serializer_8).k6i = function (encoder, value) {
|
|
3395
|
+
var tmp0_desc = this.j6i_1;
|
|
3384
3396
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3385
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3386
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3397
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.q6h_1 == null)) {
|
|
3398
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.q6h_1);
|
|
3387
3399
|
}
|
|
3388
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3389
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3400
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.r6h_1 == null)) {
|
|
3401
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.r6h_1);
|
|
3390
3402
|
}
|
|
3391
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3392
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3403
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.s6h_1 == null)) {
|
|
3404
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.s6h_1);
|
|
3393
3405
|
}
|
|
3394
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3395
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3406
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.t6h_1 == null)) {
|
|
3407
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.t6h_1);
|
|
3396
3408
|
}
|
|
3397
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3398
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3409
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.u6h_1 == null)) {
|
|
3410
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.u6h_1);
|
|
3399
3411
|
}
|
|
3400
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3401
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3412
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.v6h_1 == null)) {
|
|
3413
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.v6h_1);
|
|
3402
3414
|
}
|
|
3403
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3404
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3405
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3415
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.w6h_1);
|
|
3416
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.x6h_1);
|
|
3417
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.y6h_1);
|
|
3406
3418
|
tmp1_output.pr(tmp0_desc);
|
|
3407
3419
|
};
|
|
3408
3420
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3409
|
-
return this.
|
|
3421
|
+
return this.k6i(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3410
3422
|
};
|
|
3411
3423
|
protoOf($serializer_8).do = function (decoder) {
|
|
3412
|
-
var tmp0_desc = this.
|
|
3424
|
+
var tmp0_desc = this.j6i_1;
|
|
3413
3425
|
var tmp1_flag = true;
|
|
3414
3426
|
var tmp2_index = 0;
|
|
3415
3427
|
var tmp3_bitMask0 = 0;
|
|
@@ -3493,7 +3505,7 @@
|
|
|
3493
3505
|
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);
|
|
3494
3506
|
};
|
|
3495
3507
|
protoOf($serializer_8).bo = function () {
|
|
3496
|
-
return this.
|
|
3508
|
+
return this.j6i_1;
|
|
3497
3509
|
};
|
|
3498
3510
|
protoOf($serializer_8).vz = function () {
|
|
3499
3511
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3509,35 +3521,35 @@
|
|
|
3509
3521
|
}
|
|
3510
3522
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3511
3523
|
if (!(448 === (448 & seen0))) {
|
|
3512
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3524
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().j6i_1);
|
|
3513
3525
|
}
|
|
3514
3526
|
if (0 === (seen0 & 1))
|
|
3515
|
-
$this.
|
|
3527
|
+
$this.q6h_1 = null;
|
|
3516
3528
|
else
|
|
3517
|
-
$this.
|
|
3529
|
+
$this.q6h_1 = playerId;
|
|
3518
3530
|
if (0 === (seen0 & 2))
|
|
3519
|
-
$this.
|
|
3531
|
+
$this.r6h_1 = null;
|
|
3520
3532
|
else
|
|
3521
|
-
$this.
|
|
3533
|
+
$this.r6h_1 = uid;
|
|
3522
3534
|
if (0 === (seen0 & 4))
|
|
3523
|
-
$this.
|
|
3535
|
+
$this.s6h_1 = null;
|
|
3524
3536
|
else
|
|
3525
|
-
$this.
|
|
3537
|
+
$this.s6h_1 = name;
|
|
3526
3538
|
if (0 === (seen0 & 8))
|
|
3527
|
-
$this.
|
|
3539
|
+
$this.t6h_1 = null;
|
|
3528
3540
|
else
|
|
3529
|
-
$this.
|
|
3541
|
+
$this.t6h_1 = nickname;
|
|
3530
3542
|
if (0 === (seen0 & 16))
|
|
3531
|
-
$this.
|
|
3543
|
+
$this.u6h_1 = null;
|
|
3532
3544
|
else
|
|
3533
|
-
$this.
|
|
3545
|
+
$this.u6h_1 = avatarUrl;
|
|
3534
3546
|
if (0 === (seen0 & 32))
|
|
3535
|
-
$this.
|
|
3547
|
+
$this.v6h_1 = null;
|
|
3536
3548
|
else
|
|
3537
|
-
$this.
|
|
3538
|
-
$this.
|
|
3539
|
-
$this.
|
|
3540
|
-
$this.
|
|
3549
|
+
$this.v6h_1 = photo;
|
|
3550
|
+
$this.w6h_1 = rating;
|
|
3551
|
+
$this.x6h_1 = isBot;
|
|
3552
|
+
$this.y6h_1 = initialLuckyFactor;
|
|
3541
3553
|
return $this;
|
|
3542
3554
|
}
|
|
3543
3555
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3550,47 +3562,47 @@
|
|
|
3550
3562
|
nickname = nickname === VOID ? null : nickname;
|
|
3551
3563
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3552
3564
|
photo = photo === VOID ? null : photo;
|
|
3553
|
-
this.
|
|
3554
|
-
this.
|
|
3555
|
-
this.
|
|
3556
|
-
this.
|
|
3557
|
-
this.
|
|
3558
|
-
this.
|
|
3559
|
-
this.
|
|
3560
|
-
this.
|
|
3561
|
-
this.
|
|
3562
|
-
}
|
|
3563
|
-
protoOf(GameUserInfoDto).
|
|
3564
|
-
return this.
|
|
3565
|
-
};
|
|
3566
|
-
protoOf(GameUserInfoDto).
|
|
3565
|
+
this.q6h_1 = playerId;
|
|
3566
|
+
this.r6h_1 = uid;
|
|
3567
|
+
this.s6h_1 = name;
|
|
3568
|
+
this.t6h_1 = nickname;
|
|
3569
|
+
this.u6h_1 = avatarUrl;
|
|
3570
|
+
this.v6h_1 = photo;
|
|
3571
|
+
this.w6h_1 = rating;
|
|
3572
|
+
this.x6h_1 = isBot;
|
|
3573
|
+
this.y6h_1 = initialLuckyFactor;
|
|
3574
|
+
}
|
|
3575
|
+
protoOf(GameUserInfoDto).l6i = function () {
|
|
3576
|
+
return this.m6i(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3577
|
+
};
|
|
3578
|
+
protoOf(GameUserInfoDto).n6i = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3567
3579
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3568
3580
|
};
|
|
3569
|
-
protoOf(GameUserInfoDto).
|
|
3570
|
-
playerId = playerId === VOID ? this.
|
|
3571
|
-
uid = uid === VOID ? this.
|
|
3572
|
-
name = name === VOID ? this.
|
|
3573
|
-
nickname = nickname === VOID ? this.
|
|
3574
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3575
|
-
photo = photo === VOID ? this.
|
|
3576
|
-
rating = rating === VOID ? this.
|
|
3577
|
-
isBot = isBot === VOID ? this.
|
|
3578
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3579
|
-
return $super === VOID ? this.
|
|
3581
|
+
protoOf(GameUserInfoDto).m6i = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3582
|
+
playerId = playerId === VOID ? this.q6h_1 : playerId;
|
|
3583
|
+
uid = uid === VOID ? this.r6h_1 : uid;
|
|
3584
|
+
name = name === VOID ? this.s6h_1 : name;
|
|
3585
|
+
nickname = nickname === VOID ? this.t6h_1 : nickname;
|
|
3586
|
+
avatarUrl = avatarUrl === VOID ? this.u6h_1 : avatarUrl;
|
|
3587
|
+
photo = photo === VOID ? this.v6h_1 : photo;
|
|
3588
|
+
rating = rating === VOID ? this.w6h_1 : rating;
|
|
3589
|
+
isBot = isBot === VOID ? this.x6h_1 : isBot;
|
|
3590
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.y6h_1 : initialLuckyFactor;
|
|
3591
|
+
return $super === VOID ? this.n6i(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.n6i.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3580
3592
|
};
|
|
3581
3593
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3582
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3594
|
+
return 'GameUserInfoDto(playerId=' + this.q6h_1 + ', uid=' + this.r6h_1 + ', name=' + this.s6h_1 + ', nickname=' + this.t6h_1 + ', avatarUrl=' + this.u6h_1 + ', photo=' + this.v6h_1 + ', rating=' + this.w6h_1 + ', isBot=' + this.x6h_1 + ', initialLuckyFactor=' + this.y6h_1 + ')';
|
|
3583
3595
|
};
|
|
3584
3596
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3585
|
-
var result = this.
|
|
3586
|
-
result = imul(result, 31) + (this.q6h_1 == null ? 0 : getStringHashCode(this.q6h_1)) | 0;
|
|
3597
|
+
var result = this.q6h_1 == null ? 0 : getStringHashCode(this.q6h_1);
|
|
3587
3598
|
result = imul(result, 31) + (this.r6h_1 == null ? 0 : getStringHashCode(this.r6h_1)) | 0;
|
|
3588
3599
|
result = imul(result, 31) + (this.s6h_1 == null ? 0 : getStringHashCode(this.s6h_1)) | 0;
|
|
3589
3600
|
result = imul(result, 31) + (this.t6h_1 == null ? 0 : getStringHashCode(this.t6h_1)) | 0;
|
|
3590
3601
|
result = imul(result, 31) + (this.u6h_1 == null ? 0 : getStringHashCode(this.u6h_1)) | 0;
|
|
3591
|
-
result = imul(result, 31) + (this.v6h_1 == null ? 0 :
|
|
3592
|
-
result = imul(result, 31) + (this.w6h_1 == null ? 0 :
|
|
3593
|
-
result = imul(result, 31) + (this.x6h_1 == null ? 0 :
|
|
3602
|
+
result = imul(result, 31) + (this.v6h_1 == null ? 0 : getStringHashCode(this.v6h_1)) | 0;
|
|
3603
|
+
result = imul(result, 31) + (this.w6h_1 == null ? 0 : getNumberHashCode(this.w6h_1)) | 0;
|
|
3604
|
+
result = imul(result, 31) + (this.x6h_1 == null ? 0 : getBooleanHashCode(this.x6h_1)) | 0;
|
|
3605
|
+
result = imul(result, 31) + (this.y6h_1 == null ? 0 : getNumberHashCode(this.y6h_1)) | 0;
|
|
3594
3606
|
return result;
|
|
3595
3607
|
};
|
|
3596
3608
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3598,8 +3610,6 @@
|
|
|
3598
3610
|
return true;
|
|
3599
3611
|
if (!(other instanceof GameUserInfoDto))
|
|
3600
3612
|
return false;
|
|
3601
|
-
if (!(this.p6h_1 == other.p6h_1))
|
|
3602
|
-
return false;
|
|
3603
3613
|
if (!(this.q6h_1 == other.q6h_1))
|
|
3604
3614
|
return false;
|
|
3605
3615
|
if (!(this.r6h_1 == other.r6h_1))
|
|
@@ -3610,11 +3620,13 @@
|
|
|
3610
3620
|
return false;
|
|
3611
3621
|
if (!(this.u6h_1 == other.u6h_1))
|
|
3612
3622
|
return false;
|
|
3613
|
-
if (!
|
|
3623
|
+
if (!(this.v6h_1 == other.v6h_1))
|
|
3624
|
+
return false;
|
|
3625
|
+
if (!equals(this.w6h_1, other.w6h_1))
|
|
3614
3626
|
return false;
|
|
3615
|
-
if (!(this.
|
|
3627
|
+
if (!(this.x6h_1 == other.x6h_1))
|
|
3616
3628
|
return false;
|
|
3617
|
-
if (!equals(this.
|
|
3629
|
+
if (!equals(this.y6h_1, other.y6h_1))
|
|
3618
3630
|
return false;
|
|
3619
3631
|
return true;
|
|
3620
3632
|
};
|
|
@@ -3628,7 +3640,7 @@
|
|
|
3628
3640
|
// Inline function 'kotlin.arrayOf' call
|
|
3629
3641
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3630
3642
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3631
|
-
tmp.
|
|
3643
|
+
tmp.o6i_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3632
3644
|
}
|
|
3633
3645
|
var Companion_instance_21;
|
|
3634
3646
|
function Companion_getInstance_22() {
|
|
@@ -3642,22 +3654,22 @@
|
|
|
3642
3654
|
tmp0_serialDesc.gz('state', false);
|
|
3643
3655
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3644
3656
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3645
|
-
this.
|
|
3657
|
+
this.p6i_1 = tmp0_serialDesc;
|
|
3646
3658
|
}
|
|
3647
|
-
protoOf($serializer_9).
|
|
3648
|
-
var tmp0_desc = this.
|
|
3659
|
+
protoOf($serializer_9).q6i = function (encoder, value) {
|
|
3660
|
+
var tmp0_desc = this.p6i_1;
|
|
3649
3661
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3650
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3651
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.
|
|
3652
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3653
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3662
|
+
var tmp2_cached = Companion_getInstance_22().o6i_1;
|
|
3663
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.g6i_1);
|
|
3664
|
+
tmp1_output.dt(tmp0_desc, 1, value.h6i_1);
|
|
3665
|
+
tmp1_output.dt(tmp0_desc, 2, value.i6i_1);
|
|
3654
3666
|
tmp1_output.pr(tmp0_desc);
|
|
3655
3667
|
};
|
|
3656
3668
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3657
|
-
return this.
|
|
3669
|
+
return this.q6i(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3658
3670
|
};
|
|
3659
3671
|
protoOf($serializer_9).do = function (decoder) {
|
|
3660
|
-
var tmp0_desc = this.
|
|
3672
|
+
var tmp0_desc = this.p6i_1;
|
|
3661
3673
|
var tmp1_flag = true;
|
|
3662
3674
|
var tmp2_index = 0;
|
|
3663
3675
|
var tmp3_bitMask0 = 0;
|
|
@@ -3665,7 +3677,7 @@
|
|
|
3665
3677
|
var tmp5_local1 = null;
|
|
3666
3678
|
var tmp6_local2 = null;
|
|
3667
3679
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3668
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3680
|
+
var tmp8_cached = Companion_getInstance_22().o6i_1;
|
|
3669
3681
|
if (tmp7_input.es()) {
|
|
3670
3682
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].w(), tmp4_local0);
|
|
3671
3683
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3700,13 +3712,13 @@
|
|
|
3700
3712
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3701
3713
|
};
|
|
3702
3714
|
protoOf($serializer_9).bo = function () {
|
|
3703
|
-
return this.
|
|
3715
|
+
return this.p6i_1;
|
|
3704
3716
|
};
|
|
3705
3717
|
protoOf($serializer_9).vz = function () {
|
|
3706
3718
|
// Inline function 'kotlin.arrayOf' call
|
|
3707
3719
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3708
3720
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3709
|
-
return [Companion_getInstance_22().
|
|
3721
|
+
return [Companion_getInstance_22().o6i_1[0].w(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3710
3722
|
};
|
|
3711
3723
|
var $serializer_instance_9;
|
|
3712
3724
|
function $serializer_getInstance_9() {
|
|
@@ -3716,11 +3728,11 @@
|
|
|
3716
3728
|
}
|
|
3717
3729
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3718
3730
|
if (!(7 === (7 & seen0))) {
|
|
3719
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3731
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().p6i_1);
|
|
3720
3732
|
}
|
|
3721
|
-
$this.
|
|
3722
|
-
$this.
|
|
3723
|
-
$this.
|
|
3733
|
+
$this.g6i_1 = state;
|
|
3734
|
+
$this.h6i_1 = connectionChangedTime;
|
|
3735
|
+
$this.i6i_1 = notLiveDurationRecord;
|
|
3724
3736
|
return $this;
|
|
3725
3737
|
}
|
|
3726
3738
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3728,17 +3740,17 @@
|
|
|
3728
3740
|
}
|
|
3729
3741
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3730
3742
|
Companion_getInstance_22();
|
|
3731
|
-
this.
|
|
3732
|
-
this.
|
|
3733
|
-
this.
|
|
3743
|
+
this.g6i_1 = state;
|
|
3744
|
+
this.h6i_1 = connectionChangedTime;
|
|
3745
|
+
this.i6i_1 = notLiveDurationRecord;
|
|
3734
3746
|
}
|
|
3735
3747
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3736
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3748
|
+
return 'PlayerConnectionDto(state=' + this.g6i_1.toString() + ', connectionChangedTime=' + this.h6i_1 + ', notLiveDurationRecord=' + this.i6i_1 + ')';
|
|
3737
3749
|
};
|
|
3738
3750
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3739
|
-
var result = this.
|
|
3740
|
-
result = imul(result, 31) + getStringHashCode(this.g6i_1) | 0;
|
|
3751
|
+
var result = this.g6i_1.hashCode();
|
|
3741
3752
|
result = imul(result, 31) + getStringHashCode(this.h6i_1) | 0;
|
|
3753
|
+
result = imul(result, 31) + getStringHashCode(this.i6i_1) | 0;
|
|
3742
3754
|
return result;
|
|
3743
3755
|
};
|
|
3744
3756
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3746,12 +3758,12 @@
|
|
|
3746
3758
|
return true;
|
|
3747
3759
|
if (!(other instanceof PlayerConnectionDto))
|
|
3748
3760
|
return false;
|
|
3749
|
-
if (!this.
|
|
3750
|
-
return false;
|
|
3751
|
-
if (!(this.g6i_1 === other.g6i_1))
|
|
3761
|
+
if (!this.g6i_1.equals(other.g6i_1))
|
|
3752
3762
|
return false;
|
|
3753
3763
|
if (!(this.h6i_1 === other.h6i_1))
|
|
3754
3764
|
return false;
|
|
3765
|
+
if (!(this.i6i_1 === other.i6i_1))
|
|
3766
|
+
return false;
|
|
3755
3767
|
return true;
|
|
3756
3768
|
};
|
|
3757
3769
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3764,7 +3776,7 @@
|
|
|
3764
3776
|
// Inline function 'kotlin.arrayOf' call
|
|
3765
3777
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3766
3778
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3767
|
-
tmp.
|
|
3779
|
+
tmp.r6i_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3768
3780
|
}
|
|
3769
3781
|
var Companion_instance_22;
|
|
3770
3782
|
function Companion_getInstance_23() {
|
|
@@ -3782,38 +3794,38 @@
|
|
|
3782
3794
|
tmp0_serialDesc.gz('ready', true);
|
|
3783
3795
|
tmp0_serialDesc.gz('tag', true);
|
|
3784
3796
|
tmp0_serialDesc.gz('connection', true);
|
|
3785
|
-
this.
|
|
3797
|
+
this.s6i_1 = tmp0_serialDesc;
|
|
3786
3798
|
}
|
|
3787
|
-
protoOf($serializer_10).
|
|
3788
|
-
var tmp0_desc = this.
|
|
3799
|
+
protoOf($serializer_10).t6i = function (encoder, value) {
|
|
3800
|
+
var tmp0_desc = this.s6i_1;
|
|
3789
3801
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3790
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3791
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3792
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3802
|
+
var tmp2_cached = Companion_getInstance_23().r6i_1;
|
|
3803
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.z6h_1 == null)) {
|
|
3804
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.z6h_1);
|
|
3793
3805
|
}
|
|
3794
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3795
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3806
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.a6i_1 == null)) {
|
|
3807
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.a6i_1);
|
|
3796
3808
|
}
|
|
3797
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3798
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3809
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.b6i_1 == null)) {
|
|
3810
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.b6i_1);
|
|
3799
3811
|
}
|
|
3800
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].w(), value.
|
|
3801
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3802
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3812
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].w(), value.c6i_1);
|
|
3813
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.d6i_1 == null)) {
|
|
3814
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.d6i_1);
|
|
3803
3815
|
}
|
|
3804
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3805
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3816
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.e6i_1 == null)) {
|
|
3817
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.e6i_1);
|
|
3806
3818
|
}
|
|
3807
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3808
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3819
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.f6i_1 == null)) {
|
|
3820
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.f6i_1);
|
|
3809
3821
|
}
|
|
3810
3822
|
tmp1_output.pr(tmp0_desc);
|
|
3811
3823
|
};
|
|
3812
3824
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
3813
|
-
return this.
|
|
3825
|
+
return this.t6i(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3814
3826
|
};
|
|
3815
3827
|
protoOf($serializer_10).do = function (decoder) {
|
|
3816
|
-
var tmp0_desc = this.
|
|
3828
|
+
var tmp0_desc = this.s6i_1;
|
|
3817
3829
|
var tmp1_flag = true;
|
|
3818
3830
|
var tmp2_index = 0;
|
|
3819
3831
|
var tmp3_bitMask0 = 0;
|
|
@@ -3825,7 +3837,7 @@
|
|
|
3825
3837
|
var tmp9_local5 = null;
|
|
3826
3838
|
var tmp10_local6 = null;
|
|
3827
3839
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3828
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
3840
|
+
var tmp12_cached = Companion_getInstance_23().r6i_1;
|
|
3829
3841
|
if (tmp11_input.es()) {
|
|
3830
3842
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3831
3843
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3884,10 +3896,10 @@
|
|
|
3884
3896
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3885
3897
|
};
|
|
3886
3898
|
protoOf($serializer_10).bo = function () {
|
|
3887
|
-
return this.
|
|
3899
|
+
return this.s6i_1;
|
|
3888
3900
|
};
|
|
3889
3901
|
protoOf($serializer_10).vz = function () {
|
|
3890
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
3902
|
+
var tmp0_cached = Companion_getInstance_23().r6i_1;
|
|
3891
3903
|
// Inline function 'kotlin.arrayOf' call
|
|
3892
3904
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3893
3905
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3901,33 +3913,33 @@
|
|
|
3901
3913
|
}
|
|
3902
3914
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3903
3915
|
if (!(8 === (8 & seen0))) {
|
|
3904
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
3916
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().s6i_1);
|
|
3905
3917
|
}
|
|
3906
3918
|
if (0 === (seen0 & 1))
|
|
3907
|
-
$this.
|
|
3919
|
+
$this.z6h_1 = null;
|
|
3908
3920
|
else
|
|
3909
|
-
$this.
|
|
3921
|
+
$this.z6h_1 = startFrom;
|
|
3910
3922
|
if (0 === (seen0 & 2))
|
|
3911
|
-
$this.
|
|
3923
|
+
$this.a6i_1 = null;
|
|
3912
3924
|
else
|
|
3913
|
-
$this.
|
|
3925
|
+
$this.a6i_1 = playerTurnTimeout;
|
|
3914
3926
|
if (0 === (seen0 & 4))
|
|
3915
|
-
$this.
|
|
3927
|
+
$this.b6i_1 = null;
|
|
3916
3928
|
else
|
|
3917
|
-
$this.
|
|
3918
|
-
$this.
|
|
3929
|
+
$this.b6i_1 = waitPlayerUntilTime;
|
|
3930
|
+
$this.c6i_1 = state;
|
|
3919
3931
|
if (0 === (seen0 & 16))
|
|
3920
|
-
$this.
|
|
3932
|
+
$this.d6i_1 = null;
|
|
3921
3933
|
else
|
|
3922
|
-
$this.
|
|
3934
|
+
$this.d6i_1 = ready;
|
|
3923
3935
|
if (0 === (seen0 & 32))
|
|
3924
|
-
$this.
|
|
3936
|
+
$this.e6i_1 = null;
|
|
3925
3937
|
else
|
|
3926
|
-
$this.
|
|
3938
|
+
$this.e6i_1 = tag;
|
|
3927
3939
|
if (0 === (seen0 & 64))
|
|
3928
|
-
$this.
|
|
3940
|
+
$this.f6i_1 = null;
|
|
3929
3941
|
else
|
|
3930
|
-
$this.
|
|
3942
|
+
$this.f6i_1 = connection;
|
|
3931
3943
|
return $this;
|
|
3932
3944
|
}
|
|
3933
3945
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3941,25 +3953,25 @@
|
|
|
3941
3953
|
ready = ready === VOID ? null : ready;
|
|
3942
3954
|
tag = tag === VOID ? null : tag;
|
|
3943
3955
|
connection = connection === VOID ? null : connection;
|
|
3944
|
-
this.
|
|
3945
|
-
this.
|
|
3946
|
-
this.
|
|
3947
|
-
this.
|
|
3948
|
-
this.
|
|
3949
|
-
this.
|
|
3950
|
-
this.
|
|
3956
|
+
this.z6h_1 = startFrom;
|
|
3957
|
+
this.a6i_1 = playerTurnTimeout;
|
|
3958
|
+
this.b6i_1 = waitPlayerUntilTime;
|
|
3959
|
+
this.c6i_1 = state;
|
|
3960
|
+
this.d6i_1 = ready;
|
|
3961
|
+
this.e6i_1 = tag;
|
|
3962
|
+
this.f6i_1 = connection;
|
|
3951
3963
|
}
|
|
3952
3964
|
protoOf(PlayerStateDto).toString = function () {
|
|
3953
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3965
|
+
return 'PlayerStateDto(startFrom=' + this.z6h_1 + ', playerTurnTimeout=' + this.a6i_1 + ', waitPlayerUntilTime=' + this.b6i_1 + ', state=' + this.c6i_1.toString() + ', ready=' + this.d6i_1 + ', tag=' + this.e6i_1 + ', connection=' + toString(this.f6i_1) + ')';
|
|
3954
3966
|
};
|
|
3955
3967
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3956
|
-
var result = this.
|
|
3957
|
-
result = imul(result, 31) + (this.z6h_1 == null ? 0 : getStringHashCode(this.z6h_1)) | 0;
|
|
3968
|
+
var result = this.z6h_1 == null ? 0 : getStringHashCode(this.z6h_1);
|
|
3958
3969
|
result = imul(result, 31) + (this.a6i_1 == null ? 0 : getStringHashCode(this.a6i_1)) | 0;
|
|
3959
|
-
result = imul(result, 31) + this.b6i_1.
|
|
3960
|
-
result = imul(result, 31) +
|
|
3961
|
-
result = imul(result, 31) + (this.d6i_1 == null ? 0 :
|
|
3962
|
-
result = imul(result, 31) + (this.e6i_1 == null ? 0 : this.e6i_1
|
|
3970
|
+
result = imul(result, 31) + (this.b6i_1 == null ? 0 : getStringHashCode(this.b6i_1)) | 0;
|
|
3971
|
+
result = imul(result, 31) + this.c6i_1.hashCode() | 0;
|
|
3972
|
+
result = imul(result, 31) + (this.d6i_1 == null ? 0 : getBooleanHashCode(this.d6i_1)) | 0;
|
|
3973
|
+
result = imul(result, 31) + (this.e6i_1 == null ? 0 : getStringHashCode(this.e6i_1)) | 0;
|
|
3974
|
+
result = imul(result, 31) + (this.f6i_1 == null ? 0 : this.f6i_1.hashCode()) | 0;
|
|
3963
3975
|
return result;
|
|
3964
3976
|
};
|
|
3965
3977
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3967,19 +3979,19 @@
|
|
|
3967
3979
|
return true;
|
|
3968
3980
|
if (!(other instanceof PlayerStateDto))
|
|
3969
3981
|
return false;
|
|
3970
|
-
if (!(this.y6h_1 == other.y6h_1))
|
|
3971
|
-
return false;
|
|
3972
3982
|
if (!(this.z6h_1 == other.z6h_1))
|
|
3973
3983
|
return false;
|
|
3974
3984
|
if (!(this.a6i_1 == other.a6i_1))
|
|
3975
3985
|
return false;
|
|
3976
|
-
if (!this.b6i_1
|
|
3986
|
+
if (!(this.b6i_1 == other.b6i_1))
|
|
3977
3987
|
return false;
|
|
3978
|
-
if (!
|
|
3988
|
+
if (!this.c6i_1.equals(other.c6i_1))
|
|
3979
3989
|
return false;
|
|
3980
3990
|
if (!(this.d6i_1 == other.d6i_1))
|
|
3981
3991
|
return false;
|
|
3982
|
-
if (!
|
|
3992
|
+
if (!(this.e6i_1 == other.e6i_1))
|
|
3993
|
+
return false;
|
|
3994
|
+
if (!equals(this.f6i_1, other.f6i_1))
|
|
3983
3995
|
return false;
|
|
3984
3996
|
return true;
|
|
3985
3997
|
};
|
|
@@ -4003,7 +4015,7 @@
|
|
|
4003
4015
|
// Inline function 'kotlin.arrayOf' call
|
|
4004
4016
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4005
4017
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4006
|
-
tmp.
|
|
4018
|
+
tmp.u6i_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
4007
4019
|
}
|
|
4008
4020
|
var Companion_instance_23;
|
|
4009
4021
|
function Companion_getInstance_24() {
|
|
@@ -4040,45 +4052,45 @@
|
|
|
4040
4052
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
4041
4053
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
4042
4054
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
4043
|
-
this.
|
|
4055
|
+
this.v6i_1 = tmp0_serialDesc;
|
|
4044
4056
|
}
|
|
4045
|
-
protoOf($serializer_11).
|
|
4046
|
-
var tmp0_desc = this.
|
|
4057
|
+
protoOf($serializer_11).w6i = function (encoder, value) {
|
|
4058
|
+
var tmp0_desc = this.v6i_1;
|
|
4047
4059
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
4048
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4049
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4050
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4051
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4052
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4053
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4054
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4055
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4056
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4057
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].w(), value.
|
|
4058
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].w(), value.
|
|
4059
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4060
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4061
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4062
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].w(), value.
|
|
4063
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4064
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4065
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4066
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4067
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4068
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4069
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4070
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
4071
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4072
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4073
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4074
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4060
|
+
var tmp2_cached = Companion_getInstance_24().u6i_1;
|
|
4061
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.x6i_1);
|
|
4062
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.y6i_1);
|
|
4063
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.z6i_1);
|
|
4064
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.a6j_1);
|
|
4065
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.b6j_1);
|
|
4066
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.c6j_1);
|
|
4067
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.d6j_1);
|
|
4068
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.e6j_1);
|
|
4069
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].w(), value.f6j_1);
|
|
4070
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].w(), value.g6j_1);
|
|
4071
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.h6j_1);
|
|
4072
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.i6j_1);
|
|
4073
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.j6j_1);
|
|
4074
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].w(), value.k6j_1);
|
|
4075
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.l6j_1);
|
|
4076
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.m6j_1);
|
|
4077
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.n6j_1);
|
|
4078
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.o6j_1);
|
|
4079
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.p6j_1);
|
|
4080
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.q6j_1);
|
|
4081
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.r6j_1);
|
|
4082
|
+
tmp1_output.dt(tmp0_desc, 21, value.s6j_1);
|
|
4083
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.t6j_1);
|
|
4084
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.u6j_1);
|
|
4085
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.v6j_1);
|
|
4086
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.w6j_1);
|
|
4075
4087
|
tmp1_output.pr(tmp0_desc);
|
|
4076
4088
|
};
|
|
4077
4089
|
protoOf($serializer_11).co = function (encoder, value) {
|
|
4078
|
-
return this.
|
|
4090
|
+
return this.w6i(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4079
4091
|
};
|
|
4080
4092
|
protoOf($serializer_11).do = function (decoder) {
|
|
4081
|
-
var tmp0_desc = this.
|
|
4093
|
+
var tmp0_desc = this.v6i_1;
|
|
4082
4094
|
var tmp1_flag = true;
|
|
4083
4095
|
var tmp2_index = 0;
|
|
4084
4096
|
var tmp3_bitMask0 = 0;
|
|
@@ -4109,7 +4121,7 @@
|
|
|
4109
4121
|
var tmp28_local24 = null;
|
|
4110
4122
|
var tmp29_local25 = null;
|
|
4111
4123
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
4112
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4124
|
+
var tmp31_cached = Companion_getInstance_24().u6i_1;
|
|
4113
4125
|
if (tmp30_input.es()) {
|
|
4114
4126
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4115
4127
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4282,10 +4294,10 @@
|
|
|
4282
4294
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4283
4295
|
};
|
|
4284
4296
|
protoOf($serializer_11).bo = function () {
|
|
4285
|
-
return this.
|
|
4297
|
+
return this.v6i_1;
|
|
4286
4298
|
};
|
|
4287
4299
|
protoOf($serializer_11).vz = function () {
|
|
4288
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4300
|
+
var tmp0_cached = Companion_getInstance_24().u6i_1;
|
|
4289
4301
|
// Inline function 'kotlin.arrayOf' call
|
|
4290
4302
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4291
4303
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4299,34 +4311,34 @@
|
|
|
4299
4311
|
}
|
|
4300
4312
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4301
4313
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4302
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4314
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().v6i_1);
|
|
4303
4315
|
}
|
|
4304
|
-
$this.
|
|
4305
|
-
$this.
|
|
4306
|
-
$this.
|
|
4307
|
-
$this.
|
|
4308
|
-
$this.
|
|
4309
|
-
$this.
|
|
4310
|
-
$this.
|
|
4311
|
-
$this.
|
|
4312
|
-
$this.
|
|
4313
|
-
$this.
|
|
4314
|
-
$this.
|
|
4315
|
-
$this.
|
|
4316
|
-
$this.
|
|
4317
|
-
$this.
|
|
4318
|
-
$this.
|
|
4319
|
-
$this.
|
|
4320
|
-
$this.
|
|
4321
|
-
$this.
|
|
4322
|
-
$this.
|
|
4323
|
-
$this.
|
|
4324
|
-
$this.
|
|
4325
|
-
$this.
|
|
4326
|
-
$this.
|
|
4327
|
-
$this.
|
|
4328
|
-
$this.
|
|
4329
|
-
$this.
|
|
4316
|
+
$this.x6i_1 = name;
|
|
4317
|
+
$this.y6i_1 = playerWhoChooseSuitGoFirst;
|
|
4318
|
+
$this.z6i_1 = winnerShuffleCards;
|
|
4319
|
+
$this.a6j_1 = playWithoutLiabilities;
|
|
4320
|
+
$this.b6j_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4321
|
+
$this.c6j_1 = dealerInitialCardsCount;
|
|
4322
|
+
$this.d6j_1 = dealerFinalCardsCount;
|
|
4323
|
+
$this.e6j_1 = dealerCounterClockwise;
|
|
4324
|
+
$this.f6j_1 = contractTypes;
|
|
4325
|
+
$this.g6j_1 = bidTypes;
|
|
4326
|
+
$this.h6j_1 = needToPutHigherTrump;
|
|
4327
|
+
$this.i6j_1 = trumpCardStepMode;
|
|
4328
|
+
$this.j6j_1 = trumpCardStepPartnerMode;
|
|
4329
|
+
$this.k6j_1 = combinationsWithFirstCard;
|
|
4330
|
+
$this.l6j_1 = protectBella;
|
|
4331
|
+
$this.m6j_1 = oneTryToProtectBella;
|
|
4332
|
+
$this.n6j_1 = enableFourSevensCombination;
|
|
4333
|
+
$this.o6j_1 = enableTrumpSevenCombination;
|
|
4334
|
+
$this.p6j_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4335
|
+
$this.q6j_1 = checkTrumpCombination;
|
|
4336
|
+
$this.r6j_1 = checkOnlyTrumpDebertz;
|
|
4337
|
+
$this.s6j_1 = pointsDistributeMode;
|
|
4338
|
+
$this.t6j_1 = enableFineIfNoBribes;
|
|
4339
|
+
$this.u6j_1 = fineIfNoBribes;
|
|
4340
|
+
$this.v6j_1 = enableFineAfterThirdByte;
|
|
4341
|
+
$this.w6j_1 = fineAfterThirdFailedContract;
|
|
4330
4342
|
return $this;
|
|
4331
4343
|
}
|
|
4332
4344
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4334,63 +4346,63 @@
|
|
|
4334
4346
|
}
|
|
4335
4347
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4336
4348
|
Companion_getInstance_24();
|
|
4337
|
-
this.
|
|
4338
|
-
this.
|
|
4339
|
-
this.
|
|
4340
|
-
this.
|
|
4341
|
-
this.
|
|
4342
|
-
this.
|
|
4343
|
-
this.
|
|
4344
|
-
this.
|
|
4345
|
-
this.
|
|
4346
|
-
this.
|
|
4347
|
-
this.
|
|
4348
|
-
this.
|
|
4349
|
-
this.
|
|
4350
|
-
this.
|
|
4351
|
-
this.
|
|
4352
|
-
this.
|
|
4353
|
-
this.
|
|
4354
|
-
this.
|
|
4355
|
-
this.
|
|
4356
|
-
this.
|
|
4357
|
-
this.
|
|
4358
|
-
this.
|
|
4359
|
-
this.
|
|
4360
|
-
this.
|
|
4361
|
-
this.
|
|
4362
|
-
this.
|
|
4349
|
+
this.x6i_1 = name;
|
|
4350
|
+
this.y6i_1 = playerWhoChooseSuitGoFirst;
|
|
4351
|
+
this.z6i_1 = winnerShuffleCards;
|
|
4352
|
+
this.a6j_1 = playWithoutLiabilities;
|
|
4353
|
+
this.b6j_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4354
|
+
this.c6j_1 = dealerInitialCardsCount;
|
|
4355
|
+
this.d6j_1 = dealerFinalCardsCount;
|
|
4356
|
+
this.e6j_1 = dealerCounterClockwise;
|
|
4357
|
+
this.f6j_1 = contractTypes;
|
|
4358
|
+
this.g6j_1 = bidTypes;
|
|
4359
|
+
this.h6j_1 = needToPutHigherTrump;
|
|
4360
|
+
this.i6j_1 = trumpCardStepMode;
|
|
4361
|
+
this.j6j_1 = trumpCardStepPartnerMode;
|
|
4362
|
+
this.k6j_1 = combinationsWithFirstCard;
|
|
4363
|
+
this.l6j_1 = protectBella;
|
|
4364
|
+
this.m6j_1 = oneTryToProtectBella;
|
|
4365
|
+
this.n6j_1 = enableFourSevensCombination;
|
|
4366
|
+
this.o6j_1 = enableTrumpSevenCombination;
|
|
4367
|
+
this.p6j_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4368
|
+
this.q6j_1 = checkTrumpCombination;
|
|
4369
|
+
this.r6j_1 = checkOnlyTrumpDebertz;
|
|
4370
|
+
this.s6j_1 = pointsDistributeMode;
|
|
4371
|
+
this.t6j_1 = enableFineIfNoBribes;
|
|
4372
|
+
this.u6j_1 = fineIfNoBribes;
|
|
4373
|
+
this.v6j_1 = enableFineAfterThirdByte;
|
|
4374
|
+
this.w6j_1 = fineAfterThirdFailedContract;
|
|
4363
4375
|
}
|
|
4364
4376
|
protoOf(RulesDto).toString = function () {
|
|
4365
|
-
return 'RulesDto(name=' + this.
|
|
4377
|
+
return 'RulesDto(name=' + this.x6i_1 + ', playerWhoChooseSuitGoFirst=' + this.y6i_1 + ', winnerShuffleCards=' + this.z6i_1 + ', playWithoutLiabilities=' + this.a6j_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.b6j_1 + ', dealerInitialCardsCount=' + this.c6j_1 + ', dealerFinalCardsCount=' + this.d6j_1 + ', dealerCounterClockwise=' + this.e6j_1 + ', contractTypes=' + toString(this.f6j_1) + ', bidTypes=' + toString(this.g6j_1) + ', needToPutHigherTrump=' + this.h6j_1 + ', trumpCardStepMode=' + this.i6j_1 + ', trumpCardStepPartnerMode=' + this.j6j_1 + ', combinationsWithFirstCard=' + toString(this.k6j_1) + ', protectBella=' + this.l6j_1 + ', oneTryToProtectBella=' + this.m6j_1 + ', enableFourSevensCombination=' + this.n6j_1 + ', enableTrumpSevenCombination=' + this.o6j_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.p6j_1 + ', checkTrumpCombination=' + this.q6j_1 + ', checkOnlyTrumpDebertz=' + this.r6j_1 + ', pointsDistributeMode=' + this.s6j_1 + ', enableFineIfNoBribes=' + this.t6j_1 + ', fineIfNoBribes=' + this.u6j_1 + ', enableFineAfterThirdByte=' + this.v6j_1 + ', fineAfterThirdFailedContract=' + this.w6j_1 + ')';
|
|
4366
4378
|
};
|
|
4367
4379
|
protoOf(RulesDto).hashCode = function () {
|
|
4368
|
-
var result = this.
|
|
4369
|
-
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getBooleanHashCode(this.x6i_1)) | 0;
|
|
4380
|
+
var result = this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1);
|
|
4370
4381
|
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getBooleanHashCode(this.y6i_1)) | 0;
|
|
4371
4382
|
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getBooleanHashCode(this.z6i_1)) | 0;
|
|
4372
4383
|
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getBooleanHashCode(this.a6j_1)) | 0;
|
|
4373
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 : this.b6j_1) | 0;
|
|
4384
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getBooleanHashCode(this.b6j_1)) | 0;
|
|
4374
4385
|
result = imul(result, 31) + (this.c6j_1 == null ? 0 : this.c6j_1) | 0;
|
|
4375
|
-
result = imul(result, 31) + (this.d6j_1 == null ? 0 :
|
|
4376
|
-
result = imul(result, 31) + (this.e6j_1 == null ? 0 :
|
|
4386
|
+
result = imul(result, 31) + (this.d6j_1 == null ? 0 : this.d6j_1) | 0;
|
|
4387
|
+
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getBooleanHashCode(this.e6j_1)) | 0;
|
|
4377
4388
|
result = imul(result, 31) + (this.f6j_1 == null ? 0 : hashCode(this.f6j_1)) | 0;
|
|
4378
|
-
result = imul(result, 31) + (this.g6j_1 == null ? 0 :
|
|
4379
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 :
|
|
4389
|
+
result = imul(result, 31) + (this.g6j_1 == null ? 0 : hashCode(this.g6j_1)) | 0;
|
|
4390
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getBooleanHashCode(this.h6j_1)) | 0;
|
|
4380
4391
|
result = imul(result, 31) + (this.i6j_1 == null ? 0 : getStringHashCode(this.i6j_1)) | 0;
|
|
4381
|
-
result = imul(result, 31) + (this.j6j_1 == null ? 0 :
|
|
4382
|
-
result = imul(result, 31) + (this.k6j_1 == null ? 0 :
|
|
4392
|
+
result = imul(result, 31) + (this.j6j_1 == null ? 0 : getStringHashCode(this.j6j_1)) | 0;
|
|
4393
|
+
result = imul(result, 31) + (this.k6j_1 == null ? 0 : hashCode(this.k6j_1)) | 0;
|
|
4383
4394
|
result = imul(result, 31) + (this.l6j_1 == null ? 0 : getBooleanHashCode(this.l6j_1)) | 0;
|
|
4384
4395
|
result = imul(result, 31) + (this.m6j_1 == null ? 0 : getBooleanHashCode(this.m6j_1)) | 0;
|
|
4385
4396
|
result = imul(result, 31) + (this.n6j_1 == null ? 0 : getBooleanHashCode(this.n6j_1)) | 0;
|
|
4386
4397
|
result = imul(result, 31) + (this.o6j_1 == null ? 0 : getBooleanHashCode(this.o6j_1)) | 0;
|
|
4387
4398
|
result = imul(result, 31) + (this.p6j_1 == null ? 0 : getBooleanHashCode(this.p6j_1)) | 0;
|
|
4388
4399
|
result = imul(result, 31) + (this.q6j_1 == null ? 0 : getBooleanHashCode(this.q6j_1)) | 0;
|
|
4389
|
-
result = imul(result, 31) +
|
|
4390
|
-
result = imul(result, 31) + (this.s6j_1
|
|
4391
|
-
result = imul(result, 31) + (this.t6j_1 == null ? 0 : this.t6j_1) | 0;
|
|
4392
|
-
result = imul(result, 31) + (this.u6j_1 == null ? 0 :
|
|
4393
|
-
result = imul(result, 31) + (this.v6j_1 == null ? 0 : this.v6j_1) | 0;
|
|
4400
|
+
result = imul(result, 31) + (this.r6j_1 == null ? 0 : getBooleanHashCode(this.r6j_1)) | 0;
|
|
4401
|
+
result = imul(result, 31) + getStringHashCode(this.s6j_1) | 0;
|
|
4402
|
+
result = imul(result, 31) + (this.t6j_1 == null ? 0 : getBooleanHashCode(this.t6j_1)) | 0;
|
|
4403
|
+
result = imul(result, 31) + (this.u6j_1 == null ? 0 : this.u6j_1) | 0;
|
|
4404
|
+
result = imul(result, 31) + (this.v6j_1 == null ? 0 : getBooleanHashCode(this.v6j_1)) | 0;
|
|
4405
|
+
result = imul(result, 31) + (this.w6j_1 == null ? 0 : this.w6j_1) | 0;
|
|
4394
4406
|
return result;
|
|
4395
4407
|
};
|
|
4396
4408
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4398,8 +4410,6 @@
|
|
|
4398
4410
|
return true;
|
|
4399
4411
|
if (!(other instanceof RulesDto))
|
|
4400
4412
|
return false;
|
|
4401
|
-
if (!(this.w6i_1 == other.w6i_1))
|
|
4402
|
-
return false;
|
|
4403
4413
|
if (!(this.x6i_1 == other.x6i_1))
|
|
4404
4414
|
return false;
|
|
4405
4415
|
if (!(this.y6i_1 == other.y6i_1))
|
|
@@ -4414,19 +4424,19 @@
|
|
|
4414
4424
|
return false;
|
|
4415
4425
|
if (!(this.d6j_1 == other.d6j_1))
|
|
4416
4426
|
return false;
|
|
4417
|
-
if (!
|
|
4427
|
+
if (!(this.e6j_1 == other.e6j_1))
|
|
4418
4428
|
return false;
|
|
4419
4429
|
if (!equals(this.f6j_1, other.f6j_1))
|
|
4420
4430
|
return false;
|
|
4421
|
-
if (!(this.g6j_1
|
|
4431
|
+
if (!equals(this.g6j_1, other.g6j_1))
|
|
4422
4432
|
return false;
|
|
4423
4433
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4424
4434
|
return false;
|
|
4425
4435
|
if (!(this.i6j_1 == other.i6j_1))
|
|
4426
4436
|
return false;
|
|
4427
|
-
if (!
|
|
4437
|
+
if (!(this.j6j_1 == other.j6j_1))
|
|
4428
4438
|
return false;
|
|
4429
|
-
if (!(this.k6j_1
|
|
4439
|
+
if (!equals(this.k6j_1, other.k6j_1))
|
|
4430
4440
|
return false;
|
|
4431
4441
|
if (!(this.l6j_1 == other.l6j_1))
|
|
4432
4442
|
return false;
|
|
@@ -4440,9 +4450,9 @@
|
|
|
4440
4450
|
return false;
|
|
4441
4451
|
if (!(this.q6j_1 == other.q6j_1))
|
|
4442
4452
|
return false;
|
|
4443
|
-
if (!(this.r6j_1
|
|
4453
|
+
if (!(this.r6j_1 == other.r6j_1))
|
|
4444
4454
|
return false;
|
|
4445
|
-
if (!(this.s6j_1
|
|
4455
|
+
if (!(this.s6j_1 === other.s6j_1))
|
|
4446
4456
|
return false;
|
|
4447
4457
|
if (!(this.t6j_1 == other.t6j_1))
|
|
4448
4458
|
return false;
|
|
@@ -4450,6 +4460,8 @@
|
|
|
4450
4460
|
return false;
|
|
4451
4461
|
if (!(this.v6j_1 == other.v6j_1))
|
|
4452
4462
|
return false;
|
|
4463
|
+
if (!(this.w6j_1 == other.w6j_1))
|
|
4464
|
+
return false;
|
|
4453
4465
|
return true;
|
|
4454
4466
|
};
|
|
4455
4467
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4513,11 +4525,11 @@
|
|
|
4513
4525
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4514
4526
|
}
|
|
4515
4527
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4516
|
-
this.
|
|
4517
|
-
this.
|
|
4528
|
+
this.x6j_1 = trump;
|
|
4529
|
+
this.y6j_1 = firstCardSuit;
|
|
4518
4530
|
}
|
|
4519
4531
|
protoOf(CardGrowthComparator).m5s = function (a, b) {
|
|
4520
|
-
return getGrowth(b, this.
|
|
4532
|
+
return getGrowth(b, this.x6j_1, this.y6j_1) - getGrowth(a, this.x6j_1, this.y6j_1) | 0;
|
|
4521
4533
|
};
|
|
4522
4534
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4523
4535
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4605,39 +4617,126 @@
|
|
|
4605
4617
|
return tmp;
|
|
4606
4618
|
}
|
|
4607
4619
|
function ProcessingCard(card) {
|
|
4608
|
-
this.
|
|
4620
|
+
this.p6h_1 = card;
|
|
4609
4621
|
}
|
|
4610
4622
|
protoOf(ProcessingCard).toString = function () {
|
|
4611
|
-
return 'ProcessingCard(card=' + this.
|
|
4623
|
+
return 'ProcessingCard(card=' + this.p6h_1.toString() + ')';
|
|
4612
4624
|
};
|
|
4613
4625
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4614
|
-
return this.
|
|
4626
|
+
return this.p6h_1.hashCode();
|
|
4615
4627
|
};
|
|
4616
4628
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4617
4629
|
if (this === other)
|
|
4618
4630
|
return true;
|
|
4619
4631
|
if (!(other instanceof ProcessingCard))
|
|
4620
4632
|
return false;
|
|
4621
|
-
if (!this.
|
|
4633
|
+
if (!this.p6h_1.equals(other.p6h_1))
|
|
4622
4634
|
return false;
|
|
4623
4635
|
return true;
|
|
4624
4636
|
};
|
|
4625
4637
|
function AsyncProvider() {
|
|
4626
4638
|
}
|
|
4627
4639
|
function onError($this, message, error) {
|
|
4628
|
-
$this.
|
|
4640
|
+
$this.i6k_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4629
4641
|
}
|
|
4630
4642
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4631
|
-
this.
|
|
4643
|
+
this.r6k_1 = this$0;
|
|
4632
4644
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4633
4645
|
}
|
|
4634
4646
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).o1s = function (context, exception) {
|
|
4635
|
-
onError(this.
|
|
4647
|
+
onError(this.r6k_1, 'CoroutineContext', exception);
|
|
4636
4648
|
return Unit_instance;
|
|
4637
4649
|
};
|
|
4650
|
+
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4651
|
+
this.a6l_1 = this$0;
|
|
4652
|
+
this.b6l_1 = $block;
|
|
4653
|
+
CoroutineImpl.call(this, resultContinuation);
|
|
4654
|
+
}
|
|
4655
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).g6l = function ($this$async, $completion) {
|
|
4656
|
+
var tmp = this.i29($this$async, $completion);
|
|
4657
|
+
tmp.t8_1 = Unit_instance;
|
|
4658
|
+
tmp.u8_1 = null;
|
|
4659
|
+
return tmp.z8();
|
|
4660
|
+
};
|
|
4661
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).h9 = function (p1, $completion) {
|
|
4662
|
+
return this.g6l((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4663
|
+
};
|
|
4664
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).z8 = function () {
|
|
4665
|
+
var suspendResult = this.t8_1;
|
|
4666
|
+
$sm: do
|
|
4667
|
+
try {
|
|
4668
|
+
var tmp = this.r8_1;
|
|
4669
|
+
switch (tmp) {
|
|
4670
|
+
case 0:
|
|
4671
|
+
this.s8_1 = 6;
|
|
4672
|
+
this.e6l_1 = this.a6l_1.k6k_1;
|
|
4673
|
+
var tmp_0 = this;
|
|
4674
|
+
tmp_0.d6l_1 = null;
|
|
4675
|
+
this.r8_1 = 1;
|
|
4676
|
+
suspendResult = this.e6l_1.g2o(this.d6l_1, this);
|
|
4677
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4678
|
+
return suspendResult;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
continue $sm;
|
|
4682
|
+
case 1:
|
|
4683
|
+
this.f6l_1 = Unit_instance;
|
|
4684
|
+
this.r8_1 = 2;
|
|
4685
|
+
continue $sm;
|
|
4686
|
+
case 2:
|
|
4687
|
+
this.s8_1 = 5;
|
|
4688
|
+
this.r8_1 = 3;
|
|
4689
|
+
suspendResult = this.b6l_1(this.c6l_1, this);
|
|
4690
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4691
|
+
return suspendResult;
|
|
4692
|
+
}
|
|
4693
|
+
|
|
4694
|
+
continue $sm;
|
|
4695
|
+
case 3:
|
|
4696
|
+
this.f6l_1 = suspendResult;
|
|
4697
|
+
this.s8_1 = 6;
|
|
4698
|
+
this.r8_1 = 4;
|
|
4699
|
+
continue $sm;
|
|
4700
|
+
case 4:
|
|
4701
|
+
var tmp_1 = this.f6l_1;
|
|
4702
|
+
this.s8_1 = 6;
|
|
4703
|
+
this.e6l_1.r2n(this.d6l_1);
|
|
4704
|
+
return tmp_1;
|
|
4705
|
+
case 5:
|
|
4706
|
+
this.s8_1 = 6;
|
|
4707
|
+
var t = this.u8_1;
|
|
4708
|
+
this.e6l_1.r2n(this.d6l_1);
|
|
4709
|
+
throw t;
|
|
4710
|
+
case 6:
|
|
4711
|
+
throw this.u8_1;
|
|
4712
|
+
}
|
|
4713
|
+
} catch ($p) {
|
|
4714
|
+
var e = $p;
|
|
4715
|
+
if (this.s8_1 === 6) {
|
|
4716
|
+
throw e;
|
|
4717
|
+
} else {
|
|
4718
|
+
this.r8_1 = this.s8_1;
|
|
4719
|
+
this.u8_1 = e;
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
while (true);
|
|
4723
|
+
};
|
|
4724
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i29 = function ($this$async, completion) {
|
|
4725
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.a6l_1, this.b6l_1, completion);
|
|
4726
|
+
i.c6l_1 = $this$async;
|
|
4727
|
+
return i;
|
|
4728
|
+
};
|
|
4729
|
+
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4730
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4731
|
+
var l = function ($this$async, $completion) {
|
|
4732
|
+
return i.g6l($this$async, $completion);
|
|
4733
|
+
};
|
|
4734
|
+
l.$arity = 1;
|
|
4735
|
+
return l;
|
|
4736
|
+
}
|
|
4638
4737
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4639
|
-
this.
|
|
4640
|
-
this.
|
|
4738
|
+
this.p6l_1 = this$0;
|
|
4739
|
+
this.q6l_1 = $block;
|
|
4641
4740
|
CoroutineImpl.call(this, resultContinuation);
|
|
4642
4741
|
}
|
|
4643
4742
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).h29 = function ($this$launch, $completion) {
|
|
@@ -4657,43 +4756,43 @@
|
|
|
4657
4756
|
switch (tmp) {
|
|
4658
4757
|
case 0:
|
|
4659
4758
|
this.s8_1 = 6;
|
|
4660
|
-
this.
|
|
4759
|
+
this.t6l_1 = this.p6l_1.k6k_1;
|
|
4661
4760
|
var tmp_0 = this;
|
|
4662
|
-
tmp_0.
|
|
4761
|
+
tmp_0.s6l_1 = null;
|
|
4663
4762
|
this.r8_1 = 1;
|
|
4664
|
-
suspendResult = this.
|
|
4763
|
+
suspendResult = this.t6l_1.g2o(this.s6l_1, this);
|
|
4665
4764
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4666
4765
|
return suspendResult;
|
|
4667
4766
|
}
|
|
4668
4767
|
|
|
4669
4768
|
continue $sm;
|
|
4670
4769
|
case 1:
|
|
4671
|
-
this.
|
|
4770
|
+
this.u6l_1 = Unit_instance;
|
|
4672
4771
|
this.r8_1 = 2;
|
|
4673
4772
|
continue $sm;
|
|
4674
4773
|
case 2:
|
|
4675
4774
|
this.s8_1 = 5;
|
|
4676
4775
|
this.r8_1 = 3;
|
|
4677
|
-
suspendResult = this.
|
|
4776
|
+
suspendResult = this.q6l_1(this.r6l_1, this);
|
|
4678
4777
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4679
4778
|
return suspendResult;
|
|
4680
4779
|
}
|
|
4681
4780
|
|
|
4682
4781
|
continue $sm;
|
|
4683
4782
|
case 3:
|
|
4684
|
-
this.
|
|
4783
|
+
this.u6l_1 = Unit_instance;
|
|
4685
4784
|
this.s8_1 = 6;
|
|
4686
4785
|
this.r8_1 = 4;
|
|
4687
4786
|
continue $sm;
|
|
4688
4787
|
case 4:
|
|
4689
|
-
this.
|
|
4788
|
+
this.u6l_1;
|
|
4690
4789
|
this.s8_1 = 6;
|
|
4691
|
-
this.
|
|
4790
|
+
this.t6l_1.r2n(this.s6l_1);
|
|
4692
4791
|
return Unit_instance;
|
|
4693
4792
|
case 5:
|
|
4694
4793
|
this.s8_1 = 6;
|
|
4695
4794
|
var t = this.u8_1;
|
|
4696
|
-
this.
|
|
4795
|
+
this.t6l_1.r2n(this.s6l_1);
|
|
4697
4796
|
throw t;
|
|
4698
4797
|
case 6:
|
|
4699
4798
|
throw this.u8_1;
|
|
@@ -4710,8 +4809,8 @@
|
|
|
4710
4809
|
while (true);
|
|
4711
4810
|
};
|
|
4712
4811
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).i29 = function ($this$launch, completion) {
|
|
4713
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4714
|
-
i.
|
|
4812
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.p6l_1, this.q6l_1, completion);
|
|
4813
|
+
i.r6l_1 = $this$launch;
|
|
4715
4814
|
return i;
|
|
4716
4815
|
};
|
|
4717
4816
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4726,32 +4825,35 @@
|
|
|
4726
4825
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().b1w() : mainDispatcher;
|
|
4727
4826
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().x1v_1 : defaultDispatcher;
|
|
4728
4827
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : unconfinedDispatcher;
|
|
4729
|
-
this.
|
|
4730
|
-
this.
|
|
4731
|
-
this.
|
|
4732
|
-
this.
|
|
4828
|
+
this.i6k_1 = logger;
|
|
4829
|
+
this.j6k_1 = SupervisorJob();
|
|
4830
|
+
this.k6k_1 = Mutex();
|
|
4831
|
+
this.l6k_1 = Mutex();
|
|
4733
4832
|
var tmp = this;
|
|
4734
4833
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4735
|
-
tmp.
|
|
4736
|
-
this.
|
|
4737
|
-
this.
|
|
4738
|
-
this.
|
|
4834
|
+
tmp.m6k_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4835
|
+
this.n6k_1 = CoroutineScope_0(mainDispatcher.cg(this.j6k_1).cg(MainContextId_getInstance()));
|
|
4836
|
+
this.o6k_1 = CoroutineScope_0(defaultDispatcher.cg(this.j6k_1).cg(WorkerContextId_getInstance()));
|
|
4837
|
+
this.p6k_1 = CoroutineScope_0(unconfinedDispatcher.cg(this.j6k_1).cg(WorkerContextId_getInstance()));
|
|
4739
4838
|
}
|
|
4740
|
-
protoOf(AsyncProviderImpl).
|
|
4741
|
-
return this.
|
|
4839
|
+
protoOf(AsyncProviderImpl).z6j = function () {
|
|
4840
|
+
return this.m6k_1;
|
|
4841
|
+
};
|
|
4842
|
+
protoOf(AsyncProviderImpl).e6k = function (context, block) {
|
|
4843
|
+
return launch(this.n6k_1, context, VOID, block);
|
|
4742
4844
|
};
|
|
4743
|
-
protoOf(AsyncProviderImpl).
|
|
4744
|
-
return
|
|
4845
|
+
protoOf(AsyncProviderImpl).g6k = function (context, block) {
|
|
4846
|
+
return async(this.o6k_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4745
4847
|
};
|
|
4746
|
-
protoOf(AsyncProviderImpl).
|
|
4747
|
-
return launch(this.
|
|
4848
|
+
protoOf(AsyncProviderImpl).a6k = function (context, block) {
|
|
4849
|
+
return launch(this.o6k_1, context, VOID, block);
|
|
4748
4850
|
};
|
|
4749
|
-
protoOf(AsyncProviderImpl).
|
|
4750
|
-
return launch(this.
|
|
4851
|
+
protoOf(AsyncProviderImpl).c6k = function (context, block) {
|
|
4852
|
+
return launch(this.o6k_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4751
4853
|
};
|
|
4752
4854
|
protoOf(AsyncProviderImpl).h2 = function () {
|
|
4753
|
-
if (!this.
|
|
4754
|
-
this.
|
|
4855
|
+
if (!this.j6k_1.w1k()) {
|
|
4856
|
+
this.j6k_1.k1l();
|
|
4755
4857
|
}
|
|
4756
4858
|
};
|
|
4757
4859
|
function Key() {
|
|
@@ -4813,7 +4915,7 @@
|
|
|
4813
4915
|
}
|
|
4814
4916
|
function UUIDIdsProvider() {
|
|
4815
4917
|
}
|
|
4816
|
-
protoOf(UUIDIdsProvider).
|
|
4918
|
+
protoOf(UUIDIdsProvider).v6l = function () {
|
|
4817
4919
|
return uuid4().toString();
|
|
4818
4920
|
};
|
|
4819
4921
|
var UUIDIdsProvider_instance;
|
|
@@ -4831,55 +4933,55 @@
|
|
|
4831
4933
|
tmp = lock;
|
|
4832
4934
|
}
|
|
4833
4935
|
lock = tmp;
|
|
4834
|
-
this.
|
|
4835
|
-
this.
|
|
4936
|
+
this.b6m_1 = logger;
|
|
4937
|
+
this.c6m_1 = lock;
|
|
4836
4938
|
var tmp_0 = this;
|
|
4837
4939
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4838
|
-
tmp_0.
|
|
4940
|
+
tmp_0.d6m_1 = HashMap_init_$Create$();
|
|
4839
4941
|
}
|
|
4840
|
-
protoOf(JobsProviderImpl).
|
|
4942
|
+
protoOf(JobsProviderImpl).w6l = function (timerTag, job) {
|
|
4841
4943
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4842
|
-
this.
|
|
4843
|
-
if (this.
|
|
4844
|
-
this.
|
|
4944
|
+
this.c6m_1;
|
|
4945
|
+
if (this.a6m(timerTag)) {
|
|
4946
|
+
this.b6m_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4845
4947
|
}
|
|
4846
4948
|
// Inline function 'kotlin.collections.set' call
|
|
4847
|
-
this.
|
|
4949
|
+
this.d6m_1.l2(timerTag, job);
|
|
4848
4950
|
};
|
|
4849
|
-
protoOf(JobsProviderImpl).
|
|
4951
|
+
protoOf(JobsProviderImpl).a6m = function (timerTag) {
|
|
4850
4952
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4851
|
-
this.
|
|
4852
|
-
return this.
|
|
4953
|
+
this.c6m_1;
|
|
4954
|
+
return this.d6m_1.z1(timerTag);
|
|
4853
4955
|
};
|
|
4854
|
-
protoOf(JobsProviderImpl).
|
|
4956
|
+
protoOf(JobsProviderImpl).y6l = function (timerTag) {
|
|
4855
4957
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4856
|
-
this.
|
|
4857
|
-
if (!this.
|
|
4858
|
-
this.
|
|
4958
|
+
this.c6m_1;
|
|
4959
|
+
if (!this.a6m(timerTag)) {
|
|
4960
|
+
this.b6m_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4859
4961
|
}
|
|
4860
|
-
this.
|
|
4962
|
+
this.d6m_1.m2(timerTag);
|
|
4861
4963
|
};
|
|
4862
|
-
protoOf(JobsProviderImpl).
|
|
4964
|
+
protoOf(JobsProviderImpl).z6l = function (timers) {
|
|
4863
4965
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4864
|
-
this.
|
|
4966
|
+
this.c6m_1;
|
|
4865
4967
|
// Inline function 'kotlin.collections.forEach' call
|
|
4866
4968
|
var _iterator__ex2g4s = timers.l();
|
|
4867
4969
|
while (_iterator__ex2g4s.m()) {
|
|
4868
4970
|
var element = _iterator__ex2g4s.n();
|
|
4869
|
-
var timer = this.
|
|
4971
|
+
var timer = this.d6m_1.b2(element);
|
|
4870
4972
|
if (timer == null)
|
|
4871
4973
|
null;
|
|
4872
4974
|
else {
|
|
4873
4975
|
timer.k1l();
|
|
4874
4976
|
}
|
|
4875
4977
|
}
|
|
4876
|
-
this.
|
|
4978
|
+
this.d6m_1.c2().g2(toSet(timers));
|
|
4877
4979
|
};
|
|
4878
|
-
protoOf(JobsProviderImpl).
|
|
4980
|
+
protoOf(JobsProviderImpl).x6l = function (timerTag) {
|
|
4879
4981
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4880
|
-
this.
|
|
4881
|
-
var timer = this.
|
|
4882
|
-
this.
|
|
4982
|
+
this.c6m_1;
|
|
4983
|
+
var timer = this.d6m_1.b2(timerTag);
|
|
4984
|
+
this.d6m_1.m2(timerTag);
|
|
4883
4985
|
var tmp;
|
|
4884
4986
|
if (timer == null) {
|
|
4885
4987
|
tmp = null;
|
|
@@ -4892,36 +4994,36 @@
|
|
|
4892
4994
|
}
|
|
4893
4995
|
function FileSystemImpl(fileSystem) {
|
|
4894
4996
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4895
|
-
this.
|
|
4997
|
+
this.h6m_1 = fileSystem;
|
|
4896
4998
|
}
|
|
4897
|
-
protoOf(FileSystemImpl).
|
|
4999
|
+
protoOf(FileSystemImpl).e6m = function (path, $completion) {
|
|
4898
5000
|
var directoryPath = Path(path);
|
|
4899
|
-
var exists = this.
|
|
5001
|
+
var exists = this.h6m_1.g1j(directoryPath);
|
|
4900
5002
|
if (!exists) {
|
|
4901
|
-
this.
|
|
5003
|
+
this.h6m_1.k1j(directoryPath);
|
|
4902
5004
|
}
|
|
4903
5005
|
return Unit_instance;
|
|
4904
5006
|
};
|
|
4905
|
-
protoOf(FileSystemImpl).
|
|
4906
|
-
return buffered(this.
|
|
5007
|
+
protoOf(FileSystemImpl).f6m = function (path, fileName, append, $completion) {
|
|
5008
|
+
return buffered(this.h6m_1.l1j(Path_0(path, [fileName]), append));
|
|
4907
5009
|
};
|
|
4908
|
-
protoOf(FileSystemImpl).
|
|
4909
|
-
this.
|
|
5010
|
+
protoOf(FileSystemImpl).g6m = function (path, $completion) {
|
|
5011
|
+
this.h6m_1.i1j(Path_0(path, []));
|
|
4910
5012
|
return Unit_instance;
|
|
4911
5013
|
};
|
|
4912
5014
|
function LoggerFactory() {
|
|
4913
5015
|
}
|
|
4914
5016
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4915
|
-
this.
|
|
4916
|
-
this.
|
|
5017
|
+
this.j6m_1 = coreConfig;
|
|
5018
|
+
this.k6m_1 = fileSystem;
|
|
4917
5019
|
}
|
|
4918
|
-
protoOf(LoggerFactoryImpl).
|
|
5020
|
+
protoOf(LoggerFactoryImpl).i6m = function (gameId, roomId, userId) {
|
|
4919
5021
|
// Inline function 'kotlin.let' call
|
|
4920
|
-
var it = this.
|
|
5022
|
+
var it = this.j6m_1.fileNameFormat;
|
|
4921
5023
|
var tmp = Companion_instance_4;
|
|
4922
5024
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4923
5025
|
// Inline function 'kotlin.collections.map' call
|
|
4924
|
-
var this_0 = split(this.
|
|
5026
|
+
var this_0 = split(this.j6m_1.requireDirectoryPath, ['/']);
|
|
4925
5027
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4926
5028
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4927
5029
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4933,7 +5035,7 @@
|
|
|
4933
5035
|
}
|
|
4934
5036
|
var segments = destination;
|
|
4935
5037
|
var tmp0_path = joinToString(segments, '/');
|
|
4936
|
-
var tmp1_fileSystem = this.
|
|
5038
|
+
var tmp1_fileSystem = this.k6m_1;
|
|
4937
5039
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4938
5040
|
};
|
|
4939
5041
|
function appendToFile($this, message, $completion) {
|
|
@@ -4944,7 +5046,7 @@
|
|
|
4944
5046
|
}
|
|
4945
5047
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4946
5048
|
CoroutineImpl.call(this, resultContinuation);
|
|
4947
|
-
this.
|
|
5049
|
+
this.d6n_1 = _this__u8e3s4;
|
|
4948
5050
|
}
|
|
4949
5051
|
protoOf($createDirectoryCOROUTINE$).z8 = function () {
|
|
4950
5052
|
var suspendResult = this.t8_1;
|
|
@@ -4956,7 +5058,7 @@
|
|
|
4956
5058
|
this.s8_1 = 3;
|
|
4957
5059
|
this.s8_1 = 2;
|
|
4958
5060
|
this.r8_1 = 1;
|
|
4959
|
-
suspendResult = this.
|
|
5061
|
+
suspendResult = this.d6n_1.g6n_1.e6m(this.d6n_1.f6n_1, this);
|
|
4960
5062
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4961
5063
|
return suspendResult;
|
|
4962
5064
|
}
|
|
@@ -4997,8 +5099,8 @@
|
|
|
4997
5099
|
};
|
|
4998
5100
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4999
5101
|
CoroutineImpl.call(this, resultContinuation);
|
|
5000
|
-
this.
|
|
5001
|
-
this.
|
|
5102
|
+
this.t6m_1 = _this__u8e3s4;
|
|
5103
|
+
this.u6m_1 = message;
|
|
5002
5104
|
}
|
|
5003
5105
|
protoOf($appendToFileCOROUTINE$).z8 = function () {
|
|
5004
5106
|
var suspendResult = this.t8_1;
|
|
@@ -5010,7 +5112,7 @@
|
|
|
5010
5112
|
this.s8_1 = 3;
|
|
5011
5113
|
this.s8_1 = 2;
|
|
5012
5114
|
this.r8_1 = 1;
|
|
5013
|
-
suspendResult = this.
|
|
5115
|
+
suspendResult = this.t6m_1.g6n_1.f6m(this.t6m_1.f6n_1, this.t6m_1.e6n_1, true, this);
|
|
5014
5116
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5015
5117
|
return suspendResult;
|
|
5016
5118
|
}
|
|
@@ -5021,7 +5123,7 @@
|
|
|
5021
5123
|
var sink = buffered(ARGUMENT);
|
|
5022
5124
|
l$ret$1: do {
|
|
5023
5125
|
try {
|
|
5024
|
-
writeString(sink, this.
|
|
5126
|
+
writeString(sink, this.u6m_1 + '\n');
|
|
5025
5127
|
break l$ret$1;
|
|
5026
5128
|
} catch ($p) {
|
|
5027
5129
|
var t = $p;
|
|
@@ -5064,17 +5166,17 @@
|
|
|
5064
5166
|
while (true);
|
|
5065
5167
|
};
|
|
5066
5168
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5067
|
-
this.
|
|
5068
|
-
this.
|
|
5069
|
-
this.
|
|
5169
|
+
this.e6n_1 = fileName;
|
|
5170
|
+
this.f6n_1 = path;
|
|
5171
|
+
this.g6n_1 = fileSystem;
|
|
5070
5172
|
}
|
|
5071
|
-
protoOf(LogsStorageControllerImpl).
|
|
5173
|
+
protoOf(LogsStorageControllerImpl).h6n = function ($completion) {
|
|
5072
5174
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5073
5175
|
tmp.t8_1 = Unit_instance;
|
|
5074
5176
|
tmp.u8_1 = null;
|
|
5075
5177
|
return tmp.z8();
|
|
5076
5178
|
};
|
|
5077
|
-
protoOf(LogsStorageControllerImpl).
|
|
5179
|
+
protoOf(LogsStorageControllerImpl).i6n = function (log, $completion) {
|
|
5078
5180
|
return appendToFile(this, log, $completion);
|
|
5079
5181
|
};
|
|
5080
5182
|
function BufferedAction() {
|
|
@@ -5089,30 +5191,30 @@
|
|
|
5089
5191
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5090
5192
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5091
5193
|
TimerAction.call(this);
|
|
5092
|
-
this.
|
|
5093
|
-
this.
|
|
5094
|
-
this.
|
|
5095
|
-
this.
|
|
5194
|
+
this.o6n_1 = timerTag;
|
|
5195
|
+
this.p6n_1 = delayMillis;
|
|
5196
|
+
this.q6n_1 = initialDelay;
|
|
5197
|
+
this.r6n_1 = type;
|
|
5096
5198
|
}
|
|
5097
5199
|
protoOf(StartTimerAction).toString = function () {
|
|
5098
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5099
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5200
|
+
var tmp = 'timerTag=' + toString_0(this.o6n_1);
|
|
5201
|
+
var tmp_0 = 'delayMillis=' + this.p6n_1.toString();
|
|
5100
5202
|
// Inline function 'kotlin.takeIf' call
|
|
5101
|
-
var this_0 = 'initialDelay=' + this.
|
|
5203
|
+
var this_0 = 'initialDelay=' + this.q6n_1.toString();
|
|
5102
5204
|
var tmp_1;
|
|
5103
|
-
if (!equalsLong(this.
|
|
5205
|
+
if (!equalsLong(this.q6n_1, new Long(0, 0))) {
|
|
5104
5206
|
tmp_1 = this_0;
|
|
5105
5207
|
} else {
|
|
5106
5208
|
tmp_1 = null;
|
|
5107
5209
|
}
|
|
5108
5210
|
var tmp$ret$1 = tmp_1;
|
|
5109
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5211
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.r6n_1.toString()])) + ')';
|
|
5110
5212
|
};
|
|
5111
5213
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5112
|
-
var result = hashCode(this.
|
|
5113
|
-
result = imul(result, 31) + this.
|
|
5114
|
-
result = imul(result, 31) + this.
|
|
5115
|
-
result = imul(result, 31) + this.
|
|
5214
|
+
var result = hashCode(this.o6n_1);
|
|
5215
|
+
result = imul(result, 31) + this.p6n_1.hashCode() | 0;
|
|
5216
|
+
result = imul(result, 31) + this.q6n_1.hashCode() | 0;
|
|
5217
|
+
result = imul(result, 31) + this.r6n_1.hashCode() | 0;
|
|
5116
5218
|
return result;
|
|
5117
5219
|
};
|
|
5118
5220
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5120,13 +5222,13 @@
|
|
|
5120
5222
|
return true;
|
|
5121
5223
|
if (!(other instanceof StartTimerAction))
|
|
5122
5224
|
return false;
|
|
5123
|
-
if (!equals(this.
|
|
5225
|
+
if (!equals(this.o6n_1, other.o6n_1))
|
|
5124
5226
|
return false;
|
|
5125
|
-
if (!equalsLong(this.
|
|
5227
|
+
if (!equalsLong(this.p6n_1, other.p6n_1))
|
|
5126
5228
|
return false;
|
|
5127
|
-
if (!equalsLong(this.
|
|
5229
|
+
if (!equalsLong(this.q6n_1, other.q6n_1))
|
|
5128
5230
|
return false;
|
|
5129
|
-
if (!this.
|
|
5231
|
+
if (!this.r6n_1.equals(other.r6n_1))
|
|
5130
5232
|
return false;
|
|
5131
5233
|
return true;
|
|
5132
5234
|
};
|
|
@@ -5145,37 +5247,37 @@
|
|
|
5145
5247
|
}
|
|
5146
5248
|
function StopTimerAction(timerTag) {
|
|
5147
5249
|
TimerAction.call(this);
|
|
5148
|
-
this.
|
|
5250
|
+
this.s6n_1 = timerTag;
|
|
5149
5251
|
}
|
|
5150
5252
|
protoOf(StopTimerAction).toString = function () {
|
|
5151
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5253
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.s6n_1) + ')';
|
|
5152
5254
|
};
|
|
5153
5255
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5154
|
-
return hashCode(this.
|
|
5256
|
+
return hashCode(this.s6n_1);
|
|
5155
5257
|
};
|
|
5156
5258
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5157
5259
|
if (this === other)
|
|
5158
5260
|
return true;
|
|
5159
5261
|
if (!(other instanceof StopTimerAction))
|
|
5160
5262
|
return false;
|
|
5161
|
-
if (!equals(this.
|
|
5263
|
+
if (!equals(this.s6n_1, other.s6n_1))
|
|
5162
5264
|
return false;
|
|
5163
5265
|
return true;
|
|
5164
5266
|
};
|
|
5165
5267
|
function TimerTickAction(timerTag, type) {
|
|
5166
5268
|
TimerAction.call(this);
|
|
5167
|
-
this.
|
|
5168
|
-
this.
|
|
5269
|
+
this.t6n_1 = timerTag;
|
|
5270
|
+
this.u6n_1 = type;
|
|
5169
5271
|
}
|
|
5170
5272
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
5171
|
-
return this.
|
|
5273
|
+
return this.t6n_1.notValidateWhenFinished();
|
|
5172
5274
|
};
|
|
5173
5275
|
protoOf(TimerTickAction).toString = function () {
|
|
5174
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5276
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.t6n_1) + ', type=' + this.u6n_1.toString() + ')';
|
|
5175
5277
|
};
|
|
5176
5278
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5177
|
-
var result = hashCode(this.
|
|
5178
|
-
result = imul(result, 31) + this.
|
|
5279
|
+
var result = hashCode(this.t6n_1);
|
|
5280
|
+
result = imul(result, 31) + this.u6n_1.hashCode() | 0;
|
|
5179
5281
|
return result;
|
|
5180
5282
|
};
|
|
5181
5283
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5183,9 +5285,9 @@
|
|
|
5183
5285
|
return true;
|
|
5184
5286
|
if (!(other instanceof TimerTickAction))
|
|
5185
5287
|
return false;
|
|
5186
|
-
if (!equals(this.
|
|
5288
|
+
if (!equals(this.t6n_1, other.t6n_1))
|
|
5187
5289
|
return false;
|
|
5188
|
-
if (!this.
|
|
5290
|
+
if (!this.u6n_1.equals(other.u6n_1))
|
|
5189
5291
|
return false;
|
|
5190
5292
|
return true;
|
|
5191
5293
|
};
|
|
@@ -5229,7 +5331,7 @@
|
|
|
5229
5331
|
return function (reducer, initialState, en) {
|
|
5230
5332
|
var store = $storeCreator(reducer, initialState, en);
|
|
5231
5333
|
var origDispatch = store.dispatch;
|
|
5232
|
-
store.
|
|
5334
|
+
store.v6n(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5233
5335
|
return store;
|
|
5234
5336
|
};
|
|
5235
5337
|
}
|
|
@@ -5243,7 +5345,7 @@
|
|
|
5243
5345
|
}
|
|
5244
5346
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5245
5347
|
return function (action) {
|
|
5246
|
-
$middleware.
|
|
5348
|
+
$middleware.w6n($store, $dispatcher, action);
|
|
5247
5349
|
return Unit_instance;
|
|
5248
5350
|
};
|
|
5249
5351
|
}
|
|
@@ -5258,7 +5360,7 @@
|
|
|
5258
5360
|
while (inductionVariable < last) {
|
|
5259
5361
|
var element = tmp0[inductionVariable];
|
|
5260
5362
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5261
|
-
if (element.
|
|
5363
|
+
if (element.x6n(action)) {
|
|
5262
5364
|
destination.j(element);
|
|
5263
5365
|
}
|
|
5264
5366
|
}
|
|
@@ -5282,7 +5384,7 @@
|
|
|
5282
5384
|
return function (reducer, initialState, en) {
|
|
5283
5385
|
var store = $storeCreator(reducer, initialState, en);
|
|
5284
5386
|
var origDispatch = store.dispatch;
|
|
5285
|
-
store.
|
|
5387
|
+
store.v6n(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5286
5388
|
return store;
|
|
5287
5389
|
};
|
|
5288
5390
|
}
|
|
@@ -5296,9 +5398,9 @@
|
|
|
5296
5398
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5297
5399
|
}
|
|
5298
5400
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5299
|
-
this.
|
|
5300
|
-
this.
|
|
5301
|
-
this.
|
|
5401
|
+
this.g6o_1 = $jobsProvider;
|
|
5402
|
+
this.h6o_1 = $action;
|
|
5403
|
+
this.i6o_1 = $store;
|
|
5302
5404
|
CoroutineImpl.call(this, resultContinuation);
|
|
5303
5405
|
}
|
|
5304
5406
|
protoOf(timerMiddleware$o$handle$slambda$slambda).h29 = function ($this$launchMain, $completion) {
|
|
@@ -5317,8 +5419,8 @@
|
|
|
5317
5419
|
var tmp = this.r8_1;
|
|
5318
5420
|
if (tmp === 0) {
|
|
5319
5421
|
this.s8_1 = 1;
|
|
5320
|
-
if (this.
|
|
5321
|
-
this.
|
|
5422
|
+
if (this.g6o_1.a6m(this.h6o_1.o6n_1)) {
|
|
5423
|
+
this.i6o_1.dispatch(new TimerTickAction(this.h6o_1.o6n_1, TimerType_DELAY_getInstance()));
|
|
5322
5424
|
}
|
|
5323
5425
|
return Unit_instance;
|
|
5324
5426
|
} else if (tmp === 1) {
|
|
@@ -5331,8 +5433,8 @@
|
|
|
5331
5433
|
while (true);
|
|
5332
5434
|
};
|
|
5333
5435
|
protoOf(timerMiddleware$o$handle$slambda$slambda).i29 = function ($this$launchMain, completion) {
|
|
5334
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5335
|
-
i.
|
|
5436
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.g6o_1, this.h6o_1, this.i6o_1, completion);
|
|
5437
|
+
i.j6o_1 = $this$launchMain;
|
|
5336
5438
|
return i;
|
|
5337
5439
|
};
|
|
5338
5440
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5344,9 +5446,9 @@
|
|
|
5344
5446
|
return l;
|
|
5345
5447
|
}
|
|
5346
5448
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5347
|
-
this.
|
|
5348
|
-
this.
|
|
5349
|
-
this.
|
|
5449
|
+
this.s6o_1 = $jobsProvider;
|
|
5450
|
+
this.t6o_1 = $action;
|
|
5451
|
+
this.u6o_1 = $store;
|
|
5350
5452
|
CoroutineImpl.call(this, resultContinuation);
|
|
5351
5453
|
}
|
|
5352
5454
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).h29 = function ($this$launchMain, $completion) {
|
|
@@ -5365,8 +5467,8 @@
|
|
|
5365
5467
|
var tmp = this.r8_1;
|
|
5366
5468
|
if (tmp === 0) {
|
|
5367
5469
|
this.s8_1 = 1;
|
|
5368
|
-
if (this.
|
|
5369
|
-
this.
|
|
5470
|
+
if (this.s6o_1.a6m(this.t6o_1.o6n_1)) {
|
|
5471
|
+
this.u6o_1.dispatch(new TimerTickAction(this.t6o_1.o6n_1, TimerType_INTERVAL_getInstance()));
|
|
5370
5472
|
}
|
|
5371
5473
|
return Unit_instance;
|
|
5372
5474
|
} else if (tmp === 1) {
|
|
@@ -5379,8 +5481,8 @@
|
|
|
5379
5481
|
while (true);
|
|
5380
5482
|
};
|
|
5381
5483
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).i29 = function ($this$launchMain, completion) {
|
|
5382
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5383
|
-
i.
|
|
5484
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.s6o_1, this.t6o_1, this.u6o_1, completion);
|
|
5485
|
+
i.v6o_1 = $this$launchMain;
|
|
5384
5486
|
return i;
|
|
5385
5487
|
};
|
|
5386
5488
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5392,10 +5494,10 @@
|
|
|
5392
5494
|
return l;
|
|
5393
5495
|
}
|
|
5394
5496
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5395
|
-
this.
|
|
5396
|
-
this.
|
|
5397
|
-
this.
|
|
5398
|
-
this.
|
|
5497
|
+
this.e6p_1 = $action;
|
|
5498
|
+
this.f6p_1 = $asyncProvider;
|
|
5499
|
+
this.g6p_1 = $jobsProvider;
|
|
5500
|
+
this.h6p_1 = $store;
|
|
5399
5501
|
CoroutineImpl.call(this, resultContinuation);
|
|
5400
5502
|
}
|
|
5401
5503
|
protoOf(timerMiddleware$o$handle$slambda).h29 = function ($this$launchDefault, $completion) {
|
|
@@ -5415,9 +5517,9 @@
|
|
|
5415
5517
|
switch (tmp) {
|
|
5416
5518
|
case 0:
|
|
5417
5519
|
this.s8_1 = 10;
|
|
5418
|
-
if (!equalsLong(this.
|
|
5520
|
+
if (!equalsLong(this.e6p_1.q6n_1, new Long(0, 0)) && this.e6p_1.r6n_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5419
5521
|
this.r8_1 = 1;
|
|
5420
|
-
suspendResult = delay(this.
|
|
5522
|
+
suspendResult = delay(this.e6p_1.q6n_1, this);
|
|
5421
5523
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5422
5524
|
return suspendResult;
|
|
5423
5525
|
}
|
|
@@ -5431,19 +5533,19 @@
|
|
|
5431
5533
|
this.r8_1 = 2;
|
|
5432
5534
|
continue $sm;
|
|
5433
5535
|
case 2:
|
|
5434
|
-
var tmp0 = this.
|
|
5536
|
+
var tmp0 = this.e6p_1.r6n_1.p2_1;
|
|
5435
5537
|
if (tmp0 === 0) {
|
|
5436
5538
|
this.r8_1 = 8;
|
|
5437
|
-
suspendResult = delay(this.
|
|
5539
|
+
suspendResult = delay(this.e6p_1.p6n_1, this);
|
|
5438
5540
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5439
5541
|
return suspendResult;
|
|
5440
5542
|
}
|
|
5441
5543
|
continue $sm;
|
|
5442
5544
|
} else {
|
|
5443
5545
|
if (tmp0 === 1) {
|
|
5444
|
-
if (!equalsLong(this.
|
|
5546
|
+
if (!equalsLong(this.e6p_1.q6n_1, new Long(0, 0))) {
|
|
5445
5547
|
this.r8_1 = 3;
|
|
5446
|
-
suspendResult = delay(this.
|
|
5548
|
+
suspendResult = delay(this.e6p_1.q6n_1, this);
|
|
5447
5549
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5448
5550
|
return suspendResult;
|
|
5449
5551
|
}
|
|
@@ -5466,14 +5568,14 @@
|
|
|
5466
5568
|
this.r8_1 = 5;
|
|
5467
5569
|
continue $sm;
|
|
5468
5570
|
case 5:
|
|
5469
|
-
if (!get_isActive(this.
|
|
5571
|
+
if (!get_isActive(this.i6p_1)) {
|
|
5470
5572
|
this.r8_1 = 7;
|
|
5471
5573
|
continue $sm;
|
|
5472
5574
|
}
|
|
5473
5575
|
|
|
5474
|
-
this.
|
|
5576
|
+
this.f6p_1.f6k(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.g6p_1, this.e6p_1, this.h6p_1, null));
|
|
5475
5577
|
this.r8_1 = 6;
|
|
5476
|
-
suspendResult = delay(this.
|
|
5578
|
+
suspendResult = delay(this.e6p_1.q6n_1, this);
|
|
5477
5579
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5478
5580
|
return suspendResult;
|
|
5479
5581
|
}
|
|
@@ -5483,12 +5585,12 @@
|
|
|
5483
5585
|
this.r8_1 = 5;
|
|
5484
5586
|
continue $sm;
|
|
5485
5587
|
case 7:
|
|
5486
|
-
this.
|
|
5588
|
+
this.j6p_1 = Unit_instance;
|
|
5487
5589
|
this.r8_1 = 9;
|
|
5488
5590
|
continue $sm;
|
|
5489
5591
|
case 8:
|
|
5490
5592
|
var tmp_1 = this;
|
|
5491
|
-
tmp_1.
|
|
5593
|
+
tmp_1.j6p_1 = this.f6p_1.f6k(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.g6p_1, this.e6p_1, this.h6p_1, null));
|
|
5492
5594
|
this.r8_1 = 9;
|
|
5493
5595
|
continue $sm;
|
|
5494
5596
|
case 9:
|
|
@@ -5508,8 +5610,8 @@
|
|
|
5508
5610
|
while (true);
|
|
5509
5611
|
};
|
|
5510
5612
|
protoOf(timerMiddleware$o$handle$slambda).i29 = function ($this$launchDefault, completion) {
|
|
5511
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5512
|
-
i.
|
|
5613
|
+
var i = new timerMiddleware$o$handle$slambda(this.e6p_1, this.f6p_1, this.g6p_1, this.h6p_1, completion);
|
|
5614
|
+
i.i6p_1 = $this$launchDefault;
|
|
5513
5615
|
return i;
|
|
5514
5616
|
};
|
|
5515
5617
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5521,24 +5623,24 @@
|
|
|
5521
5623
|
return l;
|
|
5522
5624
|
}
|
|
5523
5625
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5524
|
-
this.
|
|
5525
|
-
this.
|
|
5626
|
+
this.k6p_1 = $asyncProvider;
|
|
5627
|
+
this.l6p_1 = $jobsProvider;
|
|
5526
5628
|
}
|
|
5527
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5629
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).x6n = function (action) {
|
|
5528
5630
|
return action instanceof TimerAction;
|
|
5529
5631
|
};
|
|
5530
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5632
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).m6p = function (store, next, action) {
|
|
5531
5633
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5532
5634
|
if (action_0 instanceof StartTimerAction) {
|
|
5533
|
-
var job = this.
|
|
5534
|
-
this.
|
|
5635
|
+
var job = this.k6p_1.b6k(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.k6p_1, this.l6p_1, store, null));
|
|
5636
|
+
this.l6p_1.w6l(action_0.o6n_1, job);
|
|
5535
5637
|
} else {
|
|
5536
5638
|
if (action_0 instanceof StopTimerAction) {
|
|
5537
|
-
this.
|
|
5639
|
+
this.l6p_1.x6l(action_0.s6n_1);
|
|
5538
5640
|
} else {
|
|
5539
5641
|
if (action_0 instanceof TimerTickAction) {
|
|
5540
|
-
if (action_0.
|
|
5541
|
-
this.
|
|
5642
|
+
if (action_0.u6n_1.equals(TimerType_DELAY_getInstance())) {
|
|
5643
|
+
this.l6p_1.y6l(action_0.t6n_1);
|
|
5542
5644
|
}
|
|
5543
5645
|
} else {
|
|
5544
5646
|
noWhenBranchMatchedException();
|
|
@@ -5547,8 +5649,8 @@
|
|
|
5547
5649
|
}
|
|
5548
5650
|
next(action_0);
|
|
5549
5651
|
};
|
|
5550
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5551
|
-
return this.
|
|
5652
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).w6n = function (store, next, action) {
|
|
5653
|
+
return this.m6p(store, next, action);
|
|
5552
5654
|
};
|
|
5553
5655
|
function compose(functions) {
|
|
5554
5656
|
return compose$lambda(functions);
|
|
@@ -5592,7 +5694,7 @@
|
|
|
5592
5694
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5593
5695
|
try {
|
|
5594
5696
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5595
|
-
currentState._v = currentReducer._v.
|
|
5697
|
+
currentState._v = currentReducer._v.n6p(currentState._v, action);
|
|
5596
5698
|
stateTrigger.o27(Unit_instance);
|
|
5597
5699
|
} catch ($p) {
|
|
5598
5700
|
if ($p instanceof Exception) {
|
|
@@ -5616,8 +5718,8 @@
|
|
|
5616
5718
|
};
|
|
5617
5719
|
}
|
|
5618
5720
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5619
|
-
this.
|
|
5620
|
-
this.
|
|
5721
|
+
this.w6p_1 = $$this$unsafeFlow;
|
|
5722
|
+
this.x6p_1 = this$0;
|
|
5621
5723
|
CoroutineImpl.call(this, resultContinuation);
|
|
5622
5724
|
}
|
|
5623
5725
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).a2j = function (value, $completion) {
|
|
@@ -5637,10 +5739,10 @@
|
|
|
5637
5739
|
switch (tmp) {
|
|
5638
5740
|
case 0:
|
|
5639
5741
|
this.s8_1 = 2;
|
|
5640
|
-
var tmp0 = this.
|
|
5641
|
-
this.
|
|
5742
|
+
var tmp0 = this.w6p_1;
|
|
5743
|
+
this.y6p_1;
|
|
5642
5744
|
this.r8_1 = 1;
|
|
5643
|
-
suspendResult = tmp0.g24(this.
|
|
5745
|
+
suspendResult = tmp0.g24(this.x6p_1.state, this);
|
|
5644
5746
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5645
5747
|
return suspendResult;
|
|
5646
5748
|
}
|
|
@@ -5663,8 +5765,8 @@
|
|
|
5663
5765
|
while (true);
|
|
5664
5766
|
};
|
|
5665
5767
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).b2j = function (value, completion) {
|
|
5666
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5667
|
-
i.
|
|
5768
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.w6p_1, this.x6p_1, completion);
|
|
5769
|
+
i.y6p_1 = value;
|
|
5668
5770
|
return i;
|
|
5669
5771
|
};
|
|
5670
5772
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5677,8 +5779,8 @@
|
|
|
5677
5779
|
}
|
|
5678
5780
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5679
5781
|
CoroutineImpl.call(this, resultContinuation);
|
|
5680
|
-
this.
|
|
5681
|
-
this.
|
|
5782
|
+
this.h6q_1 = _this__u8e3s4;
|
|
5783
|
+
this.i6q_1 = collector;
|
|
5682
5784
|
}
|
|
5683
5785
|
protoOf($collectCOROUTINE$).z8 = function () {
|
|
5684
5786
|
var suspendResult = this.t8_1;
|
|
@@ -5688,10 +5790,10 @@
|
|
|
5688
5790
|
switch (tmp) {
|
|
5689
5791
|
case 0:
|
|
5690
5792
|
this.s8_1 = 2;
|
|
5691
|
-
var $this$unsafeFlow = this.
|
|
5793
|
+
var $this$unsafeFlow = this.i6q_1;
|
|
5692
5794
|
this.r8_1 = 1;
|
|
5693
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5694
|
-
suspendResult = this.
|
|
5795
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.h6q_1.k6q_1, null);
|
|
5796
|
+
suspendResult = this.h6q_1.j6q_1.d23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5695
5797
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5696
5798
|
return suspendResult;
|
|
5697
5799
|
}
|
|
@@ -5714,13 +5816,13 @@
|
|
|
5714
5816
|
while (true);
|
|
5715
5817
|
};
|
|
5716
5818
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5717
|
-
this.
|
|
5819
|
+
this.l6q_1 = function_0;
|
|
5718
5820
|
}
|
|
5719
5821
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).g24 = function (value, $completion) {
|
|
5720
|
-
return this.
|
|
5822
|
+
return this.l6q_1(value, $completion);
|
|
5721
5823
|
};
|
|
5722
5824
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).a3 = function () {
|
|
5723
|
-
return this.
|
|
5825
|
+
return this.l6q_1;
|
|
5724
5826
|
};
|
|
5725
5827
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5726
5828
|
var tmp;
|
|
@@ -5753,8 +5855,8 @@
|
|
|
5753
5855
|
};
|
|
5754
5856
|
}
|
|
5755
5857
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5756
|
-
this.
|
|
5757
|
-
this.
|
|
5858
|
+
this.j6q_1 = $this;
|
|
5859
|
+
this.k6q_1 = this$0;
|
|
5758
5860
|
}
|
|
5759
5861
|
protoOf(createStore$3$observe$$inlined$map$1).h24 = function (collector, $completion) {
|
|
5760
5862
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5766,33 +5868,33 @@
|
|
|
5766
5868
|
return this.h24(collector, $completion);
|
|
5767
5869
|
};
|
|
5768
5870
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5769
|
-
this.
|
|
5770
|
-
this.
|
|
5771
|
-
this.
|
|
5871
|
+
this.p6q_1 = $currentState;
|
|
5872
|
+
this.q6q_1 = $stateTrigger;
|
|
5873
|
+
this.m6q_1 = this;
|
|
5772
5874
|
var tmp = this;
|
|
5773
|
-
tmp.
|
|
5875
|
+
tmp.n6q_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5774
5876
|
var tmp_0 = this;
|
|
5775
|
-
tmp_0.
|
|
5877
|
+
tmp_0.o6q_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5776
5878
|
}
|
|
5777
|
-
protoOf(createStore$3).
|
|
5778
|
-
return this.
|
|
5879
|
+
protoOf(createStore$3).r6q = function () {
|
|
5880
|
+
return this.m6q_1;
|
|
5779
5881
|
};
|
|
5780
5882
|
protoOf(createStore$3).g6e = function () {
|
|
5781
|
-
return createStore$getState(this.
|
|
5883
|
+
return createStore$getState(this.p6q_1);
|
|
5782
5884
|
};
|
|
5783
|
-
protoOf(createStore$3).
|
|
5784
|
-
this.
|
|
5885
|
+
protoOf(createStore$3).v6n = function (_set____db54di) {
|
|
5886
|
+
this.n6q_1 = _set____db54di;
|
|
5785
5887
|
};
|
|
5786
|
-
protoOf(createStore$3).
|
|
5787
|
-
return this.
|
|
5888
|
+
protoOf(createStore$3).s6q = function () {
|
|
5889
|
+
return this.n6q_1;
|
|
5788
5890
|
};
|
|
5789
|
-
protoOf(createStore$3).
|
|
5790
|
-
return this.
|
|
5891
|
+
protoOf(createStore$3).t6q = function () {
|
|
5892
|
+
return this.o6q_1;
|
|
5791
5893
|
};
|
|
5792
|
-
protoOf(createStore$3).
|
|
5894
|
+
protoOf(createStore$3).u6q = function () {
|
|
5793
5895
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5794
5896
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5795
|
-
var this_0 = this.
|
|
5897
|
+
var this_0 = this.q6q_1;
|
|
5796
5898
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5797
5899
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5798
5900
|
};
|
|
@@ -5868,10 +5970,10 @@
|
|
|
5868
5970
|
return new middleware$1(dispatch);
|
|
5869
5971
|
}
|
|
5870
5972
|
function middleware$1($dispatch) {
|
|
5871
|
-
this.
|
|
5973
|
+
this.v6q_1 = $dispatch;
|
|
5872
5974
|
}
|
|
5873
|
-
protoOf(middleware$1).
|
|
5874
|
-
this.
|
|
5975
|
+
protoOf(middleware$1).w6n = function (store, next, action) {
|
|
5976
|
+
this.v6q_1(store, next, action);
|
|
5875
5977
|
};
|
|
5876
5978
|
function Reducer() {
|
|
5877
5979
|
}
|
|
@@ -5879,11 +5981,11 @@
|
|
|
5879
5981
|
return new combineReducers$1(reducers);
|
|
5880
5982
|
}
|
|
5881
5983
|
function combineReducers$1($reducers) {
|
|
5882
|
-
this.
|
|
5984
|
+
this.w6q_1 = $reducers;
|
|
5883
5985
|
}
|
|
5884
|
-
protoOf(combineReducers$1).
|
|
5986
|
+
protoOf(combineReducers$1).x6q = function (state, action) {
|
|
5885
5987
|
// Inline function 'kotlin.collections.filter' call
|
|
5886
|
-
var tmp0 = this.
|
|
5988
|
+
var tmp0 = this.w6q_1;
|
|
5887
5989
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5888
5990
|
var destination = ArrayList_init_$Create$();
|
|
5889
5991
|
var inductionVariable = 0;
|
|
@@ -5891,7 +5993,7 @@
|
|
|
5891
5993
|
while (inductionVariable < last) {
|
|
5892
5994
|
var element = tmp0[inductionVariable];
|
|
5893
5995
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5894
|
-
if (element.
|
|
5996
|
+
if (element.x6n(action)) {
|
|
5895
5997
|
destination.j(element);
|
|
5896
5998
|
}
|
|
5897
5999
|
}
|
|
@@ -5901,12 +6003,12 @@
|
|
|
5901
6003
|
while (_iterator__ex2g4s.m()) {
|
|
5902
6004
|
var element_0 = _iterator__ex2g4s.n();
|
|
5903
6005
|
var s = accumulator;
|
|
5904
|
-
accumulator = element_0.
|
|
6006
|
+
accumulator = element_0.n6p(s, action);
|
|
5905
6007
|
}
|
|
5906
6008
|
return accumulator;
|
|
5907
6009
|
};
|
|
5908
|
-
protoOf(combineReducers$1).
|
|
5909
|
-
return this.
|
|
6010
|
+
protoOf(combineReducers$1).n6p = function (state, action) {
|
|
6011
|
+
return this.x6q((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5910
6012
|
};
|
|
5911
6013
|
function Store() {
|
|
5912
6014
|
}
|
|
@@ -5918,13 +6020,13 @@
|
|
|
5918
6020
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
5919
6021
|
}
|
|
5920
6022
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
5921
|
-
this.
|
|
6023
|
+
this.y6q_1 = function_0;
|
|
5922
6024
|
}
|
|
5923
6025
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).g24 = function (value, $completion) {
|
|
5924
|
-
return this.
|
|
6026
|
+
return this.y6q_1(value, $completion);
|
|
5925
6027
|
};
|
|
5926
6028
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).a3 = function () {
|
|
5927
|
-
return this.
|
|
6029
|
+
return this.y6q_1;
|
|
5928
6030
|
};
|
|
5929
6031
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
5930
6032
|
var tmp;
|
|
@@ -5945,9 +6047,9 @@
|
|
|
5945
6047
|
return hashCode(this.a3());
|
|
5946
6048
|
};
|
|
5947
6049
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
5948
|
-
this.
|
|
5949
|
-
this.
|
|
5950
|
-
this.
|
|
6050
|
+
this.h6r_1 = $intervalMillis;
|
|
6051
|
+
this.i6r_1 = $this_channelFlow;
|
|
6052
|
+
this.j6r_1 = $events;
|
|
5951
6053
|
CoroutineImpl.call(this, resultContinuation);
|
|
5952
6054
|
}
|
|
5953
6055
|
protoOf(windowedByInterval$slambda$slambda).h29 = function ($this$launch, $completion) {
|
|
@@ -5970,13 +6072,13 @@
|
|
|
5970
6072
|
this.r8_1 = 1;
|
|
5971
6073
|
continue $sm;
|
|
5972
6074
|
case 1:
|
|
5973
|
-
if (!get_isActive(this.
|
|
6075
|
+
if (!get_isActive(this.k6r_1)) {
|
|
5974
6076
|
this.r8_1 = 4;
|
|
5975
6077
|
continue $sm;
|
|
5976
6078
|
}
|
|
5977
6079
|
|
|
5978
6080
|
this.r8_1 = 2;
|
|
5979
|
-
suspendResult = delay(this.
|
|
6081
|
+
suspendResult = delay(this.h6r_1, this);
|
|
5980
6082
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5981
6083
|
return suspendResult;
|
|
5982
6084
|
}
|
|
@@ -5984,14 +6086,14 @@
|
|
|
5984
6086
|
continue $sm;
|
|
5985
6087
|
case 2:
|
|
5986
6088
|
this.r8_1 = 3;
|
|
5987
|
-
suspendResult = this.
|
|
6089
|
+
suspendResult = this.i6r_1.l21(toList(this.j6r_1), this);
|
|
5988
6090
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5989
6091
|
return suspendResult;
|
|
5990
6092
|
}
|
|
5991
6093
|
|
|
5992
6094
|
continue $sm;
|
|
5993
6095
|
case 3:
|
|
5994
|
-
this.
|
|
6096
|
+
this.j6r_1.h2();
|
|
5995
6097
|
this.r8_1 = 1;
|
|
5996
6098
|
continue $sm;
|
|
5997
6099
|
case 4:
|
|
@@ -6011,8 +6113,8 @@
|
|
|
6011
6113
|
while (true);
|
|
6012
6114
|
};
|
|
6013
6115
|
protoOf(windowedByInterval$slambda$slambda).i29 = function ($this$launch, completion) {
|
|
6014
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6015
|
-
i.
|
|
6116
|
+
var i = new windowedByInterval$slambda$slambda(this.h6r_1, this.i6r_1, this.j6r_1, completion);
|
|
6117
|
+
i.k6r_1 = $this$launch;
|
|
6016
6118
|
return i;
|
|
6017
6119
|
};
|
|
6018
6120
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6024,7 +6126,7 @@
|
|
|
6024
6126
|
return l;
|
|
6025
6127
|
}
|
|
6026
6128
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6027
|
-
this.
|
|
6129
|
+
this.t6r_1 = $events;
|
|
6028
6130
|
CoroutineImpl.call(this, resultContinuation);
|
|
6029
6131
|
}
|
|
6030
6132
|
protoOf(windowedByInterval$slambda$slambda_1).a2b = function (event, $completion) {
|
|
@@ -6043,7 +6145,7 @@
|
|
|
6043
6145
|
var tmp = this.r8_1;
|
|
6044
6146
|
if (tmp === 0) {
|
|
6045
6147
|
this.s8_1 = 1;
|
|
6046
|
-
this.
|
|
6148
|
+
this.t6r_1.j(this.u6r_1);
|
|
6047
6149
|
return Unit_instance;
|
|
6048
6150
|
} else if (tmp === 1) {
|
|
6049
6151
|
throw this.u8_1;
|
|
@@ -6055,8 +6157,8 @@
|
|
|
6055
6157
|
while (true);
|
|
6056
6158
|
};
|
|
6057
6159
|
protoOf(windowedByInterval$slambda$slambda_1).b2b = function (event, completion) {
|
|
6058
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6059
|
-
i.
|
|
6160
|
+
var i = new windowedByInterval$slambda$slambda_1(this.t6r_1, completion);
|
|
6161
|
+
i.u6r_1 = event;
|
|
6060
6162
|
return i;
|
|
6061
6163
|
};
|
|
6062
6164
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6068,18 +6170,18 @@
|
|
|
6068
6170
|
return l;
|
|
6069
6171
|
}
|
|
6070
6172
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6071
|
-
this.
|
|
6072
|
-
this.
|
|
6173
|
+
this.d6s_1 = $this_windowedByInterval;
|
|
6174
|
+
this.e6s_1 = $intervalMillis;
|
|
6073
6175
|
CoroutineImpl.call(this, resultContinuation);
|
|
6074
6176
|
}
|
|
6075
|
-
protoOf(windowedByInterval$slambda).
|
|
6076
|
-
var tmp = this.
|
|
6177
|
+
protoOf(windowedByInterval$slambda).h6s = function ($this$channelFlow, $completion) {
|
|
6178
|
+
var tmp = this.i6s($this$channelFlow, $completion);
|
|
6077
6179
|
tmp.t8_1 = Unit_instance;
|
|
6078
6180
|
tmp.u8_1 = null;
|
|
6079
6181
|
return tmp.z8();
|
|
6080
6182
|
};
|
|
6081
6183
|
protoOf(windowedByInterval$slambda).h9 = function (p1, $completion) {
|
|
6082
|
-
return this.
|
|
6184
|
+
return this.h6s((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6083
6185
|
};
|
|
6084
6186
|
protoOf(windowedByInterval$slambda).z8 = function () {
|
|
6085
6187
|
var suspendResult = this.t8_1;
|
|
@@ -6090,11 +6192,11 @@
|
|
|
6090
6192
|
case 0:
|
|
6091
6193
|
this.s8_1 = 3;
|
|
6092
6194
|
var tmp_0 = this;
|
|
6093
|
-
tmp_0.
|
|
6094
|
-
launch(this.
|
|
6195
|
+
tmp_0.g6s_1 = ArrayList_init_$Create$();
|
|
6196
|
+
launch(this.f6s_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.e6s_1, this.f6s_1, this.g6s_1, null));
|
|
6095
6197
|
this.r8_1 = 1;
|
|
6096
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6097
|
-
suspendResult = this.
|
|
6198
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.g6s_1, null);
|
|
6199
|
+
suspendResult = this.d6s_1.d23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6098
6200
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6099
6201
|
return suspendResult;
|
|
6100
6202
|
}
|
|
@@ -6102,7 +6204,7 @@
|
|
|
6102
6204
|
continue $sm;
|
|
6103
6205
|
case 1:
|
|
6104
6206
|
this.r8_1 = 2;
|
|
6105
|
-
suspendResult = this.
|
|
6207
|
+
suspendResult = this.f6s_1.l21(toList(this.g6s_1), this);
|
|
6106
6208
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6107
6209
|
return suspendResult;
|
|
6108
6210
|
}
|
|
@@ -6124,21 +6226,21 @@
|
|
|
6124
6226
|
}
|
|
6125
6227
|
while (true);
|
|
6126
6228
|
};
|
|
6127
|
-
protoOf(windowedByInterval$slambda).
|
|
6128
|
-
var i = new windowedByInterval$slambda(this.
|
|
6129
|
-
i.
|
|
6229
|
+
protoOf(windowedByInterval$slambda).i6s = function ($this$channelFlow, completion) {
|
|
6230
|
+
var i = new windowedByInterval$slambda(this.d6s_1, this.e6s_1, completion);
|
|
6231
|
+
i.f6s_1 = $this$channelFlow;
|
|
6130
6232
|
return i;
|
|
6131
6233
|
};
|
|
6132
6234
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6133
6235
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6134
6236
|
var l = function ($this$channelFlow, $completion) {
|
|
6135
|
-
return i.
|
|
6237
|
+
return i.h6s($this$channelFlow, $completion);
|
|
6136
6238
|
};
|
|
6137
6239
|
l.$arity = 1;
|
|
6138
6240
|
return l;
|
|
6139
6241
|
}
|
|
6140
6242
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6141
|
-
this.
|
|
6243
|
+
this.r6s_1 = $$this$unsafeFlow;
|
|
6142
6244
|
CoroutineImpl.call(this, resultContinuation);
|
|
6143
6245
|
}
|
|
6144
6246
|
protoOf(windowedByInterval$o$collect$slambda).a2j = function (value, $completion) {
|
|
@@ -6159,14 +6261,14 @@
|
|
|
6159
6261
|
case 0:
|
|
6160
6262
|
this.s8_1 = 5;
|
|
6161
6263
|
var tmp_0 = this;
|
|
6162
|
-
tmp_0.
|
|
6264
|
+
tmp_0.u6s_1 = this.r6s_1;
|
|
6163
6265
|
var tmp_1 = this;
|
|
6164
|
-
tmp_1.
|
|
6266
|
+
tmp_1.t6s_1 = this.s6s_1;
|
|
6165
6267
|
this.r8_1 = 1;
|
|
6166
6268
|
continue $sm;
|
|
6167
6269
|
case 1:
|
|
6168
|
-
var $this$transform = this.
|
|
6169
|
-
var value = this.
|
|
6270
|
+
var $this$transform = this.u6s_1;
|
|
6271
|
+
var value = this.t6s_1;
|
|
6170
6272
|
if (!value.q()) {
|
|
6171
6273
|
this.r8_1 = 3;
|
|
6172
6274
|
suspendResult = $this$transform.g24(value, this);
|
|
@@ -6207,8 +6309,8 @@
|
|
|
6207
6309
|
while (true);
|
|
6208
6310
|
};
|
|
6209
6311
|
protoOf(windowedByInterval$o$collect$slambda).b2j = function (value, completion) {
|
|
6210
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6211
|
-
i.
|
|
6312
|
+
var i = new windowedByInterval$o$collect$slambda(this.r6s_1, completion);
|
|
6313
|
+
i.s6s_1 = value;
|
|
6212
6314
|
return i;
|
|
6213
6315
|
};
|
|
6214
6316
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6221,8 +6323,8 @@
|
|
|
6221
6323
|
}
|
|
6222
6324
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6223
6325
|
CoroutineImpl.call(this, resultContinuation);
|
|
6224
|
-
this.
|
|
6225
|
-
this.
|
|
6326
|
+
this.d6t_1 = _this__u8e3s4;
|
|
6327
|
+
this.e6t_1 = collector;
|
|
6226
6328
|
}
|
|
6227
6329
|
protoOf($collectCOROUTINE$_0).z8 = function () {
|
|
6228
6330
|
var suspendResult = this.t8_1;
|
|
@@ -6232,10 +6334,10 @@
|
|
|
6232
6334
|
switch (tmp) {
|
|
6233
6335
|
case 0:
|
|
6234
6336
|
this.s8_1 = 2;
|
|
6235
|
-
var $this$unsafeFlow = this.
|
|
6337
|
+
var $this$unsafeFlow = this.e6t_1;
|
|
6236
6338
|
this.r8_1 = 1;
|
|
6237
6339
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6238
|
-
suspendResult = this.
|
|
6340
|
+
suspendResult = this.d6t_1.f6t_1.d23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6239
6341
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6240
6342
|
return suspendResult;
|
|
6241
6343
|
}
|
|
@@ -6258,7 +6360,7 @@
|
|
|
6258
6360
|
while (true);
|
|
6259
6361
|
};
|
|
6260
6362
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6261
|
-
this.
|
|
6363
|
+
this.f6t_1 = $this;
|
|
6262
6364
|
}
|
|
6263
6365
|
protoOf(windowedByInterval$$inlined$filter$1).h24 = function (collector, $completion) {
|
|
6264
6366
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6530,18 +6632,18 @@
|
|
|
6530
6632
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6531
6633
|
}
|
|
6532
6634
|
function ClientLoggerKey(gameId, playerId) {
|
|
6533
|
-
this.
|
|
6534
|
-
this.
|
|
6635
|
+
this.g6t_1 = gameId;
|
|
6636
|
+
this.h6t_1 = playerId;
|
|
6535
6637
|
}
|
|
6536
|
-
protoOf(ClientLoggerKey).
|
|
6537
|
-
return joinToString(listOf([this.
|
|
6638
|
+
protoOf(ClientLoggerKey).i6t = function () {
|
|
6639
|
+
return joinToString(listOf([this.g6t_1, this.h6t_1]), '_');
|
|
6538
6640
|
};
|
|
6539
6641
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6540
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6642
|
+
return 'ClientLoggerKey(gameId=' + this.g6t_1 + ', playerId=' + this.h6t_1 + ')';
|
|
6541
6643
|
};
|
|
6542
6644
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6543
|
-
var result = getStringHashCode(this.
|
|
6544
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6645
|
+
var result = getStringHashCode(this.g6t_1);
|
|
6646
|
+
result = imul(result, 31) + getStringHashCode(this.h6t_1) | 0;
|
|
6545
6647
|
return result;
|
|
6546
6648
|
};
|
|
6547
6649
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6549,35 +6651,35 @@
|
|
|
6549
6651
|
return true;
|
|
6550
6652
|
if (!(other instanceof ClientLoggerKey))
|
|
6551
6653
|
return false;
|
|
6552
|
-
if (!(this.
|
|
6654
|
+
if (!(this.g6t_1 === other.g6t_1))
|
|
6553
6655
|
return false;
|
|
6554
|
-
if (!(this.
|
|
6656
|
+
if (!(this.h6t_1 === other.h6t_1))
|
|
6555
6657
|
return false;
|
|
6556
6658
|
return true;
|
|
6557
6659
|
};
|
|
6558
6660
|
function ServerLoggerKey(gameId) {
|
|
6559
|
-
this.
|
|
6661
|
+
this.j6t_1 = gameId;
|
|
6560
6662
|
}
|
|
6561
|
-
protoOf(ServerLoggerKey).
|
|
6562
|
-
return this.
|
|
6663
|
+
protoOf(ServerLoggerKey).i6t = function () {
|
|
6664
|
+
return this.j6t_1;
|
|
6563
6665
|
};
|
|
6564
6666
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6565
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6667
|
+
return 'ServerLoggerKey(gameId=' + this.j6t_1 + ')';
|
|
6566
6668
|
};
|
|
6567
6669
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6568
|
-
return getStringHashCode(this.
|
|
6670
|
+
return getStringHashCode(this.j6t_1);
|
|
6569
6671
|
};
|
|
6570
6672
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6571
6673
|
if (this === other)
|
|
6572
6674
|
return true;
|
|
6573
6675
|
if (!(other instanceof ServerLoggerKey))
|
|
6574
6676
|
return false;
|
|
6575
|
-
if (!(this.
|
|
6677
|
+
if (!(this.j6t_1 === other.j6t_1))
|
|
6576
6678
|
return false;
|
|
6577
6679
|
return true;
|
|
6578
6680
|
};
|
|
6579
6681
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6580
|
-
return $this.
|
|
6682
|
+
return $this.k6t_1.w();
|
|
6581
6683
|
}
|
|
6582
6684
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6583
6685
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6617,7 +6719,7 @@
|
|
|
6617
6719
|
Companion_instance_24 = this;
|
|
6618
6720
|
var tmp = this;
|
|
6619
6721
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6620
|
-
tmp.
|
|
6722
|
+
tmp.k6t_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6621
6723
|
}
|
|
6622
6724
|
protoOf(Companion_22).o4s = function () {
|
|
6623
6725
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6680,7 +6782,7 @@
|
|
|
6680
6782
|
// Inline function 'kotlin.arrayOf' call
|
|
6681
6783
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6682
6784
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6683
|
-
tmp.
|
|
6785
|
+
tmp.q6t_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6684
6786
|
}
|
|
6685
6787
|
protoOf(Companion_23).o4s = function () {
|
|
6686
6788
|
return $serializer_getInstance_12();
|
|
@@ -6699,12 +6801,12 @@
|
|
|
6699
6801
|
tmp0_serialDesc.gz('tag', false);
|
|
6700
6802
|
tmp0_serialDesc.gz('message', false);
|
|
6701
6803
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6702
|
-
this.
|
|
6804
|
+
this.r6t_1 = tmp0_serialDesc;
|
|
6703
6805
|
}
|
|
6704
|
-
protoOf($serializer_12).
|
|
6705
|
-
var tmp0_desc = this.
|
|
6806
|
+
protoOf($serializer_12).s6t = function (encoder, value) {
|
|
6807
|
+
var tmp0_desc = this.r6t_1;
|
|
6706
6808
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6707
|
-
var tmp2_cached = Companion_getInstance_26().
|
|
6809
|
+
var tmp2_cached = Companion_getInstance_26().q6t_1;
|
|
6708
6810
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].w(), value.type);
|
|
6709
6811
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6710
6812
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6713,10 +6815,10 @@
|
|
|
6713
6815
|
tmp1_output.pr(tmp0_desc);
|
|
6714
6816
|
};
|
|
6715
6817
|
protoOf($serializer_12).co = function (encoder, value) {
|
|
6716
|
-
return this.
|
|
6818
|
+
return this.s6t(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6717
6819
|
};
|
|
6718
6820
|
protoOf($serializer_12).do = function (decoder) {
|
|
6719
|
-
var tmp0_desc = this.
|
|
6821
|
+
var tmp0_desc = this.r6t_1;
|
|
6720
6822
|
var tmp1_flag = true;
|
|
6721
6823
|
var tmp2_index = 0;
|
|
6722
6824
|
var tmp3_bitMask0 = 0;
|
|
@@ -6726,7 +6828,7 @@
|
|
|
6726
6828
|
var tmp7_local3 = null;
|
|
6727
6829
|
var tmp8_local4 = null;
|
|
6728
6830
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6729
|
-
var tmp10_cached = Companion_getInstance_26().
|
|
6831
|
+
var tmp10_cached = Companion_getInstance_26().q6t_1;
|
|
6730
6832
|
if (tmp9_input.es()) {
|
|
6731
6833
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].w(), tmp4_local0);
|
|
6732
6834
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6773,13 +6875,13 @@
|
|
|
6773
6875
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6774
6876
|
};
|
|
6775
6877
|
protoOf($serializer_12).bo = function () {
|
|
6776
|
-
return this.
|
|
6878
|
+
return this.r6t_1;
|
|
6777
6879
|
};
|
|
6778
6880
|
protoOf($serializer_12).vz = function () {
|
|
6779
6881
|
// Inline function 'kotlin.arrayOf' call
|
|
6780
6882
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6781
6883
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6782
|
-
return [Companion_getInstance_26().
|
|
6884
|
+
return [Companion_getInstance_26().q6t_1[0].w(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6783
6885
|
};
|
|
6784
6886
|
var $serializer_instance_12;
|
|
6785
6887
|
function $serializer_getInstance_12() {
|
|
@@ -6789,7 +6891,7 @@
|
|
|
6789
6891
|
}
|
|
6790
6892
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6791
6893
|
if (!(31 === (31 & seen0))) {
|
|
6792
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
6894
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().r6t_1);
|
|
6793
6895
|
}
|
|
6794
6896
|
$this.type = type;
|
|
6795
6897
|
$this.key = key;
|
|
@@ -6821,7 +6923,7 @@
|
|
|
6821
6923
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6822
6924
|
return this.message;
|
|
6823
6925
|
};
|
|
6824
|
-
protoOf(LoggerOutputDataDto).
|
|
6926
|
+
protoOf(LoggerOutputDataDto).t6t = function () {
|
|
6825
6927
|
return this.stackTrace;
|
|
6826
6928
|
};
|
|
6827
6929
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6878,7 +6980,7 @@
|
|
|
6878
6980
|
protoOf(LoggerOutputDataDto).a6e = function () {
|
|
6879
6981
|
return this.stackTrace;
|
|
6880
6982
|
};
|
|
6881
|
-
protoOf(LoggerOutputDataDto).
|
|
6983
|
+
protoOf(LoggerOutputDataDto).u6t = function (type, key, tag, message, stackTrace) {
|
|
6882
6984
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6883
6985
|
};
|
|
6884
6986
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6887,7 +6989,7 @@
|
|
|
6887
6989
|
tag = tag === VOID ? this.tag : tag;
|
|
6888
6990
|
message = message === VOID ? this.message : message;
|
|
6889
6991
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6890
|
-
return $super === VOID ? this.
|
|
6992
|
+
return $super === VOID ? this.u6t(type, key, tag, message, stackTrace) : $super.u6t.call(this, type, key, tag, message, stackTrace);
|
|
6891
6993
|
};
|
|
6892
6994
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6893
6995
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6918,8 +7020,8 @@
|
|
|
6918
7020
|
return true;
|
|
6919
7021
|
};
|
|
6920
7022
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
6921
|
-
this.
|
|
6922
|
-
this.
|
|
7023
|
+
this.d6u_1 = $$this$unsafeFlow;
|
|
7024
|
+
this.e6u_1 = $types;
|
|
6923
7025
|
CoroutineImpl.call(this, resultContinuation);
|
|
6924
7026
|
}
|
|
6925
7027
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).a2j = function (value, $completion) {
|
|
@@ -6940,15 +7042,15 @@
|
|
|
6940
7042
|
case 0:
|
|
6941
7043
|
this.s8_1 = 5;
|
|
6942
7044
|
var tmp_0 = this;
|
|
6943
|
-
tmp_0.
|
|
7045
|
+
tmp_0.h6u_1 = this.d6u_1;
|
|
6944
7046
|
var tmp_1 = this;
|
|
6945
|
-
tmp_1.
|
|
7047
|
+
tmp_1.g6u_1 = this.f6u_1;
|
|
6946
7048
|
this.r8_1 = 1;
|
|
6947
7049
|
continue $sm;
|
|
6948
7050
|
case 1:
|
|
6949
|
-
var $this$transform = this.
|
|
6950
|
-
var value = this.
|
|
6951
|
-
if (contains_0(this.
|
|
7051
|
+
var $this$transform = this.h6u_1;
|
|
7052
|
+
var value = this.g6u_1;
|
|
7053
|
+
if (contains_0(this.e6u_1, value.type)) {
|
|
6952
7054
|
this.r8_1 = 3;
|
|
6953
7055
|
suspendResult = $this$transform.g24(value, this);
|
|
6954
7056
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -6988,8 +7090,8 @@
|
|
|
6988
7090
|
while (true);
|
|
6989
7091
|
};
|
|
6990
7092
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).b2j = function (value, completion) {
|
|
6991
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
6992
|
-
i.
|
|
7093
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.d6u_1, this.e6u_1, completion);
|
|
7094
|
+
i.f6u_1 = value;
|
|
6993
7095
|
return i;
|
|
6994
7096
|
};
|
|
6995
7097
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7002,8 +7104,8 @@
|
|
|
7002
7104
|
}
|
|
7003
7105
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7004
7106
|
CoroutineImpl.call(this, resultContinuation);
|
|
7005
|
-
this.
|
|
7006
|
-
this.
|
|
7107
|
+
this.q6u_1 = _this__u8e3s4;
|
|
7108
|
+
this.r6u_1 = collector;
|
|
7007
7109
|
}
|
|
7008
7110
|
protoOf($collectCOROUTINE$_1).z8 = function () {
|
|
7009
7111
|
var suspendResult = this.t8_1;
|
|
@@ -7013,10 +7115,10 @@
|
|
|
7013
7115
|
switch (tmp) {
|
|
7014
7116
|
case 0:
|
|
7015
7117
|
this.s8_1 = 2;
|
|
7016
|
-
var $this$unsafeFlow = this.
|
|
7118
|
+
var $this$unsafeFlow = this.r6u_1;
|
|
7017
7119
|
this.r8_1 = 1;
|
|
7018
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7019
|
-
suspendResult = this.
|
|
7120
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.q6u_1.t6u_1, null);
|
|
7121
|
+
suspendResult = this.q6u_1.s6u_1.d23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7020
7122
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7021
7123
|
return suspendResult;
|
|
7022
7124
|
}
|
|
@@ -7039,20 +7141,20 @@
|
|
|
7039
7141
|
while (true);
|
|
7040
7142
|
};
|
|
7041
7143
|
function Companion_24() {
|
|
7042
|
-
this.
|
|
7144
|
+
this.u6u_1 = 1000;
|
|
7043
7145
|
}
|
|
7044
7146
|
var Companion_instance_26;
|
|
7045
7147
|
function Companion_getInstance_27() {
|
|
7046
7148
|
return Companion_instance_26;
|
|
7047
7149
|
}
|
|
7048
7150
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7049
|
-
this.
|
|
7151
|
+
this.v6u_1 = function_0;
|
|
7050
7152
|
}
|
|
7051
7153
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).g24 = function (value, $completion) {
|
|
7052
|
-
return this.
|
|
7154
|
+
return this.v6u_1(value, $completion);
|
|
7053
7155
|
};
|
|
7054
7156
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).a3 = function () {
|
|
7055
|
-
return this.
|
|
7157
|
+
return this.v6u_1;
|
|
7056
7158
|
};
|
|
7057
7159
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7058
7160
|
var tmp;
|
|
@@ -7076,8 +7178,8 @@
|
|
|
7076
7178
|
return null;
|
|
7077
7179
|
}
|
|
7078
7180
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7079
|
-
this.
|
|
7080
|
-
this.
|
|
7181
|
+
this.s6u_1 = $this;
|
|
7182
|
+
this.t6u_1 = $types;
|
|
7081
7183
|
}
|
|
7082
7184
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).h24 = function (collector, $completion) {
|
|
7083
7185
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7097,42 +7199,42 @@
|
|
|
7097
7199
|
}
|
|
7098
7200
|
payloadToKeyMapper = tmp;
|
|
7099
7201
|
enabled = enabled === VOID ? true : enabled;
|
|
7100
|
-
this.
|
|
7101
|
-
this.
|
|
7102
|
-
this.
|
|
7202
|
+
this.w6u_1 = payloadToKeyMapper;
|
|
7203
|
+
this.x6u_1 = enabled;
|
|
7204
|
+
this.y6u_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7103
7205
|
}
|
|
7104
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7105
|
-
this.
|
|
7206
|
+
protoOf(ObservableLoggerOutputImpl).n6t = function (_set____db54di) {
|
|
7207
|
+
this.w6u_1 = _set____db54di;
|
|
7106
7208
|
};
|
|
7107
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7108
|
-
return this.
|
|
7209
|
+
protoOf(ObservableLoggerOutputImpl).o6t = function () {
|
|
7210
|
+
return this.w6u_1;
|
|
7109
7211
|
};
|
|
7110
7212
|
protoOf(ObservableLoggerOutputImpl).q51 = function (_set____db54di) {
|
|
7111
|
-
this.
|
|
7213
|
+
this.x6u_1 = _set____db54di;
|
|
7112
7214
|
};
|
|
7113
7215
|
protoOf(ObservableLoggerOutputImpl).r51 = function () {
|
|
7114
|
-
return this.
|
|
7216
|
+
return this.x6u_1;
|
|
7115
7217
|
};
|
|
7116
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7218
|
+
protoOf(ObservableLoggerOutputImpl).p6t = function (types) {
|
|
7117
7219
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7118
7220
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7119
|
-
var this_0 = this.
|
|
7221
|
+
var this_0 = this.y6u_1;
|
|
7120
7222
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7121
7223
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7122
7224
|
};
|
|
7123
7225
|
protoOf(ObservableLoggerOutputImpl).l51 = function (tag, message, payload) {
|
|
7124
|
-
if (!this.
|
|
7226
|
+
if (!this.x6u_1)
|
|
7125
7227
|
return Unit_instance;
|
|
7126
7228
|
var tmp = LogType_DEBUG_getInstance();
|
|
7127
|
-
var tmp0_safe_receiver = this.
|
|
7128
|
-
this.
|
|
7229
|
+
var tmp0_safe_receiver = this.w6u_1(payload);
|
|
7230
|
+
this.y6u_1.o27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i6t(), tag, message, null));
|
|
7129
7231
|
};
|
|
7130
7232
|
protoOf(ObservableLoggerOutputImpl).m51 = function (tag, message, exception, payload) {
|
|
7131
|
-
if (!this.
|
|
7233
|
+
if (!this.x6u_1)
|
|
7132
7234
|
return Unit_instance;
|
|
7133
7235
|
var tmp = LogType_ERROR_getInstance();
|
|
7134
|
-
var tmp0_safe_receiver = this.
|
|
7135
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7236
|
+
var tmp0_safe_receiver = this.w6u_1(payload);
|
|
7237
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i6t();
|
|
7136
7238
|
var tmp_1;
|
|
7137
7239
|
if (message == null) {
|
|
7138
7240
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7141,43 +7243,43 @@
|
|
|
7141
7243
|
}
|
|
7142
7244
|
var tmp_2 = tmp_1;
|
|
7143
7245
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7144
|
-
this.
|
|
7246
|
+
this.y6u_1.o27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7145
7247
|
};
|
|
7146
7248
|
protoOf(ObservableLoggerOutputImpl).p51 = function (tag, message, payload) {
|
|
7147
7249
|
var tmp = LogType_INFO_getInstance();
|
|
7148
|
-
var tmp0_safe_receiver = this.
|
|
7149
|
-
this.
|
|
7250
|
+
var tmp0_safe_receiver = this.w6u_1(payload);
|
|
7251
|
+
this.y6u_1.o27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i6t(), tag, message, null));
|
|
7150
7252
|
};
|
|
7151
7253
|
protoOf(ObservableLoggerOutputImpl).o51 = function (tag, message, exception, payload) {
|
|
7152
7254
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7153
|
-
var tmp0_safe_receiver = this.
|
|
7154
|
-
this.
|
|
7255
|
+
var tmp0_safe_receiver = this.w6u_1(payload);
|
|
7256
|
+
this.y6u_1.o27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i6t(), tag, message, null));
|
|
7155
7257
|
};
|
|
7156
7258
|
protoOf(ObservableLoggerOutputImpl).n51 = function (tag, message, exception, payload) {
|
|
7157
|
-
if (!this.
|
|
7259
|
+
if (!this.x6u_1)
|
|
7158
7260
|
return Unit_instance;
|
|
7159
7261
|
var tmp = LogType_WARN_getInstance();
|
|
7160
|
-
var tmp0_safe_receiver = this.
|
|
7161
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7262
|
+
var tmp0_safe_receiver = this.w6u_1(payload);
|
|
7263
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i6t();
|
|
7162
7264
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7163
7265
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7164
7266
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7165
|
-
this.
|
|
7267
|
+
this.y6u_1.o27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7166
7268
|
};
|
|
7167
7269
|
function checkInitialised($this) {
|
|
7168
|
-
if ($this.
|
|
7270
|
+
if ($this.z6u_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7169
7271
|
Logger_getInstance().n52(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7170
7272
|
}
|
|
7171
7273
|
}
|
|
7172
7274
|
function AppEnvironment() {
|
|
7173
7275
|
AppEnvironment_instance = this;
|
|
7174
|
-
this.
|
|
7276
|
+
this.z6u_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7175
7277
|
}
|
|
7176
|
-
protoOf(AppEnvironment).
|
|
7177
|
-
this.
|
|
7278
|
+
protoOf(AppEnvironment).a6v = function (value) {
|
|
7279
|
+
this.z6u_1 = value;
|
|
7178
7280
|
};
|
|
7179
|
-
protoOf(AppEnvironment).
|
|
7180
|
-
var tmp = this.
|
|
7281
|
+
protoOf(AppEnvironment).b6v = function () {
|
|
7282
|
+
var tmp = this.z6u_1;
|
|
7181
7283
|
// Inline function 'kotlin.also' call
|
|
7182
7284
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7183
7285
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7693,53 +7795,54 @@
|
|
|
7693
7795
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
7694
7796
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
7695
7797
|
protoOf($serializer_11).wz = typeParametersSerializers;
|
|
7696
|
-
protoOf(AsyncProviderImpl).
|
|
7697
|
-
protoOf(AsyncProviderImpl).
|
|
7698
|
-
protoOf(AsyncProviderImpl).
|
|
7699
|
-
protoOf(
|
|
7798
|
+
protoOf(AsyncProviderImpl).f6k = launchMain$default;
|
|
7799
|
+
protoOf(AsyncProviderImpl).h6k = awaitDefaultWithLock$default;
|
|
7800
|
+
protoOf(AsyncProviderImpl).b6k = launchDefault$default;
|
|
7801
|
+
protoOf(AsyncProviderImpl).d6k = launchDefaultWithLock$default;
|
|
7802
|
+
protoOf(TimerAction).j6n = get_actionTag;
|
|
7700
7803
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7701
|
-
return this.
|
|
7804
|
+
return this.j6n();
|
|
7702
7805
|
});
|
|
7703
7806
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7704
|
-
return this.
|
|
7807
|
+
return this.j6n();
|
|
7705
7808
|
});
|
|
7706
7809
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
7707
7810
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
7708
7811
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7709
|
-
return this.
|
|
7812
|
+
return this.j6n();
|
|
7710
7813
|
});
|
|
7711
7814
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
7712
|
-
return this.
|
|
7815
|
+
return this.j6n();
|
|
7713
7816
|
});
|
|
7714
7817
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
7715
|
-
return this.
|
|
7818
|
+
return this.r6q();
|
|
7716
7819
|
});
|
|
7717
7820
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
7718
7821
|
return this.g6e();
|
|
7719
7822
|
});
|
|
7720
7823
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
7721
|
-
return this.
|
|
7824
|
+
return this.s6q();
|
|
7722
7825
|
}, function (value) {
|
|
7723
|
-
this.
|
|
7826
|
+
this.v6n(value);
|
|
7724
7827
|
});
|
|
7725
7828
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
7726
|
-
return this.
|
|
7829
|
+
return this.t6q();
|
|
7727
7830
|
});
|
|
7728
7831
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
7729
|
-
return this.
|
|
7832
|
+
return this.u6q();
|
|
7730
7833
|
});
|
|
7731
|
-
protoOf(ActionTypes).
|
|
7834
|
+
protoOf(ActionTypes).j6n = get_actionTag;
|
|
7732
7835
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
7733
|
-
return this.
|
|
7836
|
+
return this.j6n();
|
|
7734
7837
|
});
|
|
7735
7838
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
7736
|
-
return this.
|
|
7839
|
+
return this.j6n();
|
|
7737
7840
|
});
|
|
7738
7841
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
7739
|
-
return this.
|
|
7842
|
+
return this.j6n();
|
|
7740
7843
|
});
|
|
7741
|
-
protoOf(middleware$1).
|
|
7742
|
-
protoOf(combineReducers$1).
|
|
7844
|
+
protoOf(middleware$1).x6n = canHandle;
|
|
7845
|
+
protoOf(combineReducers$1).x6n = canHandle_0;
|
|
7743
7846
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).q2);
|
|
7744
7847
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).r2);
|
|
7745
7848
|
protoOf($serializer_12).wz = typeParametersSerializers;
|
|
@@ -7750,9 +7853,9 @@
|
|
|
7750
7853
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
7751
7854
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
7752
7855
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
7753
|
-
return this.
|
|
7856
|
+
return this.o6t();
|
|
7754
7857
|
}, function (value) {
|
|
7755
|
-
this.
|
|
7858
|
+
this.n6t(value);
|
|
7756
7859
|
});
|
|
7757
7860
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
7758
7861
|
return this.r51();
|