@doordeck/doordeck-headless-sdk 0.114.0 → 0.116.0
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/kotlin/Kermit-kermit-core.js +59 -58
- package/kotlin/Kermit-kermit.js +7 -7
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1899 -1681
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +6 -6
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +30 -11
- package/kotlin/doordeck-sdk.d.ts +1576 -290
- package/kotlin/doordeck-sdk.js +6395 -6373
- package/kotlin/kotlin-kotlin-stdlib.js +590 -719
- package/kotlin/kotlinx-atomicfu.js +5 -5
- package/kotlin/kotlinx-coroutines-core.js +246 -243
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core.js +104 -104
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +126 -117
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1216 -1214
- package/kotlin/{ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js → ktor-ktor-client-auth.js} +283 -286
- package/kotlin/{ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js → ktor-ktor-client-content-negotiation.js} +169 -169
- package/kotlin/{ktor-ktor-client-ktor-client-core.js → ktor-ktor-client-core.js} +2515 -2518
- package/kotlin/{ktor-ktor-client-ktor-client-plugins-ktor-client-logging.js → ktor-ktor-client-logging.js} +926 -831
- package/kotlin/{ktor-ktor-shared-ktor-events.js → ktor-ktor-events.js} +9 -9
- package/kotlin/{ktor-ktor-http-ktor-http-cio.js → ktor-ktor-http-cio.js} +371 -370
- package/kotlin/ktor-ktor-http.js +867 -952
- package/kotlin/ktor-ktor-io.js +389 -411
- package/kotlin/{ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js → ktor-ktor-serialization-kotlinx-json.js} +7 -7
- package/kotlin/{ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js → ktor-ktor-serialization-kotlinx.js} +150 -150
- package/kotlin/{ktor-ktor-shared-ktor-serialization.js → ktor-ktor-serialization.js} +75 -75
- package/kotlin/ktor-ktor-utils.js +117 -92
- package/kotlin/{ktor-ktor-shared-ktor-websockets.js → ktor-ktor-websockets.js} +52 -52
- package/package.json +3 -3
- /package/kotlin/{ktor-ktor-client-ktor-client-plugins-ktor-client-encoding.js → ktor-ktor-client-encoding.js} +0 -0
- /package/kotlin/{ktor-ktor-shared-ktor-sse.js → ktor-ktor-sse.js} +0 -0
- /package/kotlin/{ktor-ktor-shared-ktor-websocket-serialization.js → ktor-ktor-websocket-serialization.js} +0 -0
|
@@ -48,6 +48,12 @@ if (typeof Math.clz32 === 'undefined') {
|
|
|
48
48
|
};
|
|
49
49
|
}(Math.log, Math.LN2);
|
|
50
50
|
}
|
|
51
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
52
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
53
|
+
position = position || 0;
|
|
54
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
55
|
+
}});
|
|
56
|
+
}
|
|
51
57
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
52
58
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
53
59
|
var subjectString = this.toString();
|
|
@@ -59,12 +65,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
59
65
|
return lastIndex !== -1 && lastIndex === position;
|
|
60
66
|
}});
|
|
61
67
|
}
|
|
62
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
63
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
64
|
-
position = position || 0;
|
|
65
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
66
|
-
}});
|
|
67
|
-
}
|
|
68
68
|
//endregion
|
|
69
69
|
(function (_) {
|
|
70
70
|
'use strict';
|
|
@@ -253,8 +253,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
253
253
|
initMetadataForCompanion(Companion_10);
|
|
254
254
|
initMetadataForClass(ArrayDeque, 'ArrayDeque', ArrayDeque_init_$Create$, AbstractMutableList);
|
|
255
255
|
initMetadataForObject(EmptyList, 'EmptyList', VOID, VOID, [KtList, RandomAccess]);
|
|
256
|
-
initMetadataForClass(ArrayAsCollection, 'ArrayAsCollection', VOID, VOID, [Collection]);
|
|
257
256
|
initMetadataForObject(EmptyIterator, 'EmptyIterator');
|
|
257
|
+
initMetadataForClass(ArrayAsCollection, 'ArrayAsCollection', VOID, VOID, [Collection]);
|
|
258
258
|
initMetadataForClass(IndexedValue, 'IndexedValue');
|
|
259
259
|
initMetadataForClass(IndexingIterable, 'IndexingIterable');
|
|
260
260
|
initMetadataForClass(IndexingIterator, 'IndexingIterator');
|
|
@@ -365,9 +365,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
365
365
|
initMetadataForClass(lineSequence$$inlined$Sequence$1);
|
|
366
366
|
initMetadataForCompanion(Companion_21);
|
|
367
367
|
initMetadataForClass(Duration, 'Duration', VOID, VOID, [Comparable]);
|
|
368
|
-
initMetadataForClass(DeepRecursiveScope, 'DeepRecursiveScope', VOID, VOID, VOID, [1]);
|
|
368
|
+
initMetadataForClass(DeepRecursiveScope, 'DeepRecursiveScope', VOID, VOID, VOID, [1, 2]);
|
|
369
369
|
initMetadataForClass(DeepRecursiveFunction, 'DeepRecursiveFunction');
|
|
370
|
-
initMetadataForClass(DeepRecursiveScopeImpl, 'DeepRecursiveScopeImpl', VOID, DeepRecursiveScope, [DeepRecursiveScope, Continuation], [1]);
|
|
370
|
+
initMetadataForClass(DeepRecursiveScopeImpl, 'DeepRecursiveScopeImpl', VOID, DeepRecursiveScope, [DeepRecursiveScope, Continuation], [1, 2]);
|
|
371
371
|
initMetadataForClass(LazyThreadSafetyMode, 'LazyThreadSafetyMode', VOID, Enum);
|
|
372
372
|
initMetadataForClass(UnsafeLazyImpl, 'UnsafeLazyImpl');
|
|
373
373
|
initMetadataForObject(UNINITIALIZED_VALUE, 'UNINITIALIZED_VALUE');
|
|
@@ -490,9 +490,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
490
490
|
}
|
|
491
491
|
return -1;
|
|
492
492
|
}
|
|
493
|
-
function contains_0(_this__u8e3s4, element) {
|
|
494
|
-
return indexOf(_this__u8e3s4, element) >= 0;
|
|
495
|
-
}
|
|
496
493
|
function toCollection(_this__u8e3s4, destination) {
|
|
497
494
|
var inductionVariable = 0;
|
|
498
495
|
var last = _this__u8e3s4.length;
|
|
@@ -525,16 +522,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
525
522
|
function get_lastIndex_0(_this__u8e3s4) {
|
|
526
523
|
return _this__u8e3s4.length - 1 | 0;
|
|
527
524
|
}
|
|
528
|
-
function
|
|
525
|
+
function contains_0(_this__u8e3s4, element) {
|
|
529
526
|
return indexOf_0(_this__u8e3s4, element) >= 0;
|
|
530
527
|
}
|
|
531
|
-
function
|
|
528
|
+
function contains_1(_this__u8e3s4, element) {
|
|
532
529
|
return indexOf_1(_this__u8e3s4, element) >= 0;
|
|
533
530
|
}
|
|
534
|
-
function
|
|
531
|
+
function contains_2(_this__u8e3s4, element) {
|
|
535
532
|
return indexOf_2(_this__u8e3s4, element) >= 0;
|
|
536
533
|
}
|
|
537
|
-
function
|
|
534
|
+
function contains_3(_this__u8e3s4, element) {
|
|
538
535
|
return indexOf_3(_this__u8e3s4, element) >= 0;
|
|
539
536
|
}
|
|
540
537
|
function joinToString(_this__u8e3s4, separator, prefix, postfix, limit, truncated, transform) {
|
|
@@ -555,6 +552,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
555
552
|
transform = transform === VOID ? null : transform;
|
|
556
553
|
return joinTo_0(_this__u8e3s4, StringBuilder_init_$Create$_0(), separator, prefix, postfix, limit, truncated, transform).toString();
|
|
557
554
|
}
|
|
555
|
+
function contains_4(_this__u8e3s4, element) {
|
|
556
|
+
return indexOf(_this__u8e3s4, element) >= 0;
|
|
557
|
+
}
|
|
558
558
|
function indexOf_0(_this__u8e3s4, element) {
|
|
559
559
|
var inductionVariable = 0;
|
|
560
560
|
var last = _this__u8e3s4.length - 1 | 0;
|
|
@@ -687,9 +687,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
687
687
|
do {
|
|
688
688
|
var i = inductionVariable;
|
|
689
689
|
inductionVariable = inductionVariable + 1 | 0;
|
|
690
|
-
var
|
|
690
|
+
var tmp0_0 = _this__u8e3s4[i];
|
|
691
691
|
var t2 = other[i];
|
|
692
|
-
var tmp$ret$1 = to(
|
|
692
|
+
var tmp$ret$1 = to(tmp0_0, t2);
|
|
693
693
|
list.k(tmp$ret$1);
|
|
694
694
|
}
|
|
695
695
|
while (inductionVariable < size);
|
|
@@ -1242,10 +1242,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1242
1242
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1243
1243
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1244
1244
|
}
|
|
1245
|
-
|
|
1246
|
-
var endIndex = coerceAtMost(n, _this__u8e3s4.length);
|
|
1247
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
1248
|
-
return _this__u8e3s4.substring(0, endIndex);
|
|
1245
|
+
return substring(_this__u8e3s4, 0, coerceAtMost(n, _this__u8e3s4.length));
|
|
1249
1246
|
}
|
|
1250
1247
|
function drop_0(_this__u8e3s4, n) {
|
|
1251
1248
|
// Inline function 'kotlin.require' call
|
|
@@ -1253,10 +1250,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1253
1250
|
var message = 'Requested character count ' + n + ' is less than zero.';
|
|
1254
1251
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1255
1252
|
}
|
|
1256
|
-
|
|
1257
|
-
var startIndex = coerceAtMost(n, _this__u8e3s4.length);
|
|
1258
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
1259
|
-
return _this__u8e3s4.substring(startIndex);
|
|
1253
|
+
return substring_0(_this__u8e3s4, coerceAtMost(n, _this__u8e3s4.length));
|
|
1260
1254
|
}
|
|
1261
1255
|
function takeLast(_this__u8e3s4, n) {
|
|
1262
1256
|
// Inline function 'kotlin.require' call
|
|
@@ -1265,10 +1259,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1265
1259
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
1266
1260
|
}
|
|
1267
1261
|
var length = _this__u8e3s4.length;
|
|
1268
|
-
|
|
1269
|
-
var startIndex = length - coerceAtMost(n, length) | 0;
|
|
1270
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
1271
|
-
return _this__u8e3s4.substring(startIndex);
|
|
1262
|
+
return substring_0(_this__u8e3s4, length - coerceAtMost(n, length) | 0);
|
|
1272
1263
|
}
|
|
1273
1264
|
function single_2(_this__u8e3s4) {
|
|
1274
1265
|
var tmp;
|
|
@@ -1753,10 +1744,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1753
1744
|
function charSequenceGet(a, index) {
|
|
1754
1745
|
var tmp;
|
|
1755
1746
|
if (isString(a)) {
|
|
1756
|
-
|
|
1757
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
1758
|
-
var tmp$ret$1 = a.charCodeAt(index);
|
|
1759
|
-
tmp = numberToChar(tmp$ret$1);
|
|
1747
|
+
tmp = charCodeAt(a, index);
|
|
1760
1748
|
} else {
|
|
1761
1749
|
tmp = a.b(index);
|
|
1762
1750
|
}
|
|
@@ -1765,6 +1753,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1765
1753
|
function isString(a) {
|
|
1766
1754
|
return typeof a === 'string';
|
|
1767
1755
|
}
|
|
1756
|
+
function charCodeAt(_this__u8e3s4, index) {
|
|
1757
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
1758
|
+
return _this__u8e3s4.charCodeAt(index);
|
|
1759
|
+
}
|
|
1768
1760
|
function charSequenceLength(a) {
|
|
1769
1761
|
var tmp;
|
|
1770
1762
|
if (isString(a)) {
|
|
@@ -1779,9 +1771,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
1779
1771
|
function charSequenceSubSequence(a, startIndex, endIndex) {
|
|
1780
1772
|
var tmp;
|
|
1781
1773
|
if (isString(a)) {
|
|
1782
|
-
|
|
1783
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
1784
|
-
tmp = a.substring(startIndex, endIndex);
|
|
1774
|
+
tmp = substring(a, startIndex, endIndex);
|
|
1785
1775
|
} else {
|
|
1786
1776
|
tmp = a.c(startIndex, endIndex);
|
|
1787
1777
|
}
|
|
@@ -2165,13 +2155,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
2165
2155
|
// Inline function 'kotlin.js.jsBitwiseOr' call
|
|
2166
2156
|
return Math.random() * 4.294967296E9 | 0;
|
|
2167
2157
|
}
|
|
2168
|
-
function defineProp(obj, name, getter, setter) {
|
|
2169
|
-
return Object.defineProperty(obj, name, {configurable: true, get: getter, set: setter});
|
|
2170
|
-
}
|
|
2171
2158
|
function objectCreate(proto) {
|
|
2172
2159
|
proto = proto === VOID ? null : proto;
|
|
2173
2160
|
return Object.create(proto);
|
|
2174
2161
|
}
|
|
2162
|
+
function defineProp(obj, name, getter, setter) {
|
|
2163
|
+
return Object.defineProperty(obj, name, {configurable: true, get: getter, set: setter});
|
|
2164
|
+
}
|
|
2175
2165
|
function toString_1(o) {
|
|
2176
2166
|
var tmp;
|
|
2177
2167
|
if (o == null) {
|
|
@@ -2339,6 +2329,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
2339
2329
|
}
|
|
2340
2330
|
function newThrowable(message, cause) {
|
|
2341
2331
|
var throwable = new Error();
|
|
2332
|
+
throwable.message = defineMessage(message, cause);
|
|
2333
|
+
throwable.cause = cause;
|
|
2334
|
+
throwable.name = 'Throwable';
|
|
2335
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
2336
|
+
return throwable;
|
|
2337
|
+
}
|
|
2338
|
+
function defineMessage(message, cause) {
|
|
2342
2339
|
var tmp;
|
|
2343
2340
|
if (isUndefined(message)) {
|
|
2344
2341
|
var tmp_0;
|
|
@@ -2352,41 +2349,18 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
2352
2349
|
} else {
|
|
2353
2350
|
tmp = message == null ? VOID : message;
|
|
2354
2351
|
}
|
|
2355
|
-
|
|
2356
|
-
throwable.cause = cause;
|
|
2357
|
-
throwable.name = 'Throwable';
|
|
2358
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
2359
|
-
return throwable;
|
|
2352
|
+
return tmp;
|
|
2360
2353
|
}
|
|
2361
2354
|
function isUndefined(value) {
|
|
2362
2355
|
return value === VOID;
|
|
2363
2356
|
}
|
|
2364
2357
|
function extendThrowable(this_, message, cause) {
|
|
2365
|
-
|
|
2366
|
-
|
|
2358
|
+
defineFieldOnInstance(this_, 'message', defineMessage(message, cause));
|
|
2359
|
+
defineFieldOnInstance(this_, 'cause', cause);
|
|
2360
|
+
defineFieldOnInstance(this_, 'name', Object.getPrototypeOf(this_).constructor.name);
|
|
2367
2361
|
}
|
|
2368
|
-
function
|
|
2369
|
-
|
|
2370
|
-
if ((errorInfo & 1) === 0) {
|
|
2371
|
-
var tmp;
|
|
2372
|
-
if (message == null) {
|
|
2373
|
-
var tmp_0;
|
|
2374
|
-
if (!(message === null)) {
|
|
2375
|
-
var tmp1_elvis_lhs = cause == null ? null : cause.toString();
|
|
2376
|
-
tmp_0 = tmp1_elvis_lhs == null ? VOID : tmp1_elvis_lhs;
|
|
2377
|
-
} else {
|
|
2378
|
-
tmp_0 = VOID;
|
|
2379
|
-
}
|
|
2380
|
-
tmp = tmp_0;
|
|
2381
|
-
} else {
|
|
2382
|
-
tmp = message;
|
|
2383
|
-
}
|
|
2384
|
-
this_.message = tmp;
|
|
2385
|
-
}
|
|
2386
|
-
if ((errorInfo & 2) === 0) {
|
|
2387
|
-
this_.cause = cause;
|
|
2388
|
-
}
|
|
2389
|
-
this_.name = Object.getPrototypeOf(this_).constructor.name;
|
|
2362
|
+
function defineFieldOnInstance(this_, name, value) {
|
|
2363
|
+
Object.defineProperty(this_, name, {configurable: true, writable: true, value: value});
|
|
2390
2364
|
}
|
|
2391
2365
|
function returnIfSuspended(argument, $completion) {
|
|
2392
2366
|
return (argument == null ? true : !(argument == null)) ? argument : THROW_CCE();
|
|
@@ -3231,38 +3205,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3231
3205
|
function jsGetPrototypeOf(jsClass) {
|
|
3232
3206
|
return Object.getPrototypeOf(jsClass);
|
|
3233
3207
|
}
|
|
3234
|
-
function calculateErrorInfo(proto) {
|
|
3235
|
-
var tmp0_safe_receiver = proto.constructor;
|
|
3236
|
-
var metadata = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.$metadata$;
|
|
3237
|
-
var tmp2_safe_receiver = metadata == null ? null : metadata.errorInfo;
|
|
3238
|
-
if (tmp2_safe_receiver == null)
|
|
3239
|
-
null;
|
|
3240
|
-
else {
|
|
3241
|
-
// Inline function 'kotlin.let' call
|
|
3242
|
-
return tmp2_safe_receiver;
|
|
3243
|
-
}
|
|
3244
|
-
var result = 0;
|
|
3245
|
-
if (hasProp(proto, 'message'))
|
|
3246
|
-
result = result | 1;
|
|
3247
|
-
if (hasProp(proto, 'cause'))
|
|
3248
|
-
result = result | 2;
|
|
3249
|
-
if (!(result === 3)) {
|
|
3250
|
-
var parentProto = getPrototypeOf(proto);
|
|
3251
|
-
if (parentProto != Error.prototype) {
|
|
3252
|
-
result = result | calculateErrorInfo(parentProto);
|
|
3253
|
-
}
|
|
3254
|
-
}
|
|
3255
|
-
if (!(metadata == null)) {
|
|
3256
|
-
metadata.errorInfo = result;
|
|
3257
|
-
}
|
|
3258
|
-
return result;
|
|
3259
|
-
}
|
|
3260
|
-
function hasProp(proto, propName) {
|
|
3261
|
-
return proto.hasOwnProperty(propName);
|
|
3262
|
-
}
|
|
3263
|
-
function getPrototypeOf(obj) {
|
|
3264
|
-
return Object.getPrototypeOf(obj);
|
|
3265
|
-
}
|
|
3266
3208
|
function get_VOID() {
|
|
3267
3209
|
_init_properties_void_kt__3zg9as();
|
|
3268
3210
|
return VOID;
|
|
@@ -3297,10 +3239,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3297
3239
|
var message = 'Invalid new array size: ' + newSize + '.';
|
|
3298
3240
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
3299
3241
|
}
|
|
3300
|
-
var
|
|
3242
|
+
var tmp0 = 'CharArray';
|
|
3301
3243
|
// Inline function 'withType' call
|
|
3302
3244
|
var array = fillFrom(_this__u8e3s4, charArray(newSize));
|
|
3303
|
-
array.$type$ =
|
|
3245
|
+
array.$type$ = tmp0;
|
|
3304
3246
|
return array;
|
|
3305
3247
|
}
|
|
3306
3248
|
function copyOf_0(_this__u8e3s4, newSize) {
|
|
@@ -3325,10 +3267,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3325
3267
|
var message = 'Invalid new array size: ' + newSize + '.';
|
|
3326
3268
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
3327
3269
|
}
|
|
3328
|
-
var
|
|
3270
|
+
var tmp0 = 'LongArray';
|
|
3329
3271
|
// Inline function 'withType' call
|
|
3330
3272
|
var array = arrayCopyResize(_this__u8e3s4, newSize, new Long(0, 0));
|
|
3331
|
-
array.$type$ =
|
|
3273
|
+
array.$type$ = tmp0;
|
|
3332
3274
|
return array;
|
|
3333
3275
|
}
|
|
3334
3276
|
function copyOf_3(_this__u8e3s4, newSize) {
|
|
@@ -3361,10 +3303,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3361
3303
|
var message = 'Invalid new array size: ' + newSize + '.';
|
|
3362
3304
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
3363
3305
|
}
|
|
3364
|
-
var
|
|
3306
|
+
var tmp0 = 'BooleanArray';
|
|
3365
3307
|
// Inline function 'withType' call
|
|
3366
3308
|
var array = arrayCopyResize(_this__u8e3s4, newSize, false);
|
|
3367
|
-
array.$type$ =
|
|
3309
|
+
array.$type$ = tmp0;
|
|
3368
3310
|
return array;
|
|
3369
3311
|
}
|
|
3370
3312
|
function contentHashCode(_this__u8e3s4) {
|
|
@@ -3417,7 +3359,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3417
3359
|
var inductionVariable = 0;
|
|
3418
3360
|
var last = base64.length;
|
|
3419
3361
|
while (inductionVariable < last) {
|
|
3420
|
-
var char =
|
|
3362
|
+
var char = charCodeAt(base64, inductionVariable);
|
|
3421
3363
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3422
3364
|
// Inline function 'kotlin.code' call
|
|
3423
3365
|
var sixBit = fromBase64[Char__toInt_impl_vasixd(char)];
|
|
@@ -3541,7 +3483,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3541
3483
|
var i = inductionVariable;
|
|
3542
3484
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3543
3485
|
// Inline function 'kotlin.code' call
|
|
3544
|
-
var this_0 =
|
|
3486
|
+
var this_0 = charCodeAt(toBase64, i);
|
|
3545
3487
|
fromBase64[Char__toInt_impl_vasixd(this_0)] = i;
|
|
3546
3488
|
}
|
|
3547
3489
|
while (inductionVariable <= last);
|
|
@@ -3695,10 +3637,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3695
3637
|
var quotient = dividend.l3(1).c3(divisor).j3(1);
|
|
3696
3638
|
var rem = dividend.a3(quotient.b3(divisor));
|
|
3697
3639
|
var tmp_0;
|
|
3698
|
-
var
|
|
3640
|
+
var tmp0 = _ULong___init__impl__c78o9k(rem);
|
|
3699
3641
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
3700
3642
|
var other = _ULong___init__impl__c78o9k(divisor);
|
|
3701
|
-
if (ulongCompare(_ULong___get_data__impl__fggpzb(
|
|
3643
|
+
if (ulongCompare(_ULong___get_data__impl__fggpzb(tmp0), _ULong___get_data__impl__fggpzb(other)) >= 0) {
|
|
3702
3644
|
tmp_0 = 1;
|
|
3703
3645
|
} else {
|
|
3704
3646
|
tmp_0 = 0;
|
|
@@ -3737,7 +3679,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
3737
3679
|
return Array(size);
|
|
3738
3680
|
}
|
|
3739
3681
|
function listOf(element) {
|
|
3740
|
-
|
|
3682
|
+
// Inline function 'kotlin.arrayOf' call
|
|
3683
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
3684
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
3685
|
+
var tmp$ret$2 = [element];
|
|
3686
|
+
return new ArrayList(tmp$ret$2);
|
|
3741
3687
|
}
|
|
3742
3688
|
function setOf(element) {
|
|
3743
3689
|
return hashSetOf([element]);
|
|
@@ -5491,17 +5437,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5491
5437
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5492
5438
|
var i = s.lastIndexOf('\n', 0);
|
|
5493
5439
|
if (i >= 0) {
|
|
5494
|
-
|
|
5495
|
-
var tmp_0 = this.c9_1;
|
|
5496
|
-
// Inline function 'kotlin.text.substring' call
|
|
5497
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
5498
|
-
tmp.c9_1 = tmp_0 + s.substring(0, i);
|
|
5440
|
+
this.c9_1 = this.c9_1 + substring(s, 0, i);
|
|
5499
5441
|
this.d9();
|
|
5500
|
-
|
|
5501
|
-
// Inline function 'kotlin.text.substring' call
|
|
5502
|
-
var startIndex = i + 1 | 0;
|
|
5503
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
5504
|
-
s = tmp6.substring(startIndex);
|
|
5442
|
+
s = substring_0(s, i + 1 | 0);
|
|
5505
5443
|
}
|
|
5506
5444
|
this.c9_1 = this.c9_1 + s;
|
|
5507
5445
|
};
|
|
@@ -6899,47 +6837,51 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6899
6837
|
}
|
|
6900
6838
|
if (tmp_0) {
|
|
6901
6839
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6902
|
-
var
|
|
6903
|
-
var
|
|
6840
|
+
var tmp$ret$0 = annotationClass.jb();
|
|
6841
|
+
var tmp0_elvis_lhs = getAssociatedObjectId(tmp$ret$0);
|
|
6904
6842
|
var tmp_1;
|
|
6905
|
-
if (
|
|
6906
|
-
|
|
6843
|
+
if (tmp0_elvis_lhs == null) {
|
|
6844
|
+
return null;
|
|
6907
6845
|
} else {
|
|
6908
|
-
|
|
6909
|
-
tmp_1 = tmp1_safe_receiver;
|
|
6846
|
+
tmp_1 = tmp0_elvis_lhs;
|
|
6910
6847
|
}
|
|
6911
|
-
var
|
|
6848
|
+
var key = tmp_1;
|
|
6849
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
6850
|
+
var tmp1_safe_receiver = _this__u8e3s4.jb().$metadata$;
|
|
6851
|
+
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.associatedObjects;
|
|
6912
6852
|
var tmp_2;
|
|
6913
6853
|
if (tmp2_elvis_lhs == null) {
|
|
6914
6854
|
return null;
|
|
6915
6855
|
} else {
|
|
6916
6856
|
tmp_2 = tmp2_elvis_lhs;
|
|
6917
6857
|
}
|
|
6918
|
-
var
|
|
6919
|
-
|
|
6920
|
-
var tmp3_safe_receiver = _this__u8e3s4.jb().$metadata$;
|
|
6921
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.associatedObjects;
|
|
6858
|
+
var map = tmp_2;
|
|
6859
|
+
var tmp3_elvis_lhs = map[key];
|
|
6922
6860
|
var tmp_3;
|
|
6923
|
-
if (
|
|
6924
|
-
return null;
|
|
6925
|
-
} else {
|
|
6926
|
-
tmp_3 = tmp4_elvis_lhs;
|
|
6927
|
-
}
|
|
6928
|
-
var map = tmp_3;
|
|
6929
|
-
var tmp5_elvis_lhs = map[key];
|
|
6930
|
-
var tmp_4;
|
|
6931
|
-
if (tmp5_elvis_lhs == null) {
|
|
6861
|
+
if (tmp3_elvis_lhs == null) {
|
|
6932
6862
|
return null;
|
|
6933
6863
|
} else {
|
|
6934
|
-
|
|
6864
|
+
tmp_3 = tmp3_elvis_lhs;
|
|
6935
6865
|
}
|
|
6936
|
-
var factory =
|
|
6866
|
+
var factory = tmp_3;
|
|
6937
6867
|
return factory();
|
|
6938
6868
|
} else {
|
|
6939
6869
|
tmp = null;
|
|
6940
6870
|
}
|
|
6941
6871
|
return tmp;
|
|
6942
6872
|
}
|
|
6873
|
+
function getAssociatedObjectId(annotationClass) {
|
|
6874
|
+
var tmp0_safe_receiver = annotationClass.$metadata$;
|
|
6875
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.associatedObjectKey;
|
|
6876
|
+
var tmp;
|
|
6877
|
+
if (tmp1_safe_receiver == null) {
|
|
6878
|
+
tmp = null;
|
|
6879
|
+
} else {
|
|
6880
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
6881
|
+
tmp = tmp1_safe_receiver;
|
|
6882
|
+
}
|
|
6883
|
+
return tmp;
|
|
6884
|
+
}
|
|
6943
6885
|
function reset(_this__u8e3s4) {
|
|
6944
6886
|
_this__u8e3s4.lastIndex = 0;
|
|
6945
6887
|
}
|
|
@@ -6989,9 +6931,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6989
6931
|
return tmp;
|
|
6990
6932
|
};
|
|
6991
6933
|
protoOf(StringBuilder).c = function (startIndex, endIndex) {
|
|
6992
|
-
|
|
6993
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
6994
|
-
return this.p8_1.substring(startIndex, endIndex);
|
|
6934
|
+
return substring(this.p8_1, startIndex, endIndex);
|
|
6995
6935
|
};
|
|
6996
6936
|
protoOf(StringBuilder).s8 = function (value) {
|
|
6997
6937
|
this.p8_1 = this.p8_1 + toString(value);
|
|
@@ -7026,13 +6966,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7026
6966
|
};
|
|
7027
6967
|
protoOf(StringBuilder).fd = function (index, value) {
|
|
7028
6968
|
Companion_instance_7.a5(index, this.a());
|
|
7029
|
-
|
|
7030
|
-
// Inline function 'kotlin.text.substring' call
|
|
7031
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7032
|
-
var tmp_0 = this.p8_1.substring(0, index) + toString(value);
|
|
7033
|
-
// Inline function 'kotlin.text.substring' call
|
|
7034
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7035
|
-
tmp.p8_1 = tmp_0 + this.p8_1.substring(index);
|
|
6969
|
+
this.p8_1 = substring(this.p8_1, 0, index) + toString(value) + substring_0(this.p8_1, index);
|
|
7036
6970
|
return this;
|
|
7037
6971
|
};
|
|
7038
6972
|
protoOf(StringBuilder).gd = function (newLength) {
|
|
@@ -7040,10 +6974,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7040
6974
|
throw IllegalArgumentException_init_$Create$_0('Negative new length: ' + newLength + '.');
|
|
7041
6975
|
}
|
|
7042
6976
|
if (newLength <= this.a()) {
|
|
7043
|
-
|
|
7044
|
-
// Inline function 'kotlin.text.substring' call
|
|
7045
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7046
|
-
tmp.p8_1 = this.p8_1.substring(0, newLength);
|
|
6977
|
+
this.p8_1 = substring(this.p8_1, 0, newLength);
|
|
7047
6978
|
} else {
|
|
7048
6979
|
var inductionVariable = this.a();
|
|
7049
6980
|
if (inductionVariable < newLength)
|
|
@@ -7064,25 +6995,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7064
6995
|
};
|
|
7065
6996
|
protoOf(StringBuilder).id = function (index) {
|
|
7066
6997
|
Companion_instance_7.i5(index, this.a());
|
|
7067
|
-
|
|
7068
|
-
// Inline function 'kotlin.text.substring' call
|
|
7069
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7070
|
-
var tmp_0 = this.p8_1.substring(0, index);
|
|
7071
|
-
var tmp3 = this.p8_1;
|
|
7072
|
-
// Inline function 'kotlin.text.substring' call
|
|
7073
|
-
var startIndex = index + 1 | 0;
|
|
7074
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7075
|
-
tmp.p8_1 = tmp_0 + tmp3.substring(startIndex);
|
|
6998
|
+
this.p8_1 = substring(this.p8_1, 0, index) + substring_0(this.p8_1, index + 1 | 0);
|
|
7076
6999
|
return this;
|
|
7077
7000
|
};
|
|
7078
7001
|
protoOf(StringBuilder).bd = function (value, startIndex, endIndex) {
|
|
7079
7002
|
var stringCsq = toString_1(value);
|
|
7080
7003
|
Companion_instance_7.jd(startIndex, endIndex, stringCsq.length);
|
|
7081
|
-
|
|
7082
|
-
var tmp_0 = this.p8_1;
|
|
7083
|
-
// Inline function 'kotlin.text.substring' call
|
|
7084
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
7085
|
-
tmp.p8_1 = tmp_0 + stringCsq.substring(startIndex, endIndex);
|
|
7004
|
+
this.p8_1 = this.p8_1 + substring(stringCsq, startIndex, endIndex);
|
|
7086
7005
|
return this;
|
|
7087
7006
|
};
|
|
7088
7007
|
function uppercaseChar(_this__u8e3s4) {
|
|
@@ -7090,7 +7009,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7090
7009
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7091
7010
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7092
7011
|
var uppercase = toString(_this__u8e3s4).toUpperCase();
|
|
7093
|
-
return uppercase.length > 1 ? _this__u8e3s4 :
|
|
7012
|
+
return uppercase.length > 1 ? _this__u8e3s4 : charCodeAt(uppercase, 0);
|
|
7094
7013
|
}
|
|
7095
7014
|
function isWhitespace(_this__u8e3s4) {
|
|
7096
7015
|
return isWhitespaceImpl(_this__u8e3s4);
|
|
@@ -7367,6 +7286,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7367
7286
|
return findNext(this.ke_1, this.le_1, this.ie_1.h() ? advanceToNextCharacter(this, this.ie_1.i()) : this.ie_1.j() + 1 | 0, this.ke_1);
|
|
7368
7287
|
};
|
|
7369
7288
|
var STRING_CASE_INSENSITIVE_ORDER;
|
|
7289
|
+
function substring(_this__u8e3s4, startIndex, endIndex) {
|
|
7290
|
+
_init_properties_stringJs_kt__bg7zye();
|
|
7291
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
7292
|
+
return _this__u8e3s4.substring(startIndex, endIndex);
|
|
7293
|
+
}
|
|
7294
|
+
function substring_0(_this__u8e3s4, startIndex) {
|
|
7295
|
+
_init_properties_stringJs_kt__bg7zye();
|
|
7296
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
7297
|
+
return _this__u8e3s4.substring(startIndex);
|
|
7298
|
+
}
|
|
7370
7299
|
function compareTo_0(_this__u8e3s4, other, ignoreCase) {
|
|
7371
7300
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
7372
7301
|
_init_properties_stringJs_kt__bg7zye();
|
|
@@ -7382,8 +7311,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7382
7311
|
do {
|
|
7383
7312
|
var index = inductionVariable;
|
|
7384
7313
|
inductionVariable = inductionVariable + 1 | 0;
|
|
7385
|
-
var thisChar =
|
|
7386
|
-
var otherChar =
|
|
7314
|
+
var thisChar = charCodeAt(_this__u8e3s4, index);
|
|
7315
|
+
var otherChar = charCodeAt(other, index);
|
|
7387
7316
|
if (!(thisChar === otherChar)) {
|
|
7388
7317
|
thisChar = uppercaseChar(thisChar);
|
|
7389
7318
|
otherChar = uppercaseChar(otherChar);
|
|
@@ -7394,14 +7323,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7394
7323
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7395
7324
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7396
7325
|
var tmp$ret$3 = toString(this_0).toLowerCase();
|
|
7397
|
-
thisChar =
|
|
7326
|
+
thisChar = charCodeAt(tmp$ret$3, 0);
|
|
7398
7327
|
// Inline function 'kotlin.text.lowercaseChar' call
|
|
7399
7328
|
// Inline function 'kotlin.text.lowercase' call
|
|
7400
7329
|
var this_1 = otherChar;
|
|
7401
7330
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7402
7331
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7403
7332
|
var tmp$ret$7 = toString(this_1).toLowerCase();
|
|
7404
|
-
otherChar =
|
|
7333
|
+
otherChar = charCodeAt(tmp$ret$7, 0);
|
|
7405
7334
|
if (!(thisChar === otherChar)) {
|
|
7406
7335
|
return Char__compareTo_impl_ypi4mb(thisChar, otherChar);
|
|
7407
7336
|
}
|
|
@@ -7473,7 +7402,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7473
7402
|
var tmp_1 = charArray(tmp_0);
|
|
7474
7403
|
while (tmp < tmp_0) {
|
|
7475
7404
|
var tmp_2 = tmp;
|
|
7476
|
-
tmp_1[tmp_2] =
|
|
7405
|
+
tmp_1[tmp_2] = charCodeAt(_this__u8e3s4, tmp_2);
|
|
7477
7406
|
tmp = tmp + 1 | 0;
|
|
7478
7407
|
}
|
|
7479
7408
|
return tmp_1;
|
|
@@ -7545,8 +7474,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7545
7474
|
do {
|
|
7546
7475
|
var index = inductionVariable;
|
|
7547
7476
|
inductionVariable = inductionVariable + 1 | 0;
|
|
7548
|
-
var thisChar =
|
|
7549
|
-
var otherChar =
|
|
7477
|
+
var thisChar = charCodeAt(_this__u8e3s4, index);
|
|
7478
|
+
var otherChar = charCodeAt(other, index);
|
|
7550
7479
|
if (!equals_1(thisChar, otherChar, ignoreCase)) {
|
|
7551
7480
|
return false;
|
|
7552
7481
|
}
|
|
@@ -7615,19 +7544,19 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7615
7544
|
}
|
|
7616
7545
|
function replace(_this__u8e3s4, oldChar, newChar, ignoreCase) {
|
|
7617
7546
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
7618
|
-
var
|
|
7547
|
+
var tmp2 = new RegExp(Companion_getInstance_6().nd(toString(oldChar)), ignoreCase ? 'gui' : 'gu');
|
|
7619
7548
|
// Inline function 'kotlin.text.nativeReplace' call
|
|
7620
7549
|
var replacement = toString(newChar);
|
|
7621
7550
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7622
|
-
return _this__u8e3s4.replace(
|
|
7551
|
+
return _this__u8e3s4.replace(tmp2, replacement);
|
|
7623
7552
|
}
|
|
7624
7553
|
function replace_0(_this__u8e3s4, oldValue, newValue, ignoreCase) {
|
|
7625
7554
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
7626
|
-
var
|
|
7555
|
+
var tmp2 = new RegExp(Companion_getInstance_6().nd(oldValue), ignoreCase ? 'gui' : 'gu');
|
|
7627
7556
|
// Inline function 'kotlin.text.nativeReplace' call
|
|
7628
7557
|
var replacement = Companion_getInstance_6().od(newValue);
|
|
7629
7558
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7630
|
-
return _this__u8e3s4.replace(
|
|
7559
|
+
return _this__u8e3s4.replace(tmp2, replacement);
|
|
7631
7560
|
}
|
|
7632
7561
|
function get_REPLACEMENT_BYTE_SEQUENCE() {
|
|
7633
7562
|
_init_properties_utf8Encoding_kt__9thjs4();
|
|
@@ -7702,7 +7631,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7702
7631
|
var _unary__edvuaz = charIndex;
|
|
7703
7632
|
charIndex = _unary__edvuaz + 1 | 0;
|
|
7704
7633
|
// Inline function 'kotlin.code' call
|
|
7705
|
-
var this_0 =
|
|
7634
|
+
var this_0 = charCodeAt(string, _unary__edvuaz);
|
|
7706
7635
|
var code = Char__toInt_impl_vasixd(this_0);
|
|
7707
7636
|
if (code < 128) {
|
|
7708
7637
|
var _unary__edvuaz_0 = byteIndex;
|
|
@@ -7841,7 +7770,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7841
7770
|
return malformed(0, index, throwOnMalformed);
|
|
7842
7771
|
}
|
|
7843
7772
|
// Inline function 'kotlin.code' call
|
|
7844
|
-
var this_0 =
|
|
7773
|
+
var this_0 = charCodeAt(string, index);
|
|
7845
7774
|
var low = Char__toInt_impl_vasixd(this_0);
|
|
7846
7775
|
if (!(56320 <= low ? low <= 57343 : false)) {
|
|
7847
7776
|
return malformed(0, index, throwOnMalformed);
|
|
@@ -7994,8 +7923,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7994
7923
|
$l$loop: do {
|
|
7995
7924
|
var pos = inductionVariable;
|
|
7996
7925
|
inductionVariable = inductionVariable + 1 | 0;
|
|
7997
|
-
var c =
|
|
7998
|
-
if (!(c ===
|
|
7926
|
+
var c = charCodeAt(stack, get_lastIndex_3(stack) - pos | 0);
|
|
7927
|
+
if (!(c === charCodeAt($this.qe_1, get_lastIndex_3($this.qe_1) - pos | 0)))
|
|
7999
7928
|
break $l$loop;
|
|
8000
7929
|
if (c === _Char___init__impl__6a9atx(10)) {
|
|
8001
7930
|
commonFrames = commonFrames + 1 | 0;
|
|
@@ -8006,7 +7935,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8006
7935
|
while (inductionVariable < last);
|
|
8007
7936
|
if (commonFrames <= 1)
|
|
8008
7937
|
return stack;
|
|
8009
|
-
while (preLastBreak > 0 &&
|
|
7938
|
+
while (preLastBreak > 0 && charCodeAt(stack, get_lastIndex_3(stack) - (preLastBreak - 1 | 0) | 0) === _Char___init__impl__6a9atx(32))
|
|
8010
7939
|
preLastBreak = preLastBreak - 1 | 0;
|
|
8011
7940
|
return dropLast_0(stack, preLastBreak) + ('... and ' + (commonFrames - 1 | 0) + ' more common stack frames skipped');
|
|
8012
7941
|
}
|
|
@@ -8263,6 +8192,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8263
8192
|
protoOf(SubList_0).s = function () {
|
|
8264
8193
|
return this.cf_1;
|
|
8265
8194
|
};
|
|
8195
|
+
protoOf(SubList_0).c2 = function (fromIndex, toIndex) {
|
|
8196
|
+
Companion_instance_7.k4(fromIndex, toIndex, this.cf_1);
|
|
8197
|
+
return new SubList_0(this.af_1, this.bf_1 + fromIndex | 0, this.bf_1 + toIndex | 0);
|
|
8198
|
+
};
|
|
8266
8199
|
function IteratorImpl_0($outer) {
|
|
8267
8200
|
this.ef_1 = $outer;
|
|
8268
8201
|
this.df_1 = 0;
|
|
@@ -8692,16 +8625,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8692
8625
|
function copyElements($this, newCapacity) {
|
|
8693
8626
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
8694
8627
|
var newElements = Array(newCapacity);
|
|
8695
|
-
var
|
|
8696
|
-
var
|
|
8628
|
+
var tmp0 = $this.of_1;
|
|
8629
|
+
var tmp6 = $this.nf_1;
|
|
8697
8630
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8698
8631
|
var endIndex = $this.of_1.length;
|
|
8699
|
-
arrayCopy(
|
|
8700
|
-
var
|
|
8701
|
-
var
|
|
8632
|
+
arrayCopy(tmp0, newElements, 0, tmp6, endIndex);
|
|
8633
|
+
var tmp0_0 = $this.of_1;
|
|
8634
|
+
var tmp4 = $this.of_1.length - $this.nf_1 | 0;
|
|
8702
8635
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8703
8636
|
var endIndex_0 = $this.nf_1;
|
|
8704
|
-
arrayCopy(
|
|
8637
|
+
arrayCopy(tmp0_0, newElements, tmp4, 0, endIndex_0);
|
|
8705
8638
|
$this.nf_1 = 0;
|
|
8706
8639
|
$this.of_1 = newElements;
|
|
8707
8640
|
}
|
|
@@ -8753,17 +8686,17 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8753
8686
|
var copyCount = fromIndex;
|
|
8754
8687
|
while (copyCount > 0) {
|
|
8755
8688
|
var tmp0 = copyCount;
|
|
8756
|
-
var
|
|
8689
|
+
var tmp2 = copyFromIndex + 1 | 0;
|
|
8757
8690
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
8758
8691
|
var c = copyToIndex + 1 | 0;
|
|
8759
|
-
var segmentLength = Math.min(tmp0,
|
|
8760
|
-
var
|
|
8761
|
-
var
|
|
8762
|
-
var
|
|
8692
|
+
var segmentLength = Math.min(tmp0, tmp2, c);
|
|
8693
|
+
var tmp0_0 = $this.of_1;
|
|
8694
|
+
var tmp2_0 = $this.of_1;
|
|
8695
|
+
var tmp4 = (copyToIndex - segmentLength | 0) + 1 | 0;
|
|
8763
8696
|
var tmp6 = (copyFromIndex - segmentLength | 0) + 1 | 0;
|
|
8764
8697
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8765
8698
|
var endIndex = copyFromIndex + 1 | 0;
|
|
8766
|
-
arrayCopy(
|
|
8699
|
+
arrayCopy(tmp0_0, tmp2_0, tmp4, tmp6, endIndex);
|
|
8767
8700
|
copyFromIndex = negativeMod($this, copyFromIndex - segmentLength | 0);
|
|
8768
8701
|
copyToIndex = negativeMod($this, copyToIndex - segmentLength | 0);
|
|
8769
8702
|
copyCount = copyCount - segmentLength | 0;
|
|
@@ -8777,17 +8710,17 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8777
8710
|
var copyCount = $this.pf_1 - toIndex | 0;
|
|
8778
8711
|
while (copyCount > 0) {
|
|
8779
8712
|
var tmp0 = copyCount;
|
|
8780
|
-
var
|
|
8713
|
+
var tmp2 = $this.of_1.length - copyFromIndex | 0;
|
|
8781
8714
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
8782
8715
|
var c = $this.of_1.length - copyToIndex | 0;
|
|
8783
|
-
var segmentLength = Math.min(tmp0,
|
|
8784
|
-
var
|
|
8785
|
-
var
|
|
8786
|
-
var
|
|
8716
|
+
var segmentLength = Math.min(tmp0, tmp2, c);
|
|
8717
|
+
var tmp0_0 = $this.of_1;
|
|
8718
|
+
var tmp2_0 = $this.of_1;
|
|
8719
|
+
var tmp4 = copyToIndex;
|
|
8787
8720
|
var tmp6 = copyFromIndex;
|
|
8788
8721
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8789
8722
|
var endIndex = copyFromIndex + segmentLength | 0;
|
|
8790
|
-
arrayCopy(
|
|
8723
|
+
arrayCopy(tmp0_0, tmp2_0, tmp4, tmp6, endIndex);
|
|
8791
8724
|
copyFromIndex = positiveMod($this, copyFromIndex + segmentLength | 0);
|
|
8792
8725
|
copyToIndex = positiveMod($this, copyToIndex + segmentLength | 0);
|
|
8793
8726
|
copyCount = copyCount - segmentLength | 0;
|
|
@@ -8892,26 +8825,26 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8892
8825
|
if (decrementedInternalIndex >= this.nf_1) {
|
|
8893
8826
|
this.of_1[decrementedHead] = this.of_1[this.nf_1];
|
|
8894
8827
|
var tmp0 = this.of_1;
|
|
8895
|
-
var
|
|
8896
|
-
var
|
|
8897
|
-
var
|
|
8828
|
+
var tmp2 = this.of_1;
|
|
8829
|
+
var tmp4 = this.nf_1;
|
|
8830
|
+
var tmp6 = this.nf_1 + 1 | 0;
|
|
8898
8831
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8899
8832
|
var endIndex = decrementedInternalIndex + 1 | 0;
|
|
8900
|
-
arrayCopy(tmp0,
|
|
8833
|
+
arrayCopy(tmp0, tmp2, tmp4, tmp6, endIndex);
|
|
8901
8834
|
} else {
|
|
8902
|
-
var
|
|
8903
|
-
var
|
|
8904
|
-
var
|
|
8905
|
-
var
|
|
8835
|
+
var tmp0_0 = this.of_1;
|
|
8836
|
+
var tmp2_0 = this.of_1;
|
|
8837
|
+
var tmp4_0 = this.nf_1 - 1 | 0;
|
|
8838
|
+
var tmp6_0 = this.nf_1;
|
|
8906
8839
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8907
8840
|
var endIndex_0 = this.of_1.length;
|
|
8908
|
-
arrayCopy(
|
|
8841
|
+
arrayCopy(tmp0_0, tmp2_0, tmp4_0, tmp6_0, endIndex_0);
|
|
8909
8842
|
this.of_1[this.of_1.length - 1 | 0] = this.of_1[0];
|
|
8910
|
-
var
|
|
8911
|
-
var
|
|
8843
|
+
var tmp0_1 = this.of_1;
|
|
8844
|
+
var tmp2_1 = this.of_1;
|
|
8912
8845
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8913
8846
|
var endIndex_1 = decrementedInternalIndex + 1 | 0;
|
|
8914
|
-
arrayCopy(
|
|
8847
|
+
arrayCopy(tmp0_1, tmp2_1, 0, 1, endIndex_1);
|
|
8915
8848
|
}
|
|
8916
8849
|
this.of_1[decrementedInternalIndex] = element;
|
|
8917
8850
|
this.nf_1 = decrementedHead;
|
|
@@ -8920,23 +8853,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8920
8853
|
var index_0 = this.pf_1;
|
|
8921
8854
|
var tail = positiveMod(this, this.nf_1 + index_0 | 0);
|
|
8922
8855
|
if (internalIndex < tail) {
|
|
8923
|
-
var
|
|
8924
|
-
var
|
|
8856
|
+
var tmp0_2 = this.of_1;
|
|
8857
|
+
var tmp2_2 = this.of_1;
|
|
8925
8858
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8926
8859
|
var destinationOffset = internalIndex + 1 | 0;
|
|
8927
|
-
arrayCopy(
|
|
8860
|
+
arrayCopy(tmp0_2, tmp2_2, destinationOffset, internalIndex, tail);
|
|
8928
8861
|
} else {
|
|
8929
|
-
var
|
|
8862
|
+
var tmp0_3 = this.of_1;
|
|
8930
8863
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8931
8864
|
var destination = this.of_1;
|
|
8932
|
-
arrayCopy(
|
|
8865
|
+
arrayCopy(tmp0_3, destination, 1, 0, tail);
|
|
8933
8866
|
this.of_1[0] = this.of_1[this.of_1.length - 1 | 0];
|
|
8934
|
-
var
|
|
8935
|
-
var
|
|
8936
|
-
var
|
|
8867
|
+
var tmp0_4 = this.of_1;
|
|
8868
|
+
var tmp2_3 = this.of_1;
|
|
8869
|
+
var tmp4_1 = internalIndex + 1 | 0;
|
|
8937
8870
|
// Inline function 'kotlin.collections.copyInto' call
|
|
8938
8871
|
var endIndex_2 = this.of_1.length - 1 | 0;
|
|
8939
|
-
arrayCopy(
|
|
8872
|
+
arrayCopy(tmp0_4, tmp2_3, tmp4_1, internalIndex, endIndex_2);
|
|
8940
8873
|
}
|
|
8941
8874
|
this.of_1[internalIndex] = element;
|
|
8942
8875
|
}
|
|
@@ -9065,24 +8998,24 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9065
8998
|
if (index < this.pf_1 >> 1) {
|
|
9066
8999
|
if (internalIndex >= this.nf_1) {
|
|
9067
9000
|
var tmp0 = this.of_1;
|
|
9068
|
-
var
|
|
9069
|
-
var
|
|
9001
|
+
var tmp2 = this.of_1;
|
|
9002
|
+
var tmp4 = this.nf_1 + 1 | 0;
|
|
9070
9003
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9071
9004
|
var startIndex = this.nf_1;
|
|
9072
|
-
arrayCopy(tmp0,
|
|
9005
|
+
arrayCopy(tmp0, tmp2, tmp4, startIndex, internalIndex);
|
|
9073
9006
|
} else {
|
|
9074
|
-
var
|
|
9007
|
+
var tmp0_0 = this.of_1;
|
|
9075
9008
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9076
9009
|
var destination = this.of_1;
|
|
9077
|
-
arrayCopy(
|
|
9010
|
+
arrayCopy(tmp0_0, destination, 1, 0, internalIndex);
|
|
9078
9011
|
this.of_1[0] = this.of_1[this.of_1.length - 1 | 0];
|
|
9079
|
-
var
|
|
9080
|
-
var
|
|
9081
|
-
var
|
|
9082
|
-
var
|
|
9012
|
+
var tmp0_1 = this.of_1;
|
|
9013
|
+
var tmp2_0 = this.of_1;
|
|
9014
|
+
var tmp4_0 = this.nf_1 + 1 | 0;
|
|
9015
|
+
var tmp6 = this.nf_1;
|
|
9083
9016
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9084
9017
|
var endIndex = this.of_1.length - 1 | 0;
|
|
9085
|
-
arrayCopy(
|
|
9018
|
+
arrayCopy(tmp0_1, tmp2_0, tmp4_0, tmp6, endIndex);
|
|
9086
9019
|
}
|
|
9087
9020
|
this.of_1[this.nf_1] = null;
|
|
9088
9021
|
this.nf_1 = incremented(this, this.nf_1);
|
|
@@ -9091,25 +9024,25 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9091
9024
|
var index_0 = get_lastIndex_2(this);
|
|
9092
9025
|
var internalLastIndex = positiveMod(this, this.nf_1 + index_0 | 0);
|
|
9093
9026
|
if (internalIndex <= internalLastIndex) {
|
|
9094
|
-
var
|
|
9095
|
-
var
|
|
9096
|
-
var
|
|
9027
|
+
var tmp0_2 = this.of_1;
|
|
9028
|
+
var tmp2_1 = this.of_1;
|
|
9029
|
+
var tmp6_0 = internalIndex + 1 | 0;
|
|
9097
9030
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9098
9031
|
var endIndex_0 = internalLastIndex + 1 | 0;
|
|
9099
|
-
arrayCopy(
|
|
9032
|
+
arrayCopy(tmp0_2, tmp2_1, internalIndex, tmp6_0, endIndex_0);
|
|
9100
9033
|
} else {
|
|
9101
|
-
var
|
|
9102
|
-
var
|
|
9103
|
-
var
|
|
9034
|
+
var tmp0_3 = this.of_1;
|
|
9035
|
+
var tmp2_2 = this.of_1;
|
|
9036
|
+
var tmp6_1 = internalIndex + 1 | 0;
|
|
9104
9037
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9105
9038
|
var endIndex_1 = this.of_1.length;
|
|
9106
|
-
arrayCopy(
|
|
9039
|
+
arrayCopy(tmp0_3, tmp2_2, internalIndex, tmp6_1, endIndex_1);
|
|
9107
9040
|
this.of_1[this.of_1.length - 1 | 0] = this.of_1[0];
|
|
9108
|
-
var
|
|
9109
|
-
var
|
|
9041
|
+
var tmp0_4 = this.of_1;
|
|
9042
|
+
var tmp2_3 = this.of_1;
|
|
9110
9043
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9111
9044
|
var endIndex_2 = internalLastIndex + 1 | 0;
|
|
9112
|
-
arrayCopy(
|
|
9045
|
+
arrayCopy(tmp0_4, tmp2_3, 0, 1, endIndex_2);
|
|
9113
9046
|
}
|
|
9114
9047
|
this.of_1[internalLastIndex] = null;
|
|
9115
9048
|
}
|
|
@@ -9142,15 +9075,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9142
9075
|
} else {
|
|
9143
9076
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
9144
9077
|
if (!this.h()) {
|
|
9145
|
-
var
|
|
9146
|
-
var
|
|
9078
|
+
var tmp0_0 = this.of_1;
|
|
9079
|
+
var tmp6 = this.nf_1;
|
|
9147
9080
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9148
9081
|
var endIndex = this.of_1.length;
|
|
9149
|
-
arrayCopy(
|
|
9150
|
-
var
|
|
9082
|
+
arrayCopy(tmp0_0, dest, 0, tmp6, endIndex);
|
|
9083
|
+
var tmp0_1 = this.of_1;
|
|
9151
9084
|
// Inline function 'kotlin.collections.copyInto' call
|
|
9152
9085
|
var destinationOffset = this.of_1.length - this.nf_1 | 0;
|
|
9153
|
-
arrayCopy(
|
|
9086
|
+
arrayCopy(tmp0_1, dest, destinationOffset, 0, tail);
|
|
9154
9087
|
}
|
|
9155
9088
|
}
|
|
9156
9089
|
var tmp_0 = terminateCollectionToArray(this.pf_1, dest);
|
|
@@ -9227,7 +9160,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9227
9160
|
return numberRangeToNumber(0, _this__u8e3s4.s() - 1 | 0);
|
|
9228
9161
|
}
|
|
9229
9162
|
function mutableListOf(elements) {
|
|
9230
|
-
|
|
9163
|
+
var tmp;
|
|
9164
|
+
if (elements.length === 0) {
|
|
9165
|
+
tmp = ArrayList_init_$Create$();
|
|
9166
|
+
} else {
|
|
9167
|
+
// Inline function 'kotlin.collections.asArrayList' call
|
|
9168
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
9169
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
9170
|
+
tmp = new ArrayList(elements);
|
|
9171
|
+
}
|
|
9172
|
+
return tmp;
|
|
9231
9173
|
}
|
|
9232
9174
|
function optimizeReadOnlyList(_this__u8e3s4) {
|
|
9233
9175
|
switch (_this__u8e3s4.s()) {
|
|
@@ -9337,52 +9279,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9337
9279
|
new EmptyList();
|
|
9338
9280
|
return EmptyList_instance;
|
|
9339
9281
|
}
|
|
9340
|
-
function ArrayAsCollection(values, isVarargs) {
|
|
9341
|
-
this.dg_1 = values;
|
|
9342
|
-
this.eg_1 = isVarargs;
|
|
9343
|
-
}
|
|
9344
|
-
protoOf(ArrayAsCollection).s = function () {
|
|
9345
|
-
return this.dg_1.length;
|
|
9346
|
-
};
|
|
9347
|
-
protoOf(ArrayAsCollection).h = function () {
|
|
9348
|
-
// Inline function 'kotlin.collections.isEmpty' call
|
|
9349
|
-
return this.dg_1.length === 0;
|
|
9350
|
-
};
|
|
9351
|
-
protoOf(ArrayAsCollection).fg = function (element) {
|
|
9352
|
-
return contains_0(this.dg_1, element);
|
|
9353
|
-
};
|
|
9354
|
-
protoOf(ArrayAsCollection).gg = function (elements) {
|
|
9355
|
-
var tmp$ret$0;
|
|
9356
|
-
$l$block_0: {
|
|
9357
|
-
// Inline function 'kotlin.collections.all' call
|
|
9358
|
-
var tmp;
|
|
9359
|
-
if (isInterface(elements, Collection)) {
|
|
9360
|
-
tmp = elements.h();
|
|
9361
|
-
} else {
|
|
9362
|
-
tmp = false;
|
|
9363
|
-
}
|
|
9364
|
-
if (tmp) {
|
|
9365
|
-
tmp$ret$0 = true;
|
|
9366
|
-
break $l$block_0;
|
|
9367
|
-
}
|
|
9368
|
-
var _iterator__ex2g4s = elements.p();
|
|
9369
|
-
while (_iterator__ex2g4s.q()) {
|
|
9370
|
-
var element = _iterator__ex2g4s.r();
|
|
9371
|
-
if (!this.fg(element)) {
|
|
9372
|
-
tmp$ret$0 = false;
|
|
9373
|
-
break $l$block_0;
|
|
9374
|
-
}
|
|
9375
|
-
}
|
|
9376
|
-
tmp$ret$0 = true;
|
|
9377
|
-
}
|
|
9378
|
-
return tmp$ret$0;
|
|
9379
|
-
};
|
|
9380
|
-
protoOf(ArrayAsCollection).y1 = function (elements) {
|
|
9381
|
-
return this.gg(elements);
|
|
9382
|
-
};
|
|
9383
|
-
protoOf(ArrayAsCollection).p = function () {
|
|
9384
|
-
return arrayIterator(this.dg_1);
|
|
9385
|
-
};
|
|
9386
9282
|
function binarySearch(_this__u8e3s4, fromIndex, toIndex, comparison) {
|
|
9387
9283
|
fromIndex = fromIndex === VOID ? 0 : fromIndex;
|
|
9388
9284
|
toIndex = toIndex === VOID ? _this__u8e3s4.s() : toIndex;
|
|
@@ -9431,18 +9327,62 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
9431
9327
|
else if (toIndex > size)
|
|
9432
9328
|
throw IndexOutOfBoundsException_init_$Create$_0('toIndex (' + toIndex + ') is greater than size (' + size + ').');
|
|
9433
9329
|
}
|
|
9434
|
-
function arrayListOf(elements) {
|
|
9435
|
-
return elements.length === 0 ? ArrayList_init_$Create$() : ArrayList_init_$Create$_1(new ArrayAsCollection(elements, true));
|
|
9436
|
-
}
|
|
9437
9330
|
function throwIndexOverflow() {
|
|
9438
9331
|
throw ArithmeticException_init_$Create$_0('Index overflow has happened.');
|
|
9439
9332
|
}
|
|
9440
9333
|
function throwCountOverflow() {
|
|
9441
9334
|
throw ArithmeticException_init_$Create$_0('Count overflow has happened.');
|
|
9442
9335
|
}
|
|
9443
|
-
function asCollection(_this__u8e3s4) {
|
|
9444
|
-
|
|
9336
|
+
function asCollection(_this__u8e3s4, isVarargs) {
|
|
9337
|
+
isVarargs = isVarargs === VOID ? false : isVarargs;
|
|
9338
|
+
return new ArrayAsCollection(_this__u8e3s4, isVarargs);
|
|
9445
9339
|
}
|
|
9340
|
+
function ArrayAsCollection(values, isVarargs) {
|
|
9341
|
+
this.dg_1 = values;
|
|
9342
|
+
this.eg_1 = isVarargs;
|
|
9343
|
+
}
|
|
9344
|
+
protoOf(ArrayAsCollection).s = function () {
|
|
9345
|
+
return this.dg_1.length;
|
|
9346
|
+
};
|
|
9347
|
+
protoOf(ArrayAsCollection).h = function () {
|
|
9348
|
+
// Inline function 'kotlin.collections.isEmpty' call
|
|
9349
|
+
return this.dg_1.length === 0;
|
|
9350
|
+
};
|
|
9351
|
+
protoOf(ArrayAsCollection).fg = function (element) {
|
|
9352
|
+
return contains_4(this.dg_1, element);
|
|
9353
|
+
};
|
|
9354
|
+
protoOf(ArrayAsCollection).gg = function (elements) {
|
|
9355
|
+
var tmp$ret$0;
|
|
9356
|
+
$l$block_0: {
|
|
9357
|
+
// Inline function 'kotlin.collections.all' call
|
|
9358
|
+
var tmp;
|
|
9359
|
+
if (isInterface(elements, Collection)) {
|
|
9360
|
+
tmp = elements.h();
|
|
9361
|
+
} else {
|
|
9362
|
+
tmp = false;
|
|
9363
|
+
}
|
|
9364
|
+
if (tmp) {
|
|
9365
|
+
tmp$ret$0 = true;
|
|
9366
|
+
break $l$block_0;
|
|
9367
|
+
}
|
|
9368
|
+
var _iterator__ex2g4s = elements.p();
|
|
9369
|
+
while (_iterator__ex2g4s.q()) {
|
|
9370
|
+
var element = _iterator__ex2g4s.r();
|
|
9371
|
+
if (!this.fg(element)) {
|
|
9372
|
+
tmp$ret$0 = false;
|
|
9373
|
+
break $l$block_0;
|
|
9374
|
+
}
|
|
9375
|
+
}
|
|
9376
|
+
tmp$ret$0 = true;
|
|
9377
|
+
}
|
|
9378
|
+
return tmp$ret$0;
|
|
9379
|
+
};
|
|
9380
|
+
protoOf(ArrayAsCollection).y1 = function (elements) {
|
|
9381
|
+
return this.gg(elements);
|
|
9382
|
+
};
|
|
9383
|
+
protoOf(ArrayAsCollection).p = function () {
|
|
9384
|
+
return arrayIterator(this.dg_1);
|
|
9385
|
+
};
|
|
9446
9386
|
function IndexedValue(index, value) {
|
|
9447
9387
|
this.hg_1 = index;
|
|
9448
9388
|
this.ig_1 = value;
|
|
@@ -10732,13 +10672,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10732
10672
|
// Inline function 'kotlin.js.asDynamic' call
|
|
10733
10673
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
10734
10674
|
var tmp$ret$2 = toString(thisUpper).toLowerCase();
|
|
10735
|
-
var tmp_0 =
|
|
10675
|
+
var tmp_0 = charCodeAt(tmp$ret$2, 0);
|
|
10736
10676
|
// Inline function 'kotlin.text.lowercaseChar' call
|
|
10737
10677
|
// Inline function 'kotlin.text.lowercase' call
|
|
10738
10678
|
// Inline function 'kotlin.js.asDynamic' call
|
|
10739
10679
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
10740
10680
|
var tmp$ret$6 = toString(otherUpper).toLowerCase();
|
|
10741
|
-
tmp = tmp_0 ===
|
|
10681
|
+
tmp = tmp_0 === charCodeAt(tmp$ret$6, 0);
|
|
10742
10682
|
}
|
|
10743
10683
|
return tmp;
|
|
10744
10684
|
}
|
|
@@ -10799,7 +10739,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10799
10739
|
$l$block: {
|
|
10800
10740
|
// Inline function 'kotlin.text.decimalFromHexDigitAt' call
|
|
10801
10741
|
// Inline function 'kotlin.code' call
|
|
10802
|
-
var this_0 =
|
|
10742
|
+
var this_0 = charCodeAt(_this__u8e3s4, i);
|
|
10803
10743
|
var code = Char__toInt_impl_vasixd(this_0);
|
|
10804
10744
|
if ((code >>> 8 | 0) === 0 && get_HEX_DIGITS_TO_DECIMAL()[code] >= 0) {
|
|
10805
10745
|
tmp$ret$1 = get_HEX_DIGITS_TO_DECIMAL()[code];
|
|
@@ -10831,7 +10771,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10831
10771
|
do {
|
|
10832
10772
|
var i = inductionVariable;
|
|
10833
10773
|
inductionVariable = inductionVariable + 1 | 0;
|
|
10834
|
-
if (!equals_1(
|
|
10774
|
+
if (!equals_1(charCodeAt(prefix, i), charCodeAt(_this__u8e3s4, startIndex + i | 0), ignoreCase)) {
|
|
10835
10775
|
throwNotContainedAt(_this__u8e3s4, startIndex, endIndex, prefix, 'prefix');
|
|
10836
10776
|
}
|
|
10837
10777
|
}
|
|
@@ -10852,7 +10792,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10852
10792
|
do {
|
|
10853
10793
|
var i_0 = inductionVariable_0;
|
|
10854
10794
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
10855
|
-
if (!equals_1(
|
|
10795
|
+
if (!equals_1(charCodeAt(suffix, i_0), charCodeAt(_this__u8e3s4, digitsEndIndex + i_0 | 0), ignoreCase)) {
|
|
10856
10796
|
throwNotContainedAt(_this__u8e3s4, digitsEndIndex, endIndex, suffix, 'suffix');
|
|
10857
10797
|
}
|
|
10858
10798
|
}
|
|
@@ -10863,10 +10803,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10863
10803
|
}
|
|
10864
10804
|
function throwInvalidNumberOfDigits(_this__u8e3s4, startIndex, endIndex, specifier, expected) {
|
|
10865
10805
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
var substring = _this__u8e3s4.substring(startIndex, endIndex);
|
|
10869
|
-
throw NumberFormatException_init_$Create$_0('Expected ' + specifier + ' ' + expected + ' hexadecimal digits at index ' + startIndex + ', but was "' + substring + '" of length ' + (endIndex - startIndex | 0));
|
|
10806
|
+
var substring_0 = substring(_this__u8e3s4, startIndex, endIndex);
|
|
10807
|
+
throw NumberFormatException_init_$Create$_0('Expected ' + specifier + ' ' + expected + ' hexadecimal digits at index ' + startIndex + ', but was "' + substring_0 + '" of length ' + (endIndex - startIndex | 0));
|
|
10870
10808
|
}
|
|
10871
10809
|
function checkZeroDigits(_this__u8e3s4, startIndex, endIndex) {
|
|
10872
10810
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
@@ -10875,30 +10813,25 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10875
10813
|
do {
|
|
10876
10814
|
var index = inductionVariable;
|
|
10877
10815
|
inductionVariable = inductionVariable + 1 | 0;
|
|
10878
|
-
if (!(
|
|
10879
|
-
throw NumberFormatException_init_$Create$_0("Expected the hexadecimal digit '0' at index " + index + ", but was '" + toString(
|
|
10816
|
+
if (!(charCodeAt(_this__u8e3s4, index) === _Char___init__impl__6a9atx(48))) {
|
|
10817
|
+
throw NumberFormatException_init_$Create$_0("Expected the hexadecimal digit '0' at index " + index + ", but was '" + toString(charCodeAt(_this__u8e3s4, index)) + "'.\n" + "The result won't fit the type being parsed.");
|
|
10880
10818
|
}
|
|
10881
10819
|
}
|
|
10882
10820
|
while (inductionVariable < endIndex);
|
|
10883
10821
|
}
|
|
10884
10822
|
function throwInvalidPrefixSuffix(_this__u8e3s4, startIndex, endIndex, prefix, suffix) {
|
|
10885
10823
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
var substring = _this__u8e3s4.substring(startIndex, endIndex);
|
|
10889
|
-
throw NumberFormatException_init_$Create$_0('Expected a hexadecimal number with prefix "' + prefix + '" and suffix "' + suffix + '", but was ' + substring);
|
|
10824
|
+
var substring_0 = substring(_this__u8e3s4, startIndex, endIndex);
|
|
10825
|
+
throw NumberFormatException_init_$Create$_0('Expected a hexadecimal number with prefix "' + prefix + '" and suffix "' + suffix + '", but was ' + substring_0);
|
|
10890
10826
|
}
|
|
10891
10827
|
function throwInvalidDigitAt(_this__u8e3s4, index) {
|
|
10892
10828
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
10893
|
-
throw NumberFormatException_init_$Create$_0('Expected a hexadecimal digit at index ' + index + ', but was ' + toString(
|
|
10829
|
+
throw NumberFormatException_init_$Create$_0('Expected a hexadecimal digit at index ' + index + ', but was ' + toString(charCodeAt(_this__u8e3s4, index)));
|
|
10894
10830
|
}
|
|
10895
10831
|
function throwNotContainedAt(_this__u8e3s4, index, endIndex, part, partName) {
|
|
10896
10832
|
_init_properties_HexExtensions_kt__wu8rc3();
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
10900
|
-
var substring = _this__u8e3s4.substring(index, endIndex_0);
|
|
10901
|
-
throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring);
|
|
10833
|
+
var substring_0 = substring(_this__u8e3s4, index, coerceAtMost(index + part.length | 0, endIndex));
|
|
10834
|
+
throw NumberFormatException_init_$Create$_0('Expected ' + partName + ' "' + part + '" at index ' + index + ', but was ' + substring_0);
|
|
10902
10835
|
}
|
|
10903
10836
|
var properties_initialized_HexExtensions_kt_h16sbl;
|
|
10904
10837
|
function _init_properties_HexExtensions_kt__wu8rc3() {
|
|
@@ -10909,10 +10842,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10909
10842
|
while (tmp < 256) {
|
|
10910
10843
|
var tmp_1 = tmp;
|
|
10911
10844
|
// Inline function 'kotlin.code' call
|
|
10912
|
-
var this_0 =
|
|
10845
|
+
var this_0 = charCodeAt('0123456789abcdef', tmp_1 >> 4);
|
|
10913
10846
|
var tmp_2 = Char__toInt_impl_vasixd(this_0) << 8;
|
|
10914
10847
|
// Inline function 'kotlin.code' call
|
|
10915
|
-
var this_1 =
|
|
10848
|
+
var this_1 = charCodeAt('0123456789abcdef', tmp_1 & 15);
|
|
10916
10849
|
tmp_0[tmp_1] = tmp_2 | Char__toInt_impl_vasixd(this_1);
|
|
10917
10850
|
tmp = tmp + 1 | 0;
|
|
10918
10851
|
}
|
|
@@ -10922,10 +10855,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
10922
10855
|
while (tmp_3 < 256) {
|
|
10923
10856
|
var tmp_5 = tmp_3;
|
|
10924
10857
|
// Inline function 'kotlin.code' call
|
|
10925
|
-
var this_2 =
|
|
10858
|
+
var this_2 = charCodeAt('0123456789ABCDEF', tmp_5 >> 4);
|
|
10926
10859
|
var tmp_6 = Char__toInt_impl_vasixd(this_2) << 8;
|
|
10927
10860
|
// Inline function 'kotlin.code' call
|
|
10928
|
-
var this_3 =
|
|
10861
|
+
var this_3 = charCodeAt('0123456789ABCDEF', tmp_5 & 15);
|
|
10929
10862
|
tmp_4[tmp_5] = tmp_6 | Char__toInt_impl_vasixd(this_3);
|
|
10930
10863
|
tmp_3 = tmp_3 + 1 | 0;
|
|
10931
10864
|
}
|
|
@@ -11114,11 +11047,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11114
11047
|
// Inline function 'kotlin.text.appendLine' call
|
|
11115
11048
|
// Inline function 'kotlin.text.appendLine' call
|
|
11116
11049
|
sb.r8(indent).r8('suffix = "').r8(this.nj_1).r8('",').s8(_Char___init__impl__6a9atx(10));
|
|
11117
|
-
var
|
|
11050
|
+
var tmp0 = sb.r8(indent).r8('removeLeadingZeros = ').cd(this.oj_1);
|
|
11118
11051
|
// Inline function 'kotlin.text.appendLine' call
|
|
11119
11052
|
var value = _Char___init__impl__6a9atx(44);
|
|
11120
11053
|
// Inline function 'kotlin.text.appendLine' call
|
|
11121
|
-
|
|
11054
|
+
tmp0.s8(value).s8(_Char___init__impl__6a9atx(10));
|
|
11122
11055
|
sb.r8(indent).r8('minLength = ').dd(this.pj_1);
|
|
11123
11056
|
return sb;
|
|
11124
11057
|
};
|
|
@@ -11212,7 +11145,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11212
11145
|
}
|
|
11213
11146
|
var tmp0_elvis_lhs = minOrNull(destination_0);
|
|
11214
11147
|
var minCommonIndent = tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
11215
|
-
var
|
|
11148
|
+
var tmp2 = _this__u8e3s4.length + imul(newIndent.length, lines_0.s()) | 0;
|
|
11216
11149
|
// Inline function 'kotlin.text.reindent' call
|
|
11217
11150
|
var indentAddFunction = getIndentFunction(newIndent);
|
|
11218
11151
|
var lastIndex = get_lastIndex_2(lines_0);
|
|
@@ -11250,7 +11183,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11250
11183
|
destination_1.k(tmp0_safe_receiver_0);
|
|
11251
11184
|
}
|
|
11252
11185
|
}
|
|
11253
|
-
return joinTo_1(destination_1, StringBuilder_init_$Create$(
|
|
11186
|
+
return joinTo_1(destination_1, StringBuilder_init_$Create$(tmp2), '\n').toString();
|
|
11254
11187
|
}
|
|
11255
11188
|
function replaceIndentByMargin(_this__u8e3s4, newIndent, marginPrefix) {
|
|
11256
11189
|
newIndent = newIndent === VOID ? '' : newIndent;
|
|
@@ -11262,7 +11195,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11262
11195
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
11263
11196
|
}
|
|
11264
11197
|
var lines_0 = lines(_this__u8e3s4);
|
|
11265
|
-
var
|
|
11198
|
+
var tmp2 = _this__u8e3s4.length + imul(newIndent.length, lines_0.s()) | 0;
|
|
11266
11199
|
// Inline function 'kotlin.text.reindent' call
|
|
11267
11200
|
var indentAddFunction = getIndentFunction(newIndent);
|
|
11268
11201
|
var lastIndex = get_lastIndex_2(lines_0);
|
|
@@ -11300,26 +11233,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11300
11233
|
tmp$ret$4 = -1;
|
|
11301
11234
|
}
|
|
11302
11235
|
var firstNonWhitespaceIndex = tmp$ret$4;
|
|
11236
|
+
var tmp0_safe_receiver = firstNonWhitespaceIndex === -1 ? null : startsWith_0(item, marginPrefix, firstNonWhitespaceIndex) ? substring_0(item, firstNonWhitespaceIndex + marginPrefix.length | 0) : null;
|
|
11303
11237
|
var tmp_0;
|
|
11304
|
-
if (firstNonWhitespaceIndex === -1) {
|
|
11305
|
-
tmp_0 = null;
|
|
11306
|
-
} else if (startsWith_0(item, marginPrefix, firstNonWhitespaceIndex)) {
|
|
11307
|
-
// Inline function 'kotlin.text.substring' call
|
|
11308
|
-
var startIndex = firstNonWhitespaceIndex + marginPrefix.length | 0;
|
|
11309
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
11310
|
-
tmp_0 = item.substring(startIndex);
|
|
11311
|
-
} else {
|
|
11312
|
-
tmp_0 = null;
|
|
11313
|
-
}
|
|
11314
|
-
var tmp0_safe_receiver = tmp_0;
|
|
11315
|
-
var tmp_1;
|
|
11316
11238
|
if (tmp0_safe_receiver == null) {
|
|
11317
|
-
|
|
11239
|
+
tmp_0 = null;
|
|
11318
11240
|
} else {
|
|
11319
11241
|
// Inline function 'kotlin.let' call
|
|
11320
|
-
|
|
11242
|
+
tmp_0 = indentAddFunction(tmp0_safe_receiver);
|
|
11321
11243
|
}
|
|
11322
|
-
var tmp1_elvis_lhs =
|
|
11244
|
+
var tmp1_elvis_lhs = tmp_0;
|
|
11323
11245
|
tmp = tmp1_elvis_lhs == null ? item : tmp1_elvis_lhs;
|
|
11324
11246
|
}
|
|
11325
11247
|
var tmp0_safe_receiver_0 = tmp;
|
|
@@ -11330,7 +11252,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11330
11252
|
destination.k(tmp0_safe_receiver_0);
|
|
11331
11253
|
}
|
|
11332
11254
|
}
|
|
11333
|
-
return joinTo_1(destination, StringBuilder_init_$Create$(
|
|
11255
|
+
return joinTo_1(destination, StringBuilder_init_$Create$(tmp2), '\n').toString();
|
|
11334
11256
|
}
|
|
11335
11257
|
function indentWidth(_this__u8e3s4) {
|
|
11336
11258
|
var tmp$ret$1;
|
|
@@ -11387,7 +11309,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11387
11309
|
var start;
|
|
11388
11310
|
var isNegative;
|
|
11389
11311
|
var limit;
|
|
11390
|
-
var firstChar =
|
|
11312
|
+
var firstChar = charCodeAt(_this__u8e3s4, 0);
|
|
11391
11313
|
if (Char__compareTo_impl_ypi4mb(firstChar, _Char___init__impl__6a9atx(48)) < 0) {
|
|
11392
11314
|
if (length === 1)
|
|
11393
11315
|
return null;
|
|
@@ -11414,7 +11336,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11414
11336
|
do {
|
|
11415
11337
|
var i = inductionVariable;
|
|
11416
11338
|
inductionVariable = inductionVariable + 1 | 0;
|
|
11417
|
-
var digit = digitOf(
|
|
11339
|
+
var digit = digitOf(charCodeAt(_this__u8e3s4, i), radix);
|
|
11418
11340
|
if (digit < 0)
|
|
11419
11341
|
return null;
|
|
11420
11342
|
if (result.e1(limitBeforeMul) < 0) {
|
|
@@ -11449,7 +11371,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11449
11371
|
var start;
|
|
11450
11372
|
var isNegative;
|
|
11451
11373
|
var limit;
|
|
11452
|
-
var firstChar =
|
|
11374
|
+
var firstChar = charCodeAt(_this__u8e3s4, 0);
|
|
11453
11375
|
if (Char__compareTo_impl_ypi4mb(firstChar, _Char___init__impl__6a9atx(48)) < 0) {
|
|
11454
11376
|
if (length === 1)
|
|
11455
11377
|
return null;
|
|
@@ -11475,7 +11397,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11475
11397
|
do {
|
|
11476
11398
|
var i = inductionVariable;
|
|
11477
11399
|
inductionVariable = inductionVariable + 1 | 0;
|
|
11478
|
-
var digit = digitOf(
|
|
11400
|
+
var digit = digitOf(charCodeAt(_this__u8e3s4, i), radix);
|
|
11479
11401
|
if (digit < 0)
|
|
11480
11402
|
return null;
|
|
11481
11403
|
if (result < limitBeforeMul) {
|
|
@@ -11526,6 +11448,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11526
11448
|
}
|
|
11527
11449
|
return tmp;
|
|
11528
11450
|
}
|
|
11451
|
+
function lineSequence(_this__u8e3s4) {
|
|
11452
|
+
// Inline function 'kotlin.sequences.Sequence' call
|
|
11453
|
+
return new lineSequence$$inlined$Sequence$1(_this__u8e3s4);
|
|
11454
|
+
}
|
|
11529
11455
|
function split(_this__u8e3s4, delimiters, ignoreCase, limit) {
|
|
11530
11456
|
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
11531
11457
|
limit = limit === VOID ? 0 : limit;
|
|
@@ -11543,15 +11469,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11543
11469
|
var _iterator__ex2g4s = this_0.p();
|
|
11544
11470
|
while (_iterator__ex2g4s.q()) {
|
|
11545
11471
|
var item = _iterator__ex2g4s.r();
|
|
11546
|
-
var tmp$ret$1 =
|
|
11472
|
+
var tmp$ret$1 = substring_1(_this__u8e3s4, item);
|
|
11547
11473
|
destination.k(tmp$ret$1);
|
|
11548
11474
|
}
|
|
11549
11475
|
return destination;
|
|
11550
11476
|
}
|
|
11551
|
-
function lineSequence(_this__u8e3s4) {
|
|
11552
|
-
// Inline function 'kotlin.sequences.Sequence' call
|
|
11553
|
-
return new lineSequence$$inlined$Sequence$1(_this__u8e3s4);
|
|
11554
|
-
}
|
|
11555
11477
|
function isBlank(_this__u8e3s4) {
|
|
11556
11478
|
var tmp$ret$1;
|
|
11557
11479
|
$l$block: {
|
|
@@ -11594,10 +11516,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11594
11516
|
}
|
|
11595
11517
|
function removePrefix(_this__u8e3s4, prefix) {
|
|
11596
11518
|
if (startsWith_1(_this__u8e3s4, prefix)) {
|
|
11597
|
-
|
|
11598
|
-
var startIndex = charSequenceLength(prefix);
|
|
11599
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
11600
|
-
return _this__u8e3s4.substring(startIndex);
|
|
11519
|
+
return substring_0(_this__u8e3s4, charSequenceLength(prefix));
|
|
11601
11520
|
}
|
|
11602
11521
|
return _this__u8e3s4;
|
|
11603
11522
|
}
|
|
@@ -11613,10 +11532,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11613
11532
|
}
|
|
11614
11533
|
function removeSuffix(_this__u8e3s4, suffix) {
|
|
11615
11534
|
if (endsWith_0(_this__u8e3s4, suffix)) {
|
|
11616
|
-
|
|
11617
|
-
var endIndex = _this__u8e3s4.length - charSequenceLength(suffix) | 0;
|
|
11618
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
11619
|
-
return _this__u8e3s4.substring(0, endIndex);
|
|
11535
|
+
return substring(_this__u8e3s4, 0, _this__u8e3s4.length - charSequenceLength(suffix) | 0);
|
|
11620
11536
|
}
|
|
11621
11537
|
return _this__u8e3s4;
|
|
11622
11538
|
}
|
|
@@ -11712,45 +11628,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11712
11628
|
while (!(index === last));
|
|
11713
11629
|
return -1;
|
|
11714
11630
|
}
|
|
11715
|
-
function split_0(_this__u8e3s4, delimiter, ignoreCase, limit) {
|
|
11716
|
-
requireNonNegativeLimit(limit);
|
|
11717
|
-
var currentOffset = 0;
|
|
11718
|
-
var nextIndex = indexOf_5(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
|
|
11719
|
-
if (nextIndex === -1 || limit === 1) {
|
|
11720
|
-
return listOf(toString_1(_this__u8e3s4));
|
|
11721
|
-
}
|
|
11722
|
-
var isLimited = limit > 0;
|
|
11723
|
-
var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost(limit, 10) : 10);
|
|
11724
|
-
$l$loop: do {
|
|
11725
|
-
var tmp1 = currentOffset;
|
|
11726
|
-
// Inline function 'kotlin.text.substring' call
|
|
11727
|
-
var endIndex = nextIndex;
|
|
11728
|
-
var tmp$ret$0 = toString_1(charSequenceSubSequence(_this__u8e3s4, tmp1, endIndex));
|
|
11729
|
-
result.k(tmp$ret$0);
|
|
11730
|
-
currentOffset = nextIndex + delimiter.length | 0;
|
|
11731
|
-
if (isLimited && result.s() === (limit - 1 | 0))
|
|
11732
|
-
break $l$loop;
|
|
11733
|
-
nextIndex = indexOf_5(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
|
|
11734
|
-
}
|
|
11735
|
-
while (!(nextIndex === -1));
|
|
11736
|
-
var tmp4 = currentOffset;
|
|
11737
|
-
// Inline function 'kotlin.text.substring' call
|
|
11738
|
-
var endIndex_0 = charSequenceLength(_this__u8e3s4);
|
|
11739
|
-
var tmp$ret$1 = toString_1(charSequenceSubSequence(_this__u8e3s4, tmp4, endIndex_0));
|
|
11740
|
-
result.k(tmp$ret$1);
|
|
11741
|
-
return result;
|
|
11742
|
-
}
|
|
11743
|
-
function substring(_this__u8e3s4, range) {
|
|
11744
|
-
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.i(), range.j() + 1 | 0));
|
|
11745
|
-
}
|
|
11746
|
-
function rangesDelimitedBy(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
11747
|
-
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
11748
|
-
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
11749
|
-
limit = limit === VOID ? 0 : limit;
|
|
11750
|
-
requireNonNegativeLimit(limit);
|
|
11751
|
-
var delimitersList = asList(delimiters);
|
|
11752
|
-
return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda(delimitersList, ignoreCase));
|
|
11753
|
-
}
|
|
11754
11631
|
function State() {
|
|
11755
11632
|
this.fk_1 = 0;
|
|
11756
11633
|
this.gk_1 = 1;
|
|
@@ -11808,6 +11685,45 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
11808
11685
|
var this_0 = this.ik_1;
|
|
11809
11686
|
return toString_1(charSequenceSubSequence(this_0, firstIndex, lastIndex));
|
|
11810
11687
|
};
|
|
11688
|
+
function split_0(_this__u8e3s4, delimiter, ignoreCase, limit) {
|
|
11689
|
+
requireNonNegativeLimit(limit);
|
|
11690
|
+
var currentOffset = 0;
|
|
11691
|
+
var nextIndex = indexOf_5(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
|
|
11692
|
+
if (nextIndex === -1 || limit === 1) {
|
|
11693
|
+
return listOf(toString_1(_this__u8e3s4));
|
|
11694
|
+
}
|
|
11695
|
+
var isLimited = limit > 0;
|
|
11696
|
+
var result = ArrayList_init_$Create$_0(isLimited ? coerceAtMost(limit, 10) : 10);
|
|
11697
|
+
$l$loop: do {
|
|
11698
|
+
var tmp2 = currentOffset;
|
|
11699
|
+
// Inline function 'kotlin.text.substring' call
|
|
11700
|
+
var endIndex = nextIndex;
|
|
11701
|
+
var tmp$ret$0 = toString_1(charSequenceSubSequence(_this__u8e3s4, tmp2, endIndex));
|
|
11702
|
+
result.k(tmp$ret$0);
|
|
11703
|
+
currentOffset = nextIndex + delimiter.length | 0;
|
|
11704
|
+
if (isLimited && result.s() === (limit - 1 | 0))
|
|
11705
|
+
break $l$loop;
|
|
11706
|
+
nextIndex = indexOf_5(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
|
|
11707
|
+
}
|
|
11708
|
+
while (!(nextIndex === -1));
|
|
11709
|
+
var tmp2_0 = currentOffset;
|
|
11710
|
+
// Inline function 'kotlin.text.substring' call
|
|
11711
|
+
var endIndex_0 = charSequenceLength(_this__u8e3s4);
|
|
11712
|
+
var tmp$ret$1 = toString_1(charSequenceSubSequence(_this__u8e3s4, tmp2_0, endIndex_0));
|
|
11713
|
+
result.k(tmp$ret$1);
|
|
11714
|
+
return result;
|
|
11715
|
+
}
|
|
11716
|
+
function rangesDelimitedBy(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
11717
|
+
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
11718
|
+
ignoreCase = ignoreCase === VOID ? false : ignoreCase;
|
|
11719
|
+
limit = limit === VOID ? 0 : limit;
|
|
11720
|
+
requireNonNegativeLimit(limit);
|
|
11721
|
+
var delimitersList = asList(delimiters);
|
|
11722
|
+
return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda(delimitersList, ignoreCase));
|
|
11723
|
+
}
|
|
11724
|
+
function substring_1(_this__u8e3s4, range) {
|
|
11725
|
+
return toString_1(charSequenceSubSequence(_this__u8e3s4, range.i(), range.j() + 1 | 0));
|
|
11726
|
+
}
|
|
11811
11727
|
function regionMatchesImpl(_this__u8e3s4, thisOffset, other, otherOffset, length, ignoreCase) {
|
|
11812
11728
|
if (otherOffset < 0 || thisOffset < 0 || thisOffset > (charSequenceLength(_this__u8e3s4) - length | 0) || otherOffset > (charSequenceLength(other) - length | 0)) {
|
|
11813
11729
|
return false;
|
|
@@ -12111,45 +12027,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12111
12027
|
var _iterator__ex2g4s = this_0.p();
|
|
12112
12028
|
while (_iterator__ex2g4s.q()) {
|
|
12113
12029
|
var item = _iterator__ex2g4s.r();
|
|
12114
|
-
var tmp$ret$0 =
|
|
12030
|
+
var tmp$ret$0 = substring_1(_this__u8e3s4, item);
|
|
12115
12031
|
destination.k(tmp$ret$0);
|
|
12116
12032
|
}
|
|
12117
12033
|
return destination;
|
|
12118
12034
|
}
|
|
12119
|
-
function
|
|
12120
|
-
|
|
12121
|
-
// Inline function 'kotlin.text.substring' call
|
|
12122
|
-
var endIndex = range.j() + 1 | 0;
|
|
12123
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12124
|
-
return _this__u8e3s4.substring(tmp1, endIndex);
|
|
12035
|
+
function substring_2(_this__u8e3s4, range) {
|
|
12036
|
+
return substring(_this__u8e3s4, range.i(), range.j() + 1 | 0);
|
|
12125
12037
|
}
|
|
12126
12038
|
function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
|
|
12127
12039
|
missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
|
|
12128
12040
|
var index = indexOf_4(_this__u8e3s4, delimiter);
|
|
12129
|
-
|
|
12130
|
-
if (index === -1) {
|
|
12131
|
-
tmp = missingDelimiterValue;
|
|
12132
|
-
} else {
|
|
12133
|
-
// Inline function 'kotlin.text.substring' call
|
|
12134
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12135
|
-
tmp = _this__u8e3s4.substring(0, index);
|
|
12136
|
-
}
|
|
12137
|
-
return tmp;
|
|
12041
|
+
return index === -1 ? missingDelimiterValue : substring(_this__u8e3s4, 0, index);
|
|
12138
12042
|
}
|
|
12139
12043
|
function substringAfter(_this__u8e3s4, delimiter, missingDelimiterValue) {
|
|
12140
12044
|
missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
|
|
12141
12045
|
var index = indexOf_4(_this__u8e3s4, delimiter);
|
|
12142
|
-
|
|
12143
|
-
if (index === -1) {
|
|
12144
|
-
tmp = missingDelimiterValue;
|
|
12145
|
-
} else {
|
|
12146
|
-
var tmp1 = index + 1 | 0;
|
|
12147
|
-
// Inline function 'kotlin.text.substring' call
|
|
12148
|
-
var endIndex = _this__u8e3s4.length;
|
|
12149
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12150
|
-
tmp = _this__u8e3s4.substring(tmp1, endIndex);
|
|
12151
|
-
}
|
|
12152
|
-
return tmp;
|
|
12046
|
+
return index === -1 ? missingDelimiterValue : substring(_this__u8e3s4, index + 1 | 0, _this__u8e3s4.length);
|
|
12153
12047
|
}
|
|
12154
12048
|
function toBooleanStrictOrNull(_this__u8e3s4) {
|
|
12155
12049
|
switch (_this__u8e3s4) {
|
|
@@ -12365,10 +12259,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12365
12259
|
var tmp$ret$0 = _get_value__a43j40_0($this).d3(toLong(1000));
|
|
12366
12260
|
tmp = millisToNanos(tmp$ret$0).j1();
|
|
12367
12261
|
} else {
|
|
12368
|
-
var
|
|
12262
|
+
var tmp0 = _get_value__a43j40_0($this);
|
|
12369
12263
|
// Inline function 'kotlin.Long.rem' call
|
|
12370
12264
|
var other = 1000000000;
|
|
12371
|
-
tmp =
|
|
12265
|
+
tmp = tmp0.d3(toLong(other)).j1();
|
|
12372
12266
|
}
|
|
12373
12267
|
return tmp;
|
|
12374
12268
|
}
|
|
@@ -12407,18 +12301,18 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12407
12301
|
}
|
|
12408
12302
|
// Inline function 'kotlin.time.Duration.toComponents' call
|
|
12409
12303
|
var this_1 = _Duration___get_absoluteValue__impl__vr7i6w($this);
|
|
12410
|
-
var
|
|
12304
|
+
var tmp0 = _Duration___get_inWholeDays__impl__7bvpxz(this_1);
|
|
12411
12305
|
var tmp2 = _Duration___get_hoursComponent__impl__7hllxa(this_1);
|
|
12412
|
-
var
|
|
12413
|
-
var
|
|
12306
|
+
var tmp4 = _Duration___get_minutesComponent__impl__ctvd8u(this_1);
|
|
12307
|
+
var tmp6 = _Duration___get_secondsComponent__impl__if34a6(this_1);
|
|
12414
12308
|
var nanoseconds = _Duration___get_nanosecondsComponent__impl__nh19kq(this_1);
|
|
12415
|
-
var hasDays = !
|
|
12309
|
+
var hasDays = !tmp0.equals(new Long(0, 0));
|
|
12416
12310
|
var hasHours = !(tmp2 === 0);
|
|
12417
|
-
var hasMinutes = !(
|
|
12418
|
-
var hasSeconds = !(
|
|
12311
|
+
var hasMinutes = !(tmp4 === 0);
|
|
12312
|
+
var hasSeconds = !(tmp6 === 0) || !(nanoseconds === 0);
|
|
12419
12313
|
var components = 0;
|
|
12420
12314
|
if (hasDays) {
|
|
12421
|
-
this_0.ed(
|
|
12315
|
+
this_0.ed(tmp0).s8(_Char___init__impl__6a9atx(100));
|
|
12422
12316
|
components = components + 1 | 0;
|
|
12423
12317
|
}
|
|
12424
12318
|
if (hasHours || (hasDays && (hasMinutes || hasSeconds))) {
|
|
@@ -12435,7 +12329,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12435
12329
|
if (_unary__edvuaz_0 > 0) {
|
|
12436
12330
|
this_0.s8(_Char___init__impl__6a9atx(32));
|
|
12437
12331
|
}
|
|
12438
|
-
this_0.dd(
|
|
12332
|
+
this_0.dd(tmp4).s8(_Char___init__impl__6a9atx(109));
|
|
12439
12333
|
}
|
|
12440
12334
|
if (hasSeconds) {
|
|
12441
12335
|
var _unary__edvuaz_1 = components;
|
|
@@ -12443,8 +12337,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12443
12337
|
if (_unary__edvuaz_1 > 0) {
|
|
12444
12338
|
this_0.s8(_Char___init__impl__6a9atx(32));
|
|
12445
12339
|
}
|
|
12446
|
-
if (!(
|
|
12447
|
-
appendFractional($this, this_0,
|
|
12340
|
+
if (!(tmp6 === 0) || hasDays || hasHours || hasMinutes) {
|
|
12341
|
+
appendFractional($this, this_0, tmp6, nanoseconds, 9, 's', false);
|
|
12448
12342
|
} else if (nanoseconds >= 1000000) {
|
|
12449
12343
|
appendFractional($this, this_0, nanoseconds / 1000000 | 0, nanoseconds % 1000000 | 0, 6, 'ms', false);
|
|
12450
12344
|
} else if (nanoseconds >= 1000) {
|
|
@@ -12502,16 +12396,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12502
12396
|
this_0.r8('PT');
|
|
12503
12397
|
// Inline function 'kotlin.time.Duration.toComponents' call
|
|
12504
12398
|
var this_1 = _Duration___get_absoluteValue__impl__vr7i6w($this);
|
|
12505
|
-
var
|
|
12399
|
+
var tmp0 = _Duration___get_inWholeHours__impl__kb9f3j(this_1);
|
|
12506
12400
|
var tmp2 = _Duration___get_minutesComponent__impl__ctvd8u(this_1);
|
|
12507
|
-
var
|
|
12401
|
+
var tmp4 = _Duration___get_secondsComponent__impl__if34a6(this_1);
|
|
12508
12402
|
var nanoseconds = _Duration___get_nanosecondsComponent__impl__nh19kq(this_1);
|
|
12509
|
-
var hours =
|
|
12403
|
+
var hours = tmp0;
|
|
12510
12404
|
if (Duration__isInfinite_impl_tsn9y3($this)) {
|
|
12511
12405
|
hours = new Long(1316134911, 2328);
|
|
12512
12406
|
}
|
|
12513
12407
|
var hasHours = !hours.equals(new Long(0, 0));
|
|
12514
|
-
var hasSeconds = !(
|
|
12408
|
+
var hasSeconds = !(tmp4 === 0) || !(nanoseconds === 0);
|
|
12515
12409
|
var hasMinutes = !(tmp2 === 0) || (hasSeconds && hasHours);
|
|
12516
12410
|
if (hasHours) {
|
|
12517
12411
|
this_0.ed(hours).s8(_Char___init__impl__6a9atx(72));
|
|
@@ -12520,7 +12414,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12520
12414
|
this_0.dd(tmp2).s8(_Char___init__impl__6a9atx(77));
|
|
12521
12415
|
}
|
|
12522
12416
|
if (hasSeconds || (!hasHours && !hasMinutes)) {
|
|
12523
|
-
appendFractional($this, this_0,
|
|
12417
|
+
appendFractional($this, this_0, tmp4, nanoseconds, 9, 'S', true);
|
|
12524
12418
|
}
|
|
12525
12419
|
return this_0.toString();
|
|
12526
12420
|
}
|
|
@@ -12601,7 +12495,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12601
12495
|
var index = 0;
|
|
12602
12496
|
var result = Companion_getInstance_21().yk_1;
|
|
12603
12497
|
var infinityString = 'Infinity';
|
|
12604
|
-
var tmp0_subject =
|
|
12498
|
+
var tmp0_subject = charCodeAt(value, index);
|
|
12605
12499
|
if (tmp0_subject === _Char___init__impl__6a9atx(43) || tmp0_subject === _Char___init__impl__6a9atx(45)) {
|
|
12606
12500
|
index = index + 1 | 0;
|
|
12607
12501
|
}
|
|
@@ -12610,7 +12504,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12610
12504
|
if (length <= index)
|
|
12611
12505
|
throw IllegalArgumentException_init_$Create$_0('No components');
|
|
12612
12506
|
else {
|
|
12613
|
-
if (
|
|
12507
|
+
if (charCodeAt(value, index) === _Char___init__impl__6a9atx(80)) {
|
|
12614
12508
|
index = index + 1 | 0;
|
|
12615
12509
|
if (index === length)
|
|
12616
12510
|
throw IllegalArgumentException_init_$Create$();
|
|
@@ -12618,7 +12512,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12618
12512
|
var isTimeComponent = false;
|
|
12619
12513
|
var prevUnit = null;
|
|
12620
12514
|
$l$loop: while (index < length) {
|
|
12621
|
-
if (
|
|
12515
|
+
if (charCodeAt(value, index) === _Char___init__impl__6a9atx(84)) {
|
|
12622
12516
|
var tmp;
|
|
12623
12517
|
if (isTimeComponent) {
|
|
12624
12518
|
tmp = true;
|
|
@@ -12638,7 +12532,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12638
12532
|
$l$loop_0: while (true) {
|
|
12639
12533
|
var tmp_0;
|
|
12640
12534
|
if (i < value.length) {
|
|
12641
|
-
var it =
|
|
12535
|
+
var it = charCodeAt(value, i);
|
|
12642
12536
|
tmp_0 = (_Char___init__impl__6a9atx(48) <= it ? it <= _Char___init__impl__6a9atx(57) : false) || contains_7(nonDigitSymbols, it);
|
|
12643
12537
|
} else {
|
|
12644
12538
|
tmp_0 = false;
|
|
@@ -12648,10 +12542,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12648
12542
|
}
|
|
12649
12543
|
i = i + 1 | 0;
|
|
12650
12544
|
}
|
|
12651
|
-
|
|
12652
|
-
var
|
|
12653
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12654
|
-
var component = value.substring(startIndex, endIndex);
|
|
12545
|
+
var tmp$ret$1 = i;
|
|
12546
|
+
var component = substring(value, startIndex, tmp$ret$1);
|
|
12655
12547
|
// Inline function 'kotlin.text.isEmpty' call
|
|
12656
12548
|
if (charSequenceLength(component) === 0)
|
|
12657
12549
|
throw IllegalArgumentException_init_$Create$();
|
|
@@ -12672,15 +12564,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12672
12564
|
prevUnit = unit;
|
|
12673
12565
|
var dotIndex = indexOf_4(component, _Char___init__impl__6a9atx(46));
|
|
12674
12566
|
if (unit.equals(DurationUnit_SECONDS_getInstance()) && dotIndex > 0) {
|
|
12675
|
-
|
|
12676
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12677
|
-
var whole = component.substring(0, dotIndex);
|
|
12567
|
+
var whole = substring(component, 0, dotIndex);
|
|
12678
12568
|
result = Duration__plus_impl_yu9v8f(result, toDuration_0(parseOverLongIsoComponent(whole), unit));
|
|
12679
|
-
|
|
12680
|
-
// Inline function 'kotlin.text.substring' call
|
|
12681
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12682
|
-
var tmp$ret$10 = component.substring(dotIndex);
|
|
12683
|
-
result = Duration__plus_impl_yu9v8f(tmp_2, toDuration_1(toDouble(tmp$ret$10), unit));
|
|
12569
|
+
result = Duration__plus_impl_yu9v8f(result, toDuration_1(toDouble(substring_0(component, dotIndex)), unit));
|
|
12684
12570
|
} else {
|
|
12685
12571
|
result = Duration__plus_impl_yu9v8f(result, toDuration_0(parseOverLongIsoComponent(component), unit));
|
|
12686
12572
|
}
|
|
@@ -12689,23 +12575,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12689
12575
|
if (strictIso)
|
|
12690
12576
|
throw IllegalArgumentException_init_$Create$();
|
|
12691
12577
|
else {
|
|
12692
|
-
var
|
|
12693
|
-
var
|
|
12578
|
+
var tmp_2 = index;
|
|
12579
|
+
var tmp0 = length - index | 0;
|
|
12694
12580
|
// Inline function 'kotlin.comparisons.maxOf' call
|
|
12695
12581
|
var b = infinityString.length;
|
|
12696
|
-
var tmp$ret$
|
|
12697
|
-
if (regionMatches(value,
|
|
12582
|
+
var tmp$ret$5 = Math.max(tmp0, b);
|
|
12583
|
+
if (regionMatches(value, tmp_2, infinityString, 0, tmp$ret$5, true)) {
|
|
12698
12584
|
result = Companion_getInstance_21().zk_1;
|
|
12699
12585
|
} else {
|
|
12700
12586
|
var prevUnit_0 = null;
|
|
12701
12587
|
var afterFirst = false;
|
|
12702
12588
|
var allowSpaces = !hasSign;
|
|
12703
|
-
if (hasSign &&
|
|
12589
|
+
if (hasSign && charCodeAt(value, index) === _Char___init__impl__6a9atx(40) && last_1(value) === _Char___init__impl__6a9atx(41)) {
|
|
12704
12590
|
allowSpaces = true;
|
|
12705
12591
|
index = index + 1 | 0;
|
|
12706
|
-
var
|
|
12592
|
+
var tmp_3 = index;
|
|
12707
12593
|
length = length - 1 | 0;
|
|
12708
|
-
if (
|
|
12594
|
+
if (tmp_3 === length)
|
|
12709
12595
|
throw IllegalArgumentException_init_$Create$_0('No components');
|
|
12710
12596
|
}
|
|
12711
12597
|
while (index < length) {
|
|
@@ -12713,13 +12599,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12713
12599
|
// Inline function 'kotlin.time.skipWhile' call
|
|
12714
12600
|
var i_0 = index;
|
|
12715
12601
|
$l$loop_1: while (true) {
|
|
12716
|
-
var
|
|
12602
|
+
var tmp_4;
|
|
12717
12603
|
if (i_0 < value.length) {
|
|
12718
|
-
|
|
12604
|
+
tmp_4 = charCodeAt(value, i_0) === _Char___init__impl__6a9atx(32);
|
|
12719
12605
|
} else {
|
|
12720
|
-
|
|
12606
|
+
tmp_4 = false;
|
|
12721
12607
|
}
|
|
12722
|
-
if (!
|
|
12608
|
+
if (!tmp_4) {
|
|
12723
12609
|
break $l$loop_1;
|
|
12724
12610
|
}
|
|
12725
12611
|
i_0 = i_0 + 1 | 0;
|
|
@@ -12732,22 +12618,20 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12732
12618
|
// Inline function 'kotlin.time.skipWhile' call
|
|
12733
12619
|
var i_1 = startIndex_0;
|
|
12734
12620
|
$l$loop_2: while (true) {
|
|
12735
|
-
var
|
|
12621
|
+
var tmp_5;
|
|
12736
12622
|
if (i_1 < value.length) {
|
|
12737
|
-
var it_0 =
|
|
12738
|
-
|
|
12623
|
+
var it_0 = charCodeAt(value, i_1);
|
|
12624
|
+
tmp_5 = (_Char___init__impl__6a9atx(48) <= it_0 ? it_0 <= _Char___init__impl__6a9atx(57) : false) || it_0 === _Char___init__impl__6a9atx(46);
|
|
12739
12625
|
} else {
|
|
12740
|
-
|
|
12626
|
+
tmp_5 = false;
|
|
12741
12627
|
}
|
|
12742
|
-
if (!
|
|
12628
|
+
if (!tmp_5) {
|
|
12743
12629
|
break $l$loop_2;
|
|
12744
12630
|
}
|
|
12745
12631
|
i_1 = i_1 + 1 | 0;
|
|
12746
12632
|
}
|
|
12747
|
-
|
|
12748
|
-
var
|
|
12749
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12750
|
-
var component_0 = value.substring(startIndex_0, endIndex_0);
|
|
12633
|
+
var tmp$ret$9 = i_1;
|
|
12634
|
+
var component_0 = substring(value, startIndex_0, tmp$ret$9);
|
|
12751
12635
|
// Inline function 'kotlin.text.isEmpty' call
|
|
12752
12636
|
if (charSequenceLength(component_0) === 0)
|
|
12753
12637
|
throw IllegalArgumentException_init_$Create$();
|
|
@@ -12757,22 +12641,20 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12757
12641
|
// Inline function 'kotlin.time.skipWhile' call
|
|
12758
12642
|
var i_2 = startIndex_1;
|
|
12759
12643
|
$l$loop_3: while (true) {
|
|
12760
|
-
var
|
|
12644
|
+
var tmp_6;
|
|
12761
12645
|
if (i_2 < value.length) {
|
|
12762
|
-
var it_1 =
|
|
12763
|
-
|
|
12646
|
+
var it_1 = charCodeAt(value, i_2);
|
|
12647
|
+
tmp_6 = _Char___init__impl__6a9atx(97) <= it_1 ? it_1 <= _Char___init__impl__6a9atx(122) : false;
|
|
12764
12648
|
} else {
|
|
12765
|
-
|
|
12649
|
+
tmp_6 = false;
|
|
12766
12650
|
}
|
|
12767
|
-
if (!
|
|
12651
|
+
if (!tmp_6) {
|
|
12768
12652
|
break $l$loop_3;
|
|
12769
12653
|
}
|
|
12770
12654
|
i_2 = i_2 + 1 | 0;
|
|
12771
12655
|
}
|
|
12772
|
-
|
|
12773
|
-
var
|
|
12774
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12775
|
-
var unitName = value.substring(startIndex_1, endIndex_1);
|
|
12656
|
+
var tmp$ret$13 = i_2;
|
|
12657
|
+
var unitName = substring(value, startIndex_1, tmp$ret$13);
|
|
12776
12658
|
index = index + unitName.length | 0;
|
|
12777
12659
|
var unit_0 = durationUnitByShortName(unitName);
|
|
12778
12660
|
if (!(prevUnit_0 == null) && prevUnit_0.u2(unit_0) <= 0)
|
|
@@ -12780,15 +12662,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12780
12662
|
prevUnit_0 = unit_0;
|
|
12781
12663
|
var dotIndex_0 = indexOf_4(component_0, _Char___init__impl__6a9atx(46));
|
|
12782
12664
|
if (dotIndex_0 > 0) {
|
|
12783
|
-
|
|
12784
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12785
|
-
var whole_0 = component_0.substring(0, dotIndex_0);
|
|
12665
|
+
var whole_0 = substring(component_0, 0, dotIndex_0);
|
|
12786
12666
|
result = Duration__plus_impl_yu9v8f(result, toDuration_0(toLong_0(whole_0), unit_0));
|
|
12787
|
-
|
|
12788
|
-
// Inline function 'kotlin.text.substring' call
|
|
12789
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
12790
|
-
var tmp$ret$28 = component_0.substring(dotIndex_0);
|
|
12791
|
-
result = Duration__plus_impl_yu9v8f(tmp_8, toDuration_1(toDouble(tmp$ret$28), unit_0));
|
|
12667
|
+
result = Duration__plus_impl_yu9v8f(result, toDuration_1(toDouble(substring_0(component_0, dotIndex_0)), unit_0));
|
|
12792
12668
|
if (index < length)
|
|
12793
12669
|
throw IllegalArgumentException_init_$Create$_0('Fractional component must be last');
|
|
12794
12670
|
} else {
|
|
@@ -12838,7 +12714,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12838
12714
|
function parseOverLongIsoComponent(value) {
|
|
12839
12715
|
var length = value.length;
|
|
12840
12716
|
var startIndex = 0;
|
|
12841
|
-
if (length > 0 && contains_7('+-',
|
|
12717
|
+
if (length > 0 && contains_7('+-', charCodeAt(value, 0))) {
|
|
12842
12718
|
startIndex = startIndex + 1 | 0;
|
|
12843
12719
|
}
|
|
12844
12720
|
if ((length - startIndex | 0) > 16) {
|
|
@@ -12850,7 +12726,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12850
12726
|
do {
|
|
12851
12727
|
var index = inductionVariable;
|
|
12852
12728
|
inductionVariable = inductionVariable + 1 | 0;
|
|
12853
|
-
var tmp0_subject =
|
|
12729
|
+
var tmp0_subject = charCodeAt(value, index);
|
|
12854
12730
|
if (tmp0_subject === _Char___init__impl__6a9atx(48)) {
|
|
12855
12731
|
if (firstNonZero === index) {
|
|
12856
12732
|
firstNonZero = firstNonZero + 1 | 0;
|
|
@@ -12861,14 +12737,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12861
12737
|
}
|
|
12862
12738
|
while (inductionVariable < length);
|
|
12863
12739
|
if ((length - firstNonZero | 0) > 16) {
|
|
12864
|
-
return
|
|
12740
|
+
return charCodeAt(value, 0) === _Char___init__impl__6a9atx(45) ? new Long(0, -2147483648) : new Long(-1, 2147483647);
|
|
12865
12741
|
}
|
|
12866
12742
|
}
|
|
12867
12743
|
}
|
|
12868
12744
|
var tmp;
|
|
12869
12745
|
var tmp_0;
|
|
12870
12746
|
if (startsWith(value, '+') && length > 1) {
|
|
12871
|
-
var containsArg =
|
|
12747
|
+
var containsArg = charCodeAt(value, 1);
|
|
12872
12748
|
tmp_0 = _Char___init__impl__6a9atx(48) <= containsArg ? containsArg <= _Char___init__impl__6a9atx(57) : false;
|
|
12873
12749
|
} else {
|
|
12874
12750
|
tmp_0 = false;
|
|
@@ -12991,10 +12867,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
12991
12867
|
if (equals(get_UNDEFINED_RESULT(), result)) {
|
|
12992
12868
|
var tmp_1;
|
|
12993
12869
|
try {
|
|
12994
|
-
var
|
|
12870
|
+
var tmp0 = this.gl_1;
|
|
12995
12871
|
// Inline function 'kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn' call
|
|
12996
12872
|
var param = this.hl_1;
|
|
12997
|
-
tmp_1 = startCoroutineUninterceptedOrReturnNonGeneratorVersion_0(
|
|
12873
|
+
tmp_1 = startCoroutineUninterceptedOrReturnNonGeneratorVersion_0(tmp0, this, param, cont);
|
|
12998
12874
|
} catch ($p) {
|
|
12999
12875
|
var tmp_2;
|
|
13000
12876
|
if ($p instanceof Error) {
|
|
@@ -13327,21 +13203,21 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13327
13203
|
if (!this.xl_1.equals(other.xl_1)) {
|
|
13328
13204
|
// Inline function 'kotlin.toULong' call
|
|
13329
13205
|
var this_0 = this.xl_1;
|
|
13330
|
-
var
|
|
13206
|
+
var tmp0 = _ULong___init__impl__c78o9k(this_0);
|
|
13331
13207
|
// Inline function 'kotlin.toULong' call
|
|
13332
13208
|
var this_1 = other.xl_1;
|
|
13333
13209
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13334
13210
|
var other_0 = _ULong___init__impl__c78o9k(this_1);
|
|
13335
|
-
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(
|
|
13211
|
+
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0), _ULong___get_data__impl__fggpzb(other_0));
|
|
13336
13212
|
} else {
|
|
13337
13213
|
// Inline function 'kotlin.toULong' call
|
|
13338
13214
|
var this_2 = this.yl_1;
|
|
13339
|
-
var
|
|
13215
|
+
var tmp0_0 = _ULong___init__impl__c78o9k(this_2);
|
|
13340
13216
|
// Inline function 'kotlin.toULong' call
|
|
13341
13217
|
var this_3 = other.yl_1;
|
|
13342
13218
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13343
13219
|
var other_1 = _ULong___init__impl__c78o9k(this_3);
|
|
13344
|
-
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(
|
|
13220
|
+
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp0_0), _ULong___get_data__impl__fggpzb(other_1));
|
|
13345
13221
|
}
|
|
13346
13222
|
return tmp;
|
|
13347
13223
|
};
|
|
@@ -13355,20 +13231,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13355
13231
|
return joinToString(_this__u8e3s4, VOID, '[', ']', maxSize);
|
|
13356
13232
|
}
|
|
13357
13233
|
function truncateForErrorMessage_0(_this__u8e3s4, maxLength) {
|
|
13358
|
-
|
|
13359
|
-
if (_this__u8e3s4.length <= maxLength) {
|
|
13360
|
-
tmp = _this__u8e3s4;
|
|
13361
|
-
} else {
|
|
13362
|
-
// Inline function 'kotlin.text.substring' call
|
|
13363
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
13364
|
-
tmp = _this__u8e3s4.substring(0, maxLength) + '...';
|
|
13365
|
-
}
|
|
13366
|
-
return tmp;
|
|
13234
|
+
return _this__u8e3s4.length <= maxLength ? _this__u8e3s4 : substring(_this__u8e3s4, 0, maxLength) + '...';
|
|
13367
13235
|
}
|
|
13368
13236
|
function checkHyphenAt(_this__u8e3s4, index) {
|
|
13369
13237
|
// Inline function 'kotlin.require' call
|
|
13370
|
-
if (!(
|
|
13371
|
-
var message = "Expected '-' (hyphen) at index " + index + ", but was '" + toString(
|
|
13238
|
+
if (!(charCodeAt(_this__u8e3s4, index) === _Char___init__impl__6a9atx(45))) {
|
|
13239
|
+
var message = "Expected '-' (hyphen) at index " + index + ", but was '" + toString(charCodeAt(_this__u8e3s4, index)) + "'";
|
|
13372
13240
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
13373
13241
|
}
|
|
13374
13242
|
}
|
|
@@ -13513,7 +13381,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13513
13381
|
// Inline function 'kotlin.UByte.toByte' call
|
|
13514
13382
|
var this_0 = element.fm_1;
|
|
13515
13383
|
var tmp$ret$1 = _UByte___get_data__impl__jof9qr(this_0);
|
|
13516
|
-
tmp_0 =
|
|
13384
|
+
tmp_0 = contains_3(tmp_1, tmp$ret$1);
|
|
13517
13385
|
} else {
|
|
13518
13386
|
tmp_0 = false;
|
|
13519
13387
|
}
|
|
@@ -13705,7 +13573,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13705
13573
|
// Inline function 'kotlin.UInt.toInt' call
|
|
13706
13574
|
var this_0 = element.qm_1;
|
|
13707
13575
|
var tmp$ret$1 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
13708
|
-
tmp_0 =
|
|
13576
|
+
tmp_0 = contains_1(tmp_1, tmp$ret$1);
|
|
13709
13577
|
} else {
|
|
13710
13578
|
tmp_0 = false;
|
|
13711
13579
|
}
|
|
@@ -13897,7 +13765,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13897
13765
|
// Inline function 'kotlin.ULong.toLong' call
|
|
13898
13766
|
var this_0 = element.bn_1;
|
|
13899
13767
|
var tmp$ret$1 = _ULong___get_data__impl__fggpzb(this_0);
|
|
13900
|
-
tmp_0 =
|
|
13768
|
+
tmp_0 = contains_0(tmp_1, tmp$ret$1);
|
|
13901
13769
|
} else {
|
|
13902
13770
|
tmp_0 = false;
|
|
13903
13771
|
}
|
|
@@ -14091,7 +13959,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14091
13959
|
// Inline function 'kotlin.UShort.toShort' call
|
|
14092
13960
|
var this_0 = element.mn_1;
|
|
14093
13961
|
var tmp$ret$1 = _UShort___get_data__impl__g0245(this_0);
|
|
14094
|
-
tmp_0 =
|
|
13962
|
+
tmp_0 = contains_2(tmp_1, tmp$ret$1);
|
|
14095
13963
|
} else {
|
|
14096
13964
|
tmp_0 = false;
|
|
14097
13965
|
}
|
|
@@ -14214,7 +14082,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14214
14082
|
return null;
|
|
14215
14083
|
var limit = _ULong___init__impl__c78o9k(new Long(-1, -1));
|
|
14216
14084
|
var start;
|
|
14217
|
-
var firstChar =
|
|
14085
|
+
var firstChar = charCodeAt(_this__u8e3s4, 0);
|
|
14218
14086
|
if (Char__compareTo_impl_ypi4mb(firstChar, _Char___init__impl__6a9atx(48)) < 0) {
|
|
14219
14087
|
if (length === 1 || !(firstChar === _Char___init__impl__6a9atx(43)))
|
|
14220
14088
|
return null;
|
|
@@ -14232,20 +14100,20 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14232
14100
|
do {
|
|
14233
14101
|
var i = inductionVariable;
|
|
14234
14102
|
inductionVariable = inductionVariable + 1 | 0;
|
|
14235
|
-
var digit = digitOf(
|
|
14103
|
+
var digit = digitOf(charCodeAt(_this__u8e3s4, i), radix);
|
|
14236
14104
|
if (digit < 0)
|
|
14237
14105
|
return null;
|
|
14238
|
-
var
|
|
14106
|
+
var tmp0 = result;
|
|
14239
14107
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
14240
14108
|
var other = limitBeforeMul;
|
|
14241
|
-
if (ulongCompare(_ULong___get_data__impl__fggpzb(
|
|
14109
|
+
if (ulongCompare(_ULong___get_data__impl__fggpzb(tmp0), _ULong___get_data__impl__fggpzb(other)) > 0) {
|
|
14242
14110
|
if (equals(limitBeforeMul, limitForMaxRadix)) {
|
|
14243
14111
|
// Inline function 'kotlin.ULong.div' call
|
|
14244
14112
|
limitBeforeMul = ulongDivide(limit, uradix);
|
|
14245
|
-
var
|
|
14113
|
+
var tmp0_0 = result;
|
|
14246
14114
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
14247
14115
|
var other_0 = limitBeforeMul;
|
|
14248
|
-
if (ulongCompare(_ULong___get_data__impl__fggpzb(
|
|
14116
|
+
if (ulongCompare(_ULong___get_data__impl__fggpzb(tmp0_0), _ULong___get_data__impl__fggpzb(other_0)) > 0) {
|
|
14249
14117
|
return null;
|
|
14250
14118
|
}
|
|
14251
14119
|
} else {
|
|
@@ -14256,7 +14124,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14256
14124
|
var this_0 = result;
|
|
14257
14125
|
result = _ULong___init__impl__c78o9k(_ULong___get_data__impl__fggpzb(this_0).b3(_ULong___get_data__impl__fggpzb(uradix)));
|
|
14258
14126
|
var beforeAdding = result;
|
|
14259
|
-
var
|
|
14127
|
+
var tmp0_1 = result;
|
|
14260
14128
|
// Inline function 'kotlin.toUInt' call
|
|
14261
14129
|
// Inline function 'kotlin.ULong.plus' call
|
|
14262
14130
|
// Inline function 'kotlin.UInt.toULong' call
|
|
@@ -14267,7 +14135,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14267
14135
|
var tmp$ret$6 = toLong(value).m3(new Long(-1, 0));
|
|
14268
14136
|
// Inline function 'kotlin.ULong.plus' call
|
|
14269
14137
|
var other_1 = _ULong___init__impl__c78o9k(tmp$ret$6);
|
|
14270
|
-
result = _ULong___init__impl__c78o9k(_ULong___get_data__impl__fggpzb(
|
|
14138
|
+
result = _ULong___init__impl__c78o9k(_ULong___get_data__impl__fggpzb(tmp0_1).z2(_ULong___get_data__impl__fggpzb(other_1)));
|
|
14271
14139
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
14272
14140
|
var this_2 = result;
|
|
14273
14141
|
if (ulongCompare(_ULong___get_data__impl__fggpzb(this_2), _ULong___get_data__impl__fggpzb(beforeAdding)) < 0)
|
|
@@ -14283,7 +14151,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14283
14151
|
return null;
|
|
14284
14152
|
var limit = _UInt___init__impl__l7qpdl(-1);
|
|
14285
14153
|
var start;
|
|
14286
|
-
var firstChar =
|
|
14154
|
+
var firstChar = charCodeAt(_this__u8e3s4, 0);
|
|
14287
14155
|
if (Char__compareTo_impl_ypi4mb(firstChar, _Char___init__impl__6a9atx(48)) < 0) {
|
|
14288
14156
|
if (length === 1 || !(firstChar === _Char___init__impl__6a9atx(43)))
|
|
14289
14157
|
return null;
|
|
@@ -14301,20 +14169,20 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14301
14169
|
do {
|
|
14302
14170
|
var i = inductionVariable;
|
|
14303
14171
|
inductionVariable = inductionVariable + 1 | 0;
|
|
14304
|
-
var digit = digitOf(
|
|
14172
|
+
var digit = digitOf(charCodeAt(_this__u8e3s4, i), radix);
|
|
14305
14173
|
if (digit < 0)
|
|
14306
14174
|
return null;
|
|
14307
|
-
var
|
|
14175
|
+
var tmp0 = result;
|
|
14308
14176
|
// Inline function 'kotlin.UInt.compareTo' call
|
|
14309
14177
|
var other = limitBeforeMul;
|
|
14310
|
-
if (uintCompare(_UInt___get_data__impl__f0vqqw(
|
|
14178
|
+
if (uintCompare(_UInt___get_data__impl__f0vqqw(tmp0), _UInt___get_data__impl__f0vqqw(other)) > 0) {
|
|
14311
14179
|
if (limitBeforeMul === limitForMaxRadix) {
|
|
14312
14180
|
// Inline function 'kotlin.UInt.div' call
|
|
14313
14181
|
limitBeforeMul = uintDivide(limit, uradix);
|
|
14314
|
-
var
|
|
14182
|
+
var tmp0_0 = result;
|
|
14315
14183
|
// Inline function 'kotlin.UInt.compareTo' call
|
|
14316
14184
|
var other_0 = limitBeforeMul;
|
|
14317
|
-
if (uintCompare(_UInt___get_data__impl__f0vqqw(
|
|
14185
|
+
if (uintCompare(_UInt___get_data__impl__f0vqqw(tmp0_0), _UInt___get_data__impl__f0vqqw(other_0)) > 0) {
|
|
14318
14186
|
return null;
|
|
14319
14187
|
}
|
|
14320
14188
|
} else {
|
|
@@ -14325,11 +14193,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14325
14193
|
var this_0 = result;
|
|
14326
14194
|
result = _UInt___init__impl__l7qpdl(imul(_UInt___get_data__impl__f0vqqw(this_0), _UInt___get_data__impl__f0vqqw(uradix)));
|
|
14327
14195
|
var beforeAdding = result;
|
|
14328
|
-
var
|
|
14196
|
+
var tmp0_1 = result;
|
|
14329
14197
|
// Inline function 'kotlin.toUInt' call
|
|
14330
14198
|
// Inline function 'kotlin.UInt.plus' call
|
|
14331
14199
|
var other_1 = _UInt___init__impl__l7qpdl(digit);
|
|
14332
|
-
result = _UInt___init__impl__l7qpdl(_UInt___get_data__impl__f0vqqw(
|
|
14200
|
+
result = _UInt___init__impl__l7qpdl(_UInt___get_data__impl__f0vqqw(tmp0_1) + _UInt___get_data__impl__f0vqqw(other_1) | 0);
|
|
14333
14201
|
// Inline function 'kotlin.UInt.compareTo' call
|
|
14334
14202
|
var this_1 = result;
|
|
14335
14203
|
if (uintCompare(_UInt___get_data__impl__f0vqqw(this_1), _UInt___get_data__impl__f0vqqw(beforeAdding)) < 0)
|
|
@@ -14698,179 +14566,182 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14698
14566
|
_.$_$.da = captureStack;
|
|
14699
14567
|
_.$_$.ea = charArrayOf;
|
|
14700
14568
|
_.$_$.fa = charArray;
|
|
14701
|
-
_.$_$.ga =
|
|
14702
|
-
_.$_$.ha =
|
|
14703
|
-
_.$_$.ia =
|
|
14704
|
-
_.$_$.ja =
|
|
14705
|
-
_.$_$.ka =
|
|
14706
|
-
_.$_$.la =
|
|
14707
|
-
_.$_$.ma =
|
|
14708
|
-
_.$_$.na =
|
|
14709
|
-
_.$_$.oa =
|
|
14710
|
-
_.$_$.pa =
|
|
14711
|
-
_.$_$.qa =
|
|
14712
|
-
_.$_$.ra =
|
|
14713
|
-
_.$_$.sa =
|
|
14714
|
-
_.$_$.ta =
|
|
14715
|
-
_.$_$.ua =
|
|
14716
|
-
_.$_$.va =
|
|
14717
|
-
_.$_$.wa =
|
|
14718
|
-
_.$_$.xa =
|
|
14719
|
-
_.$_$.ya =
|
|
14720
|
-
_.$_$.za =
|
|
14721
|
-
_.$_$.ab =
|
|
14722
|
-
_.$_$.bb =
|
|
14723
|
-
_.$_$.cb =
|
|
14724
|
-
_.$_$.db =
|
|
14725
|
-
_.$_$.eb =
|
|
14726
|
-
_.$_$.fb =
|
|
14727
|
-
_.$_$.gb =
|
|
14728
|
-
_.$_$.hb =
|
|
14729
|
-
_.$_$.ib =
|
|
14730
|
-
_.$_$.jb =
|
|
14731
|
-
_.$_$.kb =
|
|
14732
|
-
_.$_$.lb =
|
|
14733
|
-
_.$_$.mb =
|
|
14734
|
-
_.$_$.nb =
|
|
14735
|
-
_.$_$.ob =
|
|
14736
|
-
_.$_$.pb =
|
|
14737
|
-
_.$_$.qb =
|
|
14738
|
-
_.$_$.rb =
|
|
14739
|
-
_.$_$.sb =
|
|
14740
|
-
_.$_$.tb =
|
|
14741
|
-
_.$_$.ub =
|
|
14742
|
-
_.$_$.vb =
|
|
14743
|
-
_.$_$.wb =
|
|
14744
|
-
_.$_$.xb =
|
|
14745
|
-
_.$_$.yb =
|
|
14746
|
-
_.$_$.zb =
|
|
14747
|
-
_.$_$.ac =
|
|
14748
|
-
_.$_$.bc =
|
|
14749
|
-
_.$_$.cc =
|
|
14750
|
-
_.$_$.dc =
|
|
14751
|
-
_.$_$.ec =
|
|
14752
|
-
_.$_$.fc =
|
|
14753
|
-
_.$_$.gc =
|
|
14754
|
-
_.$_$.hc =
|
|
14755
|
-
_.$_$.ic =
|
|
14756
|
-
_.$_$.jc =
|
|
14757
|
-
_.$_$.kc =
|
|
14758
|
-
_.$_$.lc =
|
|
14759
|
-
_.$_$.mc =
|
|
14760
|
-
_.$_$.nc =
|
|
14761
|
-
_.$_$.oc =
|
|
14762
|
-
_.$_$.pc =
|
|
14763
|
-
_.$_$.qc =
|
|
14764
|
-
_.$_$.rc =
|
|
14765
|
-
_.$_$.sc =
|
|
14766
|
-
_.$_$.tc =
|
|
14767
|
-
_.$_$.uc =
|
|
14768
|
-
_.$_$.vc =
|
|
14769
|
-
_.$_$.wc =
|
|
14770
|
-
_.$_$.xc =
|
|
14771
|
-
_.$_$.yc =
|
|
14772
|
-
_.$_$.zc =
|
|
14773
|
-
_.$_$.ad =
|
|
14774
|
-
_.$_$.bd =
|
|
14775
|
-
_.$_$.cd =
|
|
14776
|
-
_.$_$.dd =
|
|
14777
|
-
_.$_$.ed =
|
|
14778
|
-
_.$_$.fd =
|
|
14779
|
-
_.$_$.gd =
|
|
14780
|
-
_.$_$.hd =
|
|
14781
|
-
_.$_$.id =
|
|
14782
|
-
_.$_$.jd =
|
|
14783
|
-
_.$_$.kd =
|
|
14784
|
-
_.$_$.ld =
|
|
14785
|
-
_.$_$.md =
|
|
14786
|
-
_.$_$.nd =
|
|
14787
|
-
_.$_$.od =
|
|
14788
|
-
_.$_$.pd =
|
|
14789
|
-
_.$_$.qd =
|
|
14790
|
-
_.$_$.rd =
|
|
14791
|
-
_.$_$.sd =
|
|
14792
|
-
_.$_$.td =
|
|
14793
|
-
_.$_$.ud =
|
|
14794
|
-
_.$_$.vd =
|
|
14795
|
-
_.$_$.wd =
|
|
14796
|
-
_.$_$.xd =
|
|
14797
|
-
_.$_$.yd =
|
|
14798
|
-
_.$_$.zd =
|
|
14799
|
-
_.$_$.ae =
|
|
14800
|
-
_.$_$.be =
|
|
14801
|
-
_.$_$.ce =
|
|
14802
|
-
_.$_$.de =
|
|
14803
|
-
_.$_$.ee =
|
|
14804
|
-
_.$_$.fe =
|
|
14805
|
-
_.$_$.ge =
|
|
14806
|
-
_.$_$.he =
|
|
14807
|
-
_.$_$.ie =
|
|
14808
|
-
_.$_$.je =
|
|
14809
|
-
_.$_$.ke =
|
|
14810
|
-
_.$_$.le =
|
|
14811
|
-
_.$_$.me =
|
|
14812
|
-
_.$_$.ne =
|
|
14813
|
-
_.$_$.oe =
|
|
14814
|
-
_.$_$.pe =
|
|
14815
|
-
_.$_$.qe =
|
|
14816
|
-
_.$_$.re =
|
|
14817
|
-
_.$_$.se =
|
|
14818
|
-
_.$_$.te =
|
|
14819
|
-
_.$_$.ue =
|
|
14820
|
-
_.$_$.ve =
|
|
14821
|
-
_.$_$.we =
|
|
14822
|
-
_.$_$.xe =
|
|
14823
|
-
_.$_$.ye =
|
|
14824
|
-
_.$_$.ze =
|
|
14825
|
-
_.$_$.af =
|
|
14826
|
-
_.$_$.bf =
|
|
14827
|
-
_.$_$.cf =
|
|
14828
|
-
_.$_$.df =
|
|
14829
|
-
_.$_$.ef =
|
|
14830
|
-
_.$_$.ff =
|
|
14831
|
-
_.$_$.gf =
|
|
14832
|
-
_.$_$.hf =
|
|
14833
|
-
_.$_$.if =
|
|
14834
|
-
_.$_$.jf =
|
|
14835
|
-
_.$_$.kf =
|
|
14836
|
-
_.$_$.lf =
|
|
14837
|
-
_.$_$.mf =
|
|
14838
|
-
_.$_$.nf =
|
|
14839
|
-
_.$_$.of =
|
|
14840
|
-
_.$_$.pf =
|
|
14841
|
-
_.$_$.qf =
|
|
14842
|
-
_.$_$.rf =
|
|
14843
|
-
_.$_$.sf =
|
|
14844
|
-
_.$_$.tf =
|
|
14845
|
-
_.$_$.uf =
|
|
14846
|
-
_.$_$.vf =
|
|
14847
|
-
_.$_$.wf =
|
|
14848
|
-
_.$_$.xf =
|
|
14849
|
-
_.$_$.yf =
|
|
14850
|
-
_.$_$.zf =
|
|
14851
|
-
_.$_$.ag =
|
|
14852
|
-
_.$_$.bg =
|
|
14853
|
-
_.$_$.cg =
|
|
14854
|
-
_.$_$.dg =
|
|
14855
|
-
_.$_$.eg =
|
|
14856
|
-
_.$_$.fg =
|
|
14857
|
-
_.$_$.gg =
|
|
14858
|
-
_.$_$.hg =
|
|
14859
|
-
_.$_$.ig =
|
|
14860
|
-
_.$_$.jg =
|
|
14861
|
-
_.$_$.kg =
|
|
14862
|
-
_.$_$.lg =
|
|
14863
|
-
_.$_$.mg =
|
|
14864
|
-
_.$_$.ng =
|
|
14865
|
-
_.$_$.og =
|
|
14866
|
-
_.$_$.pg =
|
|
14867
|
-
_.$_$.qg =
|
|
14868
|
-
_.$_$.rg =
|
|
14869
|
-
_.$_$.sg =
|
|
14870
|
-
_.$_$.tg =
|
|
14871
|
-
_.$_$.ug =
|
|
14872
|
-
_.$_$.vg =
|
|
14873
|
-
_.$_$.wg =
|
|
14569
|
+
_.$_$.ga = charCodeAt;
|
|
14570
|
+
_.$_$.ha = charSequenceGet;
|
|
14571
|
+
_.$_$.ia = charSequenceLength;
|
|
14572
|
+
_.$_$.ja = charSequenceSubSequence;
|
|
14573
|
+
_.$_$.ka = compareTo;
|
|
14574
|
+
_.$_$.la = defineProp;
|
|
14575
|
+
_.$_$.ma = equals;
|
|
14576
|
+
_.$_$.na = extendThrowable;
|
|
14577
|
+
_.$_$.oa = getBooleanHashCode;
|
|
14578
|
+
_.$_$.pa = getNumberHashCode;
|
|
14579
|
+
_.$_$.qa = getPropertyCallableRef;
|
|
14580
|
+
_.$_$.ra = getStringHashCode;
|
|
14581
|
+
_.$_$.sa = hashCode;
|
|
14582
|
+
_.$_$.ta = initMetadataForClass;
|
|
14583
|
+
_.$_$.ua = initMetadataForCompanion;
|
|
14584
|
+
_.$_$.va = initMetadataForCoroutine;
|
|
14585
|
+
_.$_$.wa = initMetadataForFunctionReference;
|
|
14586
|
+
_.$_$.xa = initMetadataForInterface;
|
|
14587
|
+
_.$_$.ya = initMetadataForLambda;
|
|
14588
|
+
_.$_$.za = initMetadataForObject;
|
|
14589
|
+
_.$_$.ab = isArray;
|
|
14590
|
+
_.$_$.bb = isBooleanArray;
|
|
14591
|
+
_.$_$.cb = isByteArray;
|
|
14592
|
+
_.$_$.db = isCharArray;
|
|
14593
|
+
_.$_$.eb = isCharSequence;
|
|
14594
|
+
_.$_$.fb = isDoubleArray;
|
|
14595
|
+
_.$_$.gb = isFloatArray;
|
|
14596
|
+
_.$_$.hb = isIntArray;
|
|
14597
|
+
_.$_$.ib = isInterface;
|
|
14598
|
+
_.$_$.jb = isLongArray;
|
|
14599
|
+
_.$_$.kb = isShortArray;
|
|
14600
|
+
_.$_$.lb = isSuspendFunction;
|
|
14601
|
+
_.$_$.mb = get_js;
|
|
14602
|
+
_.$_$.nb = longArray;
|
|
14603
|
+
_.$_$.ob = newThrowable;
|
|
14604
|
+
_.$_$.pb = numberRangeToNumber;
|
|
14605
|
+
_.$_$.qb = numberToChar;
|
|
14606
|
+
_.$_$.rb = numberToDouble;
|
|
14607
|
+
_.$_$.sb = numberToInt;
|
|
14608
|
+
_.$_$.tb = numberToLong;
|
|
14609
|
+
_.$_$.ub = objectCreate;
|
|
14610
|
+
_.$_$.vb = protoOf;
|
|
14611
|
+
_.$_$.wb = toByte;
|
|
14612
|
+
_.$_$.xb = toLong;
|
|
14613
|
+
_.$_$.yb = toShort;
|
|
14614
|
+
_.$_$.zb = toString_1;
|
|
14615
|
+
_.$_$.ac = abs;
|
|
14616
|
+
_.$_$.bc = roundToInt;
|
|
14617
|
+
_.$_$.cc = ClosedRange;
|
|
14618
|
+
_.$_$.dc = coerceAtLeast;
|
|
14619
|
+
_.$_$.ec = coerceAtMost;
|
|
14620
|
+
_.$_$.fc = coerceIn;
|
|
14621
|
+
_.$_$.gc = contains_5;
|
|
14622
|
+
_.$_$.hc = step;
|
|
14623
|
+
_.$_$.ic = until;
|
|
14624
|
+
_.$_$.jc = KClass;
|
|
14625
|
+
_.$_$.kc = KMutableProperty0;
|
|
14626
|
+
_.$_$.lc = KMutableProperty1;
|
|
14627
|
+
_.$_$.mc = KProperty0;
|
|
14628
|
+
_.$_$.nc = KProperty1;
|
|
14629
|
+
_.$_$.oc = KTypeParameter;
|
|
14630
|
+
_.$_$.pc = SequenceScope;
|
|
14631
|
+
_.$_$.qc = sequence;
|
|
14632
|
+
_.$_$.rc = concatToString;
|
|
14633
|
+
_.$_$.sc = concatToString_0;
|
|
14634
|
+
_.$_$.tc = contains_8;
|
|
14635
|
+
_.$_$.uc = contains_7;
|
|
14636
|
+
_.$_$.vc = decodeToString_0;
|
|
14637
|
+
_.$_$.wc = decodeToString;
|
|
14638
|
+
_.$_$.xc = encodeToByteArray_0;
|
|
14639
|
+
_.$_$.yc = encodeToByteArray;
|
|
14640
|
+
_.$_$.zc = endsWith_0;
|
|
14641
|
+
_.$_$.ad = endsWith;
|
|
14642
|
+
_.$_$.bd = equals_0;
|
|
14643
|
+
_.$_$.cd = first_1;
|
|
14644
|
+
_.$_$.dd = indexOfAny;
|
|
14645
|
+
_.$_$.ed = indexOf_5;
|
|
14646
|
+
_.$_$.fd = indexOf_4;
|
|
14647
|
+
_.$_$.gd = isBlank;
|
|
14648
|
+
_.$_$.hd = isSurrogate;
|
|
14649
|
+
_.$_$.id = isWhitespace;
|
|
14650
|
+
_.$_$.jd = get_lastIndex_3;
|
|
14651
|
+
_.$_$.kd = lastIndexOf_0;
|
|
14652
|
+
_.$_$.ld = last_1;
|
|
14653
|
+
_.$_$.md = padStart;
|
|
14654
|
+
_.$_$.nd = removePrefix;
|
|
14655
|
+
_.$_$.od = removeRange;
|
|
14656
|
+
_.$_$.pd = removeSuffix;
|
|
14657
|
+
_.$_$.qd = repeat;
|
|
14658
|
+
_.$_$.rd = replace_0;
|
|
14659
|
+
_.$_$.sd = replace;
|
|
14660
|
+
_.$_$.td = single_2;
|
|
14661
|
+
_.$_$.ud = split_1;
|
|
14662
|
+
_.$_$.vd = split;
|
|
14663
|
+
_.$_$.wd = startsWith;
|
|
14664
|
+
_.$_$.xd = startsWith_3;
|
|
14665
|
+
_.$_$.yd = startsWith_1;
|
|
14666
|
+
_.$_$.zd = startsWith_2;
|
|
14667
|
+
_.$_$.ae = substringAfter;
|
|
14668
|
+
_.$_$.be = substringBefore;
|
|
14669
|
+
_.$_$.ce = substring_2;
|
|
14670
|
+
_.$_$.de = substring_0;
|
|
14671
|
+
_.$_$.ee = substring;
|
|
14672
|
+
_.$_$.fe = takeLast;
|
|
14673
|
+
_.$_$.ge = take_0;
|
|
14674
|
+
_.$_$.he = toBooleanStrictOrNull;
|
|
14675
|
+
_.$_$.ie = toBoolean;
|
|
14676
|
+
_.$_$.je = toCharArray;
|
|
14677
|
+
_.$_$.ke = toDoubleOrNull;
|
|
14678
|
+
_.$_$.le = toDouble;
|
|
14679
|
+
_.$_$.me = toIntOrNull;
|
|
14680
|
+
_.$_$.ne = toInt;
|
|
14681
|
+
_.$_$.oe = toLongOrNull;
|
|
14682
|
+
_.$_$.pe = toLong_0;
|
|
14683
|
+
_.$_$.qe = toString_3;
|
|
14684
|
+
_.$_$.re = toUByte;
|
|
14685
|
+
_.$_$.se = toUInt;
|
|
14686
|
+
_.$_$.te = toULongOrNull;
|
|
14687
|
+
_.$_$.ue = toULong;
|
|
14688
|
+
_.$_$.ve = toUShort;
|
|
14689
|
+
_.$_$.we = trimIndent;
|
|
14690
|
+
_.$_$.xe = trimMargin;
|
|
14691
|
+
_.$_$.ye = trim;
|
|
14692
|
+
_.$_$.ze = Duration;
|
|
14693
|
+
_.$_$.af = toDuration;
|
|
14694
|
+
_.$_$.bf = Uuid;
|
|
14695
|
+
_.$_$.cf = ArithmeticException;
|
|
14696
|
+
_.$_$.df = AutoCloseable;
|
|
14697
|
+
_.$_$.ef = CharSequence;
|
|
14698
|
+
_.$_$.ff = Char;
|
|
14699
|
+
_.$_$.gf = Comparable;
|
|
14700
|
+
_.$_$.hf = Comparator;
|
|
14701
|
+
_.$_$.if = DeepRecursiveFunction;
|
|
14702
|
+
_.$_$.jf = DeepRecursiveScope;
|
|
14703
|
+
_.$_$.kf = Enum;
|
|
14704
|
+
_.$_$.lf = Error_0;
|
|
14705
|
+
_.$_$.mf = Exception;
|
|
14706
|
+
_.$_$.nf = IllegalArgumentException;
|
|
14707
|
+
_.$_$.of = IllegalStateException;
|
|
14708
|
+
_.$_$.pf = Long;
|
|
14709
|
+
_.$_$.qf = NoSuchElementException;
|
|
14710
|
+
_.$_$.rf = NotImplementedError;
|
|
14711
|
+
_.$_$.sf = Pair;
|
|
14712
|
+
_.$_$.tf = Result;
|
|
14713
|
+
_.$_$.uf = RuntimeException;
|
|
14714
|
+
_.$_$.vf = THROW_CCE;
|
|
14715
|
+
_.$_$.wf = THROW_IAE;
|
|
14716
|
+
_.$_$.xf = Triple;
|
|
14717
|
+
_.$_$.yf = UByteArray;
|
|
14718
|
+
_.$_$.zf = UByte;
|
|
14719
|
+
_.$_$.ag = UIntArray;
|
|
14720
|
+
_.$_$.bg = UInt;
|
|
14721
|
+
_.$_$.cg = ULongArray;
|
|
14722
|
+
_.$_$.dg = ULong;
|
|
14723
|
+
_.$_$.eg = UShortArray;
|
|
14724
|
+
_.$_$.fg = UShort;
|
|
14725
|
+
_.$_$.gg = Unit;
|
|
14726
|
+
_.$_$.hg = UnsupportedOperationException;
|
|
14727
|
+
_.$_$.ig = addSuppressed;
|
|
14728
|
+
_.$_$.jg = arrayOf;
|
|
14729
|
+
_.$_$.kg = closeFinally;
|
|
14730
|
+
_.$_$.lg = countTrailingZeroBits;
|
|
14731
|
+
_.$_$.mg = createFailure;
|
|
14732
|
+
_.$_$.ng = ensureNotNull;
|
|
14733
|
+
_.$_$.og = invoke;
|
|
14734
|
+
_.$_$.pg = isFinite;
|
|
14735
|
+
_.$_$.qg = isFinite_0;
|
|
14736
|
+
_.$_$.rg = isNaN_0;
|
|
14737
|
+
_.$_$.sg = lazy_0;
|
|
14738
|
+
_.$_$.tg = lazy;
|
|
14739
|
+
_.$_$.ug = noWhenBranchMatchedException;
|
|
14740
|
+
_.$_$.vg = plus_4;
|
|
14741
|
+
_.$_$.wg = stackTraceToString;
|
|
14742
|
+
_.$_$.xg = throwUninitializedPropertyAccessException;
|
|
14743
|
+
_.$_$.yg = toString_0;
|
|
14744
|
+
_.$_$.zg = to;
|
|
14874
14745
|
//endregion
|
|
14875
14746
|
return _;
|
|
14876
14747
|
}(module.exports));
|