game_client_logic_deb 1.3.85 → 1.3.101
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/Kodein-kodein-di-js-ir.js +31 -31
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +32 -32
- package/Logic_Debertz-core.js +1275 -1085
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +7832 -7704
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +8 -5
- package/Logic_Debertz-game_client.js +2669 -2800
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +403 -403
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +36 -36
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +12 -12
- package/package.json +1 -1
- package/uuid-js-ir.js +13 -13
|
@@ -265,14 +265,14 @@
|
|
|
265
265
|
var key = tmp$ret$0;
|
|
266
266
|
var tmp$ret$2;
|
|
267
267
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
268
|
-
var value = tmp0_groupByTo.
|
|
268
|
+
var value = tmp0_groupByTo.s(key);
|
|
269
269
|
var tmp;
|
|
270
270
|
if (value == null) {
|
|
271
271
|
var tmp$ret$1;
|
|
272
272
|
// Inline function 'kotlin.collections.groupByTo.<anonymous>' call
|
|
273
273
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
274
274
|
var answer = tmp$ret$1;
|
|
275
|
-
tmp0_groupByTo.
|
|
275
|
+
tmp0_groupByTo.p(key, answer);
|
|
276
276
|
tmp = answer;
|
|
277
277
|
} else {
|
|
278
278
|
tmp = value;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
294
294
|
// Inline function 'kotlin.contracts.contract' call
|
|
295
295
|
// Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
|
|
296
|
-
var tmp0_safe_receiver = byModule.
|
|
296
|
+
var tmp0_safe_receiver = byModule.s(null);
|
|
297
297
|
if (tmp0_safe_receiver == null)
|
|
298
298
|
null;
|
|
299
299
|
else {
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
var element_0 = tmp0_iterator_0.h();
|
|
310
310
|
// Inline function 'org.kodein.di.descriptionImpl.<anonymous>.<anonymous>' call
|
|
311
311
|
tmp0_apply.c8(repeat(' ', ident) + 'module ' + element_0 + ' {\n');
|
|
312
|
-
descriptionImpl$appendBindings(tmp0_apply, keyBindDisp, bindingDisp, withOverrides, ident + 4 | 0, ensureNotNull(byModule.
|
|
312
|
+
descriptionImpl$appendBindings(tmp0_apply, keyBindDisp, bindingDisp, withOverrides, ident + 4 | 0, ensureNotNull(byModule.s(element_0)));
|
|
313
313
|
tmp0_apply.c8(repeat(' ', ident) + '}\n');
|
|
314
314
|
}
|
|
315
315
|
tmp$ret$6 = tmp0_apply;
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
var tmp0_synchronizedIfNull = sync ? this.t2g_1 : null;
|
|
989
989
|
var tmp$ret$0;
|
|
990
990
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
991
|
-
var tmp0_safe_receiver = this.s2g_1.
|
|
991
|
+
var tmp0_safe_receiver = this.s2g_1.s(key);
|
|
992
992
|
tmp$ret$0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
993
993
|
var tmp0_safe_receiver_0 = tmp$ret$0;
|
|
994
994
|
if (tmp0_safe_receiver_0 == null)
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
|
|
1011
1011
|
var tmp$ret$4;
|
|
1012
1012
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
1013
|
-
var tmp0_safe_receiver_1 = this.s2g_1.
|
|
1013
|
+
var tmp0_safe_receiver_1 = this.s2g_1.s(key);
|
|
1014
1014
|
tmp$ret$4 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1();
|
|
1015
1015
|
var tmp0_safe_receiver_2 = tmp$ret$4;
|
|
1016
1016
|
if (tmp0_safe_receiver_2 == null)
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
var next = tmp0_container.l3();
|
|
1030
1030
|
// Inline function 'kotlin.collections.set' call
|
|
1031
1031
|
var tmp0_set = this.s2g_1;
|
|
1032
|
-
tmp0_set.
|
|
1032
|
+
tmp0_set.p(key, next);
|
|
1033
1033
|
tmp$ret$7 = current;
|
|
1034
1034
|
tmp$ret$2 = tmp$ret$7;
|
|
1035
1035
|
break $l$block_1;
|
|
@@ -1482,14 +1482,14 @@
|
|
|
1482
1482
|
var tmp$ret$1;
|
|
1483
1483
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1484
1484
|
var tmp0_getOrPut = this.i2i_1;
|
|
1485
|
-
var value = tmp0_getOrPut.
|
|
1485
|
+
var value = tmp0_getOrPut.s(key);
|
|
1486
1486
|
var tmp;
|
|
1487
1487
|
if (value == null) {
|
|
1488
1488
|
var tmp$ret$0;
|
|
1489
1489
|
// Inline function 'org.kodein.di.internal.DIContainerBuilderImpl.bind.<anonymous>' call
|
|
1490
1490
|
tmp$ret$0 = newLinkedList();
|
|
1491
1491
|
var answer = tmp$ret$0;
|
|
1492
|
-
tmp0_getOrPut.
|
|
1492
|
+
tmp0_getOrPut.p(key, answer);
|
|
1493
1493
|
tmp = answer;
|
|
1494
1494
|
} else {
|
|
1495
1495
|
tmp = value;
|
|
@@ -1792,7 +1792,7 @@
|
|
|
1792
1792
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>.<anonymous>' call
|
|
1793
1793
|
tmp$ret$3 = to(element_0.b9_1, element_0.c9_1);
|
|
1794
1794
|
var tmp0_plusAssign = tmp$ret$3;
|
|
1795
|
-
tmp1_associateTo.
|
|
1795
|
+
tmp1_associateTo.p(tmp0_plusAssign.q_1, tmp0_plusAssign.r_1);
|
|
1796
1796
|
}
|
|
1797
1797
|
tmp$ret$4 = tmp1_associateTo;
|
|
1798
1798
|
tmp$ret$5 = tmp$ret$4;
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1820
1820
|
tmp$ret$8 = to(element_1.b9_1, ensureNotNull(this.d2j_1.t2f(element_1.b9_1)).c9_1);
|
|
1821
1821
|
var tmp0_plusAssign_0 = tmp$ret$8;
|
|
1822
|
-
tmp1_associateTo_0.
|
|
1822
|
+
tmp1_associateTo_0.p(tmp0_plusAssign_0.q_1, tmp0_plusAssign_0.r_1);
|
|
1823
1823
|
}
|
|
1824
1824
|
tmp$ret$9 = tmp1_associateTo_0;
|
|
1825
1825
|
tmp$ret$10 = tmp$ret$9;
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
var key_0 = tmp$ret$12;
|
|
1845
1845
|
tmp$ret$13 = !potentials.m2().r1(key_0);
|
|
1846
1846
|
if (tmp$ret$13) {
|
|
1847
|
-
tmp0_filterTo.
|
|
1847
|
+
tmp0_filterTo.p(element_2.a2(), element_2.c2());
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
tmp$ret$14 = tmp0_filterTo;
|
|
@@ -2152,19 +2152,19 @@
|
|
|
2152
2152
|
// Inline function 'kotlin.collections.set' call
|
|
2153
2153
|
var tmp0_set = this.s2j_1;
|
|
2154
2154
|
var tmp1_set = new Triple(key, definitions, null);
|
|
2155
|
-
tmp0_set.
|
|
2155
|
+
tmp0_set.p(key, tmp1_set);
|
|
2156
2156
|
var typeChecker = first(bindings).r2d_1.j2g() ? new Down(key.x2d_1) : new Up(key.x2d_1);
|
|
2157
2157
|
var tmp$ret$7;
|
|
2158
2158
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2159
2159
|
var tmp2_getOrPut = this.t2j_1;
|
|
2160
|
-
var value = tmp2_getOrPut.
|
|
2160
|
+
var value = tmp2_getOrPut.s(typeChecker);
|
|
2161
2161
|
var tmp_0;
|
|
2162
2162
|
if (value == null) {
|
|
2163
2163
|
var tmp$ret$6;
|
|
2164
2164
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
|
|
2165
2165
|
tmp$ret$6 = HashMap_init_$Create$();
|
|
2166
2166
|
var answer = tmp$ret$6;
|
|
2167
|
-
tmp2_getOrPut.
|
|
2167
|
+
tmp2_getOrPut.p(typeChecker, answer);
|
|
2168
2168
|
tmp_0 = answer;
|
|
2169
2169
|
} else {
|
|
2170
2170
|
tmp_0 = value;
|
|
@@ -2174,14 +2174,14 @@
|
|
|
2174
2174
|
var tmp$ret$9;
|
|
2175
2175
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2176
2176
|
var tmp3_getOrPut = new Down(key.v2d_1);
|
|
2177
|
-
var value_0 = contextTree.
|
|
2177
|
+
var value_0 = contextTree.s(tmp3_getOrPut);
|
|
2178
2178
|
var tmp_1;
|
|
2179
2179
|
if (value_0 == null) {
|
|
2180
2180
|
var tmp$ret$8;
|
|
2181
2181
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
|
|
2182
2182
|
tmp$ret$8 = HashMap_init_$Create$();
|
|
2183
2183
|
var answer_0 = tmp$ret$8;
|
|
2184
|
-
contextTree.
|
|
2184
|
+
contextTree.p(tmp3_getOrPut, answer_0);
|
|
2185
2185
|
tmp_1 = answer_0;
|
|
2186
2186
|
} else {
|
|
2187
2187
|
tmp_1 = value_0;
|
|
@@ -2191,14 +2191,14 @@
|
|
|
2191
2191
|
var tmp$ret$11;
|
|
2192
2192
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2193
2193
|
var tmp4_getOrPut = new Down(key.w2d_1);
|
|
2194
|
-
var value_1 = argumentTree.
|
|
2194
|
+
var value_1 = argumentTree.s(tmp4_getOrPut);
|
|
2195
2195
|
var tmp_2;
|
|
2196
2196
|
if (value_1 == null) {
|
|
2197
2197
|
var tmp$ret$10;
|
|
2198
2198
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
|
|
2199
2199
|
tmp$ret$10 = HashMap_init_$Create$();
|
|
2200
2200
|
var answer_1 = tmp$ret$10;
|
|
2201
|
-
argumentTree.
|
|
2201
|
+
argumentTree.p(tmp4_getOrPut, answer_1);
|
|
2202
2202
|
tmp_2 = answer_1;
|
|
2203
2203
|
} else {
|
|
2204
2204
|
tmp_2 = value_1;
|
|
@@ -2207,7 +2207,7 @@
|
|
|
2207
2207
|
var tagTree = tmp$ret$11;
|
|
2208
2208
|
// Inline function 'kotlin.collections.set' call
|
|
2209
2209
|
var tmp5_set = key.y2d_1;
|
|
2210
|
-
tagTree.
|
|
2210
|
+
tagTree.p(tmp5_set, key);
|
|
2211
2211
|
}
|
|
2212
2212
|
var tmp_3 = this;
|
|
2213
2213
|
var tmp$ret$16;
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
var tmp$ret$13;
|
|
2230
2230
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
|
|
2231
2231
|
tmp$ret$13 = element_0.c2().c9_1;
|
|
2232
|
-
tmp1_mapValuesTo.
|
|
2232
|
+
tmp1_mapValuesTo.p(tmp_4, tmp$ret$13);
|
|
2233
2233
|
}
|
|
2234
2234
|
tmp$ret$14 = tmp1_mapValuesTo;
|
|
2235
2235
|
tmp$ret$15 = tmp$ret$14;
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
};
|
|
2297
2297
|
DITreeImpl.prototype.q2f = function (key, overrideLevel, all) {
|
|
2298
2298
|
if (!all) {
|
|
2299
|
-
var tmp0_safe_receiver = this.s2j_1.
|
|
2299
|
+
var tmp0_safe_receiver = this.s2j_1.s(key);
|
|
2300
2300
|
if (tmp0_safe_receiver == null)
|
|
2301
2301
|
null;
|
|
2302
2302
|
else {
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
if (!equals(key.v2d_1, Companion_getInstance().i2d_1)) {
|
|
2322
2322
|
var tmp_2 = Companion_getInstance().i2d_1;
|
|
2323
2323
|
var anyContextKey = key.r2e(tmp_2, null, null, null, 14, null);
|
|
2324
|
-
var tmp1_safe_receiver = this.s2j_1.
|
|
2324
|
+
var tmp1_safe_receiver = this.s2j_1.s(anyContextKey);
|
|
2325
2325
|
if (tmp1_safe_receiver == null)
|
|
2326
2326
|
null;
|
|
2327
2327
|
else {
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
}
|
|
2342
2342
|
// Inline function 'kotlin.collections.set' call
|
|
2343
2343
|
var tmp0_set = this.s2j_1;
|
|
2344
|
-
tmp0_set.
|
|
2344
|
+
tmp0_set.p(key, tmp1_safe_receiver);
|
|
2345
2345
|
var tmp1_elvis_lhs = getOrNull(list_0, overrideLevel);
|
|
2346
2346
|
var tmp_3;
|
|
2347
2347
|
if (tmp1_elvis_lhs == null) {
|
|
@@ -2399,7 +2399,7 @@
|
|
|
2399
2399
|
while (tmp2_iterator.g()) {
|
|
2400
2400
|
var translator_1 = tmp2_iterator.h();
|
|
2401
2401
|
var translatedKey = new Key(translator_1.p2g(), key.w2d_1, key.x2d_1, key.y2d_1);
|
|
2402
|
-
var tmp3_safe_receiver = this.s2j_1.
|
|
2402
|
+
var tmp3_safe_receiver = this.s2j_1.s(translatedKey);
|
|
2403
2403
|
var tmp_7;
|
|
2404
2404
|
if (tmp3_safe_receiver == null) {
|
|
2405
2405
|
tmp_7 = null;
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
// Inline function 'kotlin.collections.set' call
|
|
2437
2437
|
var tmp0_set_0 = this.s2j_1;
|
|
2438
2438
|
var tmp1_set = tmp4_safe_receiver.h9(null, null, translator_1, 3, null);
|
|
2439
|
-
tmp0_set_0.
|
|
2439
|
+
tmp0_set_0.p(key, tmp1_set);
|
|
2440
2440
|
var tmp0_container_0 = tmp4_safe_receiver;
|
|
2441
2441
|
var realKey_1 = tmp0_container_0.k3();
|
|
2442
2442
|
var list_1 = tmp0_container_0.l3();
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
var translator_2 = tmp5_container.l3();
|
|
2464
2464
|
// Inline function 'kotlin.collections.set' call
|
|
2465
2465
|
var tmp2_set = this.s2j_1;
|
|
2466
|
-
var tmp6_safe_receiver = this.s2j_1.
|
|
2466
|
+
var tmp6_safe_receiver = this.s2j_1.s(realKey_2);
|
|
2467
2467
|
var tmp_12;
|
|
2468
2468
|
if (tmp6_safe_receiver == null) {
|
|
2469
2469
|
tmp_12 = null;
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
tmp_13 = tmp7_elvis_lhs;
|
|
2479
2479
|
}
|
|
2480
2480
|
var tmp3_set = tmp_13;
|
|
2481
|
-
tmp2_set.
|
|
2481
|
+
tmp2_set.p(key, tmp3_set);
|
|
2482
2482
|
}
|
|
2483
2483
|
var tmp$ret$16;
|
|
2484
2484
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2496
2496
|
var realKey_3 = element_1.k3();
|
|
2497
2497
|
var translator_3 = element_1.l3();
|
|
2498
|
-
var tmp0_elvis_lhs_0 = this.s2j_1.
|
|
2498
|
+
var tmp0_elvis_lhs_0 = this.s2j_1.s(realKey_3);
|
|
2499
2499
|
var tmp_14;
|
|
2500
2500
|
if (tmp0_elvis_lhs_0 == null) {
|
|
2501
2501
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2547
2547
|
var key = item.k3();
|
|
2548
2548
|
var translator = item.l3();
|
|
2549
|
-
tmp$ret$0 = new Triple(key, ensureNotNull(this.s2j_1.
|
|
2549
|
+
tmp$ret$0 = new Triple(key, ensureNotNull(this.s2j_1.s(key)).c9_1, translator);
|
|
2550
2550
|
tmp0_mapTo.a(tmp$ret$0);
|
|
2551
2551
|
}
|
|
2552
2552
|
tmp$ret$1 = tmp0_mapTo;
|
|
@@ -2554,7 +2554,7 @@
|
|
|
2554
2554
|
return tmp$ret$2;
|
|
2555
2555
|
};
|
|
2556
2556
|
DITreeImpl.prototype.t2f = function (key) {
|
|
2557
|
-
var tmp = this.s2j_1.
|
|
2557
|
+
var tmp = this.s2j_1.s(key);
|
|
2558
2558
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2559
2559
|
};
|
|
2560
2560
|
DITreeImpl.$metadata$ = classMeta('DITreeImpl', [DITree]);
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
function System() {
|
|
55
55
|
System_instance = this;
|
|
56
56
|
}
|
|
57
|
-
System.prototype.
|
|
58
|
-
return Companion_getInstance().
|
|
57
|
+
System.prototype.p2u = function () {
|
|
58
|
+
return Companion_getInstance().p2u();
|
|
59
59
|
};
|
|
60
60
|
System.$metadata$ = objectMeta('System', [Clock_0]);
|
|
61
61
|
var System_instance;
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
var NANOS_PER_ONE;
|
|
104
104
|
function InstantIso8601Serializer() {
|
|
105
105
|
InstantIso8601Serializer_instance = this;
|
|
106
|
-
this.
|
|
106
|
+
this.u2u_1 = PrimitiveSerialDescriptor('Instant', STRING_getInstance());
|
|
107
107
|
}
|
|
108
108
|
InstantIso8601Serializer.prototype.i1i = function () {
|
|
109
|
-
return this.
|
|
109
|
+
return this.u2u_1;
|
|
110
110
|
};
|
|
111
111
|
InstantIso8601Serializer.prototype.k1i = function (decoder) {
|
|
112
|
-
return Companion_getInstance().
|
|
112
|
+
return Companion_getInstance().v2u(decoder.l1l());
|
|
113
113
|
};
|
|
114
|
-
InstantIso8601Serializer.prototype.
|
|
114
|
+
InstantIso8601Serializer.prototype.w2u = function (encoder, value) {
|
|
115
115
|
encoder.t1m(value.toString());
|
|
116
116
|
};
|
|
117
117
|
InstantIso8601Serializer.prototype.j1i = function (encoder, value) {
|
|
118
|
-
return this.
|
|
118
|
+
return this.w2u(encoder, value instanceof Instant_0 ? value : THROW_CCE());
|
|
119
119
|
};
|
|
120
120
|
InstantIso8601Serializer.$metadata$ = objectMeta('InstantIso8601Serializer', [KSerializer]);
|
|
121
121
|
var InstantIso8601Serializer_instance;
|
|
@@ -158,15 +158,15 @@
|
|
|
158
158
|
}
|
|
159
159
|
function Companion() {
|
|
160
160
|
Companion_instance = this;
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
161
|
+
this.q2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_PAST_SECONDS(), 999999999));
|
|
162
|
+
this.r2u_1 = new Instant_0(Instant.ofEpochSecond(get_DISTANT_FUTURE_SECONDS(), 0));
|
|
163
|
+
this.s2u_1 = new Instant_0(Instant.MIN);
|
|
164
|
+
this.t2u_1 = new Instant_0(Instant.MAX);
|
|
165
165
|
}
|
|
166
|
-
Companion.prototype.
|
|
166
|
+
Companion.prototype.p2u = function () {
|
|
167
167
|
return new Instant_0(Clock.systemUTC().instant());
|
|
168
168
|
};
|
|
169
|
-
Companion.prototype.
|
|
169
|
+
Companion.prototype.x2u = function (epochMilliseconds) {
|
|
170
170
|
var tmp;
|
|
171
171
|
try {
|
|
172
172
|
var tmp$ret$0;
|
|
@@ -183,13 +183,13 @@
|
|
|
183
183
|
var tmp2_times = tmp$ret$1;
|
|
184
184
|
var tmp3_times = get_NANOS_PER_MILLI();
|
|
185
185
|
tmp$ret$2 = tmp2_times.j7(toLong(tmp3_times));
|
|
186
|
-
tmp = this.
|
|
186
|
+
tmp = this.y2u(tmp_0, tmp$ret$2);
|
|
187
187
|
} catch ($p) {
|
|
188
188
|
var tmp_1;
|
|
189
189
|
if ($p instanceof Error) {
|
|
190
190
|
if (!isJodaDateTimeException($p))
|
|
191
191
|
throw $p;
|
|
192
|
-
tmp_1 = epochMilliseconds.i1(new Long(0, 0)) > 0 ? this.
|
|
192
|
+
tmp_1 = epochMilliseconds.i1(new Long(0, 0)) > 0 ? this.t2u_1 : this.s2u_1;
|
|
193
193
|
} else {
|
|
194
194
|
throw $p;
|
|
195
195
|
}
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
return tmp;
|
|
199
199
|
};
|
|
200
|
-
Companion.prototype.
|
|
200
|
+
Companion.prototype.v2u = function (isoString) {
|
|
201
201
|
var tmp;
|
|
202
202
|
try {
|
|
203
203
|
tmp = new Instant_0(OffsetDateTime.parse(fixOffsetRepresentation(this, isoString)).toInstant());
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
return tmp;
|
|
216
216
|
};
|
|
217
|
-
Companion.prototype.
|
|
217
|
+
Companion.prototype.y2u = function (epochSeconds, nanosecondAdjustment) {
|
|
218
218
|
var tmp;
|
|
219
219
|
try {
|
|
220
220
|
var tmp$ret$0;
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
}
|
|
246
246
|
if (tmp_1)
|
|
247
247
|
throw $p;
|
|
248
|
-
tmp_0 = epochSeconds.i1(new Long(0, 0)) > 0 ? this.
|
|
248
|
+
tmp_0 = epochSeconds.i1(new Long(0, 0)) > 0 ? this.t2u_1 : this.s2u_1;
|
|
249
249
|
} else {
|
|
250
250
|
throw $p;
|
|
251
251
|
}
|
|
@@ -262,32 +262,32 @@
|
|
|
262
262
|
}
|
|
263
263
|
function Instant_0(value) {
|
|
264
264
|
Companion_getInstance();
|
|
265
|
-
this.
|
|
265
|
+
this.z2u_1 = value;
|
|
266
266
|
}
|
|
267
|
-
Instant_0.prototype.
|
|
268
|
-
return numberToLong(this.
|
|
267
|
+
Instant_0.prototype.a2v = function () {
|
|
268
|
+
return numberToLong(this.z2u_1.epochSecond());
|
|
269
269
|
};
|
|
270
|
-
Instant_0.prototype.
|
|
271
|
-
return numberToInt(this.
|
|
270
|
+
Instant_0.prototype.b2v = function () {
|
|
271
|
+
return numberToInt(this.z2u_1.nano());
|
|
272
272
|
};
|
|
273
|
-
Instant_0.prototype.
|
|
273
|
+
Instant_0.prototype.c2v = function () {
|
|
274
274
|
var tmp$ret$1;
|
|
275
275
|
// Inline function 'kotlin.Long.plus' call
|
|
276
276
|
var tmp$ret$0;
|
|
277
277
|
// Inline function 'kotlin.Long.times' call
|
|
278
|
-
var tmp0_times = this.
|
|
278
|
+
var tmp0_times = this.a2v();
|
|
279
279
|
var tmp1_times = get_MILLIS_PER_ONE();
|
|
280
280
|
tmp$ret$0 = tmp0_times.j7(toLong(tmp1_times));
|
|
281
281
|
var tmp2_plus = tmp$ret$0;
|
|
282
|
-
var tmp3_plus = this.
|
|
282
|
+
var tmp3_plus = this.b2v() / get_NANOS_PER_MILLI() | 0;
|
|
283
283
|
tmp$ret$1 = tmp2_plus.p5(toLong(tmp3_plus));
|
|
284
284
|
return tmp$ret$1;
|
|
285
285
|
};
|
|
286
|
-
Instant_0.prototype.
|
|
287
|
-
return numberToInt(this.
|
|
286
|
+
Instant_0.prototype.d2v = function (other) {
|
|
287
|
+
return numberToInt(this.z2u_1.compareTo(other.z2u_1));
|
|
288
288
|
};
|
|
289
289
|
Instant_0.prototype.g8 = function (other) {
|
|
290
|
-
return this.
|
|
290
|
+
return this.d2v(other instanceof Instant_0 ? other : THROW_CCE());
|
|
291
291
|
};
|
|
292
292
|
Instant_0.prototype.equals = function (other) {
|
|
293
293
|
var tmp;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
} else {
|
|
297
297
|
var tmp_0;
|
|
298
298
|
if (other instanceof Instant_0) {
|
|
299
|
-
tmp_0 = equals(this.
|
|
299
|
+
tmp_0 = equals(this.z2u_1, other.z2u_1);
|
|
300
300
|
} else {
|
|
301
301
|
tmp_0 = false;
|
|
302
302
|
}
|
|
@@ -305,10 +305,10 @@
|
|
|
305
305
|
return tmp;
|
|
306
306
|
};
|
|
307
307
|
Instant_0.prototype.hashCode = function () {
|
|
308
|
-
return numberToInt(this.
|
|
308
|
+
return numberToInt(this.z2u_1.hashCode());
|
|
309
309
|
};
|
|
310
310
|
Instant_0.prototype.toString = function () {
|
|
311
|
-
return this.
|
|
311
|
+
return this.z2u_1.toString();
|
|
312
312
|
};
|
|
313
313
|
Instant_0.$metadata$ = classMeta('Instant', [Comparable], undefined, {0: InstantIso8601Serializer_getInstance});
|
|
314
314
|
function isJodaDateTimeException(_this__u8e3s4) {
|