raspberry_games_engine_helpers 1.8.431 → 1.8.432
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 +58 -58
- package/Kosi-Kodein-kodein-di.js +499 -499
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1500 -1500
- package/Logic_Debertz-core.js +997 -997
- package/Logic_Debertz-engine.d.ts +1 -0
- package/Logic_Debertz-engine.js +10177 -10158
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +449 -443
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +41 -41
- package/raspberry-cardgame-lib-logger.js +81 -81
- package/raspberry-cardgame-lib-random.js +43 -43
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -57,12 +57,6 @@ if (typeof Math.clz32 === 'undefined') {
|
|
|
57
57
|
};
|
|
58
58
|
}(Math.log, Math.LN2);
|
|
59
59
|
}
|
|
60
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
61
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
62
|
-
position = position || 0;
|
|
63
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
64
|
-
}});
|
|
65
|
-
}
|
|
66
60
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
67
61
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
68
62
|
var subjectString = this.toString();
|
|
@@ -74,6 +68,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
74
68
|
return lastIndex !== -1 && lastIndex === position;
|
|
75
69
|
}});
|
|
76
70
|
}
|
|
71
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
72
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
73
|
+
position = position || 0;
|
|
74
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
75
|
+
}});
|
|
76
|
+
}
|
|
77
77
|
//endregion
|
|
78
78
|
(function (factory) {
|
|
79
79
|
if (typeof define === 'function' && define.amd)
|
|
@@ -287,7 +287,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
287
287
|
initMetadataForCompanion(Companion_12);
|
|
288
288
|
initMetadataForClass(IntProgression, 'IntProgression');
|
|
289
289
|
function contains(value) {
|
|
290
|
-
return compareTo(value, this.
|
|
290
|
+
return compareTo(value, this.je()) >= 0 && compareTo(value, this.ke()) <= 0;
|
|
291
291
|
}
|
|
292
292
|
initMetadataForInterface(ClosedRange, 'ClosedRange');
|
|
293
293
|
initMetadataForClass(IntRange, 'IntRange', VOID, IntProgression, [IntProgression, ClosedRange]);
|
|
@@ -8557,6 +8557,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8557
8557
|
protoOf(Default).xd = function (from, until) {
|
|
8558
8558
|
return this.ud_1.xd(from, until);
|
|
8559
8559
|
};
|
|
8560
|
+
protoOf(Default).yd = function () {
|
|
8561
|
+
return this.ud_1.yd();
|
|
8562
|
+
};
|
|
8560
8563
|
var Default_instance;
|
|
8561
8564
|
function Default_getInstance() {
|
|
8562
8565
|
if (Default_instance == null)
|
|
@@ -8599,6 +8602,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8599
8602
|
}
|
|
8600
8603
|
}
|
|
8601
8604
|
};
|
|
8605
|
+
protoOf(Random).yd = function () {
|
|
8606
|
+
return !(this.vd(1) === 0);
|
|
8607
|
+
};
|
|
8602
8608
|
function checkRangeBounds(from, until) {
|
|
8603
8609
|
// Inline function 'kotlin.require' call
|
|
8604
8610
|
if (!(until > from)) {
|
|
@@ -8629,14 +8635,14 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8629
8635
|
}
|
|
8630
8636
|
function checkInvariants($this) {
|
|
8631
8637
|
// Inline function 'kotlin.require' call
|
|
8632
|
-
if (!!(($this.
|
|
8638
|
+
if (!!(($this.zd_1 | $this.ae_1 | $this.be_1 | $this.ce_1 | $this.de_1) === 0)) {
|
|
8633
8639
|
var message = 'Initial state must have at least one non-zero element.';
|
|
8634
8640
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
8635
8641
|
}
|
|
8636
8642
|
}
|
|
8637
8643
|
function Companion_11() {
|
|
8638
8644
|
Companion_instance_11 = this;
|
|
8639
|
-
this.
|
|
8645
|
+
this.fe_1 = new Long(0, 0);
|
|
8640
8646
|
}
|
|
8641
8647
|
var Companion_instance_11;
|
|
8642
8648
|
function Companion_getInstance_11() {
|
|
@@ -8647,12 +8653,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8647
8653
|
function XorWowRandom(x, y, z, w, v, addend) {
|
|
8648
8654
|
Companion_getInstance_11();
|
|
8649
8655
|
Random.call(this);
|
|
8650
|
-
this.
|
|
8651
|
-
this.
|
|
8652
|
-
this.
|
|
8653
|
-
this.
|
|
8654
|
-
this.
|
|
8655
|
-
this.
|
|
8656
|
+
this.zd_1 = x;
|
|
8657
|
+
this.ae_1 = y;
|
|
8658
|
+
this.be_1 = z;
|
|
8659
|
+
this.ce_1 = w;
|
|
8660
|
+
this.de_1 = v;
|
|
8661
|
+
this.ee_1 = addend;
|
|
8656
8662
|
checkInvariants(this);
|
|
8657
8663
|
// Inline function 'kotlin.repeat' call
|
|
8658
8664
|
var inductionVariable = 0;
|
|
@@ -8665,17 +8671,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8665
8671
|
while (inductionVariable < 64);
|
|
8666
8672
|
}
|
|
8667
8673
|
protoOf(XorWowRandom).uc = function () {
|
|
8668
|
-
var t = this.
|
|
8674
|
+
var t = this.zd_1;
|
|
8669
8675
|
t = t ^ (t >>> 2 | 0);
|
|
8670
|
-
this.yd_1 = this.zd_1;
|
|
8671
8676
|
this.zd_1 = this.ae_1;
|
|
8672
8677
|
this.ae_1 = this.be_1;
|
|
8673
|
-
|
|
8674
|
-
|
|
8678
|
+
this.be_1 = this.ce_1;
|
|
8679
|
+
var v0 = this.de_1;
|
|
8680
|
+
this.ce_1 = v0;
|
|
8675
8681
|
t = t ^ t << 1 ^ v0 ^ v0 << 4;
|
|
8676
|
-
this.
|
|
8677
|
-
this.
|
|
8678
|
-
return t + this.
|
|
8682
|
+
this.de_1 = t;
|
|
8683
|
+
this.ee_1 = this.ee_1 + 362437 | 0;
|
|
8684
|
+
return t + this.ee_1 | 0;
|
|
8679
8685
|
};
|
|
8680
8686
|
protoOf(XorWowRandom).vd = function (bitCount) {
|
|
8681
8687
|
return takeUpperBits(this.uc(), bitCount);
|
|
@@ -8694,17 +8700,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8694
8700
|
Companion_getInstance_12();
|
|
8695
8701
|
IntProgression.call(this, start, endInclusive, 1);
|
|
8696
8702
|
}
|
|
8697
|
-
protoOf(IntRange).
|
|
8703
|
+
protoOf(IntRange).je = function () {
|
|
8698
8704
|
return this.x_1;
|
|
8699
8705
|
};
|
|
8700
|
-
protoOf(IntRange).
|
|
8706
|
+
protoOf(IntRange).ke = function () {
|
|
8701
8707
|
return this.y_1;
|
|
8702
8708
|
};
|
|
8703
|
-
protoOf(IntRange).
|
|
8709
|
+
protoOf(IntRange).le = function (value) {
|
|
8704
8710
|
return this.x_1 <= value && value <= this.y_1;
|
|
8705
8711
|
};
|
|
8706
8712
|
protoOf(IntRange).a1 = function (value) {
|
|
8707
|
-
return this.
|
|
8713
|
+
return this.le(typeof value === 'number' ? value : THROW_CCE());
|
|
8708
8714
|
};
|
|
8709
8715
|
protoOf(IntRange).r = function () {
|
|
8710
8716
|
return this.x_1 > this.y_1;
|
|
@@ -8726,22 +8732,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8726
8732
|
};
|
|
8727
8733
|
function IntProgressionIterator(first, last, step) {
|
|
8728
8734
|
IntIterator.call(this);
|
|
8729
|
-
this.
|
|
8730
|
-
this.
|
|
8731
|
-
this.
|
|
8732
|
-
this.
|
|
8735
|
+
this.me_1 = step;
|
|
8736
|
+
this.ne_1 = last;
|
|
8737
|
+
this.oe_1 = this.me_1 > 0 ? first <= last : first >= last;
|
|
8738
|
+
this.pe_1 = this.oe_1 ? first : this.ne_1;
|
|
8733
8739
|
}
|
|
8734
8740
|
protoOf(IntProgressionIterator).m = function () {
|
|
8735
|
-
return this.
|
|
8741
|
+
return this.oe_1;
|
|
8736
8742
|
};
|
|
8737
8743
|
protoOf(IntProgressionIterator).uc = function () {
|
|
8738
|
-
var value = this.
|
|
8739
|
-
if (value === this.
|
|
8740
|
-
if (!this.
|
|
8744
|
+
var value = this.pe_1;
|
|
8745
|
+
if (value === this.ne_1) {
|
|
8746
|
+
if (!this.oe_1)
|
|
8741
8747
|
throw NoSuchElementException_init_$Create$();
|
|
8742
|
-
this.
|
|
8748
|
+
this.oe_1 = false;
|
|
8743
8749
|
} else {
|
|
8744
|
-
this.
|
|
8750
|
+
this.pe_1 = this.pe_1 + this.me_1 | 0;
|
|
8745
8751
|
}
|
|
8746
8752
|
return value;
|
|
8747
8753
|
};
|
|
@@ -8796,7 +8802,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8796
8802
|
Companion_instance_14 = this;
|
|
8797
8803
|
this.e9_1 = new KTypeProjection(null, null);
|
|
8798
8804
|
}
|
|
8799
|
-
protoOf(Companion_14).
|
|
8805
|
+
protoOf(Companion_14).qe = function () {
|
|
8800
8806
|
return this.e9_1;
|
|
8801
8807
|
};
|
|
8802
8808
|
protoOf(Companion_14).f9 = function (type) {
|
|
@@ -8810,29 +8816,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8810
8816
|
}
|
|
8811
8817
|
function KTypeProjection(variance, type) {
|
|
8812
8818
|
Companion_getInstance_14();
|
|
8813
|
-
this.
|
|
8814
|
-
this.
|
|
8819
|
+
this.re_1 = variance;
|
|
8820
|
+
this.se_1 = type;
|
|
8815
8821
|
// Inline function 'kotlin.require' call
|
|
8816
|
-
if (!(this.
|
|
8817
|
-
var message = this.
|
|
8822
|
+
if (!(this.re_1 == null === (this.se_1 == null))) {
|
|
8823
|
+
var message = this.re_1 == null ? 'Star projection must have no type specified.' : 'The projection variance ' + this.re_1.toString() + ' requires type to be specified.';
|
|
8818
8824
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
8819
8825
|
}
|
|
8820
8826
|
}
|
|
8821
8827
|
protoOf(KTypeProjection).toString = function () {
|
|
8822
|
-
var tmp0_subject = this.
|
|
8828
|
+
var tmp0_subject = this.re_1;
|
|
8823
8829
|
var tmp;
|
|
8824
8830
|
switch (tmp0_subject == null ? -1 : tmp0_subject.h2_1) {
|
|
8825
8831
|
case -1:
|
|
8826
8832
|
tmp = '*';
|
|
8827
8833
|
break;
|
|
8828
8834
|
case 0:
|
|
8829
|
-
tmp = toString_0(this.
|
|
8835
|
+
tmp = toString_0(this.se_1);
|
|
8830
8836
|
break;
|
|
8831
8837
|
case 1:
|
|
8832
|
-
tmp = 'in ' + toString_0(this.
|
|
8838
|
+
tmp = 'in ' + toString_0(this.se_1);
|
|
8833
8839
|
break;
|
|
8834
8840
|
case 2:
|
|
8835
|
-
tmp = 'out ' + toString_0(this.
|
|
8841
|
+
tmp = 'out ' + toString_0(this.se_1);
|
|
8836
8842
|
break;
|
|
8837
8843
|
default:
|
|
8838
8844
|
noWhenBranchMatchedException();
|
|
@@ -8841,8 +8847,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8841
8847
|
return tmp;
|
|
8842
8848
|
};
|
|
8843
8849
|
protoOf(KTypeProjection).hashCode = function () {
|
|
8844
|
-
var result = this.
|
|
8845
|
-
result = imul(result, 31) + (this.
|
|
8850
|
+
var result = this.re_1 == null ? 0 : this.re_1.hashCode();
|
|
8851
|
+
result = imul(result, 31) + (this.se_1 == null ? 0 : hashCode_0(this.se_1)) | 0;
|
|
8846
8852
|
return result;
|
|
8847
8853
|
};
|
|
8848
8854
|
protoOf(KTypeProjection).equals = function (other) {
|
|
@@ -8850,10 +8856,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8850
8856
|
return true;
|
|
8851
8857
|
if (!(other instanceof KTypeProjection))
|
|
8852
8858
|
return false;
|
|
8853
|
-
if (!equals(this.qe_1, other.qe_1))
|
|
8854
|
-
return false;
|
|
8855
8859
|
if (!equals(this.re_1, other.re_1))
|
|
8856
8860
|
return false;
|
|
8861
|
+
if (!equals(this.se_1, other.se_1))
|
|
8862
|
+
return false;
|
|
8857
8863
|
return true;
|
|
8858
8864
|
};
|
|
8859
8865
|
var KVariance_INVARIANT_instance;
|
|
@@ -8932,21 +8938,21 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
8932
8938
|
function hexToInt(_this__u8e3s4, startIndex, endIndex, format) {
|
|
8933
8939
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
8934
8940
|
endIndex = endIndex === VOID ? _this__u8e3s4.length : endIndex;
|
|
8935
|
-
format = format === VOID ? Companion_getInstance_17().
|
|
8941
|
+
format = format === VOID ? Companion_getInstance_17().te_1 : format;
|
|
8936
8942
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
8937
8943
|
return hexToIntImpl(_this__u8e3s4, startIndex, endIndex, format, 8);
|
|
8938
8944
|
}
|
|
8939
8945
|
function hexToIntImpl(_this__u8e3s4, startIndex, endIndex, format, typeHexLength) {
|
|
8940
8946
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
8941
8947
|
Companion_instance_8.qa(startIndex, endIndex, _this__u8e3s4.length);
|
|
8942
|
-
var numberFormat = format.
|
|
8943
|
-
if (numberFormat.
|
|
8948
|
+
var numberFormat = format.xe_1;
|
|
8949
|
+
if (numberFormat.cf_1) {
|
|
8944
8950
|
checkNumberOfDigits(_this__u8e3s4, startIndex, endIndex, typeHexLength);
|
|
8945
8951
|
return parseInt(_this__u8e3s4, startIndex, endIndex);
|
|
8946
8952
|
}
|
|
8947
|
-
var prefix = numberFormat.
|
|
8948
|
-
var suffix = numberFormat.
|
|
8949
|
-
checkPrefixSuffixNumberOfDigits(_this__u8e3s4, startIndex, endIndex, prefix, suffix, numberFormat.
|
|
8953
|
+
var prefix = numberFormat.ye_1;
|
|
8954
|
+
var suffix = numberFormat.ze_1;
|
|
8955
|
+
checkPrefixSuffixNumberOfDigits(_this__u8e3s4, startIndex, endIndex, prefix, suffix, numberFormat.ef_1, typeHexLength);
|
|
8950
8956
|
return parseInt(_this__u8e3s4, startIndex + prefix.length | 0, endIndex - suffix.length | 0);
|
|
8951
8957
|
}
|
|
8952
8958
|
function checkNumberOfDigits(_this__u8e3s4, startIndex, endIndex, typeHexLength) {
|
|
@@ -9163,7 +9169,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9163
9169
|
}
|
|
9164
9170
|
function Companion_15() {
|
|
9165
9171
|
Companion_instance_15 = this;
|
|
9166
|
-
this.
|
|
9172
|
+
this.ff_1 = new BytesHexFormat(2147483647, 2147483647, ' ', '', '', '');
|
|
9167
9173
|
}
|
|
9168
9174
|
var Companion_instance_15;
|
|
9169
9175
|
function Companion_getInstance_15() {
|
|
@@ -9173,7 +9179,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9173
9179
|
}
|
|
9174
9180
|
function Companion_16() {
|
|
9175
9181
|
Companion_instance_16 = this;
|
|
9176
|
-
this.
|
|
9182
|
+
this.gf_1 = new NumberHexFormat('', '', false, 1);
|
|
9177
9183
|
}
|
|
9178
9184
|
var Companion_instance_16;
|
|
9179
9185
|
function Companion_getInstance_16() {
|
|
@@ -9183,32 +9189,32 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9183
9189
|
}
|
|
9184
9190
|
function BytesHexFormat(bytesPerLine, bytesPerGroup, groupSeparator, byteSeparator, bytePrefix, byteSuffix) {
|
|
9185
9191
|
Companion_getInstance_15();
|
|
9186
|
-
this.
|
|
9187
|
-
this.
|
|
9188
|
-
this.
|
|
9189
|
-
this.
|
|
9190
|
-
this.
|
|
9191
|
-
this.
|
|
9192
|
-
this.
|
|
9192
|
+
this.hf_1 = bytesPerLine;
|
|
9193
|
+
this.if_1 = bytesPerGroup;
|
|
9194
|
+
this.jf_1 = groupSeparator;
|
|
9195
|
+
this.kf_1 = byteSeparator;
|
|
9196
|
+
this.lf_1 = bytePrefix;
|
|
9197
|
+
this.mf_1 = byteSuffix;
|
|
9198
|
+
this.nf_1 = (this.hf_1 === 2147483647 && this.if_1 === 2147483647);
|
|
9193
9199
|
var tmp = this;
|
|
9194
9200
|
var tmp_0;
|
|
9195
9201
|
var tmp_1;
|
|
9196
9202
|
// Inline function 'kotlin.text.isEmpty' call
|
|
9197
|
-
var this_0 = this.
|
|
9203
|
+
var this_0 = this.lf_1;
|
|
9198
9204
|
if (charSequenceLength(this_0) === 0) {
|
|
9199
9205
|
// Inline function 'kotlin.text.isEmpty' call
|
|
9200
|
-
var this_1 = this.
|
|
9206
|
+
var this_1 = this.mf_1;
|
|
9201
9207
|
tmp_1 = charSequenceLength(this_1) === 0;
|
|
9202
9208
|
} else {
|
|
9203
9209
|
tmp_1 = false;
|
|
9204
9210
|
}
|
|
9205
9211
|
if (tmp_1) {
|
|
9206
|
-
tmp_0 = this.
|
|
9212
|
+
tmp_0 = this.kf_1.length <= 1;
|
|
9207
9213
|
} else {
|
|
9208
9214
|
tmp_0 = false;
|
|
9209
9215
|
}
|
|
9210
|
-
tmp.
|
|
9211
|
-
this.
|
|
9216
|
+
tmp.of_1 = tmp_0;
|
|
9217
|
+
this.pf_1 = isCaseSensitive(this.jf_1) || isCaseSensitive(this.kf_1) || isCaseSensitive(this.lf_1) || isCaseSensitive(this.mf_1);
|
|
9212
9218
|
}
|
|
9213
9219
|
protoOf(BytesHexFormat).toString = function () {
|
|
9214
9220
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -9217,49 +9223,49 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9217
9223
|
// Inline function 'kotlin.text.appendLine' call
|
|
9218
9224
|
this_0.q7('BytesHexFormat(').r7(_Char___init__impl__6a9atx(10));
|
|
9219
9225
|
// Inline function 'kotlin.text.appendLine' call
|
|
9220
|
-
this.
|
|
9226
|
+
this.qf(this_0, ' ').r7(_Char___init__impl__6a9atx(10));
|
|
9221
9227
|
this_0.q7(')');
|
|
9222
9228
|
return this_0.toString();
|
|
9223
9229
|
};
|
|
9224
|
-
protoOf(BytesHexFormat).
|
|
9230
|
+
protoOf(BytesHexFormat).qf = function (sb, indent) {
|
|
9225
9231
|
// Inline function 'kotlin.text.appendLine' call
|
|
9226
9232
|
// Inline function 'kotlin.text.appendLine' call
|
|
9227
|
-
sb.q7(indent).q7('bytesPerLine = ').ka(this.
|
|
9233
|
+
sb.q7(indent).q7('bytesPerLine = ').ka(this.hf_1).q7(',').r7(_Char___init__impl__6a9atx(10));
|
|
9228
9234
|
// Inline function 'kotlin.text.appendLine' call
|
|
9229
9235
|
// Inline function 'kotlin.text.appendLine' call
|
|
9230
|
-
sb.q7(indent).q7('bytesPerGroup = ').ka(this.
|
|
9236
|
+
sb.q7(indent).q7('bytesPerGroup = ').ka(this.if_1).q7(',').r7(_Char___init__impl__6a9atx(10));
|
|
9231
9237
|
// Inline function 'kotlin.text.appendLine' call
|
|
9232
9238
|
// Inline function 'kotlin.text.appendLine' call
|
|
9233
|
-
sb.q7(indent).q7('groupSeparator = "').q7(this.
|
|
9239
|
+
sb.q7(indent).q7('groupSeparator = "').q7(this.jf_1).q7('",').r7(_Char___init__impl__6a9atx(10));
|
|
9234
9240
|
// Inline function 'kotlin.text.appendLine' call
|
|
9235
9241
|
// Inline function 'kotlin.text.appendLine' call
|
|
9236
|
-
sb.q7(indent).q7('byteSeparator = "').q7(this.
|
|
9242
|
+
sb.q7(indent).q7('byteSeparator = "').q7(this.kf_1).q7('",').r7(_Char___init__impl__6a9atx(10));
|
|
9237
9243
|
// Inline function 'kotlin.text.appendLine' call
|
|
9238
9244
|
// Inline function 'kotlin.text.appendLine' call
|
|
9239
|
-
sb.q7(indent).q7('bytePrefix = "').q7(this.
|
|
9240
|
-
sb.q7(indent).q7('byteSuffix = "').q7(this.
|
|
9245
|
+
sb.q7(indent).q7('bytePrefix = "').q7(this.lf_1).q7('",').r7(_Char___init__impl__6a9atx(10));
|
|
9246
|
+
sb.q7(indent).q7('byteSuffix = "').q7(this.mf_1).q7('"');
|
|
9241
9247
|
return sb;
|
|
9242
9248
|
};
|
|
9243
9249
|
function NumberHexFormat(prefix, suffix, removeLeadingZeros, minLength) {
|
|
9244
9250
|
Companion_getInstance_16();
|
|
9245
|
-
this.
|
|
9246
|
-
this.
|
|
9247
|
-
this.
|
|
9248
|
-
this.
|
|
9251
|
+
this.ye_1 = prefix;
|
|
9252
|
+
this.ze_1 = suffix;
|
|
9253
|
+
this.af_1 = removeLeadingZeros;
|
|
9254
|
+
this.bf_1 = minLength;
|
|
9249
9255
|
var tmp = this;
|
|
9250
9256
|
var tmp_0;
|
|
9251
9257
|
// Inline function 'kotlin.text.isEmpty' call
|
|
9252
|
-
var this_0 = this.
|
|
9258
|
+
var this_0 = this.ye_1;
|
|
9253
9259
|
if (charSequenceLength(this_0) === 0) {
|
|
9254
9260
|
// Inline function 'kotlin.text.isEmpty' call
|
|
9255
|
-
var this_1 = this.
|
|
9261
|
+
var this_1 = this.ze_1;
|
|
9256
9262
|
tmp_0 = charSequenceLength(this_1) === 0;
|
|
9257
9263
|
} else {
|
|
9258
9264
|
tmp_0 = false;
|
|
9259
9265
|
}
|
|
9260
|
-
tmp.
|
|
9261
|
-
this.
|
|
9262
|
-
this.
|
|
9266
|
+
tmp.cf_1 = tmp_0;
|
|
9267
|
+
this.df_1 = (this.cf_1 && this.bf_1 === 1);
|
|
9268
|
+
this.ef_1 = isCaseSensitive(this.ye_1) || isCaseSensitive(this.ze_1);
|
|
9263
9269
|
}
|
|
9264
9270
|
protoOf(NumberHexFormat).toString = function () {
|
|
9265
9271
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -9268,29 +9274,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9268
9274
|
// Inline function 'kotlin.text.appendLine' call
|
|
9269
9275
|
this_0.q7('NumberHexFormat(').r7(_Char___init__impl__6a9atx(10));
|
|
9270
9276
|
// Inline function 'kotlin.text.appendLine' call
|
|
9271
|
-
this.
|
|
9277
|
+
this.qf(this_0, ' ').r7(_Char___init__impl__6a9atx(10));
|
|
9272
9278
|
this_0.q7(')');
|
|
9273
9279
|
return this_0.toString();
|
|
9274
9280
|
};
|
|
9275
|
-
protoOf(NumberHexFormat).
|
|
9281
|
+
protoOf(NumberHexFormat).qf = function (sb, indent) {
|
|
9276
9282
|
// Inline function 'kotlin.text.appendLine' call
|
|
9277
9283
|
// Inline function 'kotlin.text.appendLine' call
|
|
9278
|
-
sb.q7(indent).q7('prefix = "').q7(this.
|
|
9284
|
+
sb.q7(indent).q7('prefix = "').q7(this.ye_1).q7('",').r7(_Char___init__impl__6a9atx(10));
|
|
9279
9285
|
// Inline function 'kotlin.text.appendLine' call
|
|
9280
9286
|
// Inline function 'kotlin.text.appendLine' call
|
|
9281
|
-
sb.q7(indent).q7('suffix = "').q7(this.
|
|
9282
|
-
var tmp0 = sb.q7(indent).q7('removeLeadingZeros = ').ja(this.
|
|
9287
|
+
sb.q7(indent).q7('suffix = "').q7(this.ze_1).q7('",').r7(_Char___init__impl__6a9atx(10));
|
|
9288
|
+
var tmp0 = sb.q7(indent).q7('removeLeadingZeros = ').ja(this.af_1);
|
|
9283
9289
|
// Inline function 'kotlin.text.appendLine' call
|
|
9284
9290
|
var value = _Char___init__impl__6a9atx(44);
|
|
9285
9291
|
// Inline function 'kotlin.text.appendLine' call
|
|
9286
9292
|
tmp0.r7(value).r7(_Char___init__impl__6a9atx(10));
|
|
9287
|
-
sb.q7(indent).q7('minLength = ').ka(this.
|
|
9293
|
+
sb.q7(indent).q7('minLength = ').ka(this.bf_1);
|
|
9288
9294
|
return sb;
|
|
9289
9295
|
};
|
|
9290
9296
|
function Companion_17() {
|
|
9291
9297
|
Companion_instance_17 = this;
|
|
9292
|
-
this.
|
|
9293
|
-
this.
|
|
9298
|
+
this.te_1 = new HexFormat(false, Companion_getInstance_15().ff_1, Companion_getInstance_16().gf_1);
|
|
9299
|
+
this.ue_1 = new HexFormat(true, Companion_getInstance_15().ff_1, Companion_getInstance_16().gf_1);
|
|
9294
9300
|
}
|
|
9295
9301
|
var Companion_instance_17;
|
|
9296
9302
|
function Companion_getInstance_17() {
|
|
@@ -9300,9 +9306,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9300
9306
|
}
|
|
9301
9307
|
function HexFormat(upperCase, bytes, number) {
|
|
9302
9308
|
Companion_getInstance_17();
|
|
9303
|
-
this.
|
|
9304
|
-
this.
|
|
9305
|
-
this.
|
|
9309
|
+
this.ve_1 = upperCase;
|
|
9310
|
+
this.we_1 = bytes;
|
|
9311
|
+
this.xe_1 = number;
|
|
9306
9312
|
}
|
|
9307
9313
|
protoOf(HexFormat).toString = function () {
|
|
9308
9314
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -9312,17 +9318,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9312
9318
|
this_0.q7('HexFormat(').r7(_Char___init__impl__6a9atx(10));
|
|
9313
9319
|
// Inline function 'kotlin.text.appendLine' call
|
|
9314
9320
|
// Inline function 'kotlin.text.appendLine' call
|
|
9315
|
-
this_0.q7(' upperCase = ').ja(this.
|
|
9321
|
+
this_0.q7(' upperCase = ').ja(this.ve_1).q7(',').r7(_Char___init__impl__6a9atx(10));
|
|
9316
9322
|
// Inline function 'kotlin.text.appendLine' call
|
|
9317
9323
|
this_0.q7(' bytes = BytesHexFormat(').r7(_Char___init__impl__6a9atx(10));
|
|
9318
9324
|
// Inline function 'kotlin.text.appendLine' call
|
|
9319
|
-
this.
|
|
9325
|
+
this.we_1.qf(this_0, ' ').r7(_Char___init__impl__6a9atx(10));
|
|
9320
9326
|
// Inline function 'kotlin.text.appendLine' call
|
|
9321
9327
|
this_0.q7(' ),').r7(_Char___init__impl__6a9atx(10));
|
|
9322
9328
|
// Inline function 'kotlin.text.appendLine' call
|
|
9323
9329
|
this_0.q7(' number = NumberHexFormat(').r7(_Char___init__impl__6a9atx(10));
|
|
9324
9330
|
// Inline function 'kotlin.text.appendLine' call
|
|
9325
|
-
this.
|
|
9331
|
+
this.xe_1.qf(this_0, ' ').r7(_Char___init__impl__6a9atx(10));
|
|
9326
9332
|
// Inline function 'kotlin.text.appendLine' call
|
|
9327
9333
|
this_0.q7(' )').r7(_Char___init__impl__6a9atx(10));
|
|
9328
9334
|
this_0.q7(')');
|
|
@@ -9831,63 +9837,63 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
9831
9837
|
return result;
|
|
9832
9838
|
}
|
|
9833
9839
|
function substring_1(_this__u8e3s4, range) {
|
|
9834
|
-
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.
|
|
9840
|
+
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.je(), range.ke() + 1 | 0));
|
|
9835
9841
|
}
|
|
9836
9842
|
function State() {
|
|
9837
|
-
this.
|
|
9838
|
-
this.
|
|
9839
|
-
this.
|
|
9843
|
+
this.rf_1 = 0;
|
|
9844
|
+
this.sf_1 = 1;
|
|
9845
|
+
this.tf_1 = 2;
|
|
9840
9846
|
}
|
|
9841
9847
|
var State_instance;
|
|
9842
9848
|
function State_getInstance() {
|
|
9843
9849
|
return State_instance;
|
|
9844
9850
|
}
|
|
9845
9851
|
function LinesIterator(string) {
|
|
9846
|
-
this.
|
|
9847
|
-
this.uf_1 = 0;
|
|
9852
|
+
this.uf_1 = string;
|
|
9848
9853
|
this.vf_1 = 0;
|
|
9849
9854
|
this.wf_1 = 0;
|
|
9850
9855
|
this.xf_1 = 0;
|
|
9856
|
+
this.yf_1 = 0;
|
|
9851
9857
|
}
|
|
9852
9858
|
protoOf(LinesIterator).m = function () {
|
|
9853
|
-
if (!(this.
|
|
9854
|
-
return this.
|
|
9859
|
+
if (!(this.vf_1 === 0)) {
|
|
9860
|
+
return this.vf_1 === 1;
|
|
9855
9861
|
}
|
|
9856
|
-
if (this.
|
|
9857
|
-
this.
|
|
9862
|
+
if (this.yf_1 < 0) {
|
|
9863
|
+
this.vf_1 = 2;
|
|
9858
9864
|
return false;
|
|
9859
9865
|
}
|
|
9860
9866
|
var _delimiterLength = -1;
|
|
9861
|
-
var _delimiterStartIndex = charSequenceLength(this.
|
|
9862
|
-
var inductionVariable = this.
|
|
9863
|
-
var last = charSequenceLength(this.
|
|
9867
|
+
var _delimiterStartIndex = charSequenceLength(this.uf_1);
|
|
9868
|
+
var inductionVariable = this.wf_1;
|
|
9869
|
+
var last = charSequenceLength(this.uf_1);
|
|
9864
9870
|
if (inductionVariable < last)
|
|
9865
9871
|
$l$loop: do {
|
|
9866
9872
|
var idx = inductionVariable;
|
|
9867
9873
|
inductionVariable = inductionVariable + 1 | 0;
|
|
9868
|
-
var c = charSequenceGet(this.
|
|
9874
|
+
var c = charSequenceGet(this.uf_1, idx);
|
|
9869
9875
|
if (c === _Char___init__impl__6a9atx(10) || c === _Char___init__impl__6a9atx(13)) {
|
|
9870
|
-
_delimiterLength = c === _Char___init__impl__6a9atx(13) && (idx + 1 | 0) < charSequenceLength(this.
|
|
9876
|
+
_delimiterLength = c === _Char___init__impl__6a9atx(13) && (idx + 1 | 0) < charSequenceLength(this.uf_1) && charSequenceGet(this.uf_1, idx + 1 | 0) === _Char___init__impl__6a9atx(10) ? 2 : 1;
|
|
9871
9877
|
_delimiterStartIndex = idx;
|
|
9872
9878
|
break $l$loop;
|
|
9873
9879
|
}
|
|
9874
9880
|
}
|
|
9875
9881
|
while (inductionVariable < last);
|
|
9876
|
-
this.
|
|
9877
|
-
this.
|
|
9878
|
-
this.
|
|
9882
|
+
this.vf_1 = 1;
|
|
9883
|
+
this.yf_1 = _delimiterLength;
|
|
9884
|
+
this.xf_1 = _delimiterStartIndex;
|
|
9879
9885
|
return true;
|
|
9880
9886
|
};
|
|
9881
9887
|
protoOf(LinesIterator).n = function () {
|
|
9882
9888
|
if (!this.m()) {
|
|
9883
9889
|
throw NoSuchElementException_init_$Create$();
|
|
9884
9890
|
}
|
|
9885
|
-
this.
|
|
9886
|
-
var lastIndex = this.
|
|
9887
|
-
var firstIndex = this.
|
|
9888
|
-
this.
|
|
9891
|
+
this.vf_1 = 0;
|
|
9892
|
+
var lastIndex = this.xf_1;
|
|
9893
|
+
var firstIndex = this.wf_1;
|
|
9894
|
+
this.wf_1 = this.xf_1 + this.yf_1 | 0;
|
|
9889
9895
|
// Inline function 'kotlin.text.substring' call
|
|
9890
|
-
var this_0 = this.
|
|
9896
|
+
var this_0 = this.uf_1;
|
|
9891
9897
|
return toString_1(charSequenceSubSequence(this_0, firstIndex, lastIndex));
|
|
9892
9898
|
};
|
|
9893
9899
|
function startsWith_1(_this__u8e3s4, prefix, ignoreCase) {
|
|
@@ -10001,73 +10007,73 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10001
10007
|
return Unit_instance;
|
|
10002
10008
|
}
|
|
10003
10009
|
function calcNext_0($this) {
|
|
10004
|
-
if ($this.
|
|
10005
|
-
$this.
|
|
10006
|
-
$this.
|
|
10010
|
+
if ($this.bg_1 < 0) {
|
|
10011
|
+
$this.zf_1 = 0;
|
|
10012
|
+
$this.cg_1 = null;
|
|
10007
10013
|
} else {
|
|
10008
10014
|
var tmp;
|
|
10009
10015
|
var tmp_0;
|
|
10010
|
-
if ($this.
|
|
10011
|
-
$this.
|
|
10012
|
-
tmp_0 = $this.
|
|
10016
|
+
if ($this.eg_1.hg_1 > 0) {
|
|
10017
|
+
$this.dg_1 = $this.dg_1 + 1 | 0;
|
|
10018
|
+
tmp_0 = $this.dg_1 >= $this.eg_1.hg_1;
|
|
10013
10019
|
} else {
|
|
10014
10020
|
tmp_0 = false;
|
|
10015
10021
|
}
|
|
10016
10022
|
if (tmp_0) {
|
|
10017
10023
|
tmp = true;
|
|
10018
10024
|
} else {
|
|
10019
|
-
tmp = $this.
|
|
10025
|
+
tmp = $this.bg_1 > charSequenceLength($this.eg_1.fg_1);
|
|
10020
10026
|
}
|
|
10021
10027
|
if (tmp) {
|
|
10022
|
-
$this.
|
|
10023
|
-
$this.
|
|
10028
|
+
$this.cg_1 = numberRangeToNumber($this.ag_1, get_lastIndex_3($this.eg_1.fg_1));
|
|
10029
|
+
$this.bg_1 = -1;
|
|
10024
10030
|
} else {
|
|
10025
|
-
var match = $this.
|
|
10031
|
+
var match = $this.eg_1.ig_1($this.eg_1.fg_1, $this.bg_1);
|
|
10026
10032
|
if (match == null) {
|
|
10027
|
-
$this.
|
|
10028
|
-
$this.
|
|
10033
|
+
$this.cg_1 = numberRangeToNumber($this.ag_1, get_lastIndex_3($this.eg_1.fg_1));
|
|
10034
|
+
$this.bg_1 = -1;
|
|
10029
10035
|
} else {
|
|
10030
10036
|
var index = match.sc();
|
|
10031
10037
|
var length = match.tc();
|
|
10032
|
-
$this.
|
|
10033
|
-
$this.
|
|
10034
|
-
$this.
|
|
10038
|
+
$this.cg_1 = until($this.ag_1, index);
|
|
10039
|
+
$this.ag_1 = index + length | 0;
|
|
10040
|
+
$this.bg_1 = $this.ag_1 + (length === 0 ? 1 : 0) | 0;
|
|
10035
10041
|
}
|
|
10036
10042
|
}
|
|
10037
|
-
$this.
|
|
10043
|
+
$this.zf_1 = 1;
|
|
10038
10044
|
}
|
|
10039
10045
|
}
|
|
10040
10046
|
function DelimitedRangesSequence$iterator$1(this$0) {
|
|
10041
|
-
this.
|
|
10042
|
-
this.
|
|
10043
|
-
this.
|
|
10044
|
-
this.
|
|
10045
|
-
this.
|
|
10046
|
-
this.
|
|
10047
|
+
this.eg_1 = this$0;
|
|
10048
|
+
this.zf_1 = -1;
|
|
10049
|
+
this.ag_1 = coerceIn_0(this$0.gg_1, 0, charSequenceLength(this$0.fg_1));
|
|
10050
|
+
this.bg_1 = this.ag_1;
|
|
10051
|
+
this.cg_1 = null;
|
|
10052
|
+
this.dg_1 = 0;
|
|
10047
10053
|
}
|
|
10048
10054
|
protoOf(DelimitedRangesSequence$iterator$1).n = function () {
|
|
10049
|
-
if (this.
|
|
10055
|
+
if (this.zf_1 === -1) {
|
|
10050
10056
|
calcNext_0(this);
|
|
10051
10057
|
}
|
|
10052
|
-
if (this.
|
|
10058
|
+
if (this.zf_1 === 0)
|
|
10053
10059
|
throw NoSuchElementException_init_$Create$();
|
|
10054
|
-
var tmp = this.
|
|
10060
|
+
var tmp = this.cg_1;
|
|
10055
10061
|
var result = tmp instanceof IntRange ? tmp : THROW_CCE();
|
|
10056
|
-
this.
|
|
10057
|
-
this.
|
|
10062
|
+
this.cg_1 = null;
|
|
10063
|
+
this.zf_1 = -1;
|
|
10058
10064
|
return result;
|
|
10059
10065
|
};
|
|
10060
10066
|
protoOf(DelimitedRangesSequence$iterator$1).m = function () {
|
|
10061
|
-
if (this.
|
|
10067
|
+
if (this.zf_1 === -1) {
|
|
10062
10068
|
calcNext_0(this);
|
|
10063
10069
|
}
|
|
10064
|
-
return this.
|
|
10070
|
+
return this.zf_1 === 1;
|
|
10065
10071
|
};
|
|
10066
10072
|
function DelimitedRangesSequence(input, startIndex, limit, getNextMatch) {
|
|
10067
|
-
this.
|
|
10068
|
-
this.
|
|
10069
|
-
this.
|
|
10070
|
-
this.
|
|
10073
|
+
this.fg_1 = input;
|
|
10074
|
+
this.gg_1 = startIndex;
|
|
10075
|
+
this.hg_1 = limit;
|
|
10076
|
+
this.ig_1 = getNextMatch;
|
|
10071
10077
|
}
|
|
10072
10078
|
protoOf(DelimitedRangesSequence).l = function () {
|
|
10073
10079
|
return new DelimitedRangesSequence$iterator$1(this);
|
|
@@ -10076,10 +10082,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10076
10082
|
return toList_1(lineSequence(_this__u8e3s4));
|
|
10077
10083
|
}
|
|
10078
10084
|
function lineSequence$$inlined$Sequence$1($this_lineSequence) {
|
|
10079
|
-
this.
|
|
10085
|
+
this.jg_1 = $this_lineSequence;
|
|
10080
10086
|
}
|
|
10081
10087
|
protoOf(lineSequence$$inlined$Sequence$1).l = function () {
|
|
10082
|
-
return new LinesIterator(this.
|
|
10088
|
+
return new LinesIterator(this.jg_1);
|
|
10083
10089
|
};
|
|
10084
10090
|
function rangesDelimitedBy$lambda($delimiters, $ignoreCase) {
|
|
10085
10091
|
return function ($this$DelimitedRangesSequence, currentIndex) {
|
|
@@ -10090,7 +10096,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10090
10096
|
}
|
|
10091
10097
|
function System() {
|
|
10092
10098
|
}
|
|
10093
|
-
protoOf(System).
|
|
10099
|
+
protoOf(System).kg = function () {
|
|
10094
10100
|
return systemClockNow();
|
|
10095
10101
|
};
|
|
10096
10102
|
var System_instance;
|
|
@@ -10134,11 +10140,11 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10134
10140
|
}
|
|
10135
10141
|
function Companion_18() {
|
|
10136
10142
|
Companion_instance_18 = this;
|
|
10137
|
-
this.
|
|
10138
|
-
this.
|
|
10139
|
-
this.
|
|
10143
|
+
this.lg_1 = _Duration___init__impl__kdtzql(new Long(0, 0));
|
|
10144
|
+
this.mg_1 = durationOfMillis(new Long(-1, 1073741823));
|
|
10145
|
+
this.ng_1 = durationOfMillis(new Long(1, -1073741824));
|
|
10140
10146
|
}
|
|
10141
|
-
protoOf(Companion_18).
|
|
10147
|
+
protoOf(Companion_18).og = function (value) {
|
|
10142
10148
|
var tmp;
|
|
10143
10149
|
try {
|
|
10144
10150
|
tmp = parseDuration(value, true);
|
|
@@ -10208,7 +10214,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10208
10214
|
return compare(_get_rawValue__5zfu4e($this), new Long(0, 0)) > 0;
|
|
10209
10215
|
}
|
|
10210
10216
|
function Duration__isInfinite_impl_tsn9y3($this) {
|
|
10211
|
-
return equalsLong(_get_rawValue__5zfu4e($this), _get_rawValue__5zfu4e(Companion_getInstance_18().
|
|
10217
|
+
return equalsLong(_get_rawValue__5zfu4e($this), _get_rawValue__5zfu4e(Companion_getInstance_18().mg_1)) || equalsLong(_get_rawValue__5zfu4e($this), _get_rawValue__5zfu4e(Companion_getInstance_18().ng_1));
|
|
10212
10218
|
}
|
|
10213
10219
|
function Duration__isFinite_impl_rzjsps($this) {
|
|
10214
10220
|
return !Duration__isInfinite_impl_tsn9y3($this);
|
|
@@ -10227,7 +10233,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10227
10233
|
return Duration__isNegative_impl_pbysfa($this) ? -r | 0 : r;
|
|
10228
10234
|
}
|
|
10229
10235
|
function Duration__compareTo_impl_pchp0f_0($this, other) {
|
|
10230
|
-
return Duration__compareTo_impl_pchp0f($this.
|
|
10236
|
+
return Duration__compareTo_impl_pchp0f($this.pg_1, other instanceof Duration ? other.pg_1 : THROW_CCE());
|
|
10231
10237
|
}
|
|
10232
10238
|
function _Duration___get_hoursComponent__impl__7hllxa($this) {
|
|
10233
10239
|
var tmp;
|
|
@@ -10285,7 +10291,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10285
10291
|
}
|
|
10286
10292
|
function Duration__toLong_impl_shr43i($this, unit) {
|
|
10287
10293
|
var tmp0_subject = _get_rawValue__5zfu4e($this);
|
|
10288
|
-
return equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().
|
|
10294
|
+
return equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().mg_1)) ? new Long(-1, 2147483647) : equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().ng_1)) ? new Long(0, -2147483648) : convertDurationUnit_0(_get_value__a43j40_0($this), _get_storageUnit__szjgha($this), unit);
|
|
10289
10295
|
}
|
|
10290
10296
|
function _Duration___get_inWholeDays__impl__7bvpxz($this) {
|
|
10291
10297
|
return Duration__toLong_impl_shr43i($this, DurationUnit_DAYS_getInstance());
|
|
@@ -10307,9 +10313,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10307
10313
|
var tmp;
|
|
10308
10314
|
if (equalsLong(tmp0_subject, new Long(0, 0))) {
|
|
10309
10315
|
tmp = '0s';
|
|
10310
|
-
} else if (equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().lg_1))) {
|
|
10311
|
-
tmp = 'Infinity';
|
|
10312
10316
|
} else if (equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().mg_1))) {
|
|
10317
|
+
tmp = 'Infinity';
|
|
10318
|
+
} else if (equalsLong(tmp0_subject, _get_rawValue__5zfu4e(Companion_getInstance_18().ng_1))) {
|
|
10313
10319
|
tmp = '-Infinity';
|
|
10314
10320
|
} else {
|
|
10315
10321
|
var isNegative = Duration__isNegative_impl_pbysfa($this);
|
|
@@ -10444,29 +10450,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10444
10450
|
function Duration__equals_impl_ygj6w6($this, other) {
|
|
10445
10451
|
if (!(other instanceof Duration))
|
|
10446
10452
|
return false;
|
|
10447
|
-
var tmp0_other_with_cast = other.
|
|
10453
|
+
var tmp0_other_with_cast = other.pg_1;
|
|
10448
10454
|
if (!equalsLong($this, tmp0_other_with_cast))
|
|
10449
10455
|
return false;
|
|
10450
10456
|
return true;
|
|
10451
10457
|
}
|
|
10452
10458
|
function Duration(rawValue) {
|
|
10453
10459
|
Companion_getInstance_18();
|
|
10454
|
-
this.
|
|
10460
|
+
this.pg_1 = rawValue;
|
|
10455
10461
|
}
|
|
10456
|
-
protoOf(Duration).
|
|
10457
|
-
return Duration__compareTo_impl_pchp0f(this.
|
|
10462
|
+
protoOf(Duration).qg = function (other) {
|
|
10463
|
+
return Duration__compareTo_impl_pchp0f(this.pg_1, other);
|
|
10458
10464
|
};
|
|
10459
10465
|
protoOf(Duration).d = function (other) {
|
|
10460
10466
|
return Duration__compareTo_impl_pchp0f_0(this, other);
|
|
10461
10467
|
};
|
|
10462
10468
|
protoOf(Duration).toString = function () {
|
|
10463
|
-
return Duration__toString_impl_8d916b(this.
|
|
10469
|
+
return Duration__toString_impl_8d916b(this.pg_1);
|
|
10464
10470
|
};
|
|
10465
10471
|
protoOf(Duration).hashCode = function () {
|
|
10466
|
-
return Duration__hashCode_impl_u4exz6(this.
|
|
10472
|
+
return Duration__hashCode_impl_u4exz6(this.pg_1);
|
|
10467
10473
|
};
|
|
10468
10474
|
protoOf(Duration).equals = function (other) {
|
|
10469
|
-
return Duration__equals_impl_ygj6w6(this.
|
|
10475
|
+
return Duration__equals_impl_ygj6w6(this.pg_1, other);
|
|
10470
10476
|
};
|
|
10471
10477
|
function durationOfMillis(normalMillis) {
|
|
10472
10478
|
// Inline function 'kotlin.Long.plus' call
|
|
@@ -10514,7 +10520,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10514
10520
|
if (length === 0)
|
|
10515
10521
|
throw IllegalArgumentException_init_$Create$_0('The string is empty');
|
|
10516
10522
|
var index = 0;
|
|
10517
|
-
var result = Companion_getInstance_18().
|
|
10523
|
+
var result = Companion_getInstance_18().lg_1;
|
|
10518
10524
|
var infinityString = 'Infinity';
|
|
10519
10525
|
var tmp0_subject = charCodeAt(value, index);
|
|
10520
10526
|
if (tmp0_subject === _Char___init__impl__6a9atx(43) || tmp0_subject === _Char___init__impl__6a9atx(45)) {
|
|
@@ -10602,7 +10608,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10602
10608
|
var b = infinityString.length;
|
|
10603
10609
|
var tmp$ret$5 = Math.max(tmp0, b);
|
|
10604
10610
|
if (regionMatches(value, tmp_2, infinityString, 0, tmp$ret$5, true)) {
|
|
10605
|
-
result = Companion_getInstance_18().
|
|
10611
|
+
result = Companion_getInstance_18().mg_1;
|
|
10606
10612
|
} else {
|
|
10607
10613
|
var prevUnit_0 = null;
|
|
10608
10614
|
var afterFirst = false;
|
|
@@ -10873,9 +10879,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10873
10879
|
var this_0 = add(r, bitwiseAnd(other_0, shiftRight(bitwiseAnd(bitwiseXor(r, other_0), bitwiseOr(r, negate(r))), 63)));
|
|
10874
10880
|
var tmp$ret$2 = multiply(this_0, fromInt(1000000));
|
|
10875
10881
|
var nanosecondsOfSecond = convertToInt(tmp$ret$2);
|
|
10876
|
-
return compare(epochSeconds, new Long(342103040, -7347440)) < 0 ? this.gb_1 : compare(epochSeconds, new Long(-90867457, 7347410)) > 0 ? this.hb_1 : this.
|
|
10882
|
+
return compare(epochSeconds, new Long(342103040, -7347440)) < 0 ? this.gb_1 : compare(epochSeconds, new Long(-90867457, 7347410)) > 0 ? this.hb_1 : this.rg(epochSeconds, nanosecondsOfSecond);
|
|
10877
10883
|
};
|
|
10878
|
-
protoOf(Companion_19).
|
|
10884
|
+
protoOf(Companion_19).sg = function (epochSeconds, nanosecondAdjustment) {
|
|
10879
10885
|
// Inline function 'kotlin.floorDiv' call
|
|
10880
10886
|
var other = new Long(1000000000, 0);
|
|
10881
10887
|
var q = divide(nanosecondAdjustment, other);
|
|
@@ -10905,15 +10911,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10905
10911
|
}
|
|
10906
10912
|
return tmp;
|
|
10907
10913
|
};
|
|
10908
|
-
protoOf(Companion_19).
|
|
10914
|
+
protoOf(Companion_19).tg = function (epochSeconds, nanosecondAdjustment, $super) {
|
|
10909
10915
|
nanosecondAdjustment = nanosecondAdjustment === VOID ? new Long(0, 0) : nanosecondAdjustment;
|
|
10910
|
-
return $super === VOID ? this.
|
|
10916
|
+
return $super === VOID ? this.sg(epochSeconds, nanosecondAdjustment) : $super.sg.call(this, epochSeconds, nanosecondAdjustment);
|
|
10911
10917
|
};
|
|
10912
|
-
protoOf(Companion_19).
|
|
10913
|
-
return this.
|
|
10918
|
+
protoOf(Companion_19).rg = function (epochSeconds, nanosecondAdjustment) {
|
|
10919
|
+
return this.sg(epochSeconds, fromInt(nanosecondAdjustment));
|
|
10914
10920
|
};
|
|
10915
|
-
protoOf(Companion_19).
|
|
10916
|
-
return parseIso(input).
|
|
10921
|
+
protoOf(Companion_19).ug = function (input) {
|
|
10922
|
+
return parseIso(input).vg();
|
|
10917
10923
|
};
|
|
10918
10924
|
var Companion_instance_19;
|
|
10919
10925
|
function Companion_getInstance_19() {
|
|
@@ -10923,18 +10929,18 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10923
10929
|
}
|
|
10924
10930
|
function Instant(epochSeconds, nanosecondsOfSecond) {
|
|
10925
10931
|
Companion_getInstance_19();
|
|
10926
|
-
this.
|
|
10927
|
-
this.
|
|
10928
|
-
var containsArg = this.
|
|
10932
|
+
this.wg_1 = epochSeconds;
|
|
10933
|
+
this.xg_1 = nanosecondsOfSecond;
|
|
10934
|
+
var containsArg = this.wg_1;
|
|
10929
10935
|
// Inline function 'kotlin.require' call
|
|
10930
10936
|
if (!(compare(new Long(342103040, -7347440), containsArg) <= 0 ? compare(containsArg, new Long(-90867457, 7347410)) <= 0 : false)) {
|
|
10931
10937
|
var message = 'Instant exceeds minimum or maximum instant';
|
|
10932
10938
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
10933
10939
|
}
|
|
10934
10940
|
}
|
|
10935
|
-
protoOf(Instant).
|
|
10936
|
-
if (compare(this.
|
|
10937
|
-
var tmp0 = this.
|
|
10941
|
+
protoOf(Instant).yg = function () {
|
|
10942
|
+
if (compare(this.wg_1, new Long(0, 0)) >= 0) {
|
|
10943
|
+
var tmp0 = this.wg_1;
|
|
10938
10944
|
var tmp2 = new Long(1000, 0);
|
|
10939
10945
|
var tmp$ret$0;
|
|
10940
10946
|
$l$block_1: {
|
|
@@ -10959,7 +10965,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10959
10965
|
}
|
|
10960
10966
|
var millis = tmp$ret$0;
|
|
10961
10967
|
// Inline function 'kotlin.time.safeAddOrElse' call
|
|
10962
|
-
var b = fromInt(this.
|
|
10968
|
+
var b = fromInt(this.xg_1 / 1000000 | 0);
|
|
10963
10969
|
var sum = add(millis, b);
|
|
10964
10970
|
if (compare(bitwiseXor(millis, sum), new Long(0, 0)) < 0 && compare(bitwiseXor(millis, b), new Long(0, 0)) >= 0) {
|
|
10965
10971
|
return new Long(-1, 2147483647);
|
|
@@ -10967,7 +10973,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10967
10973
|
return sum;
|
|
10968
10974
|
} else {
|
|
10969
10975
|
// Inline function 'kotlin.Long.plus' call
|
|
10970
|
-
var this_0 = this.
|
|
10976
|
+
var this_0 = this.wg_1;
|
|
10971
10977
|
var tmp0_0 = add(this_0, fromInt(1));
|
|
10972
10978
|
var tmp2_0 = new Long(1000, 0);
|
|
10973
10979
|
var tmp$ret$3;
|
|
@@ -10993,7 +10999,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10993
10999
|
}
|
|
10994
11000
|
var millis_0 = tmp$ret$3;
|
|
10995
11001
|
// Inline function 'kotlin.time.safeAddOrElse' call
|
|
10996
|
-
var b_0 = fromInt((this.
|
|
11002
|
+
var b_0 = fromInt((this.xg_1 / 1000000 | 0) - 1000 | 0);
|
|
10997
11003
|
var sum_0 = add(millis_0, b_0);
|
|
10998
11004
|
if (compare(bitwiseXor(millis_0, sum_0), new Long(0, 0)) < 0 && compare(bitwiseXor(millis_0, b_0), new Long(0, 0)) >= 0) {
|
|
10999
11005
|
return new Long(0, -2147483648);
|
|
@@ -11001,7 +11007,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11001
11007
|
return sum_0;
|
|
11002
11008
|
}
|
|
11003
11009
|
};
|
|
11004
|
-
protoOf(Instant).
|
|
11010
|
+
protoOf(Instant).zg = function (duration) {
|
|
11005
11011
|
// Inline function 'kotlin.time.Duration.toComponents' call
|
|
11006
11012
|
var tmp0 = _Duration___get_inWholeSeconds__impl__hpy7b3(duration);
|
|
11007
11013
|
var nanosecondsToAdd = _Duration___get_nanosecondsComponent__impl__nh19kq(duration);
|
|
@@ -11009,38 +11015,38 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11009
11015
|
return this;
|
|
11010
11016
|
}
|
|
11011
11017
|
// Inline function 'kotlin.time.safeAddOrElse' call
|
|
11012
|
-
var a = this.
|
|
11018
|
+
var a = this.wg_1;
|
|
11013
11019
|
var sum = add(a, tmp0);
|
|
11014
11020
|
if (compare(bitwiseXor(a, sum), new Long(0, 0)) < 0 && compare(bitwiseXor(a, tmp0), new Long(0, 0)) >= 0) {
|
|
11015
11021
|
return Duration__isPositive_impl_tvkkt2(duration) ? Companion_getInstance_19().hb_1 : Companion_getInstance_19().gb_1;
|
|
11016
11022
|
}
|
|
11017
11023
|
var newEpochSeconds = sum;
|
|
11018
|
-
var nanoAdjustment = this.
|
|
11019
|
-
return Companion_getInstance_19().
|
|
11024
|
+
var nanoAdjustment = this.xg_1 + nanosecondsToAdd | 0;
|
|
11025
|
+
return Companion_getInstance_19().rg(newEpochSeconds, nanoAdjustment);
|
|
11020
11026
|
};
|
|
11021
|
-
protoOf(Instant).
|
|
11022
|
-
return this.
|
|
11027
|
+
protoOf(Instant).ah = function (duration) {
|
|
11028
|
+
return this.zg(Duration__unaryMinus_impl_x2k1y0(duration));
|
|
11023
11029
|
};
|
|
11024
|
-
protoOf(Instant).
|
|
11030
|
+
protoOf(Instant).bh = function (other) {
|
|
11025
11031
|
Companion_getInstance_18();
|
|
11026
11032
|
// Inline function 'kotlin.time.Companion.seconds' call
|
|
11027
|
-
var this_0 = subtract(this.
|
|
11033
|
+
var this_0 = subtract(this.wg_1, other.wg_1);
|
|
11028
11034
|
var tmp = toDuration_0(this_0, DurationUnit_SECONDS_getInstance());
|
|
11029
11035
|
Companion_getInstance_18();
|
|
11030
11036
|
// Inline function 'kotlin.time.Companion.nanoseconds' call
|
|
11031
|
-
var this_1 = this.
|
|
11037
|
+
var this_1 = this.xg_1 - other.xg_1 | 0;
|
|
11032
11038
|
var tmp$ret$1 = toDuration(this_1, DurationUnit_NANOSECONDS_getInstance());
|
|
11033
11039
|
return Duration__plus_impl_yu9v8f(tmp, tmp$ret$1);
|
|
11034
11040
|
};
|
|
11035
|
-
protoOf(Instant).
|
|
11036
|
-
var s = this.
|
|
11041
|
+
protoOf(Instant).ch = function (other) {
|
|
11042
|
+
var s = this.wg_1.r2(other.wg_1);
|
|
11037
11043
|
if (!(s === 0)) {
|
|
11038
11044
|
return s;
|
|
11039
11045
|
}
|
|
11040
|
-
return compareTo(this.
|
|
11046
|
+
return compareTo(this.xg_1, other.xg_1);
|
|
11041
11047
|
};
|
|
11042
11048
|
protoOf(Instant).d = function (other) {
|
|
11043
|
-
return this.
|
|
11049
|
+
return this.ch(other instanceof Instant ? other : THROW_CCE());
|
|
11044
11050
|
};
|
|
11045
11051
|
protoOf(Instant).equals = function (other) {
|
|
11046
11052
|
var tmp;
|
|
@@ -11050,12 +11056,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11050
11056
|
var tmp_0;
|
|
11051
11057
|
var tmp_1;
|
|
11052
11058
|
if (other instanceof Instant) {
|
|
11053
|
-
tmp_1 = equalsLong(this.
|
|
11059
|
+
tmp_1 = equalsLong(this.wg_1, other.wg_1);
|
|
11054
11060
|
} else {
|
|
11055
11061
|
tmp_1 = false;
|
|
11056
11062
|
}
|
|
11057
11063
|
if (tmp_1) {
|
|
11058
|
-
tmp_0 = this.
|
|
11064
|
+
tmp_0 = this.xg_1 === other.xg_1;
|
|
11059
11065
|
} else {
|
|
11060
11066
|
tmp_0 = false;
|
|
11061
11067
|
}
|
|
@@ -11064,7 +11070,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11064
11070
|
return tmp;
|
|
11065
11071
|
};
|
|
11066
11072
|
protoOf(Instant).hashCode = function () {
|
|
11067
|
-
return this.
|
|
11073
|
+
return this.wg_1.hashCode() + imul(51, this.xg_1) | 0;
|
|
11068
11074
|
};
|
|
11069
11075
|
protoOf(Instant).toString = function () {
|
|
11070
11076
|
return formatIso(this);
|
|
@@ -11074,9 +11080,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11074
11080
|
// Inline function 'kotlin.text.buildString' call
|
|
11075
11081
|
// Inline function 'kotlin.apply' call
|
|
11076
11082
|
var this_0 = StringBuilder_init_$Create$_0();
|
|
11077
|
-
var ldt = Companion_instance_20.
|
|
11083
|
+
var ldt = Companion_instance_20.dh(instant);
|
|
11078
11084
|
// Inline function 'kotlin.run' call
|
|
11079
|
-
var number = ldt.
|
|
11085
|
+
var number = ldt.eh_1;
|
|
11080
11086
|
var tmp;
|
|
11081
11087
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
11082
11088
|
if (abs_0(number) < 1000) {
|
|
@@ -11096,43 +11102,43 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11096
11102
|
tmp = this_0.ka(number);
|
|
11097
11103
|
}
|
|
11098
11104
|
this_0.r7(_Char___init__impl__6a9atx(45));
|
|
11099
|
-
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.eh_1);
|
|
11100
|
-
this_0.r7(_Char___init__impl__6a9atx(45));
|
|
11101
11105
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.fh_1);
|
|
11102
|
-
this_0.r7(_Char___init__impl__6a9atx(
|
|
11106
|
+
this_0.r7(_Char___init__impl__6a9atx(45));
|
|
11103
11107
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.gh_1);
|
|
11104
|
-
this_0.r7(_Char___init__impl__6a9atx(
|
|
11108
|
+
this_0.r7(_Char___init__impl__6a9atx(84));
|
|
11105
11109
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.hh_1);
|
|
11106
11110
|
this_0.r7(_Char___init__impl__6a9atx(58));
|
|
11107
11111
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.ih_1);
|
|
11108
|
-
|
|
11112
|
+
this_0.r7(_Char___init__impl__6a9atx(58));
|
|
11113
|
+
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.jh_1);
|
|
11114
|
+
if (!(ldt.kh_1 === 0)) {
|
|
11109
11115
|
this_0.r7(_Char___init__impl__6a9atx(46));
|
|
11110
11116
|
var zerosToStrip = 0;
|
|
11111
|
-
while ((ldt.
|
|
11117
|
+
while ((ldt.kh_1 % get_POWERS_OF_TEN()[zerosToStrip + 1 | 0] | 0) === 0) {
|
|
11112
11118
|
zerosToStrip = zerosToStrip + 1 | 0;
|
|
11113
11119
|
}
|
|
11114
11120
|
zerosToStrip = zerosToStrip - (zerosToStrip % 3 | 0) | 0;
|
|
11115
|
-
var numberToOutput = ldt.
|
|
11121
|
+
var numberToOutput = ldt.kh_1 / get_POWERS_OF_TEN()[zerosToStrip] | 0;
|
|
11116
11122
|
this_0.q7(substring_0((numberToOutput + get_POWERS_OF_TEN()[9 - zerosToStrip | 0] | 0).toString(), 1));
|
|
11117
11123
|
}
|
|
11118
11124
|
this_0.r7(_Char___init__impl__6a9atx(90));
|
|
11119
11125
|
return this_0.toString();
|
|
11120
11126
|
}
|
|
11121
11127
|
function Success(epochSeconds, nanosecondsOfSecond) {
|
|
11122
|
-
this.
|
|
11123
|
-
this.
|
|
11128
|
+
this.lh_1 = epochSeconds;
|
|
11129
|
+
this.mh_1 = nanosecondsOfSecond;
|
|
11124
11130
|
}
|
|
11125
|
-
protoOf(Success).
|
|
11126
|
-
if (compare(this.
|
|
11127
|
-
throw new InstantFormatException('The parsed date is outside the range representable by Instant (Unix epoch second ' + this.
|
|
11128
|
-
return Companion_getInstance_19().
|
|
11131
|
+
protoOf(Success).vg = function () {
|
|
11132
|
+
if (compare(this.lh_1, Companion_getInstance_19().gb_1.wg_1) < 0 || compare(this.lh_1, Companion_getInstance_19().hb_1.wg_1) > 0)
|
|
11133
|
+
throw new InstantFormatException('The parsed date is outside the range representable by Instant (Unix epoch second ' + this.lh_1.toString() + ')');
|
|
11134
|
+
return Companion_getInstance_19().rg(this.lh_1, this.mh_1);
|
|
11129
11135
|
};
|
|
11130
11136
|
function Failure(error, input) {
|
|
11131
|
-
this.
|
|
11132
|
-
this.
|
|
11137
|
+
this.nh_1 = error;
|
|
11138
|
+
this.oh_1 = input;
|
|
11133
11139
|
}
|
|
11134
|
-
protoOf(Failure).
|
|
11135
|
-
throw new InstantFormatException(this.
|
|
11140
|
+
protoOf(Failure).vg = function () {
|
|
11141
|
+
throw new InstantFormatException(this.nh_1 + ' when parsing an Instant from "' + truncateForErrorMessage(this.oh_1, 64) + '"');
|
|
11136
11142
|
};
|
|
11137
11143
|
function parseIso(isoString) {
|
|
11138
11144
|
_init_properties_Instant_kt__2myitt();
|
|
@@ -11384,7 +11390,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11384
11390
|
var this_0 = new UnboundLocalDateTime(year, month, day, hour, minute, second, nanosecond);
|
|
11385
11391
|
// Inline function 'kotlin.run' call
|
|
11386
11392
|
// Inline function 'kotlin.run' call
|
|
11387
|
-
var y = fromInt(this_0.
|
|
11393
|
+
var y = fromInt(this_0.eh_1);
|
|
11388
11394
|
var total = multiply(numberToLong(365), y);
|
|
11389
11395
|
if (compare(y, new Long(0, 0)) >= 0) {
|
|
11390
11396
|
var tmp_15 = total;
|
|
@@ -11415,16 +11421,16 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11415
11421
|
}
|
|
11416
11422
|
var tmp0 = total;
|
|
11417
11423
|
// Inline function 'kotlin.Long.plus' call
|
|
11418
|
-
var other = (imul(367, this_0.
|
|
11424
|
+
var other = (imul(367, this_0.fh_1) - 362 | 0) / 12 | 0;
|
|
11419
11425
|
total = add(tmp0, fromInt(other));
|
|
11420
11426
|
var tmp0_0 = total;
|
|
11421
11427
|
// Inline function 'kotlin.Long.plus' call
|
|
11422
|
-
var other_0 = this_0.
|
|
11428
|
+
var other_0 = this_0.gh_1 - 1 | 0;
|
|
11423
11429
|
total = add(tmp0_0, fromInt(other_0));
|
|
11424
|
-
if (this_0.
|
|
11430
|
+
if (this_0.fh_1 > 2) {
|
|
11425
11431
|
var _unary__edvuaz = total;
|
|
11426
11432
|
total = subtract(_unary__edvuaz, get_ONE());
|
|
11427
|
-
if (!isLeapYear(this_0.
|
|
11433
|
+
if (!isLeapYear(this_0.eh_1)) {
|
|
11428
11434
|
var _unary__edvuaz_0 = total;
|
|
11429
11435
|
total = subtract(_unary__edvuaz_0, get_ONE());
|
|
11430
11436
|
}
|
|
@@ -11432,20 +11438,20 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11432
11438
|
// Inline function 'kotlin.Long.minus' call
|
|
11433
11439
|
var this_4 = total;
|
|
11434
11440
|
var epochDays = subtract(this_4, fromInt(719528));
|
|
11435
|
-
var daySeconds = (imul(this_0.
|
|
11441
|
+
var daySeconds = (imul(this_0.hh_1, 3600) + imul(this_0.ih_1, 60) | 0) + this_0.jh_1 | 0;
|
|
11436
11442
|
// Inline function 'kotlin.Long.times' call
|
|
11437
11443
|
// Inline function 'kotlin.Long.plus' call
|
|
11438
11444
|
var this_5 = multiply(epochDays, fromInt(86400));
|
|
11439
11445
|
// Inline function 'kotlin.Long.minus' call
|
|
11440
11446
|
var this_6 = add(this_5, fromInt(daySeconds));
|
|
11441
11447
|
var epochSeconds = subtract(this_6, fromInt(offsetSeconds));
|
|
11442
|
-
var p1 = this_0.
|
|
11448
|
+
var p1 = this_0.kh_1;
|
|
11443
11449
|
return new Success(epochSeconds, p1);
|
|
11444
11450
|
}
|
|
11445
11451
|
function Companion_20() {
|
|
11446
11452
|
}
|
|
11447
|
-
protoOf(Companion_20).
|
|
11448
|
-
var localSecond = instant.
|
|
11453
|
+
protoOf(Companion_20).dh = function (instant) {
|
|
11454
|
+
var localSecond = instant.wg_1;
|
|
11449
11455
|
// Inline function 'kotlin.floorDiv' call
|
|
11450
11456
|
var other = new Long(86400, 0);
|
|
11451
11457
|
var q = divide(localSecond, other);
|
|
@@ -11536,23 +11542,23 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11536
11542
|
var secondWithoutHours = secsOfDay - imul(hours, 3600) | 0;
|
|
11537
11543
|
var minutes = secondWithoutHours / 60 | 0;
|
|
11538
11544
|
var second = secondWithoutHours - imul(minutes, 60) | 0;
|
|
11539
|
-
return new UnboundLocalDateTime(year, month, day, hours, minutes, second, instant.
|
|
11545
|
+
return new UnboundLocalDateTime(year, month, day, hours, minutes, second, instant.xg_1);
|
|
11540
11546
|
};
|
|
11541
11547
|
var Companion_instance_20;
|
|
11542
11548
|
function Companion_getInstance_20() {
|
|
11543
11549
|
return Companion_instance_20;
|
|
11544
11550
|
}
|
|
11545
11551
|
function UnboundLocalDateTime(year, month, day, hour, minute, second, nanosecond) {
|
|
11546
|
-
this.
|
|
11547
|
-
this.
|
|
11548
|
-
this.
|
|
11549
|
-
this.
|
|
11550
|
-
this.
|
|
11551
|
-
this.
|
|
11552
|
-
this.
|
|
11552
|
+
this.eh_1 = year;
|
|
11553
|
+
this.fh_1 = month;
|
|
11554
|
+
this.gh_1 = day;
|
|
11555
|
+
this.hh_1 = hour;
|
|
11556
|
+
this.ih_1 = minute;
|
|
11557
|
+
this.jh_1 = second;
|
|
11558
|
+
this.kh_1 = nanosecond;
|
|
11553
11559
|
}
|
|
11554
11560
|
protoOf(UnboundLocalDateTime).toString = function () {
|
|
11555
|
-
return 'UnboundLocalDateTime(' + this.
|
|
11561
|
+
return 'UnboundLocalDateTime(' + this.eh_1 + '-' + this.fh_1 + '-' + this.gh_1 + ' ' + this.hh_1 + ':' + this.ih_1 + ':' + this.jh_1 + '.' + this.kh_1 + ')';
|
|
11556
11562
|
};
|
|
11557
11563
|
function InstantFormatException(message) {
|
|
11558
11564
|
IllegalArgumentException_init_$Init$_0(message, this);
|
|
@@ -11657,40 +11663,40 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11657
11663
|
}
|
|
11658
11664
|
function invoke(_this__u8e3s4, value) {
|
|
11659
11665
|
_init_properties_DeepRecursive_kt__zbwcac();
|
|
11660
|
-
return (new DeepRecursiveScopeImpl(_this__u8e3s4.
|
|
11666
|
+
return (new DeepRecursiveScopeImpl(_this__u8e3s4.qh_1, value)).vh();
|
|
11661
11667
|
}
|
|
11662
11668
|
function DeepRecursiveFunction(block) {
|
|
11663
|
-
this.
|
|
11669
|
+
this.qh_1 = block;
|
|
11664
11670
|
}
|
|
11665
11671
|
function DeepRecursiveScopeImpl(block, value) {
|
|
11666
11672
|
DeepRecursiveScope.call(this);
|
|
11667
11673
|
var tmp = this;
|
|
11668
|
-
tmp.
|
|
11669
|
-
this.
|
|
11674
|
+
tmp.rh_1 = isSuspendFunction(block, 2) ? block : THROW_CCE();
|
|
11675
|
+
this.sh_1 = value;
|
|
11670
11676
|
var tmp_0 = this;
|
|
11671
|
-
tmp_0.
|
|
11672
|
-
this.
|
|
11677
|
+
tmp_0.th_1 = isInterface(this, Continuation) ? this : THROW_CCE();
|
|
11678
|
+
this.uh_1 = get_UNDEFINED_RESULT();
|
|
11673
11679
|
}
|
|
11674
11680
|
protoOf(DeepRecursiveScopeImpl).e8 = function () {
|
|
11675
11681
|
return EmptyCoroutineContext_getInstance();
|
|
11676
11682
|
};
|
|
11677
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
11678
|
-
this.
|
|
11679
|
-
this.
|
|
11683
|
+
protoOf(DeepRecursiveScopeImpl).wh = function (result) {
|
|
11684
|
+
this.th_1 = null;
|
|
11685
|
+
this.uh_1 = result;
|
|
11680
11686
|
};
|
|
11681
11687
|
protoOf(DeepRecursiveScopeImpl).j8 = function (result) {
|
|
11682
|
-
return this.
|
|
11688
|
+
return this.wh(result);
|
|
11683
11689
|
};
|
|
11684
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
11690
|
+
protoOf(DeepRecursiveScopeImpl).ph = function (value, $completion) {
|
|
11685
11691
|
var tmp = this;
|
|
11686
|
-
tmp.
|
|
11687
|
-
this.
|
|
11692
|
+
tmp.th_1 = isInterface($completion, Continuation) ? $completion : THROW_CCE();
|
|
11693
|
+
this.sh_1 = value;
|
|
11688
11694
|
return get_COROUTINE_SUSPENDED();
|
|
11689
11695
|
};
|
|
11690
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
11696
|
+
protoOf(DeepRecursiveScopeImpl).vh = function () {
|
|
11691
11697
|
$l$loop: while (true) {
|
|
11692
|
-
var result = this.
|
|
11693
|
-
var tmp0_elvis_lhs = this.
|
|
11698
|
+
var result = this.uh_1;
|
|
11699
|
+
var tmp0_elvis_lhs = this.th_1;
|
|
11694
11700
|
var tmp;
|
|
11695
11701
|
if (tmp0_elvis_lhs == null) {
|
|
11696
11702
|
// Inline function 'kotlin.getOrThrow' call
|
|
@@ -11705,9 +11711,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11705
11711
|
if (equals(get_UNDEFINED_RESULT(), result)) {
|
|
11706
11712
|
var tmp_1;
|
|
11707
11713
|
try {
|
|
11708
|
-
var tmp0 = this.
|
|
11714
|
+
var tmp0 = this.rh_1;
|
|
11709
11715
|
// Inline function 'kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn' call
|
|
11710
|
-
var param = this.
|
|
11716
|
+
var param = this.sh_1;
|
|
11711
11717
|
tmp_1 = startCoroutineUninterceptedOrReturnNonGeneratorVersion(tmp0, this, param, cont);
|
|
11712
11718
|
} catch ($p) {
|
|
11713
11719
|
var tmp_2;
|
|
@@ -11731,7 +11737,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11731
11737
|
cont.j8(tmp$ret$4);
|
|
11732
11738
|
}
|
|
11733
11739
|
} else {
|
|
11734
|
-
this.
|
|
11740
|
+
this.uh_1 = get_UNDEFINED_RESULT();
|
|
11735
11741
|
cont.j8(result);
|
|
11736
11742
|
}
|
|
11737
11743
|
}
|
|
@@ -11761,22 +11767,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11761
11767
|
Enum.call(this, name, ordinal);
|
|
11762
11768
|
}
|
|
11763
11769
|
function UnsafeLazyImpl(initializer) {
|
|
11764
|
-
this.
|
|
11765
|
-
this.
|
|
11770
|
+
this.xh_1 = initializer;
|
|
11771
|
+
this.yh_1 = UNINITIALIZED_VALUE_instance;
|
|
11766
11772
|
}
|
|
11767
11773
|
protoOf(UnsafeLazyImpl).v1 = function () {
|
|
11768
|
-
if (this.
|
|
11769
|
-
this.
|
|
11770
|
-
this.
|
|
11774
|
+
if (this.yh_1 === UNINITIALIZED_VALUE_instance) {
|
|
11775
|
+
this.yh_1 = ensureNotNull(this.xh_1)();
|
|
11776
|
+
this.xh_1 = null;
|
|
11771
11777
|
}
|
|
11772
|
-
var tmp = this.
|
|
11778
|
+
var tmp = this.yh_1;
|
|
11773
11779
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
11774
11780
|
};
|
|
11775
|
-
protoOf(UnsafeLazyImpl).
|
|
11776
|
-
return !(this.
|
|
11781
|
+
protoOf(UnsafeLazyImpl).zh = function () {
|
|
11782
|
+
return !(this.yh_1 === UNINITIALIZED_VALUE_instance);
|
|
11777
11783
|
};
|
|
11778
11784
|
protoOf(UnsafeLazyImpl).toString = function () {
|
|
11779
|
-
return this.
|
|
11785
|
+
return this.zh() ? toString_0(this.v1()) : 'Lazy value not initialized yet.';
|
|
11780
11786
|
};
|
|
11781
11787
|
function UNINITIALIZED_VALUE() {
|
|
11782
11788
|
}
|
|
@@ -11801,7 +11807,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11801
11807
|
function Result__exceptionOrNull_impl_p6xea9($this) {
|
|
11802
11808
|
var tmp;
|
|
11803
11809
|
if (_Result___get_value__impl__bjfvqg($this) instanceof Failure_0) {
|
|
11804
|
-
tmp = _Result___get_value__impl__bjfvqg($this).
|
|
11810
|
+
tmp = _Result___get_value__impl__bjfvqg($this).ai_1;
|
|
11805
11811
|
} else {
|
|
11806
11812
|
tmp = null;
|
|
11807
11813
|
}
|
|
@@ -11823,22 +11829,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11823
11829
|
return Companion_instance_21;
|
|
11824
11830
|
}
|
|
11825
11831
|
function Failure_0(exception) {
|
|
11826
|
-
this.
|
|
11832
|
+
this.ai_1 = exception;
|
|
11827
11833
|
}
|
|
11828
11834
|
protoOf(Failure_0).equals = function (other) {
|
|
11829
11835
|
var tmp;
|
|
11830
11836
|
if (other instanceof Failure_0) {
|
|
11831
|
-
tmp = equals(this.
|
|
11837
|
+
tmp = equals(this.ai_1, other.ai_1);
|
|
11832
11838
|
} else {
|
|
11833
11839
|
tmp = false;
|
|
11834
11840
|
}
|
|
11835
11841
|
return tmp;
|
|
11836
11842
|
};
|
|
11837
11843
|
protoOf(Failure_0).hashCode = function () {
|
|
11838
|
-
return hashCode_0(this.
|
|
11844
|
+
return hashCode_0(this.ai_1);
|
|
11839
11845
|
};
|
|
11840
11846
|
protoOf(Failure_0).toString = function () {
|
|
11841
|
-
return 'Failure(' + this.
|
|
11847
|
+
return 'Failure(' + this.ai_1.toString() + ')';
|
|
11842
11848
|
};
|
|
11843
11849
|
function Result__hashCode_impl_d2zufp($this) {
|
|
11844
11850
|
return $this == null ? 0 : hashCode_0($this);
|
|
@@ -11846,22 +11852,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11846
11852
|
function Result__equals_impl_bxgmep($this, other) {
|
|
11847
11853
|
if (!(other instanceof Result))
|
|
11848
11854
|
return false;
|
|
11849
|
-
var tmp0_other_with_cast = other.
|
|
11855
|
+
var tmp0_other_with_cast = other.bi_1;
|
|
11850
11856
|
if (!equals($this, tmp0_other_with_cast))
|
|
11851
11857
|
return false;
|
|
11852
11858
|
return true;
|
|
11853
11859
|
}
|
|
11854
11860
|
function Result(value) {
|
|
11855
|
-
this.
|
|
11861
|
+
this.bi_1 = value;
|
|
11856
11862
|
}
|
|
11857
11863
|
protoOf(Result).toString = function () {
|
|
11858
|
-
return Result__toString_impl_yu5r8k(this.
|
|
11864
|
+
return Result__toString_impl_yu5r8k(this.bi_1);
|
|
11859
11865
|
};
|
|
11860
11866
|
protoOf(Result).hashCode = function () {
|
|
11861
|
-
return Result__hashCode_impl_d2zufp(this.
|
|
11867
|
+
return Result__hashCode_impl_d2zufp(this.bi_1);
|
|
11862
11868
|
};
|
|
11863
11869
|
protoOf(Result).equals = function (other) {
|
|
11864
|
-
return Result__equals_impl_bxgmep(this.
|
|
11870
|
+
return Result__equals_impl_bxgmep(this.bi_1, other);
|
|
11865
11871
|
};
|
|
11866
11872
|
function createFailure(exception) {
|
|
11867
11873
|
return new Failure_0(exception);
|
|
@@ -11869,7 +11875,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11869
11875
|
function throwOnFailure(_this__u8e3s4) {
|
|
11870
11876
|
var tmp = _Result___get_value__impl__bjfvqg(_this__u8e3s4);
|
|
11871
11877
|
if (tmp instanceof Failure_0)
|
|
11872
|
-
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).
|
|
11878
|
+
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).ai_1;
|
|
11873
11879
|
}
|
|
11874
11880
|
function NotImplementedError(message) {
|
|
11875
11881
|
message = message === VOID ? 'An operation is not implemented.' : message;
|
|
@@ -11909,35 +11915,35 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11909
11915
|
return new Pair(_this__u8e3s4, that);
|
|
11910
11916
|
}
|
|
11911
11917
|
function Triple(first, second, third) {
|
|
11912
|
-
this.
|
|
11913
|
-
this.
|
|
11914
|
-
this.
|
|
11918
|
+
this.ci_1 = first;
|
|
11919
|
+
this.di_1 = second;
|
|
11920
|
+
this.ei_1 = third;
|
|
11915
11921
|
}
|
|
11916
11922
|
protoOf(Triple).toString = function () {
|
|
11917
|
-
return '(' + toString_0(this.
|
|
11923
|
+
return '(' + toString_0(this.ci_1) + ', ' + toString_0(this.di_1) + ', ' + toString_0(this.ei_1) + ')';
|
|
11918
11924
|
};
|
|
11919
11925
|
protoOf(Triple).sc = function () {
|
|
11920
|
-
return this.bi_1;
|
|
11921
|
-
};
|
|
11922
|
-
protoOf(Triple).tc = function () {
|
|
11923
11926
|
return this.ci_1;
|
|
11924
11927
|
};
|
|
11925
|
-
protoOf(Triple).
|
|
11928
|
+
protoOf(Triple).tc = function () {
|
|
11926
11929
|
return this.di_1;
|
|
11927
11930
|
};
|
|
11928
|
-
protoOf(Triple).fi = function (
|
|
11931
|
+
protoOf(Triple).fi = function () {
|
|
11932
|
+
return this.ei_1;
|
|
11933
|
+
};
|
|
11934
|
+
protoOf(Triple).gi = function (first, second, third) {
|
|
11929
11935
|
return new Triple(first, second, third);
|
|
11930
11936
|
};
|
|
11931
|
-
protoOf(Triple).
|
|
11932
|
-
first = first === VOID ? this.
|
|
11933
|
-
second = second === VOID ? this.
|
|
11934
|
-
third = third === VOID ? this.
|
|
11935
|
-
return $super === VOID ? this.
|
|
11937
|
+
protoOf(Triple).hi = function (first, second, third, $super) {
|
|
11938
|
+
first = first === VOID ? this.ci_1 : first;
|
|
11939
|
+
second = second === VOID ? this.di_1 : second;
|
|
11940
|
+
third = third === VOID ? this.ei_1 : third;
|
|
11941
|
+
return $super === VOID ? this.gi(first, second, third) : $super.gi.call(this, first, second, third);
|
|
11936
11942
|
};
|
|
11937
11943
|
protoOf(Triple).hashCode = function () {
|
|
11938
|
-
var result = this.
|
|
11939
|
-
result = imul(result, 31) + (this.ci_1 == null ? 0 : hashCode_0(this.ci_1)) | 0;
|
|
11944
|
+
var result = this.ci_1 == null ? 0 : hashCode_0(this.ci_1);
|
|
11940
11945
|
result = imul(result, 31) + (this.di_1 == null ? 0 : hashCode_0(this.di_1)) | 0;
|
|
11946
|
+
result = imul(result, 31) + (this.ei_1 == null ? 0 : hashCode_0(this.ei_1)) | 0;
|
|
11941
11947
|
return result;
|
|
11942
11948
|
};
|
|
11943
11949
|
protoOf(Triple).equals = function (other) {
|
|
@@ -11945,12 +11951,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11945
11951
|
return true;
|
|
11946
11952
|
if (!(other instanceof Triple))
|
|
11947
11953
|
return false;
|
|
11948
|
-
if (!equals(this.bi_1, other.bi_1))
|
|
11949
|
-
return false;
|
|
11950
11954
|
if (!equals(this.ci_1, other.ci_1))
|
|
11951
11955
|
return false;
|
|
11952
11956
|
if (!equals(this.di_1, other.di_1))
|
|
11953
11957
|
return false;
|
|
11958
|
+
if (!equals(this.ei_1, other.ei_1))
|
|
11959
|
+
return false;
|
|
11954
11960
|
return true;
|
|
11955
11961
|
};
|
|
11956
11962
|
function Companion_22() {
|
|
@@ -11968,7 +11974,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11968
11974
|
}
|
|
11969
11975
|
return tmp;
|
|
11970
11976
|
};
|
|
11971
|
-
protoOf(Companion_22).
|
|
11977
|
+
protoOf(Companion_22).ii = function (uuidString) {
|
|
11972
11978
|
var tmp;
|
|
11973
11979
|
switch (uuidString.length) {
|
|
11974
11980
|
case 36:
|
|
@@ -11990,35 +11996,35 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11990
11996
|
}
|
|
11991
11997
|
function Uuid(mostSignificantBits, leastSignificantBits) {
|
|
11992
11998
|
Companion_getInstance_22();
|
|
11993
|
-
this.
|
|
11994
|
-
this.
|
|
11999
|
+
this.ji_1 = mostSignificantBits;
|
|
12000
|
+
this.ki_1 = leastSignificantBits;
|
|
11995
12001
|
}
|
|
11996
12002
|
protoOf(Uuid).toString = function () {
|
|
11997
|
-
return this.
|
|
12003
|
+
return this.li();
|
|
11998
12004
|
};
|
|
11999
|
-
protoOf(Uuid).
|
|
12005
|
+
protoOf(Uuid).li = function () {
|
|
12000
12006
|
var bytes = new Int8Array(36);
|
|
12001
|
-
formatBytesInto(this.
|
|
12007
|
+
formatBytesInto(this.ji_1, bytes, 0, 0, 4);
|
|
12002
12008
|
// Inline function 'kotlin.code' call
|
|
12003
12009
|
var this_0 = _Char___init__impl__6a9atx(45);
|
|
12004
12010
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
12005
12011
|
bytes[8] = toByte(tmp$ret$0);
|
|
12006
|
-
formatBytesInto(this.
|
|
12012
|
+
formatBytesInto(this.ji_1, bytes, 9, 4, 6);
|
|
12007
12013
|
// Inline function 'kotlin.code' call
|
|
12008
12014
|
var this_1 = _Char___init__impl__6a9atx(45);
|
|
12009
12015
|
var tmp$ret$1 = Char__toInt_impl_vasixd(this_1);
|
|
12010
12016
|
bytes[13] = toByte(tmp$ret$1);
|
|
12011
|
-
formatBytesInto(this.
|
|
12017
|
+
formatBytesInto(this.ji_1, bytes, 14, 6, 8);
|
|
12012
12018
|
// Inline function 'kotlin.code' call
|
|
12013
12019
|
var this_2 = _Char___init__impl__6a9atx(45);
|
|
12014
12020
|
var tmp$ret$2 = Char__toInt_impl_vasixd(this_2);
|
|
12015
12021
|
bytes[18] = toByte(tmp$ret$2);
|
|
12016
|
-
formatBytesInto(this.
|
|
12022
|
+
formatBytesInto(this.ki_1, bytes, 19, 0, 2);
|
|
12017
12023
|
// Inline function 'kotlin.code' call
|
|
12018
12024
|
var this_3 = _Char___init__impl__6a9atx(45);
|
|
12019
12025
|
var tmp$ret$3 = Char__toInt_impl_vasixd(this_3);
|
|
12020
12026
|
bytes[23] = toByte(tmp$ret$3);
|
|
12021
|
-
formatBytesInto(this.
|
|
12027
|
+
formatBytesInto(this.ki_1, bytes, 24, 2, 8);
|
|
12022
12028
|
return decodeToString(bytes);
|
|
12023
12029
|
};
|
|
12024
12030
|
protoOf(Uuid).equals = function (other) {
|
|
@@ -12026,25 +12032,25 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12026
12032
|
return true;
|
|
12027
12033
|
if (!(other instanceof Uuid))
|
|
12028
12034
|
return false;
|
|
12029
|
-
return equalsLong(this.
|
|
12035
|
+
return equalsLong(this.ji_1, other.ji_1) && equalsLong(this.ki_1, other.ki_1);
|
|
12030
12036
|
};
|
|
12031
|
-
protoOf(Uuid).
|
|
12037
|
+
protoOf(Uuid).mi = function (other) {
|
|
12032
12038
|
var tmp;
|
|
12033
|
-
if (!equalsLong(this.
|
|
12039
|
+
if (!equalsLong(this.ji_1, other.ji_1)) {
|
|
12034
12040
|
// Inline function 'kotlin.toULong' call
|
|
12035
|
-
var this_0 = this.
|
|
12041
|
+
var this_0 = this.ji_1;
|
|
12036
12042
|
var tmp0 = _ULong___init__impl__c78o9k(this_0);
|
|
12037
12043
|
// Inline function 'kotlin.toULong' call
|
|
12038
|
-
var this_1 = other.
|
|
12044
|
+
var this_1 = other.ji_1;
|
|
12039
12045
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
12040
12046
|
var other_0 = _ULong___init__impl__c78o9k(this_1);
|
|
12041
12047
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0), _ULong___get_data__impl__fggpzb(other_0));
|
|
12042
12048
|
} else {
|
|
12043
12049
|
// Inline function 'kotlin.toULong' call
|
|
12044
|
-
var this_2 = this.
|
|
12050
|
+
var this_2 = this.ki_1;
|
|
12045
12051
|
var tmp0_0 = _ULong___init__impl__c78o9k(this_2);
|
|
12046
12052
|
// Inline function 'kotlin.toULong' call
|
|
12047
|
-
var this_3 = other.
|
|
12053
|
+
var this_3 = other.ki_1;
|
|
12048
12054
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
12049
12055
|
var other_1 = _ULong___init__impl__c78o9k(this_3);
|
|
12050
12056
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0_0), _ULong___get_data__impl__fggpzb(other_1));
|
|
@@ -12052,10 +12058,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12052
12058
|
return tmp;
|
|
12053
12059
|
};
|
|
12054
12060
|
protoOf(Uuid).d = function (other) {
|
|
12055
|
-
return this.
|
|
12061
|
+
return this.mi(other instanceof Uuid ? other : THROW_CCE());
|
|
12056
12062
|
};
|
|
12057
12063
|
protoOf(Uuid).hashCode = function () {
|
|
12058
|
-
return bitwiseXor(this.
|
|
12064
|
+
return bitwiseXor(this.ji_1, this.ki_1).hashCode();
|
|
12059
12065
|
};
|
|
12060
12066
|
function truncateForErrorMessage_0(_this__u8e3s4, maxLength) {
|
|
12061
12067
|
return _this__u8e3s4.length <= maxLength ? _this__u8e3s4 : substring(_this__u8e3s4, 0, maxLength) + '...';
|
|
@@ -12075,10 +12081,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12075
12081
|
}
|
|
12076
12082
|
function Companion_23() {
|
|
12077
12083
|
Companion_instance_23 = this;
|
|
12078
|
-
this.
|
|
12079
|
-
this.
|
|
12080
|
-
this.
|
|
12081
|
-
this.
|
|
12084
|
+
this.ni_1 = _UByte___init__impl__g9hnc4(0);
|
|
12085
|
+
this.oi_1 = _UByte___init__impl__g9hnc4(-1);
|
|
12086
|
+
this.pi_1 = 1;
|
|
12087
|
+
this.qi_1 = 8;
|
|
12082
12088
|
}
|
|
12083
12089
|
var Companion_instance_23;
|
|
12084
12090
|
function Companion_getInstance_23() {
|
|
@@ -12094,7 +12100,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12094
12100
|
return compareTo(tmp, tmp$ret$1);
|
|
12095
12101
|
}
|
|
12096
12102
|
function UByte__compareTo_impl_5w5192_0($this, other) {
|
|
12097
|
-
return UByte__compareTo_impl_5w5192($this.
|
|
12103
|
+
return UByte__compareTo_impl_5w5192($this.ri_1, other instanceof UByte ? other.ri_1 : THROW_CCE());
|
|
12098
12104
|
}
|
|
12099
12105
|
function UByte__toString_impl_v72jg($this) {
|
|
12100
12106
|
// Inline function 'kotlin.UByte.toInt' call
|
|
@@ -12106,28 +12112,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12106
12112
|
function UByte__equals_impl_nvqtsf($this, other) {
|
|
12107
12113
|
if (!(other instanceof UByte))
|
|
12108
12114
|
return false;
|
|
12109
|
-
if (!($this === other.
|
|
12115
|
+
if (!($this === other.ri_1))
|
|
12110
12116
|
return false;
|
|
12111
12117
|
return true;
|
|
12112
12118
|
}
|
|
12113
12119
|
function UByte(data) {
|
|
12114
12120
|
Companion_getInstance_23();
|
|
12115
|
-
this.
|
|
12121
|
+
this.ri_1 = data;
|
|
12116
12122
|
}
|
|
12117
|
-
protoOf(UByte).
|
|
12118
|
-
return UByte__compareTo_impl_5w5192(this.
|
|
12123
|
+
protoOf(UByte).si = function (other) {
|
|
12124
|
+
return UByte__compareTo_impl_5w5192(this.ri_1, other);
|
|
12119
12125
|
};
|
|
12120
12126
|
protoOf(UByte).d = function (other) {
|
|
12121
12127
|
return UByte__compareTo_impl_5w5192_0(this, other);
|
|
12122
12128
|
};
|
|
12123
12129
|
protoOf(UByte).toString = function () {
|
|
12124
|
-
return UByte__toString_impl_v72jg(this.
|
|
12130
|
+
return UByte__toString_impl_v72jg(this.ri_1);
|
|
12125
12131
|
};
|
|
12126
12132
|
protoOf(UByte).hashCode = function () {
|
|
12127
|
-
return UByte__hashCode_impl_mmczcb(this.
|
|
12133
|
+
return UByte__hashCode_impl_mmczcb(this.ri_1);
|
|
12128
12134
|
};
|
|
12129
12135
|
protoOf(UByte).equals = function (other) {
|
|
12130
|
-
return UByte__equals_impl_nvqtsf(this.
|
|
12136
|
+
return UByte__equals_impl_nvqtsf(this.ri_1, other);
|
|
12131
12137
|
};
|
|
12132
12138
|
function _UByteArray___init__impl__ip4y9n(storage) {
|
|
12133
12139
|
return storage;
|
|
@@ -12155,27 +12161,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12155
12161
|
return new Iterator(_UByteArray___get_storage__impl__d4kctt($this));
|
|
12156
12162
|
}
|
|
12157
12163
|
function Iterator(array) {
|
|
12158
|
-
this.
|
|
12159
|
-
this.
|
|
12164
|
+
this.ti_1 = array;
|
|
12165
|
+
this.ui_1 = 0;
|
|
12160
12166
|
}
|
|
12161
12167
|
protoOf(Iterator).m = function () {
|
|
12162
|
-
return this.
|
|
12168
|
+
return this.ui_1 < this.ti_1.length;
|
|
12163
12169
|
};
|
|
12164
|
-
protoOf(Iterator).
|
|
12170
|
+
protoOf(Iterator).vi = function () {
|
|
12165
12171
|
var tmp;
|
|
12166
|
-
if (this.
|
|
12167
|
-
var _unary__edvuaz = this.
|
|
12168
|
-
this.
|
|
12172
|
+
if (this.ui_1 < this.ti_1.length) {
|
|
12173
|
+
var _unary__edvuaz = this.ui_1;
|
|
12174
|
+
this.ui_1 = _unary__edvuaz + 1 | 0;
|
|
12169
12175
|
// Inline function 'kotlin.toUByte' call
|
|
12170
|
-
var this_0 = this.
|
|
12176
|
+
var this_0 = this.ti_1[_unary__edvuaz];
|
|
12171
12177
|
tmp = _UByte___init__impl__g9hnc4(this_0);
|
|
12172
12178
|
} else {
|
|
12173
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
12179
|
+
throw NoSuchElementException_init_$Create$_0(this.ui_1.toString());
|
|
12174
12180
|
}
|
|
12175
12181
|
return tmp;
|
|
12176
12182
|
};
|
|
12177
12183
|
protoOf(Iterator).n = function () {
|
|
12178
|
-
return new UByte(this.
|
|
12184
|
+
return new UByte(this.vi());
|
|
12179
12185
|
};
|
|
12180
12186
|
function UByteArray__isEmpty_impl_nbfqsa($this) {
|
|
12181
12187
|
return _UByteArray___get_storage__impl__d4kctt($this).length === 0;
|
|
@@ -12189,31 +12195,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12189
12195
|
function UByteArray__equals_impl_roka4u($this, other) {
|
|
12190
12196
|
if (!(other instanceof UByteArray))
|
|
12191
12197
|
return false;
|
|
12192
|
-
var tmp0_other_with_cast = other.
|
|
12198
|
+
var tmp0_other_with_cast = other.wi_1;
|
|
12193
12199
|
if (!equals($this, tmp0_other_with_cast))
|
|
12194
12200
|
return false;
|
|
12195
12201
|
return true;
|
|
12196
12202
|
}
|
|
12197
12203
|
function UByteArray(storage) {
|
|
12198
|
-
this.
|
|
12204
|
+
this.wi_1 = storage;
|
|
12199
12205
|
}
|
|
12200
12206
|
protoOf(UByteArray).o = function () {
|
|
12201
|
-
return _UByteArray___get_size__impl__h6pkdv(this.
|
|
12207
|
+
return _UByteArray___get_size__impl__h6pkdv(this.wi_1);
|
|
12202
12208
|
};
|
|
12203
12209
|
protoOf(UByteArray).l = function () {
|
|
12204
|
-
return UByteArray__iterator_impl_509y1p(this.
|
|
12210
|
+
return UByteArray__iterator_impl_509y1p(this.wi_1);
|
|
12205
12211
|
};
|
|
12206
12212
|
protoOf(UByteArray).r = function () {
|
|
12207
|
-
return UByteArray__isEmpty_impl_nbfqsa(this.
|
|
12213
|
+
return UByteArray__isEmpty_impl_nbfqsa(this.wi_1);
|
|
12208
12214
|
};
|
|
12209
12215
|
protoOf(UByteArray).toString = function () {
|
|
12210
|
-
return UByteArray__toString_impl_ukpl97(this.
|
|
12216
|
+
return UByteArray__toString_impl_ukpl97(this.wi_1);
|
|
12211
12217
|
};
|
|
12212
12218
|
protoOf(UByteArray).hashCode = function () {
|
|
12213
|
-
return UByteArray__hashCode_impl_ip8jx2(this.
|
|
12219
|
+
return UByteArray__hashCode_impl_ip8jx2(this.wi_1);
|
|
12214
12220
|
};
|
|
12215
12221
|
protoOf(UByteArray).equals = function (other) {
|
|
12216
|
-
return UByteArray__equals_impl_roka4u(this.
|
|
12222
|
+
return UByteArray__equals_impl_roka4u(this.wi_1, other);
|
|
12217
12223
|
};
|
|
12218
12224
|
function _UInt___init__impl__l7qpdl(data) {
|
|
12219
12225
|
return data;
|
|
@@ -12223,10 +12229,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12223
12229
|
}
|
|
12224
12230
|
function Companion_24() {
|
|
12225
12231
|
Companion_instance_24 = this;
|
|
12226
|
-
this.
|
|
12227
|
-
this.
|
|
12228
|
-
this.
|
|
12229
|
-
this.
|
|
12232
|
+
this.xi_1 = _UInt___init__impl__l7qpdl(0);
|
|
12233
|
+
this.yi_1 = _UInt___init__impl__l7qpdl(-1);
|
|
12234
|
+
this.zi_1 = 4;
|
|
12235
|
+
this.aj_1 = 32;
|
|
12230
12236
|
}
|
|
12231
12237
|
var Companion_instance_24;
|
|
12232
12238
|
function Companion_getInstance_24() {
|
|
@@ -12238,7 +12244,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12238
12244
|
return uintCompare(_UInt___get_data__impl__f0vqqw($this), _UInt___get_data__impl__f0vqqw(other));
|
|
12239
12245
|
}
|
|
12240
12246
|
function UInt__compareTo_impl_yacclj_0($this, other) {
|
|
12241
|
-
return UInt__compareTo_impl_yacclj($this.
|
|
12247
|
+
return UInt__compareTo_impl_yacclj($this.bj_1, other instanceof UInt ? other.bj_1 : THROW_CCE());
|
|
12242
12248
|
}
|
|
12243
12249
|
function UInt__toString_impl_dbgl21($this) {
|
|
12244
12250
|
// Inline function 'kotlin.uintToString' call
|
|
@@ -12252,28 +12258,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12252
12258
|
function UInt__equals_impl_ffdoxg($this, other) {
|
|
12253
12259
|
if (!(other instanceof UInt))
|
|
12254
12260
|
return false;
|
|
12255
|
-
if (!($this === other.
|
|
12261
|
+
if (!($this === other.bj_1))
|
|
12256
12262
|
return false;
|
|
12257
12263
|
return true;
|
|
12258
12264
|
}
|
|
12259
12265
|
function UInt(data) {
|
|
12260
12266
|
Companion_getInstance_24();
|
|
12261
|
-
this.
|
|
12267
|
+
this.bj_1 = data;
|
|
12262
12268
|
}
|
|
12263
|
-
protoOf(UInt).
|
|
12264
|
-
return UInt__compareTo_impl_yacclj(this.
|
|
12269
|
+
protoOf(UInt).cj = function (other) {
|
|
12270
|
+
return UInt__compareTo_impl_yacclj(this.bj_1, other);
|
|
12265
12271
|
};
|
|
12266
12272
|
protoOf(UInt).d = function (other) {
|
|
12267
12273
|
return UInt__compareTo_impl_yacclj_0(this, other);
|
|
12268
12274
|
};
|
|
12269
12275
|
protoOf(UInt).toString = function () {
|
|
12270
|
-
return UInt__toString_impl_dbgl21(this.
|
|
12276
|
+
return UInt__toString_impl_dbgl21(this.bj_1);
|
|
12271
12277
|
};
|
|
12272
12278
|
protoOf(UInt).hashCode = function () {
|
|
12273
|
-
return UInt__hashCode_impl_z2mhuw(this.
|
|
12279
|
+
return UInt__hashCode_impl_z2mhuw(this.bj_1);
|
|
12274
12280
|
};
|
|
12275
12281
|
protoOf(UInt).equals = function (other) {
|
|
12276
|
-
return UInt__equals_impl_ffdoxg(this.
|
|
12282
|
+
return UInt__equals_impl_ffdoxg(this.bj_1, other);
|
|
12277
12283
|
};
|
|
12278
12284
|
function _UIntArray___init__impl__ghjpc6(storage) {
|
|
12279
12285
|
return storage;
|
|
@@ -12301,27 +12307,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12301
12307
|
return new Iterator_0(_UIntArray___get_storage__impl__92a0v0($this));
|
|
12302
12308
|
}
|
|
12303
12309
|
function Iterator_0(array) {
|
|
12304
|
-
this.
|
|
12305
|
-
this.
|
|
12310
|
+
this.dj_1 = array;
|
|
12311
|
+
this.ej_1 = 0;
|
|
12306
12312
|
}
|
|
12307
12313
|
protoOf(Iterator_0).m = function () {
|
|
12308
|
-
return this.
|
|
12314
|
+
return this.ej_1 < this.dj_1.length;
|
|
12309
12315
|
};
|
|
12310
|
-
protoOf(Iterator_0).
|
|
12316
|
+
protoOf(Iterator_0).fj = function () {
|
|
12311
12317
|
var tmp;
|
|
12312
|
-
if (this.
|
|
12313
|
-
var _unary__edvuaz = this.
|
|
12314
|
-
this.
|
|
12318
|
+
if (this.ej_1 < this.dj_1.length) {
|
|
12319
|
+
var _unary__edvuaz = this.ej_1;
|
|
12320
|
+
this.ej_1 = _unary__edvuaz + 1 | 0;
|
|
12315
12321
|
// Inline function 'kotlin.toUInt' call
|
|
12316
|
-
var this_0 = this.
|
|
12322
|
+
var this_0 = this.dj_1[_unary__edvuaz];
|
|
12317
12323
|
tmp = _UInt___init__impl__l7qpdl(this_0);
|
|
12318
12324
|
} else {
|
|
12319
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
12325
|
+
throw NoSuchElementException_init_$Create$_0(this.ej_1.toString());
|
|
12320
12326
|
}
|
|
12321
12327
|
return tmp;
|
|
12322
12328
|
};
|
|
12323
12329
|
protoOf(Iterator_0).n = function () {
|
|
12324
|
-
return new UInt(this.
|
|
12330
|
+
return new UInt(this.fj());
|
|
12325
12331
|
};
|
|
12326
12332
|
function UIntArray__isEmpty_impl_vd8j4n($this) {
|
|
12327
12333
|
return _UIntArray___get_storage__impl__92a0v0($this).length === 0;
|
|
@@ -12335,31 +12341,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12335
12341
|
function UIntArray__equals_impl_flcmof($this, other) {
|
|
12336
12342
|
if (!(other instanceof UIntArray))
|
|
12337
12343
|
return false;
|
|
12338
|
-
var tmp0_other_with_cast = other.
|
|
12344
|
+
var tmp0_other_with_cast = other.gj_1;
|
|
12339
12345
|
if (!equals($this, tmp0_other_with_cast))
|
|
12340
12346
|
return false;
|
|
12341
12347
|
return true;
|
|
12342
12348
|
}
|
|
12343
12349
|
function UIntArray(storage) {
|
|
12344
|
-
this.
|
|
12350
|
+
this.gj_1 = storage;
|
|
12345
12351
|
}
|
|
12346
12352
|
protoOf(UIntArray).o = function () {
|
|
12347
|
-
return _UIntArray___get_size__impl__r6l8ci(this.
|
|
12353
|
+
return _UIntArray___get_size__impl__r6l8ci(this.gj_1);
|
|
12348
12354
|
};
|
|
12349
12355
|
protoOf(UIntArray).l = function () {
|
|
12350
|
-
return UIntArray__iterator_impl_tkdv7k(this.
|
|
12356
|
+
return UIntArray__iterator_impl_tkdv7k(this.gj_1);
|
|
12351
12357
|
};
|
|
12352
12358
|
protoOf(UIntArray).r = function () {
|
|
12353
|
-
return UIntArray__isEmpty_impl_vd8j4n(this.
|
|
12359
|
+
return UIntArray__isEmpty_impl_vd8j4n(this.gj_1);
|
|
12354
12360
|
};
|
|
12355
12361
|
protoOf(UIntArray).toString = function () {
|
|
12356
|
-
return UIntArray__toString_impl_3zy802(this.
|
|
12362
|
+
return UIntArray__toString_impl_3zy802(this.gj_1);
|
|
12357
12363
|
};
|
|
12358
12364
|
protoOf(UIntArray).hashCode = function () {
|
|
12359
|
-
return UIntArray__hashCode_impl_hr7ost(this.
|
|
12365
|
+
return UIntArray__hashCode_impl_hr7ost(this.gj_1);
|
|
12360
12366
|
};
|
|
12361
12367
|
protoOf(UIntArray).equals = function (other) {
|
|
12362
|
-
return UIntArray__equals_impl_flcmof(this.
|
|
12368
|
+
return UIntArray__equals_impl_flcmof(this.gj_1, other);
|
|
12363
12369
|
};
|
|
12364
12370
|
function _ULong___init__impl__c78o9k(data) {
|
|
12365
12371
|
return data;
|
|
@@ -12369,10 +12375,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12369
12375
|
}
|
|
12370
12376
|
function Companion_25() {
|
|
12371
12377
|
Companion_instance_25 = this;
|
|
12372
|
-
this.
|
|
12373
|
-
this.
|
|
12374
|
-
this.
|
|
12375
|
-
this.
|
|
12378
|
+
this.hj_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
|
|
12379
|
+
this.ij_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
|
|
12380
|
+
this.jj_1 = 8;
|
|
12381
|
+
this.kj_1 = 64;
|
|
12376
12382
|
}
|
|
12377
12383
|
var Companion_instance_25;
|
|
12378
12384
|
function Companion_getInstance_25() {
|
|
@@ -12384,7 +12390,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12384
12390
|
return ulongCompare(_ULong___get_data__impl__fggpzb($this), _ULong___get_data__impl__fggpzb(other));
|
|
12385
12391
|
}
|
|
12386
12392
|
function ULong__compareTo_impl_38i7tu_0($this, other) {
|
|
12387
|
-
return ULong__compareTo_impl_38i7tu($this.
|
|
12393
|
+
return ULong__compareTo_impl_38i7tu($this.lj_1, other instanceof ULong ? other.lj_1 : THROW_CCE());
|
|
12388
12394
|
}
|
|
12389
12395
|
function ULong__toString_impl_f9au7k($this) {
|
|
12390
12396
|
// Inline function 'kotlin.ulongToString' call
|
|
@@ -12397,29 +12403,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12397
12403
|
function ULong__equals_impl_o0gnyb($this, other) {
|
|
12398
12404
|
if (!(other instanceof ULong))
|
|
12399
12405
|
return false;
|
|
12400
|
-
var tmp0_other_with_cast = other.
|
|
12406
|
+
var tmp0_other_with_cast = other.lj_1;
|
|
12401
12407
|
if (!equalsLong($this, tmp0_other_with_cast))
|
|
12402
12408
|
return false;
|
|
12403
12409
|
return true;
|
|
12404
12410
|
}
|
|
12405
12411
|
function ULong(data) {
|
|
12406
12412
|
Companion_getInstance_25();
|
|
12407
|
-
this.
|
|
12413
|
+
this.lj_1 = data;
|
|
12408
12414
|
}
|
|
12409
|
-
protoOf(ULong).
|
|
12410
|
-
return ULong__compareTo_impl_38i7tu(this.
|
|
12415
|
+
protoOf(ULong).mj = function (other) {
|
|
12416
|
+
return ULong__compareTo_impl_38i7tu(this.lj_1, other);
|
|
12411
12417
|
};
|
|
12412
12418
|
protoOf(ULong).d = function (other) {
|
|
12413
12419
|
return ULong__compareTo_impl_38i7tu_0(this, other);
|
|
12414
12420
|
};
|
|
12415
12421
|
protoOf(ULong).toString = function () {
|
|
12416
|
-
return ULong__toString_impl_f9au7k(this.
|
|
12422
|
+
return ULong__toString_impl_f9au7k(this.lj_1);
|
|
12417
12423
|
};
|
|
12418
12424
|
protoOf(ULong).hashCode = function () {
|
|
12419
|
-
return ULong__hashCode_impl_6hv2lb(this.
|
|
12425
|
+
return ULong__hashCode_impl_6hv2lb(this.lj_1);
|
|
12420
12426
|
};
|
|
12421
12427
|
protoOf(ULong).equals = function (other) {
|
|
12422
|
-
return ULong__equals_impl_o0gnyb(this.
|
|
12428
|
+
return ULong__equals_impl_o0gnyb(this.lj_1, other);
|
|
12423
12429
|
};
|
|
12424
12430
|
function _ULongArray___init__impl__twm1l3(storage) {
|
|
12425
12431
|
return storage;
|
|
@@ -12447,27 +12453,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12447
12453
|
return new Iterator_1(_ULongArray___get_storage__impl__28e64j($this));
|
|
12448
12454
|
}
|
|
12449
12455
|
function Iterator_1(array) {
|
|
12450
|
-
this.
|
|
12451
|
-
this.
|
|
12456
|
+
this.nj_1 = array;
|
|
12457
|
+
this.oj_1 = 0;
|
|
12452
12458
|
}
|
|
12453
12459
|
protoOf(Iterator_1).m = function () {
|
|
12454
|
-
return this.
|
|
12460
|
+
return this.oj_1 < this.nj_1.length;
|
|
12455
12461
|
};
|
|
12456
|
-
protoOf(Iterator_1).
|
|
12462
|
+
protoOf(Iterator_1).pj = function () {
|
|
12457
12463
|
var tmp;
|
|
12458
|
-
if (this.
|
|
12459
|
-
var _unary__edvuaz = this.
|
|
12460
|
-
this.
|
|
12464
|
+
if (this.oj_1 < this.nj_1.length) {
|
|
12465
|
+
var _unary__edvuaz = this.oj_1;
|
|
12466
|
+
this.oj_1 = _unary__edvuaz + 1 | 0;
|
|
12461
12467
|
// Inline function 'kotlin.toULong' call
|
|
12462
|
-
var this_0 = this.
|
|
12468
|
+
var this_0 = this.nj_1[_unary__edvuaz];
|
|
12463
12469
|
tmp = _ULong___init__impl__c78o9k(this_0);
|
|
12464
12470
|
} else {
|
|
12465
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
12471
|
+
throw NoSuchElementException_init_$Create$_0(this.oj_1.toString());
|
|
12466
12472
|
}
|
|
12467
12473
|
return tmp;
|
|
12468
12474
|
};
|
|
12469
12475
|
protoOf(Iterator_1).n = function () {
|
|
12470
|
-
return new ULong(this.
|
|
12476
|
+
return new ULong(this.pj());
|
|
12471
12477
|
};
|
|
12472
12478
|
function ULongArray__isEmpty_impl_c3yngu($this) {
|
|
12473
12479
|
return _ULongArray___get_storage__impl__28e64j($this).length === 0;
|
|
@@ -12481,31 +12487,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12481
12487
|
function ULongArray__equals_impl_vwitwa($this, other) {
|
|
12482
12488
|
if (!(other instanceof ULongArray))
|
|
12483
12489
|
return false;
|
|
12484
|
-
var tmp0_other_with_cast = other.
|
|
12490
|
+
var tmp0_other_with_cast = other.qj_1;
|
|
12485
12491
|
if (!equals($this, tmp0_other_with_cast))
|
|
12486
12492
|
return false;
|
|
12487
12493
|
return true;
|
|
12488
12494
|
}
|
|
12489
12495
|
function ULongArray(storage) {
|
|
12490
|
-
this.
|
|
12496
|
+
this.qj_1 = storage;
|
|
12491
12497
|
}
|
|
12492
12498
|
protoOf(ULongArray).o = function () {
|
|
12493
|
-
return _ULongArray___get_size__impl__ju6dtr(this.
|
|
12499
|
+
return _ULongArray___get_size__impl__ju6dtr(this.qj_1);
|
|
12494
12500
|
};
|
|
12495
12501
|
protoOf(ULongArray).l = function () {
|
|
12496
|
-
return ULongArray__iterator_impl_cq4d2h(this.
|
|
12502
|
+
return ULongArray__iterator_impl_cq4d2h(this.qj_1);
|
|
12497
12503
|
};
|
|
12498
12504
|
protoOf(ULongArray).r = function () {
|
|
12499
|
-
return ULongArray__isEmpty_impl_c3yngu(this.
|
|
12505
|
+
return ULongArray__isEmpty_impl_c3yngu(this.qj_1);
|
|
12500
12506
|
};
|
|
12501
12507
|
protoOf(ULongArray).toString = function () {
|
|
12502
|
-
return ULongArray__toString_impl_wqk1p5(this.
|
|
12508
|
+
return ULongArray__toString_impl_wqk1p5(this.qj_1);
|
|
12503
12509
|
};
|
|
12504
12510
|
protoOf(ULongArray).hashCode = function () {
|
|
12505
|
-
return ULongArray__hashCode_impl_aze4wa(this.
|
|
12511
|
+
return ULongArray__hashCode_impl_aze4wa(this.qj_1);
|
|
12506
12512
|
};
|
|
12507
12513
|
protoOf(ULongArray).equals = function (other) {
|
|
12508
|
-
return ULongArray__equals_impl_vwitwa(this.
|
|
12514
|
+
return ULongArray__equals_impl_vwitwa(this.qj_1, other);
|
|
12509
12515
|
};
|
|
12510
12516
|
function _UShort___init__impl__jigrne(data) {
|
|
12511
12517
|
return data;
|
|
@@ -12515,10 +12521,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12515
12521
|
}
|
|
12516
12522
|
function Companion_26() {
|
|
12517
12523
|
Companion_instance_26 = this;
|
|
12518
|
-
this.
|
|
12519
|
-
this.
|
|
12520
|
-
this.
|
|
12521
|
-
this.
|
|
12524
|
+
this.rj_1 = _UShort___init__impl__jigrne(0);
|
|
12525
|
+
this.sj_1 = _UShort___init__impl__jigrne(-1);
|
|
12526
|
+
this.tj_1 = 2;
|
|
12527
|
+
this.uj_1 = 16;
|
|
12522
12528
|
}
|
|
12523
12529
|
var Companion_instance_26;
|
|
12524
12530
|
function Companion_getInstance_26() {
|
|
@@ -12534,7 +12540,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12534
12540
|
return compareTo(tmp, tmp$ret$1);
|
|
12535
12541
|
}
|
|
12536
12542
|
function UShort__compareTo_impl_1pfgyc_0($this, other) {
|
|
12537
|
-
return UShort__compareTo_impl_1pfgyc($this.
|
|
12543
|
+
return UShort__compareTo_impl_1pfgyc($this.vj_1, other instanceof UShort ? other.vj_1 : THROW_CCE());
|
|
12538
12544
|
}
|
|
12539
12545
|
function UShort__toString_impl_edaoee($this) {
|
|
12540
12546
|
// Inline function 'kotlin.UShort.toInt' call
|
|
@@ -12546,28 +12552,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12546
12552
|
function UShort__equals_impl_7t9pdz($this, other) {
|
|
12547
12553
|
if (!(other instanceof UShort))
|
|
12548
12554
|
return false;
|
|
12549
|
-
if (!($this === other.
|
|
12555
|
+
if (!($this === other.vj_1))
|
|
12550
12556
|
return false;
|
|
12551
12557
|
return true;
|
|
12552
12558
|
}
|
|
12553
12559
|
function UShort(data) {
|
|
12554
12560
|
Companion_getInstance_26();
|
|
12555
|
-
this.
|
|
12561
|
+
this.vj_1 = data;
|
|
12556
12562
|
}
|
|
12557
|
-
protoOf(UShort).
|
|
12558
|
-
return UShort__compareTo_impl_1pfgyc(this.
|
|
12563
|
+
protoOf(UShort).wj = function (other) {
|
|
12564
|
+
return UShort__compareTo_impl_1pfgyc(this.vj_1, other);
|
|
12559
12565
|
};
|
|
12560
12566
|
protoOf(UShort).d = function (other) {
|
|
12561
12567
|
return UShort__compareTo_impl_1pfgyc_0(this, other);
|
|
12562
12568
|
};
|
|
12563
12569
|
protoOf(UShort).toString = function () {
|
|
12564
|
-
return UShort__toString_impl_edaoee(this.
|
|
12570
|
+
return UShort__toString_impl_edaoee(this.vj_1);
|
|
12565
12571
|
};
|
|
12566
12572
|
protoOf(UShort).hashCode = function () {
|
|
12567
|
-
return UShort__hashCode_impl_ywngrv(this.
|
|
12573
|
+
return UShort__hashCode_impl_ywngrv(this.vj_1);
|
|
12568
12574
|
};
|
|
12569
12575
|
protoOf(UShort).equals = function (other) {
|
|
12570
|
-
return UShort__equals_impl_7t9pdz(this.
|
|
12576
|
+
return UShort__equals_impl_7t9pdz(this.vj_1, other);
|
|
12571
12577
|
};
|
|
12572
12578
|
function _UShortArray___init__impl__9b26ef(storage) {
|
|
12573
12579
|
return storage;
|
|
@@ -12595,27 +12601,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12595
12601
|
return new Iterator_2(_UShortArray___get_storage__impl__t2jpv5($this));
|
|
12596
12602
|
}
|
|
12597
12603
|
function Iterator_2(array) {
|
|
12598
|
-
this.
|
|
12599
|
-
this.
|
|
12604
|
+
this.xj_1 = array;
|
|
12605
|
+
this.yj_1 = 0;
|
|
12600
12606
|
}
|
|
12601
12607
|
protoOf(Iterator_2).m = function () {
|
|
12602
|
-
return this.
|
|
12608
|
+
return this.yj_1 < this.xj_1.length;
|
|
12603
12609
|
};
|
|
12604
|
-
protoOf(Iterator_2).
|
|
12610
|
+
protoOf(Iterator_2).zj = function () {
|
|
12605
12611
|
var tmp;
|
|
12606
|
-
if (this.
|
|
12607
|
-
var _unary__edvuaz = this.
|
|
12608
|
-
this.
|
|
12612
|
+
if (this.yj_1 < this.xj_1.length) {
|
|
12613
|
+
var _unary__edvuaz = this.yj_1;
|
|
12614
|
+
this.yj_1 = _unary__edvuaz + 1 | 0;
|
|
12609
12615
|
// Inline function 'kotlin.toUShort' call
|
|
12610
|
-
var this_0 = this.
|
|
12616
|
+
var this_0 = this.xj_1[_unary__edvuaz];
|
|
12611
12617
|
tmp = _UShort___init__impl__jigrne(this_0);
|
|
12612
12618
|
} else {
|
|
12613
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
12619
|
+
throw NoSuchElementException_init_$Create$_0(this.yj_1.toString());
|
|
12614
12620
|
}
|
|
12615
12621
|
return tmp;
|
|
12616
12622
|
};
|
|
12617
12623
|
protoOf(Iterator_2).n = function () {
|
|
12618
|
-
return new UShort(this.
|
|
12624
|
+
return new UShort(this.zj());
|
|
12619
12625
|
};
|
|
12620
12626
|
function UShortArray__isEmpty_impl_cdd9l0($this) {
|
|
12621
12627
|
return _UShortArray___get_storage__impl__t2jpv5($this).length === 0;
|
|
@@ -12629,31 +12635,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12629
12635
|
function UShortArray__equals_impl_tyc3mk($this, other) {
|
|
12630
12636
|
if (!(other instanceof UShortArray))
|
|
12631
12637
|
return false;
|
|
12632
|
-
var tmp0_other_with_cast = other.
|
|
12638
|
+
var tmp0_other_with_cast = other.ak_1;
|
|
12633
12639
|
if (!equals($this, tmp0_other_with_cast))
|
|
12634
12640
|
return false;
|
|
12635
12641
|
return true;
|
|
12636
12642
|
}
|
|
12637
12643
|
function UShortArray(storage) {
|
|
12638
|
-
this.
|
|
12644
|
+
this.ak_1 = storage;
|
|
12639
12645
|
}
|
|
12640
12646
|
protoOf(UShortArray).o = function () {
|
|
12641
|
-
return _UShortArray___get_size__impl__jqto1b(this.
|
|
12647
|
+
return _UShortArray___get_size__impl__jqto1b(this.ak_1);
|
|
12642
12648
|
};
|
|
12643
12649
|
protoOf(UShortArray).l = function () {
|
|
12644
|
-
return UShortArray__iterator_impl_ktpenn(this.
|
|
12650
|
+
return UShortArray__iterator_impl_ktpenn(this.ak_1);
|
|
12645
12651
|
};
|
|
12646
12652
|
protoOf(UShortArray).r = function () {
|
|
12647
|
-
return UShortArray__isEmpty_impl_cdd9l0(this.
|
|
12653
|
+
return UShortArray__isEmpty_impl_cdd9l0(this.ak_1);
|
|
12648
12654
|
};
|
|
12649
12655
|
protoOf(UShortArray).toString = function () {
|
|
12650
|
-
return UShortArray__toString_impl_omz03z(this.
|
|
12656
|
+
return UShortArray__toString_impl_omz03z(this.ak_1);
|
|
12651
12657
|
};
|
|
12652
12658
|
protoOf(UShortArray).hashCode = function () {
|
|
12653
|
-
return UShortArray__hashCode_impl_2vt3b4(this.
|
|
12659
|
+
return UShortArray__hashCode_impl_2vt3b4(this.ak_1);
|
|
12654
12660
|
};
|
|
12655
12661
|
protoOf(UShortArray).equals = function (other) {
|
|
12656
|
-
return UShortArray__equals_impl_tyc3mk(this.
|
|
12662
|
+
return UShortArray__equals_impl_tyc3mk(this.ak_1, other);
|
|
12657
12663
|
};
|
|
12658
12664
|
function toULongOrNull(_this__u8e3s4) {
|
|
12659
12665
|
return toULongOrNull_0(_this__u8e3s4, 10);
|