@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1884 → 1.3.0-SNAPSHOT.2145

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.
@@ -46,11 +46,6 @@ if (typeof Array.prototype.fill === 'undefined') {
46
46
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
47
47
  }
48
48
  });
49
- if (typeof Math.log2 === 'undefined') {
50
- Math.log2 = function (x) {
51
- return Math.log(x) * Math.LOG2E;
52
- };
53
- }
54
49
  if (typeof Math.clz32 === 'undefined') {
55
50
  Math.clz32 = function (log, LN2) {
56
51
  return function (x) {
@@ -62,6 +57,11 @@ if (typeof Math.clz32 === 'undefined') {
62
57
  };
63
58
  }(Math.log, Math.LN2);
64
59
  }
60
+ if (typeof Math.log2 === 'undefined') {
61
+ Math.log2 = function (x) {
62
+ return Math.log(x) * Math.LOG2E;
63
+ };
64
+ }
65
65
  if (typeof String.prototype.startsWith === 'undefined') {
66
66
  Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
67
67
  position = position || 0;
@@ -104,15 +104,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
104
104
  initMetadataForInterface(Entry, 'Entry');
105
105
  initMetadataForInterface(MutableEntry, 'MutableEntry', VOID, VOID, [Entry]);
106
106
  initMetadataForCompanion(Companion_0);
107
- function asJsReadonlySetView() {
108
- return createJsReadonlySetViewFrom(this);
109
- }
110
- initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
111
- initMetadataForCompanion(Companion_1);
112
107
  function asJsReadonlyMapView() {
113
108
  return createJsReadonlyMapViewFrom(this);
114
109
  }
115
110
  initMetadataForInterface(KtMap, 'Map');
111
+ initMetadataForCompanion(Companion_1);
112
+ function asJsReadonlySetView() {
113
+ return createJsReadonlySetViewFrom(this);
114
+ }
115
+ initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
116
116
  initMetadataForCompanion(Companion_2);
117
117
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
118
118
  initMetadataForCompanion(Companion_3);
@@ -129,23 +129,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
129
129
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
130
130
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
131
131
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
132
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
132
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtList]);
133
133
  initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
134
134
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
135
135
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
136
- initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtSet]);
136
+ initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
137
137
  initMetadataForCompanion(Companion_4);
138
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
138
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
139
139
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
140
- initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
140
+ initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
141
141
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
142
- initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
142
+ initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
143
143
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
144
144
  initMetadataForClass(HashMapKeysDefault$iterator$1);
145
145
  initMetadataForClass(HashMapKeysDefault, 'HashMapKeysDefault', VOID, AbstractMutableSet);
146
146
  initMetadataForClass(HashMapValuesDefault$iterator$1);
147
147
  initMetadataForClass(HashMapValuesDefault, 'HashMapValuesDefault', VOID, AbstractMutableCollection);
148
- initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, Collection, KtSet]);
148
+ initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, KtSet, Collection]);
149
149
  initMetadataForCompanion(Companion_5);
150
150
  initMetadataForClass(Itr, 'Itr');
151
151
  initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
@@ -192,7 +192,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
192
192
  initMetadataForObject(EmptyHolder, 'EmptyHolder');
193
193
  initMetadataForClass(LinkedHashMap, 'LinkedHashMap', LinkedHashMap_init_$Create$, HashMap, [HashMap, KtMap]);
194
194
  initMetadataForObject(EmptyHolder_0, 'EmptyHolder');
195
- initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, Collection, KtSet]);
195
+ initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, KtSet, Collection]);
196
196
  initMetadataForClass(BaseOutput, 'BaseOutput');
197
197
  initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
198
198
  initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
@@ -226,6 +226,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
226
226
  initMetadataForInterface(KMutableProperty1, 'KMutableProperty1', VOID, VOID, [KProperty1]);
227
227
  initMetadataForInterface(KProperty0, 'KProperty0');
228
228
  initMetadataForObject(PrimitiveClasses, 'PrimitiveClasses');
229
+ initMetadataForClass(CharacterCodingException, 'CharacterCodingException', CharacterCodingException_init_$Create$, Exception);
229
230
  initMetadataForClass(StringBuilder, 'StringBuilder', StringBuilder_init_$Create$_0, VOID, [CharSequence]);
230
231
  initMetadataForCompanion(Companion_6);
231
232
  initMetadataForClass(Regex, 'Regex');
@@ -366,8 +367,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
366
367
  initMetadataForClass(NotImplementedError, 'NotImplementedError', NotImplementedError, Error_0);
367
368
  initMetadataForClass(Pair, 'Pair');
368
369
  initMetadataForCompanion(Companion_17);
369
- initMetadataForClass(UInt, 'UInt', VOID, VOID, [Comparable]);
370
+ initMetadataForClass(Uuid, 'Uuid', VOID, VOID, [Comparable]);
370
371
  initMetadataForCompanion(Companion_18);
372
+ initMetadataForClass(UInt, 'UInt', VOID, VOID, [Comparable]);
373
+ initMetadataForCompanion(Companion_19);
371
374
  initMetadataForClass(ULong, 'ULong', VOID, VOID, [Comparable]);
372
375
  //endregion
373
376
  function CharSequence() {
@@ -571,6 +574,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
571
574
  }
572
575
  return list;
573
576
  }
577
+ function joinToString_1(_this__u8e3s4, separator, prefix, postfix, limit, truncated, transform) {
578
+ separator = separator === VOID ? ', ' : separator;
579
+ prefix = prefix === VOID ? '' : prefix;
580
+ postfix = postfix === VOID ? '' : postfix;
581
+ limit = limit === VOID ? -1 : limit;
582
+ truncated = truncated === VOID ? '...' : truncated;
583
+ transform = transform === VOID ? null : transform;
584
+ return joinTo_1(_this__u8e3s4, StringBuilder_init_$Create$_0(), separator, prefix, postfix, limit, truncated, transform).toString();
585
+ }
574
586
  function contains_1(_this__u8e3s4, element) {
575
587
  return indexOf_0(_this__u8e3s4, element) >= 0;
576
588
  }
@@ -613,6 +625,38 @@ if (typeof String.prototype.startsWith === 'undefined') {
613
625
  }
614
626
  return -1;
615
627
  }
