game_client_logic_deb 1.4.11 → 1.4.19
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/88b0986a7186d029-atomicfu-js-ir.js +4 -4
- package/Kaverit-kaverit.js +14 -14
- package/Kodein-kodein-di.js +42 -42
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +48 -48
- package/Logic_Debertz-core.js +323 -274
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +6804 -6510
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +34 -0
- package/Logic_Debertz-game_client.js +2413 -2379
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +210 -202
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +94 -94
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +66 -66
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +51 -51
- package/package.json +1 -1
- package/uuid-js-ir.js +15 -15
package/Logic_Debertz-core.js
CHANGED
|
@@ -28,83 +28,83 @@
|
|
|
28
28
|
'use strict';
|
|
29
29
|
//region block: imports
|
|
30
30
|
var imul = Math.imul;
|
|
31
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
32
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
31
|
+
var objectMeta = kotlin_kotlin.$_$.r9;
|
|
32
|
+
var setMetadataFor = kotlin_kotlin.$_$.s9;
|
|
33
33
|
var getKClass = kotlin_kotlin.$_$.e;
|
|
34
34
|
var Unit_getInstance = kotlin_kotlin.$_$.n4;
|
|
35
35
|
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e;
|
|
36
36
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.f;
|
|
37
|
-
var lazy = kotlin_kotlin.$_$.
|
|
37
|
+
var lazy = kotlin_kotlin.$_$.sc;
|
|
38
38
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
39
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
39
|
+
var classMeta = kotlin_kotlin.$_$.t8;
|
|
40
40
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
|
|
41
41
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
|
|
42
42
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h;
|
|
43
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
43
|
+
var THROW_CCE = kotlin_kotlin.$_$.xb;
|
|
44
44
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a2;
|
|
45
45
|
var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b2;
|
|
46
46
|
var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j2;
|
|
47
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
47
|
+
var getStringHashCode = kotlin_kotlin.$_$.y8;
|
|
48
48
|
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c;
|
|
49
49
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h2;
|
|
50
|
-
var Enum = kotlin_kotlin.$_$.
|
|
50
|
+
var Enum = kotlin_kotlin.$_$.nb;
|
|
51
51
|
var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w;
|
|
52
|
-
var equals = kotlin_kotlin.$_$.
|
|
53
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
54
|
-
var Exception = kotlin_kotlin.$_$.
|
|
52
|
+
var equals = kotlin_kotlin.$_$.v8;
|
|
53
|
+
var interfaceMeta = kotlin_kotlin.$_$.a9;
|
|
54
|
+
var Exception = kotlin_kotlin.$_$.pb;
|
|
55
55
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.i1;
|
|
56
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
57
|
-
var toString = kotlin_kotlin.$_$.
|
|
58
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
56
|
+
var captureStack = kotlin_kotlin.$_$.o8;
|
|
57
|
+
var toString = kotlin_kotlin.$_$.zc;
|
|
58
|
+
var hashCode = kotlin_kotlin.$_$.z8;
|
|
59
59
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
60
|
-
var THROW_ISE = kotlin_kotlin.$_$.
|
|
61
|
-
var Long = kotlin_kotlin.$_$.
|
|
62
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
60
|
+
var THROW_ISE = kotlin_kotlin.$_$.yb;
|
|
61
|
+
var Long = kotlin_kotlin.$_$.sb;
|
|
62
|
+
var toString_0 = kotlin_kotlin.$_$.w9;
|
|
63
63
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.m1;
|
|
64
64
|
var BooleanSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
65
65
|
var LongSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
66
66
|
var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
|
|
67
|
-
var Comparator = kotlin_kotlin.$_$.
|
|
67
|
+
var Comparator = kotlin_kotlin.$_$.kb;
|
|
68
68
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.p1;
|
|
69
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
70
|
-
var AbstractCoroutineContextElement = kotlin_kotlin.$_$.
|
|
69
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.uc;
|
|
70
|
+
var AbstractCoroutineContextElement = kotlin_kotlin.$_$.y7;
|
|
71
71
|
var Key_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f;
|
|
72
|
-
var get = kotlin_kotlin.$_$.
|
|
73
|
-
var fold = kotlin_kotlin.$_$.
|
|
74
|
-
var minusKey = kotlin_kotlin.$_$.
|
|
75
|
-
var plus = kotlin_kotlin.$_$.
|
|
76
|
-
var Element = kotlin_kotlin.$_$.
|
|
72
|
+
var get = kotlin_kotlin.$_$.f8;
|
|
73
|
+
var fold = kotlin_kotlin.$_$.e8;
|
|
74
|
+
var minusKey = kotlin_kotlin.$_$.g8;
|
|
75
|
+
var plus = kotlin_kotlin.$_$.i8;
|
|
76
|
+
var Element = kotlin_kotlin.$_$.h8;
|
|
77
77
|
var Job$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d;
|
|
78
78
|
var Dispatchers_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
|
|
79
79
|
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.m;
|
|
80
80
|
var launch$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e;
|
|
81
81
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
82
82
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.q;
|
|
83
|
-
var toSet = kotlin_kotlin.$_$.
|
|
84
|
-
var arrayOf = kotlin_kotlin.$_$.
|
|
83
|
+
var toSet = kotlin_kotlin.$_$.q7;
|
|
84
|
+
var arrayOf = kotlin_kotlin.$_$.lc;
|
|
85
85
|
var createKType = kotlin_kotlin.$_$.b;
|
|
86
86
|
var typeToken = kotlin_org_kodein_type_kaverit.$_$.d;
|
|
87
87
|
var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
|
|
88
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
88
|
+
var isInterface = kotlin_kotlin.$_$.i9;
|
|
89
89
|
var Singleton = kotlin_org_kodein_di_kodein_di.$_$.d;
|
|
90
90
|
var Module_init_$Create$ = kotlin_org_kodein_di_kodein_di.$_$.a;
|
|
91
91
|
var MutableStateFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.i;
|
|
92
92
|
var getKClassFromExpression = kotlin_kotlin.$_$.d;
|
|
93
93
|
var split$default = kotlin_kotlin.$_$.k;
|
|
94
|
-
var first = kotlin_kotlin.$_$.
|
|
95
|
-
var isObject = kotlin_kotlin.$_$.
|
|
96
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
94
|
+
var first = kotlin_kotlin.$_$.f6;
|
|
95
|
+
var isObject = kotlin_kotlin.$_$.k9;
|
|
96
|
+
var CoroutineImpl = kotlin_kotlin.$_$.j8;
|
|
97
97
|
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
|
|
98
98
|
var delay = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b;
|
|
99
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
99
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.v7;
|
|
100
100
|
var get_isActive = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
101
|
-
var checkIndexOverflow = kotlin_kotlin.$_$.
|
|
102
|
-
var single = kotlin_kotlin.$_$.
|
|
103
|
-
var get_lastIndex = kotlin_kotlin.$_$.
|
|
104
|
-
var toMutableList = kotlin_kotlin.$_$.
|
|
105
|
-
var printStackTrace = kotlin_kotlin.$_$.
|
|
106
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
107
|
-
var stackTraceToString = kotlin_kotlin.$_$.
|
|
101
|
+
var checkIndexOverflow = kotlin_kotlin.$_$.g5;
|
|
102
|
+
var single = kotlin_kotlin.$_$.f7;
|
|
103
|
+
var get_lastIndex = kotlin_kotlin.$_$.n6;
|
|
104
|
+
var toMutableList = kotlin_kotlin.$_$.p7;
|
|
105
|
+
var printStackTrace = kotlin_kotlin.$_$.wc;
|
|
106
|
+
var isBlank = kotlin_kotlin.$_$.pa;
|
|
107
|
+
var stackTraceToString = kotlin_kotlin.$_$.xc;
|
|
108
108
|
//endregion
|
|
109
109
|
//region block: pre-declaration
|
|
110
110
|
setMetadataFor(GameEngineConfig, 'GameEngineConfig', objectMeta, undefined, undefined, undefined, undefined, []);
|
|
@@ -172,13 +172,13 @@
|
|
|
172
172
|
setMetadataFor(_no_name_provided__qut3iv, undefined, classMeta, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element], undefined, undefined, []);
|
|
173
173
|
function launchWorker$default(context, block, $mask0, $handler) {
|
|
174
174
|
if (!(($mask0 & 1) === 0))
|
|
175
|
-
context = this.
|
|
176
|
-
return $handler == null ? this.
|
|
175
|
+
context = this.c2h();
|
|
176
|
+
return $handler == null ? this.f2h(context, block) : $handler(context, block);
|
|
177
177
|
}
|
|
178
178
|
function launchStore$default(context, block, $mask0, $handler) {
|
|
179
179
|
if (!(($mask0 & 1) === 0))
|
|
180
|
-
context = this.
|
|
181
|
-
return $handler == null ? this.
|
|
180
|
+
context = this.c2h();
|
|
181
|
+
return $handler == null ? this.d2h(context, block) : $handler(context, block);
|
|
182
182
|
}
|
|
183
183
|
setMetadataFor(AsyncProvider, 'AsyncProvider', interfaceMeta, undefined, undefined, undefined, undefined, []);
|
|
184
184
|
setMetadataFor(AsyncProviderImpl, 'AsyncProviderImpl', classMeta, undefined, [AsyncProvider], undefined, undefined, []);
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
payload = null;
|
|
239
239
|
var tmp;
|
|
240
240
|
if ($handler == null) {
|
|
241
|
-
this.
|
|
241
|
+
this.u2k(tag, message, payload);
|
|
242
242
|
tmp = Unit_getInstance();
|
|
243
243
|
} else {
|
|
244
244
|
tmp = $handler(tag, message, payload);
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
payload = null;
|
|
257
257
|
var tmp;
|
|
258
258
|
if ($handler == null) {
|
|
259
|
-
this.
|
|
259
|
+
this.w2k(tag, message, exception, payload);
|
|
260
260
|
tmp = Unit_getInstance();
|
|
261
261
|
} else {
|
|
262
262
|
tmp = $handler(tag, message, exception, payload);
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
payload = null;
|
|
271
271
|
var tmp;
|
|
272
272
|
if ($handler == null) {
|
|
273
|
-
this.
|
|
273
|
+
this.x2k(tag, message, payload);
|
|
274
274
|
tmp = Unit_getInstance();
|
|
275
275
|
} else {
|
|
276
276
|
tmp = $handler(tag, message, payload);
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
//endregion
|
|
287
287
|
function GameEngineConfig() {
|
|
288
288
|
GameEngineConfig_instance = this;
|
|
289
|
-
this.version = '1.4.
|
|
289
|
+
this.version = '1.4.19';
|
|
290
290
|
}
|
|
291
291
|
GameEngineConfig.prototype.q2b = function () {
|
|
292
292
|
return this.version;
|
|
@@ -3135,24 +3135,64 @@
|
|
|
3135
3135
|
Companion_15.prototype.j2g = function (suit, cardNumber) {
|
|
3136
3136
|
return new GameCard(getNumber(Companion_getInstance_16(), cardNumber, suit));
|
|
3137
3137
|
};
|
|
3138
|
-
Companion_15.prototype.k2g = function (position, playerIndex, reverse) {
|
|
3138
|
+
Companion_15.prototype.k2g = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
|
|
3139
|
+
var tmp0_safe_receiver = previousStubCardWithMaxIndex;
|
|
3139
3140
|
var tmp;
|
|
3141
|
+
if (tmp0_safe_receiver == null) {
|
|
3142
|
+
tmp = null;
|
|
3143
|
+
} else {
|
|
3144
|
+
var tmp$ret$1;
|
|
3145
|
+
// Inline function 'kotlin.takeIf' call
|
|
3146
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
3147
|
+
var tmp_0;
|
|
3148
|
+
var tmp$ret$0;
|
|
3149
|
+
// Inline function 'com.logic.data.models.table.cards.Companion.createUniqueStub.<anonymous>' call
|
|
3150
|
+
tmp$ret$0 = tmp0_safe_receiver.l2g();
|
|
3151
|
+
if (tmp$ret$0) {
|
|
3152
|
+
tmp_0 = tmp0_safe_receiver;
|
|
3153
|
+
} else {
|
|
3154
|
+
tmp_0 = null;
|
|
3155
|
+
}
|
|
3156
|
+
tmp$ret$1 = tmp_0;
|
|
3157
|
+
tmp = tmp$ret$1;
|
|
3158
|
+
}
|
|
3159
|
+
var tmp1_safe_receiver = tmp;
|
|
3160
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.w2e_1;
|
|
3161
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : Companion_getInstance_16().q2g(tmp2_safe_receiver, playerIndex, reverse);
|
|
3162
|
+
var tmp_1;
|
|
3163
|
+
if (tmp3_safe_receiver == null) {
|
|
3164
|
+
tmp_1 = null;
|
|
3165
|
+
} else {
|
|
3166
|
+
var tmp$ret$3;
|
|
3167
|
+
// Inline function 'kotlin.let' call
|
|
3168
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
3169
|
+
var tmp$ret$2;
|
|
3170
|
+
// Inline function 'com.logic.data.models.table.cards.Companion.createUniqueStub.<anonymous>' call
|
|
3171
|
+
tmp$ret$2 = tmp3_safe_receiver + 1 | 0;
|
|
3172
|
+
tmp$ret$3 = tmp$ret$2;
|
|
3173
|
+
tmp_1 = tmp$ret$3;
|
|
3174
|
+
}
|
|
3175
|
+
var tmp4_elvis_lhs = tmp_1;
|
|
3176
|
+
var previousGameCardIndex = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
3177
|
+
var tmp_2;
|
|
3140
3178
|
if (reverse) {
|
|
3141
3179
|
Companion_getInstance_16();
|
|
3142
3180
|
Companion_getInstance_16();
|
|
3143
|
-
|
|
3181
|
+
tmp_2 = ((53 + imul(playerIndex, 13 + 1 | 0) | 0) - position | 0) - previousGameCardIndex | 0;
|
|
3144
3182
|
} else {
|
|
3145
3183
|
Companion_getInstance_16();
|
|
3146
3184
|
Companion_getInstance_16();
|
|
3147
|
-
|
|
3185
|
+
tmp_2 = ((53 + imul(playerIndex, 13) | 0) + position | 0) + previousGameCardIndex | 0;
|
|
3148
3186
|
}
|
|
3149
|
-
var index =
|
|
3187
|
+
var index = tmp_2;
|
|
3150
3188
|
return new GameCard(index);
|
|
3151
3189
|
};
|
|
3152
|
-
Companion_15.prototype.
|
|
3190
|
+
Companion_15.prototype.r2g = function (position, playerIndex, previousStubCardWithMaxIndex, reverse, $mask0, $handler) {
|
|
3153
3191
|
if (!(($mask0 & 4) === 0))
|
|
3192
|
+
previousStubCardWithMaxIndex = null;
|
|
3193
|
+
if (!(($mask0 & 8) === 0))
|
|
3154
3194
|
reverse = false;
|
|
3155
|
-
return this.k2g(position, playerIndex, reverse);
|
|
3195
|
+
return this.k2g(position, playerIndex, previousStubCardWithMaxIndex, reverse);
|
|
3156
3196
|
};
|
|
3157
3197
|
var Companion_instance_15;
|
|
3158
3198
|
function Companion_getInstance_15() {
|
|
@@ -3275,6 +3315,15 @@
|
|
|
3275
3315
|
this.o2g_1 = 52;
|
|
3276
3316
|
this.p2g_1 = 53;
|
|
3277
3317
|
}
|
|
3318
|
+
Companion_16.prototype.q2g = function (_this__u8e3s4, playerIndex, reverse) {
|
|
3319
|
+
var tmp;
|
|
3320
|
+
if (reverse) {
|
|
3321
|
+
tmp = _this__u8e3s4 + (53 + imul(playerIndex, 14) | 0) | 0;
|
|
3322
|
+
} else {
|
|
3323
|
+
tmp = _this__u8e3s4 - (53 + imul(playerIndex, 13) | 0) | 0;
|
|
3324
|
+
}
|
|
3325
|
+
return tmp;
|
|
3326
|
+
};
|
|
3278
3327
|
var Companion_instance_16;
|
|
3279
3328
|
function Companion_getInstance_16() {
|
|
3280
3329
|
if (Companion_instance_16 == null)
|
|
@@ -3373,7 +3422,7 @@
|
|
|
3373
3422
|
};
|
|
3374
3423
|
GameCard.prototype.h2g = function () {
|
|
3375
3424
|
var tmp;
|
|
3376
|
-
if (this.
|
|
3425
|
+
if (this.l2g()) {
|
|
3377
3426
|
Companion_getInstance_16();
|
|
3378
3427
|
tmp = -1;
|
|
3379
3428
|
} else {
|
|
@@ -3384,9 +3433,9 @@
|
|
|
3384
3433
|
return tmp;
|
|
3385
3434
|
};
|
|
3386
3435
|
GameCard.prototype.zf = function () {
|
|
3387
|
-
return this.
|
|
3436
|
+
return this.l2g() ? CardName_STUB_getInstance() : getName(Companion_getInstance_16(), this.h2g());
|
|
3388
3437
|
};
|
|
3389
|
-
GameCard.prototype.
|
|
3438
|
+
GameCard.prototype.l2g = function () {
|
|
3390
3439
|
var tmp = this.w2e_1;
|
|
3391
3440
|
Companion_getInstance_16();
|
|
3392
3441
|
return tmp >= 53;
|
|
@@ -3395,7 +3444,7 @@
|
|
|
3395
3444
|
if (_get_isShirt__vd98rp(this)) {
|
|
3396
3445
|
return 'GameCard(SHIRT)';
|
|
3397
3446
|
}
|
|
3398
|
-
if (this.
|
|
3447
|
+
if (this.l2g()) {
|
|
3399
3448
|
return 'GameCard(STUB, ' + this.w2e_1 + ')';
|
|
3400
3449
|
}
|
|
3401
3450
|
return 'GameCard(' + this.zf() + ', suit: ' + this.i2g() + ', index=' + this.w2e_1 + ')';
|
|
@@ -3447,15 +3496,15 @@
|
|
|
3447
3496
|
}
|
|
3448
3497
|
});
|
|
3449
3498
|
function ProcessingCard(gameCard, payload) {
|
|
3450
|
-
this.
|
|
3451
|
-
this.
|
|
3499
|
+
this.s2g_1 = gameCard;
|
|
3500
|
+
this.t2g_1 = payload;
|
|
3452
3501
|
}
|
|
3453
3502
|
ProcessingCard.prototype.toString = function () {
|
|
3454
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
3503
|
+
return 'ProcessingCard(gameCard=' + this.s2g_1 + ', payload=' + this.t2g_1 + ')';
|
|
3455
3504
|
};
|
|
3456
3505
|
ProcessingCard.prototype.hashCode = function () {
|
|
3457
|
-
var result = this.
|
|
3458
|
-
result = imul(result, 31) + (this.
|
|
3506
|
+
var result = this.s2g_1.hashCode();
|
|
3507
|
+
result = imul(result, 31) + (this.t2g_1 == null ? 0 : hashCode(this.t2g_1)) | 0;
|
|
3459
3508
|
return result;
|
|
3460
3509
|
};
|
|
3461
3510
|
ProcessingCard.prototype.equals = function (other) {
|
|
@@ -3464,9 +3513,9 @@
|
|
|
3464
3513
|
if (!(other instanceof ProcessingCard))
|
|
3465
3514
|
return false;
|
|
3466
3515
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
3467
|
-
if (!this.
|
|
3516
|
+
if (!this.s2g_1.equals(tmp0_other_with_cast.s2g_1))
|
|
3468
3517
|
return false;
|
|
3469
|
-
if (!equals(this.
|
|
3518
|
+
if (!equals(this.t2g_1, tmp0_other_with_cast.t2g_1))
|
|
3470
3519
|
return false;
|
|
3471
3520
|
return true;
|
|
3472
3521
|
};
|
|
@@ -3481,10 +3530,10 @@
|
|
|
3481
3530
|
Companion_instance_17 = this;
|
|
3482
3531
|
var tmp = this;
|
|
3483
3532
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3484
|
-
tmp.
|
|
3533
|
+
tmp.u2g_1 = lazy(tmp_0, Suit$Companion$$cachedSerializer$delegate$_anonymous__8wfs3b);
|
|
3485
3534
|
}
|
|
3486
3535
|
Companion_17.prototype.l1w = function () {
|
|
3487
|
-
return this.
|
|
3536
|
+
return this.u2g_1.j1();
|
|
3488
3537
|
};
|
|
3489
3538
|
Companion_17.prototype.b1l = function (typeParamsSerializers) {
|
|
3490
3539
|
return this.l1w();
|
|
@@ -3553,81 +3602,81 @@
|
|
|
3553
3602
|
return tmp;
|
|
3554
3603
|
}
|
|
3555
3604
|
function _no_name_provided__qut3iv($logger) {
|
|
3556
|
-
this.
|
|
3605
|
+
this.w2g_1 = $logger;
|
|
3557
3606
|
AbstractCoroutineContextElement.call(this, Key_getInstance());
|
|
3558
3607
|
}
|
|
3559
3608
|
_no_name_provided__qut3iv.prototype.vm = function (context, exception) {
|
|
3560
3609
|
var tmp = 'AsyncProvider error: ' + exception;
|
|
3561
|
-
return this.
|
|
3610
|
+
return this.w2g_1.x2g('AsyncErrorHandler', tmp, exception, null, 8, null);
|
|
3562
3611
|
};
|
|
3563
3612
|
function AsyncProviderImpl(logger) {
|
|
3564
3613
|
var tmp = this;
|
|
3565
|
-
tmp.
|
|
3614
|
+
tmp.y2g_1 = Job$default(null, 1, null);
|
|
3566
3615
|
var tmp_0 = this;
|
|
3567
3616
|
var tmp$ret$0;
|
|
3568
3617
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
3569
3618
|
tmp$ret$0 = new _no_name_provided__qut3iv(logger);
|
|
3570
|
-
tmp_0.
|
|
3571
|
-
this.
|
|
3572
|
-
this.
|
|
3619
|
+
tmp_0.z2g_1 = tmp$ret$0;
|
|
3620
|
+
this.a2h_1 = CoroutineScope(Dispatchers_getInstance().vq().h4(this.y2g_1));
|
|
3621
|
+
this.b2h_1 = CoroutineScope(Dispatchers_getInstance().rq_1.h4(this.y2g_1));
|
|
3573
3622
|
}
|
|
3574
|
-
AsyncProviderImpl.prototype.
|
|
3575
|
-
return this.
|
|
3576
|
-
};
|
|
3577
|
-
AsyncProviderImpl.prototype.c2h = function (context, block) {
|
|
3578
|
-
return launch$default(this.z2g_1, context, null, block, 2, null);
|
|
3623
|
+
AsyncProviderImpl.prototype.c2h = function () {
|
|
3624
|
+
return this.z2g_1;
|
|
3579
3625
|
};
|
|
3580
|
-
AsyncProviderImpl.prototype.
|
|
3626
|
+
AsyncProviderImpl.prototype.d2h = function (context, block) {
|
|
3581
3627
|
return launch$default(this.a2h_1, context, null, block, 2, null);
|
|
3582
3628
|
};
|
|
3629
|
+
AsyncProviderImpl.prototype.f2h = function (context, block) {
|
|
3630
|
+
return launch$default(this.b2h_1, context, null, block, 2, null);
|
|
3631
|
+
};
|
|
3583
3632
|
AsyncProviderImpl.prototype.nk = function () {
|
|
3584
|
-
if (!this.
|
|
3585
|
-
this.
|
|
3633
|
+
if (!this.y2g_1.np()) {
|
|
3634
|
+
this.y2g_1.lj(null, 1, null);
|
|
3586
3635
|
}
|
|
3587
3636
|
};
|
|
3588
3637
|
function AsyncProvider() {
|
|
3589
3638
|
}
|
|
3590
3639
|
function UUIDIdsProvider() {
|
|
3591
3640
|
}
|
|
3592
|
-
UUIDIdsProvider.prototype.
|
|
3641
|
+
UUIDIdsProvider.prototype.h2h = function () {
|
|
3593
3642
|
return uuid4().toString();
|
|
3594
3643
|
};
|
|
3595
3644
|
function IdsProvider() {
|
|
3596
3645
|
}
|
|
3597
3646
|
function JobsProviderImpl(logger) {
|
|
3598
|
-
this.
|
|
3647
|
+
this.i2h_1 = logger;
|
|
3599
3648
|
var tmp = this;
|
|
3600
3649
|
var tmp$ret$0;
|
|
3601
3650
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
3602
3651
|
tmp$ret$0 = HashMap_init_$Create$();
|
|
3603
|
-
tmp.
|
|
3652
|
+
tmp.j2h_1 = tmp$ret$0;
|
|
3604
3653
|
}
|
|
3605
|
-
JobsProviderImpl.prototype.
|
|
3606
|
-
if (this.
|
|
3654
|
+
JobsProviderImpl.prototype.k2h = function (timerTag, job) {
|
|
3655
|
+
if (this.m2h(timerTag)) {
|
|
3607
3656
|
var tmp = 'Timer already exists for that tag: ' + timerTag;
|
|
3608
|
-
this.
|
|
3657
|
+
this.i2h_1.l2h(null, tmp, null, 5, null);
|
|
3609
3658
|
}
|
|
3610
3659
|
// Inline function 'kotlin.collections.set' call
|
|
3611
|
-
var tmp0_set = this.
|
|
3660
|
+
var tmp0_set = this.j2h_1;
|
|
3612
3661
|
tmp0_set.w2(timerTag, job);
|
|
3613
3662
|
};
|
|
3614
|
-
JobsProviderImpl.prototype.l2h = function (timerTag) {
|
|
3615
|
-
return this.i2h_1.q1(timerTag);
|
|
3616
|
-
};
|
|
3617
3663
|
JobsProviderImpl.prototype.m2h = function (timerTag) {
|
|
3618
|
-
|
|
3664
|
+
return this.j2h_1.q1(timerTag);
|
|
3665
|
+
};
|
|
3666
|
+
JobsProviderImpl.prototype.n2h = function (timerTag) {
|
|
3667
|
+
if (!this.m2h(timerTag)) {
|
|
3619
3668
|
var tmp = "Can't find timer for that tag: " + timerTag;
|
|
3620
|
-
this.
|
|
3669
|
+
this.i2h_1.l2h(null, tmp, null, 5, null);
|
|
3621
3670
|
}
|
|
3622
|
-
this.
|
|
3671
|
+
this.j2h_1.sb(timerTag);
|
|
3623
3672
|
};
|
|
3624
|
-
JobsProviderImpl.prototype.
|
|
3673
|
+
JobsProviderImpl.prototype.o2h = function (timers) {
|
|
3625
3674
|
// Inline function 'kotlin.collections.forEach' call
|
|
3626
3675
|
var tmp0_iterator = timers.g();
|
|
3627
3676
|
while (tmp0_iterator.h()) {
|
|
3628
3677
|
var element = tmp0_iterator.i();
|
|
3629
3678
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
3630
|
-
var timer = this.
|
|
3679
|
+
var timer = this.j2h_1.t1(element);
|
|
3631
3680
|
var tmp0_safe_receiver = timer;
|
|
3632
3681
|
if (tmp0_safe_receiver == null)
|
|
3633
3682
|
null;
|
|
@@ -3635,11 +3684,11 @@
|
|
|
3635
3684
|
tmp0_safe_receiver.lj(null, 1, null);
|
|
3636
3685
|
}
|
|
3637
3686
|
}
|
|
3638
|
-
this.
|
|
3687
|
+
this.j2h_1.u1().qa(toSet(timers));
|
|
3639
3688
|
};
|
|
3640
|
-
JobsProviderImpl.prototype.
|
|
3641
|
-
var timer = this.
|
|
3642
|
-
this.
|
|
3689
|
+
JobsProviderImpl.prototype.p2h = function (timerTag) {
|
|
3690
|
+
var timer = this.j2h_1.t1(timerTag);
|
|
3691
|
+
this.j2h_1.sb(timerTag);
|
|
3643
3692
|
var tmp0_safe_receiver = timer;
|
|
3644
3693
|
if (tmp0_safe_receiver == null)
|
|
3645
3694
|
null;
|
|
@@ -3793,10 +3842,10 @@
|
|
|
3793
3842
|
}
|
|
3794
3843
|
function createStore$dispatch(currentState, currentReducer, $logger, action) {
|
|
3795
3844
|
try {
|
|
3796
|
-
currentState.fy(currentReducer._v.
|
|
3845
|
+
currentState.fy(currentReducer._v.q2h(currentState.j1(), action));
|
|
3797
3846
|
} catch ($p) {
|
|
3798
3847
|
if ($p instanceof Exception) {
|
|
3799
|
-
$logger.
|
|
3848
|
+
$logger.x2g('createStore.dispatch', null, $p, null, 10, null);
|
|
3800
3849
|
} else {
|
|
3801
3850
|
throw $p;
|
|
3802
3851
|
}
|
|
@@ -3828,46 +3877,46 @@
|
|
|
3828
3877
|
return l;
|
|
3829
3878
|
}
|
|
3830
3879
|
function createStore$2($currentState, $currentReducer, $logger) {
|
|
3831
|
-
this.
|
|
3880
|
+
this.t2h_1 = $currentState;
|
|
3832
3881
|
var tmp = this;
|
|
3833
|
-
tmp.
|
|
3882
|
+
tmp.r2h_1 = createStore$dispatch$ref($currentState, $currentReducer, $logger);
|
|
3834
3883
|
var tmp_0 = this;
|
|
3835
|
-
tmp_0.
|
|
3884
|
+
tmp_0.s2h_1 = createStore$replaceReducer$ref($currentReducer, $currentState, $logger);
|
|
3836
3885
|
}
|
|
3837
|
-
createStore$2.prototype.
|
|
3838
|
-
this.
|
|
3839
|
-
};
|
|
3840
|
-
createStore$2.prototype.u2h = function () {
|
|
3841
|
-
return this.q2h_1;
|
|
3886
|
+
createStore$2.prototype.u2h = function (_set____db54di) {
|
|
3887
|
+
this.r2h_1 = _set____db54di;
|
|
3842
3888
|
};
|
|
3843
3889
|
createStore$2.prototype.v2h = function () {
|
|
3844
|
-
return this.
|
|
3890
|
+
return this.r2h_1;
|
|
3845
3891
|
};
|
|
3846
3892
|
createStore$2.prototype.w2h = function () {
|
|
3847
|
-
return this.
|
|
3893
|
+
return this.t2h_1;
|
|
3894
|
+
};
|
|
3895
|
+
createStore$2.prototype.x2h = function () {
|
|
3896
|
+
return this.s2h_1;
|
|
3848
3897
|
};
|
|
3849
3898
|
createStore$2.prototype.xi = function () {
|
|
3850
|
-
return this.
|
|
3899
|
+
return this.t2h_1.j1();
|
|
3851
3900
|
};
|
|
3852
3901
|
Object.defineProperty(createStore$2.prototype, 'dispatch', {
|
|
3853
3902
|
configurable: true,
|
|
3854
3903
|
get: function () {
|
|
3855
|
-
return this.
|
|
3904
|
+
return this.v2h();
|
|
3856
3905
|
},
|
|
3857
3906
|
set: function (value) {
|
|
3858
|
-
this.
|
|
3907
|
+
this.u2h(value);
|
|
3859
3908
|
}
|
|
3860
3909
|
});
|
|
3861
3910
|
Object.defineProperty(createStore$2.prototype, 'observe', {
|
|
3862
3911
|
configurable: true,
|
|
3863
3912
|
get: function () {
|
|
3864
|
-
return this.
|
|
3913
|
+
return this.w2h();
|
|
3865
3914
|
}
|
|
3866
3915
|
});
|
|
3867
3916
|
Object.defineProperty(createStore$2.prototype, 'replaceReducer', {
|
|
3868
3917
|
configurable: true,
|
|
3869
3918
|
get: function () {
|
|
3870
|
-
return this.
|
|
3919
|
+
return this.x2h();
|
|
3871
3920
|
}
|
|
3872
3921
|
});
|
|
3873
3922
|
Object.defineProperty(createStore$2.prototype, 'state', {
|
|
@@ -3900,10 +3949,10 @@
|
|
|
3900
3949
|
return new middleware$1(dispatch);
|
|
3901
3950
|
}
|
|
3902
3951
|
function middleware$1($dispatch) {
|
|
3903
|
-
this.
|
|
3952
|
+
this.b2i_1 = $dispatch;
|
|
3904
3953
|
}
|
|
3905
|
-
middleware$1.prototype.
|
|
3906
|
-
this.
|
|
3954
|
+
middleware$1.prototype.a2i = function (store, next, action) {
|
|
3955
|
+
this.b2i_1(store, next, action);
|
|
3907
3956
|
};
|
|
3908
3957
|
function Reducer() {
|
|
3909
3958
|
}
|
|
@@ -3911,9 +3960,9 @@
|
|
|
3911
3960
|
return new combineReducers$1(reducers);
|
|
3912
3961
|
}
|
|
3913
3962
|
function combineReducers$1($reducers) {
|
|
3914
|
-
this.
|
|
3963
|
+
this.c2i_1 = $reducers;
|
|
3915
3964
|
}
|
|
3916
|
-
combineReducers$1.prototype.
|
|
3965
|
+
combineReducers$1.prototype.d2i = function (state, action) {
|
|
3917
3966
|
var tmp$ret$4;
|
|
3918
3967
|
// Inline function 'kotlin.collections.fold' call
|
|
3919
3968
|
var tmp$ret$2;
|
|
@@ -3921,7 +3970,7 @@
|
|
|
3921
3970
|
var tmp$ret$1;
|
|
3922
3971
|
// Inline function 'kotlin.collections.filterTo' call
|
|
3923
3972
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
3924
|
-
var indexedObject = this.
|
|
3973
|
+
var indexedObject = this.c2i_1;
|
|
3925
3974
|
var inductionVariable = 0;
|
|
3926
3975
|
var last = indexedObject.length;
|
|
3927
3976
|
while (inductionVariable < last) {
|
|
@@ -3929,7 +3978,7 @@
|
|
|
3929
3978
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3930
3979
|
var tmp$ret$0;
|
|
3931
3980
|
// Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
|
|
3932
|
-
tmp$ret$0 = element.
|
|
3981
|
+
tmp$ret$0 = element.z2h(action);
|
|
3933
3982
|
if (tmp$ret$0) {
|
|
3934
3983
|
tmp0_filterTo.a(element);
|
|
3935
3984
|
}
|
|
@@ -3944,14 +3993,14 @@
|
|
|
3944
3993
|
var tmp$ret$3;
|
|
3945
3994
|
// Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
|
|
3946
3995
|
var tmp1__anonymous__uwfjfc = accumulator;
|
|
3947
|
-
tmp$ret$3 = element_0.
|
|
3996
|
+
tmp$ret$3 = element_0.q2h(tmp1__anonymous__uwfjfc, action);
|
|
3948
3997
|
accumulator = tmp$ret$3;
|
|
3949
3998
|
}
|
|
3950
3999
|
tmp$ret$4 = accumulator;
|
|
3951
4000
|
return tmp$ret$4;
|
|
3952
4001
|
};
|
|
3953
|
-
combineReducers$1.prototype.
|
|
3954
|
-
return this.
|
|
4002
|
+
combineReducers$1.prototype.q2h = function (state, action) {
|
|
4003
|
+
return this.d2i((state == null ? true : isObject(state)) ? state : THROW_CCE(), action);
|
|
3955
4004
|
};
|
|
3956
4005
|
function Store() {
|
|
3957
4006
|
}
|
|
@@ -3962,7 +4011,7 @@
|
|
|
3962
4011
|
Object.defineProperty(INIT.prototype, 'actionTag', {
|
|
3963
4012
|
configurable: true,
|
|
3964
4013
|
get: function () {
|
|
3965
|
-
return this.
|
|
4014
|
+
return this.y2h();
|
|
3966
4015
|
}
|
|
3967
4016
|
});
|
|
3968
4017
|
var INIT_instance;
|
|
@@ -3978,7 +4027,7 @@
|
|
|
3978
4027
|
Object.defineProperty(REPLACE.prototype, 'actionTag', {
|
|
3979
4028
|
configurable: true,
|
|
3980
4029
|
get: function () {
|
|
3981
|
-
return this.
|
|
4030
|
+
return this.y2h();
|
|
3982
4031
|
}
|
|
3983
4032
|
});
|
|
3984
4033
|
var REPLACE_instance;
|
|
@@ -3992,7 +4041,7 @@
|
|
|
3992
4041
|
Object.defineProperty(StoreLifecycleAction.prototype, 'actionTag', {
|
|
3993
4042
|
configurable: true,
|
|
3994
4043
|
get: function () {
|
|
3995
|
-
return this.
|
|
4044
|
+
return this.y2h();
|
|
3996
4045
|
}
|
|
3997
4046
|
});
|
|
3998
4047
|
function BufferedAction() {
|
|
@@ -4003,16 +4052,16 @@
|
|
|
4003
4052
|
}
|
|
4004
4053
|
function StopTimerAction(timerTag) {
|
|
4005
4054
|
TimerAction.call(this);
|
|
4006
|
-
this.
|
|
4055
|
+
this.f2i_1 = timerTag;
|
|
4007
4056
|
}
|
|
4008
|
-
StopTimerAction.prototype.
|
|
4009
|
-
return this.
|
|
4057
|
+
StopTimerAction.prototype.g2i = function () {
|
|
4058
|
+
return this.f2i_1;
|
|
4010
4059
|
};
|
|
4011
4060
|
StopTimerAction.prototype.toString = function () {
|
|
4012
|
-
return 'StopTimerAction(timerTag=' + this.
|
|
4061
|
+
return 'StopTimerAction(timerTag=' + this.f2i_1 + ')';
|
|
4013
4062
|
};
|
|
4014
4063
|
StopTimerAction.prototype.hashCode = function () {
|
|
4015
|
-
return hashCode(this.
|
|
4064
|
+
return hashCode(this.f2i_1);
|
|
4016
4065
|
};
|
|
4017
4066
|
StopTimerAction.prototype.equals = function (other) {
|
|
4018
4067
|
if (this === other)
|
|
@@ -4020,14 +4069,14 @@
|
|
|
4020
4069
|
if (!(other instanceof StopTimerAction))
|
|
4021
4070
|
return false;
|
|
4022
4071
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
4023
|
-
if (!equals(this.
|
|
4072
|
+
if (!equals(this.f2i_1, tmp0_other_with_cast.f2i_1))
|
|
4024
4073
|
return false;
|
|
4025
4074
|
return true;
|
|
4026
4075
|
};
|
|
4027
4076
|
Object.defineProperty(StopTimerAction.prototype, 'actionTag', {
|
|
4028
4077
|
configurable: true,
|
|
4029
4078
|
get: function () {
|
|
4030
|
-
return this.
|
|
4079
|
+
return this.y2h();
|
|
4031
4080
|
}
|
|
4032
4081
|
});
|
|
4033
4082
|
function StartTimerAction_init_$Init$(timerTag, delayMillis, initialDelay, type, $mask0, $marker, $this) {
|
|
@@ -4043,22 +4092,22 @@
|
|
|
4043
4092
|
}
|
|
4044
4093
|
function StartTimerAction(timerTag, delayMillis, initialDelay, type) {
|
|
4045
4094
|
TimerAction.call(this);
|
|
4046
|
-
this.
|
|
4047
|
-
this.
|
|
4048
|
-
this.
|
|
4049
|
-
this.
|
|
4095
|
+
this.h2i_1 = timerTag;
|
|
4096
|
+
this.i2i_1 = delayMillis;
|
|
4097
|
+
this.j2i_1 = initialDelay;
|
|
4098
|
+
this.k2i_1 = type;
|
|
4050
4099
|
}
|
|
4051
|
-
StartTimerAction.prototype.
|
|
4052
|
-
return this.
|
|
4100
|
+
StartTimerAction.prototype.g2i = function () {
|
|
4101
|
+
return this.h2i_1;
|
|
4053
4102
|
};
|
|
4054
4103
|
StartTimerAction.prototype.toString = function () {
|
|
4055
|
-
return 'StartTimerAction(timerTag=' + this.
|
|
4104
|
+
return 'StartTimerAction(timerTag=' + this.h2i_1 + ', delayMillis=' + toString_0(this.i2i_1) + ', initialDelay=' + toString_0(this.j2i_1) + ', type=' + this.k2i_1 + ')';
|
|
4056
4105
|
};
|
|
4057
4106
|
StartTimerAction.prototype.hashCode = function () {
|
|
4058
|
-
var result = hashCode(this.
|
|
4059
|
-
result = imul(result, 31) + this.h2i_1.hashCode() | 0;
|
|
4107
|
+
var result = hashCode(this.h2i_1);
|
|
4060
4108
|
result = imul(result, 31) + this.i2i_1.hashCode() | 0;
|
|
4061
4109
|
result = imul(result, 31) + this.j2i_1.hashCode() | 0;
|
|
4110
|
+
result = imul(result, 31) + this.k2i_1.hashCode() | 0;
|
|
4062
4111
|
return result;
|
|
4063
4112
|
};
|
|
4064
4113
|
StartTimerAction.prototype.equals = function (other) {
|
|
@@ -4067,20 +4116,20 @@
|
|
|
4067
4116
|
if (!(other instanceof StartTimerAction))
|
|
4068
4117
|
return false;
|
|
4069
4118
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
4070
|
-
if (!equals(this.
|
|
4071
|
-
return false;
|
|
4072
|
-
if (!this.h2i_1.equals(tmp0_other_with_cast.h2i_1))
|
|
4119
|
+
if (!equals(this.h2i_1, tmp0_other_with_cast.h2i_1))
|
|
4073
4120
|
return false;
|
|
4074
4121
|
if (!this.i2i_1.equals(tmp0_other_with_cast.i2i_1))
|
|
4075
4122
|
return false;
|
|
4076
4123
|
if (!this.j2i_1.equals(tmp0_other_with_cast.j2i_1))
|
|
4077
4124
|
return false;
|
|
4125
|
+
if (!this.k2i_1.equals(tmp0_other_with_cast.k2i_1))
|
|
4126
|
+
return false;
|
|
4078
4127
|
return true;
|
|
4079
4128
|
};
|
|
4080
4129
|
Object.defineProperty(StartTimerAction.prototype, 'actionTag', {
|
|
4081
4130
|
configurable: true,
|
|
4082
4131
|
get: function () {
|
|
4083
|
-
return this.
|
|
4132
|
+
return this.y2h();
|
|
4084
4133
|
}
|
|
4085
4134
|
});
|
|
4086
4135
|
var TimerType_DELAY_instance;
|
|
@@ -4098,21 +4147,21 @@
|
|
|
4098
4147
|
}
|
|
4099
4148
|
function TimerTickAction(timerTag, type) {
|
|
4100
4149
|
TimerAction.call(this);
|
|
4101
|
-
this.
|
|
4102
|
-
this.
|
|
4150
|
+
this.l2i_1 = timerTag;
|
|
4151
|
+
this.m2i_1 = type;
|
|
4103
4152
|
}
|
|
4104
|
-
TimerTickAction.prototype.
|
|
4105
|
-
return this.
|
|
4153
|
+
TimerTickAction.prototype.g2i = function () {
|
|
4154
|
+
return this.l2i_1;
|
|
4106
4155
|
};
|
|
4107
4156
|
TimerTickAction.prototype.notValidateWhenFinished = function () {
|
|
4108
|
-
return this.
|
|
4157
|
+
return this.l2i_1.notValidateWhenFinished();
|
|
4109
4158
|
};
|
|
4110
4159
|
TimerTickAction.prototype.toString = function () {
|
|
4111
|
-
return 'TimerTickAction(timerTag=' + this.
|
|
4160
|
+
return 'TimerTickAction(timerTag=' + this.l2i_1 + ', type=' + this.m2i_1 + ')';
|
|
4112
4161
|
};
|
|
4113
4162
|
TimerTickAction.prototype.hashCode = function () {
|
|
4114
|
-
var result = hashCode(this.
|
|
4115
|
-
result = imul(result, 31) + this.
|
|
4163
|
+
var result = hashCode(this.l2i_1);
|
|
4164
|
+
result = imul(result, 31) + this.m2i_1.hashCode() | 0;
|
|
4116
4165
|
return result;
|
|
4117
4166
|
};
|
|
4118
4167
|
TimerTickAction.prototype.equals = function (other) {
|
|
@@ -4121,16 +4170,16 @@
|
|
|
4121
4170
|
if (!(other instanceof TimerTickAction))
|
|
4122
4171
|
return false;
|
|
4123
4172
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
4124
|
-
if (!equals(this.
|
|
4173
|
+
if (!equals(this.l2i_1, tmp0_other_with_cast.l2i_1))
|
|
4125
4174
|
return false;
|
|
4126
|
-
if (!this.
|
|
4175
|
+
if (!this.m2i_1.equals(tmp0_other_with_cast.m2i_1))
|
|
4127
4176
|
return false;
|
|
4128
4177
|
return true;
|
|
4129
4178
|
};
|
|
4130
4179
|
Object.defineProperty(TimerTickAction.prototype, 'actionTag', {
|
|
4131
4180
|
configurable: true,
|
|
4132
4181
|
get: function () {
|
|
4133
|
-
return this.
|
|
4182
|
+
return this.y2h();
|
|
4134
4183
|
}
|
|
4135
4184
|
});
|
|
4136
4185
|
function TimerAction() {
|
|
@@ -4138,7 +4187,7 @@
|
|
|
4138
4187
|
Object.defineProperty(TimerAction.prototype, 'actionTag', {
|
|
4139
4188
|
configurable: true,
|
|
4140
4189
|
get: function () {
|
|
4141
|
-
return this.
|
|
4190
|
+
return this.y2h();
|
|
4142
4191
|
}
|
|
4143
4192
|
});
|
|
4144
4193
|
function TimerType_DELAY_getInstance() {
|
|
@@ -4165,7 +4214,7 @@
|
|
|
4165
4214
|
var tmp_0;
|
|
4166
4215
|
if ($p instanceof Exception) {
|
|
4167
4216
|
var tmp_1 = 'StoreEnhancer error: ' + $p;
|
|
4168
|
-
$logger.
|
|
4217
|
+
$logger.x2g('StoreEnhancer', tmp_1, $p, null, 8, null);
|
|
4169
4218
|
tmp_0 = Unit_getInstance();
|
|
4170
4219
|
} else {
|
|
4171
4220
|
throw $p;
|
|
@@ -4193,7 +4242,7 @@
|
|
|
4193
4242
|
}
|
|
4194
4243
|
function applyMiddleware$lambda$lambda$lambda$lambda($tmp0__anonymous__1nv1x1, $store, $tmp1__anonymous__6ijp4k) {
|
|
4195
4244
|
return function (action) {
|
|
4196
|
-
$tmp0__anonymous__1nv1x1.
|
|
4245
|
+
$tmp0__anonymous__1nv1x1.a2i($store, $tmp1__anonymous__6ijp4k, action);
|
|
4197
4246
|
return Unit_getInstance();
|
|
4198
4247
|
};
|
|
4199
4248
|
}
|
|
@@ -4212,7 +4261,7 @@
|
|
|
4212
4261
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4213
4262
|
var tmp$ret$0;
|
|
4214
4263
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
4215
|
-
tmp$ret$0 = element.
|
|
4264
|
+
tmp$ret$0 = element.z2h(action);
|
|
4216
4265
|
if (tmp$ret$0) {
|
|
4217
4266
|
tmp0_filterTo.a(element);
|
|
4218
4267
|
}
|
|
@@ -4260,9 +4309,9 @@
|
|
|
4260
4309
|
return tmp$ret$0;
|
|
4261
4310
|
}
|
|
4262
4311
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
4263
|
-
this.
|
|
4264
|
-
this.
|
|
4265
|
-
this.
|
|
4312
|
+
this.v2i_1 = $jobsProvider;
|
|
4313
|
+
this.w2i_1 = $tmp0__anonymous__1nv1x1;
|
|
4314
|
+
this.x2i_1 = $store;
|
|
4266
4315
|
CoroutineImpl.call(this, resultContinuation);
|
|
4267
4316
|
}
|
|
4268
4317
|
timerMiddleware$o$handle$slambda$slambda.prototype.k12 = function ($this$launchStore, $cont) {
|
|
@@ -4281,8 +4330,8 @@
|
|
|
4281
4330
|
var tmp = this.xg_1;
|
|
4282
4331
|
if (tmp === 0) {
|
|
4283
4332
|
this.yg_1 = 1;
|
|
4284
|
-
if (this.
|
|
4285
|
-
this.
|
|
4333
|
+
if (this.v2i_1.m2h(this.w2i_1.g2i())) {
|
|
4334
|
+
this.x2i_1.dispatch(new TimerTickAction(this.w2i_1.g2i(), TimerType_DELAY_getInstance()));
|
|
4286
4335
|
}
|
|
4287
4336
|
return Unit_getInstance();
|
|
4288
4337
|
} else if (tmp === 1) {
|
|
@@ -4294,8 +4343,8 @@
|
|
|
4294
4343
|
while (true);
|
|
4295
4344
|
};
|
|
4296
4345
|
timerMiddleware$o$handle$slambda$slambda.prototype.l12 = function ($this$launchStore, completion) {
|
|
4297
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4298
|
-
i.
|
|
4346
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.v2i_1, this.w2i_1, this.x2i_1, completion);
|
|
4347
|
+
i.y2i_1 = $this$launchStore;
|
|
4299
4348
|
return i;
|
|
4300
4349
|
};
|
|
4301
4350
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
@@ -4307,9 +4356,9 @@
|
|
|
4307
4356
|
return l;
|
|
4308
4357
|
}
|
|
4309
4358
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
4310
|
-
this.
|
|
4311
|
-
this.
|
|
4312
|
-
this.
|
|
4359
|
+
this.h2j_1 = $jobsProvider;
|
|
4360
|
+
this.i2j_1 = $tmp0__anonymous__1nv1x1;
|
|
4361
|
+
this.j2j_1 = $store;
|
|
4313
4362
|
CoroutineImpl.call(this, resultContinuation);
|
|
4314
4363
|
}
|
|
4315
4364
|
timerMiddleware$o$handle$slambda$slambda_1.prototype.k12 = function ($this$launchStore, $cont) {
|
|
@@ -4328,8 +4377,8 @@
|
|
|
4328
4377
|
var tmp = this.xg_1;
|
|
4329
4378
|
if (tmp === 0) {
|
|
4330
4379
|
this.yg_1 = 1;
|
|
4331
|
-
if (this.
|
|
4332
|
-
this.
|
|
4380
|
+
if (this.h2j_1.m2h(this.i2j_1.g2i())) {
|
|
4381
|
+
this.j2j_1.dispatch(new TimerTickAction(this.i2j_1.g2i(), TimerType_INTERVAL_getInstance()));
|
|
4333
4382
|
}
|
|
4334
4383
|
return Unit_getInstance();
|
|
4335
4384
|
} else if (tmp === 1) {
|
|
@@ -4341,8 +4390,8 @@
|
|
|
4341
4390
|
while (true);
|
|
4342
4391
|
};
|
|
4343
4392
|
timerMiddleware$o$handle$slambda$slambda_1.prototype.l12 = function ($this$launchStore, completion) {
|
|
4344
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
4345
|
-
i.
|
|
4393
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.h2j_1, this.i2j_1, this.j2j_1, completion);
|
|
4394
|
+
i.k2j_1 = $this$launchStore;
|
|
4346
4395
|
return i;
|
|
4347
4396
|
};
|
|
4348
4397
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
@@ -4354,10 +4403,10 @@
|
|
|
4354
4403
|
return l;
|
|
4355
4404
|
}
|
|
4356
4405
|
function timerMiddleware$o$handle$slambda($tmp0__anonymous__1nv1x1, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
4357
|
-
this.
|
|
4358
|
-
this.
|
|
4359
|
-
this.
|
|
4360
|
-
this.
|
|
4406
|
+
this.t2j_1 = $tmp0__anonymous__1nv1x1;
|
|
4407
|
+
this.u2j_1 = $asyncProvider;
|
|
4408
|
+
this.v2j_1 = $jobsProvider;
|
|
4409
|
+
this.w2j_1 = $store;
|
|
4361
4410
|
CoroutineImpl.call(this, resultContinuation);
|
|
4362
4411
|
}
|
|
4363
4412
|
timerMiddleware$o$handle$slambda.prototype.k12 = function ($this$launchWorker, $cont) {
|
|
@@ -4377,9 +4426,9 @@
|
|
|
4377
4426
|
switch (tmp) {
|
|
4378
4427
|
case 0:
|
|
4379
4428
|
this.yg_1 = 10;
|
|
4380
|
-
if (!this.
|
|
4429
|
+
if (!this.t2j_1.j2i_1.equals(new Long(0, 0)) ? this.t2j_1.k2i_1.equals(TimerType_INTERVAL_getInstance()) : false) {
|
|
4381
4430
|
this.xg_1 = 1;
|
|
4382
|
-
suspendResult = delay(this.
|
|
4431
|
+
suspendResult = delay(this.t2j_1.j2i_1, this);
|
|
4383
4432
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4384
4433
|
return suspendResult;
|
|
4385
4434
|
}
|
|
@@ -4394,20 +4443,20 @@
|
|
|
4394
4443
|
this.xg_1 = 2;
|
|
4395
4444
|
continue $sm;
|
|
4396
4445
|
case 2:
|
|
4397
|
-
this.
|
|
4398
|
-
this.
|
|
4399
|
-
if (this.
|
|
4446
|
+
this.y2j_1 = this.t2j_1.k2i_1;
|
|
4447
|
+
this.z2j_1 = this.y2j_1.n4_1;
|
|
4448
|
+
if (this.z2j_1 === 0) {
|
|
4400
4449
|
this.xg_1 = 8;
|
|
4401
|
-
suspendResult = delay(this.
|
|
4450
|
+
suspendResult = delay(this.t2j_1.i2i_1, this);
|
|
4402
4451
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4403
4452
|
return suspendResult;
|
|
4404
4453
|
}
|
|
4405
4454
|
continue $sm;
|
|
4406
4455
|
} else {
|
|
4407
|
-
if (this.
|
|
4408
|
-
if (!this.
|
|
4456
|
+
if (this.z2j_1 === 1) {
|
|
4457
|
+
if (!this.t2j_1.j2i_1.equals(new Long(0, 0))) {
|
|
4409
4458
|
this.xg_1 = 3;
|
|
4410
|
-
suspendResult = delay(this.
|
|
4459
|
+
suspendResult = delay(this.t2j_1.j2i_1, this);
|
|
4411
4460
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4412
4461
|
return suspendResult;
|
|
4413
4462
|
}
|
|
@@ -4430,15 +4479,15 @@
|
|
|
4430
4479
|
this.xg_1 = 5;
|
|
4431
4480
|
continue $sm;
|
|
4432
4481
|
case 5:
|
|
4433
|
-
if (!get_isActive(this.
|
|
4482
|
+
if (!get_isActive(this.x2j_1)) {
|
|
4434
4483
|
this.xg_1 = 7;
|
|
4435
4484
|
continue $sm;
|
|
4436
4485
|
}
|
|
4437
4486
|
|
|
4438
|
-
this.
|
|
4487
|
+
this.u2j_1.e2h(null, timerMiddleware$o$handle$slambda$slambda_2(this.v2j_1, this.t2j_1, this.w2j_1, null), 1, null);
|
|
4439
4488
|
;
|
|
4440
4489
|
this.xg_1 = 6;
|
|
4441
|
-
suspendResult = delay(this.
|
|
4490
|
+
suspendResult = delay(this.t2j_1.j2i_1, this);
|
|
4442
4491
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4443
4492
|
return suspendResult;
|
|
4444
4493
|
}
|
|
@@ -4451,7 +4500,7 @@
|
|
|
4451
4500
|
this.xg_1 = 9;
|
|
4452
4501
|
continue $sm;
|
|
4453
4502
|
case 8:
|
|
4454
|
-
this.
|
|
4503
|
+
this.u2j_1.e2h(null, timerMiddleware$o$handle$slambda$slambda_0(this.v2j_1, this.t2j_1, this.w2j_1, null), 1, null);
|
|
4455
4504
|
;
|
|
4456
4505
|
this.xg_1 = 9;
|
|
4457
4506
|
continue $sm;
|
|
@@ -4471,8 +4520,8 @@
|
|
|
4471
4520
|
while (true);
|
|
4472
4521
|
};
|
|
4473
4522
|
timerMiddleware$o$handle$slambda.prototype.l12 = function ($this$launchWorker, completion) {
|
|
4474
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
4475
|
-
i.
|
|
4523
|
+
var i = new timerMiddleware$o$handle$slambda(this.t2j_1, this.u2j_1, this.v2j_1, this.w2j_1, completion);
|
|
4524
|
+
i.x2j_1 = $this$launchWorker;
|
|
4476
4525
|
return i;
|
|
4477
4526
|
};
|
|
4478
4527
|
function timerMiddleware$o$handle$slambda_0($tmp0__anonymous__1nv1x1, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -4484,34 +4533,34 @@
|
|
|
4484
4533
|
return l;
|
|
4485
4534
|
}
|
|
4486
4535
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
4487
|
-
this.
|
|
4488
|
-
this.
|
|
4536
|
+
this.a2k_1 = $asyncProvider;
|
|
4537
|
+
this.b2k_1 = $jobsProvider;
|
|
4489
4538
|
}
|
|
4490
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4539
|
+
_no_name_provided__qut3iv_0.prototype.z2h = function (action) {
|
|
4491
4540
|
return action instanceof TimerAction;
|
|
4492
4541
|
};
|
|
4493
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4542
|
+
_no_name_provided__qut3iv_0.prototype.c2k = function (store, next, action) {
|
|
4494
4543
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
4495
4544
|
var tmp0__anonymous__q1qw7t = action instanceof TimerAction ? action : THROW_CCE();
|
|
4496
4545
|
var tmp0_subject = tmp0__anonymous__q1qw7t;
|
|
4497
4546
|
if (tmp0_subject instanceof StartTimerAction) {
|
|
4498
|
-
var job = this.
|
|
4499
|
-
this.
|
|
4547
|
+
var job = this.a2k_1.g2h(null, timerMiddleware$o$handle$slambda_0(tmp0__anonymous__q1qw7t, this.a2k_1, this.b2k_1, store, null), 1, null);
|
|
4548
|
+
this.b2k_1.k2h(tmp0__anonymous__q1qw7t.g2i(), job);
|
|
4500
4549
|
} else {
|
|
4501
4550
|
if (tmp0_subject instanceof StopTimerAction) {
|
|
4502
|
-
this.
|
|
4551
|
+
this.b2k_1.p2h(tmp0__anonymous__q1qw7t.g2i());
|
|
4503
4552
|
} else {
|
|
4504
4553
|
if (tmp0_subject instanceof TimerTickAction) {
|
|
4505
|
-
if (tmp0__anonymous__q1qw7t.
|
|
4506
|
-
this.
|
|
4554
|
+
if (tmp0__anonymous__q1qw7t.m2i_1.equals(TimerType_DELAY_getInstance())) {
|
|
4555
|
+
this.b2k_1.n2h(tmp0__anonymous__q1qw7t.g2i());
|
|
4507
4556
|
}
|
|
4508
4557
|
}
|
|
4509
4558
|
}
|
|
4510
4559
|
}
|
|
4511
4560
|
next(tmp0__anonymous__q1qw7t);
|
|
4512
4561
|
};
|
|
4513
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4514
|
-
return this.
|
|
4562
|
+
_no_name_provided__qut3iv_0.prototype.a2i = function (store, next, action) {
|
|
4563
|
+
return this.c2k(store, next, action);
|
|
4515
4564
|
};
|
|
4516
4565
|
function enumToString(_this__u8e3s4, mapping) {
|
|
4517
4566
|
var tmp$ret$2;
|
|
@@ -4679,23 +4728,23 @@
|
|
|
4679
4728
|
Category_NONE_instance = new Category('NONE', 1, true);
|
|
4680
4729
|
}
|
|
4681
4730
|
function generateTag($this, tag) {
|
|
4682
|
-
return (!($this.
|
|
4731
|
+
return (!($this.f2k_1 == null) ? !(tag == null) : false) ? '' + $this.f2k_1 + ':' + tag : tag;
|
|
4683
4732
|
}
|
|
4684
4733
|
function Category(name, ordinal, isEnabled) {
|
|
4685
4734
|
Enum.call(this, name, ordinal);
|
|
4686
|
-
this.
|
|
4735
|
+
this.i2k_1 = isEnabled;
|
|
4687
4736
|
}
|
|
4688
4737
|
function Logger$loggerSource$1() {
|
|
4689
|
-
this.
|
|
4738
|
+
this.j2k_1 = new PlatformLogger();
|
|
4690
4739
|
}
|
|
4691
|
-
Logger$loggerSource$1.prototype.
|
|
4692
|
-
this.
|
|
4740
|
+
Logger$loggerSource$1.prototype.k2k = function (tag, msg) {
|
|
4741
|
+
this.j2k_1.k2k(tag, msg);
|
|
4693
4742
|
};
|
|
4694
|
-
Logger$loggerSource$1.prototype.
|
|
4695
|
-
this.
|
|
4743
|
+
Logger$loggerSource$1.prototype.l2k = function (tag, msg, exception) {
|
|
4744
|
+
this.j2k_1.l2k(tag, msg, exception);
|
|
4696
4745
|
};
|
|
4697
|
-
Logger$loggerSource$1.prototype.
|
|
4698
|
-
this.
|
|
4746
|
+
Logger$loggerSource$1.prototype.m2k = function (tag, msg) {
|
|
4747
|
+
this.j2k_1.m2k(tag, msg);
|
|
4699
4748
|
};
|
|
4700
4749
|
function Category_NONE_getInstance() {
|
|
4701
4750
|
Category_initEntries();
|
|
@@ -4704,42 +4753,42 @@
|
|
|
4704
4753
|
function Logger() {
|
|
4705
4754
|
Logger_instance = this;
|
|
4706
4755
|
var tmp = this;
|
|
4707
|
-
tmp.
|
|
4708
|
-
this.
|
|
4709
|
-
this.
|
|
4756
|
+
tmp.d2k_1 = new Logger$loggerSource$1();
|
|
4757
|
+
this.e2k_1 = true;
|
|
4758
|
+
this.f2k_1 = null;
|
|
4710
4759
|
}
|
|
4711
|
-
Logger.prototype.
|
|
4712
|
-
this.
|
|
4760
|
+
Logger.prototype.n2k = function (tag, message) {
|
|
4761
|
+
this.o2k(tag, message, Category_NONE_getInstance());
|
|
4713
4762
|
};
|
|
4714
|
-
Logger.prototype.
|
|
4715
|
-
if (this.
|
|
4716
|
-
this.
|
|
4763
|
+
Logger.prototype.p2k = function (tag, message, category) {
|
|
4764
|
+
if (this.e2k_1 ? category.i2k_1 : false) {
|
|
4765
|
+
this.d2k_1.m2k(generateTag(this, tag), message);
|
|
4717
4766
|
}
|
|
4718
4767
|
};
|
|
4719
|
-
Logger.prototype.
|
|
4768
|
+
Logger.prototype.q2k = function (tag, message, category, $mask0, $handler) {
|
|
4720
4769
|
if (!(($mask0 & 1) === 0))
|
|
4721
4770
|
tag = null;
|
|
4722
4771
|
if (!(($mask0 & 4) === 0))
|
|
4723
4772
|
category = Category_NONE_getInstance();
|
|
4724
|
-
return this.
|
|
4773
|
+
return this.p2k(tag, message, category);
|
|
4725
4774
|
};
|
|
4726
|
-
Logger.prototype.
|
|
4727
|
-
if (this.
|
|
4728
|
-
this.
|
|
4775
|
+
Logger.prototype.o2k = function (tag, message, category) {
|
|
4776
|
+
if (this.e2k_1 ? category.i2k_1 : false) {
|
|
4777
|
+
this.d2k_1.k2k(generateTag(this, tag), message);
|
|
4729
4778
|
}
|
|
4730
4779
|
};
|
|
4731
|
-
Logger.prototype.
|
|
4732
|
-
if (this.
|
|
4780
|
+
Logger.prototype.r2k = function (tag, message, exception, category) {
|
|
4781
|
+
if (this.e2k_1 ? category.i2k_1 : false) {
|
|
4733
4782
|
var tmp0_safe_receiver = exception;
|
|
4734
4783
|
if (tmp0_safe_receiver == null)
|
|
4735
4784
|
null;
|
|
4736
4785
|
else {
|
|
4737
4786
|
printStackTrace(tmp0_safe_receiver);
|
|
4738
4787
|
}
|
|
4739
|
-
this.
|
|
4788
|
+
this.d2k_1.l2k(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
4740
4789
|
}
|
|
4741
4790
|
};
|
|
4742
|
-
Logger.prototype.
|
|
4791
|
+
Logger.prototype.s2k = function (tag, message, exception, category, $mask0, $handler) {
|
|
4743
4792
|
if (!(($mask0 & 1) === 0))
|
|
4744
4793
|
tag = null;
|
|
4745
4794
|
if (!(($mask0 & 2) === 0))
|
|
@@ -4748,7 +4797,7 @@
|
|
|
4748
4797
|
exception = null;
|
|
4749
4798
|
if (!(($mask0 & 8) === 0))
|
|
4750
4799
|
category = Category_NONE_getInstance();
|
|
4751
|
-
return this.
|
|
4800
|
+
return this.r2k(tag, message, exception, category);
|
|
4752
4801
|
};
|
|
4753
4802
|
var Logger_instance;
|
|
4754
4803
|
function Logger_getInstance() {
|
|
@@ -4784,36 +4833,36 @@
|
|
|
4784
4833
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
4785
4834
|
}
|
|
4786
4835
|
function CombinedGameLogger(logOutputs) {
|
|
4787
|
-
this.
|
|
4836
|
+
this.t2k_1 = logOutputs;
|
|
4788
4837
|
}
|
|
4789
|
-
CombinedGameLogger.prototype.
|
|
4838
|
+
CombinedGameLogger.prototype.u2k = function (tag, message, payload) {
|
|
4790
4839
|
// Inline function 'kotlin.collections.forEach' call
|
|
4791
|
-
var tmp0_forEach = this.
|
|
4840
|
+
var tmp0_forEach = this.t2k_1;
|
|
4792
4841
|
var tmp0_iterator = tmp0_forEach.g();
|
|
4793
4842
|
while (tmp0_iterator.h()) {
|
|
4794
4843
|
var element = tmp0_iterator.i();
|
|
4795
4844
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.d.<anonymous>' call
|
|
4796
|
-
element.
|
|
4845
|
+
element.u2k(tag, message, payload);
|
|
4797
4846
|
}
|
|
4798
4847
|
};
|
|
4799
|
-
CombinedGameLogger.prototype.
|
|
4848
|
+
CombinedGameLogger.prototype.w2k = function (tag, message, exception, payload) {
|
|
4800
4849
|
// Inline function 'kotlin.collections.forEach' call
|
|
4801
|
-
var tmp0_forEach = this.
|
|
4850
|
+
var tmp0_forEach = this.t2k_1;
|
|
4802
4851
|
var tmp0_iterator = tmp0_forEach.g();
|
|
4803
4852
|
while (tmp0_iterator.h()) {
|
|
4804
4853
|
var element = tmp0_iterator.i();
|
|
4805
4854
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.e.<anonymous>' call
|
|
4806
|
-
element.
|
|
4855
|
+
element.w2k(tag, message, exception, payload);
|
|
4807
4856
|
}
|
|
4808
4857
|
};
|
|
4809
|
-
CombinedGameLogger.prototype.
|
|
4858
|
+
CombinedGameLogger.prototype.x2k = function (tag, message, payload) {
|
|
4810
4859
|
// Inline function 'kotlin.collections.forEach' call
|
|
4811
|
-
var tmp0_forEach = this.
|
|
4860
|
+
var tmp0_forEach = this.t2k_1;
|
|
4812
4861
|
var tmp0_iterator = tmp0_forEach.g();
|
|
4813
4862
|
while (tmp0_iterator.h()) {
|
|
4814
4863
|
var element = tmp0_iterator.i();
|
|
4815
4864
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.w.<anonymous>' call
|
|
4816
|
-
element.
|
|
4865
|
+
element.x2k(tag, message, payload);
|
|
4817
4866
|
}
|
|
4818
4867
|
};
|
|
4819
4868
|
function GameLogger() {
|
|
@@ -4830,40 +4879,40 @@
|
|
|
4830
4879
|
return PlatformGameLogger_init_$Init$(enabled, $mask0, $marker, Object.create(PlatformGameLogger.prototype));
|
|
4831
4880
|
}
|
|
4832
4881
|
function PlatformGameLogger(enabled) {
|
|
4833
|
-
this.
|
|
4882
|
+
this.y2k_1 = enabled;
|
|
4834
4883
|
}
|
|
4835
|
-
PlatformGameLogger.prototype.
|
|
4836
|
-
if (!this.
|
|
4884
|
+
PlatformGameLogger.prototype.u2k = function (tag, message, payload) {
|
|
4885
|
+
if (!this.y2k_1)
|
|
4837
4886
|
return Unit_getInstance();
|
|
4838
|
-
Logger_getInstance().
|
|
4887
|
+
Logger_getInstance().n2k(tag, message);
|
|
4839
4888
|
};
|
|
4840
|
-
PlatformGameLogger.prototype.
|
|
4841
|
-
if (!this.
|
|
4889
|
+
PlatformGameLogger.prototype.w2k = function (tag, message, exception, payload) {
|
|
4890
|
+
if (!this.y2k_1)
|
|
4842
4891
|
return Unit_getInstance();
|
|
4843
4892
|
var tmp = Logger_getInstance();
|
|
4844
|
-
tmp.
|
|
4893
|
+
tmp.s2k(tag, message, exception, null, 8, null);
|
|
4845
4894
|
};
|
|
4846
|
-
PlatformGameLogger.prototype.
|
|
4847
|
-
if (!this.
|
|
4895
|
+
PlatformGameLogger.prototype.x2k = function (tag, message, payload) {
|
|
4896
|
+
if (!this.y2k_1)
|
|
4848
4897
|
return Unit_getInstance();
|
|
4849
4898
|
var tmp = Logger_getInstance();
|
|
4850
|
-
tmp.
|
|
4899
|
+
tmp.q2k(tag, message, null, 4, null);
|
|
4851
4900
|
};
|
|
4852
4901
|
function LoggerOutput() {
|
|
4853
4902
|
}
|
|
4854
4903
|
function PlatformLogger() {
|
|
4855
4904
|
}
|
|
4856
|
-
PlatformLogger.prototype.
|
|
4905
|
+
PlatformLogger.prototype.k2k = function (tag, msg) {
|
|
4857
4906
|
console.log(getLogTag(tag) + ': ' + msg);
|
|
4858
4907
|
};
|
|
4859
|
-
PlatformLogger.prototype.
|
|
4908
|
+
PlatformLogger.prototype.l2k = function (tag, msg, exception) {
|
|
4860
4909
|
if (!(exception == null)) {
|
|
4861
4910
|
console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + exception);
|
|
4862
4911
|
} else {
|
|
4863
4912
|
console.error(getLogTag(tag) + ': ' + msg);
|
|
4864
4913
|
}
|
|
4865
4914
|
};
|
|
4866
|
-
PlatformLogger.prototype.
|
|
4915
|
+
PlatformLogger.prototype.m2k = function (tag, msg) {
|
|
4867
4916
|
console.warn(getLogTag(tag) + ': ' + msg);
|
|
4868
4917
|
};
|
|
4869
4918
|
//region block: post-declaration
|
|
@@ -4880,25 +4929,25 @@
|
|
|
4880
4929
|
_no_name_provided__qut3iv.prototype.g4 = fold;
|
|
4881
4930
|
_no_name_provided__qut3iv.prototype.f4 = minusKey;
|
|
4882
4931
|
_no_name_provided__qut3iv.prototype.h4 = plus;
|
|
4883
|
-
AsyncProviderImpl.prototype.
|
|
4884
|
-
AsyncProviderImpl.prototype.
|
|
4885
|
-
middleware$1.prototype.
|
|
4886
|
-
combineReducers$1.prototype.
|
|
4887
|
-
StoreLifecycleAction.prototype.
|
|
4888
|
-
INIT.prototype.
|
|
4889
|
-
REPLACE.prototype.
|
|
4890
|
-
TimerAction.prototype.
|
|
4891
|
-
StopTimerAction.prototype.
|
|
4932
|
+
AsyncProviderImpl.prototype.e2h = launchStore$default;
|
|
4933
|
+
AsyncProviderImpl.prototype.g2h = launchWorker$default;
|
|
4934
|
+
middleware$1.prototype.z2h = canHandle;
|
|
4935
|
+
combineReducers$1.prototype.z2h = canHandle_0;
|
|
4936
|
+
StoreLifecycleAction.prototype.y2h = get_actionTag;
|
|
4937
|
+
INIT.prototype.y2h = get_actionTag;
|
|
4938
|
+
REPLACE.prototype.y2h = get_actionTag;
|
|
4939
|
+
TimerAction.prototype.y2h = get_actionTag;
|
|
4940
|
+
StopTimerAction.prototype.y2h = get_actionTag;
|
|
4892
4941
|
StopTimerAction.prototype.notValidateWhenFinishing = notValidateWhenFinishing;
|
|
4893
4942
|
StopTimerAction.prototype.notValidateWhenFinished = notValidateWhenFinished;
|
|
4894
|
-
StartTimerAction.prototype.
|
|
4895
|
-
TimerTickAction.prototype.
|
|
4896
|
-
CombinedGameLogger.prototype.
|
|
4897
|
-
CombinedGameLogger.prototype.
|
|
4898
|
-
CombinedGameLogger.prototype.
|
|
4899
|
-
PlatformGameLogger.prototype.
|
|
4900
|
-
PlatformGameLogger.prototype.
|
|
4901
|
-
PlatformGameLogger.prototype.
|
|
4943
|
+
StartTimerAction.prototype.y2h = get_actionTag;
|
|
4944
|
+
TimerTickAction.prototype.y2h = get_actionTag;
|
|
4945
|
+
CombinedGameLogger.prototype.v2k = d$default;
|
|
4946
|
+
CombinedGameLogger.prototype.x2g = e$default;
|
|
4947
|
+
CombinedGameLogger.prototype.l2h = w$default;
|
|
4948
|
+
PlatformGameLogger.prototype.v2k = d$default;
|
|
4949
|
+
PlatformGameLogger.prototype.x2g = e$default;
|
|
4950
|
+
PlatformGameLogger.prototype.l2h = w$default;
|
|
4902
4951
|
//endregion
|
|
4903
4952
|
//region block: exports
|
|
4904
4953
|
function $jsExportAll$(_) {
|