@flock/wirespec 0.8.46 → 0.8.49
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/arrow-arrow-core.js +68 -47
- package/arrow-arrow-core.js.map +1 -1
- package/clikt-clikt.js +1207 -1207
- package/clikt-clikt.js.map +1 -1
- package/colormath-root-colormath.js +363 -363
- package/colormath-root-colormath.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +223 -223
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-openapi-bindings.js +2 -2
- package/kotlin-openapi-bindings.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
- package/markdown.js +1896 -1896
- package/markdown.js.map +1 -1
- package/mordant-mordant.js +1650 -1650
- package/mordant-mordant.js.map +1 -1
- package/package.json +3 -3
- package/wirespec-bin.js +2 -2
- package/wirespec-src-compiler-core.js +1525 -1520
- package/wirespec-src-compiler-core.js.map +1 -1
- package/wirespec-src-compiler-lib.js +403 -380
- package/wirespec-src-compiler-lib.js.map +1 -1
- package/wirespec-src-converter-openapi.js +211 -211
- package/wirespec-src-converter-openapi.js.map +1 -1
- package/wirespec-src-plugin-arguments.js +543 -0
- package/wirespec-src-plugin-arguments.js.map +1 -0
- package/{wirespec-src-compiler-cli.js → wirespec-src-plugin-cli.js} +431 -812
- package/wirespec-src-plugin-cli.js.map +1 -0
- package/wirespec-src-compiler-cli.js.map +0 -1
- package/wirespec-src-compiler-lib.d.ts +0 -357
|
@@ -4,11 +4,6 @@ if (typeof ArrayBuffer.isView === 'undefined') {
|
|
|
4
4
|
return a != null && a.__proto__ != null && a.__proto__.__proto__ === Int8Array.prototype.__proto__;
|
|
5
5
|
};
|
|
6
6
|
}
|
|
7
|
-
if (typeof Math.log2 === 'undefined') {
|
|
8
|
-
Math.log2 = function (x) {
|
|
9
|
-
return Math.log(x) * Math.LOG2E;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
7
|
if (typeof Math.clz32 === 'undefined') {
|
|
13
8
|
Math.clz32 = function (log, LN2) {
|
|
14
9
|
return function (x) {
|
|
@@ -25,11 +20,10 @@ if (typeof Math.log10 === 'undefined') {
|
|
|
25
20
|
return Math.log(x) * Math.LOG10E;
|
|
26
21
|
};
|
|
27
22
|
}
|
|
28
|
-
if (typeof
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}});
|
|
23
|
+
if (typeof Math.log2 === 'undefined') {
|
|
24
|
+
Math.log2 = function (x) {
|
|
25
|
+
return Math.log(x) * Math.LOG2E;
|
|
26
|
+
};
|
|
33
27
|
}
|
|
34
28
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
35
29
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
@@ -42,6 +36,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
42
36
|
return lastIndex !== -1 && lastIndex === position;
|
|
43
37
|
}});
|
|
44
38
|
}
|
|
39
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
40
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
41
|
+
position = position || 0;
|
|
42
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
43
|
+
}});
|
|
44
|
+
}
|
|
45
45
|
if (typeof Math.imul === 'undefined') {
|
|
46
46
|
Math.imul = function imul(a, b) {
|
|
47
47
|
return (a & 4.29490176E9) * (b & 65535) + (a & 65535) * (b | 0) | 0;
|
|
@@ -583,22 +583,27 @@ if (typeof Math.imul === 'undefined') {
|
|
|
583
583
|
}
|
|
584
584
|
return result;
|
|
585
585
|
}
|
|
586
|
+
function first(_this__u8e3s4) {
|
|
587
|
+
if (_this__u8e3s4.g())
|
|
588
|
+
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
589
|
+
return _this__u8e3s4.h(0);
|
|
590
|
+
}
|
|
586
591
|
function plus(_this__u8e3s4, element) {
|
|
587
592
|
var result = ArrayList_init_$Create$_0(_this__u8e3s4.f() + 1 | 0);
|
|
588
|
-
result.
|
|
593
|
+
result.l(_this__u8e3s4);
|
|
589
594
|
result.a(element);
|
|
590
595
|
return result;
|
|
591
596
|
}
|
|
592
597
|
function lastOrNull_2(_this__u8e3s4) {
|
|
593
|
-
return _this__u8e3s4.
|
|
598
|
+
return _this__u8e3s4.g() ? null : _this__u8e3s4.h(_this__u8e3s4.f() - 1 | 0);
|
|
594
599
|
}
|
|
595
600
|
function last_0(_this__u8e3s4) {
|
|
596
|
-
if (_this__u8e3s4.
|
|
601
|
+
if (_this__u8e3s4.g())
|
|
597
602
|
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
598
|
-
return _this__u8e3s4.
|
|
603
|
+
return _this__u8e3s4.h(get_lastIndex_3(_this__u8e3s4));
|
|
599
604
|
}
|
|
600
605
|
function getOrNull_0(_this__u8e3s4, index) {
|
|
601
|
-
return (index >= 0 ? index <= get_lastIndex_3(_this__u8e3s4) : false) ? _this__u8e3s4.
|
|
606
|
+
return (index >= 0 ? index <= get_lastIndex_3(_this__u8e3s4) : false) ? _this__u8e3s4.h(index) : null;
|
|
602
607
|
}
|
|
603
608
|
function toSet_0(_this__u8e3s4) {
|
|
604
609
|
if (isInterface(_this__u8e3s4, Collection)) {
|
|
@@ -610,7 +615,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
610
615
|
case 1:
|
|
611
616
|
var tmp_0;
|
|
612
617
|
if (isInterface(_this__u8e3s4, List)) {
|
|
613
|
-
tmp_0 = _this__u8e3s4.
|
|
618
|
+
tmp_0 = _this__u8e3s4.h(0);
|
|
614
619
|
} else {
|
|
615
620
|
tmp_0 = _this__u8e3s4.c().e();
|
|
616
621
|
}
|
|
@@ -638,7 +643,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
638
643
|
case 1:
|
|
639
644
|
var tmp_0;
|
|
640
645
|
if (isInterface(_this__u8e3s4, List)) {
|
|
641
|
-
tmp_0 = _this__u8e3s4.
|
|
646
|
+
tmp_0 = _this__u8e3s4.h(0);
|
|
642
647
|
} else {
|
|
643
648
|
tmp_0 = _this__u8e3s4.c().e();
|
|
644
649
|
}
|
|
@@ -679,7 +684,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
679
684
|
do {
|
|
680
685
|
var index = inductionVariable;
|
|
681
686
|
inductionVariable = inductionVariable + 1 | 0;
|
|
682
|
-
list.a(_this__u8e3s4.
|
|
687
|
+
list.a(_this__u8e3s4.h(index));
|
|
683
688
|
}
|
|
684
689
|
while (inductionVariable < last);
|
|
685
690
|
} else {
|
|
@@ -717,8 +722,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
717
722
|
function plus_0(_this__u8e3s4, elements) {
|
|
718
723
|
if (isInterface(elements, Collection)) {
|
|
719
724
|
var result = ArrayList_init_$Create$_0(_this__u8e3s4.f() + elements.f() | 0);
|
|
720
|
-
result.
|
|
721
|
-
result.
|
|
725
|
+
result.l(_this__u8e3s4);
|
|
726
|
+
result.l(elements);
|
|
722
727
|
return result;
|
|
723
728
|
} else {
|
|
724
729
|
var result_0 = ArrayList_init_$Create$_1(_this__u8e3s4);
|
|
@@ -726,9 +731,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
726
731
|
return result_0;
|
|
727
732
|
}
|
|
728
733
|
}
|
|
729
|
-
function
|
|
734
|
+
function first_0(_this__u8e3s4) {
|
|
730
735
|
if (isInterface(_this__u8e3s4, List))
|
|
731
|
-
return
|
|
736
|
+
return first(_this__u8e3s4);
|
|
732
737
|
else {
|
|
733
738
|
var iterator = _this__u8e3s4.c();
|
|
734
739
|
if (!iterator.d())
|
|
@@ -742,7 +747,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
742
747
|
case 0:
|
|
743
748
|
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
744
749
|
case 1:
|
|
745
|
-
tmp = _this__u8e3s4.
|
|
750
|
+
tmp = _this__u8e3s4.h(0);
|
|
746
751
|
break;
|
|
747
752
|
default:
|
|
748
753
|
throw IllegalArgumentException_init_$Create$_0('List has more than one element.');
|
|
@@ -750,7 +755,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
750
755
|
return tmp;
|
|
751
756
|
}
|
|
752
757
|
function slice(_this__u8e3s4, indices) {
|
|
753
|
-
if (indices.
|
|
758
|
+
if (indices.g()) {
|
|
754
759
|
// Inline function 'kotlin.collections.listOf' call
|
|
755
760
|
return emptyList();
|
|
756
761
|
}
|
|
@@ -778,7 +783,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
778
783
|
do {
|
|
779
784
|
var index = inductionVariable;
|
|
780
785
|
inductionVariable = inductionVariable + 1 | 0;
|
|
781
|
-
list.a(_this__u8e3s4.
|
|
786
|
+
list.a(_this__u8e3s4.h(index));
|
|
782
787
|
}
|
|
783
788
|
while (inductionVariable < size);
|
|
784
789
|
} else {
|
|
@@ -791,11 +796,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
791
796
|
}
|
|
792
797
|
return list;
|
|
793
798
|
}
|
|
794
|
-
function first_0(_this__u8e3s4) {
|
|
795
|
-
if (_this__u8e3s4.l())
|
|
796
|
-
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
797
|
-
return _this__u8e3s4.k(0);
|
|
798
|
-
}
|
|
799
799
|
function toCollection_0(_this__u8e3s4, destination) {
|
|
800
800
|
var tmp0_iterator = _this__u8e3s4.c();
|
|
801
801
|
while (tmp0_iterator.d()) {
|
|
@@ -901,10 +901,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
901
901
|
}
|
|
902
902
|
function firstOrNull(_this__u8e3s4) {
|
|
903
903
|
if (isInterface(_this__u8e3s4, List)) {
|
|
904
|
-
if (_this__u8e3s4.
|
|
904
|
+
if (_this__u8e3s4.g())
|
|
905
905
|
return null;
|
|
906
906
|
else
|
|
907
|
-
return _this__u8e3s4.
|
|
907
|
+
return _this__u8e3s4.h(0);
|
|
908
908
|
} else {
|
|
909
909
|
var iterator = _this__u8e3s4.c();
|
|
910
910
|
if (!iterator.d())
|
|
@@ -936,7 +936,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
936
936
|
return list;
|
|
937
937
|
}
|
|
938
938
|
function firstOrNull_0(_this__u8e3s4) {
|
|
939
|
-
return _this__u8e3s4.
|
|
939
|
+
return _this__u8e3s4.g() ? null : _this__u8e3s4.h(0);
|
|
940
940
|
}
|
|
941
941
|
function sum(_this__u8e3s4) {
|
|
942
942
|
var sum = 0;
|
|
@@ -971,7 +971,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
971
971
|
if (n >= _this__u8e3s4.f())
|
|
972
972
|
return toList_0(_this__u8e3s4);
|
|
973
973
|
if (n === 1)
|
|
974
|
-
return listOf_0(
|
|
974
|
+
return listOf_0(first_0(_this__u8e3s4));
|
|
975
975
|
}
|
|
976
976
|
var count = 0;
|
|
977
977
|
var list = ArrayList_init_$Create$_0(n);
|
|
@@ -985,6 +985,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
985
985
|
}
|
|
986
986
|
return optimizeReadOnlyList(list);
|
|
987
987
|
}
|
|
988
|
+
function plus_1(_this__u8e3s4, elements) {
|
|
989
|
+
var result = ArrayList_init_$Create$_0(_this__u8e3s4.f() + elements.length | 0);
|
|
990
|
+
result.l(_this__u8e3s4);
|
|
991
|
+
addAll_0(result, elements);
|
|
992
|
+
return result;
|
|
993
|
+
}
|
|
988
994
|
function toMutableSet(_this__u8e3s4) {
|
|
989
995
|
var tmp;
|
|
990
996
|
if (isInterface(_this__u8e3s4, Collection)) {
|
|
@@ -994,14 +1000,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
994
1000
|
}
|
|
995
1001
|
return tmp;
|
|
996
1002
|
}
|
|
997
|
-
function plus_1(_this__u8e3s4, elements) {
|
|
998
|
-
var result = ArrayList_init_$Create$_0(_this__u8e3s4.f() + elements.length | 0);
|
|
999
|
-
result.j(_this__u8e3s4);
|
|
1000
|
-
addAll_0(result, elements);
|
|
1001
|
-
return result;
|
|
1002
|
-
}
|
|
1003
1003
|
function singleOrNull(_this__u8e3s4) {
|
|
1004
|
-
return _this__u8e3s4.f() === 1 ? _this__u8e3s4.
|
|
1004
|
+
return _this__u8e3s4.f() === 1 ? _this__u8e3s4.h(0) : null;
|
|
1005
1005
|
}
|
|
1006
1006
|
function _no_name_provided__qut3iv($this_asSequence) {
|
|
1007
1007
|
this.v_1 = $this_asSequence;
|
|
@@ -1149,6 +1149,20 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1149
1149
|
function filter(_this__u8e3s4, predicate) {
|
|
1150
1150
|
return new FilteringSequence(_this__u8e3s4, true, predicate);
|
|
1151
1151
|
}
|
|
1152
|
+
function toSet_1(_this__u8e3s4) {
|
|
1153
|
+
var it = _this__u8e3s4.c();
|
|
1154
|
+
if (!it.d())
|
|
1155
|
+
return emptySet();
|
|
1156
|
+
var element = it.e();
|
|
1157
|
+
if (!it.d())
|
|
1158
|
+
return setOf_0(element);
|
|
1159
|
+
var dst = LinkedHashSet_init_$Create$();
|
|
1160
|
+
dst.a(element);
|
|
1161
|
+
while (it.d()) {
|
|
1162
|
+
dst.a(it.e());
|
|
1163
|
+
}
|
|
1164
|
+
return dst;
|
|
1165
|
+
}
|
|
1152
1166
|
function asIterable(_this__u8e3s4) {
|
|
1153
1167
|
// Inline function 'kotlin.collections.Iterable' call
|
|
1154
1168
|
return new _no_name_provided__qut3iv_0(_this__u8e3s4);
|
|
@@ -1166,7 +1180,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1166
1180
|
tmp = emptySequence();
|
|
1167
1181
|
} else {
|
|
1168
1182
|
if (isInterface(_this__u8e3s4, DropTakeSequence)) {
|
|
1169
|
-
tmp = _this__u8e3s4.
|
|
1183
|
+
tmp = _this__u8e3s4.i1(n);
|
|
1170
1184
|
} else {
|
|
1171
1185
|
tmp = new TakeSequence(_this__u8e3s4, n);
|
|
1172
1186
|
}
|
|
@@ -1200,20 +1214,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1200
1214
|
buffer.b(postfix);
|
|
1201
1215
|
return buffer;
|
|
1202
1216
|
}
|
|
1203
|
-
function toSet_1(_this__u8e3s4) {
|
|
1204
|
-
var it = _this__u8e3s4.c();
|
|
1205
|
-
if (!it.d())
|
|
1206
|
-
return emptySet();
|
|
1207
|
-
var element = it.e();
|
|
1208
|
-
if (!it.d())
|
|
1209
|
-
return setOf_0(element);
|
|
1210
|
-
var dst = LinkedHashSet_init_$Create$();
|
|
1211
|
-
dst.a(element);
|
|
1212
|
-
while (it.d()) {
|
|
1213
|
-
dst.a(it.e());
|
|
1214
|
-
}
|
|
1215
|
-
return dst;
|
|
1216
|
-
}
|
|
1217
1217
|
function _no_name_provided__qut3iv_0($this_asIterable) {
|
|
1218
1218
|
this.j1_1 = $this_asIterable;
|
|
1219
1219
|
}
|
|
@@ -1223,7 +1223,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1223
1223
|
};
|
|
1224
1224
|
function minus(_this__u8e3s4, elements) {
|
|
1225
1225
|
var other = convertToListIfNotCollection(elements);
|
|
1226
|
-
if (other.
|
|
1226
|
+
if (other.g())
|
|
1227
1227
|
return toSet_0(_this__u8e3s4);
|
|
1228
1228
|
if (isInterface(other, Set)) {
|
|
1229
1229
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
@@ -1255,12 +1255,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
var tmp1_elvis_lhs = tmp;
|
|
1257
1257
|
var result = LinkedHashSet_init_$Create$_1(mapCapacity(tmp1_elvis_lhs == null ? imul(_this__u8e3s4.f(), 2) : tmp1_elvis_lhs));
|
|
1258
|
-
result.
|
|
1258
|
+
result.l(_this__u8e3s4);
|
|
1259
1259
|
addAll(result, elements);
|
|
1260
1260
|
return result;
|
|
1261
1261
|
}
|
|
1262
1262
|
function slice_0(_this__u8e3s4, indices) {
|
|
1263
|
-
if (indices.
|
|
1263
|
+
if (indices.g())
|
|
1264
1264
|
return '';
|
|
1265
1265
|
return substring_0(_this__u8e3s4, indices);
|
|
1266
1266
|
}
|
|
@@ -1296,6 +1296,16 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1296
1296
|
throw NoSuchElementException_init_$Create$_0('Char sequence is empty.');
|
|
1297
1297
|
return charSequenceGet(_this__u8e3s4, 0);
|
|
1298
1298
|
}
|
|
1299
|
+
function dropLast_0(_this__u8e3s4, n) {
|
|
1300
|
+
// Inline function 'kotlin.require' call
|
|
1301
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
1302
|
+
if (!(n >= 0)) {
|
|
1303
|
+
// Inline function 'kotlin.text.dropLast.<anonymous>' call
|
|
1304
|
+
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1305
|
+
throw IllegalArgumentException_init_$Create$_0(toString_2(message));
|
|
1306
|
+
}
|
|
1307
|
+
return take_1(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.length - n | 0, 0));
|
|
1308
|
+
}
|
|
1299
1309
|
function last_2(_this__u8e3s4) {
|
|
1300
1310
|
// Inline function 'kotlin.text.isEmpty' call
|
|
1301
1311
|
if (charSequenceLength(_this__u8e3s4) === 0)
|
|
@@ -1325,16 +1335,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1325
1335
|
}
|
|
1326
1336
|
return tmp;
|
|
1327
1337
|
}
|
|
1328
|
-
function dropLast_0(_this__u8e3s4, n) {
|
|
1329
|
-
// Inline function 'kotlin.require' call
|
|
1330
|
-
// Inline function 'kotlin.contracts.contract' call
|
|
1331
|
-
if (!(n >= 0)) {
|
|
1332
|
-
// Inline function 'kotlin.text.dropLast.<anonymous>' call
|
|
1333
|
-
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1334
|
-
throw IllegalArgumentException_init_$Create$_0(toString_2(message));
|
|
1335
|
-
}
|
|
1336
|
-
return take_1(_this__u8e3s4, coerceAtLeast(_this__u8e3s4.length - n | 0, 0));
|
|
1337
|
-
}
|
|
1338
1338
|
function chunked(_this__u8e3s4, size) {
|
|
1339
1339
|
return windowed(_this__u8e3s4, size, size, true);
|
|
1340
1340
|
}
|
|
@@ -1407,7 +1407,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1407
1407
|
// Inline function 'kotlin.collections.any' call
|
|
1408
1408
|
var tmp;
|
|
1409
1409
|
if (isInterface(this, Collection)) {
|
|
1410
|
-
tmp = this.
|
|
1410
|
+
tmp = this.g();
|
|
1411
1411
|
} else {
|
|
1412
1412
|
tmp = false;
|
|
1413
1413
|
}
|
|
@@ -1434,7 +1434,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1434
1434
|
// Inline function 'kotlin.collections.all' call
|
|
1435
1435
|
var tmp;
|
|
1436
1436
|
if (isInterface(elements, Collection)) {
|
|
1437
|
-
tmp = elements.
|
|
1437
|
+
tmp = elements.g();
|
|
1438
1438
|
} else {
|
|
1439
1439
|
tmp = false;
|
|
1440
1440
|
}
|
|
@@ -1455,7 +1455,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
return tmp$ret$0;
|
|
1457
1457
|
};
|
|
1458
|
-
protoOf(AbstractCollection).
|
|
1458
|
+
protoOf(AbstractCollection).g = function () {
|
|
1459
1459
|
return this.f() === 0;
|
|
1460
1460
|
};
|
|
1461
1461
|
protoOf(AbstractCollection).toString = function () {
|
|
@@ -1472,9 +1472,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1472
1472
|
Companion_getInstance().q1(this.o1_1, toIndex, this.n1_1.f());
|
|
1473
1473
|
this.p1_1 = toIndex - this.o1_1 | 0;
|
|
1474
1474
|
}
|
|
1475
|
-
protoOf(SubList).
|
|
1475
|
+
protoOf(SubList).h = function (index) {
|
|
1476
1476
|
Companion_getInstance().r1(index, this.p1_1);
|
|
1477
|
-
return this.n1_1.
|
|
1477
|
+
return this.n1_1.h(this.o1_1 + index | 0);
|
|
1478
1478
|
};
|
|
1479
1479
|
protoOf(SubList).f = function () {
|
|
1480
1480
|
return this.p1_1;
|
|
@@ -1491,7 +1491,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1491
1491
|
throw NoSuchElementException_init_$Create$();
|
|
1492
1492
|
var tmp1 = this.s1_1;
|
|
1493
1493
|
this.s1_1 = tmp1 + 1 | 0;
|
|
1494
|
-
return this.t1_1.
|
|
1494
|
+
return this.t1_1.h(tmp1);
|
|
1495
1495
|
};
|
|
1496
1496
|
function ListIteratorImpl($outer, index) {
|
|
1497
1497
|
this.w1_1 = $outer;
|
|
@@ -1509,7 +1509,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1509
1509
|
if (!this.y1())
|
|
1510
1510
|
throw NoSuchElementException_init_$Create$();
|
|
1511
1511
|
this.s1_1 = this.s1_1 - 1 | 0;
|
|
1512
|
-
return this.w1_1.
|
|
1512
|
+
return this.w1_1.h(this.s1_1);
|
|
1513
1513
|
};
|
|
1514
1514
|
protoOf(ListIteratorImpl).b2 = function () {
|
|
1515
1515
|
return this.s1_1 - 1 | 0;
|
|
@@ -1743,7 +1743,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1743
1743
|
var tmp0_all = other.w();
|
|
1744
1744
|
var tmp;
|
|
1745
1745
|
if (isInterface(tmp0_all, Collection)) {
|
|
1746
|
-
tmp = tmp0_all.
|
|
1746
|
+
tmp = tmp0_all.g();
|
|
1747
1747
|
} else {
|
|
1748
1748
|
tmp = false;
|
|
1749
1749
|
}
|
|
@@ -1771,7 +1771,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1771
1771
|
protoOf(AbstractMap).hashCode = function () {
|
|
1772
1772
|
return hashCode(this.w());
|
|
1773
1773
|
};
|
|
1774
|
-
protoOf(AbstractMap).
|
|
1774
|
+
protoOf(AbstractMap).g = function () {
|
|
1775
1775
|
return this.f() === 0;
|
|
1776
1776
|
};
|
|
1777
1777
|
protoOf(AbstractMap).f = function () {
|
|
@@ -1850,7 +1850,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1850
1850
|
protoOf(EmptyList).equals = function (other) {
|
|
1851
1851
|
var tmp;
|
|
1852
1852
|
if (!(other == null) ? isInterface(other, List) : false) {
|
|
1853
|
-
tmp = other.
|
|
1853
|
+
tmp = other.g();
|
|
1854
1854
|
} else {
|
|
1855
1855
|
tmp = false;
|
|
1856
1856
|
}
|
|
@@ -1865,7 +1865,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1865
1865
|
protoOf(EmptyList).f = function () {
|
|
1866
1866
|
return 0;
|
|
1867
1867
|
};
|
|
1868
|
-
protoOf(EmptyList).
|
|
1868
|
+
protoOf(EmptyList).g = function () {
|
|
1869
1869
|
return true;
|
|
1870
1870
|
};
|
|
1871
1871
|
protoOf(EmptyList).v2 = function (element) {
|
|
@@ -1883,12 +1883,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1883
1883
|
return this.v2(tmp);
|
|
1884
1884
|
};
|
|
1885
1885
|
protoOf(EmptyList).w2 = function (elements) {
|
|
1886
|
-
return elements.
|
|
1886
|
+
return elements.g();
|
|
1887
1887
|
};
|
|
1888
1888
|
protoOf(EmptyList).m1 = function (elements) {
|
|
1889
1889
|
return this.w2(elements);
|
|
1890
1890
|
};
|
|
1891
|
-
protoOf(EmptyList).
|
|
1891
|
+
protoOf(EmptyList).h = function (index) {
|
|
1892
1892
|
throw IndexOutOfBoundsException_init_$Create$_0("Empty list doesn't contain element at index " + index + '.');
|
|
1893
1893
|
};
|
|
1894
1894
|
protoOf(EmptyList).x2 = function (element) {
|
|
@@ -1931,7 +1931,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1931
1931
|
protoOf(ArrayAsCollection).f = function () {
|
|
1932
1932
|
return this.y2_1.length;
|
|
1933
1933
|
};
|
|
1934
|
-
protoOf(ArrayAsCollection).
|
|
1934
|
+
protoOf(ArrayAsCollection).g = function () {
|
|
1935
1935
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
1936
1936
|
return this.y2_1.length === 0;
|
|
1937
1937
|
};
|
|
@@ -1949,7 +1949,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1949
1949
|
// Inline function 'kotlin.collections.all' call
|
|
1950
1950
|
var tmp;
|
|
1951
1951
|
if (isInterface(elements, Collection)) {
|
|
1952
|
-
tmp = elements.
|
|
1952
|
+
tmp = elements.g();
|
|
1953
1953
|
} else {
|
|
1954
1954
|
tmp = false;
|
|
1955
1955
|
}
|
|
@@ -2008,7 +2008,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2008
2008
|
case 0:
|
|
2009
2009
|
return emptyList();
|
|
2010
2010
|
case 1:
|
|
2011
|
-
return listOf_0(_this__u8e3s4.
|
|
2011
|
+
return listOf_0(_this__u8e3s4.h(0));
|
|
2012
2012
|
default:
|
|
2013
2013
|
return _this__u8e3s4;
|
|
2014
2014
|
}
|
|
@@ -2149,8 +2149,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2149
2149
|
protoOf(MutableMapWithDefaultImpl).f = function () {
|
|
2150
2150
|
return this.l3_1.f();
|
|
2151
2151
|
};
|
|
2152
|
-
protoOf(MutableMapWithDefaultImpl).
|
|
2153
|
-
return this.l3_1.
|
|
2152
|
+
protoOf(MutableMapWithDefaultImpl).g = function () {
|
|
2153
|
+
return this.l3_1.g();
|
|
2154
2154
|
};
|
|
2155
2155
|
protoOf(MutableMapWithDefaultImpl).n2 = function (key) {
|
|
2156
2156
|
return this.l3_1.n2(key);
|
|
@@ -2209,7 +2209,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2209
2209
|
case 1:
|
|
2210
2210
|
var tmp_0;
|
|
2211
2211
|
if (isInterface(_this__u8e3s4, List)) {
|
|
2212
|
-
tmp_0 = _this__u8e3s4.
|
|
2212
|
+
tmp_0 = _this__u8e3s4.h(0);
|
|
2213
2213
|
} else {
|
|
2214
2214
|
tmp_0 = _this__u8e3s4.c().e();
|
|
2215
2215
|
}
|
|
@@ -2249,7 +2249,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2249
2249
|
protoOf(EmptyMap).equals = function (other) {
|
|
2250
2250
|
var tmp;
|
|
2251
2251
|
if (!(other == null) ? isInterface(other, Map) : false) {
|
|
2252
|
-
tmp = other.
|
|
2252
|
+
tmp = other.g();
|
|
2253
2253
|
} else {
|
|
2254
2254
|
tmp = false;
|
|
2255
2255
|
}
|
|
@@ -2264,7 +2264,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2264
2264
|
protoOf(EmptyMap).f = function () {
|
|
2265
2265
|
return 0;
|
|
2266
2266
|
};
|
|
2267
|
-
protoOf(EmptyMap).
|
|
2267
|
+
protoOf(EmptyMap).g = function () {
|
|
2268
2268
|
return true;
|
|
2269
2269
|
};
|
|
2270
2270
|
protoOf(EmptyMap).q3 = function (key) {
|
|
@@ -2349,7 +2349,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2349
2349
|
}
|
|
2350
2350
|
function plus_3(_this__u8e3s4, pair) {
|
|
2351
2351
|
var tmp;
|
|
2352
|
-
if (_this__u8e3s4.
|
|
2352
|
+
if (_this__u8e3s4.g()) {
|
|
2353
2353
|
tmp = mapOf_0(pair);
|
|
2354
2354
|
} else {
|
|
2355
2355
|
// Inline function 'kotlin.apply' call
|
|
@@ -2363,7 +2363,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2363
2363
|
}
|
|
2364
2364
|
function addAll(_this__u8e3s4, elements) {
|
|
2365
2365
|
if (isInterface(elements, Collection))
|
|
2366
|
-
return _this__u8e3s4.
|
|
2366
|
+
return _this__u8e3s4.l(elements);
|
|
2367
2367
|
else {
|
|
2368
2368
|
var result = false;
|
|
2369
2369
|
var tmp1_iterator = elements.c();
|
|
@@ -2399,18 +2399,18 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2399
2399
|
}
|
|
2400
2400
|
return result;
|
|
2401
2401
|
}
|
|
2402
|
+
function addAll_0(_this__u8e3s4, elements) {
|
|
2403
|
+
return _this__u8e3s4.l(asList(elements));
|
|
2404
|
+
}
|
|
2402
2405
|
function removeLast(_this__u8e3s4) {
|
|
2403
2406
|
var tmp;
|
|
2404
|
-
if (_this__u8e3s4.
|
|
2407
|
+
if (_this__u8e3s4.g()) {
|
|
2405
2408
|
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
2406
2409
|
} else {
|
|
2407
2410
|
tmp = _this__u8e3s4.f4(get_lastIndex_3(_this__u8e3s4));
|
|
2408
2411
|
}
|
|
2409
2412
|
return tmp;
|
|
2410
2413
|
}
|
|
2411
|
-
function addAll_0(_this__u8e3s4, elements) {
|
|
2412
|
-
return _this__u8e3s4.j(asList(elements));
|
|
2413
|
-
}
|
|
2414
2414
|
function IntIterator() {
|
|
2415
2415
|
}
|
|
2416
2416
|
protoOf(IntIterator).e = function () {
|
|
@@ -2456,8 +2456,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2456
2456
|
protoOf(ReversedListReadOnly).f = function () {
|
|
2457
2457
|
return this.l4_1.f();
|
|
2458
2458
|
};
|
|
2459
|
-
protoOf(ReversedListReadOnly).
|
|
2460
|
-
return this.l4_1.
|
|
2459
|
+
protoOf(ReversedListReadOnly).h = function (index) {
|
|
2460
|
+
return this.l4_1.h(reverseElementIndex(this, index));
|
|
2461
2461
|
};
|
|
2462
2462
|
protoOf(ReversedListReadOnly).c = function () {
|
|
2463
2463
|
return this.m(0);
|
|
@@ -2498,6 +2498,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2498
2498
|
}
|
|
2499
2499
|
return tmp;
|
|
2500
2500
|
}
|
|
2501
|
+
function asSequence_2(_this__u8e3s4) {
|
|
2502
|
+
var tmp$ret$0;
|
|
2503
|
+
// Inline function 'kotlin.sequences.Sequence' call
|
|
2504
|
+
tmp$ret$0 = new _no_name_provided__qut3iv_2(_this__u8e3s4);
|
|
2505
|
+
return constrainOnce(tmp$ret$0);
|
|
2506
|
+
}
|
|
2501
2507
|
function generateSequence_1(seedFunction, nextFunction) {
|
|
2502
2508
|
return new GeneratorSequence(seedFunction, nextFunction);
|
|
2503
2509
|
}
|
|
@@ -2549,7 +2555,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2549
2555
|
protoOf(EmptySequence).c = function () {
|
|
2550
2556
|
return EmptyIterator_getInstance();
|
|
2551
2557
|
};
|
|
2552
|
-
protoOf(EmptySequence).
|
|
2558
|
+
protoOf(EmptySequence).i1 = function (n) {
|
|
2553
2559
|
return EmptySequence_getInstance();
|
|
2554
2560
|
};
|
|
2555
2561
|
var EmptySequence_instance;
|
|
@@ -2647,18 +2653,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2647
2653
|
throw IllegalArgumentException_init_$Create$_0(toString_2(message));
|
|
2648
2654
|
}
|
|
2649
2655
|
}
|
|
2650
|
-
protoOf(TakeSequence).
|
|
2656
|
+
protoOf(TakeSequence).i1 = function (n) {
|
|
2651
2657
|
return n >= this.f5_1 ? this : new TakeSequence(this.e5_1, n);
|
|
2652
2658
|
};
|
|
2653
2659
|
protoOf(TakeSequence).c = function () {
|
|
2654
2660
|
return new TakeSequence$iterator$1(this);
|
|
2655
2661
|
};
|
|
2656
|
-
function asSequence_2(_this__u8e3s4) {
|
|
2657
|
-
var tmp$ret$0;
|
|
2658
|
-
// Inline function 'kotlin.sequences.Sequence' call
|
|
2659
|
-
tmp$ret$0 = new _no_name_provided__qut3iv_2(_this__u8e3s4);
|
|
2660
|
-
return constrainOnce(tmp$ret$0);
|
|
2661
|
-
}
|
|
2662
2662
|
function generateSequence$lambda($nextFunction) {
|
|
2663
2663
|
return function (it) {
|
|
2664
2664
|
return $nextFunction();
|
|
@@ -2689,7 +2689,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2689
2689
|
protoOf(EmptySet).equals = function (other) {
|
|
2690
2690
|
var tmp;
|
|
2691
2691
|
if (!(other == null) ? isInterface(other, Set) : false) {
|
|
2692
|
-
tmp = other.
|
|
2692
|
+
tmp = other.g();
|
|
2693
2693
|
} else {
|
|
2694
2694
|
tmp = false;
|
|
2695
2695
|
}
|
|
@@ -2704,7 +2704,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2704
2704
|
protoOf(EmptySet).f = function () {
|
|
2705
2705
|
return 0;
|
|
2706
2706
|
};
|
|
2707
|
-
protoOf(EmptySet).
|
|
2707
|
+
protoOf(EmptySet).g = function () {
|
|
2708
2708
|
return true;
|
|
2709
2709
|
};
|
|
2710
2710
|
protoOf(EmptySet).v2 = function (element) {
|
|
@@ -2722,7 +2722,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2722
2722
|
return this.v2(tmp);
|
|
2723
2723
|
};
|
|
2724
2724
|
protoOf(EmptySet).w2 = function (elements) {
|
|
2725
|
-
return elements.
|
|
2725
|
+
return elements.g();
|
|
2726
2726
|
};
|
|
2727
2727
|
protoOf(EmptySet).m1 = function (elements) {
|
|
2728
2728
|
return this.w2(elements);
|
|
@@ -2851,7 +2851,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2851
2851
|
protoOf(EnumEntriesList).f = function () {
|
|
2852
2852
|
return this.r5_1.length;
|
|
2853
2853
|
};
|
|
2854
|
-
protoOf(EnumEntriesList).
|
|
2854
|
+
protoOf(EnumEntriesList).h = function (index) {
|
|
2855
2855
|
Companion_getInstance().r1(index, this.r5_1.length);
|
|
2856
2856
|
return this.r5_1[index];
|
|
2857
2857
|
};
|
|
@@ -2919,20 +2919,20 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2919
2919
|
protoOf(IntRange).t5 = function (value) {
|
|
2920
2920
|
return this.a1_1 <= value ? value <= this.b1_1 : false;
|
|
2921
2921
|
};
|
|
2922
|
-
protoOf(IntRange).
|
|
2922
|
+
protoOf(IntRange).g = function () {
|
|
2923
2923
|
return this.a1_1 > this.b1_1;
|
|
2924
2924
|
};
|
|
2925
2925
|
protoOf(IntRange).equals = function (other) {
|
|
2926
2926
|
var tmp;
|
|
2927
2927
|
if (other instanceof IntRange) {
|
|
2928
|
-
tmp = (this.
|
|
2928
|
+
tmp = (this.g() ? other.g() : false) ? true : this.a1_1 === other.a1_1 ? this.b1_1 === other.b1_1 : false;
|
|
2929
2929
|
} else {
|
|
2930
2930
|
tmp = false;
|
|
2931
2931
|
}
|
|
2932
2932
|
return tmp;
|
|
2933
2933
|
};
|
|
2934
2934
|
protoOf(IntRange).hashCode = function () {
|
|
2935
|
-
return this.
|
|
2935
|
+
return this.g() ? -1 : imul(31, this.a1_1) + this.b1_1 | 0;
|
|
2936
2936
|
};
|
|
2937
2937
|
protoOf(IntRange).toString = function () {
|
|
2938
2938
|
return '' + this.a1_1 + '..' + this.b1_1;
|
|
@@ -2983,20 +2983,20 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2983
2983
|
protoOf(IntProgression).c = function () {
|
|
2984
2984
|
return new IntProgressionIterator(this.a1_1, this.b1_1, this.c1_1);
|
|
2985
2985
|
};
|
|
2986
|
-
protoOf(IntProgression).
|
|
2986
|
+
protoOf(IntProgression).g = function () {
|
|
2987
2987
|
return this.c1_1 > 0 ? this.a1_1 > this.b1_1 : this.a1_1 < this.b1_1;
|
|
2988
2988
|
};
|
|
2989
2989
|
protoOf(IntProgression).equals = function (other) {
|
|
2990
2990
|
var tmp;
|
|
2991
2991
|
if (other instanceof IntProgression) {
|
|
2992
|
-
tmp = (this.
|
|
2992
|
+
tmp = (this.g() ? other.g() : false) ? true : (this.a1_1 === other.a1_1 ? this.b1_1 === other.b1_1 : false) ? this.c1_1 === other.c1_1 : false;
|
|
2993
2993
|
} else {
|
|
2994
2994
|
tmp = false;
|
|
2995
2995
|
}
|
|
2996
2996
|
return tmp;
|
|
2997
2997
|
};
|
|
2998
2998
|
protoOf(IntProgression).hashCode = function () {
|
|
2999
|
-
return this.
|
|
2999
|
+
return this.g() ? -1 : imul(31, imul(31, this.a1_1) + this.b1_1 | 0) + this.c1_1 | 0;
|
|
3000
3000
|
};
|
|
3001
3001
|
protoOf(IntProgression).toString = function () {
|
|
3002
3002
|
return this.c1_1 > 0 ? '' + this.a1_1 + '..' + this.b1_1 + ' step ' + this.c1_1 : '' + this.a1_1 + ' downTo ' + this.b1_1 + ' step ' + (-this.c1_1 | 0);
|
|
@@ -3428,7 +3428,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3428
3428
|
var delimiter = delimiters[0];
|
|
3429
3429
|
// Inline function 'kotlin.text.isEmpty' call
|
|
3430
3430
|
if (!(charSequenceLength(delimiter) === 0)) {
|
|
3431
|
-
return
|
|
3431
|
+
return split_1(_this__u8e3s4, delimiter, ignoreCase, limit);
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -3552,7 +3552,27 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3552
3552
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
3553
3553
|
return charSequenceLength(_this__u8e3s4) > 0 ? equals(charSequenceGet(_this__u8e3s4, 0), char, ignoreCase) : false;
|
|
3554
3554
|
}
|
|
3555
|
-
function split_0(_this__u8e3s4,
|
|
3555
|
+
function split_0(_this__u8e3s4, delimiters, ignoreCase, limit) {
|
|
3556
|
+
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
3557
|
+
limit = limit === VOID ? 0 : limit;
|
|
3558
|
+
if (delimiters.length === 1) {
|
|
3559
|
+
return split_1(_this__u8e3s4, toString_0(delimiters[0]), ignoreCase, limit);
|
|
3560
|
+
}
|
|
3561
|
+
// Inline function 'kotlin.collections.map' call
|
|
3562
|
+
var tmp0_map = asIterable(rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit));
|
|
3563
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
3564
|
+
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp0_map, 10));
|
|
3565
|
+
var tmp0_iterator = tmp0_map.c();
|
|
3566
|
+
while (tmp0_iterator.d()) {
|
|
3567
|
+
var item = tmp0_iterator.e();
|
|
3568
|
+
var tmp$ret$0;
|
|
3569
|
+
// Inline function 'kotlin.text.split.<anonymous>' call
|
|
3570
|
+
tmp$ret$0 = substring(_this__u8e3s4, item);
|
|
3571
|
+
tmp0_mapTo.a(tmp$ret$0);
|
|
3572
|
+
}
|
|
3573
|
+
return tmp0_mapTo;
|
|
3574
|
+
}
|
|
3575
|
+
function split_1(_this__u8e3s4, delimiter, ignoreCase, limit) {
|
|
3556
3576
|
requireNonNegativeLimit(limit);
|
|
3557
3577
|
var currentOffset = 0;
|
|
3558
3578
|
var nextIndex = indexOf_7(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
|
|
@@ -3758,6 +3778,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3758
3778
|
while (!(index === last));
|
|
3759
3779
|
return -1;
|
|
3760
3780
|
}
|
|
3781
|
+
function rangesDelimitedBy_0(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
3782
|
+
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
3783
|
+
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
3784
|
+
limit = limit === VOID ? 0 : limit;
|
|
3785
|
+
requireNonNegativeLimit(limit);
|
|
3786
|
+
return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda_0(delimiters, ignoreCase));
|
|
3787
|
+
}
|
|
3761
3788
|
function requireNonNegativeLimit(limit) {
|
|
3762
3789
|
// Inline function 'kotlin.contracts.contract' call
|
|
3763
3790
|
var tmp;
|
|
@@ -3979,26 +4006,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3979
4006
|
}
|
|
3980
4007
|
return _this__u8e3s4;
|
|
3981
4008
|
}
|
|
3982
|
-
function split_1(_this__u8e3s4, delimiters, ignoreCase, limit) {
|
|
3983
|
-
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
3984
|
-
limit = limit === VOID ? 0 : limit;
|
|
3985
|
-
if (delimiters.length === 1) {
|
|
3986
|
-
return split_0(_this__u8e3s4, toString_0(delimiters[0]), ignoreCase, limit);
|
|
3987
|
-
}
|
|
3988
|
-
// Inline function 'kotlin.collections.map' call
|
|
3989
|
-
var tmp0_map = asIterable(rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit));
|
|
3990
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
3991
|
-
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp0_map, 10));
|
|
3992
|
-
var tmp0_iterator = tmp0_map.c();
|
|
3993
|
-
while (tmp0_iterator.d()) {
|
|
3994
|
-
var item = tmp0_iterator.e();
|
|
3995
|
-
var tmp$ret$0;
|
|
3996
|
-
// Inline function 'kotlin.text.split.<anonymous>' call
|
|
3997
|
-
tmp$ret$0 = substring(_this__u8e3s4, item);
|
|
3998
|
-
tmp0_mapTo.a(tmp$ret$0);
|
|
3999
|
-
}
|
|
4000
|
-
return tmp0_mapTo;
|
|
4001
|
-
}
|
|
4002
4009
|
function startsWith_0(_this__u8e3s4, prefix, ignoreCase) {
|
|
4003
4010
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
4004
4011
|
var tmp;
|
|
@@ -4039,13 +4046,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4039
4046
|
}
|
|
4040
4047
|
return tmp$ret$1;
|
|
4041
4048
|
}
|
|
4042
|
-
function rangesDelimitedBy_0(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
4043
|
-
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
4044
|
-
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
4045
|
-
limit = limit === VOID ? 0 : limit;
|
|
4046
|
-
requireNonNegativeLimit(limit);
|
|
4047
|
-
return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda_0(delimiters, ignoreCase));
|
|
4048
|
-
}
|
|
4049
4049
|
function iterator$1($this_iterator) {
|
|
4050
4050
|
this.r6_1 = $this_iterator;
|
|
4051
4051
|
CharIterator.call(this);
|
|
@@ -4078,11 +4078,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4078
4078
|
return tmp;
|
|
4079
4079
|
};
|
|
4080
4080
|
}
|
|
4081
|
-
function splitToSequence$lambda($this_splitToSequence) {
|
|
4082
|
-
return function (it) {
|
|
4083
|
-
return substring($this_splitToSequence, it);
|
|
4084
|
-
};
|
|
4085
|
-
}
|
|
4086
4081
|
function rangesDelimitedBy$lambda_0($delimiters, $ignoreCase) {
|
|
4087
4082
|
return function ($this$$receiver, currentIndex) {
|
|
4088
4083
|
var tmp$ret$1;
|
|
@@ -4096,6 +4091,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4096
4091
|
return tmp$ret$1;
|
|
4097
4092
|
};
|
|
4098
4093
|
}
|
|
4094
|
+
function splitToSequence$lambda($this_splitToSequence) {
|
|
4095
|
+
return function (it) {
|
|
4096
|
+
return substring($this_splitToSequence, it);
|
|
4097
|
+
};
|
|
4098
|
+
}
|
|
4099
4099
|
function MatchNamedGroupCollection() {
|
|
4100
4100
|
}
|
|
4101
4101
|
function _Duration___init__impl__kdtzql(rawValue) {
|
|
@@ -4746,7 +4746,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4746
4746
|
var tmp0_all = numberRangeToNumber(startIndex, get_lastIndex_4(value));
|
|
4747
4747
|
var tmp_0;
|
|
4748
4748
|
if (isInterface(tmp0_all, Collection)) {
|
|
4749
|
-
tmp_0 = tmp0_all.
|
|
4749
|
+
tmp_0 = tmp0_all.g();
|
|
4750
4750
|
} else {
|
|
4751
4751
|
tmp_0 = false;
|
|
4752
4752
|
}
|
|
@@ -5289,7 +5289,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5289
5289
|
var tmp0_all = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
5290
5290
|
var tmp;
|
|
5291
5291
|
if (isInterface(tmp0_all, Collection)) {
|
|
5292
|
-
tmp = tmp0_all.
|
|
5292
|
+
tmp = tmp0_all.g();
|
|
5293
5293
|
} else {
|
|
5294
5294
|
tmp = false;
|
|
5295
5295
|
}
|
|
@@ -5362,7 +5362,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5362
5362
|
protoOf(UByteArray).m1 = function (elements) {
|
|
5363
5363
|
return UByteArray__containsAll_impl_v9s6dj_0(this, elements);
|
|
5364
5364
|
};
|
|
5365
|
-
protoOf(UByteArray).
|
|
5365
|
+
protoOf(UByteArray).g = function () {
|
|
5366
5366
|
return UByteArray__isEmpty_impl_nbfqsa(this.m8_1);
|
|
5367
5367
|
};
|
|
5368
5368
|
protoOf(UByteArray).toString = function () {
|
|
@@ -5499,7 +5499,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5499
5499
|
var tmp0_all = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
5500
5500
|
var tmp;
|
|
5501
5501
|
if (isInterface(tmp0_all, Collection)) {
|
|
5502
|
-
tmp = tmp0_all.
|
|
5502
|
+
tmp = tmp0_all.g();
|
|
5503
5503
|
} else {
|
|
5504
5504
|
tmp = false;
|
|
5505
5505
|
}
|
|
@@ -5572,7 +5572,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5572
5572
|
protoOf(UIntArray).m1 = function (elements) {
|
|
5573
5573
|
return UIntArray__containsAll_impl_414g22_0(this, elements);
|
|
5574
5574
|
};
|
|
5575
|
-
protoOf(UIntArray).
|
|
5575
|
+
protoOf(UIntArray).g = function () {
|
|
5576
5576
|
return UIntArray__isEmpty_impl_vd8j4n(this.z8_1);
|
|
5577
5577
|
};
|
|
5578
5578
|
protoOf(UIntArray).toString = function () {
|
|
@@ -5709,7 +5709,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5709
5709
|
var tmp0_all = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
5710
5710
|
var tmp;
|
|
5711
5711
|
if (isInterface(tmp0_all, Collection)) {
|
|
5712
|
-
tmp = tmp0_all.
|
|
5712
|
+
tmp = tmp0_all.g();
|
|
5713
5713
|
} else {
|
|
5714
5714
|
tmp = false;
|
|
5715
5715
|
}
|
|
@@ -5782,7 +5782,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5782
5782
|
protoOf(ULongArray).m1 = function (elements) {
|
|
5783
5783
|
return ULongArray__containsAll_impl_xx8ztf_0(this, elements);
|
|
5784
5784
|
};
|
|
5785
|
-
protoOf(ULongArray).
|
|
5785
|
+
protoOf(ULongArray).g = function () {
|
|
5786
5786
|
return ULongArray__isEmpty_impl_c3yngu(this.l9_1);
|
|
5787
5787
|
};
|
|
5788
5788
|
protoOf(ULongArray).toString = function () {
|
|
@@ -5924,7 +5924,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5924
5924
|
var tmp0_all = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
5925
5925
|
var tmp;
|
|
5926
5926
|
if (isInterface(tmp0_all, Collection)) {
|
|
5927
|
-
tmp = tmp0_all.
|
|
5927
|
+
tmp = tmp0_all.g();
|
|
5928
5928
|
} else {
|
|
5929
5929
|
tmp = false;
|
|
5930
5930
|
}
|
|
@@ -5997,7 +5997,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5997
5997
|
protoOf(UShortArray).m1 = function (elements) {
|
|
5998
5998
|
return UShortArray__containsAll_impl_vlaaxp_0(this, elements);
|
|
5999
5999
|
};
|
|
6000
|
-
protoOf(UShortArray).
|
|
6000
|
+
protoOf(UShortArray).g = function () {
|
|
6001
6001
|
return UShortArray__isEmpty_impl_cdd9l0(this.x9_1);
|
|
6002
6002
|
};
|
|
6003
6003
|
protoOf(UShortArray).toString = function () {
|
|
@@ -6589,7 +6589,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6589
6589
|
}
|
|
6590
6590
|
return false;
|
|
6591
6591
|
};
|
|
6592
|
-
protoOf(AbstractMutableCollection).
|
|
6592
|
+
protoOf(AbstractMutableCollection).l = function (elements) {
|
|
6593
6593
|
this.na();
|
|
6594
6594
|
var modified = false;
|
|
6595
6595
|
var tmp0_iterator = elements.c();
|
|
@@ -6625,7 +6625,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6625
6625
|
var tmp1 = this.oa_1;
|
|
6626
6626
|
this.oa_1 = tmp1 + 1 | 0;
|
|
6627
6627
|
tmp.pa_1 = tmp1;
|
|
6628
|
-
return this.qa_1.
|
|
6628
|
+
return this.qa_1.h(this.pa_1);
|
|
6629
6629
|
};
|
|
6630
6630
|
protoOf(IteratorImpl_0).e4 = function () {
|
|
6631
6631
|
// Inline function 'kotlin.check' call
|
|
@@ -6657,7 +6657,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6657
6657
|
var tmp = this;
|
|
6658
6658
|
this.oa_1 = this.oa_1 - 1 | 0;
|
|
6659
6659
|
tmp.pa_1 = this.oa_1;
|
|
6660
|
-
return this.va_1.
|
|
6660
|
+
return this.va_1.h(this.pa_1);
|
|
6661
6661
|
};
|
|
6662
6662
|
protoOf(ListIteratorImpl_0).b2 = function () {
|
|
6663
6663
|
return this.oa_1 - 1 | 0;
|
|
@@ -6675,9 +6675,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6675
6675
|
this.xa_1.ab(this.ya_1 + index | 0, element);
|
|
6676
6676
|
this.za_1 = this.za_1 + 1 | 0;
|
|
6677
6677
|
};
|
|
6678
|
-
protoOf(SubList_0).
|
|
6678
|
+
protoOf(SubList_0).h = function (index) {
|
|
6679
6679
|
Companion_getInstance().r1(index, this.za_1);
|
|
6680
|
-
return this.xa_1.
|
|
6680
|
+
return this.xa_1.h(this.ya_1 + index | 0);
|
|
6681
6681
|
};
|
|
6682
6682
|
protoOf(SubList_0).f4 = function (index) {
|
|
6683
6683
|
Companion_getInstance().r1(index, this.za_1);
|
|
@@ -6721,7 +6721,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6721
6721
|
do {
|
|
6722
6722
|
var index = inductionVariable;
|
|
6723
6723
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6724
|
-
if (equals_1(this.
|
|
6724
|
+
if (equals_1(this.h(index), element)) {
|
|
6725
6725
|
return index;
|
|
6726
6726
|
}
|
|
6727
6727
|
}
|
|
@@ -6907,7 +6907,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6907
6907
|
var tmp0_also = ArrayList_init_$Create$_0(0);
|
|
6908
6908
|
// Inline function 'kotlin.contracts.contract' call
|
|
6909
6909
|
// Inline function 'kotlin.collections.Companion.Empty.<anonymous>' call
|
|
6910
|
-
tmp0_also.
|
|
6910
|
+
tmp0_also.k_1 = true;
|
|
6911
6911
|
tmp.qb_1 = tmp0_also;
|
|
6912
6912
|
}
|
|
6913
6913
|
var Companion_instance_10;
|
|
@@ -6949,7 +6949,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6949
6949
|
function increaseLength($this, amount) {
|
|
6950
6950
|
var previous = $this.f();
|
|
6951
6951
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6952
|
-
$this.
|
|
6952
|
+
$this.j_1.length = $this.f() + amount | 0;
|
|
6953
6953
|
return previous;
|
|
6954
6954
|
}
|
|
6955
6955
|
function rangeCheck($this, index) {
|
|
@@ -6969,50 +6969,50 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6969
6969
|
function ArrayList(array) {
|
|
6970
6970
|
Companion_getInstance_10();
|
|
6971
6971
|
AbstractMutableList.call(this);
|
|
6972
|
-
this.
|
|
6973
|
-
this.
|
|
6972
|
+
this.j_1 = array;
|
|
6973
|
+
this.k_1 = false;
|
|
6974
6974
|
}
|
|
6975
6975
|
protoOf(ArrayList).rb = function () {
|
|
6976
6976
|
this.na();
|
|
6977
|
-
this.
|
|
6977
|
+
this.k_1 = true;
|
|
6978
6978
|
return this.f() > 0 ? this : Companion_getInstance_10().qb_1;
|
|
6979
6979
|
};
|
|
6980
6980
|
protoOf(ArrayList).sb = function (minCapacity) {
|
|
6981
6981
|
};
|
|
6982
6982
|
protoOf(ArrayList).f = function () {
|
|
6983
|
-
return this.
|
|
6983
|
+
return this.j_1.length;
|
|
6984
6984
|
};
|
|
6985
|
-
protoOf(ArrayList).
|
|
6986
|
-
var tmp = this.
|
|
6985
|
+
protoOf(ArrayList).h = function (index) {
|
|
6986
|
+
var tmp = this.j_1[rangeCheck(this, index)];
|
|
6987
6987
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
6988
6988
|
};
|
|
6989
6989
|
protoOf(ArrayList).la = function (index, element) {
|
|
6990
6990
|
this.na();
|
|
6991
6991
|
rangeCheck(this, index);
|
|
6992
6992
|
// Inline function 'kotlin.apply' call
|
|
6993
|
-
var tmp0_apply = this.
|
|
6993
|
+
var tmp0_apply = this.j_1[index];
|
|
6994
6994
|
// Inline function 'kotlin.contracts.contract' call
|
|
6995
6995
|
// Inline function 'kotlin.collections.ArrayList.set.<anonymous>' call
|
|
6996
|
-
this.
|
|
6996
|
+
this.j_1[index] = element;
|
|
6997
6997
|
var tmp = tmp0_apply;
|
|
6998
6998
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
6999
6999
|
};
|
|
7000
7000
|
protoOf(ArrayList).a = function (element) {
|
|
7001
7001
|
this.na();
|
|
7002
7002
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7003
|
-
this.
|
|
7003
|
+
this.j_1.push(element);
|
|
7004
7004
|
this.ra_1 = this.ra_1 + 1 | 0;
|
|
7005
7005
|
return true;
|
|
7006
7006
|
};
|
|
7007
7007
|
protoOf(ArrayList).ab = function (index, element) {
|
|
7008
7008
|
this.na();
|
|
7009
7009
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7010
|
-
this.
|
|
7010
|
+
this.j_1.splice(insertionRangeCheck(this, index), 0, element);
|
|
7011
7011
|
this.ra_1 = this.ra_1 + 1 | 0;
|
|
7012
7012
|
};
|
|
7013
|
-
protoOf(ArrayList).
|
|
7013
|
+
protoOf(ArrayList).l = function (elements) {
|
|
7014
7014
|
this.na();
|
|
7015
|
-
if (elements.
|
|
7015
|
+
if (elements.g())
|
|
7016
7016
|
return false;
|
|
7017
7017
|
var offset = increaseLength(this, elements.f());
|
|
7018
7018
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
@@ -7024,7 +7024,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7024
7024
|
var tmp1 = index;
|
|
7025
7025
|
index = tmp1 + 1 | 0;
|
|
7026
7026
|
var tmp0_anonymous = checkIndexOverflow(tmp1);
|
|
7027
|
-
this.
|
|
7027
|
+
this.j_1[offset + tmp0_anonymous | 0] = item;
|
|
7028
7028
|
}
|
|
7029
7029
|
this.ra_1 = this.ra_1 + 1 | 0;
|
|
7030
7030
|
return true;
|
|
@@ -7036,10 +7036,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7036
7036
|
var tmp;
|
|
7037
7037
|
if (index === get_lastIndex_3(this)) {
|
|
7038
7038
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7039
|
-
tmp = this.
|
|
7039
|
+
tmp = this.j_1.pop();
|
|
7040
7040
|
} else {
|
|
7041
7041
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7042
|
-
tmp = this.
|
|
7042
|
+
tmp = this.j_1.splice(index, 1)[0];
|
|
7043
7043
|
}
|
|
7044
7044
|
return tmp;
|
|
7045
7045
|
};
|
|
@@ -7047,29 +7047,29 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7047
7047
|
this.na();
|
|
7048
7048
|
this.ra_1 = this.ra_1 + 1 | 0;
|
|
7049
7049
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7050
|
-
this.
|
|
7050
|
+
this.j_1.splice(fromIndex, toIndex - fromIndex | 0);
|
|
7051
7051
|
};
|
|
7052
7052
|
protoOf(ArrayList).bb = function () {
|
|
7053
7053
|
this.na();
|
|
7054
7054
|
var tmp = this;
|
|
7055
7055
|
// Inline function 'kotlin.emptyArray' call
|
|
7056
|
-
tmp.
|
|
7056
|
+
tmp.j_1 = [];
|
|
7057
7057
|
this.ra_1 = this.ra_1 + 1 | 0;
|
|
7058
7058
|
};
|
|
7059
7059
|
protoOf(ArrayList).u = function (element) {
|
|
7060
|
-
return indexOf(this.
|
|
7060
|
+
return indexOf(this.j_1, element);
|
|
7061
7061
|
};
|
|
7062
7062
|
protoOf(ArrayList).toString = function () {
|
|
7063
|
-
return arrayToString(this.
|
|
7063
|
+
return arrayToString(this.j_1);
|
|
7064
7064
|
};
|
|
7065
7065
|
protoOf(ArrayList).tb = function () {
|
|
7066
|
-
return [].slice.call(this.
|
|
7066
|
+
return [].slice.call(this.j_1);
|
|
7067
7067
|
};
|
|
7068
7068
|
protoOf(ArrayList).toArray = function () {
|
|
7069
7069
|
return this.tb();
|
|
7070
7070
|
};
|
|
7071
7071
|
protoOf(ArrayList).na = function () {
|
|
7072
|
-
if (this.
|
|
7072
|
+
if (this.k_1)
|
|
7073
7073
|
throw UnsupportedOperationException_init_$Create$();
|
|
7074
7074
|
};
|
|
7075
7075
|
var _stableSortingIsSupported;
|
|
@@ -7307,7 +7307,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7307
7307
|
function HashSet_init_$Init$($this) {
|
|
7308
7308
|
AbstractMutableSet.call($this);
|
|
7309
7309
|
HashSet.call($this);
|
|
7310
|
-
$this.
|
|
7310
|
+
$this.h1_1 = HashMap_init_$Create$();
|
|
7311
7311
|
return $this;
|
|
7312
7312
|
}
|
|
7313
7313
|
function HashSet_init_$Create$() {
|
|
@@ -7316,8 +7316,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7316
7316
|
function HashSet_init_$Init$_0(elements, $this) {
|
|
7317
7317
|
AbstractMutableSet.call($this);
|
|
7318
7318
|
HashSet.call($this);
|
|
7319
|
-
$this.
|
|
7320
|
-
$this.
|
|
7319
|
+
$this.h1_1 = HashMap_init_$Create$_1(elements.f());
|
|
7320
|
+
$this.l(elements);
|
|
7321
7321
|
return $this;
|
|
7322
7322
|
}
|
|
7323
7323
|
function HashSet_init_$Create$_0(elements) {
|
|
@@ -7326,7 +7326,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7326
7326
|
function HashSet_init_$Init$_1(initialCapacity, loadFactor, $this) {
|
|
7327
7327
|
AbstractMutableSet.call($this);
|
|
7328
7328
|
HashSet.call($this);
|
|
7329
|
-
$this.
|
|
7329
|
+
$this.h1_1 = HashMap_init_$Create$_0(initialCapacity, loadFactor);
|
|
7330
7330
|
return $this;
|
|
7331
7331
|
}
|
|
7332
7332
|
function HashSet_init_$Init$_2(initialCapacity, $this) {
|
|
@@ -7339,27 +7339,27 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7339
7339
|
function HashSet_init_$Init$_3(map, $this) {
|
|
7340
7340
|
AbstractMutableSet.call($this);
|
|
7341
7341
|
HashSet.call($this);
|
|
7342
|
-
$this.
|
|
7342
|
+
$this.h1_1 = map;
|
|
7343
7343
|
return $this;
|
|
7344
7344
|
}
|
|
7345
7345
|
protoOf(HashSet).a = function (element) {
|
|
7346
|
-
var old = this.
|
|
7346
|
+
var old = this.h1_1.n3(element, this);
|
|
7347
7347
|
return old == null;
|
|
7348
7348
|
};
|
|
7349
7349
|
protoOf(HashSet).t = function (element) {
|
|
7350
|
-
return this.
|
|
7350
|
+
return this.h1_1.n2(element);
|
|
7351
7351
|
};
|
|
7352
|
-
protoOf(HashSet).
|
|
7353
|
-
return this.
|
|
7352
|
+
protoOf(HashSet).g = function () {
|
|
7353
|
+
return this.h1_1.g();
|
|
7354
7354
|
};
|
|
7355
7355
|
protoOf(HashSet).c = function () {
|
|
7356
|
-
return this.
|
|
7356
|
+
return this.h1_1.r2().c();
|
|
7357
7357
|
};
|
|
7358
7358
|
protoOf(HashSet).ma = function (element) {
|
|
7359
|
-
return !(this.
|
|
7359
|
+
return !(this.h1_1.o3(element) == null);
|
|
7360
7360
|
};
|
|
7361
7361
|
protoOf(HashSet).f = function () {
|
|
7362
|
-
return this.
|
|
7362
|
+
return this.h1_1.f();
|
|
7363
7363
|
};
|
|
7364
7364
|
function HashSet() {
|
|
7365
7365
|
}
|
|
@@ -7829,7 +7829,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7829
7829
|
var tmp0_also = LinkedHashSet_init_$Create$_1(0);
|
|
7830
7830
|
// Inline function 'kotlin.contracts.contract' call
|
|
7831
7831
|
// Inline function 'kotlin.collections.Companion.Empty.<anonymous>' call
|
|
7832
|
-
var tmp_0 = tmp0_also.
|
|
7832
|
+
var tmp_0 = tmp0_also.h1_1;
|
|
7833
7833
|
(tmp_0 instanceof LinkedHashMap ? tmp_0 : THROW_CCE()).rb();
|
|
7834
7834
|
tmp.dd_1 = tmp0_also;
|
|
7835
7835
|
}
|
|
@@ -7850,7 +7850,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7850
7850
|
function LinkedHashSet_init_$Init$_0(elements, $this) {
|
|
7851
7851
|
HashSet_init_$Init$_3(LinkedHashMap_init_$Create$(), $this);
|
|
7852
7852
|
LinkedHashSet.call($this);
|
|
7853
|
-
$this.
|
|
7853
|
+
$this.l(elements);
|
|
7854
7854
|
return $this;
|
|
7855
7855
|
}
|
|
7856
7856
|
function LinkedHashSet_init_$Create$_0(elements) {
|
|
@@ -7869,7 +7869,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7869
7869
|
return LinkedHashSet_init_$Init$_2(initialCapacity, objectCreate(protoOf(LinkedHashSet)));
|
|
7870
7870
|
}
|
|
7871
7871
|
protoOf(LinkedHashSet).na = function () {
|
|
7872
|
-
return this.
|
|
7872
|
+
return this.h1_1.na();
|
|
7873
7873
|
};
|
|
7874
7874
|
function LinkedHashSet() {
|
|
7875
7875
|
Companion_getInstance_12();
|
|
@@ -7945,14 +7945,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7945
7945
|
_init_properties_console_kt__rfg7jv();
|
|
7946
7946
|
throw UnsupportedOperationException_init_$Create$_0('readlnOrNull is not supported in Kotlin/JS');
|
|
7947
7947
|
}
|
|
7948
|
-
function println_0() {
|
|
7949
|
-
_init_properties_console_kt__rfg7jv();
|
|
7950
|
-
get_output().fd();
|
|
7951
|
-
}
|
|
7952
7948
|
function print(message) {
|
|
7953
7949
|
_init_properties_console_kt__rfg7jv();
|
|
7954
7950
|
get_output().gd(message);
|
|
7955
7951
|
}
|
|
7952
|
+
function println_0() {
|
|
7953
|
+
_init_properties_console_kt__rfg7jv();
|
|
7954
|
+
get_output().fd();
|
|
7955
|
+
}
|
|
7956
7956
|
var properties_initialized_console_kt_gll9dl;
|
|
7957
7957
|
function _init_properties_console_kt__rfg7jv() {
|
|
7958
7958
|
if (!properties_initialized_console_kt_gll9dl) {
|
|
@@ -8211,7 +8211,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
8211
8211
|
var tmp = this.xd_1;
|
|
8212
8212
|
var kClass = isInterface(tmp, KClass) ? tmp : null;
|
|
8213
8213
|
var classifierName = kClass == null ? toString_2(this.xd_1) : !(kClass.pd() == null) ? kClass.pd() : '(non-denotable type)';
|
|
8214
|
-
var args = this.yd_1.
|
|
8214
|
+
var args = this.yd_1.g() ? '' : joinToString_0(this.yd_1, ', ', '<', '>');
|
|
8215
8215
|
var nullable = this.zd_1 ? '?' : '';
|
|
8216
8216
|
return plus_4(classifierName, args) + nullable;
|
|
8217
8217
|
};
|
|
@@ -9099,7 +9099,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9099
9099
|
var groupIndex = toInt_0(tmp$ret$3);
|
|
9100
9100
|
if (groupIndex >= groups.f())
|
|
9101
9101
|
throw IndexOutOfBoundsException_init_$Create$_0('Group with index ' + groupIndex + ' does not exist');
|
|
9102
|
-
var tmp4_safe_receiver = groups.
|
|
9102
|
+
var tmp4_safe_receiver = groups.h(groupIndex);
|
|
9103
9103
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.yf_1;
|
|
9104
9104
|
result.d7(tmp5_elvis_lhs == null ? '' : tmp5_elvis_lhs);
|
|
9105
9105
|
index = endIndex_0;
|
|
@@ -9161,7 +9161,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9161
9161
|
}
|
|
9162
9162
|
function findNext$o$groups$o$iterator$lambda(this$0) {
|
|
9163
9163
|
return function (it) {
|
|
9164
|
-
return this$0.
|
|
9164
|
+
return this$0.h(it);
|
|
9165
9165
|
};
|
|
9166
9166
|
}
|
|
9167
9167
|
function hasOwnPrototypeProperty($this, o, name) {
|
|
@@ -9196,7 +9196,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9196
9196
|
var tmp = asSequence(get_indices_1(this));
|
|
9197
9197
|
return map(tmp, findNext$o$groups$o$iterator$lambda(this)).c();
|
|
9198
9198
|
};
|
|
9199
|
-
protoOf(findNext$1$groups$1).
|
|
9199
|
+
protoOf(findNext$1$groups$1).h = function (index) {
|
|
9200
9200
|
// Inline function 'kotlin.js.get' call
|
|
9201
9201
|
// Inline function 'kotlin.js.asDynamic' call
|
|
9202
9202
|
var tmp0_safe_receiver = this.ag_1[index];
|
|
@@ -9239,7 +9239,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9239
9239
|
protoOf(findNext$1$groupValues$1).f = function () {
|
|
9240
9240
|
return this.jg_1.length;
|
|
9241
9241
|
};
|
|
9242
|
-
protoOf(findNext$1$groupValues$1).
|
|
9242
|
+
protoOf(findNext$1$groupValues$1).h = function (index) {
|
|
9243
9243
|
// Inline function 'kotlin.js.get' call
|
|
9244
9244
|
// Inline function 'kotlin.js.asDynamic' call
|
|
9245
9245
|
var tmp0_elvis_lhs = this.jg_1[index];
|
|
@@ -9276,7 +9276,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9276
9276
|
return ensureNotNull(this.eg_1);
|
|
9277
9277
|
};
|
|
9278
9278
|
protoOf(findNext$1).e = function () {
|
|
9279
|
-
return findNext(this.hg_1, this.ig_1, this.fg_1.
|
|
9279
|
+
return findNext(this.hg_1, this.ig_1, this.fg_1.g() ? advanceToNextCharacter(this, this.fg_1.q()) : this.fg_1.r() + 1 | 0, this.hg_1);
|
|
9280
9280
|
};
|
|
9281
9281
|
function RegexOption_IGNORE_CASE_getInstance() {
|
|
9282
9282
|
RegexOption_initEntries();
|
|
@@ -9424,7 +9424,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9424
9424
|
var tmp0_all = get_indices_2(_this__u8e3s4);
|
|
9425
9425
|
var tmp_0;
|
|
9426
9426
|
if (isInterface(tmp0_all, Collection)) {
|
|
9427
|
-
tmp_0 = tmp0_all.
|
|
9427
|
+
tmp_0 = tmp0_all.g();
|
|
9428
9428
|
} else {
|
|
9429
9429
|
tmp_0 = false;
|
|
9430
9430
|
}
|
|
@@ -9489,12 +9489,6 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9489
9489
|
} else
|
|
9490
9490
|
return regionMatches(_this__u8e3s4, startIndex, prefix, 0, prefix.length, ignoreCase);
|
|
9491
9491
|
}
|
|
9492
|
-
function matches(_this__u8e3s4, regex) {
|
|
9493
|
-
// Inline function 'kotlin.text.match' call
|
|
9494
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
9495
|
-
var result = _this__u8e3s4.match(regex);
|
|
9496
|
-
return !(result == null) ? !(result.length === 0) : false;
|
|
9497
|
-
}
|
|
9498
9492
|
function equals_0(_this__u8e3s4, other, ignoreCase) {
|
|
9499
9493
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
9500
9494
|
if (_this__u8e3s4 == null)
|
|
@@ -9520,6 +9514,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
9520
9514
|
while (inductionVariable < last);
|
|
9521
9515
|
return true;
|
|
9522
9516
|
}
|
|
9517
|
+
function matches(_this__u8e3s4, regex) {
|
|
9518
|
+
// Inline function 'kotlin.text.match' call
|
|
9519
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
9520
|
+
var result = _this__u8e3s4.match(regex);
|
|
9521
|
+
return !(result == null) ? !(result.length === 0) : false;
|
|
9522
|
+
}
|
|
9523
9523
|
var DurationUnit_NANOSECONDS_instance;
|
|
9524
9524
|
var DurationUnit_MICROSECONDS_instance;
|
|
9525
9525
|
var DurationUnit_MILLISECONDS_instance;
|
|
@@ -12067,8 +12067,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
12067
12067
|
_.$_$.k5 = filterNotNull;
|
|
12068
12068
|
_.$_$.l5 = firstOrNull_0;
|
|
12069
12069
|
_.$_$.m5 = firstOrNull;
|
|
12070
|
-
_.$_$.n5 =
|
|
12071
|
-
_.$_$.o5 =
|
|
12070
|
+
_.$_$.n5 = first;
|
|
12071
|
+
_.$_$.o5 = first_0;
|
|
12072
12072
|
_.$_$.p5 = flatten;
|
|
12073
12073
|
_.$_$.q5 = getOrNull;
|
|
12074
12074
|
_.$_$.r5 = getOrNull_0;
|
|
@@ -12236,7 +12236,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
12236
12236
|
_.$_$.xb = replace_0;
|
|
12237
12237
|
_.$_$.yb = single_2;
|
|
12238
12238
|
_.$_$.zb = slice_0;
|
|
12239
|
-
_.$_$.ac =
|
|
12239
|
+
_.$_$.ac = split_0;
|
|
12240
12240
|
_.$_$.bc = split;
|
|
12241
12241
|
_.$_$.cc = startsWith_1;
|
|
12242
12242
|
_.$_$.dc = startsWith;
|