628
+ function joinTo_1(_this__u8e3s4, buffer, separator, prefix, postfix, limit, truncated, transform) {
629
+ separator = separator === VOID ? ', ' : separator;
630
+ prefix = prefix === VOID ? '' : prefix;
631
+ postfix = postfix === VOID ? '' : postfix;
632
+ limit = limit === VOID ? -1 : limit;
633
+ truncated = truncated === VOID ? '...' : truncated;
634
+ transform = transform === VOID ? null : transform;
635
+ buffer.g(prefix);
636
+ var count = 0;
637
+ var inductionVariable = 0;
638
+ var last = _this__u8e3s4.length;
639
+ $l$loop: while (inductionVariable < last) {
640
+ var element = _this__u8e3s4[inductionVariable];
641
+ inductionVariable = inductionVariable + 1 | 0;
642
+ count = count + 1 | 0;
643
+ if (count > 1) {
644
+ buffer.g(separator);
645
+ }
646
+ if (limit < 0 || count <= limit) {
647
+ if (!(transform == null))
648
+ buffer.g(transform(element));
649
+ else
650
+ buffer.g(element.toString());
651
+ } else
652
+ break $l$loop;
653
+ }
654
+ if (limit >= 0 && count > limit) {
655
+ buffer.g(truncated);
656
+ }
657
+ buffer.g(postfix);
658
+ return buffer;
659
+ }
616
660
  function indexOf_0(_this__u8e3s4, element) {
617
661
  var inductionVariable = 0;
618
662
  var last = _this__u8e3s4.length - 1 | 0;
@@ -630,16 +674,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
630
674
  function getOrNull(_this__u8e3s4, index) {
631
675
  return (0 <= index ? index <= (_this__u8e3s4.length - 1 | 0) : false) ? _this__u8e3s4[index] : null;
632
676
  }
633
- function joinToString_1(_this__u8e3s4, separator, prefix, postfix, limit, truncated, transform) {
677
+ function joinToString_2(_this__u8e3s4, separator, prefix, postfix, limit, truncated, transform) {
634
678
  separator = separator === VOID ? ', ' : separator;
635
679
  prefix = prefix === VOID ? '' : prefix;
636
680
  postfix = postfix === VOID ? '' : postfix;
637
681
  limit = limit === VOID ? -1 : limit;
638
682
  truncated = truncated === VOID ? '...' : truncated;
639
683
  transform = transform === VOID ? null : transform;
640
- return joinTo_1(_this__u8e3s4, StringBuilder_init_$Create$_0(), separator, prefix, postfix, limit, truncated, transform).toString();
684
+ return joinTo_2(_this__u8e3s4, StringBuilder_init_$Create$_0(), separator, prefix, postfix, limit, truncated, transform).toString();
641
685
  }
642
- function joinTo_1(_this__u8e3s4, buffer, separator, prefix, postfix, limit, truncated, transform) {
686
+ function joinTo_2(_this__u8e3s4, buffer, separator, prefix, postfix, limit, truncated, transform) {
643
687
  separator = separator === VOID ? ', ' : separator;
644
688
  prefix = prefix === VOID ? '' : prefix;
645
689
  postfix = postfix === VOID ? '' : postfix;
@@ -691,6 +735,26 @@ if (typeof String.prototype.startsWith === 'undefined') {
691
735
  }
692
736
  return optimizeReadOnlySet(toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$()));
693
737
  }
738
+ function minus(_this__u8e3s4, element) {
739
+ var result = ArrayList_init_$Create$_0(collectionSizeOrDefault(_this__u8e3s4, 10));
740
+ var removed = false;
741
+ // Inline function 'kotlin.collections.filterTo' call
742
+ var _iterator__ex2g4s = _this__u8e3s4.l();
743
+ while (_iterator__ex2g4s.m()) {
744
+ var element_0 = _iterator__ex2g4s.n();
745
+ var tmp;
746
+ if (!removed && equals(element_0, element)) {
747
+ removed = true;
748
+ tmp = false;
749
+ } else {
750
+ tmp = true;
751
+ }
752
+ if (tmp) {
753
+ result.h(element_0);
754
+ }
755
+ }
756
+ return result;
757
+ }
694
758
  function firstOrNull(_this__u8e3s4) {
695
759
  return _this__u8e3s4.q() ? null : _this__u8e3s4.p(0);
696
760
  }
@@ -723,13 +787,25 @@ if (typeof String.prototype.startsWith === 'undefined') {
723
787
  function filterNotNull(_this__u8e3s4) {
724
788
  return filterNotNullTo(_this__u8e3s4, ArrayList_init_$Create$());
725
789
  }
790
+ function lastOrNull(_this__u8e3s4) {
791
+ return _this__u8e3s4.q() ? null : _this__u8e3s4.p(_this__u8e3s4.o() - 1 | 0);
792
+ }
726
793
  function getOrNull_0(_this__u8e3s4, index) {
727
794
  return (0 <= index ? index < _this__u8e3s4.o() : false) ? _this__u8e3s4.p(index) : null;
728
795
  }
729
- function lastOrNull(_this__u8e3s4) {
730
- return _this__u8e3s4.q() ? null : _this__u8e3s4.p(_this__u8e3s4.o() - 1 | 0);
796
+ function plus_0(_this__u8e3s4, elements) {
797
+ if (isInterface(elements, Collection)) {
798
+ var result = ArrayList_init_$Create$_0(_this__u8e3s4.o() + elements.o() | 0);
799
+ result.r(_this__u8e3s4);
800
+ result.r(elements);
801
+ return result;
802
+ } else {
803
+ var result_0 = ArrayList_init_$Create$_1(_this__u8e3s4);
804
+ addAll(result_0, elements);
805
+ return result_0;
806
+ }
731
807
  }
732
- function plus_0(_this__u8e3s4, element) {
808
+ function plus_1(_this__u8e3s4, element) {
733
809
  var result = ArrayList_init_$Create$_0(_this__u8e3s4.o() + 1 | 0);
734
810
  result.r(_this__u8e3s4);
735
811
  result.h(element);
@@ -813,10 +889,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
813
889
  sort_0(this_1);
814
890
  return this_1;
815
891
  }
816
- function asSequence(_this__u8e3s4) {
817
- // Inline function 'kotlin.sequences.Sequence' call
818
- return new asSequence$$inlined$Sequence$1(_this__u8e3s4);
819
- }
820
892
  function toCollection_0(_this__u8e3s4, destination) {
821
893
  var _iterator__ex2g4s = _this__u8e3s4.l();
822
894
  while (_iterator__ex2g4s.m()) {
@@ -861,6 +933,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
861
933
  return toMutableList_0(_this__u8e3s4);
862
934
  return toCollection_0(_this__u8e3s4, ArrayList_init_$Create$());
863
935
  }
936
+ function asSequence(_this__u8e3s4) {
937
+ // Inline function 'kotlin.sequences.Sequence' call
938
+ return new asSequence$$inlined$Sequence$1(_this__u8e3s4);
939
+ }
864
940
  function single_0(_this__u8e3s4) {
865
941
  if (isInterface(_this__u8e3s4, KtList))
866
942
  return single_1(_this__u8e3s4);
@@ -1076,8 +1152,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
1076
1152
  }
1077
1153
  function MutableEntry() {
1078
1154
  }
1079
- protoOf(Companion_0).fromJsSet = function (set) {
1080
- return createSetFrom(set);
1155
+ function Entry() {
1156
+ }
1157
+ protoOf(Companion_0).fromJsMap = function (map) {
1158
+ return createMapFrom(map);
1081
1159
  };
1082
1160
  function Companion_0() {
1083
1161
  }
@@ -1085,12 +1163,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
1085
1163
  function Companion_getInstance_0() {
1086
1164
  return Companion_instance_0;
1087
1165
  }
1088
- function KtSet() {
1089
- }
1090
- function Entry() {
1166
+ function KtMap() {
1091
1167
  }
1092
- protoOf(Companion_1).fromJsMap = function (map) {
1093
- return createMapFrom(map);
1168
+ protoOf(Companion_1).fromJsSet = function (set) {
1169
+ return createSetFrom(set);
1094
1170
  };
1095
1171
  function Companion_1() {
1096
1172
  }
@@ -1098,7 +1174,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
1098
1174
  function Companion_getInstance_1() {
1099
1175
  return Companion_instance_1;
1100
1176
  }
1101
- function KtMap() {
1177
+ function KtSet() {
1102
1178
  }
1103
1179
  function Companion_2() {
1104
1180
  }
@@ -1849,34 +1925,34 @@ if (typeof String.prototype.startsWith === 'undefined') {
1849
1925
  function JsArrayView() {
1850
1926
  Array.call(this);
1851
1927
  }
1852
- function createJsReadonlySetViewFrom(set) {
1853
- var tmp = createJsReadonlySetViewFrom$lambda(set);
1854
- // Inline function 'kotlin.js.asDynamic' call
1855
- var tmp_0 = UNSUPPORTED_OPERATION$ref_2();
1856
- // Inline function 'kotlin.js.asDynamic' call
1857
- var tmp_1 = UNSUPPORTED_OPERATION$ref_3();
1858
- // Inline function 'kotlin.js.asDynamic' call
1859
- var tmp_2 = UNSUPPORTED_OPERATION$ref_4();
1860
- var tmp_3 = createJsReadonlySetViewFrom$lambda_0(set);
1861
- var tmp_4 = createJsReadonlySetViewFrom$lambda_1(set);
1862
- var tmp_5 = createJsReadonlySetViewFrom$lambda_2(set);
1863
- return createJsSetViewWith(tmp, tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, createJsReadonlySetViewFrom$lambda_3);
1864
- }
1865
1928
  function createJsReadonlyMapViewFrom(map) {
1866
1929
  var tmp = createJsReadonlyMapViewFrom$lambda(map);
1867
1930
  var tmp_0 = createJsReadonlyMapViewFrom$lambda_0(map);
1868
1931
  var tmp_1 = createJsReadonlyMapViewFrom$lambda_1(map);
1869
1932
  // Inline function 'kotlin.js.asDynamic' call
1870
- var tmp_2 = UNSUPPORTED_OPERATION$ref_5();
1933
+ var tmp_2 = UNSUPPORTED_OPERATION$ref_2();
1871
1934
  // Inline function 'kotlin.js.asDynamic' call
1872
- var tmp_3 = UNSUPPORTED_OPERATION$ref_6();
1935
+ var tmp_3 = UNSUPPORTED_OPERATION$ref_3();
1873
1936
  // Inline function 'kotlin.js.asDynamic' call
1874
- var tmp_4 = UNSUPPORTED_OPERATION$ref_7();
1937
+ var tmp_4 = UNSUPPORTED_OPERATION$ref_4();
1875
1938
  var tmp_5 = createJsReadonlyMapViewFrom$lambda_2(map);
1876
1939
  var tmp_6 = createJsReadonlyMapViewFrom$lambda_3(map);
1877
1940
  var tmp_7 = createJsReadonlyMapViewFrom$lambda_4(map);
1878
1941
  return createJsMapViewWith(tmp, tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, createJsReadonlyMapViewFrom$lambda_5);
1879
1942
  }
1943
+ function createJsReadonlySetViewFrom(set) {
1944
+ var tmp = createJsReadonlySetViewFrom$lambda(set);
1945
+ // Inline function 'kotlin.js.asDynamic' call
1946
+ var tmp_0 = UNSUPPORTED_OPERATION$ref_5();
1947
+ // Inline function 'kotlin.js.asDynamic' call
1948
+ var tmp_1 = UNSUPPORTED_OPERATION$ref_6();
1949
+ // Inline function 'kotlin.js.asDynamic' call
1950
+ var tmp_2 = UNSUPPORTED_OPERATION$ref_7();
1951
+ var tmp_3 = createJsReadonlySetViewFrom$lambda_0(set);
1952
+ var tmp_4 = createJsReadonlySetViewFrom$lambda_1(set);
1953
+ var tmp_5 = createJsReadonlySetViewFrom$lambda_2(set);
1954
+ return createJsSetViewWith(tmp, tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, createJsReadonlySetViewFrom$lambda_3);
1955
+ }
1880
1956
  function createJsMapViewWith(mapSize, mapGet, mapContains, mapPut, mapRemove, mapClear, keysIterator, valuesIterator, entriesIterator, forEach) {
1881
1957
  // Inline function 'kotlin.also' call
1882
1958
  var this_0 = objectCreate(protoOf(JsMapView));
@@ -1995,9 +2071,19 @@ if (typeof String.prototype.startsWith === 'undefined') {
1995
2071
  l.callableName = 'UNSUPPORTED_OPERATION';
1996
2072
  return l;
1997
2073
  }
1998
- function createJsReadonlySetViewFrom$lambda($set) {
2074
+ function createJsReadonlyMapViewFrom$lambda($map) {
1999
2075
  return function () {
2000
- return $set.o();
2076
+ return $map.o();
2077
+ };
2078
+ }
2079
+ function createJsReadonlyMapViewFrom$lambda_0($map) {
2080
+ return function (k) {
2081
+ return $map.m1(k);
2082
+ };
2083
+ }
2084
+ function createJsReadonlyMapViewFrom$lambda_1($map) {
2085
+ return function (k) {
2086
+ return $map.k1(k);
2001
2087
  };
2002
2088
  }
2003
2089
  function UNSUPPORTED_OPERATION$ref_2() {
@@ -2024,45 +2110,35 @@ if (typeof String.prototype.startsWith === 'undefined') {
2024
2110
  l.callableName = 'UNSUPPORTED_OPERATION';
2025
2111
  return l;
2026
2112
  }
2027
- function createJsReadonlySetViewFrom$lambda_0($set) {
2028
- return function (v) {
2029
- return $set.b1(v);
2113
+ function createJsReadonlyMapViewFrom$lambda_2($map) {
2114
+ return function () {
2115
+ return createJsIteratorFrom($map.n1().l());
2030
2116
  };
2031
2117
  }
2032
- function createJsReadonlySetViewFrom$lambda_1($set) {
2118
+ function createJsReadonlyMapViewFrom$lambda_3($map) {
2033
2119
  return function () {
2034
- return createJsIteratorFrom($set.l());
2120
+ return createJsIteratorFrom($map.o1().l());
2035
2121
  };
2036
2122
  }
2037
- function createJsReadonlySetViewFrom$lambda$lambda(it) {
2123
+ function createJsReadonlyMapViewFrom$lambda$lambda(it) {
2038
2124
  // Inline function 'kotlin.arrayOf' call
2039
2125
  // Inline function 'kotlin.js.unsafeCast' call
2040
2126
  // Inline function 'kotlin.js.asDynamic' call
2041
- return [it, it];
2127
+ return [it.i1(), it.j1()];
2042
2128
  }
2043
- function createJsReadonlySetViewFrom$lambda_2($set) {
2129
+ function createJsReadonlyMapViewFrom$lambda_4($map) {
2044
2130
  return function () {
2045
- var tmp = $set.l();
2046
- return createJsIteratorFrom(tmp, createJsReadonlySetViewFrom$lambda$lambda);
2131
+ var tmp = $map.p1().l();
2132
+ return createJsIteratorFrom(tmp, createJsReadonlyMapViewFrom$lambda$lambda);
2047
2133
  };
2048
2134
  }
2049
- function createJsReadonlySetViewFrom$lambda_3(callback, set, thisArg) {
2050
- forEach(callback, set, thisArg);
2135
+ function createJsReadonlyMapViewFrom$lambda_5(callback, map, thisArg) {
2136
+ forEach(callback, map, thisArg);
2051
2137
  return Unit_instance;
2052
2138
  }
2053
- function createJsReadonlyMapViewFrom$lambda($map) {
2139
+ function createJsReadonlySetViewFrom$lambda($set) {
2054
2140
  return function () {
2055
- return $map.o();
2056
- };
2057
- }
2058
- function createJsReadonlyMapViewFrom$lambda_0($map) {
2059
- return function (k) {
2060
- return $map.m1(k);
2061
- };
2062
- }
2063
- function createJsReadonlyMapViewFrom$lambda_1($map) {
2064
- return function (k) {
2065
- return $map.k1(k);
2141
+ return $set.o();
2066
2142
  };
2067
2143
  }
2068
2144
  function UNSUPPORTED_OPERATION$ref_5() {
@@ -2089,30 +2165,30 @@ if (typeof String.prototype.startsWith === 'undefined') {
2089
2165
  l.callableName = 'UNSUPPORTED_OPERATION';
2090
2166
  return l;
2091
2167
  }
2092
- function createJsReadonlyMapViewFrom$lambda_2($map) {
2093
- return function () {
2094
- return createJsIteratorFrom($map.n1().l());
2168
+ function createJsReadonlySetViewFrom$lambda_0($set) {
2169
+ return function (v) {
2170
+ return $set.b1(v);
2095
2171
  };
2096
2172
  }
2097
- function createJsReadonlyMapViewFrom$lambda_3($map) {
2173
+ function createJsReadonlySetViewFrom$lambda_1($set) {
2098
2174
  return function () {
2099
- return createJsIteratorFrom($map.o1().l());
2175
+ return createJsIteratorFrom($set.l());
2100
2176
  };
2101
2177
  }
2102
- function createJsReadonlyMapViewFrom$lambda$lambda(it) {
2178
+ function createJsReadonlySetViewFrom$lambda$lambda(it) {
2103
2179
  // Inline function 'kotlin.arrayOf' call
2104
2180
  // Inline function 'kotlin.js.unsafeCast' call
2105
2181
  // Inline function 'kotlin.js.asDynamic' call
2106
- return [it.i1(), it.j1()];
2182
+ return [it, it];
2107
2183
  }
2108
- function createJsReadonlyMapViewFrom$lambda_4($map) {
2184
+ function createJsReadonlySetViewFrom$lambda_2($set) {
2109
2185
  return function () {
2110
- var tmp = $map.p1().l();
2111
- return createJsIteratorFrom(tmp, createJsReadonlyMapViewFrom$lambda$lambda);
2186
+ var tmp = $set.l();
2187
+ return createJsIteratorFrom(tmp, createJsReadonlySetViewFrom$lambda$lambda);
2112
2188
  };
2113
2189
  }
2114
- function createJsReadonlyMapViewFrom$lambda_5(callback, map, thisArg) {
2115
- forEach(callback, map, thisArg);
2190
+ function createJsReadonlySetViewFrom$lambda_3(callback, set, thisArg) {
2191
+ forEach(callback, set, thisArg);
2116
2192
  return Unit_instance;
2117
2193
  }
2118
2194
  function createJsIteratorFrom$lambda(it) {
@@ -4928,15 +5004,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
4928
5004
  function CancellationException() {
4929
5005
  captureStack(this, CancellationException);
4930
5006
  }
5007
+ function createCoroutineUnintercepted(_this__u8e3s4, receiver, completion) {
5008
+ // Inline function 'kotlin.coroutines.intrinsics.createCoroutineFromSuspendFunction' call
5009
+ return new createCoroutineUnintercepted$$inlined$createCoroutineFromSuspendFunction$1(completion, _this__u8e3s4, receiver, completion);
5010
+ }
4931
5011
  function intercepted(_this__u8e3s4) {
4932
5012
  var tmp0_safe_receiver = _this__u8e3s4 instanceof InterceptedCoroutine ? _this__u8e3s4 : null;
4933
5013
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a8();
4934
5014
  return tmp1_elvis_lhs == null ? _this__u8e3s4 : tmp1_elvis_lhs;
4935
5015
  }
4936
- function createCoroutineUnintercepted(_this__u8e3s4, receiver, completion) {
4937
- // Inline function 'kotlin.coroutines.intrinsics.createCoroutineFromSuspendFunction' call
4938
- return new createCoroutineUnintercepted$$inlined$createCoroutineFromSuspendFunction$1(completion, _this__u8e3s4, receiver, completion);
4939
- }
4940
5016
  function invokeSuspendSuperTypeWithReceiver(_this__u8e3s4, receiver, completion) {
4941
5017
  throw new NotImplementedError('It is intrinsic method');
4942
5018
  }
@@ -5872,6 +5948,19 @@ if (typeof String.prototype.startsWith === 'undefined') {
5872
5948
  function reset(_this__u8e3s4) {
5873
5949
  _this__u8e3s4.lastIndex = 0;
5874
5950
  }
5951
+ function CharacterCodingException_init_$Init$($this) {
5952
+ CharacterCodingException.call($this, null);
5953
+ return $this;
5954
+ }
5955
+ function CharacterCodingException_init_$Create$() {
5956
+ var tmp = CharacterCodingException_init_$Init$(objectCreate(protoOf(CharacterCodingException)));
5957
+ captureStack(tmp, CharacterCodingException_init_$Create$);
5958
+ return tmp;
5959
+ }
5960
+ function CharacterCodingException(message) {
5961
+ Exception_init_$Init$_0(message, this);
5962
+ captureStack(this, CharacterCodingException);
5963
+ }
5875
5964
  function StringBuilder_init_$Init$(capacity, $this) {
5876
5965
  StringBuilder_init_$Init$_0($this);
5877
5966
  return $this;
@@ -6231,7 +6320,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
6231
6320
  this.ib_1 = value;
6232
6321
  }
6233
6322
  function toFlags(_this__u8e3s4, prepend) {
6234
- return joinToString_1(_this__u8e3s4, '', prepend, VOID, VOID, VOID, toFlags$lambda);
6323
+ return joinToString_2(_this__u8e3s4, '', prepend, VOID, VOID, VOID, toFlags$lambda);
6235
6324
  }
6236
6325
  function findNext(_this__u8e3s4, input, from, nextPattern) {
6237
6326
  _this__u8e3s4.lastIndex = from;
@@ -6568,6 +6657,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
6568
6657
  }
6569
6658
  return tmp_1;
6570
6659
  }
6660
+ function decodeToString(_this__u8e3s4) {
6661
+ _init_properties_stringJs_kt__bg7zye();
6662
+ return decodeUtf8(_this__u8e3s4, 0, _this__u8e3s4.length, false);
6663
+ }
6571
6664
  function toCharArray_0(_this__u8e3s4, destination, destinationOffset, startIndex, endIndex) {
6572
6665
  destinationOffset = destinationOffset === VOID ? 0 : destinationOffset;
6573
6666
  startIndex = startIndex === VOID ? 0 : startIndex;
@@ -6676,6 +6769,147 @@ if (typeof String.prototype.startsWith === 'undefined') {
6676
6769
  } else
6677
6770
  return regionMatches(_this__u8e3s4, startIndex, prefix, 0, prefix.length, ignoreCase);
6678
6771
  }
6772
+ var REPLACEMENT_BYTE_SEQUENCE;
6773
+ function decodeUtf8(bytes, startIndex, endIndex, throwOnMalformed) {
6774
+ _init_properties_utf8Encoding_kt__9thjs4();
6775
+ // Inline function 'kotlin.require' call
6776
+ // Inline function 'kotlin.require' call
6777
+ if (!(startIndex >= 0 && endIndex <= bytes.length && startIndex <= endIndex)) {
6778
+ var message = 'Failed requirement.';
6779
+ throw IllegalArgumentException_init_$Create$_0(toString_1(message));
6780
+ }
6781
+ var byteIndex = startIndex;
6782
+ var stringBuilder = StringBuilder_init_$Create$_0();
6783
+ while (byteIndex < endIndex) {
6784
+ var _unary__edvuaz = byteIndex;
6785
+ byteIndex = _unary__edvuaz + 1 | 0;
6786
+ var byte = bytes[_unary__edvuaz];
6787
+ if (byte >= 0)
6788
+ stringBuilder.a7(numberToChar(byte));
6789
+ else if (byte >> 5 === -2) {
6790
+ var code = codePointFrom2(bytes, byte, byteIndex, endIndex, throwOnMalformed);
6791
+ if (code <= 0) {
6792
+ stringBuilder.a7(_Char___init__impl__6a9atx(65533));
6793
+ byteIndex = byteIndex + (-code | 0) | 0;
6794
+ } else {
6795
+ stringBuilder.a7(numberToChar(code));
6796
+ byteIndex = byteIndex + 1 | 0;
6797
+ }
6798
+ } else if (byte >> 4 === -2) {
6799
+ var code_0 = codePointFrom3(bytes, byte, byteIndex, endIndex, throwOnMalformed);
6800
+ if (code_0 <= 0) {
6801
+ stringBuilder.a7(_Char___init__impl__6a9atx(65533));
6802
+ byteIndex = byteIndex + (-code_0 | 0) | 0;
6803
+ } else {
6804
+ stringBuilder.a7(numberToChar(code_0));
6805
+ byteIndex = byteIndex + 2 | 0;
6806
+ }
6807
+ } else if (byte >> 3 === -2) {
6808
+ var code_1 = codePointFrom4(bytes, byte, byteIndex, endIndex, throwOnMalformed);
6809
+ if (code_1 <= 0) {
6810
+ stringBuilder.a7(_Char___init__impl__6a9atx(65533));
6811
+ byteIndex = byteIndex + (-code_1 | 0) | 0;
6812
+ } else {
6813
+ var high = (code_1 - 65536 | 0) >> 10 | 55296;
6814
+ var low = code_1 & 1023 | 56320;
6815
+ stringBuilder.a7(numberToChar(high));
6816
+ stringBuilder.a7(numberToChar(low));
6817
+ byteIndex = byteIndex + 3 | 0;
6818
+ }
6819
+ } else {
6820
+ malformed(0, byteIndex, throwOnMalformed);
6821
+ stringBuilder.a7(_Char___init__impl__6a9atx(65533));
6822
+ }
6823
+ }
6824
+ return stringBuilder.toString();
6825
+ }
6826
+ function codePointFrom2(bytes, byte1, index, endIndex, throwOnMalformed) {
6827
+ _init_properties_utf8Encoding_kt__9thjs4();
6828
+ if ((byte1 & 30) === 0 || index >= endIndex) {
6829
+ return malformed(0, index, throwOnMalformed);
6830
+ }
6831
+ var byte2 = bytes[index];
6832
+ if (!((byte2 & 192) === 128)) {
6833
+ return malformed(0, index, throwOnMalformed);
6834
+ }
6835
+ return byte1 << 6 ^ byte2 ^ 3968;
6836
+ }
6837
+ function codePointFrom3(bytes, byte1, index, endIndex, throwOnMalformed) {
6838
+ _init_properties_utf8Encoding_kt__9thjs4();
6839
+ if (index >= endIndex) {
6840
+ return malformed(0, index, throwOnMalformed);
6841
+ }
6842
+ var byte2 = bytes[index];
6843
+ if ((byte1 & 15) === 0) {
6844
+ if (!((byte2 & 224) === 160)) {
6845
+ return malformed(0, index, throwOnMalformed);
6846
+ }
6847
+ } else if ((byte1 & 15) === 13) {
6848
+ if (!((byte2 & 224) === 128)) {
6849
+ return malformed(0, index, throwOnMalformed);
6850
+ }
6851
+ } else if (!((byte2 & 192) === 128)) {
6852
+ return malformed(0, index, throwOnMalformed);
6853
+ }
6854
+ if ((index + 1 | 0) === endIndex) {
6855
+ return malformed(1, index, throwOnMalformed);
6856
+ }
6857
+ var byte3 = bytes[index + 1 | 0];
6858
+ if (!((byte3 & 192) === 128)) {
6859
+ return malformed(1, index, throwOnMalformed);
6860
+ }
6861
+ return byte1 << 12 ^ byte2 << 6 ^ byte3 ^ -123008;
6862
+ }
6863
+ function codePointFrom4(bytes, byte1, index, endIndex, throwOnMalformed) {
6864
+ _init_properties_utf8Encoding_kt__9thjs4();
6865
+ if (index >= endIndex) {
6866
+ return malformed(0, index, throwOnMalformed);
6867
+ }
6868
+ var byte2 = bytes[index];
6869
+ if ((byte1 & 15) === 0) {
6870
+ if ((byte2 & 240) <= 128) {
6871
+ return malformed(0, index, throwOnMalformed);
6872
+ }
6873
+ } else if ((byte1 & 15) === 4) {
6874
+ if (!((byte2 & 240) === 128)) {
6875
+ return malformed(0, index, throwOnMalformed);
6876
+ }
6877
+ } else if ((byte1 & 15) > 4) {
6878
+ return malformed(0, index, throwOnMalformed);
6879
+ }
6880
+ if (!((byte2 & 192) === 128)) {
6881
+ return malformed(0, index, throwOnMalformed);
6882
+ }
6883
+ if ((index + 1 | 0) === endIndex) {
6884
+ return malformed(1, index, throwOnMalformed);
6885
+ }
6886
+ var byte3 = bytes[index + 1 | 0];
6887
+ if (!((byte3 & 192) === 128)) {
6888
+ return malformed(1, index, throwOnMalformed);
6889
+ }
6890
+ if ((index + 2 | 0) === endIndex) {
6891
+ return malformed(2, index, throwOnMalformed);
6892
+ }
6893
+ var byte4 = bytes[index + 2 | 0];
6894
+ if (!((byte4 & 192) === 128)) {
6895
+ return malformed(2, index, throwOnMalformed);
6896
+ }
6897
+ return byte1 << 18 ^ byte2 << 12 ^ byte3 << 6 ^ byte4 ^ 3678080;
6898
+ }
6899
+ function malformed(size, index, throwOnMalformed) {
6900
+ _init_properties_utf8Encoding_kt__9thjs4();
6901
+ if (throwOnMalformed)
6902
+ throw new CharacterCodingException('Malformed sequence starting at ' + (index - 1 | 0));
6903
+ return -size | 0;
6904
+ }
6905
+ var properties_initialized_utf8Encoding_kt_eee1vq;
6906
+ function _init_properties_utf8Encoding_kt__9thjs4() {
6907
+ if (!properties_initialized_utf8Encoding_kt_eee1vq) {
6908
+ properties_initialized_utf8Encoding_kt_eee1vq = true;
6909
+ // Inline function 'kotlin.byteArrayOf' call
6910
+ REPLACEMENT_BYTE_SEQUENCE = new Int8Array([-17, -65, -67]);
6911
+ }
6912
+ }
6679
6913
  function addSuppressed(_this__u8e3s4, exception) {
6680
6914
  if (!(_this__u8e3s4 === exception)) {
6681
6915
  // Inline function 'kotlin.js.asDynamic' call
@@ -6857,6 +7091,49 @@ if (typeof String.prototype.startsWith === 'undefined') {
6857
7091
  var tmp1_elvis_lhs = tmp;
6858
7092
  return tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs;
6859
7093
  }
7094
+ function formatBytesInto(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
7095
+ var dstIndex = dstOffset;
7096
+ if (startIndex < 4) {
7097
+ dstIndex = formatBytesInto_0(_this__u8e3s4.a2_1, dst, dstIndex, startIndex, coerceAtMost_0(endIndex, 4));
7098
+ }
7099
+ if (endIndex > 4) {
7100
+ formatBytesInto_0(_this__u8e3s4.z1_1, dst, dstIndex, coerceAtLeast(startIndex - 4 | 0, 0), endIndex - 4 | 0);
7101
+ }
7102
+ }
7103
+ function getLongAt(_this__u8e3s4, index) {
7104
+ var tmp0_high = getIntAt(_this__u8e3s4, index);
7105
+ var tmp1_low = getIntAt(_this__u8e3s4, index + 4 | 0);
7106
+ return new Long(tmp1_low, tmp0_high);
7107
+ }
7108
+ function secureRandomUuid() {
7109
+ var randomBytes = new Int8Array(16);
7110
+ crypto.getRandomValues(randomBytes);
7111
+ return uuidFromRandomBytes(randomBytes);
7112
+ }
7113
+ function formatBytesInto_0(_this__u8e3s4, dst, dstOffset, startIndex, endIndex) {
7114
+ var dstIndex = dstOffset;
7115
+ var inductionVariable = 3 - startIndex | 0;
7116
+ var last = 4 - endIndex | 0;
7117
+ if (last <= inductionVariable)
7118
+ do {
7119
+ var reversedIndex = inductionVariable;
7120
+ inductionVariable = inductionVariable + -1 | 0;
7121
+ var shift = reversedIndex << 3;
7122
+ var byte = _this__u8e3s4 >> shift & 255;
7123
+ var byteDigits = get_BYTE_TO_LOWER_CASE_HEX_DIGITS()[byte];
7124
+ var _unary__edvuaz = dstIndex;
7125
+ dstIndex = _unary__edvuaz + 1 | 0;
7126
+ dst[_unary__edvuaz] = toByte(byteDigits >> 8);
7127
+ var _unary__edvuaz_0 = dstIndex;
7128
+ dstIndex = _unary__edvuaz_0 + 1 | 0;
7129
+ dst[_unary__edvuaz_0] = toByte(byteDigits);
7130
+ }
7131
+ while (!(reversedIndex === last));
7132
+ return dstIndex;
7133
+ }
7134
+ function getIntAt(_this__u8e3s4, index) {
7135
+ return (_this__u8e3s4[index + 0 | 0] & 255) << 24 | (_this__u8e3s4[index + 1 | 0] & 255) << 16 | (_this__u8e3s4[index + 2 | 0] & 255) << 8 | _this__u8e3s4[index + 3 | 0] & 255;
7136
+ }
6860
7137
  function AbstractCollection$toString$lambda(this$0) {
6861
7138
  return function (it) {
6862
7139
  return it === this$0 ? '(this Collection)' : toString_0(it);
@@ -6920,7 +7197,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
6920
7197
  return this.o() === 0;
6921
7198
  };
6922
7199
  protoOf(AbstractCollection).toString = function () {
6923
- return joinToString_1(this, ', ', '[', ']', VOID, VOID, AbstractCollection$toString$lambda(this));
7200
+ return joinToString_2(this, ', ', '[', ']', VOID, VOID, AbstractCollection$toString$lambda(this));
6924
7201
  };
6925
7202
  protoOf(AbstractCollection).toArray = function () {
6926
7203
  return collectionToArray(this);
@@ -7305,7 +7582,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
7305
7582
  };
7306
7583
  protoOf(AbstractMap).toString = function () {
7307
7584
  var tmp = this.p1();
7308
- return joinToString_1(tmp, ', ', '{', '}', VOID, VOID, AbstractMap$toString$lambda(this));
7585
+ return joinToString_2(tmp, ', ', '{', '}', VOID, VOID, AbstractMap$toString$lambda(this));
7309
7586
  };
7310
7587
  protoOf(AbstractMap).o1 = function () {
7311
7588
  if (this.d4_1 == null) {
@@ -7908,6 +8185,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
7908
8185
  new EmptyList();
7909
8186
  return EmptyList_instance;
7910
8187
  }
8188
+ function optimizeReadOnlyList(_this__u8e3s4) {
8189
+ switch (_this__u8e3s4.o()) {
8190
+ case 0:
8191
+ return emptyList();
8192
+ case 1:
8193
+ return listOf(_this__u8e3s4.p(0));
8194
+ default:
8195
+ return _this__u8e3s4;
8196
+ }
8197
+ }
7911
8198
  function EmptyIterator() {
7912
8199
  }
7913
8200
  protoOf(EmptyIterator).m = function () {
@@ -7932,16 +8219,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
7932
8219
  function EmptyIterator_getInstance() {
7933
8220
  return EmptyIterator_instance;
7934
8221
  }
7935
- function optimizeReadOnlyList(_this__u8e3s4) {
7936
- switch (_this__u8e3s4.o()) {
7937
- case 0:
7938
- return emptyList();
7939
- case 1:
7940
- return listOf(_this__u8e3s4.p(0));
7941
- default:
7942
- return _this__u8e3s4;
7943
- }
7944
- }
7945
8222
  function throwIndexOverflow() {
7946
8223
  throw ArithmeticException_init_$Create$_0('Index overflow has happened.');
7947
8224
  }
@@ -8871,6 +9148,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
8871
9148
  }
8872
9149
  return tmp;
8873
9150
  }
9151
+ function get_BYTE_TO_LOWER_CASE_HEX_DIGITS() {
9152
+ _init_properties_HexExtensions_kt__wu8rc3();
9153
+ return BYTE_TO_LOWER_CASE_HEX_DIGITS;
9154
+ }
8874
9155
  var BYTE_TO_LOWER_CASE_HEX_DIGITS;
8875
9156
  var BYTE_TO_UPPER_CASE_HEX_DIGITS;
8876
9157
  var HEX_DIGITS_TO_DECIMAL;
@@ -9362,7 +9643,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
9362
9643
  destination.h(tmp0_safe_receiver_0);
9363
9644
  }
9364
9645
  }
9365
- return joinTo_1(destination, StringBuilder_init_$Create$(tmp2), '\n').toString();
9646
+ return joinTo_2(destination, StringBuilder_init_$Create$(tmp2), '\n').toString();
9366
9647
  }
9367
9648
  function getIndentFunction(indent) {
9368
9649
  var tmp;
@@ -10251,6 +10532,117 @@ if (typeof String.prototype.startsWith === 'undefined') {
10251
10532
  function to(_this__u8e3s4, that) {
10252
10533
  return new Pair(_this__u8e3s4, that);
10253
10534
  }
10535
+ function Companion_17() {
10536
+ Companion_instance_17 = this;
10537
+ this.zh_1 = new Uuid(new Long(0, 0), new Long(0, 0));
10538
+ this.ai_1 = 16;
10539
+ this.bi_1 = 128;
10540
+ }
10541
+ protoOf(Companion_17).ci = function (mostSignificantBits, leastSignificantBits) {
10542
+ var tmp;
10543
+ if (equalsLong(mostSignificantBits, new Long(0, 0)) && equalsLong(leastSignificantBits, new Long(0, 0))) {
10544
+ tmp = this.zh_1;
10545
+ } else {
10546
+ tmp = new Uuid(mostSignificantBits, leastSignificantBits);
10547
+ }
10548
+ return tmp;
10549
+ };
10550
+ protoOf(Companion_17).di = function (byteArray) {
10551
+ // Inline function 'kotlin.require' call
10552
+ if (!(byteArray.length === 16)) {
10553
+ var message = 'Expected exactly 16 bytes, but was ' + truncateForErrorMessage(byteArray, 32) + ' of size ' + byteArray.length;
10554
+ throw IllegalArgumentException_init_$Create$_0(toString_1(message));
10555
+ }
10556
+ return this.ci(getLongAt(byteArray, 0), getLongAt(byteArray, 8));
10557
+ };
10558
+ protoOf(Companion_17).ei = function () {
10559
+ return secureRandomUuid();
10560
+ };
10561
+ var Companion_instance_17;
10562
+ function Companion_getInstance_17() {
10563
+ if (Companion_instance_17 == null)
10564
+ new Companion_17();
10565
+ return Companion_instance_17;
10566
+ }
10567
+ function Uuid(mostSignificantBits, leastSignificantBits) {
10568
+ Companion_getInstance_17();
10569
+ this.fi_1 = mostSignificantBits;
10570
+ this.gi_1 = leastSignificantBits;
10571
+ }
10572
+ protoOf(Uuid).toString = function () {
10573
+ return this.hi();
10574
+ };
10575
+ protoOf(Uuid).hi = function () {
10576
+ var bytes = new Int8Array(36);
10577
+ formatBytesInto(this.fi_1, bytes, 0, 0, 4);
10578
+ // Inline function 'kotlin.code' call
10579
+ var this_0 = _Char___init__impl__6a9atx(45);
10580
+ var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
10581
+ bytes[8] = toByte(tmp$ret$0);
10582
+ formatBytesInto(this.fi_1, bytes, 9, 4, 6);
10583
+ // Inline function 'kotlin.code' call
10584
+ var this_1 = _Char___init__impl__6a9atx(45);
10585
+ var tmp$ret$1 = Char__toInt_impl_vasixd(this_1);
10586
+ bytes[13] = toByte(tmp$ret$1);
10587
+ formatBytesInto(this.fi_1, bytes, 14, 6, 8);
10588
+ // Inline function 'kotlin.code' call
10589
+ var this_2 = _Char___init__impl__6a9atx(45);
10590
+ var tmp$ret$2 = Char__toInt_impl_vasixd(this_2);
10591
+ bytes[18] = toByte(tmp$ret$2);
10592
+ formatBytesInto(this.gi_1, bytes, 19, 0, 2);
10593
+ // Inline function 'kotlin.code' call
10594
+ var this_3 = _Char___init__impl__6a9atx(45);
10595
+ var tmp$ret$3 = Char__toInt_impl_vasixd(this_3);
10596
+ bytes[23] = toByte(tmp$ret$3);
10597
+ formatBytesInto(this.gi_1, bytes, 24, 2, 8);
10598
+ return decodeToString(bytes);
10599
+ };
10600
+ protoOf(Uuid).equals = function (other) {
10601
+ if (this === other)
10602
+ return true;
10603
+ if (!(other instanceof Uuid))
10604
+ return false;
10605
+ return equalsLong(this.fi_1, other.fi_1) && equalsLong(this.gi_1, other.gi_1);
10606
+ };
10607
+ protoOf(Uuid).ii = function (other) {
10608
+ var tmp;
10609
+ if (!equalsLong(this.fi_1, other.fi_1)) {
10610
+ // Inline function 'kotlin.toULong' call
10611
+ var this_0 = this.fi_1;
10612
+ var tmp0 = _ULong___init__impl__c78o9k(this_0);
10613
+ // Inline function 'kotlin.toULong' call
10614
+ var this_1 = other.fi_1;
10615
+ // Inline function 'kotlin.ULong.compareTo' call
10616
+ var other_0 = _ULong___init__impl__c78o9k(this_1);
10617
+ tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0), _ULong___get_data__impl__fggpzb(other_0));
10618
+ } else {
10619
+ // Inline function 'kotlin.toULong' call
10620
+ var this_2 = this.gi_1;
10621
+ var tmp0_0 = _ULong___init__impl__c78o9k(this_2);
10622
+ // Inline function 'kotlin.toULong' call
10623
+ var this_3 = other.gi_1;
10624
+ // Inline function 'kotlin.ULong.compareTo' call
10625
+ var other_1 = _ULong___init__impl__c78o9k(this_3);
10626
+ tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0_0), _ULong___get_data__impl__fggpzb(other_1));
10627
+ }
10628
+ return tmp;
10629
+ };
10630
+ protoOf(Uuid).d = function (other) {
10631
+ return this.ii(other instanceof Uuid ? other : THROW_CCE());
10632
+ };
10633
+ protoOf(Uuid).hashCode = function () {
10634
+ return bitwiseXor(this.fi_1, this.gi_1).hashCode();
10635
+ };
10636
+ function truncateForErrorMessage(_this__u8e3s4, maxSize) {
10637
+ return joinToString_1(_this__u8e3s4, VOID, '[', ']', maxSize);
10638
+ }
10639
+ function uuidFromRandomBytes(randomBytes) {
10640
+ randomBytes[6] = toByte(randomBytes[6] & 15);
10641
+ randomBytes[6] = toByte(randomBytes[6] | 64);
10642
+ randomBytes[8] = toByte(randomBytes[8] & 63);
10643
+ randomBytes[8] = toByte(randomBytes[8] | 128);
10644
+ return Companion_getInstance_17().di(randomBytes);
10645
+ }
10254
10646
  function _UByte___init__impl__g9hnc4(data) {
10255
10647
  return data;
10256
10648
  }
@@ -10267,24 +10659,24 @@ if (typeof String.prototype.startsWith === 'undefined') {
10267
10659
  function _UInt___get_data__impl__f0vqqw($this) {
10268
10660
  return $this;
10269
10661
  }
10270
- function Companion_17() {
10271
- Companion_instance_17 = this;
10272
- this.zh_1 = _UInt___init__impl__l7qpdl(0);
10273
- this.ai_1 = _UInt___init__impl__l7qpdl(-1);
10274
- this.bi_1 = 4;
10275
- this.ci_1 = 32;
10662
+ function Companion_18() {
10663
+ Companion_instance_18 = this;
10664
+ this.ji_1 = _UInt___init__impl__l7qpdl(0);
10665
+ this.ki_1 = _UInt___init__impl__l7qpdl(-1);
10666
+ this.li_1 = 4;
10667
+ this.mi_1 = 32;
10276
10668
  }
10277
- var Companion_instance_17;
10278
- function Companion_getInstance_17() {
10279
- if (Companion_instance_17 == null)
10280
- new Companion_17();
10281
- return Companion_instance_17;
10669
+ var Companion_instance_18;
10670
+ function Companion_getInstance_18() {
10671
+ if (Companion_instance_18 == null)
10672
+ new Companion_18();
10673
+ return Companion_instance_18;
10282
10674
  }
10283
10675
  function UInt__compareTo_impl_yacclj($this, other) {
10284
10676
  return uintCompare(_UInt___get_data__impl__f0vqqw($this), _UInt___get_data__impl__f0vqqw(other));
10285
10677
  }
10286
10678
  function UInt__compareTo_impl_yacclj_0($this, other) {
10287
- return UInt__compareTo_impl_yacclj($this.di_1, other instanceof UInt ? other.di_1 : THROW_CCE());
10679
+ return UInt__compareTo_impl_yacclj($this.ni_1, other instanceof UInt ? other.ni_1 : THROW_CCE());
10288
10680
  }
10289
10681
  function UInt__toString_impl_dbgl21($this) {
10290
10682
  // Inline function 'kotlin.uintToString' call
@@ -10298,28 +10690,28 @@ if (typeof String.prototype.startsWith === 'undefined') {
10298
10690
  function UInt__equals_impl_ffdoxg($this, other) {
10299
10691
  if (!(other instanceof UInt))
10300
10692
  return false;
10301
- if (!($this === other.di_1))
10693
+ if (!($this === other.ni_1))
10302
10694
  return false;
10303
10695
  return true;
10304
10696
  }
10305
10697
  function UInt(data) {
10306
- Companion_getInstance_17();
10307
- this.di_1 = data;
10698
+ Companion_getInstance_18();
10699
+ this.ni_1 = data;
10308
10700
  }
10309
- protoOf(UInt).ei = function (other) {
10310
- return UInt__compareTo_impl_yacclj(this.di_1, other);
10701
+ protoOf(UInt).oi = function (other) {
10702
+ return UInt__compareTo_impl_yacclj(this.ni_1, other);
10311
10703
  };
10312
10704
  protoOf(UInt).d = function (other) {
10313
10705
  return UInt__compareTo_impl_yacclj_0(this, other);
10314
10706
  };
10315
10707
  protoOf(UInt).toString = function () {
10316
- return UInt__toString_impl_dbgl21(this.di_1);
10708
+ return UInt__toString_impl_dbgl21(this.ni_1);
10317
10709
  };
10318
10710
  protoOf(UInt).hashCode = function () {
10319
- return UInt__hashCode_impl_z2mhuw(this.di_1);
10711
+ return UInt__hashCode_impl_z2mhuw(this.ni_1);
10320
10712
  };
10321
10713
  protoOf(UInt).equals = function (other) {
10322
- return UInt__equals_impl_ffdoxg(this.di_1, other);
10714
+ return UInt__equals_impl_ffdoxg(this.ni_1, other);
10323
10715
  };
10324
10716
  function _ULong___init__impl__c78o9k(data) {
10325
10717
  return data;
@@ -10327,24 +10719,24 @@ if (typeof String.prototype.startsWith === 'undefined') {
10327
10719
  function _ULong___get_data__impl__fggpzb($this) {
10328
10720
  return $this;
10329
10721
  }
10330
- function Companion_18() {
10331
- Companion_instance_18 = this;
10332
- this.fi_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
10333
- this.gi_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
10334
- this.hi_1 = 8;
10335
- this.ii_1 = 64;
10722
+ function Companion_19() {
10723
+ Companion_instance_19 = this;
10724
+ this.pi_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
10725
+ this.qi_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
10726
+ this.ri_1 = 8;
10727
+ this.si_1 = 64;
10336
10728
  }
10337
- var Companion_instance_18;
10338
- function Companion_getInstance_18() {
10339
- if (Companion_instance_18 == null)
10340
- new Companion_18();
10341
- return Companion_instance_18;
10729
+ var Companion_instance_19;
10730
+ function Companion_getInstance_19() {
10731
+ if (Companion_instance_19 == null)
10732
+ new Companion_19();
10733
+ return Companion_instance_19;
10342
10734
  }
10343
10735
  function ULong__compareTo_impl_38i7tu($this, other) {
10344
10736
  return ulongCompare(_ULong___get_data__impl__fggpzb($this), _ULong___get_data__impl__fggpzb(other));
10345
10737
  }
10346
10738
  function ULong__compareTo_impl_38i7tu_0($this, other) {
10347
- return ULong__compareTo_impl_38i7tu($this.ji_1, other instanceof ULong ? other.ji_1 : THROW_CCE());
10739
+ return ULong__compareTo_impl_38i7tu($this.ti_1, other instanceof ULong ? other.ti_1 : THROW_CCE());
10348
10740
  }
10349
10741
  function ULong__toString_impl_f9au7k($this) {
10350
10742
  // Inline function 'kotlin.ulongToString' call
@@ -10357,29 +10749,29 @@ if (typeof String.prototype.startsWith === 'undefined') {
10357
10749
  function ULong__equals_impl_o0gnyb($this, other) {
10358
10750
  if (!(other instanceof ULong))
10359
10751
  return false;
10360
- var tmp0_other_with_cast = other.ji_1;
10752
+ var tmp0_other_with_cast = other.ti_1;
10361
10753
  if (!equalsLong($this, tmp0_other_with_cast))
10362
10754
  return false;
10363
10755
  return true;
10364
10756
  }
10365
10757
  function ULong(data) {
10366
- Companion_getInstance_18();
10367
- this.ji_1 = data;
10758
+ Companion_getInstance_19();
10759
+ this.ti_1 = data;
10368
10760
  }
10369
- protoOf(ULong).ki = function (other) {
10370
- return ULong__compareTo_impl_38i7tu(this.ji_1, other);
10761
+ protoOf(ULong).ui = function (other) {
10762
+ return ULong__compareTo_impl_38i7tu(this.ti_1, other);
10371
10763
  };
10372
10764
  protoOf(ULong).d = function (other) {
10373
10765
  return ULong__compareTo_impl_38i7tu_0(this, other);
10374
10766
  };
10375
10767
  protoOf(ULong).toString = function () {
10376
- return ULong__toString_impl_f9au7k(this.ji_1);
10768
+ return ULong__toString_impl_f9au7k(this.ti_1);
10377
10769
  };
10378
10770
  protoOf(ULong).hashCode = function () {
10379
- return ULong__hashCode_impl_6hv2lb(this.ji_1);
10771
+ return ULong__hashCode_impl_6hv2lb(this.ti_1);
10380
10772
  };
10381
10773
  protoOf(ULong).equals = function (other) {
10382
- return ULong__equals_impl_o0gnyb(this.ji_1, other);
10774
+ return ULong__equals_impl_o0gnyb(this.ti_1, other);
10383
10775
  };
10384
10776
  function _UShort___init__impl__jigrne(data) {
10385
10777
  return data;
@@ -10505,8 +10897,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
10505
10897
  var $kotlin = _.kotlin || (_.kotlin = {});
10506
10898
  var $kotlin$collections = $kotlin.collections || ($kotlin.collections = {});
10507
10899
  defineProp($kotlin$collections, 'KtList', Companion_getInstance, VOID, true);
10508
- defineProp($kotlin$collections, 'KtSet', Companion_getInstance_0, VOID, true);
10509
- defineProp($kotlin$collections, 'KtMap', Companion_getInstance_1, VOID, true);
10900
+ defineProp($kotlin$collections, 'KtMap', Companion_getInstance_0, VOID, true);
10901
+ defineProp($kotlin$collections, 'KtSet', Companion_getInstance_1, VOID, true);
10510
10902
  }
10511
10903
  $jsExportAll$(_);
10512
10904
  _.$jsExportAll$ = $jsExportAll$;
@@ -10572,213 +10964,216 @@ if (typeof String.prototype.startsWith === 'undefined') {
10572
10964
  _.$_$.g2 = UInt__hashCode_impl_z2mhuw;
10573
10965
  _.$_$.h2 = Key_instance;
10574
10966
  _.$_$.i2 = EmptyCoroutineContext_getInstance;
10575
- _.$_$.j2 = Companion_instance_16;
10576
- _.$_$.k2 = Unit_instance;
10577
- _.$_$.l2 = AbstractMutableCollection;
10578
- _.$_$.m2 = AbstractMutableSet;
10579
- _.$_$.n2 = ArrayList;
10580
- _.$_$.o2 = Collection;
10581
- _.$_$.p2 = IndexedValue;
10582
- _.$_$.q2 = KtList;
10583
- _.$_$.r2 = asJsReadonlyMapView;
10584
- _.$_$.s2 = KtMap;
10585
- _.$_$.t2 = MutableEntry;
10586
- _.$_$.u2 = asJsReadonlySetView;
10587
- _.$_$.v2 = KtSet;
10588
- _.$_$.w2 = addAll;
10589
- _.$_$.x2 = arrayCopy;
10590
- _.$_$.y2 = asList;
10591
- _.$_$.z2 = asReversed;
10592
- _.$_$.a3 = checkIndexOverflow;
10593
- _.$_$.b3 = collectionSizeOrDefault;
10594
- _.$_$.c3 = contains_0;
10595
- _.$_$.d3 = contentEquals_0;
10596
- _.$_$.e3 = contentEquals;
10597
- _.$_$.f3 = contentEquals_1;
10598
- _.$_$.g3 = copyOfRange;
10599
- _.$_$.h3 = copyOf;
10600
- _.$_$.i3 = copyOf_0;
10601
- _.$_$.j3 = copyToArray;
10602
- _.$_$.k3 = dropLast;
10603
- _.$_$.l3 = emptyList;
10604
- _.$_$.m3 = emptyMap;
10605
- _.$_$.n3 = emptySet;
10606
- _.$_$.o3 = fill;
10607
- _.$_$.p3 = fill_0;
10608
- _.$_$.q3 = filterNotNull;
10609
- _.$_$.r3 = firstOrNull;
10610
- _.$_$.s3 = first;
10611
- _.$_$.t3 = getOrNull_0;
10612
- _.$_$.u3 = hashMapOf;
10613
- _.$_$.v3 = joinToString_0;
10614
- _.$_$.w3 = joinToString_1;
10615
- _.$_$.x3 = joinToString;
10616
- _.$_$.y3 = joinTo;
10617
- _.$_$.z3 = joinTo_1;
10618
- _.$_$.a4 = get_lastIndex;
10619
- _.$_$.b4 = lastOrNull;
10620
- _.$_$.c4 = listOfNotNull;
10621
- _.$_$.d4 = listOf;
10622
- _.$_$.e4 = listOf_0;
10623
- _.$_$.f4 = mapCapacity;
10624
- _.$_$.g4 = maxOrNull;
10625
- _.$_$.h4 = minOrNull;
10626
- _.$_$.i4 = plus_0;
10627
- _.$_$.j4 = removeFirstOrNull;
10628
- _.$_$.k4 = removeFirst;
10629
- _.$_$.l4 = setOf;
10630
- _.$_$.m4 = sortWith_0;
10631
- _.$_$.n4 = sortedWith;
10632
- _.$_$.o4 = sorted;
10633
- _.$_$.p4 = take_0;
10634
- _.$_$.q4 = toList_0;
10635
- _.$_$.r4 = toSet_0;
10636
- _.$_$.s4 = toSet;
10637
- _.$_$.t4 = compareValues;
10638
- _.$_$.u4 = CancellationException;
10639
- _.$_$.v4 = get_COROUTINE_SUSPENDED;
10640
- _.$_$.w4 = createCoroutineUnintercepted;
10641
- _.$_$.x4 = intercepted;
10642
- _.$_$.y4 = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
10643
- _.$_$.z4 = AbstractCoroutineContextElement;
10644
- _.$_$.a5 = AbstractCoroutineContextKey;
10645
- _.$_$.b5 = get_0;
10646
- _.$_$.c5 = minusKey_0;
10647
- _.$_$.d5 = ContinuationInterceptor;
10648
- _.$_$.e5 = Continuation;
10649
- _.$_$.f5 = fold;
10650
- _.$_$.g5 = get;
10651
- _.$_$.h5 = minusKey;
10652
- _.$_$.i5 = Element;
10653
- _.$_$.j5 = plus;
10654
- _.$_$.k5 = CoroutineImpl;
10655
- _.$_$.l5 = startCoroutine;
10656
- _.$_$.m5 = enumEntries;
10657
- _.$_$.n5 = println;
10658
- _.$_$.o5 = get_ONE;
10659
- _.$_$.p5 = add;
10660
- _.$_$.q5 = bitwiseAnd;
10661
- _.$_$.r5 = compare;
10662
- _.$_$.s5 = convertToInt;
10663
- _.$_$.t5 = divide;
10664
- _.$_$.u5 = equalsLong;
10665
- _.$_$.v5 = fromInt;
10666
- _.$_$.w5 = modulo;
10667
- _.$_$.x5 = multiply;
10668
- _.$_$.y5 = shiftLeft;
10669
- _.$_$.z5 = shiftRight;
10670
- _.$_$.a6 = subtract;
10671
- _.$_$.b6 = FunctionAdapter;
10672
- _.$_$.c6 = anyToString;
10673
- _.$_$.d6 = captureStack;
10674
- _.$_$.e6 = charArrayOf;
10675
- _.$_$.f6 = charCodeAt;
10676
- _.$_$.g6 = charSequenceGet;
10677
- _.$_$.h6 = charSequenceLength;
10678
- _.$_$.i6 = compareTo;
10679
- _.$_$.j6 = defineProp;
10680
- _.$_$.k6 = equals;
10681
- _.$_$.l6 = getBooleanHashCode;
10682
- _.$_$.m6 = getLocalDelegateReference;
10683
- _.$_$.n6 = getNumberHashCode;
10684
- _.$_$.o6 = getPropertyCallableRef;
10685
- _.$_$.p6 = getStringHashCode;
10686
- _.$_$.q6 = hashCode_0;
10687
- _.$_$.r6 = initMetadataForClass;
10688
- _.$_$.s6 = initMetadataForCompanion;
10689
- _.$_$.t6 = initMetadataForCoroutine;
10690
- _.$_$.u6 = initMetadataForInterface;
10691
- _.$_$.v6 = initMetadataForLambda;
10692
- _.$_$.w6 = initMetadataForObject;
10693
- _.$_$.x6 = isArray;
10694
- _.$_$.y6 = isCharSequence;
10695
- _.$_$.z6 = isInterface;
10696
- _.$_$.a7 = numberRangeToNumber;
10697
- _.$_$.b7 = numberToByte;
10698
- _.$_$.c7 = numberToChar;
10699
- _.$_$.d7 = numberToDouble;
10700
- _.$_$.e7 = numberToInt;
10701
- _.$_$.f7 = objectCreate;
10702
- _.$_$.g7 = protoOf;
10703
- _.$_$.h7 = toByte;
10704
- _.$_$.i7 = toString_1;
10705
- _.$_$.j7 = roundToInt;
10706
- _.$_$.k7 = withSign;
10707
- _.$_$.l7 = coerceAtLeast_0;
10708
- _.$_$.m7 = coerceAtLeast;
10709
- _.$_$.n7 = coerceAtLeast_1;
10710
- _.$_$.o7 = coerceAtMost;
10711
- _.$_$.p7 = coerceIn_0;
10712
- _.$_$.q7 = coerceIn;
10713
- _.$_$.r7 = contains_2;
10714
- _.$_$.s7 = rangeTo;
10715
- _.$_$.t7 = getKClassFromExpression;
10716
- _.$_$.u7 = getKClass;
10717
- _.$_$.v7 = KMutableProperty1;
10718
- _.$_$.w7 = KProperty0;
10719
- _.$_$.x7 = KProperty1;
10720
- _.$_$.y7 = Builder_0;
10721
- _.$_$.z7 = StringBuilder;
10722
- _.$_$.a8 = concatToString;
10723
- _.$_$.b8 = contains_6;
10724
- _.$_$.c8 = contains_5;
10725
- _.$_$.d8 = equals_0;
10726
- _.$_$.e8 = equals_1;
10727
- _.$_$.f8 = indexOf_1;
10728
- _.$_$.g8 = isBlank;
10729
- _.$_$.h8 = isHighSurrogate;
10730
- _.$_$.i8 = isUpperCase;
10731
- _.$_$.j8 = last;
10732
- _.$_$.k8 = padStart;
10733
- _.$_$.l8 = replace;
10734
- _.$_$.m8 = splitToSequence;
10735
- _.$_$.n8 = split;
10736
- _.$_$.o8 = split_0;
10737
- _.$_$.p8 = substringAfter;
10738
- _.$_$.q8 = substringBefore;
10739
- _.$_$.r8 = substring;
10740
- _.$_$.s8 = toBoolean;
10741
- _.$_$.t8 = toCharArray;
10742
- _.$_$.u8 = toDoubleOrNull;
10743
- _.$_$.v8 = toDouble;
10744
- _.$_$.w8 = toHexString;
10745
- _.$_$.x8 = toIntOrNull;
10746
- _.$_$.y8 = toInt;
10747
- _.$_$.z8 = toLongOrNull;
10748
- _.$_$.a9 = toUInt;
10749
- _.$_$.b9 = trimEnd;
10750
- _.$_$.c9 = trimMargin;
10751
- _.$_$.d9 = trim;
10752
- _.$_$.e9 = Comparable;
10753
- _.$_$.f9 = Comparator;
10754
- _.$_$.g9 = Enum;
10755
- _.$_$.h9 = Error_0;
10756
- _.$_$.i9 = Exception;
10757
- _.$_$.j9 = IllegalArgumentException;
10758
- _.$_$.k9 = IllegalStateException;
10759
- _.$_$.l9 = Long;
10760
- _.$_$.m9 = NoSuchElementException;
10761
- _.$_$.n9 = NumberFormatException;
10762
- _.$_$.o9 = Pair;
10763
- _.$_$.p9 = RuntimeException;
10764
- _.$_$.q9 = THROW_CCE;
10765
- _.$_$.r9 = THROW_IAE;
10766
- _.$_$.s9 = UInt;
10767
- _.$_$.t9 = Unit;
10768
- _.$_$.u9 = UnsupportedOperationException;
10769
- _.$_$.v9 = addSuppressed;
10770
- _.$_$.w9 = createFailure;
10771
- _.$_$.x9 = ensureNotNull;
10772
- _.$_$.y9 = isNaN_1;
10773
- _.$_$.z9 = lazy;
10774
- _.$_$.aa = noWhenBranchMatchedException;
10775
- _.$_$.ba = stackTraceToString;
10776
- _.$_$.ca = throwKotlinNothingValueException;
10777
- _.$_$.da = throwUninitializedPropertyAccessException;
10778
- _.$_$.ea = toString_0;
10779
- _.$_$.fa = to;
10780
- _.$_$.ga = uintCompare;
10781
- _.$_$.ha = uintToDouble;
10967
+ _.$_$.j2 = Companion_getInstance_17;
10968
+ _.$_$.k2 = Companion_instance_16;
10969
+ _.$_$.l2 = Unit_instance;
10970
+ _.$_$.m2 = AbstractMutableCollection;
10971
+ _.$_$.n2 = AbstractMutableSet;
10972
+ _.$_$.o2 = ArrayList;
10973
+ _.$_$.p2 = Collection;
10974
+ _.$_$.q2 = IndexedValue;
10975
+ _.$_$.r2 = KtList;
10976
+ _.$_$.s2 = asJsReadonlyMapView;
10977
+ _.$_$.t2 = KtMap;
10978
+ _.$_$.u2 = MutableEntry;
10979
+ _.$_$.v2 = asJsReadonlySetView;
10980
+ _.$_$.w2 = KtSet;
10981
+ _.$_$.x2 = addAll;
10982
+ _.$_$.y2 = arrayCopy;
10983
+ _.$_$.z2 = asList;
10984
+ _.$_$.a3 = asReversed;
10985
+ _.$_$.b3 = checkIndexOverflow;
10986
+ _.$_$.c3 = collectionSizeOrDefault;
10987
+ _.$_$.d3 = contains_0;
10988
+ _.$_$.e3 = contentEquals_0;
10989
+ _.$_$.f3 = contentEquals;
10990
+ _.$_$.g3 = contentEquals_1;
10991
+ _.$_$.h3 = copyOfRange;
10992
+ _.$_$.i3 = copyOf;
10993
+ _.$_$.j3 = copyOf_0;
10994
+ _.$_$.k3 = copyToArray;
10995
+ _.$_$.l3 = dropLast;
10996
+ _.$_$.m3 = emptyList;
10997
+ _.$_$.n3 = emptyMap;
10998
+ _.$_$.o3 = emptySet;
10999
+ _.$_$.p3 = fill;
11000
+ _.$_$.q3 = fill_0;
11001
+ _.$_$.r3 = filterNotNull;
11002
+ _.$_$.s3 = firstOrNull;
11003
+ _.$_$.t3 = first;
11004
+ _.$_$.u3 = getOrNull_0;
11005
+ _.$_$.v3 = hashMapOf;
11006
+ _.$_$.w3 = joinToString_0;
11007
+ _.$_$.x3 = joinToString_2;
11008
+ _.$_$.y3 = joinToString;
11009
+ _.$_$.z3 = joinTo;
11010
+ _.$_$.a4 = joinTo_2;
11011
+ _.$_$.b4 = get_lastIndex;
11012
+ _.$_$.c4 = lastOrNull;
11013
+ _.$_$.d4 = listOfNotNull;
11014
+ _.$_$.e4 = listOf;
11015
+ _.$_$.f4 = listOf_0;
11016
+ _.$_$.g4 = mapCapacity;
11017
+ _.$_$.h4 = maxOrNull;
11018
+ _.$_$.i4 = minOrNull;
11019
+ _.$_$.j4 = minus;
11020
+ _.$_$.k4 = plus_0;
11021
+ _.$_$.l4 = plus_1;
11022
+ _.$_$.m4 = removeFirstOrNull;
11023
+ _.$_$.n4 = removeFirst;
11024
+ _.$_$.o4 = setOf;
11025
+ _.$_$.p4 = sortWith_0;
11026
+ _.$_$.q4 = sortedWith;
11027
+ _.$_$.r4 = sorted;
11028
+ _.$_$.s4 = take_0;
11029
+ _.$_$.t4 = toList_0;
11030
+ _.$_$.u4 = toSet_0;
11031
+ _.$_$.v4 = toSet;
11032
+ _.$_$.w4 = compareValues;
11033
+ _.$_$.x4 = CancellationException;
11034
+ _.$_$.y4 = get_COROUTINE_SUSPENDED;
11035
+ _.$_$.z4 = createCoroutineUnintercepted;
11036
+ _.$_$.a5 = intercepted;
11037
+ _.$_$.b5 = startCoroutineUninterceptedOrReturnNonGeneratorVersion;
11038
+ _.$_$.c5 = AbstractCoroutineContextElement;
11039
+ _.$_$.d5 = AbstractCoroutineContextKey;
11040
+ _.$_$.e5 = get_0;
11041
+ _.$_$.f5 = minusKey_0;
11042
+ _.$_$.g5 = ContinuationInterceptor;
11043
+ _.$_$.h5 = Continuation;
11044
+ _.$_$.i5 = fold;
11045
+ _.$_$.j5 = get;
11046
+ _.$_$.k5 = minusKey;
11047
+ _.$_$.l5 = Element;
11048
+ _.$_$.m5 = plus;
11049
+ _.$_$.n5 = CoroutineImpl;
11050
+ _.$_$.o5 = startCoroutine;
11051
+ _.$_$.p5 = enumEntries;
11052
+ _.$_$.q5 = println;
11053
+ _.$_$.r5 = get_ONE;
11054
+ _.$_$.s5 = add;
11055
+ _.$_$.t5 = bitwiseAnd;
11056
+ _.$_$.u5 = compare;
11057
+ _.$_$.v5 = convertToInt;
11058
+ _.$_$.w5 = divide;
11059
+ _.$_$.x5 = equalsLong;
11060
+ _.$_$.y5 = fromInt;
11061
+ _.$_$.z5 = modulo;
11062
+ _.$_$.a6 = multiply;
11063
+ _.$_$.b6 = shiftLeft;
11064
+ _.$_$.c6 = shiftRight;
11065
+ _.$_$.d6 = subtract;
11066
+ _.$_$.e6 = FunctionAdapter;
11067
+ _.$_$.f6 = anyToString;
11068
+ _.$_$.g6 = captureStack;
11069
+ _.$_$.h6 = charArrayOf;
11070
+ _.$_$.i6 = charCodeAt;
11071
+ _.$_$.j6 = charSequenceGet;
11072
+ _.$_$.k6 = charSequenceLength;
11073
+ _.$_$.l6 = compareTo;
11074
+ _.$_$.m6 = defineProp;
11075
+ _.$_$.n6 = equals;
11076
+ _.$_$.o6 = getBooleanHashCode;
11077
+ _.$_$.p6 = getLocalDelegateReference;
11078
+ _.$_$.q6 = getNumberHashCode;
11079
+ _.$_$.r6 = getPropertyCallableRef;
11080
+ _.$_$.s6 = getStringHashCode;
11081
+ _.$_$.t6 = hashCode_0;
11082
+ _.$_$.u6 = initMetadataForClass;
11083
+ _.$_$.v6 = initMetadataForCompanion;
11084
+ _.$_$.w6 = initMetadataForCoroutine;
11085
+ _.$_$.x6 = initMetadataForInterface;
11086
+ _.$_$.y6 = initMetadataForLambda;
11087
+ _.$_$.z6 = initMetadataForObject;
11088
+ _.$_$.a7 = isArray;
11089
+ _.$_$.b7 = isCharSequence;
11090
+ _.$_$.c7 = isInterface;
11091
+ _.$_$.d7 = numberRangeToNumber;
11092
+ _.$_$.e7 = numberToByte;
11093
+ _.$_$.f7 = numberToChar;
11094
+ _.$_$.g7 = numberToDouble;
11095
+ _.$_$.h7 = numberToInt;
11096
+ _.$_$.i7 = objectCreate;
11097
+ _.$_$.j7 = protoOf;
11098
+ _.$_$.k7 = toByte;
11099
+ _.$_$.l7 = toString_1;
11100
+ _.$_$.m7 = roundToInt;
11101
+ _.$_$.n7 = withSign;
11102
+ _.$_$.o7 = coerceAtLeast_0;
11103
+ _.$_$.p7 = coerceAtLeast;
11104
+ _.$_$.q7 = coerceAtLeast_1;
11105
+ _.$_$.r7 = coerceAtMost;
11106
+ _.$_$.s7 = coerceIn_0;
11107
+ _.$_$.t7 = coerceIn;
11108
+ _.$_$.u7 = contains_2;
11109
+ _.$_$.v7 = rangeTo;
11110
+ _.$_$.w7 = getKClassFromExpression;
11111
+ _.$_$.x7 = getKClass;
11112
+ _.$_$.y7 = KMutableProperty1;
11113
+ _.$_$.z7 = KProperty0;
11114
+ _.$_$.a8 = KProperty1;
11115
+ _.$_$.b8 = Builder_0;
11116
+ _.$_$.c8 = StringBuilder;
11117
+ _.$_$.d8 = concatToString;
11118
+ _.$_$.e8 = contains_6;
11119
+ _.$_$.f8 = contains_5;
11120
+ _.$_$.g8 = equals_0;
11121
+ _.$_$.h8 = equals_1;
11122
+ _.$_$.i8 = indexOf_1;
11123
+ _.$_$.j8 = isBlank;
11124
+ _.$_$.k8 = isHighSurrogate;
11125
+ _.$_$.l8 = isUpperCase;
11126
+ _.$_$.m8 = last;
11127
+ _.$_$.n8 = padStart;
11128
+ _.$_$.o8 = replace;
11129
+ _.$_$.p8 = splitToSequence;
11130
+ _.$_$.q8 = split;
11131
+ _.$_$.r8 = split_0;
11132
+ _.$_$.s8 = substringAfter;
11133
+ _.$_$.t8 = substringBefore;
11134
+ _.$_$.u8 = substring;
11135
+ _.$_$.v8 = toBoolean;
11136
+ _.$_$.w8 = toCharArray;
11137
+ _.$_$.x8 = toDoubleOrNull;
11138
+ _.$_$.y8 = toDouble;
11139
+ _.$_$.z8 = toHexString;
11140
+ _.$_$.a9 = toIntOrNull;
11141
+ _.$_$.b9 = toInt;
11142
+ _.$_$.c9 = toLongOrNull;
11143
+ _.$_$.d9 = toUInt;
11144
+ _.$_$.e9 = trimEnd;
11145
+ _.$_$.f9 = trimMargin;
11146
+ _.$_$.g9 = trim;
11147
+ _.$_$.h9 = Comparable;
11148
+ _.$_$.i9 = Comparator;
11149
+ _.$_$.j9 = Enum;
11150
+ _.$_$.k9 = Error_0;
11151
+ _.$_$.l9 = Exception;
11152
+ _.$_$.m9 = IllegalArgumentException;
11153
+ _.$_$.n9 = IllegalStateException;
11154
+ _.$_$.o9 = Long;
11155
+ _.$_$.p9 = NoSuchElementException;
11156
+ _.$_$.q9 = NumberFormatException;
11157
+ _.$_$.r9 = Pair;
11158
+ _.$_$.s9 = RuntimeException;
11159
+ _.$_$.t9 = THROW_CCE;
11160
+ _.$_$.u9 = THROW_IAE;
11161
+ _.$_$.v9 = UInt;
11162
+ _.$_$.w9 = Unit;
11163
+ _.$_$.x9 = UnsupportedOperationException;
11164
+ _.$_$.y9 = addSuppressed;
11165
+ _.$_$.z9 = createFailure;
11166
+ _.$_$.aa = ensureNotNull;
11167
+ _.$_$.ba = isNaN_1;
11168
+ _.$_$.ca = lazy;
11169
+ _.$_$.da = noWhenBranchMatchedException;
11170
+ _.$_$.ea = stackTraceToString;
11171
+ _.$_$.fa = throwKotlinNothingValueException;
11172
+ _.$_$.ga = throwUninitializedPropertyAccessException;
11173
+ _.$_$.ha = toString_0;
11174
+ _.$_$.ia = to;
11175
+ _.$_$.ja = uintCompare;
11176
+ _.$_$.ka = uintToDouble;
10782
11177
  //endregion
10783
11178
  return _;
10784
11179
  }));