game_client_logic_deb 1.8.247 → 1.8.250
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 +518 -518
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1334 -1334
- package/Logic_Debertz-core.js +1370 -1331
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +13999 -12720
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +62 -22
- package/Logic_Debertz-game_client.js +3155 -3155
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +490 -444
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +13 -13
- package/kotlinx-coroutines-core.js +2165 -2165
- package/kotlinx-io-kotlinx-io-core.js +311 -311
- package/kotlinx-serialization-kotlinx-serialization-core.js +1756 -1756
- package/kotlinx-serialization-kotlinx-serialization-json.js +1320 -1320
- package/ktor-ktor-client-content-negotiation.js +133 -133
- package/ktor-ktor-client-core.js +1537 -1537
- package/ktor-ktor-client-logging.js +282 -282
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +600 -600
- package/ktor-ktor-io.js +1257 -1257
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +136 -136
- package/ktor-ktor-serialization.js +62 -62
- package/ktor-ktor-utils.js +492 -492
- package/ktor-ktor-websockets.js +42 -42
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +159 -159
- package/raspberry-cardgame-lib-logger.js +88 -88
- package/raspberry-cardgame-lib-random.js +784 -784
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/secure-random-secure-random.js +5 -5
- package/uuid.js +12 -12
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -110,8 +110,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
110
110
|
}
|
|
111
111
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
112
112
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
113
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
114
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
113
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
114
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
115
115
|
initMetadataForCompanion(Companion_1);
|
|
116
116
|
initMetadataForInterface(Entry, 'Entry');
|
|
117
117
|
initMetadataForCompanion(Companion_2);
|
|
@@ -140,7 +140,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
140
140
|
initMetadataForObject(Letter, 'Letter');
|
|
141
141
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
142
142
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
143
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
143
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
144
144
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
145
145
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
146
146
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -153,7 +153,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
153
153
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
154
154
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
155
155
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
156
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
156
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
|
|
157
157
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
158
158
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
159
159
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -357,7 +357,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
357
357
|
initMetadataForCompanion(Companion_13);
|
|
358
358
|
initMetadataForClass(IntProgression, 'IntProgression');
|
|
359
359
|
function contains(value) {
|
|
360
|
-
return compareTo(value, this.
|
|
360
|
+
return compareTo(value, this.fh()) >= 0 && compareTo(value, this.gh()) <= 0;
|
|
361
361
|
}
|
|
362
362
|
initMetadataForInterface(ClosedRange, 'ClosedRange');
|
|
363
363
|
initMetadataForClass(IntRange, 'IntRange', VOID, IntProgression, [IntProgression, ClosedRange]);
|
|
@@ -925,9 +925,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
925
925
|
}
|
|
926
926
|
return optimizeReadOnlyList(list);
|
|
927
927
|
}
|
|
928
|
-
function lastOrNull(_this__u8e3s4) {
|
|
929
|
-
return _this__u8e3s4.p() ? null : _this__u8e3s4.o(_this__u8e3s4.m() - 1 | 0);
|
|
930
|
-
}
|
|
931
928
|
function sorted(_this__u8e3s4) {
|
|
932
929
|
if (isInterface(_this__u8e3s4, Collection)) {
|
|
933
930
|
if (_this__u8e3s4.m() <= 1)
|
|
@@ -982,6 +979,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
982
979
|
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
983
980
|
return _this__u8e3s4.o(0);
|
|
984
981
|
}
|
|
982
|
+
function lastOrNull(_this__u8e3s4) {
|
|
983
|
+
return _this__u8e3s4.p() ? null : _this__u8e3s4.o(_this__u8e3s4.m() - 1 | 0);
|
|
984
|
+
}
|
|
985
985
|
function singleOrNull(_this__u8e3s4) {
|
|
986
986
|
return _this__u8e3s4.m() === 1 ? _this__u8e3s4.o(0) : null;
|
|
987
987
|
}
|
|
@@ -10665,20 +10665,26 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10665
10665
|
protoOf(Default).re = function () {
|
|
10666
10666
|
return this.mg_1.re();
|
|
10667
10667
|
};
|
|
10668
|
-
protoOf(Default).og = function () {
|
|
10669
|
-
return this.mg_1.og();
|
|
10668
|
+
protoOf(Default).og = function (until) {
|
|
10669
|
+
return this.mg_1.og(until);
|
|
10670
10670
|
};
|
|
10671
10671
|
protoOf(Default).pg = function (from, until) {
|
|
10672
10672
|
return this.mg_1.pg(from, until);
|
|
10673
10673
|
};
|
|
10674
|
-
protoOf(Default).qg = function (
|
|
10675
|
-
return this.mg_1.qg(
|
|
10674
|
+
protoOf(Default).qg = function () {
|
|
10675
|
+
return this.mg_1.qg();
|
|
10676
|
+
};
|
|
10677
|
+
protoOf(Default).rg = function (from, until) {
|
|
10678
|
+
return this.mg_1.rg(from, until);
|
|
10679
|
+
};
|
|
10680
|
+
protoOf(Default).sg = function (array) {
|
|
10681
|
+
return this.mg_1.sg(array);
|
|
10676
10682
|
};
|
|
10677
|
-
protoOf(Default).
|
|
10678
|
-
return this.mg_1.
|
|
10683
|
+
protoOf(Default).tg = function (size) {
|
|
10684
|
+
return this.mg_1.tg(size);
|
|
10679
10685
|
};
|
|
10680
|
-
protoOf(Default).
|
|
10681
|
-
return this.mg_1.
|
|
10686
|
+
protoOf(Default).ug = function (array, fromIndex, toIndex) {
|
|
10687
|
+
return this.mg_1.ug(array, fromIndex, toIndex);
|
|
10682
10688
|
};
|
|
10683
10689
|
var Default_instance;
|
|
10684
10690
|
function Default_getInstance() {
|
|
@@ -10692,14 +10698,44 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10692
10698
|
protoOf(Random).re = function () {
|
|
10693
10699
|
return this.ng(32);
|
|
10694
10700
|
};
|
|
10695
|
-
protoOf(Random).og = function () {
|
|
10701
|
+
protoOf(Random).og = function (until) {
|
|
10702
|
+
return this.pg(0, until);
|
|
10703
|
+
};
|
|
10704
|
+
protoOf(Random).pg = function (from, until) {
|
|
10705
|
+
checkRangeBounds(from, until);
|
|
10706
|
+
var n = until - from | 0;
|
|
10707
|
+
if (n > 0 || n === -2147483648) {
|
|
10708
|
+
var tmp;
|
|
10709
|
+
if ((n & (-n | 0)) === n) {
|
|
10710
|
+
var bitCount = fastLog2(n);
|
|
10711
|
+
tmp = this.ng(bitCount);
|
|
10712
|
+
} else {
|
|
10713
|
+
var v;
|
|
10714
|
+
do {
|
|
10715
|
+
var bits = this.re() >>> 1 | 0;
|
|
10716
|
+
v = bits % n | 0;
|
|
10717
|
+
}
|
|
10718
|
+
while (((bits - v | 0) + (n - 1 | 0) | 0) < 0);
|
|
10719
|
+
tmp = v;
|
|
10720
|
+
}
|
|
10721
|
+
var rnd = tmp;
|
|
10722
|
+
return from + rnd | 0;
|
|
10723
|
+
} else {
|
|
10724
|
+
while (true) {
|
|
10725
|
+
var rnd_0 = this.re();
|
|
10726
|
+
if (from <= rnd_0 ? rnd_0 < until : false)
|
|
10727
|
+
return rnd_0;
|
|
10728
|
+
}
|
|
10729
|
+
}
|
|
10730
|
+
};
|
|
10731
|
+
protoOf(Random).qg = function () {
|
|
10696
10732
|
// Inline function 'kotlin.Long.plus' call
|
|
10697
10733
|
var this_0 = toLong(this.re()).e3(32);
|
|
10698
10734
|
var other = this.re();
|
|
10699
10735
|
return this_0.v2(toLong(other));
|
|
10700
10736
|
};
|
|
10701
|
-
protoOf(Random).
|
|
10702
|
-
|
|
10737
|
+
protoOf(Random).rg = function (from, until) {
|
|
10738
|
+
checkRangeBounds_0(from, until);
|
|
10703
10739
|
var n = until.w2(from);
|
|
10704
10740
|
if (n.z(new Long(0, 0)) > 0) {
|
|
10705
10741
|
var rnd;
|
|
@@ -10721,7 +10757,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10721
10757
|
var v;
|
|
10722
10758
|
$l$1: do {
|
|
10723
10759
|
$l$0: do {
|
|
10724
|
-
var bits = this.
|
|
10760
|
+
var bits = this.qg().g3(1);
|
|
10725
10761
|
v = bits.z2(n);
|
|
10726
10762
|
}
|
|
10727
10763
|
while (false);
|
|
@@ -10735,13 +10771,13 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10735
10771
|
return from.v2(rnd);
|
|
10736
10772
|
} else {
|
|
10737
10773
|
while (true) {
|
|
10738
|
-
var rnd_0 = this.
|
|
10774
|
+
var rnd_0 = this.qg();
|
|
10739
10775
|
if (from.z(rnd_0) <= 0 ? rnd_0.z(until) < 0 : false)
|
|
10740
10776
|
return rnd_0;
|
|
10741
10777
|
}
|
|
10742
10778
|
}
|
|
10743
10779
|
};
|
|
10744
|
-
protoOf(Random).
|
|
10780
|
+
protoOf(Random).ug = function (array, fromIndex, toIndex) {
|
|
10745
10781
|
// Inline function 'kotlin.require' call
|
|
10746
10782
|
// Inline function 'kotlin.contracts.contract' call
|
|
10747
10783
|
if (!((0 <= fromIndex ? fromIndex <= array.length : false) && (0 <= toIndex ? toIndex <= array.length : false))) {
|
|
@@ -10786,17 +10822,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10786
10822
|
while (inductionVariable_0 < remainder);
|
|
10787
10823
|
return array;
|
|
10788
10824
|
};
|
|
10789
|
-
protoOf(Random).
|
|
10790
|
-
return this.
|
|
10825
|
+
protoOf(Random).sg = function (array) {
|
|
10826
|
+
return this.ug(array, 0, array.length);
|
|
10791
10827
|
};
|
|
10792
|
-
protoOf(Random).
|
|
10793
|
-
return this.
|
|
10828
|
+
protoOf(Random).tg = function (size) {
|
|
10829
|
+
return this.sg(new Int8Array(size));
|
|
10794
10830
|
};
|
|
10831
|
+
function checkRangeBounds(from, until) {
|
|
10832
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
10833
|
+
var tmp;
|
|
10834
|
+
if (!(until > from)) {
|
|
10835
|
+
// Inline function 'kotlin.random.checkRangeBounds.<anonymous>' call
|
|
10836
|
+
var message = boundsErrorMessage(from, until);
|
|
10837
|
+
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
10838
|
+
}
|
|
10839
|
+
return tmp;
|
|
10840
|
+
}
|
|
10795
10841
|
function fastLog2(value) {
|
|
10796
10842
|
// Inline function 'kotlin.countLeadingZeroBits' call
|
|
10797
10843
|
return 31 - clz32(value) | 0;
|
|
10798
10844
|
}
|
|
10799
|
-
function
|
|
10845
|
+
function checkRangeBounds_0(from, until) {
|
|
10800
10846
|
// Inline function 'kotlin.contracts.contract' call
|
|
10801
10847
|
var tmp;
|
|
10802
10848
|
if (!(until.z(from) > 0)) {
|
|
@@ -10824,7 +10870,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10824
10870
|
}
|
|
10825
10871
|
function Companion_12() {
|
|
10826
10872
|
Companion_instance_12 = this;
|
|
10827
|
-
this.
|
|
10873
|
+
this.vg_1 = new Long(0, 0);
|
|
10828
10874
|
}
|
|
10829
10875
|
var Companion_instance_12;
|
|
10830
10876
|
function Companion_getInstance_12() {
|
|
@@ -10835,15 +10881,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10835
10881
|
function XorWowRandom(x, y, z, w, v, addend) {
|
|
10836
10882
|
Companion_getInstance_12();
|
|
10837
10883
|
Random.call(this);
|
|
10838
|
-
this.
|
|
10839
|
-
this.
|
|
10840
|
-
this.
|
|
10841
|
-
this.
|
|
10842
|
-
this.
|
|
10843
|
-
this.
|
|
10884
|
+
this.wg_1 = x;
|
|
10885
|
+
this.xg_1 = y;
|
|
10886
|
+
this.yg_1 = z;
|
|
10887
|
+
this.zg_1 = w;
|
|
10888
|
+
this.ah_1 = v;
|
|
10889
|
+
this.bh_1 = addend;
|
|
10844
10890
|
// Inline function 'kotlin.require' call
|
|
10845
10891
|
// Inline function 'kotlin.contracts.contract' call
|
|
10846
|
-
if (!!((this.
|
|
10892
|
+
if (!!((this.wg_1 | this.xg_1 | this.yg_1 | this.zg_1 | this.ah_1) === 0)) {
|
|
10847
10893
|
// Inline function 'kotlin.random.XorWowRandom.<anonymous>' call
|
|
10848
10894
|
var message = 'Initial state must have at least one non-zero element.';
|
|
10849
10895
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
@@ -10861,17 +10907,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10861
10907
|
while (inductionVariable < 64);
|
|
10862
10908
|
}
|
|
10863
10909
|
protoOf(XorWowRandom).re = function () {
|
|
10864
|
-
var t = this.
|
|
10910
|
+
var t = this.wg_1;
|
|
10865
10911
|
t = t ^ (t >>> 2 | 0);
|
|
10866
|
-
this.ug_1 = this.vg_1;
|
|
10867
|
-
this.vg_1 = this.wg_1;
|
|
10868
10912
|
this.wg_1 = this.xg_1;
|
|
10869
|
-
|
|
10870
|
-
this.
|
|
10913
|
+
this.xg_1 = this.yg_1;
|
|
10914
|
+
this.yg_1 = this.zg_1;
|
|
10915
|
+
var v0 = this.ah_1;
|
|
10916
|
+
this.zg_1 = v0;
|
|
10871
10917
|
t = t ^ t << 1 ^ v0 ^ v0 << 4;
|
|
10872
|
-
this.
|
|
10873
|
-
this.
|
|
10874
|
-
return t + this.
|
|
10918
|
+
this.ah_1 = t;
|
|
10919
|
+
this.bh_1 = this.bh_1 + 362437 | 0;
|
|
10920
|
+
return t + this.bh_1 | 0;
|
|
10875
10921
|
};
|
|
10876
10922
|
protoOf(XorWowRandom).ng = function (bitCount) {
|
|
10877
10923
|
return takeUpperBits(this.re(), bitCount);
|
|
@@ -10890,17 +10936,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10890
10936
|
Companion_getInstance_13();
|
|
10891
10937
|
IntProgression.call(this, start, endInclusive, 1);
|
|
10892
10938
|
}
|
|
10893
|
-
protoOf(IntRange).
|
|
10939
|
+
protoOf(IntRange).fh = function () {
|
|
10894
10940
|
return this.a1_1;
|
|
10895
10941
|
};
|
|
10896
|
-
protoOf(IntRange).
|
|
10942
|
+
protoOf(IntRange).gh = function () {
|
|
10897
10943
|
return this.b1_1;
|
|
10898
10944
|
};
|
|
10899
|
-
protoOf(IntRange).
|
|
10945
|
+
protoOf(IntRange).hh = function (value) {
|
|
10900
10946
|
return this.a1_1 <= value && value <= this.b1_1;
|
|
10901
10947
|
};
|
|
10902
10948
|
protoOf(IntRange).d1 = function (value) {
|
|
10903
|
-
return this.
|
|
10949
|
+
return this.hh(typeof value === 'number' ? value : THROW_CCE());
|
|
10904
10950
|
};
|
|
10905
10951
|
protoOf(IntRange).p = function () {
|
|
10906
10952
|
return this.a1_1 > this.b1_1;
|
|
@@ -10922,7 +10968,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10922
10968
|
};
|
|
10923
10969
|
function Companion_14() {
|
|
10924
10970
|
Companion_instance_14 = this;
|
|
10925
|
-
this.
|
|
10971
|
+
this.ih_1 = new CharRange(_Char___init__impl__6a9atx(1), _Char___init__impl__6a9atx(0));
|
|
10926
10972
|
}
|
|
10927
10973
|
var Companion_instance_14;
|
|
10928
10974
|
function Companion_getInstance_14() {
|
|
@@ -10934,31 +10980,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10934
10980
|
Companion_getInstance_14();
|
|
10935
10981
|
CharProgression.call(this, start, endInclusive, 1);
|
|
10936
10982
|
}
|
|
10937
|
-
protoOf(CharRange).
|
|
10938
|
-
return this.
|
|
10983
|
+
protoOf(CharRange).mh = function () {
|
|
10984
|
+
return this.nh_1;
|
|
10939
10985
|
};
|
|
10940
|
-
protoOf(CharRange).
|
|
10941
|
-
return new Char(this.
|
|
10986
|
+
protoOf(CharRange).fh = function () {
|
|
10987
|
+
return new Char(this.mh());
|
|
10942
10988
|
};
|
|
10943
|
-
protoOf(CharRange).
|
|
10944
|
-
return this.
|
|
10989
|
+
protoOf(CharRange).qh = function () {
|
|
10990
|
+
return this.oh_1;
|
|
10945
10991
|
};
|
|
10946
|
-
protoOf(CharRange).
|
|
10947
|
-
return new Char(this.
|
|
10992
|
+
protoOf(CharRange).gh = function () {
|
|
10993
|
+
return new Char(this.qh());
|
|
10948
10994
|
};
|
|
10949
|
-
protoOf(CharRange).
|
|
10950
|
-
return Char__compareTo_impl_ypi4mb(this.
|
|
10995
|
+
protoOf(CharRange).rh = function (value) {
|
|
10996
|
+
return Char__compareTo_impl_ypi4mb(this.nh_1, value) <= 0 && Char__compareTo_impl_ypi4mb(value, this.oh_1) <= 0;
|
|
10951
10997
|
};
|
|
10952
10998
|
protoOf(CharRange).d1 = function (value) {
|
|
10953
|
-
return this.
|
|
10999
|
+
return this.rh(value instanceof Char ? value.g1_1 : THROW_CCE());
|
|
10954
11000
|
};
|
|
10955
11001
|
protoOf(CharRange).p = function () {
|
|
10956
|
-
return Char__compareTo_impl_ypi4mb(this.
|
|
11002
|
+
return Char__compareTo_impl_ypi4mb(this.nh_1, this.oh_1) > 0;
|
|
10957
11003
|
};
|
|
10958
11004
|
protoOf(CharRange).equals = function (other) {
|
|
10959
11005
|
var tmp;
|
|
10960
11006
|
if (other instanceof CharRange) {
|
|
10961
|
-
tmp = this.p() && other.p() || (this.
|
|
11007
|
+
tmp = this.p() && other.p() || (this.nh_1 === other.nh_1 && this.oh_1 === other.oh_1);
|
|
10962
11008
|
} else {
|
|
10963
11009
|
tmp = false;
|
|
10964
11010
|
}
|
|
@@ -10970,67 +11016,67 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10970
11016
|
tmp = -1;
|
|
10971
11017
|
} else {
|
|
10972
11018
|
// Inline function 'kotlin.code' call
|
|
10973
|
-
var this_0 = this.
|
|
11019
|
+
var this_0 = this.nh_1;
|
|
10974
11020
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
10975
11021
|
var tmp_0 = imul(31, tmp$ret$0);
|
|
10976
11022
|
// Inline function 'kotlin.code' call
|
|
10977
|
-
var this_1 = this.
|
|
11023
|
+
var this_1 = this.oh_1;
|
|
10978
11024
|
tmp = tmp_0 + Char__toInt_impl_vasixd(this_1) | 0;
|
|
10979
11025
|
}
|
|
10980
11026
|
return tmp;
|
|
10981
11027
|
};
|
|
10982
11028
|
protoOf(CharRange).toString = function () {
|
|
10983
|
-
return toString(this.
|
|
11029
|
+
return toString(this.nh_1) + '..' + toString(this.oh_1);
|
|
10984
11030
|
};
|
|
10985
11031
|
function IntProgressionIterator(first, last, step) {
|
|
10986
11032
|
IntIterator.call(this);
|
|
10987
|
-
this.
|
|
10988
|
-
this.
|
|
10989
|
-
this.
|
|
10990
|
-
this.
|
|
11033
|
+
this.sh_1 = step;
|
|
11034
|
+
this.th_1 = last;
|
|
11035
|
+
this.uh_1 = this.sh_1 > 0 ? first <= last : first >= last;
|
|
11036
|
+
this.vh_1 = this.uh_1 ? first : this.th_1;
|
|
10991
11037
|
}
|
|
10992
11038
|
protoOf(IntProgressionIterator).k = function () {
|
|
10993
|
-
return this.
|
|
11039
|
+
return this.uh_1;
|
|
10994
11040
|
};
|
|
10995
11041
|
protoOf(IntProgressionIterator).re = function () {
|
|
10996
|
-
var value = this.
|
|
10997
|
-
if (value === this.
|
|
10998
|
-
if (!this.
|
|
11042
|
+
var value = this.vh_1;
|
|
11043
|
+
if (value === this.th_1) {
|
|
11044
|
+
if (!this.uh_1)
|
|
10999
11045
|
throw NoSuchElementException_init_$Create$();
|
|
11000
|
-
this.
|
|
11046
|
+
this.uh_1 = false;
|
|
11001
11047
|
} else {
|
|
11002
|
-
this.
|
|
11048
|
+
this.vh_1 = this.vh_1 + this.sh_1 | 0;
|
|
11003
11049
|
}
|
|
11004
11050
|
return value;
|
|
11005
11051
|
};
|
|
11006
11052
|
function CharProgressionIterator(first, last, step) {
|
|
11007
11053
|
CharIterator.call(this);
|
|
11008
|
-
this.
|
|
11054
|
+
this.wh_1 = step;
|
|
11009
11055
|
var tmp = this;
|
|
11010
11056
|
// Inline function 'kotlin.code' call
|
|
11011
|
-
tmp.
|
|
11012
|
-
this.
|
|
11057
|
+
tmp.xh_1 = Char__toInt_impl_vasixd(last);
|
|
11058
|
+
this.yh_1 = this.wh_1 > 0 ? Char__compareTo_impl_ypi4mb(first, last) <= 0 : Char__compareTo_impl_ypi4mb(first, last) >= 0;
|
|
11013
11059
|
var tmp_0 = this;
|
|
11014
11060
|
var tmp_1;
|
|
11015
|
-
if (this.
|
|
11061
|
+
if (this.yh_1) {
|
|
11016
11062
|
// Inline function 'kotlin.code' call
|
|
11017
11063
|
tmp_1 = Char__toInt_impl_vasixd(first);
|
|
11018
11064
|
} else {
|
|
11019
|
-
tmp_1 = this.
|
|
11065
|
+
tmp_1 = this.xh_1;
|
|
11020
11066
|
}
|
|
11021
|
-
tmp_0.
|
|
11067
|
+
tmp_0.zh_1 = tmp_1;
|
|
11022
11068
|
}
|
|
11023
11069
|
protoOf(CharProgressionIterator).k = function () {
|
|
11024
|
-
return this.
|
|
11070
|
+
return this.yh_1;
|
|
11025
11071
|
};
|
|
11026
11072
|
protoOf(CharProgressionIterator).te = function () {
|
|
11027
|
-
var value = this.
|
|
11028
|
-
if (value === this.
|
|
11029
|
-
if (!this.
|
|
11073
|
+
var value = this.zh_1;
|
|
11074
|
+
if (value === this.xh_1) {
|
|
11075
|
+
if (!this.yh_1)
|
|
11030
11076
|
throw NoSuchElementException_init_$Create$();
|
|
11031
|
-
this.
|
|
11077
|
+
this.yh_1 = false;
|
|
11032
11078
|
} else {
|
|
11033
|
-
this.
|
|
11079
|
+
this.zh_1 = this.zh_1 + this.wh_1 | 0;
|
|
11034
11080
|
}
|
|
11035
11081
|
return numberToChar(value);
|
|
11036
11082
|
};
|
|
@@ -11084,25 +11130,25 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11084
11130
|
throw IllegalArgumentException_init_$Create$_0('Step must be non-zero.');
|
|
11085
11131
|
if (step === -2147483648)
|
|
11086
11132
|
throw IllegalArgumentException_init_$Create$_0('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
|
|
11087
|
-
this.
|
|
11133
|
+
this.nh_1 = start;
|
|
11088
11134
|
var tmp = this;
|
|
11089
11135
|
// Inline function 'kotlin.code' call
|
|
11090
11136
|
var tmp_0 = Char__toInt_impl_vasixd(start);
|
|
11091
11137
|
// Inline function 'kotlin.code' call
|
|
11092
11138
|
var tmp$ret$1 = Char__toInt_impl_vasixd(endInclusive);
|
|
11093
|
-
tmp.
|
|
11094
|
-
this.
|
|
11139
|
+
tmp.oh_1 = numberToChar(getProgressionLastElement(tmp_0, tmp$ret$1, step));
|
|
11140
|
+
this.ph_1 = step;
|
|
11095
11141
|
}
|
|
11096
11142
|
protoOf(CharProgression).j = function () {
|
|
11097
|
-
return new CharProgressionIterator(this.
|
|
11143
|
+
return new CharProgressionIterator(this.nh_1, this.oh_1, this.ph_1);
|
|
11098
11144
|
};
|
|
11099
11145
|
protoOf(CharProgression).p = function () {
|
|
11100
|
-
return this.
|
|
11146
|
+
return this.ph_1 > 0 ? Char__compareTo_impl_ypi4mb(this.nh_1, this.oh_1) > 0 : Char__compareTo_impl_ypi4mb(this.nh_1, this.oh_1) < 0;
|
|
11101
11147
|
};
|
|
11102
11148
|
protoOf(CharProgression).equals = function (other) {
|
|
11103
11149
|
var tmp;
|
|
11104
11150
|
if (other instanceof CharProgression) {
|
|
11105
|
-
tmp = this.p() && other.p() || (this.
|
|
11151
|
+
tmp = this.p() && other.p() || (this.nh_1 === other.nh_1 && this.oh_1 === other.oh_1 && this.ph_1 === other.ph_1);
|
|
11106
11152
|
} else {
|
|
11107
11153
|
tmp = false;
|
|
11108
11154
|
}
|
|
@@ -11114,18 +11160,18 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11114
11160
|
tmp = -1;
|
|
11115
11161
|
} else {
|
|
11116
11162
|
// Inline function 'kotlin.code' call
|
|
11117
|
-
var this_0 = this.
|
|
11163
|
+
var this_0 = this.nh_1;
|
|
11118
11164
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
11119
11165
|
var tmp_0 = imul(31, tmp$ret$0);
|
|
11120
11166
|
// Inline function 'kotlin.code' call
|
|
11121
|
-
var this_1 = this.
|
|
11167
|
+
var this_1 = this.oh_1;
|
|
11122
11168
|
var tmp$ret$1 = Char__toInt_impl_vasixd(this_1);
|
|
11123
|
-
tmp = imul(31, tmp_0 + tmp$ret$1 | 0) + this.
|
|
11169
|
+
tmp = imul(31, tmp_0 + tmp$ret$1 | 0) + this.ph_1 | 0;
|
|
11124
11170
|
}
|
|
11125
11171
|
return tmp;
|
|
11126
11172
|
};
|
|
11127
11173
|
protoOf(CharProgression).toString = function () {
|
|
11128
|
-
return this.
|
|
11174
|
+
return this.ph_1 > 0 ? toString(this.nh_1) + '..' + toString(this.oh_1) + ' step ' + this.ph_1 : toString(this.nh_1) + ' downTo ' + toString(this.oh_1) + ' step ' + (-this.ph_1 | 0);
|
|
11129
11175
|
};
|
|
11130
11176
|
function ClosedRange() {
|
|
11131
11177
|
}
|
|
@@ -11139,7 +11185,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11139
11185
|
Companion_instance_17 = this;
|
|
11140
11186
|
this.ua_1 = new KTypeProjection(null, null);
|
|
11141
11187
|
}
|
|
11142
|
-
protoOf(Companion_17).
|
|
11188
|
+
protoOf(Companion_17).ai = function () {
|
|
11143
11189
|
return this.ua_1;
|
|
11144
11190
|
};
|
|
11145
11191
|
protoOf(Companion_17).va = function (type) {
|
|
@@ -11153,31 +11199,31 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11153
11199
|
}
|
|
11154
11200
|
function KTypeProjection(variance, type) {
|
|
11155
11201
|
Companion_getInstance_17();
|
|
11156
|
-
this.
|
|
11157
|
-
this.
|
|
11202
|
+
this.bi_1 = variance;
|
|
11203
|
+
this.ci_1 = type;
|
|
11158
11204
|
// Inline function 'kotlin.require' call
|
|
11159
11205
|
// Inline function 'kotlin.contracts.contract' call
|
|
11160
|
-
if (!(this.
|
|
11206
|
+
if (!(this.bi_1 == null === (this.ci_1 == null))) {
|
|
11161
11207
|
// Inline function 'kotlin.reflect.KTypeProjection.<anonymous>' call
|
|
11162
|
-
var message = this.
|
|
11208
|
+
var message = this.bi_1 == null ? 'Star projection must have no type specified.' : 'The projection variance ' + toString_0(this.bi_1) + ' requires type to be specified.';
|
|
11163
11209
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
11164
11210
|
}
|
|
11165
11211
|
}
|
|
11166
11212
|
protoOf(KTypeProjection).toString = function () {
|
|
11167
|
-
var tmp0_subject = this.
|
|
11213
|
+
var tmp0_subject = this.bi_1;
|
|
11168
11214
|
var tmp;
|
|
11169
11215
|
switch (tmp0_subject == null ? -1 : tmp0_subject.n2_1) {
|
|
11170
11216
|
case -1:
|
|
11171
11217
|
tmp = '*';
|
|
11172
11218
|
break;
|
|
11173
11219
|
case 0:
|
|
11174
|
-
tmp = toString_0(this.
|
|
11220
|
+
tmp = toString_0(this.ci_1);
|
|
11175
11221
|
break;
|
|
11176
11222
|
case 1:
|
|
11177
|
-
tmp = 'in ' + toString_0(this.
|
|
11223
|
+
tmp = 'in ' + toString_0(this.ci_1);
|
|
11178
11224
|
break;
|
|
11179
11225
|
case 2:
|
|
11180
|
-
tmp = 'out ' + toString_0(this.
|
|
11226
|
+
tmp = 'out ' + toString_0(this.ci_1);
|
|
11181
11227
|
break;
|
|
11182
11228
|
default:
|
|
11183
11229
|
noWhenBranchMatchedException();
|
|
@@ -11186,8 +11232,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11186
11232
|
return tmp;
|
|
11187
11233
|
};
|
|
11188
11234
|
protoOf(KTypeProjection).hashCode = function () {
|
|
11189
|
-
var result = this.
|
|
11190
|
-
result = imul(result, 31) + (this.
|
|
11235
|
+
var result = this.bi_1 == null ? 0 : this.bi_1.hashCode();
|
|
11236
|
+
result = imul(result, 31) + (this.ci_1 == null ? 0 : hashCode(this.ci_1)) | 0;
|
|
11191
11237
|
return result;
|
|
11192
11238
|
};
|
|
11193
11239
|
protoOf(KTypeProjection).equals = function (other) {
|
|
@@ -11196,9 +11242,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11196
11242
|
if (!(other instanceof KTypeProjection))
|
|
11197
11243
|
return false;
|
|
11198
11244
|
var tmp0_other_with_cast = other instanceof KTypeProjection ? other : THROW_CCE();
|
|
11199
|
-
if (!equals(this.
|
|
11245
|
+
if (!equals(this.bi_1, tmp0_other_with_cast.bi_1))
|
|
11200
11246
|
return false;
|
|
11201
|
-
if (!equals(this.
|
|
11247
|
+
if (!equals(this.ci_1, tmp0_other_with_cast.ci_1))
|
|
11202
11248
|
return false;
|
|
11203
11249
|
return true;
|
|
11204
11250
|
};
|
|
@@ -11281,21 +11327,21 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11281
11327
|
function hexToLong(_this__u8e3s4, startIndex, endIndex, format) {
|
|
11282
11328
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
11283
11329
|
endIndex = endIndex === VOID ? _this__u8e3s4.length : endIndex;
|
|
11284
|
-
format = format === VOID ? Companion_getInstance_20().
|
|
11330
|
+
format = format === VOID ? Companion_getInstance_20().di_1 : format;
|
|
11285
11331
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
11286
11332
|
return hexToLongImpl(_this__u8e3s4, startIndex, endIndex, format, 16);
|
|
11287
11333
|
}
|
|
11288
11334
|
function hexToLongImpl(_this__u8e3s4, startIndex, endIndex, format, typeHexLength) {
|
|
11289
11335
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
11290
11336
|
Companion_instance_8.fc(startIndex, endIndex, _this__u8e3s4.length);
|
|
11291
|
-
var numberFormat = format.
|
|
11292
|
-
if (numberFormat.
|
|
11337
|
+
var numberFormat = format.hi_1;
|
|
11338
|
+
if (numberFormat.mi_1) {
|
|
11293
11339
|
checkNumberOfDigits(_this__u8e3s4, startIndex, endIndex, typeHexLength);
|
|
11294
11340
|
return parseLong(_this__u8e3s4, startIndex, endIndex);
|
|
11295
11341
|
}
|
|
11296
|
-
var prefix = numberFormat.
|
|
11297
|
-
var suffix = numberFormat.
|
|
11298
|
-
checkPrefixSuffixNumberOfDigits(_this__u8e3s4, startIndex, endIndex, prefix, suffix, numberFormat.
|
|
11342
|
+
var prefix = numberFormat.ii_1;
|
|
11343
|
+
var suffix = numberFormat.ji_1;
|
|
11344
|
+
checkPrefixSuffixNumberOfDigits(_this__u8e3s4, startIndex, endIndex, prefix, suffix, numberFormat.oi_1, typeHexLength);
|
|
11299
11345
|
return parseLong(_this__u8e3s4, startIndex + prefix.length | 0, endIndex - suffix.length | 0);
|
|
11300
11346
|
}
|
|
11301
11347
|
function checkNumberOfDigits(_this__u8e3s4, startIndex, endIndex, typeHexLength) {
|
|
@@ -11539,7 +11585,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11539
11585
|
}
|
|
11540
11586
|
function Companion_18() {
|
|
11541
11587
|
Companion_instance_18 = this;
|
|
11542
|
-
this.
|
|
11588
|
+
this.pi_1 = new BytesHexFormat(2147483647, 2147483647, ' ', '', '', '');
|
|
11543
11589
|
}
|
|
11544
11590
|
var Companion_instance_18;
|
|
11545
11591
|
function Companion_getInstance_18() {
|
|
@@ -11549,7 +11595,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11549
11595
|
}
|
|
11550
11596
|
function Companion_19() {
|
|
11551
11597
|
Companion_instance_19 = this;
|
|
11552
|
-
this.
|
|
11598
|
+
this.qi_1 = new NumberHexFormat('', '', false, 1);
|
|
11553
11599
|
}
|
|
11554
11600
|
var Companion_instance_19;
|
|
11555
11601
|
function Companion_getInstance_19() {
|
|
@@ -11559,32 +11605,32 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11559
11605
|
}
|
|
11560
11606
|
function BytesHexFormat(bytesPerLine, bytesPerGroup, groupSeparator, byteSeparator, bytePrefix, byteSuffix) {
|
|
11561
11607
|
Companion_getInstance_18();
|
|
11562
|
-
this.
|
|
11563
|
-
this.
|
|
11564
|
-
this.
|
|
11565
|
-
this.
|
|
11566
|
-
this.
|
|
11567
|
-
this.
|
|
11568
|
-
this.
|
|
11608
|
+
this.ri_1 = bytesPerLine;
|
|
11609
|
+
this.si_1 = bytesPerGroup;
|
|
11610
|
+
this.ti_1 = groupSeparator;
|
|
11611
|
+
this.ui_1 = byteSeparator;
|
|
11612
|
+
this.vi_1 = bytePrefix;
|
|
11613
|
+
this.wi_1 = byteSuffix;
|
|
11614
|
+
this.xi_1 = (this.ri_1 === 2147483647 && this.si_1 === 2147483647);
|
|
11569
11615
|
var tmp = this;
|
|
11570
11616
|
var tmp_0;
|
|
11571
11617
|
var tmp_1;
|
|
11572
11618
|
// Inline function 'kotlin.text.isEmpty' call
|
|
11573
|
-
var this_0 = this.
|
|
11619
|
+
var this_0 = this.vi_1;
|
|
11574
11620
|
if (charSequenceLength(this_0) === 0) {
|
|
11575
11621
|
// Inline function 'kotlin.text.isEmpty' call
|
|
11576
|
-
var this_1 = this.
|
|
11622
|
+
var this_1 = this.wi_1;
|
|
11577
11623
|
tmp_1 = charSequenceLength(this_1) === 0;
|
|
11578
11624
|
} else {
|
|
11579
11625
|
tmp_1 = false;
|
|
11580
11626
|
}
|
|
11581
11627
|
if (tmp_1) {
|
|
11582
|
-
tmp_0 = this.
|
|
11628
|
+
tmp_0 = this.ui_1.length <= 1;
|
|
11583
11629
|
} else {
|
|
11584
11630
|
tmp_0 = false;
|
|
11585
11631
|
}
|
|
11586
|
-
tmp.
|
|
11587
|
-
this.
|
|
11632
|
+
tmp.yi_1 = tmp_0;
|
|
11633
|
+
this.zi_1 = isCaseSensitive(this.ti_1) || isCaseSensitive(this.ui_1) || isCaseSensitive(this.vi_1) || isCaseSensitive(this.wi_1);
|
|
11588
11634
|
}
|
|
11589
11635
|
protoOf(BytesHexFormat).toString = function () {
|
|
11590
11636
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -11596,49 +11642,49 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11596
11642
|
// Inline function 'kotlin.text.appendLine' call
|
|
11597
11643
|
this_0.n8('BytesHexFormat(').o8(_Char___init__impl__6a9atx(10));
|
|
11598
11644
|
// Inline function 'kotlin.text.appendLine' call
|
|
11599
|
-
this.
|
|
11645
|
+
this.aj(this_0, ' ').o8(_Char___init__impl__6a9atx(10));
|
|
11600
11646
|
this_0.n8(')');
|
|
11601
11647
|
return this_0.toString();
|
|
11602
11648
|
};
|
|
11603
|
-
protoOf(BytesHexFormat).
|
|
11649
|
+
protoOf(BytesHexFormat).aj = function (sb, indent) {
|
|
11604
11650
|
// Inline function 'kotlin.text.appendLine' call
|
|
11605
11651
|
// Inline function 'kotlin.text.appendLine' call
|
|
11606
|
-
sb.n8(indent).n8('bytesPerLine = ').zb(this.
|
|
11652
|
+
sb.n8(indent).n8('bytesPerLine = ').zb(this.ri_1).n8(',').o8(_Char___init__impl__6a9atx(10));
|
|
11607
11653
|
// Inline function 'kotlin.text.appendLine' call
|
|
11608
11654
|
// Inline function 'kotlin.text.appendLine' call
|
|
11609
|
-
sb.n8(indent).n8('bytesPerGroup = ').zb(this.
|
|
11655
|
+
sb.n8(indent).n8('bytesPerGroup = ').zb(this.si_1).n8(',').o8(_Char___init__impl__6a9atx(10));
|
|
11610
11656
|
// Inline function 'kotlin.text.appendLine' call
|
|
11611
11657
|
// Inline function 'kotlin.text.appendLine' call
|
|
11612
|
-
sb.n8(indent).n8('groupSeparator = "').n8(this.
|
|
11658
|
+
sb.n8(indent).n8('groupSeparator = "').n8(this.ti_1).n8('",').o8(_Char___init__impl__6a9atx(10));
|
|
11613
11659
|
// Inline function 'kotlin.text.appendLine' call
|
|
11614
11660
|
// Inline function 'kotlin.text.appendLine' call
|
|
11615
|
-
sb.n8(indent).n8('byteSeparator = "').n8(this.
|
|
11661
|
+
sb.n8(indent).n8('byteSeparator = "').n8(this.ui_1).n8('",').o8(_Char___init__impl__6a9atx(10));
|
|
11616
11662
|
// Inline function 'kotlin.text.appendLine' call
|
|
11617
11663
|
// Inline function 'kotlin.text.appendLine' call
|
|
11618
|
-
sb.n8(indent).n8('bytePrefix = "').n8(this.
|
|
11619
|
-
sb.n8(indent).n8('byteSuffix = "').n8(this.
|
|
11664
|
+
sb.n8(indent).n8('bytePrefix = "').n8(this.vi_1).n8('",').o8(_Char___init__impl__6a9atx(10));
|
|
11665
|
+
sb.n8(indent).n8('byteSuffix = "').n8(this.wi_1).n8('"');
|
|
11620
11666
|
return sb;
|
|
11621
11667
|
};
|
|
11622
11668
|
function NumberHexFormat(prefix, suffix, removeLeadingZeros, minLength) {
|
|
11623
11669
|
Companion_getInstance_19();
|
|
11624
|
-
this.
|
|
11625
|
-
this.
|
|
11626
|
-
this.
|
|
11627
|
-
this.
|
|
11670
|
+
this.ii_1 = prefix;
|
|
11671
|
+
this.ji_1 = suffix;
|
|
11672
|
+
this.ki_1 = removeLeadingZeros;
|
|
11673
|
+
this.li_1 = minLength;
|
|
11628
11674
|
var tmp = this;
|
|
11629
11675
|
var tmp_0;
|
|
11630
11676
|
// Inline function 'kotlin.text.isEmpty' call
|
|
11631
|
-
var this_0 = this.
|
|
11677
|
+
var this_0 = this.ii_1;
|
|
11632
11678
|
if (charSequenceLength(this_0) === 0) {
|
|
11633
11679
|
// Inline function 'kotlin.text.isEmpty' call
|
|
11634
|
-
var this_1 = this.
|
|
11680
|
+
var this_1 = this.ji_1;
|
|
11635
11681
|
tmp_0 = charSequenceLength(this_1) === 0;
|
|
11636
11682
|
} else {
|
|
11637
11683
|
tmp_0 = false;
|
|
11638
11684
|
}
|
|
11639
|
-
tmp.
|
|
11640
|
-
this.
|
|
11641
|
-
this.
|
|
11685
|
+
tmp.mi_1 = tmp_0;
|
|
11686
|
+
this.ni_1 = (this.mi_1 && this.li_1 === 1);
|
|
11687
|
+
this.oi_1 = isCaseSensitive(this.ii_1) || isCaseSensitive(this.ji_1);
|
|
11642
11688
|
}
|
|
11643
11689
|
protoOf(NumberHexFormat).toString = function () {
|
|
11644
11690
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -11650,29 +11696,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11650
11696
|
// Inline function 'kotlin.text.appendLine' call
|
|
11651
11697
|
this_0.n8('NumberHexFormat(').o8(_Char___init__impl__6a9atx(10));
|
|
11652
11698
|
// Inline function 'kotlin.text.appendLine' call
|
|
11653
|
-
this.
|
|
11699
|
+
this.aj(this_0, ' ').o8(_Char___init__impl__6a9atx(10));
|
|
11654
11700
|
this_0.n8(')');
|
|
11655
11701
|
return this_0.toString();
|
|
11656
11702
|
};
|
|
11657
|
-
protoOf(NumberHexFormat).
|
|
11703
|
+
protoOf(NumberHexFormat).aj = function (sb, indent) {
|
|
11658
11704
|
// Inline function 'kotlin.text.appendLine' call
|
|
11659
11705
|
// Inline function 'kotlin.text.appendLine' call
|
|
11660
|
-
sb.n8(indent).n8('prefix = "').n8(this.
|
|
11706
|
+
sb.n8(indent).n8('prefix = "').n8(this.ii_1).n8('",').o8(_Char___init__impl__6a9atx(10));
|
|
11661
11707
|
// Inline function 'kotlin.text.appendLine' call
|
|
11662
11708
|
// Inline function 'kotlin.text.appendLine' call
|
|
11663
|
-
sb.n8(indent).n8('suffix = "').n8(this.
|
|
11709
|
+
sb.n8(indent).n8('suffix = "').n8(this.ji_1).n8('",').o8(_Char___init__impl__6a9atx(10));
|
|
11664
11710
|
// Inline function 'kotlin.text.appendLine' call
|
|
11665
|
-
var this_0 = sb.n8(indent).n8('removeLeadingZeros = ').yb(this.
|
|
11711
|
+
var this_0 = sb.n8(indent).n8('removeLeadingZeros = ').yb(this.ki_1);
|
|
11666
11712
|
var value = _Char___init__impl__6a9atx(44);
|
|
11667
11713
|
// Inline function 'kotlin.text.appendLine' call
|
|
11668
11714
|
this_0.o8(value).o8(_Char___init__impl__6a9atx(10));
|
|
11669
|
-
sb.n8(indent).n8('minLength = ').zb(this.
|
|
11715
|
+
sb.n8(indent).n8('minLength = ').zb(this.li_1);
|
|
11670
11716
|
return sb;
|
|
11671
11717
|
};
|
|
11672
11718
|
function Companion_20() {
|
|
11673
11719
|
Companion_instance_20 = this;
|
|
11674
|
-
this.
|
|
11675
|
-
this.
|
|
11720
|
+
this.di_1 = new HexFormat(false, Companion_getInstance_18().pi_1, Companion_getInstance_19().qi_1);
|
|
11721
|
+
this.ei_1 = new HexFormat(true, Companion_getInstance_18().pi_1, Companion_getInstance_19().qi_1);
|
|
11676
11722
|
}
|
|
11677
11723
|
var Companion_instance_20;
|
|
11678
11724
|
function Companion_getInstance_20() {
|
|
@@ -11682,9 +11728,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11682
11728
|
}
|
|
11683
11729
|
function HexFormat(upperCase, bytes, number) {
|
|
11684
11730
|
Companion_getInstance_20();
|
|
11685
|
-
this.
|
|
11686
|
-
this.
|
|
11687
|
-
this.
|
|
11731
|
+
this.fi_1 = upperCase;
|
|
11732
|
+
this.gi_1 = bytes;
|
|
11733
|
+
this.hi_1 = number;
|
|
11688
11734
|
}
|
|
11689
11735
|
protoOf(HexFormat).toString = function () {
|
|
11690
11736
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -11697,17 +11743,17 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
11697
11743
|
this_0.n8('HexFormat(').o8(_Char___init__impl__6a9atx(10));
|
|
11698
11744
|
// Inline function 'kotlin.text.appendLine' call
|
|
11699
11745
|
// Inline function 'kotlin.text.appendLine' call
|
|
11700
|
-
this_0.n8(' upperCase = ').yb(this.
|
|
11746
|
+
this_0.n8(' upperCase = ').yb(this.fi_1).n8(',').o8(_Char___init__impl__6a9atx(10));
|
|
11701
11747
|
// Inline function 'kotlin.text.appendLine' call
|
|
11702
11748
|
this_0.n8(' bytes = BytesHexFormat(').o8(_Char___init__impl__6a9atx(10));
|
|
11703
11749
|
// Inline function 'kotlin.text.appendLine' call
|
|
11704
|
-
this.
|
|
11750
|
+
this.gi_1.aj(this_0, ' ').o8(_Char___init__impl__6a9atx(10));
|
|
11705
11751
|
// Inline function 'kotlin.text.appendLine' call
|
|
11706
11752
|
this_0.n8(' ),').o8(_Char___init__impl__6a9atx(10));
|
|
11707
11753
|
// Inline function 'kotlin.text.appendLine' call
|
|
11708
11754
|
this_0.n8(' number = NumberHexFormat(').o8(_Char___init__impl__6a9atx(10));
|
|
11709
11755
|
// Inline function 'kotlin.text.appendLine' call
|
|
11710
|
-
this.
|
|
11756
|
+
this.hi_1.aj(this_0, ' ').o8(_Char___init__impl__6a9atx(10));
|
|
11711
11757
|
// Inline function 'kotlin.text.appendLine' call
|
|
11712
11758
|
this_0.n8(' )').o8(_Char___init__impl__6a9atx(10));
|
|
11713
11759
|
this_0.n8(')');
|
|
@@ -12285,7 +12331,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12285
12331
|
return true;
|
|
12286
12332
|
}
|
|
12287
12333
|
function substring(_this__u8e3s4, range) {
|
|
12288
|
-
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.
|
|
12334
|
+
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.fh(), range.gh() + 1 | 0));
|
|
12289
12335
|
}
|
|
12290
12336
|
function rangesDelimitedBy(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
12291
12337
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
@@ -12306,73 +12352,73 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12306
12352
|
return tmp;
|
|
12307
12353
|
}
|
|
12308
12354
|
function calcNext_0($this) {
|
|
12309
|
-
if ($this.
|
|
12310
|
-
$this.
|
|
12311
|
-
$this.
|
|
12355
|
+
if ($this.dj_1 < 0) {
|
|
12356
|
+
$this.bj_1 = 0;
|
|
12357
|
+
$this.ej_1 = null;
|
|
12312
12358
|
} else {
|
|
12313
12359
|
var tmp;
|
|
12314
12360
|
var tmp_0;
|
|
12315
|
-
if ($this.
|
|
12316
|
-
$this.
|
|
12317
|
-
tmp_0 = $this.
|
|
12361
|
+
if ($this.gj_1.jj_1 > 0) {
|
|
12362
|
+
$this.fj_1 = $this.fj_1 + 1 | 0;
|
|
12363
|
+
tmp_0 = $this.fj_1 >= $this.gj_1.jj_1;
|
|
12318
12364
|
} else {
|
|
12319
12365
|
tmp_0 = false;
|
|
12320
12366
|
}
|
|
12321
12367
|
if (tmp_0) {
|
|
12322
12368
|
tmp = true;
|
|
12323
12369
|
} else {
|
|
12324
|
-
tmp = $this.
|
|
12370
|
+
tmp = $this.dj_1 > charSequenceLength($this.gj_1.hj_1);
|
|
12325
12371
|
}
|
|
12326
12372
|
if (tmp) {
|
|
12327
|
-
$this.
|
|
12328
|
-
$this.
|
|
12373
|
+
$this.ej_1 = numberRangeToNumber($this.cj_1, get_lastIndex_3($this.gj_1.hj_1));
|
|
12374
|
+
$this.dj_1 = -1;
|
|
12329
12375
|
} else {
|
|
12330
|
-
var match = $this.
|
|
12376
|
+
var match = $this.gj_1.kj_1($this.gj_1.hj_1, $this.dj_1);
|
|
12331
12377
|
if (match == null) {
|
|
12332
|
-
$this.
|
|
12333
|
-
$this.
|
|
12378
|
+
$this.ej_1 = numberRangeToNumber($this.cj_1, get_lastIndex_3($this.gj_1.hj_1));
|
|
12379
|
+
$this.dj_1 = -1;
|
|
12334
12380
|
} else {
|
|
12335
12381
|
var index = match.pe();
|
|
12336
12382
|
var length = match.qe();
|
|
12337
|
-
$this.
|
|
12338
|
-
$this.
|
|
12339
|
-
$this.
|
|
12383
|
+
$this.ej_1 = until($this.cj_1, index);
|
|
12384
|
+
$this.cj_1 = index + length | 0;
|
|
12385
|
+
$this.dj_1 = $this.cj_1 + (length === 0 ? 1 : 0) | 0;
|
|
12340
12386
|
}
|
|
12341
12387
|
}
|
|
12342
|
-
$this.
|
|
12388
|
+
$this.bj_1 = 1;
|
|
12343
12389
|
}
|
|
12344
12390
|
}
|
|
12345
12391
|
function DelimitedRangesSequence$iterator$1(this$0) {
|
|
12346
|
-
this.
|
|
12347
|
-
this.
|
|
12348
|
-
this.
|
|
12349
|
-
this.
|
|
12350
|
-
this.
|
|
12351
|
-
this.
|
|
12392
|
+
this.gj_1 = this$0;
|
|
12393
|
+
this.bj_1 = -1;
|
|
12394
|
+
this.cj_1 = coerceIn_0(this$0.ij_1, 0, charSequenceLength(this$0.hj_1));
|
|
12395
|
+
this.dj_1 = this.cj_1;
|
|
12396
|
+
this.ej_1 = null;
|
|
12397
|
+
this.fj_1 = 0;
|
|
12352
12398
|
}
|
|
12353
12399
|
protoOf(DelimitedRangesSequence$iterator$1).l = function () {
|
|
12354
|
-
if (this.
|
|
12400
|
+
if (this.bj_1 === -1) {
|
|
12355
12401
|
calcNext_0(this);
|
|
12356
12402
|
}
|
|
12357
|
-
if (this.
|
|
12403
|
+
if (this.bj_1 === 0)
|
|
12358
12404
|
throw NoSuchElementException_init_$Create$();
|
|
12359
|
-
var tmp = this.
|
|
12405
|
+
var tmp = this.ej_1;
|
|
12360
12406
|
var result = tmp instanceof IntRange ? tmp : THROW_CCE();
|
|
12361
|
-
this.
|
|
12362
|
-
this.
|
|
12407
|
+
this.ej_1 = null;
|
|
12408
|
+
this.bj_1 = -1;
|
|
12363
12409
|
return result;
|
|
12364
12410
|
};
|
|
12365
12411
|
protoOf(DelimitedRangesSequence$iterator$1).k = function () {
|
|
12366
|
-
if (this.
|
|
12412
|
+
if (this.bj_1 === -1) {
|
|
12367
12413
|
calcNext_0(this);
|
|
12368
12414
|
}
|
|
12369
|
-
return this.
|
|
12415
|
+
return this.bj_1 === 1;
|
|
12370
12416
|
};
|
|
12371
12417
|
function DelimitedRangesSequence(input, startIndex, limit, getNextMatch) {
|
|
12372
|
-
this.
|
|
12373
|
-
this.
|
|
12374
|
-
this.
|
|
12375
|
-
this.
|
|
12418
|
+
this.hj_1 = input;
|
|
12419
|
+
this.ij_1 = startIndex;
|
|
12420
|
+
this.jj_1 = limit;
|
|
12421
|
+
this.kj_1 = getNextMatch;
|
|
12376
12422
|
}
|
|
12377
12423
|
protoOf(DelimitedRangesSequence).j = function () {
|
|
12378
12424
|
return new DelimitedRangesSequence$iterator$1(this);
|
|
@@ -12742,11 +12788,11 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12742
12788
|
}
|
|
12743
12789
|
function Companion_21() {
|
|
12744
12790
|
Companion_instance_21 = this;
|
|
12745
|
-
this.
|
|
12746
|
-
this.
|
|
12747
|
-
this.
|
|
12791
|
+
this.lj_1 = _Duration___init__impl__kdtzql(new Long(0, 0));
|
|
12792
|
+
this.mj_1 = durationOfMillis(new Long(-1, 1073741823));
|
|
12793
|
+
this.nj_1 = durationOfMillis(new Long(1, -1073741824));
|
|
12748
12794
|
}
|
|
12749
|
-
protoOf(Companion_21).
|
|
12795
|
+
protoOf(Companion_21).oj = function (value) {
|
|
12750
12796
|
var tmp;
|
|
12751
12797
|
try {
|
|
12752
12798
|
tmp = parseDuration(value, true);
|
|
@@ -12816,7 +12862,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12816
12862
|
return _get_rawValue__5zfu4e($this).z(new Long(0, 0)) > 0;
|
|
12817
12863
|
}
|
|
12818
12864
|
function Duration__isInfinite_impl_tsn9y3($this) {
|
|
12819
|
-
return _get_rawValue__5zfu4e($this).equals(_get_rawValue__5zfu4e(Companion_getInstance_21().
|
|
12865
|
+
return _get_rawValue__5zfu4e($this).equals(_get_rawValue__5zfu4e(Companion_getInstance_21().mj_1)) || _get_rawValue__5zfu4e($this).equals(_get_rawValue__5zfu4e(Companion_getInstance_21().nj_1));
|
|
12820
12866
|
}
|
|
12821
12867
|
function Duration__isFinite_impl_rzjsps($this) {
|
|
12822
12868
|
return !Duration__isInfinite_impl_tsn9y3($this);
|
|
@@ -12835,7 +12881,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12835
12881
|
return Duration__isNegative_impl_pbysfa($this) ? -r | 0 : r;
|
|
12836
12882
|
}
|
|
12837
12883
|
function Duration__compareTo_impl_pchp0f_0($this, other) {
|
|
12838
|
-
return Duration__compareTo_impl_pchp0f($this.
|
|
12884
|
+
return Duration__compareTo_impl_pchp0f($this.pj_1, other instanceof Duration ? other.pj_1 : THROW_CCE());
|
|
12839
12885
|
}
|
|
12840
12886
|
function _Duration___get_hoursComponent__impl__7hllxa($this) {
|
|
12841
12887
|
var tmp;
|
|
@@ -12885,7 +12931,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12885
12931
|
}
|
|
12886
12932
|
function Duration__toLong_impl_shr43i($this, unit) {
|
|
12887
12933
|
var tmp0_subject = _get_rawValue__5zfu4e($this);
|
|
12888
|
-
return tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().
|
|
12934
|
+
return tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().mj_1)) ? new Long(-1, 2147483647) : tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().nj_1)) ? new Long(0, -2147483648) : convertDurationUnit_0(_get_value__a43j40_0($this), _get_storageUnit__szjgha($this), unit);
|
|
12889
12935
|
}
|
|
12890
12936
|
function _Duration___get_inWholeDays__impl__7bvpxz($this) {
|
|
12891
12937
|
return Duration__toLong_impl_shr43i($this, DurationUnit_DAYS_getInstance());
|
|
@@ -12907,9 +12953,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
12907
12953
|
var tmp;
|
|
12908
12954
|
if (tmp0_subject.equals(new Long(0, 0))) {
|
|
12909
12955
|
tmp = '0s';
|
|
12910
|
-
} else if (tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().
|
|
12956
|
+
} else if (tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().mj_1))) {
|
|
12911
12957
|
tmp = 'Infinity';
|
|
12912
|
-
} else if (tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().
|
|
12958
|
+
} else if (tmp0_subject.equals(_get_rawValue__5zfu4e(Companion_getInstance_21().nj_1))) {
|
|
12913
12959
|
tmp = '-Infinity';
|
|
12914
12960
|
} else {
|
|
12915
12961
|
var isNegative = Duration__isNegative_impl_pbysfa($this);
|
|
@@ -13051,29 +13097,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13051
13097
|
function Duration__equals_impl_ygj6w6($this, other) {
|
|
13052
13098
|
if (!(other instanceof Duration))
|
|
13053
13099
|
return false;
|
|
13054
|
-
var tmp0_other_with_cast = other instanceof Duration ? other.
|
|
13100
|
+
var tmp0_other_with_cast = other instanceof Duration ? other.pj_1 : THROW_CCE();
|
|
13055
13101
|
if (!$this.equals(tmp0_other_with_cast))
|
|
13056
13102
|
return false;
|
|
13057
13103
|
return true;
|
|
13058
13104
|
}
|
|
13059
13105
|
function Duration(rawValue) {
|
|
13060
13106
|
Companion_getInstance_21();
|
|
13061
|
-
this.
|
|
13107
|
+
this.pj_1 = rawValue;
|
|
13062
13108
|
}
|
|
13063
|
-
protoOf(Duration).
|
|
13064
|
-
return Duration__compareTo_impl_pchp0f(this.
|
|
13109
|
+
protoOf(Duration).qj = function (other) {
|
|
13110
|
+
return Duration__compareTo_impl_pchp0f(this.pj_1, other);
|
|
13065
13111
|
};
|
|
13066
13112
|
protoOf(Duration).d = function (other) {
|
|
13067
13113
|
return Duration__compareTo_impl_pchp0f_0(this, other);
|
|
13068
13114
|
};
|
|
13069
13115
|
protoOf(Duration).toString = function () {
|
|
13070
|
-
return Duration__toString_impl_8d916b(this.
|
|
13116
|
+
return Duration__toString_impl_8d916b(this.pj_1);
|
|
13071
13117
|
};
|
|
13072
13118
|
protoOf(Duration).hashCode = function () {
|
|
13073
|
-
return Duration__hashCode_impl_u4exz6(this.
|
|
13119
|
+
return Duration__hashCode_impl_u4exz6(this.pj_1);
|
|
13074
13120
|
};
|
|
13075
13121
|
protoOf(Duration).equals = function (other) {
|
|
13076
|
-
return Duration__equals_impl_ygj6w6(this.
|
|
13122
|
+
return Duration__equals_impl_ygj6w6(this.pj_1, other);
|
|
13077
13123
|
};
|
|
13078
13124
|
function durationOfMillis(normalMillis) {
|
|
13079
13125
|
// Inline function 'kotlin.Long.plus' call
|
|
@@ -13122,7 +13168,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13122
13168
|
if (length === 0)
|
|
13123
13169
|
throw IllegalArgumentException_init_$Create$_0('The string is empty');
|
|
13124
13170
|
var index = 0;
|
|
13125
|
-
var result = Companion_getInstance_21().
|
|
13171
|
+
var result = Companion_getInstance_21().lj_1;
|
|
13126
13172
|
var infinityString = 'Infinity';
|
|
13127
13173
|
var tmp0_subject = charSequenceGet(value, index);
|
|
13128
13174
|
if (tmp0_subject === _Char___init__impl__6a9atx(43) ? true : tmp0_subject === _Char___init__impl__6a9atx(45)) {
|
|
@@ -13220,7 +13266,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13220
13266
|
var b = infinityString.length;
|
|
13221
13267
|
var tmp$ret$11 = Math.max(a, b);
|
|
13222
13268
|
if (regionMatches(value, tmp_3, infinityString, 0, tmp$ret$11, true)) {
|
|
13223
|
-
result = Companion_getInstance_21().
|
|
13269
|
+
result = Companion_getInstance_21().mj_1;
|
|
13224
13270
|
} else {
|
|
13225
13271
|
var prevUnit_0 = null;
|
|
13226
13272
|
var afterFirst = false;
|
|
@@ -13474,41 +13520,41 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13474
13520
|
}
|
|
13475
13521
|
function invoke(_this__u8e3s4, value) {
|
|
13476
13522
|
_init_properties_DeepRecursive_kt__zbwcac();
|
|
13477
|
-
return (new DeepRecursiveScopeImpl(_this__u8e3s4.
|
|
13523
|
+
return (new DeepRecursiveScopeImpl(_this__u8e3s4.sj_1, value)).xj();
|
|
13478
13524
|
}
|
|
13479
13525
|
function DeepRecursiveFunction(block) {
|
|
13480
|
-
this.
|
|
13526
|
+
this.sj_1 = block;
|
|
13481
13527
|
}
|
|
13482
13528
|
function DeepRecursiveScopeImpl(block, value) {
|
|
13483
13529
|
DeepRecursiveScope.call(this);
|
|
13484
13530
|
var tmp = this;
|
|
13485
|
-
tmp.
|
|
13486
|
-
this.
|
|
13531
|
+
tmp.tj_1 = isSuspendFunction(block, 2) ? block : THROW_CCE();
|
|
13532
|
+
this.uj_1 = value;
|
|
13487
13533
|
var tmp_0 = this;
|
|
13488
|
-
tmp_0.
|
|
13489
|
-
this.
|
|
13534
|
+
tmp_0.vj_1 = isInterface(this, Continuation) ? this : THROW_CCE();
|
|
13535
|
+
this.wj_1 = get_UNDEFINED_RESULT();
|
|
13490
13536
|
}
|
|
13491
13537
|
protoOf(DeepRecursiveScopeImpl).k9 = function () {
|
|
13492
13538
|
return EmptyCoroutineContext_getInstance();
|
|
13493
13539
|
};
|
|
13494
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
13495
|
-
this.
|
|
13496
|
-
this.
|
|
13540
|
+
protoOf(DeepRecursiveScopeImpl).yj = function (result) {
|
|
13541
|
+
this.vj_1 = null;
|
|
13542
|
+
this.wj_1 = result;
|
|
13497
13543
|
};
|
|
13498
13544
|
protoOf(DeepRecursiveScopeImpl).p9 = function (result) {
|
|
13499
|
-
return this.
|
|
13545
|
+
return this.yj(result);
|
|
13500
13546
|
};
|
|
13501
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
13547
|
+
protoOf(DeepRecursiveScopeImpl).rj = function (value, $completion) {
|
|
13502
13548
|
// Inline function 'kotlin.DeepRecursiveScopeImpl.callRecursive.<anonymous>' call
|
|
13503
13549
|
var tmp = this;
|
|
13504
|
-
tmp.
|
|
13505
|
-
this.
|
|
13550
|
+
tmp.vj_1 = isInterface($completion, Continuation) ? $completion : THROW_CCE();
|
|
13551
|
+
this.uj_1 = value;
|
|
13506
13552
|
return get_COROUTINE_SUSPENDED();
|
|
13507
13553
|
};
|
|
13508
|
-
protoOf(DeepRecursiveScopeImpl).
|
|
13554
|
+
protoOf(DeepRecursiveScopeImpl).xj = function () {
|
|
13509
13555
|
$l$loop: while (true) {
|
|
13510
|
-
var result = this.
|
|
13511
|
-
var tmp0_elvis_lhs = this.
|
|
13556
|
+
var result = this.wj_1;
|
|
13557
|
+
var tmp0_elvis_lhs = this.vj_1;
|
|
13512
13558
|
var tmp;
|
|
13513
13559
|
if (tmp0_elvis_lhs == null) {
|
|
13514
13560
|
// Inline function 'kotlin.getOrThrow' call
|
|
@@ -13524,8 +13570,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13524
13570
|
var tmp_1;
|
|
13525
13571
|
try {
|
|
13526
13572
|
// Inline function 'kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn' call
|
|
13527
|
-
var this_1 = this.
|
|
13528
|
-
var param = this.
|
|
13573
|
+
var this_1 = this.tj_1;
|
|
13574
|
+
var param = this.uj_1;
|
|
13529
13575
|
tmp_1 = startCoroutineUninterceptedOrReturnNonGeneratorVersion_0(this_1, this, param, cont);
|
|
13530
13576
|
} catch ($p) {
|
|
13531
13577
|
var tmp_2;
|
|
@@ -13549,7 +13595,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13549
13595
|
cont.p9(tmp$ret$4);
|
|
13550
13596
|
}
|
|
13551
13597
|
} else {
|
|
13552
|
-
this.
|
|
13598
|
+
this.wj_1 = get_UNDEFINED_RESULT();
|
|
13553
13599
|
cont.p9(result);
|
|
13554
13600
|
}
|
|
13555
13601
|
}
|
|
@@ -13579,22 +13625,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13579
13625
|
Enum.call(this, name, ordinal);
|
|
13580
13626
|
}
|
|
13581
13627
|
function UnsafeLazyImpl(initializer) {
|
|
13582
|
-
this.
|
|
13583
|
-
this.
|
|
13628
|
+
this.zj_1 = initializer;
|
|
13629
|
+
this.ak_1 = UNINITIALIZED_VALUE_instance;
|
|
13584
13630
|
}
|
|
13585
13631
|
protoOf(UnsafeLazyImpl).u = function () {
|
|
13586
|
-
if (this.
|
|
13587
|
-
this.
|
|
13588
|
-
this.
|
|
13632
|
+
if (this.ak_1 === UNINITIALIZED_VALUE_instance) {
|
|
13633
|
+
this.ak_1 = ensureNotNull(this.zj_1)();
|
|
13634
|
+
this.zj_1 = null;
|
|
13589
13635
|
}
|
|
13590
|
-
var tmp = this.
|
|
13636
|
+
var tmp = this.ak_1;
|
|
13591
13637
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
13592
13638
|
};
|
|
13593
|
-
protoOf(UnsafeLazyImpl).
|
|
13594
|
-
return !(this.
|
|
13639
|
+
protoOf(UnsafeLazyImpl).bk = function () {
|
|
13640
|
+
return !(this.ak_1 === UNINITIALIZED_VALUE_instance);
|
|
13595
13641
|
};
|
|
13596
13642
|
protoOf(UnsafeLazyImpl).toString = function () {
|
|
13597
|
-
return this.
|
|
13643
|
+
return this.bk() ? toString_0(this.u()) : 'Lazy value not initialized yet.';
|
|
13598
13644
|
};
|
|
13599
13645
|
function UNINITIALIZED_VALUE() {
|
|
13600
13646
|
}
|
|
@@ -13627,7 +13673,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13627
13673
|
function Result__exceptionOrNull_impl_p6xea9($this) {
|
|
13628
13674
|
var tmp;
|
|
13629
13675
|
if (_Result___get_value__impl__bjfvqg($this) instanceof Failure) {
|
|
13630
|
-
tmp = _Result___get_value__impl__bjfvqg($this).
|
|
13676
|
+
tmp = _Result___get_value__impl__bjfvqg($this).ck_1;
|
|
13631
13677
|
} else {
|
|
13632
13678
|
tmp = null;
|
|
13633
13679
|
}
|
|
@@ -13649,22 +13695,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13649
13695
|
return Companion_instance_22;
|
|
13650
13696
|
}
|
|
13651
13697
|
function Failure(exception) {
|
|
13652
|
-
this.
|
|
13698
|
+
this.ck_1 = exception;
|
|
13653
13699
|
}
|
|
13654
13700
|
protoOf(Failure).equals = function (other) {
|
|
13655
13701
|
var tmp;
|
|
13656
13702
|
if (other instanceof Failure) {
|
|
13657
|
-
tmp = equals(this.
|
|
13703
|
+
tmp = equals(this.ck_1, other.ck_1);
|
|
13658
13704
|
} else {
|
|
13659
13705
|
tmp = false;
|
|
13660
13706
|
}
|
|
13661
13707
|
return tmp;
|
|
13662
13708
|
};
|
|
13663
13709
|
protoOf(Failure).hashCode = function () {
|
|
13664
|
-
return hashCode(this.
|
|
13710
|
+
return hashCode(this.ck_1);
|
|
13665
13711
|
};
|
|
13666
13712
|
protoOf(Failure).toString = function () {
|
|
13667
|
-
return 'Failure(' + this.
|
|
13713
|
+
return 'Failure(' + this.ck_1.toString() + ')';
|
|
13668
13714
|
};
|
|
13669
13715
|
function Result__hashCode_impl_d2zufp($this) {
|
|
13670
13716
|
return $this == null ? 0 : hashCode($this);
|
|
@@ -13672,22 +13718,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13672
13718
|
function Result__equals_impl_bxgmep($this, other) {
|
|
13673
13719
|
if (!(other instanceof Result))
|
|
13674
13720
|
return false;
|
|
13675
|
-
var tmp0_other_with_cast = other instanceof Result ? other.
|
|
13721
|
+
var tmp0_other_with_cast = other instanceof Result ? other.dk_1 : THROW_CCE();
|
|
13676
13722
|
if (!equals($this, tmp0_other_with_cast))
|
|
13677
13723
|
return false;
|
|
13678
13724
|
return true;
|
|
13679
13725
|
}
|
|
13680
13726
|
function Result(value) {
|
|
13681
|
-
this.
|
|
13727
|
+
this.dk_1 = value;
|
|
13682
13728
|
}
|
|
13683
13729
|
protoOf(Result).toString = function () {
|
|
13684
|
-
return Result__toString_impl_yu5r8k(this.
|
|
13730
|
+
return Result__toString_impl_yu5r8k(this.dk_1);
|
|
13685
13731
|
};
|
|
13686
13732
|
protoOf(Result).hashCode = function () {
|
|
13687
|
-
return Result__hashCode_impl_d2zufp(this.
|
|
13733
|
+
return Result__hashCode_impl_d2zufp(this.dk_1);
|
|
13688
13734
|
};
|
|
13689
13735
|
protoOf(Result).equals = function (other) {
|
|
13690
|
-
return Result__equals_impl_bxgmep(this.
|
|
13736
|
+
return Result__equals_impl_bxgmep(this.dk_1, other);
|
|
13691
13737
|
};
|
|
13692
13738
|
function createFailure(exception) {
|
|
13693
13739
|
return new Failure(exception);
|
|
@@ -13695,7 +13741,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13695
13741
|
function throwOnFailure(_this__u8e3s4) {
|
|
13696
13742
|
var tmp = _Result___get_value__impl__bjfvqg(_this__u8e3s4);
|
|
13697
13743
|
if (tmp instanceof Failure)
|
|
13698
|
-
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).
|
|
13744
|
+
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).ck_1;
|
|
13699
13745
|
}
|
|
13700
13746
|
function NotImplementedError(message) {
|
|
13701
13747
|
message = message === VOID ? 'An operation is not implemented.' : message;
|
|
@@ -13736,35 +13782,35 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13736
13782
|
return new Pair(_this__u8e3s4, that);
|
|
13737
13783
|
}
|
|
13738
13784
|
function Triple(first, second, third) {
|
|
13739
|
-
this.
|
|
13740
|
-
this.
|
|
13741
|
-
this.
|
|
13785
|
+
this.ek_1 = first;
|
|
13786
|
+
this.fk_1 = second;
|
|
13787
|
+
this.gk_1 = third;
|
|
13742
13788
|
}
|
|
13743
13789
|
protoOf(Triple).toString = function () {
|
|
13744
|
-
return '(' + toString_0(this.
|
|
13790
|
+
return '(' + toString_0(this.ek_1) + ', ' + toString_0(this.fk_1) + ', ' + toString_0(this.gk_1) + ')';
|
|
13745
13791
|
};
|
|
13746
13792
|
protoOf(Triple).pe = function () {
|
|
13747
|
-
return this.
|
|
13793
|
+
return this.ek_1;
|
|
13748
13794
|
};
|
|
13749
13795
|
protoOf(Triple).qe = function () {
|
|
13750
|
-
return this.
|
|
13796
|
+
return this.fk_1;
|
|
13751
13797
|
};
|
|
13752
|
-
protoOf(Triple).
|
|
13753
|
-
return this.
|
|
13798
|
+
protoOf(Triple).hk = function () {
|
|
13799
|
+
return this.gk_1;
|
|
13754
13800
|
};
|
|
13755
|
-
protoOf(Triple).
|
|
13801
|
+
protoOf(Triple).ik = function (first, second, third) {
|
|
13756
13802
|
return new Triple(first, second, third);
|
|
13757
13803
|
};
|
|
13758
|
-
protoOf(Triple).
|
|
13759
|
-
first = first === VOID ? this.
|
|
13760
|
-
second = second === VOID ? this.
|
|
13761
|
-
third = third === VOID ? this.
|
|
13762
|
-
return $super === VOID ? this.
|
|
13804
|
+
protoOf(Triple).jk = function (first, second, third, $super) {
|
|
13805
|
+
first = first === VOID ? this.ek_1 : first;
|
|
13806
|
+
second = second === VOID ? this.fk_1 : second;
|
|
13807
|
+
third = third === VOID ? this.gk_1 : third;
|
|
13808
|
+
return $super === VOID ? this.ik(first, second, third) : $super.ik.call(this, first, second, third);
|
|
13763
13809
|
};
|
|
13764
13810
|
protoOf(Triple).hashCode = function () {
|
|
13765
|
-
var result = this.
|
|
13766
|
-
result = imul(result, 31) + (this.
|
|
13767
|
-
result = imul(result, 31) + (this.
|
|
13811
|
+
var result = this.ek_1 == null ? 0 : hashCode(this.ek_1);
|
|
13812
|
+
result = imul(result, 31) + (this.fk_1 == null ? 0 : hashCode(this.fk_1)) | 0;
|
|
13813
|
+
result = imul(result, 31) + (this.gk_1 == null ? 0 : hashCode(this.gk_1)) | 0;
|
|
13768
13814
|
return result;
|
|
13769
13815
|
};
|
|
13770
13816
|
protoOf(Triple).equals = function (other) {
|
|
@@ -13773,25 +13819,25 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13773
13819
|
if (!(other instanceof Triple))
|
|
13774
13820
|
return false;
|
|
13775
13821
|
var tmp0_other_with_cast = other instanceof Triple ? other : THROW_CCE();
|
|
13776
|
-
if (!equals(this.
|
|
13822
|
+
if (!equals(this.ek_1, tmp0_other_with_cast.ek_1))
|
|
13777
13823
|
return false;
|
|
13778
|
-
if (!equals(this.
|
|
13824
|
+
if (!equals(this.fk_1, tmp0_other_with_cast.fk_1))
|
|
13779
13825
|
return false;
|
|
13780
|
-
if (!equals(this.
|
|
13826
|
+
if (!equals(this.gk_1, tmp0_other_with_cast.gk_1))
|
|
13781
13827
|
return false;
|
|
13782
13828
|
return true;
|
|
13783
13829
|
};
|
|
13784
13830
|
function sam$kotlin_Comparator$0_0(function_0) {
|
|
13785
|
-
this.
|
|
13831
|
+
this.kk_1 = function_0;
|
|
13786
13832
|
}
|
|
13787
13833
|
protoOf(sam$kotlin_Comparator$0_0).mc = function (a, b) {
|
|
13788
|
-
return this.
|
|
13834
|
+
return this.kk_1(a, b);
|
|
13789
13835
|
};
|
|
13790
13836
|
protoOf(sam$kotlin_Comparator$0_0).compare = function (a, b) {
|
|
13791
13837
|
return this.mc(a, b);
|
|
13792
13838
|
};
|
|
13793
13839
|
protoOf(sam$kotlin_Comparator$0_0).o3 = function () {
|
|
13794
|
-
return this.
|
|
13840
|
+
return this.kk_1;
|
|
13795
13841
|
};
|
|
13796
13842
|
protoOf(sam$kotlin_Comparator$0_0).equals = function (other) {
|
|
13797
13843
|
var tmp;
|
|
@@ -13813,22 +13859,22 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13813
13859
|
};
|
|
13814
13860
|
function Uuid$Companion$LEXICAL_ORDER$lambda(a, b) {
|
|
13815
13861
|
var tmp;
|
|
13816
|
-
if (!a.
|
|
13862
|
+
if (!a.lk_1.equals(b.lk_1)) {
|
|
13817
13863
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13818
13864
|
// Inline function 'kotlin.toULong' call
|
|
13819
|
-
var this_0 = a.
|
|
13865
|
+
var this_0 = a.lk_1;
|
|
13820
13866
|
var this_1 = _ULong___init__impl__c78o9k(this_0);
|
|
13821
13867
|
// Inline function 'kotlin.toULong' call
|
|
13822
|
-
var this_2 = b.
|
|
13868
|
+
var this_2 = b.lk_1;
|
|
13823
13869
|
var other = _ULong___init__impl__c78o9k(this_2);
|
|
13824
13870
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(this_1), _ULong___get_data__impl__fggpzb(other));
|
|
13825
13871
|
} else {
|
|
13826
13872
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13827
13873
|
// Inline function 'kotlin.toULong' call
|
|
13828
|
-
var this_3 = a.
|
|
13874
|
+
var this_3 = a.mk_1;
|
|
13829
13875
|
var this_4 = _ULong___init__impl__c78o9k(this_3);
|
|
13830
13876
|
// Inline function 'kotlin.toULong' call
|
|
13831
|
-
var this_5 = b.
|
|
13877
|
+
var this_5 = b.mk_1;
|
|
13832
13878
|
var other_0 = _ULong___init__impl__c78o9k(this_5);
|
|
13833
13879
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(this_4), _ULong___get_data__impl__fggpzb(other_0));
|
|
13834
13880
|
}
|
|
@@ -13836,23 +13882,23 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13836
13882
|
}
|
|
13837
13883
|
function Companion_23() {
|
|
13838
13884
|
Companion_instance_23 = this;
|
|
13839
|
-
this.
|
|
13840
|
-
this.
|
|
13841
|
-
this.
|
|
13885
|
+
this.nk_1 = new Uuid(new Long(0, 0), new Long(0, 0));
|
|
13886
|
+
this.ok_1 = 16;
|
|
13887
|
+
this.pk_1 = 128;
|
|
13842
13888
|
var tmp = this;
|
|
13843
13889
|
var tmp_0 = Uuid$Companion$LEXICAL_ORDER$lambda;
|
|
13844
|
-
tmp.
|
|
13890
|
+
tmp.qk_1 = new sam$kotlin_Comparator$0_0(tmp_0);
|
|
13845
13891
|
}
|
|
13846
|
-
protoOf(Companion_23).
|
|
13892
|
+
protoOf(Companion_23).rk = function (mostSignificantBits, leastSignificantBits) {
|
|
13847
13893
|
var tmp;
|
|
13848
13894
|
if (mostSignificantBits.equals(new Long(0, 0)) && leastSignificantBits.equals(new Long(0, 0))) {
|
|
13849
|
-
tmp = this.
|
|
13895
|
+
tmp = this.nk_1;
|
|
13850
13896
|
} else {
|
|
13851
13897
|
tmp = new Uuid(mostSignificantBits, leastSignificantBits);
|
|
13852
13898
|
}
|
|
13853
13899
|
return tmp;
|
|
13854
13900
|
};
|
|
13855
|
-
protoOf(Companion_23).
|
|
13901
|
+
protoOf(Companion_23).sk = function (uuidString) {
|
|
13856
13902
|
// Inline function 'kotlin.require' call
|
|
13857
13903
|
// Inline function 'kotlin.contracts.contract' call
|
|
13858
13904
|
if (!(uuidString.length === 36)) {
|
|
@@ -13871,7 +13917,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13871
13917
|
var part5 = hexToLong(uuidString, 24, 36);
|
|
13872
13918
|
var msb = part1.e3(32).i3(part2.e3(16)).i3(part3);
|
|
13873
13919
|
var lsb = part4.e3(48).i3(part5);
|
|
13874
|
-
return this.
|
|
13920
|
+
return this.rk(msb, lsb);
|
|
13875
13921
|
};
|
|
13876
13922
|
var Companion_instance_23;
|
|
13877
13923
|
function Companion_getInstance_23() {
|
|
@@ -13881,20 +13927,20 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13881
13927
|
}
|
|
13882
13928
|
function Uuid(mostSignificantBits, leastSignificantBits) {
|
|
13883
13929
|
Companion_getInstance_23();
|
|
13884
|
-
this.
|
|
13885
|
-
this.
|
|
13930
|
+
this.lk_1 = mostSignificantBits;
|
|
13931
|
+
this.mk_1 = leastSignificantBits;
|
|
13886
13932
|
}
|
|
13887
13933
|
protoOf(Uuid).toString = function () {
|
|
13888
13934
|
var bytes = new Int8Array(36);
|
|
13889
|
-
formatBytesInto(this.
|
|
13935
|
+
formatBytesInto(this.mk_1, bytes, 24, 6);
|
|
13890
13936
|
bytes[23] = 45;
|
|
13891
|
-
formatBytesInto(this.
|
|
13937
|
+
formatBytesInto(this.mk_1.g3(48), bytes, 19, 2);
|
|
13892
13938
|
bytes[18] = 45;
|
|
13893
|
-
formatBytesInto(this.
|
|
13939
|
+
formatBytesInto(this.lk_1, bytes, 14, 2);
|
|
13894
13940
|
bytes[13] = 45;
|
|
13895
|
-
formatBytesInto(this.
|
|
13941
|
+
formatBytesInto(this.lk_1.g3(16), bytes, 9, 2);
|
|
13896
13942
|
bytes[8] = 45;
|
|
13897
|
-
formatBytesInto(this.
|
|
13943
|
+
formatBytesInto(this.lk_1.g3(32), bytes, 0, 4);
|
|
13898
13944
|
return decodeToString(bytes);
|
|
13899
13945
|
};
|
|
13900
13946
|
protoOf(Uuid).equals = function (other) {
|
|
@@ -13902,10 +13948,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13902
13948
|
return true;
|
|
13903
13949
|
if (!(other instanceof Uuid))
|
|
13904
13950
|
return false;
|
|
13905
|
-
return this.
|
|
13951
|
+
return this.lk_1.equals(other.lk_1) && this.mk_1.equals(other.mk_1);
|
|
13906
13952
|
};
|
|
13907
13953
|
protoOf(Uuid).hashCode = function () {
|
|
13908
|
-
var x = this.
|
|
13954
|
+
var x = this.lk_1.j3(this.mk_1);
|
|
13909
13955
|
return x.f3(32).e1() ^ x.e1();
|
|
13910
13956
|
};
|
|
13911
13957
|
function formatBytesInto(_this__u8e3s4, dst, dstOffset, count) {
|
|
@@ -13946,10 +13992,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13946
13992
|
}
|
|
13947
13993
|
function Companion_24() {
|
|
13948
13994
|
Companion_instance_24 = this;
|
|
13949
|
-
this.
|
|
13950
|
-
this.
|
|
13951
|
-
this.
|
|
13952
|
-
this.
|
|
13995
|
+
this.tk_1 = _UByte___init__impl__g9hnc4(0);
|
|
13996
|
+
this.uk_1 = _UByte___init__impl__g9hnc4(-1);
|
|
13997
|
+
this.vk_1 = 1;
|
|
13998
|
+
this.wk_1 = 8;
|
|
13953
13999
|
}
|
|
13954
14000
|
var Companion_instance_24;
|
|
13955
14001
|
function Companion_getInstance_24() {
|
|
@@ -13965,7 +14011,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13965
14011
|
return compareTo(tmp, tmp$ret$1);
|
|
13966
14012
|
}
|
|
13967
14013
|
function UByte__compareTo_impl_5w5192_0($this, other) {
|
|
13968
|
-
return UByte__compareTo_impl_5w5192($this.
|
|
14014
|
+
return UByte__compareTo_impl_5w5192($this.xk_1, other instanceof UByte ? other.xk_1 : THROW_CCE());
|
|
13969
14015
|
}
|
|
13970
14016
|
function UByte__toString_impl_v72jg($this) {
|
|
13971
14017
|
// Inline function 'kotlin.UByte.toInt' call
|
|
@@ -13977,28 +14023,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
13977
14023
|
function UByte__equals_impl_nvqtsf($this, other) {
|
|
13978
14024
|
if (!(other instanceof UByte))
|
|
13979
14025
|
return false;
|
|
13980
|
-
if (!($this === (other instanceof UByte ? other.
|
|
14026
|
+
if (!($this === (other instanceof UByte ? other.xk_1 : THROW_CCE())))
|
|
13981
14027
|
return false;
|
|
13982
14028
|
return true;
|
|
13983
14029
|
}
|
|
13984
14030
|
function UByte(data) {
|
|
13985
14031
|
Companion_getInstance_24();
|
|
13986
|
-
this.
|
|
14032
|
+
this.xk_1 = data;
|
|
13987
14033
|
}
|
|
13988
|
-
protoOf(UByte).
|
|
13989
|
-
return UByte__compareTo_impl_5w5192(this.
|
|
14034
|
+
protoOf(UByte).yk = function (other) {
|
|
14035
|
+
return UByte__compareTo_impl_5w5192(this.xk_1, other);
|
|
13990
14036
|
};
|
|
13991
14037
|
protoOf(UByte).d = function (other) {
|
|
13992
14038
|
return UByte__compareTo_impl_5w5192_0(this, other);
|
|
13993
14039
|
};
|
|
13994
14040
|
protoOf(UByte).toString = function () {
|
|
13995
|
-
return UByte__toString_impl_v72jg(this.
|
|
14041
|
+
return UByte__toString_impl_v72jg(this.xk_1);
|
|
13996
14042
|
};
|
|
13997
14043
|
protoOf(UByte).hashCode = function () {
|
|
13998
|
-
return UByte__hashCode_impl_mmczcb(this.
|
|
14044
|
+
return UByte__hashCode_impl_mmczcb(this.xk_1);
|
|
13999
14045
|
};
|
|
14000
14046
|
protoOf(UByte).equals = function (other) {
|
|
14001
|
-
return UByte__equals_impl_nvqtsf(this.
|
|
14047
|
+
return UByte__equals_impl_nvqtsf(this.xk_1, other);
|
|
14002
14048
|
};
|
|
14003
14049
|
function _UByteArray___init__impl__ip4y9n(storage) {
|
|
14004
14050
|
return storage;
|
|
@@ -14026,27 +14072,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14026
14072
|
return new Iterator(_UByteArray___get_storage__impl__d4kctt($this));
|
|
14027
14073
|
}
|
|
14028
14074
|
function Iterator(array) {
|
|
14029
|
-
this.
|
|
14030
|
-
this.
|
|
14075
|
+
this.zk_1 = array;
|
|
14076
|
+
this.al_1 = 0;
|
|
14031
14077
|
}
|
|
14032
14078
|
protoOf(Iterator).k = function () {
|
|
14033
|
-
return this.
|
|
14079
|
+
return this.al_1 < this.zk_1.length;
|
|
14034
14080
|
};
|
|
14035
|
-
protoOf(Iterator).
|
|
14081
|
+
protoOf(Iterator).bl = function () {
|
|
14036
14082
|
var tmp;
|
|
14037
|
-
if (this.
|
|
14083
|
+
if (this.al_1 < this.zk_1.length) {
|
|
14038
14084
|
// Inline function 'kotlin.toUByte' call
|
|
14039
|
-
var tmp1 = this.
|
|
14040
|
-
this.
|
|
14041
|
-
var this_0 = this.
|
|
14085
|
+
var tmp1 = this.al_1;
|
|
14086
|
+
this.al_1 = tmp1 + 1 | 0;
|
|
14087
|
+
var this_0 = this.zk_1[tmp1];
|
|
14042
14088
|
tmp = _UByte___init__impl__g9hnc4(this_0);
|
|
14043
14089
|
} else {
|
|
14044
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
14090
|
+
throw NoSuchElementException_init_$Create$_0(this.al_1.toString());
|
|
14045
14091
|
}
|
|
14046
14092
|
return tmp;
|
|
14047
14093
|
};
|
|
14048
14094
|
protoOf(Iterator).l = function () {
|
|
14049
|
-
return new UByte(this.
|
|
14095
|
+
return new UByte(this.bl());
|
|
14050
14096
|
};
|
|
14051
14097
|
function UByteArray__contains_impl_njh19q($this, element) {
|
|
14052
14098
|
var tmp = !(new UByte(element) == null) ? new UByte(element) : THROW_CCE();
|
|
@@ -14060,7 +14106,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14060
14106
|
function UByteArray__contains_impl_njh19q_0($this, element) {
|
|
14061
14107
|
if (!(element instanceof UByte))
|
|
14062
14108
|
return false;
|
|
14063
|
-
return UByteArray__contains_impl_njh19q($this.
|
|
14109
|
+
return UByteArray__contains_impl_njh19q($this.cl_1, element instanceof UByte ? element.xk_1 : THROW_CCE());
|
|
14064
14110
|
}
|
|
14065
14111
|
function UByteArray__containsAll_impl_v9s6dj($this, elements) {
|
|
14066
14112
|
var tmp$ret$0;
|
|
@@ -14085,7 +14131,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14085
14131
|
if (element instanceof UByte) {
|
|
14086
14132
|
var tmp_1 = _UByteArray___get_storage__impl__d4kctt($this);
|
|
14087
14133
|
// Inline function 'kotlin.UByte.toByte' call
|
|
14088
|
-
var this_1 = element.
|
|
14134
|
+
var this_1 = element.xk_1;
|
|
14089
14135
|
var tmp$ret$1 = _UByte___get_data__impl__jof9qr(this_1);
|
|
14090
14136
|
tmp_0 = contains_4(tmp_1, tmp$ret$1);
|
|
14091
14137
|
} else {
|
|
@@ -14101,7 +14147,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14101
14147
|
return tmp$ret$0;
|
|
14102
14148
|
}
|
|
14103
14149
|
function UByteArray__containsAll_impl_v9s6dj_0($this, elements) {
|
|
14104
|
-
return UByteArray__containsAll_impl_v9s6dj($this.
|
|
14150
|
+
return UByteArray__containsAll_impl_v9s6dj($this.cl_1, elements);
|
|
14105
14151
|
}
|
|
14106
14152
|
function UByteArray__isEmpty_impl_nbfqsa($this) {
|
|
14107
14153
|
return _UByteArray___get_storage__impl__d4kctt($this).length === 0;
|
|
@@ -14115,43 +14161,43 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14115
14161
|
function UByteArray__equals_impl_roka4u($this, other) {
|
|
14116
14162
|
if (!(other instanceof UByteArray))
|
|
14117
14163
|
return false;
|
|
14118
|
-
var tmp0_other_with_cast = other instanceof UByteArray ? other.
|
|
14164
|
+
var tmp0_other_with_cast = other instanceof UByteArray ? other.cl_1 : THROW_CCE();
|
|
14119
14165
|
if (!equals($this, tmp0_other_with_cast))
|
|
14120
14166
|
return false;
|
|
14121
14167
|
return true;
|
|
14122
14168
|
}
|
|
14123
14169
|
function UByteArray(storage) {
|
|
14124
|
-
this.
|
|
14170
|
+
this.cl_1 = storage;
|
|
14125
14171
|
}
|
|
14126
14172
|
protoOf(UByteArray).m = function () {
|
|
14127
|
-
return _UByteArray___get_size__impl__h6pkdv(this.
|
|
14173
|
+
return _UByteArray___get_size__impl__h6pkdv(this.cl_1);
|
|
14128
14174
|
};
|
|
14129
14175
|
protoOf(UByteArray).j = function () {
|
|
14130
|
-
return UByteArray__iterator_impl_509y1p(this.
|
|
14176
|
+
return UByteArray__iterator_impl_509y1p(this.cl_1);
|
|
14131
14177
|
};
|
|
14132
|
-
protoOf(UByteArray).
|
|
14133
|
-
return UByteArray__contains_impl_njh19q(this.
|
|
14178
|
+
protoOf(UByteArray).dl = function (element) {
|
|
14179
|
+
return UByteArray__contains_impl_njh19q(this.cl_1, element);
|
|
14134
14180
|
};
|
|
14135
14181
|
protoOf(UByteArray).s1 = function (element) {
|
|
14136
14182
|
return UByteArray__contains_impl_njh19q_0(this, element);
|
|
14137
14183
|
};
|
|
14138
|
-
protoOf(UByteArray).
|
|
14139
|
-
return UByteArray__containsAll_impl_v9s6dj(this.
|
|
14184
|
+
protoOf(UByteArray).el = function (elements) {
|
|
14185
|
+
return UByteArray__containsAll_impl_v9s6dj(this.cl_1, elements);
|
|
14140
14186
|
};
|
|
14141
14187
|
protoOf(UByteArray).t1 = function (elements) {
|
|
14142
14188
|
return UByteArray__containsAll_impl_v9s6dj_0(this, elements);
|
|
14143
14189
|
};
|
|
14144
14190
|
protoOf(UByteArray).p = function () {
|
|
14145
|
-
return UByteArray__isEmpty_impl_nbfqsa(this.
|
|
14191
|
+
return UByteArray__isEmpty_impl_nbfqsa(this.cl_1);
|
|
14146
14192
|
};
|
|
14147
14193
|
protoOf(UByteArray).toString = function () {
|
|
14148
|
-
return UByteArray__toString_impl_ukpl97(this.
|
|
14194
|
+
return UByteArray__toString_impl_ukpl97(this.cl_1);
|
|
14149
14195
|
};
|
|
14150
14196
|
protoOf(UByteArray).hashCode = function () {
|
|
14151
|
-
return UByteArray__hashCode_impl_ip8jx2(this.
|
|
14197
|
+
return UByteArray__hashCode_impl_ip8jx2(this.cl_1);
|
|
14152
14198
|
};
|
|
14153
14199
|
protoOf(UByteArray).equals = function (other) {
|
|
14154
|
-
return UByteArray__equals_impl_roka4u(this.
|
|
14200
|
+
return UByteArray__equals_impl_roka4u(this.cl_1, other);
|
|
14155
14201
|
};
|
|
14156
14202
|
function _UInt___init__impl__l7qpdl(data) {
|
|
14157
14203
|
return data;
|
|
@@ -14161,10 +14207,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14161
14207
|
}
|
|
14162
14208
|
function Companion_25() {
|
|
14163
14209
|
Companion_instance_25 = this;
|
|
14164
|
-
this.
|
|
14165
|
-
this.
|
|
14166
|
-
this.
|
|
14167
|
-
this.
|
|
14210
|
+
this.fl_1 = _UInt___init__impl__l7qpdl(0);
|
|
14211
|
+
this.gl_1 = _UInt___init__impl__l7qpdl(-1);
|
|
14212
|
+
this.hl_1 = 4;
|
|
14213
|
+
this.il_1 = 32;
|
|
14168
14214
|
}
|
|
14169
14215
|
var Companion_instance_25;
|
|
14170
14216
|
function Companion_getInstance_25() {
|
|
@@ -14176,7 +14222,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14176
14222
|
return uintCompare(_UInt___get_data__impl__f0vqqw($this), _UInt___get_data__impl__f0vqqw(other));
|
|
14177
14223
|
}
|
|
14178
14224
|
function UInt__compareTo_impl_yacclj_0($this, other) {
|
|
14179
|
-
return UInt__compareTo_impl_yacclj($this.
|
|
14225
|
+
return UInt__compareTo_impl_yacclj($this.jl_1, other instanceof UInt ? other.jl_1 : THROW_CCE());
|
|
14180
14226
|
}
|
|
14181
14227
|
function UInt__toString_impl_dbgl21($this) {
|
|
14182
14228
|
// Inline function 'kotlin.uintToString' call
|
|
@@ -14190,28 +14236,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14190
14236
|
function UInt__equals_impl_ffdoxg($this, other) {
|
|
14191
14237
|
if (!(other instanceof UInt))
|
|
14192
14238
|
return false;
|
|
14193
|
-
if (!($this === (other instanceof UInt ? other.
|
|
14239
|
+
if (!($this === (other instanceof UInt ? other.jl_1 : THROW_CCE())))
|
|
14194
14240
|
return false;
|
|
14195
14241
|
return true;
|
|
14196
14242
|
}
|
|
14197
14243
|
function UInt(data) {
|
|
14198
14244
|
Companion_getInstance_25();
|
|
14199
|
-
this.
|
|
14245
|
+
this.jl_1 = data;
|
|
14200
14246
|
}
|
|
14201
|
-
protoOf(UInt).
|
|
14202
|
-
return UInt__compareTo_impl_yacclj(this.
|
|
14247
|
+
protoOf(UInt).kl = function (other) {
|
|
14248
|
+
return UInt__compareTo_impl_yacclj(this.jl_1, other);
|
|
14203
14249
|
};
|
|
14204
14250
|
protoOf(UInt).d = function (other) {
|
|
14205
14251
|
return UInt__compareTo_impl_yacclj_0(this, other);
|
|
14206
14252
|
};
|
|
14207
14253
|
protoOf(UInt).toString = function () {
|
|
14208
|
-
return UInt__toString_impl_dbgl21(this.
|
|
14254
|
+
return UInt__toString_impl_dbgl21(this.jl_1);
|
|
14209
14255
|
};
|
|
14210
14256
|
protoOf(UInt).hashCode = function () {
|
|
14211
|
-
return UInt__hashCode_impl_z2mhuw(this.
|
|
14257
|
+
return UInt__hashCode_impl_z2mhuw(this.jl_1);
|
|
14212
14258
|
};
|
|
14213
14259
|
protoOf(UInt).equals = function (other) {
|
|
14214
|
-
return UInt__equals_impl_ffdoxg(this.
|
|
14260
|
+
return UInt__equals_impl_ffdoxg(this.jl_1, other);
|
|
14215
14261
|
};
|
|
14216
14262
|
function _UIntArray___init__impl__ghjpc6(storage) {
|
|
14217
14263
|
return storage;
|
|
@@ -14239,27 +14285,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14239
14285
|
return new Iterator_0(_UIntArray___get_storage__impl__92a0v0($this));
|
|
14240
14286
|
}
|
|
14241
14287
|
function Iterator_0(array) {
|
|
14242
|
-
this.
|
|
14243
|
-
this.
|
|
14288
|
+
this.ll_1 = array;
|
|
14289
|
+
this.ml_1 = 0;
|
|
14244
14290
|
}
|
|
14245
14291
|
protoOf(Iterator_0).k = function () {
|
|
14246
|
-
return this.
|
|
14292
|
+
return this.ml_1 < this.ll_1.length;
|
|
14247
14293
|
};
|
|
14248
|
-
protoOf(Iterator_0).
|
|
14294
|
+
protoOf(Iterator_0).nl = function () {
|
|
14249
14295
|
var tmp;
|
|
14250
|
-
if (this.
|
|
14296
|
+
if (this.ml_1 < this.ll_1.length) {
|
|
14251
14297
|
// Inline function 'kotlin.toUInt' call
|
|
14252
|
-
var tmp1 = this.
|
|
14253
|
-
this.
|
|
14254
|
-
var this_0 = this.
|
|
14298
|
+
var tmp1 = this.ml_1;
|
|
14299
|
+
this.ml_1 = tmp1 + 1 | 0;
|
|
14300
|
+
var this_0 = this.ll_1[tmp1];
|
|
14255
14301
|
tmp = _UInt___init__impl__l7qpdl(this_0);
|
|
14256
14302
|
} else {
|
|
14257
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
14303
|
+
throw NoSuchElementException_init_$Create$_0(this.ml_1.toString());
|
|
14258
14304
|
}
|
|
14259
14305
|
return tmp;
|
|
14260
14306
|
};
|
|
14261
14307
|
protoOf(Iterator_0).l = function () {
|
|
14262
|
-
return new UInt(this.
|
|
14308
|
+
return new UInt(this.nl());
|
|
14263
14309
|
};
|
|
14264
14310
|
function UIntArray__contains_impl_b16rzj($this, element) {
|
|
14265
14311
|
var tmp = !(new UInt(element) == null) ? new UInt(element) : THROW_CCE();
|
|
@@ -14273,7 +14319,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14273
14319
|
function UIntArray__contains_impl_b16rzj_0($this, element) {
|
|
14274
14320
|
if (!(element instanceof UInt))
|
|
14275
14321
|
return false;
|
|
14276
|
-
return UIntArray__contains_impl_b16rzj($this.
|
|
14322
|
+
return UIntArray__contains_impl_b16rzj($this.ol_1, element instanceof UInt ? element.jl_1 : THROW_CCE());
|
|
14277
14323
|
}
|
|
14278
14324
|
function UIntArray__containsAll_impl_414g22($this, elements) {
|
|
14279
14325
|
var tmp$ret$0;
|
|
@@ -14298,7 +14344,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14298
14344
|
if (element instanceof UInt) {
|
|
14299
14345
|
var tmp_1 = _UIntArray___get_storage__impl__92a0v0($this);
|
|
14300
14346
|
// Inline function 'kotlin.UInt.toInt' call
|
|
14301
|
-
var this_1 = element.
|
|
14347
|
+
var this_1 = element.jl_1;
|
|
14302
14348
|
var tmp$ret$1 = _UInt___get_data__impl__f0vqqw(this_1);
|
|
14303
14349
|
tmp_0 = contains_2(tmp_1, tmp$ret$1);
|
|
14304
14350
|
} else {
|
|
@@ -14314,7 +14360,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14314
14360
|
return tmp$ret$0;
|
|
14315
14361
|
}
|
|
14316
14362
|
function UIntArray__containsAll_impl_414g22_0($this, elements) {
|
|
14317
|
-
return UIntArray__containsAll_impl_414g22($this.
|
|
14363
|
+
return UIntArray__containsAll_impl_414g22($this.ol_1, elements);
|
|
14318
14364
|
}
|
|
14319
14365
|
function UIntArray__isEmpty_impl_vd8j4n($this) {
|
|
14320
14366
|
return _UIntArray___get_storage__impl__92a0v0($this).length === 0;
|
|
@@ -14328,43 +14374,43 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14328
14374
|
function UIntArray__equals_impl_flcmof($this, other) {
|
|
14329
14375
|
if (!(other instanceof UIntArray))
|
|
14330
14376
|
return false;
|
|
14331
|
-
var tmp0_other_with_cast = other instanceof UIntArray ? other.
|
|
14377
|
+
var tmp0_other_with_cast = other instanceof UIntArray ? other.ol_1 : THROW_CCE();
|
|
14332
14378
|
if (!equals($this, tmp0_other_with_cast))
|
|
14333
14379
|
return false;
|
|
14334
14380
|
return true;
|
|
14335
14381
|
}
|
|
14336
14382
|
function UIntArray(storage) {
|
|
14337
|
-
this.
|
|
14383
|
+
this.ol_1 = storage;
|
|
14338
14384
|
}
|
|
14339
14385
|
protoOf(UIntArray).m = function () {
|
|
14340
|
-
return _UIntArray___get_size__impl__r6l8ci(this.
|
|
14386
|
+
return _UIntArray___get_size__impl__r6l8ci(this.ol_1);
|
|
14341
14387
|
};
|
|
14342
14388
|
protoOf(UIntArray).j = function () {
|
|
14343
|
-
return UIntArray__iterator_impl_tkdv7k(this.
|
|
14389
|
+
return UIntArray__iterator_impl_tkdv7k(this.ol_1);
|
|
14344
14390
|
};
|
|
14345
|
-
protoOf(UIntArray).
|
|
14346
|
-
return UIntArray__contains_impl_b16rzj(this.
|
|
14391
|
+
protoOf(UIntArray).pl = function (element) {
|
|
14392
|
+
return UIntArray__contains_impl_b16rzj(this.ol_1, element);
|
|
14347
14393
|
};
|
|
14348
14394
|
protoOf(UIntArray).s1 = function (element) {
|
|
14349
14395
|
return UIntArray__contains_impl_b16rzj_0(this, element);
|
|
14350
14396
|
};
|
|
14351
|
-
protoOf(UIntArray).
|
|
14352
|
-
return UIntArray__containsAll_impl_414g22(this.
|
|
14397
|
+
protoOf(UIntArray).ql = function (elements) {
|
|
14398
|
+
return UIntArray__containsAll_impl_414g22(this.ol_1, elements);
|
|
14353
14399
|
};
|
|
14354
14400
|
protoOf(UIntArray).t1 = function (elements) {
|
|
14355
14401
|
return UIntArray__containsAll_impl_414g22_0(this, elements);
|
|
14356
14402
|
};
|
|
14357
14403
|
protoOf(UIntArray).p = function () {
|
|
14358
|
-
return UIntArray__isEmpty_impl_vd8j4n(this.
|
|
14404
|
+
return UIntArray__isEmpty_impl_vd8j4n(this.ol_1);
|
|
14359
14405
|
};
|
|
14360
14406
|
protoOf(UIntArray).toString = function () {
|
|
14361
|
-
return UIntArray__toString_impl_3zy802(this.
|
|
14407
|
+
return UIntArray__toString_impl_3zy802(this.ol_1);
|
|
14362
14408
|
};
|
|
14363
14409
|
protoOf(UIntArray).hashCode = function () {
|
|
14364
|
-
return UIntArray__hashCode_impl_hr7ost(this.
|
|
14410
|
+
return UIntArray__hashCode_impl_hr7ost(this.ol_1);
|
|
14365
14411
|
};
|
|
14366
14412
|
protoOf(UIntArray).equals = function (other) {
|
|
14367
|
-
return UIntArray__equals_impl_flcmof(this.
|
|
14413
|
+
return UIntArray__equals_impl_flcmof(this.ol_1, other);
|
|
14368
14414
|
};
|
|
14369
14415
|
function _ULong___init__impl__c78o9k(data) {
|
|
14370
14416
|
return data;
|
|
@@ -14374,10 +14420,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14374
14420
|
}
|
|
14375
14421
|
function Companion_26() {
|
|
14376
14422
|
Companion_instance_26 = this;
|
|
14377
|
-
this.
|
|
14378
|
-
this.
|
|
14379
|
-
this.
|
|
14380
|
-
this.
|
|
14423
|
+
this.rl_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
|
|
14424
|
+
this.sl_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
|
|
14425
|
+
this.tl_1 = 8;
|
|
14426
|
+
this.ul_1 = 64;
|
|
14381
14427
|
}
|
|
14382
14428
|
var Companion_instance_26;
|
|
14383
14429
|
function Companion_getInstance_26() {
|
|
@@ -14389,7 +14435,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14389
14435
|
return ulongCompare(_ULong___get_data__impl__fggpzb($this), _ULong___get_data__impl__fggpzb(other));
|
|
14390
14436
|
}
|
|
14391
14437
|
function ULong__compareTo_impl_38i7tu_0($this, other) {
|
|
14392
|
-
return ULong__compareTo_impl_38i7tu($this.
|
|
14438
|
+
return ULong__compareTo_impl_38i7tu($this.vl_1, other instanceof ULong ? other.vl_1 : THROW_CCE());
|
|
14393
14439
|
}
|
|
14394
14440
|
function ULong__toString_impl_f9au7k($this) {
|
|
14395
14441
|
// Inline function 'kotlin.ulongToString' call
|
|
@@ -14402,29 +14448,29 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14402
14448
|
function ULong__equals_impl_o0gnyb($this, other) {
|
|
14403
14449
|
if (!(other instanceof ULong))
|
|
14404
14450
|
return false;
|
|
14405
|
-
var tmp0_other_with_cast = other instanceof ULong ? other.
|
|
14451
|
+
var tmp0_other_with_cast = other instanceof ULong ? other.vl_1 : THROW_CCE();
|
|
14406
14452
|
if (!$this.equals(tmp0_other_with_cast))
|
|
14407
14453
|
return false;
|
|
14408
14454
|
return true;
|
|
14409
14455
|
}
|
|
14410
14456
|
function ULong(data) {
|
|
14411
14457
|
Companion_getInstance_26();
|
|
14412
|
-
this.
|
|
14458
|
+
this.vl_1 = data;
|
|
14413
14459
|
}
|
|
14414
|
-
protoOf(ULong).
|
|
14415
|
-
return ULong__compareTo_impl_38i7tu(this.
|
|
14460
|
+
protoOf(ULong).wl = function (other) {
|
|
14461
|
+
return ULong__compareTo_impl_38i7tu(this.vl_1, other);
|
|
14416
14462
|
};
|
|
14417
14463
|
protoOf(ULong).d = function (other) {
|
|
14418
14464
|
return ULong__compareTo_impl_38i7tu_0(this, other);
|
|
14419
14465
|
};
|
|
14420
14466
|
protoOf(ULong).toString = function () {
|
|
14421
|
-
return ULong__toString_impl_f9au7k(this.
|
|
14467
|
+
return ULong__toString_impl_f9au7k(this.vl_1);
|
|
14422
14468
|
};
|
|
14423
14469
|
protoOf(ULong).hashCode = function () {
|
|
14424
|
-
return ULong__hashCode_impl_6hv2lb(this.
|
|
14470
|
+
return ULong__hashCode_impl_6hv2lb(this.vl_1);
|
|
14425
14471
|
};
|
|
14426
14472
|
protoOf(ULong).equals = function (other) {
|
|
14427
|
-
return ULong__equals_impl_o0gnyb(this.
|
|
14473
|
+
return ULong__equals_impl_o0gnyb(this.vl_1, other);
|
|
14428
14474
|
};
|
|
14429
14475
|
function _ULongArray___init__impl__twm1l3(storage) {
|
|
14430
14476
|
return storage;
|
|
@@ -14452,27 +14498,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14452
14498
|
return new Iterator_1(_ULongArray___get_storage__impl__28e64j($this));
|
|
14453
14499
|
}
|
|
14454
14500
|
function Iterator_1(array) {
|
|
14455
|
-
this.
|
|
14456
|
-
this.
|
|
14501
|
+
this.xl_1 = array;
|
|
14502
|
+
this.yl_1 = 0;
|
|
14457
14503
|
}
|
|
14458
14504
|
protoOf(Iterator_1).k = function () {
|
|
14459
|
-
return this.
|
|
14505
|
+
return this.yl_1 < this.xl_1.length;
|
|
14460
14506
|
};
|
|
14461
|
-
protoOf(Iterator_1).
|
|
14507
|
+
protoOf(Iterator_1).zl = function () {
|
|
14462
14508
|
var tmp;
|
|
14463
|
-
if (this.
|
|
14509
|
+
if (this.yl_1 < this.xl_1.length) {
|
|
14464
14510
|
// Inline function 'kotlin.toULong' call
|
|
14465
|
-
var tmp1 = this.
|
|
14466
|
-
this.
|
|
14467
|
-
var this_0 = this.
|
|
14511
|
+
var tmp1 = this.yl_1;
|
|
14512
|
+
this.yl_1 = tmp1 + 1 | 0;
|
|
14513
|
+
var this_0 = this.xl_1[tmp1];
|
|
14468
14514
|
tmp = _ULong___init__impl__c78o9k(this_0);
|
|
14469
14515
|
} else {
|
|
14470
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
14516
|
+
throw NoSuchElementException_init_$Create$_0(this.yl_1.toString());
|
|
14471
14517
|
}
|
|
14472
14518
|
return tmp;
|
|
14473
14519
|
};
|
|
14474
14520
|
protoOf(Iterator_1).l = function () {
|
|
14475
|
-
return new ULong(this.
|
|
14521
|
+
return new ULong(this.zl());
|
|
14476
14522
|
};
|
|
14477
14523
|
function ULongArray__contains_impl_v9bgai($this, element) {
|
|
14478
14524
|
var tmp = !(new ULong(element) == null) ? new ULong(element) : THROW_CCE();
|
|
@@ -14486,7 +14532,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14486
14532
|
function ULongArray__contains_impl_v9bgai_0($this, element) {
|
|
14487
14533
|
if (!(element instanceof ULong))
|
|
14488
14534
|
return false;
|
|
14489
|
-
return ULongArray__contains_impl_v9bgai($this.
|
|
14535
|
+
return ULongArray__contains_impl_v9bgai($this.am_1, element instanceof ULong ? element.vl_1 : THROW_CCE());
|
|
14490
14536
|
}
|
|
14491
14537
|
function ULongArray__containsAll_impl_xx8ztf($this, elements) {
|
|
14492
14538
|
var tmp$ret$0;
|
|
@@ -14511,7 +14557,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14511
14557
|
if (element instanceof ULong) {
|
|
14512
14558
|
var tmp_1 = _ULongArray___get_storage__impl__28e64j($this);
|
|
14513
14559
|
// Inline function 'kotlin.ULong.toLong' call
|
|
14514
|
-
var this_1 = element.
|
|
14560
|
+
var this_1 = element.vl_1;
|
|
14515
14561
|
var tmp$ret$1 = _ULong___get_data__impl__fggpzb(this_1);
|
|
14516
14562
|
tmp_0 = contains_1(tmp_1, tmp$ret$1);
|
|
14517
14563
|
} else {
|
|
@@ -14527,7 +14573,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14527
14573
|
return tmp$ret$0;
|
|
14528
14574
|
}
|
|
14529
14575
|
function ULongArray__containsAll_impl_xx8ztf_0($this, elements) {
|
|
14530
|
-
return ULongArray__containsAll_impl_xx8ztf($this.
|
|
14576
|
+
return ULongArray__containsAll_impl_xx8ztf($this.am_1, elements);
|
|
14531
14577
|
}
|
|
14532
14578
|
function ULongArray__isEmpty_impl_c3yngu($this) {
|
|
14533
14579
|
return _ULongArray___get_storage__impl__28e64j($this).length === 0;
|
|
@@ -14541,43 +14587,43 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14541
14587
|
function ULongArray__equals_impl_vwitwa($this, other) {
|
|
14542
14588
|
if (!(other instanceof ULongArray))
|
|
14543
14589
|
return false;
|
|
14544
|
-
var tmp0_other_with_cast = other instanceof ULongArray ? other.
|
|
14590
|
+
var tmp0_other_with_cast = other instanceof ULongArray ? other.am_1 : THROW_CCE();
|
|
14545
14591
|
if (!equals($this, tmp0_other_with_cast))
|
|
14546
14592
|
return false;
|
|
14547
14593
|
return true;
|
|
14548
14594
|
}
|
|
14549
14595
|
function ULongArray(storage) {
|
|
14550
|
-
this.
|
|
14596
|
+
this.am_1 = storage;
|
|
14551
14597
|
}
|
|
14552
14598
|
protoOf(ULongArray).m = function () {
|
|
14553
|
-
return _ULongArray___get_size__impl__ju6dtr(this.
|
|
14599
|
+
return _ULongArray___get_size__impl__ju6dtr(this.am_1);
|
|
14554
14600
|
};
|
|
14555
14601
|
protoOf(ULongArray).j = function () {
|
|
14556
|
-
return ULongArray__iterator_impl_cq4d2h(this.
|
|
14602
|
+
return ULongArray__iterator_impl_cq4d2h(this.am_1);
|
|
14557
14603
|
};
|
|
14558
|
-
protoOf(ULongArray).
|
|
14559
|
-
return ULongArray__contains_impl_v9bgai(this.
|
|
14604
|
+
protoOf(ULongArray).bm = function (element) {
|
|
14605
|
+
return ULongArray__contains_impl_v9bgai(this.am_1, element);
|
|
14560
14606
|
};
|
|
14561
14607
|
protoOf(ULongArray).s1 = function (element) {
|
|
14562
14608
|
return ULongArray__contains_impl_v9bgai_0(this, element);
|
|
14563
14609
|
};
|
|
14564
|
-
protoOf(ULongArray).
|
|
14565
|
-
return ULongArray__containsAll_impl_xx8ztf(this.
|
|
14610
|
+
protoOf(ULongArray).cm = function (elements) {
|
|
14611
|
+
return ULongArray__containsAll_impl_xx8ztf(this.am_1, elements);
|
|
14566
14612
|
};
|
|
14567
14613
|
protoOf(ULongArray).t1 = function (elements) {
|
|
14568
14614
|
return ULongArray__containsAll_impl_xx8ztf_0(this, elements);
|
|
14569
14615
|
};
|
|
14570
14616
|
protoOf(ULongArray).p = function () {
|
|
14571
|
-
return ULongArray__isEmpty_impl_c3yngu(this.
|
|
14617
|
+
return ULongArray__isEmpty_impl_c3yngu(this.am_1);
|
|
14572
14618
|
};
|
|
14573
14619
|
protoOf(ULongArray).toString = function () {
|
|
14574
|
-
return ULongArray__toString_impl_wqk1p5(this.
|
|
14620
|
+
return ULongArray__toString_impl_wqk1p5(this.am_1);
|
|
14575
14621
|
};
|
|
14576
14622
|
protoOf(ULongArray).hashCode = function () {
|
|
14577
|
-
return ULongArray__hashCode_impl_aze4wa(this.
|
|
14623
|
+
return ULongArray__hashCode_impl_aze4wa(this.am_1);
|
|
14578
14624
|
};
|
|
14579
14625
|
protoOf(ULongArray).equals = function (other) {
|
|
14580
|
-
return ULongArray__equals_impl_vwitwa(this.
|
|
14626
|
+
return ULongArray__equals_impl_vwitwa(this.am_1, other);
|
|
14581
14627
|
};
|
|
14582
14628
|
function _UShort___init__impl__jigrne(data) {
|
|
14583
14629
|
return data;
|
|
@@ -14587,10 +14633,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14587
14633
|
}
|
|
14588
14634
|
function Companion_27() {
|
|
14589
14635
|
Companion_instance_27 = this;
|
|
14590
|
-
this.
|
|
14591
|
-
this.
|
|
14592
|
-
this.
|
|
14593
|
-
this.
|
|
14636
|
+
this.dm_1 = _UShort___init__impl__jigrne(0);
|
|
14637
|
+
this.em_1 = _UShort___init__impl__jigrne(-1);
|
|
14638
|
+
this.fm_1 = 2;
|
|
14639
|
+
this.gm_1 = 16;
|
|
14594
14640
|
}
|
|
14595
14641
|
var Companion_instance_27;
|
|
14596
14642
|
function Companion_getInstance_27() {
|
|
@@ -14606,7 +14652,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14606
14652
|
return compareTo(tmp, tmp$ret$1);
|
|
14607
14653
|
}
|
|
14608
14654
|
function UShort__compareTo_impl_1pfgyc_0($this, other) {
|
|
14609
|
-
return UShort__compareTo_impl_1pfgyc($this.
|
|
14655
|
+
return UShort__compareTo_impl_1pfgyc($this.hm_1, other instanceof UShort ? other.hm_1 : THROW_CCE());
|
|
14610
14656
|
}
|
|
14611
14657
|
function UShort__toString_impl_edaoee($this) {
|
|
14612
14658
|
// Inline function 'kotlin.UShort.toInt' call
|
|
@@ -14618,28 +14664,28 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14618
14664
|
function UShort__equals_impl_7t9pdz($this, other) {
|
|
14619
14665
|
if (!(other instanceof UShort))
|
|
14620
14666
|
return false;
|
|
14621
|
-
if (!($this === (other instanceof UShort ? other.
|
|
14667
|
+
if (!($this === (other instanceof UShort ? other.hm_1 : THROW_CCE())))
|
|
14622
14668
|
return false;
|
|
14623
14669
|
return true;
|
|
14624
14670
|
}
|
|
14625
14671
|
function UShort(data) {
|
|
14626
14672
|
Companion_getInstance_27();
|
|
14627
|
-
this.
|
|
14673
|
+
this.hm_1 = data;
|
|
14628
14674
|
}
|
|
14629
|
-
protoOf(UShort).
|
|
14630
|
-
return UShort__compareTo_impl_1pfgyc(this.
|
|
14675
|
+
protoOf(UShort).im = function (other) {
|
|
14676
|
+
return UShort__compareTo_impl_1pfgyc(this.hm_1, other);
|
|
14631
14677
|
};
|
|
14632
14678
|
protoOf(UShort).d = function (other) {
|
|
14633
14679
|
return UShort__compareTo_impl_1pfgyc_0(this, other);
|
|
14634
14680
|
};
|
|
14635
14681
|
protoOf(UShort).toString = function () {
|
|
14636
|
-
return UShort__toString_impl_edaoee(this.
|
|
14682
|
+
return UShort__toString_impl_edaoee(this.hm_1);
|
|
14637
14683
|
};
|
|
14638
14684
|
protoOf(UShort).hashCode = function () {
|
|
14639
|
-
return UShort__hashCode_impl_ywngrv(this.
|
|
14685
|
+
return UShort__hashCode_impl_ywngrv(this.hm_1);
|
|
14640
14686
|
};
|
|
14641
14687
|
protoOf(UShort).equals = function (other) {
|
|
14642
|
-
return UShort__equals_impl_7t9pdz(this.
|
|
14688
|
+
return UShort__equals_impl_7t9pdz(this.hm_1, other);
|
|
14643
14689
|
};
|
|
14644
14690
|
function _UShortArray___init__impl__9b26ef(storage) {
|
|
14645
14691
|
return storage;
|
|
@@ -14667,27 +14713,27 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14667
14713
|
return new Iterator_2(_UShortArray___get_storage__impl__t2jpv5($this));
|
|
14668
14714
|
}
|
|
14669
14715
|
function Iterator_2(array) {
|
|
14670
|
-
this.
|
|
14671
|
-
this.
|
|
14716
|
+
this.jm_1 = array;
|
|
14717
|
+
this.km_1 = 0;
|
|
14672
14718
|
}
|
|
14673
14719
|
protoOf(Iterator_2).k = function () {
|
|
14674
|
-
return this.
|
|
14720
|
+
return this.km_1 < this.jm_1.length;
|
|
14675
14721
|
};
|
|
14676
|
-
protoOf(Iterator_2).
|
|
14722
|
+
protoOf(Iterator_2).lm = function () {
|
|
14677
14723
|
var tmp;
|
|
14678
|
-
if (this.
|
|
14724
|
+
if (this.km_1 < this.jm_1.length) {
|
|
14679
14725
|
// Inline function 'kotlin.toUShort' call
|
|
14680
|
-
var tmp1 = this.
|
|
14681
|
-
this.
|
|
14682
|
-
var this_0 = this.
|
|
14726
|
+
var tmp1 = this.km_1;
|
|
14727
|
+
this.km_1 = tmp1 + 1 | 0;
|
|
14728
|
+
var this_0 = this.jm_1[tmp1];
|
|
14683
14729
|
tmp = _UShort___init__impl__jigrne(this_0);
|
|
14684
14730
|
} else {
|
|
14685
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
14731
|
+
throw NoSuchElementException_init_$Create$_0(this.km_1.toString());
|
|
14686
14732
|
}
|
|
14687
14733
|
return tmp;
|
|
14688
14734
|
};
|
|
14689
14735
|
protoOf(Iterator_2).l = function () {
|
|
14690
|
-
return new UShort(this.
|
|
14736
|
+
return new UShort(this.lm());
|
|
14691
14737
|
};
|
|
14692
14738
|
function UShortArray__contains_impl_vo7k3g($this, element) {
|
|
14693
14739
|
var tmp = !(new UShort(element) == null) ? new UShort(element) : THROW_CCE();
|
|
@@ -14701,7 +14747,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14701
14747
|
function UShortArray__contains_impl_vo7k3g_0($this, element) {
|
|
14702
14748
|
if (!(element instanceof UShort))
|
|
14703
14749
|
return false;
|
|
14704
|
-
return UShortArray__contains_impl_vo7k3g($this.
|
|
14750
|
+
return UShortArray__contains_impl_vo7k3g($this.mm_1, element instanceof UShort ? element.hm_1 : THROW_CCE());
|
|
14705
14751
|
}
|
|
14706
14752
|
function UShortArray__containsAll_impl_vlaaxp($this, elements) {
|
|
14707
14753
|
var tmp$ret$0;
|
|
@@ -14726,7 +14772,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14726
14772
|
if (element instanceof UShort) {
|
|
14727
14773
|
var tmp_1 = _UShortArray___get_storage__impl__t2jpv5($this);
|
|
14728
14774
|
// Inline function 'kotlin.UShort.toShort' call
|
|
14729
|
-
var this_1 = element.
|
|
14775
|
+
var this_1 = element.hm_1;
|
|
14730
14776
|
var tmp$ret$1 = _UShort___get_data__impl__g0245(this_1);
|
|
14731
14777
|
tmp_0 = contains_3(tmp_1, tmp$ret$1);
|
|
14732
14778
|
} else {
|
|
@@ -14742,7 +14788,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14742
14788
|
return tmp$ret$0;
|
|
14743
14789
|
}
|
|
14744
14790
|
function UShortArray__containsAll_impl_vlaaxp_0($this, elements) {
|
|
14745
|
-
return UShortArray__containsAll_impl_vlaaxp($this.
|
|
14791
|
+
return UShortArray__containsAll_impl_vlaaxp($this.mm_1, elements);
|
|
14746
14792
|
}
|
|
14747
14793
|
function UShortArray__isEmpty_impl_cdd9l0($this) {
|
|
14748
14794
|
return _UShortArray___get_storage__impl__t2jpv5($this).length === 0;
|
|
@@ -14756,43 +14802,43 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
14756
14802
|
function UShortArray__equals_impl_tyc3mk($this, other) {
|
|
14757
14803
|
if (!(other instanceof UShortArray))
|
|
14758
14804
|
return false;
|
|
14759
|
-
var tmp0_other_with_cast = other instanceof UShortArray ? other.
|
|
14805
|
+
var tmp0_other_with_cast = other instanceof UShortArray ? other.mm_1 : THROW_CCE();
|
|
14760
14806
|
if (!equals($this, tmp0_other_with_cast))
|
|
14761
14807
|
return false;
|
|
14762
14808
|
return true;
|
|
14763
14809
|
}
|
|
14764
14810
|
function UShortArray(storage) {
|
|
14765
|
-
this.
|
|
14811
|
+
this.mm_1 = storage;
|
|
14766
14812
|
}
|
|
14767
14813
|
protoOf(UShortArray).m = function () {
|
|
14768
|
-
return _UShortArray___get_size__impl__jqto1b(this.
|
|
14814
|
+
return _UShortArray___get_size__impl__jqto1b(this.mm_1);
|
|
14769
14815
|
};
|
|
14770
14816
|
protoOf(UShortArray).j = function () {
|
|
14771
|
-
return UShortArray__iterator_impl_ktpenn(this.
|
|
14817
|
+
return UShortArray__iterator_impl_ktpenn(this.mm_1);
|
|
14772
14818
|
};
|
|
14773
|
-
protoOf(UShortArray).
|
|
14774
|
-
return UShortArray__contains_impl_vo7k3g(this.
|
|
14819
|
+
protoOf(UShortArray).nm = function (element) {
|
|
14820
|
+
return UShortArray__contains_impl_vo7k3g(this.mm_1, element);
|
|
14775
14821
|
};
|
|
14776
14822
|
protoOf(UShortArray).s1 = function (element) {
|
|
14777
14823
|
return UShortArray__contains_impl_vo7k3g_0(this, element);
|
|
14778
14824
|
};
|
|
14779
|
-
protoOf(UShortArray).
|
|
14780
|
-
return UShortArray__containsAll_impl_vlaaxp(this.
|
|
14825
|
+
protoOf(UShortArray).om = function (elements) {
|
|
14826
|
+
return UShortArray__containsAll_impl_vlaaxp(this.mm_1, elements);
|
|
14781
14827
|
};
|
|
14782
14828
|
protoOf(UShortArray).t1 = function (elements) {
|
|
14783
14829
|
return UShortArray__containsAll_impl_vlaaxp_0(this, elements);
|
|
14784
14830
|
};
|
|
14785
14831
|
protoOf(UShortArray).p = function () {
|
|
14786
|
-
return UShortArray__isEmpty_impl_cdd9l0(this.
|
|
14832
|
+
return UShortArray__isEmpty_impl_cdd9l0(this.mm_1);
|
|
14787
14833
|
};
|
|
14788
14834
|
protoOf(UShortArray).toString = function () {
|
|
14789
|
-
return UShortArray__toString_impl_omz03z(this.
|
|
14835
|
+
return UShortArray__toString_impl_omz03z(this.mm_1);
|
|
14790
14836
|
};
|
|
14791
14837
|
protoOf(UShortArray).hashCode = function () {
|
|
14792
|
-
return UShortArray__hashCode_impl_2vt3b4(this.
|
|
14838
|
+
return UShortArray__hashCode_impl_2vt3b4(this.mm_1);
|
|
14793
14839
|
};
|
|
14794
14840
|
protoOf(UShortArray).equals = function (other) {
|
|
14795
|
-
return UShortArray__equals_impl_tyc3mk(this.
|
|
14841
|
+
return UShortArray__equals_impl_tyc3mk(this.mm_1, other);
|
|
14796
14842
|
};
|
|
14797
14843
|
function toUInt(_this__u8e3s4) {
|
|
14798
14844
|
var tmp0_elvis_lhs = toUIntOrNull(_this__u8e3s4);
|