@doordeck/doordeck-headless-sdk 0.105.0 → 0.107.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 +316 -0
- package/kotlin/Kermit-kermit.js +51 -0
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1399 -1399
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +17 -17
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +10 -10
- package/kotlin/doordeck-sdk.d.ts +4 -2
- package/kotlin/doordeck-sdk.js +9905 -9672
- package/kotlin/kotlin-kotlin-stdlib.js +167 -158
- package/kotlin/kotlinx-atomicfu.js +13 -13
- package/kotlin/kotlinx-coroutines-core.js +2086 -1904
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +32 -32
- package/kotlin/kotlinx-io-kotlinx-io-core.js +427 -427
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1738 -1738
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1346 -1346
- package/kotlin/ktor-ktor-client-ktor-client-core.js +2314 -1913
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +254 -254
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +151 -151
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-logging.js +3131 -2
- package/kotlin/ktor-ktor-http-ktor-http-cio.js +350 -350
- package/kotlin/ktor-ktor-http.js +730 -715
- package/kotlin/ktor-ktor-io.js +805 -630
- package/kotlin/ktor-ktor-shared-ktor-events.js +9 -9
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +146 -146
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +68 -68
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +40 -40
- package/kotlin/ktor-ktor-utils.js +1182 -577
- package/package.json +1 -1
|
@@ -13207,6 +13207,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13207
13207
|
protoOf(Triple).toString = function () {
|
|
13208
13208
|
return '(' + toString_0(this.ql_1) + ', ' + toString_0(this.rl_1) + ', ' + toString_0(this.sl_1) + ')';
|
|
13209
13209
|
};
|
|
13210
|
+
protoOf(Triple).tg = function () {
|
|
13211
|
+
return this.ql_1;
|
|
13212
|
+
};
|
|
13213
|
+
protoOf(Triple).ug = function () {
|
|
13214
|
+
return this.rl_1;
|
|
13215
|
+
};
|
|
13216
|
+
protoOf(Triple).tl = function () {
|
|
13217
|
+
return this.sl_1;
|
|
13218
|
+
};
|
|
13210
13219
|
protoOf(Triple).hashCode = function () {
|
|
13211
13220
|
var result = this.ql_1 == null ? 0 : hashCode(this.ql_1);
|
|
13212
13221
|
result = imul(result, 31) + (this.rl_1 == null ? 0 : hashCode(this.rl_1)) | 0;
|
|
@@ -13242,7 +13251,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13242
13251
|
}
|
|
13243
13252
|
return tmp;
|
|
13244
13253
|
};
|
|
13245
|
-
protoOf(Companion_23).
|
|
13254
|
+
protoOf(Companion_23).ul = function (byteArray) {
|
|
13246
13255
|
// Inline function 'kotlin.require' call
|
|
13247
13256
|
if (!(byteArray.length === 16)) {
|
|
13248
13257
|
var message = 'Expected exactly 16 bytes, but was ' + truncateForErrorMessage(byteArray, 32) + ' of size ' + byteArray.length;
|
|
@@ -13250,7 +13259,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13250
13259
|
}
|
|
13251
13260
|
return this.ze(getLongAt(byteArray, 0), getLongAt(byteArray, 8));
|
|
13252
13261
|
};
|
|
13253
|
-
protoOf(Companion_23).
|
|
13262
|
+
protoOf(Companion_23).vl = function (uuidString) {
|
|
13254
13263
|
var tmp;
|
|
13255
13264
|
switch (uuidString.length) {
|
|
13256
13265
|
case 36:
|
|
@@ -13264,7 +13273,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13264
13273
|
}
|
|
13265
13274
|
return tmp;
|
|
13266
13275
|
};
|
|
13267
|
-
protoOf(Companion_23).
|
|
13276
|
+
protoOf(Companion_23).wl = function () {
|
|
13268
13277
|
return secureRandomUuid();
|
|
13269
13278
|
};
|
|
13270
13279
|
var Companion_instance_23;
|
|
@@ -13275,35 +13284,35 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13275
13284
|
}
|
|
13276
13285
|
function Uuid(mostSignificantBits, leastSignificantBits) {
|
|
13277
13286
|
Companion_getInstance_23();
|
|
13278
|
-
this.
|
|
13279
|
-
this.
|
|
13287
|
+
this.xl_1 = mostSignificantBits;
|
|
13288
|
+
this.yl_1 = leastSignificantBits;
|
|
13280
13289
|
}
|
|
13281
13290
|
protoOf(Uuid).toString = function () {
|
|
13282
|
-
return this.
|
|
13291
|
+
return this.zl();
|
|
13283
13292
|
};
|
|
13284
|
-
protoOf(Uuid).
|
|
13293
|
+
protoOf(Uuid).zl = function () {
|
|
13285
13294
|
var bytes = new Int8Array(36);
|
|
13286
|
-
formatBytesInto(this.
|
|
13295
|
+
formatBytesInto(this.xl_1, bytes, 0, 0, 4);
|
|
13287
13296
|
// Inline function 'kotlin.code' call
|
|
13288
13297
|
var this_0 = _Char___init__impl__6a9atx(45);
|
|
13289
13298
|
var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
|
|
13290
13299
|
bytes[8] = toByte(tmp$ret$0);
|
|
13291
|
-
formatBytesInto(this.
|
|
13300
|
+
formatBytesInto(this.xl_1, bytes, 9, 4, 6);
|
|
13292
13301
|
// Inline function 'kotlin.code' call
|
|
13293
13302
|
var this_1 = _Char___init__impl__6a9atx(45);
|
|
13294
13303
|
var tmp$ret$1 = Char__toInt_impl_vasixd(this_1);
|
|
13295
13304
|
bytes[13] = toByte(tmp$ret$1);
|
|
13296
|
-
formatBytesInto(this.
|
|
13305
|
+
formatBytesInto(this.xl_1, bytes, 14, 6, 8);
|
|
13297
13306
|
// Inline function 'kotlin.code' call
|
|
13298
13307
|
var this_2 = _Char___init__impl__6a9atx(45);
|
|
13299
13308
|
var tmp$ret$2 = Char__toInt_impl_vasixd(this_2);
|
|
13300
13309
|
bytes[18] = toByte(tmp$ret$2);
|
|
13301
|
-
formatBytesInto(this.
|
|
13310
|
+
formatBytesInto(this.yl_1, bytes, 19, 0, 2);
|
|
13302
13311
|
// Inline function 'kotlin.code' call
|
|
13303
13312
|
var this_3 = _Char___init__impl__6a9atx(45);
|
|
13304
13313
|
var tmp$ret$3 = Char__toInt_impl_vasixd(this_3);
|
|
13305
13314
|
bytes[23] = toByte(tmp$ret$3);
|
|
13306
|
-
formatBytesInto(this.
|
|
13315
|
+
formatBytesInto(this.yl_1, bytes, 24, 2, 8);
|
|
13307
13316
|
return decodeToString_0(bytes);
|
|
13308
13317
|
};
|
|
13309
13318
|
protoOf(Uuid).equals = function (other) {
|
|
@@ -13311,25 +13320,25 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13311
13320
|
return true;
|
|
13312
13321
|
if (!(other instanceof Uuid))
|
|
13313
13322
|
return false;
|
|
13314
|
-
return this.
|
|
13323
|
+
return this.xl_1.equals(other.xl_1) && this.yl_1.equals(other.yl_1);
|
|
13315
13324
|
};
|
|
13316
|
-
protoOf(Uuid).
|
|
13325
|
+
protoOf(Uuid).am = function (other) {
|
|
13317
13326
|
var tmp;
|
|
13318
|
-
if (!this.
|
|
13327
|
+
if (!this.xl_1.equals(other.xl_1)) {
|
|
13319
13328
|
// Inline function 'kotlin.toULong' call
|
|
13320
|
-
var this_0 = this.
|
|
13329
|
+
var this_0 = this.xl_1;
|
|
13321
13330
|
var tmp2 = _ULong___init__impl__c78o9k(this_0);
|
|
13322
13331
|
// Inline function 'kotlin.toULong' call
|
|
13323
|
-
var this_1 = other.
|
|
13332
|
+
var this_1 = other.xl_1;
|
|
13324
13333
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13325
13334
|
var other_0 = _ULong___init__impl__c78o9k(this_1);
|
|
13326
13335
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp2), _ULong___get_data__impl__fggpzb(other_0));
|
|
13327
13336
|
} else {
|
|
13328
13337
|
// Inline function 'kotlin.toULong' call
|
|
13329
|
-
var this_2 = this.
|
|
13338
|
+
var this_2 = this.yl_1;
|
|
13330
13339
|
var tmp6 = _ULong___init__impl__c78o9k(this_2);
|
|
13331
13340
|
// Inline function 'kotlin.toULong' call
|
|
13332
|
-
var this_3 = other.
|
|
13341
|
+
var this_3 = other.yl_1;
|
|
13333
13342
|
// Inline function 'kotlin.ULong.compareTo' call
|
|
13334
13343
|
var other_1 = _ULong___init__impl__c78o9k(this_3);
|
|
13335
13344
|
tmp = ulongCompare(_ULong___get_data__impl__fggpzb(tmp6), _ULong___get_data__impl__fggpzb(other_1));
|
|
@@ -13337,10 +13346,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13337
13346
|
return tmp;
|
|
13338
13347
|
};
|
|
13339
13348
|
protoOf(Uuid).d = function (other) {
|
|
13340
|
-
return this.
|
|
13349
|
+
return this.am(other instanceof Uuid ? other : THROW_CCE());
|
|
13341
13350
|
};
|
|
13342
13351
|
protoOf(Uuid).hashCode = function () {
|
|
13343
|
-
return this.
|
|
13352
|
+
return this.xl_1.o3(this.yl_1).hashCode();
|
|
13344
13353
|
};
|
|
13345
13354
|
function truncateForErrorMessage(_this__u8e3s4, maxSize) {
|
|
13346
13355
|
return joinToString(_this__u8e3s4, VOID, '[', ']', maxSize);
|
|
@@ -13368,7 +13377,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13368
13377
|
randomBytes[6] = toByte(randomBytes[6] | 64);
|
|
13369
13378
|
randomBytes[8] = toByte(randomBytes[8] & 63);
|
|
13370
13379
|
randomBytes[8] = toByte(randomBytes[8] | 128);
|
|
13371
|
-
return Companion_getInstance_23().
|
|
13380
|
+
return Companion_getInstance_23().ul(randomBytes);
|
|
13372
13381
|
}
|
|
13373
13382
|
function _UByte___init__impl__g9hnc4(data) {
|
|
13374
13383
|
return data;
|
|
@@ -13378,10 +13387,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13378
13387
|
}
|
|
13379
13388
|
function Companion_24() {
|
|
13380
13389
|
Companion_instance_24 = this;
|
|
13381
|
-
this.
|
|
13382
|
-
this.
|
|
13383
|
-
this.
|
|
13384
|
-
this.
|
|
13390
|
+
this.bm_1 = _UByte___init__impl__g9hnc4(0);
|
|
13391
|
+
this.cm_1 = _UByte___init__impl__g9hnc4(-1);
|
|
13392
|
+
this.dm_1 = 1;
|
|
13393
|
+
this.em_1 = 8;
|
|
13385
13394
|
}
|
|
13386
13395
|
var Companion_instance_24;
|
|
13387
13396
|
function Companion_getInstance_24() {
|
|
@@ -13397,7 +13406,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13397
13406
|
return compareTo(tmp, tmp$ret$1);
|
|
13398
13407
|
}
|
|
13399
13408
|
function UByte__compareTo_impl_5w5192_0($this, other) {
|
|
13400
|
-
return UByte__compareTo_impl_5w5192($this.
|
|
13409
|
+
return UByte__compareTo_impl_5w5192($this.fm_1, other instanceof UByte ? other.fm_1 : THROW_CCE());
|
|
13401
13410
|
}
|
|
13402
13411
|
function UByte__toString_impl_v72jg($this) {
|
|
13403
13412
|
// Inline function 'kotlin.UByte.toInt' call
|
|
@@ -13409,28 +13418,28 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13409
13418
|
function UByte__equals_impl_nvqtsf($this, other) {
|
|
13410
13419
|
if (!(other instanceof UByte))
|
|
13411
13420
|
return false;
|
|
13412
|
-
if (!($this === (other instanceof UByte ? other.
|
|
13421
|
+
if (!($this === (other instanceof UByte ? other.fm_1 : THROW_CCE())))
|
|
13413
13422
|
return false;
|
|
13414
13423
|
return true;
|
|
13415
13424
|
}
|
|
13416
13425
|
function UByte(data) {
|
|
13417
13426
|
Companion_getInstance_24();
|
|
13418
|
-
this.
|
|
13427
|
+
this.fm_1 = data;
|
|
13419
13428
|
}
|
|
13420
|
-
protoOf(UByte).
|
|
13421
|
-
return UByte__compareTo_impl_5w5192(this.
|
|
13429
|
+
protoOf(UByte).gm = function (other) {
|
|
13430
|
+
return UByte__compareTo_impl_5w5192(this.fm_1, other);
|
|
13422
13431
|
};
|
|
13423
13432
|
protoOf(UByte).d = function (other) {
|
|
13424
13433
|
return UByte__compareTo_impl_5w5192_0(this, other);
|
|
13425
13434
|
};
|
|
13426
13435
|
protoOf(UByte).toString = function () {
|
|
13427
|
-
return UByte__toString_impl_v72jg(this.
|
|
13436
|
+
return UByte__toString_impl_v72jg(this.fm_1);
|
|
13428
13437
|
};
|
|
13429
13438
|
protoOf(UByte).hashCode = function () {
|
|
13430
|
-
return UByte__hashCode_impl_mmczcb(this.
|
|
13439
|
+
return UByte__hashCode_impl_mmczcb(this.fm_1);
|
|
13431
13440
|
};
|
|
13432
13441
|
protoOf(UByte).equals = function (other) {
|
|
13433
|
-
return UByte__equals_impl_nvqtsf(this.
|
|
13442
|
+
return UByte__equals_impl_nvqtsf(this.fm_1, other);
|
|
13434
13443
|
};
|
|
13435
13444
|
function _UByteArray___init__impl__ip4y9n(storage) {
|
|
13436
13445
|
return storage;
|
|
@@ -13458,27 +13467,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13458
13467
|
return new Iterator(_UByteArray___get_storage__impl__d4kctt($this));
|
|
13459
13468
|
}
|
|
13460
13469
|
function Iterator(array) {
|
|
13461
|
-
this.
|
|
13462
|
-
this.
|
|
13470
|
+
this.hm_1 = array;
|
|
13471
|
+
this.im_1 = 0;
|
|
13463
13472
|
}
|
|
13464
13473
|
protoOf(Iterator).q = function () {
|
|
13465
|
-
return this.
|
|
13474
|
+
return this.im_1 < this.hm_1.length;
|
|
13466
13475
|
};
|
|
13467
|
-
protoOf(Iterator).
|
|
13476
|
+
protoOf(Iterator).jm = function () {
|
|
13468
13477
|
var tmp;
|
|
13469
|
-
if (this.
|
|
13470
|
-
var _unary__edvuaz = this.
|
|
13471
|
-
this.
|
|
13478
|
+
if (this.im_1 < this.hm_1.length) {
|
|
13479
|
+
var _unary__edvuaz = this.im_1;
|
|
13480
|
+
this.im_1 = _unary__edvuaz + 1 | 0;
|
|
13472
13481
|
// Inline function 'kotlin.toUByte' call
|
|
13473
|
-
var this_0 = this.
|
|
13482
|
+
var this_0 = this.hm_1[_unary__edvuaz];
|
|
13474
13483
|
tmp = _UByte___init__impl__g9hnc4(this_0);
|
|
13475
13484
|
} else {
|
|
13476
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
13485
|
+
throw NoSuchElementException_init_$Create$_0(this.im_1.toString());
|
|
13477
13486
|
}
|
|
13478
13487
|
return tmp;
|
|
13479
13488
|
};
|
|
13480
13489
|
protoOf(Iterator).r = function () {
|
|
13481
|
-
return new UByte(this.
|
|
13490
|
+
return new UByte(this.jm());
|
|
13482
13491
|
};
|
|
13483
13492
|
function UByteArray__containsAll_impl_v9s6dj($this, elements) {
|
|
13484
13493
|
var tmp0 = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
@@ -13502,7 +13511,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13502
13511
|
if (element instanceof UByte) {
|
|
13503
13512
|
var tmp_1 = _UByteArray___get_storage__impl__d4kctt($this);
|
|
13504
13513
|
// Inline function 'kotlin.UByte.toByte' call
|
|
13505
|
-
var this_0 = element.
|
|
13514
|
+
var this_0 = element.fm_1;
|
|
13506
13515
|
var tmp$ret$1 = _UByte___get_data__impl__jof9qr(this_0);
|
|
13507
13516
|
tmp_0 = contains_4(tmp_1, tmp$ret$1);
|
|
13508
13517
|
} else {
|
|
@@ -13518,7 +13527,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13518
13527
|
return tmp$ret$0;
|
|
13519
13528
|
}
|
|
13520
13529
|
function UByteArray__containsAll_impl_v9s6dj_0($this, elements) {
|
|
13521
|
-
return UByteArray__containsAll_impl_v9s6dj($this.
|
|
13530
|
+
return UByteArray__containsAll_impl_v9s6dj($this.km_1, elements);
|
|
13522
13531
|
}
|
|
13523
13532
|
function UByteArray__isEmpty_impl_nbfqsa($this) {
|
|
13524
13533
|
return _UByteArray___get_storage__impl__d4kctt($this).length === 0;
|
|
@@ -13532,37 +13541,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13532
13541
|
function UByteArray__equals_impl_roka4u($this, other) {
|
|
13533
13542
|
if (!(other instanceof UByteArray))
|
|
13534
13543
|
return false;
|
|
13535
|
-
var tmp0_other_with_cast = other instanceof UByteArray ? other.
|
|
13544
|
+
var tmp0_other_with_cast = other instanceof UByteArray ? other.km_1 : THROW_CCE();
|
|
13536
13545
|
if (!equals($this, tmp0_other_with_cast))
|
|
13537
13546
|
return false;
|
|
13538
13547
|
return true;
|
|
13539
13548
|
}
|
|
13540
13549
|
function UByteArray(storage) {
|
|
13541
|
-
this.
|
|
13550
|
+
this.km_1 = storage;
|
|
13542
13551
|
}
|
|
13543
13552
|
protoOf(UByteArray).s = function () {
|
|
13544
|
-
return _UByteArray___get_size__impl__h6pkdv(this.
|
|
13553
|
+
return _UByteArray___get_size__impl__h6pkdv(this.km_1);
|
|
13545
13554
|
};
|
|
13546
13555
|
protoOf(UByteArray).p = function () {
|
|
13547
|
-
return UByteArray__iterator_impl_509y1p(this.
|
|
13556
|
+
return UByteArray__iterator_impl_509y1p(this.km_1);
|
|
13548
13557
|
};
|
|
13549
|
-
protoOf(UByteArray).
|
|
13550
|
-
return UByteArray__containsAll_impl_v9s6dj(this.
|
|
13558
|
+
protoOf(UByteArray).lm = function (elements) {
|
|
13559
|
+
return UByteArray__containsAll_impl_v9s6dj(this.km_1, elements);
|
|
13551
13560
|
};
|
|
13552
13561
|
protoOf(UByteArray).y1 = function (elements) {
|
|
13553
13562
|
return UByteArray__containsAll_impl_v9s6dj_0(this, elements);
|
|
13554
13563
|
};
|
|
13555
13564
|
protoOf(UByteArray).h = function () {
|
|
13556
|
-
return UByteArray__isEmpty_impl_nbfqsa(this.
|
|
13565
|
+
return UByteArray__isEmpty_impl_nbfqsa(this.km_1);
|
|
13557
13566
|
};
|
|
13558
13567
|
protoOf(UByteArray).toString = function () {
|
|
13559
|
-
return UByteArray__toString_impl_ukpl97(this.
|
|
13568
|
+
return UByteArray__toString_impl_ukpl97(this.km_1);
|
|
13560
13569
|
};
|
|
13561
13570
|
protoOf(UByteArray).hashCode = function () {
|
|
13562
|
-
return UByteArray__hashCode_impl_ip8jx2(this.
|
|
13571
|
+
return UByteArray__hashCode_impl_ip8jx2(this.km_1);
|
|
13563
13572
|
};
|
|
13564
13573
|
protoOf(UByteArray).equals = function (other) {
|
|
13565
|
-
return UByteArray__equals_impl_roka4u(this.
|
|
13574
|
+
return UByteArray__equals_impl_roka4u(this.km_1, other);
|
|
13566
13575
|
};
|
|
13567
13576
|
function _UInt___init__impl__l7qpdl(data) {
|
|
13568
13577
|
return data;
|
|
@@ -13572,10 +13581,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13572
13581
|
}
|
|
13573
13582
|
function Companion_25() {
|
|
13574
13583
|
Companion_instance_25 = this;
|
|
13575
|
-
this.
|
|
13576
|
-
this.
|
|
13577
|
-
this.
|
|
13578
|
-
this.
|
|
13584
|
+
this.mm_1 = _UInt___init__impl__l7qpdl(0);
|
|
13585
|
+
this.nm_1 = _UInt___init__impl__l7qpdl(-1);
|
|
13586
|
+
this.om_1 = 4;
|
|
13587
|
+
this.pm_1 = 32;
|
|
13579
13588
|
}
|
|
13580
13589
|
var Companion_instance_25;
|
|
13581
13590
|
function Companion_getInstance_25() {
|
|
@@ -13587,7 +13596,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13587
13596
|
return uintCompare(_UInt___get_data__impl__f0vqqw($this), _UInt___get_data__impl__f0vqqw(other));
|
|
13588
13597
|
}
|
|
13589
13598
|
function UInt__compareTo_impl_yacclj_0($this, other) {
|
|
13590
|
-
return UInt__compareTo_impl_yacclj($this.
|
|
13599
|
+
return UInt__compareTo_impl_yacclj($this.qm_1, other instanceof UInt ? other.qm_1 : THROW_CCE());
|
|
13591
13600
|
}
|
|
13592
13601
|
function UInt__toString_impl_dbgl21($this) {
|
|
13593
13602
|
// Inline function 'kotlin.uintToString' call
|
|
@@ -13601,28 +13610,28 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13601
13610
|
function UInt__equals_impl_ffdoxg($this, other) {
|
|
13602
13611
|
if (!(other instanceof UInt))
|
|
13603
13612
|
return false;
|
|
13604
|
-
if (!($this === (other instanceof UInt ? other.
|
|
13613
|
+
if (!($this === (other instanceof UInt ? other.qm_1 : THROW_CCE())))
|
|
13605
13614
|
return false;
|
|
13606
13615
|
return true;
|
|
13607
13616
|
}
|
|
13608
13617
|
function UInt(data) {
|
|
13609
13618
|
Companion_getInstance_25();
|
|
13610
|
-
this.
|
|
13619
|
+
this.qm_1 = data;
|
|
13611
13620
|
}
|
|
13612
|
-
protoOf(UInt).
|
|
13613
|
-
return UInt__compareTo_impl_yacclj(this.
|
|
13621
|
+
protoOf(UInt).rm = function (other) {
|
|
13622
|
+
return UInt__compareTo_impl_yacclj(this.qm_1, other);
|
|
13614
13623
|
};
|
|
13615
13624
|
protoOf(UInt).d = function (other) {
|
|
13616
13625
|
return UInt__compareTo_impl_yacclj_0(this, other);
|
|
13617
13626
|
};
|
|
13618
13627
|
protoOf(UInt).toString = function () {
|
|
13619
|
-
return UInt__toString_impl_dbgl21(this.
|
|
13628
|
+
return UInt__toString_impl_dbgl21(this.qm_1);
|
|
13620
13629
|
};
|
|
13621
13630
|
protoOf(UInt).hashCode = function () {
|
|
13622
|
-
return UInt__hashCode_impl_z2mhuw(this.
|
|
13631
|
+
return UInt__hashCode_impl_z2mhuw(this.qm_1);
|
|
13623
13632
|
};
|
|
13624
13633
|
protoOf(UInt).equals = function (other) {
|
|
13625
|
-
return UInt__equals_impl_ffdoxg(this.
|
|
13634
|
+
return UInt__equals_impl_ffdoxg(this.qm_1, other);
|
|
13626
13635
|
};
|
|
13627
13636
|
function _UIntArray___init__impl__ghjpc6(storage) {
|
|
13628
13637
|
return storage;
|
|
@@ -13650,27 +13659,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13650
13659
|
return new Iterator_0(_UIntArray___get_storage__impl__92a0v0($this));
|
|
13651
13660
|
}
|
|
13652
13661
|
function Iterator_0(array) {
|
|
13653
|
-
this.
|
|
13654
|
-
this.
|
|
13662
|
+
this.sm_1 = array;
|
|
13663
|
+
this.tm_1 = 0;
|
|
13655
13664
|
}
|
|
13656
13665
|
protoOf(Iterator_0).q = function () {
|
|
13657
|
-
return this.
|
|
13666
|
+
return this.tm_1 < this.sm_1.length;
|
|
13658
13667
|
};
|
|
13659
|
-
protoOf(Iterator_0).
|
|
13668
|
+
protoOf(Iterator_0).um = function () {
|
|
13660
13669
|
var tmp;
|
|
13661
|
-
if (this.
|
|
13662
|
-
var _unary__edvuaz = this.
|
|
13663
|
-
this.
|
|
13670
|
+
if (this.tm_1 < this.sm_1.length) {
|
|
13671
|
+
var _unary__edvuaz = this.tm_1;
|
|
13672
|
+
this.tm_1 = _unary__edvuaz + 1 | 0;
|
|
13664
13673
|
// Inline function 'kotlin.toUInt' call
|
|
13665
|
-
var this_0 = this.
|
|
13674
|
+
var this_0 = this.sm_1[_unary__edvuaz];
|
|
13666
13675
|
tmp = _UInt___init__impl__l7qpdl(this_0);
|
|
13667
13676
|
} else {
|
|
13668
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
13677
|
+
throw NoSuchElementException_init_$Create$_0(this.tm_1.toString());
|
|
13669
13678
|
}
|
|
13670
13679
|
return tmp;
|
|
13671
13680
|
};
|
|
13672
13681
|
protoOf(Iterator_0).r = function () {
|
|
13673
|
-
return new UInt(this.
|
|
13682
|
+
return new UInt(this.um());
|
|
13674
13683
|
};
|
|
13675
13684
|
function UIntArray__containsAll_impl_414g22($this, elements) {
|
|
13676
13685
|
var tmp0 = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
@@ -13694,7 +13703,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13694
13703
|
if (element instanceof UInt) {
|
|
13695
13704
|
var tmp_1 = _UIntArray___get_storage__impl__92a0v0($this);
|
|
13696
13705
|
// Inline function 'kotlin.UInt.toInt' call
|
|
13697
|
-
var this_0 = element.
|
|
13706
|
+
var this_0 = element.qm_1;
|
|
13698
13707
|
var tmp$ret$1 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
13699
13708
|
tmp_0 = contains_2(tmp_1, tmp$ret$1);
|
|
13700
13709
|
} else {
|
|
@@ -13710,7 +13719,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13710
13719
|
return tmp$ret$0;
|
|
13711
13720
|
}
|
|
13712
13721
|
function UIntArray__containsAll_impl_414g22_0($this, elements) {
|
|
13713
|
-
return UIntArray__containsAll_impl_414g22($this.
|
|
13722
|
+
return UIntArray__containsAll_impl_414g22($this.vm_1, elements);
|
|
13714
13723
|
}
|
|
13715
13724
|
function UIntArray__isEmpty_impl_vd8j4n($this) {
|
|
13716
13725
|
return _UIntArray___get_storage__impl__92a0v0($this).length === 0;
|
|
@@ -13724,37 +13733,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13724
13733
|
function UIntArray__equals_impl_flcmof($this, other) {
|
|
13725
13734
|
if (!(other instanceof UIntArray))
|
|
13726
13735
|
return false;
|
|
13727
|
-
var tmp0_other_with_cast = other instanceof UIntArray ? other.
|
|
13736
|
+
var tmp0_other_with_cast = other instanceof UIntArray ? other.vm_1 : THROW_CCE();
|
|
13728
13737
|
if (!equals($this, tmp0_other_with_cast))
|
|
13729
13738
|
return false;
|
|
13730
13739
|
return true;
|
|
13731
13740
|
}
|
|
13732
13741
|
function UIntArray(storage) {
|
|
13733
|
-
this.
|
|
13742
|
+
this.vm_1 = storage;
|
|
13734
13743
|
}
|
|
13735
13744
|
protoOf(UIntArray).s = function () {
|
|
13736
|
-
return _UIntArray___get_size__impl__r6l8ci(this.
|
|
13745
|
+
return _UIntArray___get_size__impl__r6l8ci(this.vm_1);
|
|
13737
13746
|
};
|
|
13738
13747
|
protoOf(UIntArray).p = function () {
|
|
13739
|
-
return UIntArray__iterator_impl_tkdv7k(this.
|
|
13748
|
+
return UIntArray__iterator_impl_tkdv7k(this.vm_1);
|
|
13740
13749
|
};
|
|
13741
|
-
protoOf(UIntArray).
|
|
13742
|
-
return UIntArray__containsAll_impl_414g22(this.
|
|
13750
|
+
protoOf(UIntArray).wm = function (elements) {
|
|
13751
|
+
return UIntArray__containsAll_impl_414g22(this.vm_1, elements);
|
|
13743
13752
|
};
|
|
13744
13753
|
protoOf(UIntArray).y1 = function (elements) {
|
|
13745
13754
|
return UIntArray__containsAll_impl_414g22_0(this, elements);
|
|
13746
13755
|
};
|
|
13747
13756
|
protoOf(UIntArray).h = function () {
|
|
13748
|
-
return UIntArray__isEmpty_impl_vd8j4n(this.
|
|
13757
|
+
return UIntArray__isEmpty_impl_vd8j4n(this.vm_1);
|
|
13749
13758
|
};
|
|
13750
13759
|
protoOf(UIntArray).toString = function () {
|
|
13751
|
-
return UIntArray__toString_impl_3zy802(this.
|
|
13760
|
+
return UIntArray__toString_impl_3zy802(this.vm_1);
|
|
13752
13761
|
};
|
|
13753
13762
|
protoOf(UIntArray).hashCode = function () {
|
|
13754
|
-
return UIntArray__hashCode_impl_hr7ost(this.
|
|
13763
|
+
return UIntArray__hashCode_impl_hr7ost(this.vm_1);
|
|
13755
13764
|
};
|
|
13756
13765
|
protoOf(UIntArray).equals = function (other) {
|
|
13757
|
-
return UIntArray__equals_impl_flcmof(this.
|
|
13766
|
+
return UIntArray__equals_impl_flcmof(this.vm_1, other);
|
|
13758
13767
|
};
|
|
13759
13768
|
function _ULong___init__impl__c78o9k(data) {
|
|
13760
13769
|
return data;
|
|
@@ -13764,10 +13773,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13764
13773
|
}
|
|
13765
13774
|
function Companion_26() {
|
|
13766
13775
|
Companion_instance_26 = this;
|
|
13767
|
-
this.
|
|
13768
|
-
this.
|
|
13769
|
-
this.
|
|
13770
|
-
this.
|
|
13776
|
+
this.xm_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
|
|
13777
|
+
this.ym_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
|
|
13778
|
+
this.zm_1 = 8;
|
|
13779
|
+
this.an_1 = 64;
|
|
13771
13780
|
}
|
|
13772
13781
|
var Companion_instance_26;
|
|
13773
13782
|
function Companion_getInstance_26() {
|
|
@@ -13779,7 +13788,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13779
13788
|
return ulongCompare(_ULong___get_data__impl__fggpzb($this), _ULong___get_data__impl__fggpzb(other));
|
|
13780
13789
|
}
|
|
13781
13790
|
function ULong__compareTo_impl_38i7tu_0($this, other) {
|
|
13782
|
-
return ULong__compareTo_impl_38i7tu($this.
|
|
13791
|
+
return ULong__compareTo_impl_38i7tu($this.bn_1, other instanceof ULong ? other.bn_1 : THROW_CCE());
|
|
13783
13792
|
}
|
|
13784
13793
|
function ULong__toString_impl_f9au7k($this) {
|
|
13785
13794
|
// Inline function 'kotlin.ulongToString' call
|
|
@@ -13792,29 +13801,29 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13792
13801
|
function ULong__equals_impl_o0gnyb($this, other) {
|
|
13793
13802
|
if (!(other instanceof ULong))
|
|
13794
13803
|
return false;
|
|
13795
|
-
var tmp0_other_with_cast = other instanceof ULong ? other.
|
|
13804
|
+
var tmp0_other_with_cast = other instanceof ULong ? other.bn_1 : THROW_CCE();
|
|
13796
13805
|
if (!$this.equals(tmp0_other_with_cast))
|
|
13797
13806
|
return false;
|
|
13798
13807
|
return true;
|
|
13799
13808
|
}
|
|
13800
13809
|
function ULong(data) {
|
|
13801
13810
|
Companion_getInstance_26();
|
|
13802
|
-
this.
|
|
13811
|
+
this.bn_1 = data;
|
|
13803
13812
|
}
|
|
13804
|
-
protoOf(ULong).
|
|
13805
|
-
return ULong__compareTo_impl_38i7tu(this.
|
|
13813
|
+
protoOf(ULong).cn = function (other) {
|
|
13814
|
+
return ULong__compareTo_impl_38i7tu(this.bn_1, other);
|
|
13806
13815
|
};
|
|
13807
13816
|
protoOf(ULong).d = function (other) {
|
|
13808
13817
|
return ULong__compareTo_impl_38i7tu_0(this, other);
|
|
13809
13818
|
};
|
|
13810
13819
|
protoOf(ULong).toString = function () {
|
|
13811
|
-
return ULong__toString_impl_f9au7k(this.
|
|
13820
|
+
return ULong__toString_impl_f9au7k(this.bn_1);
|
|
13812
13821
|
};
|
|
13813
13822
|
protoOf(ULong).hashCode = function () {
|
|
13814
|
-
return ULong__hashCode_impl_6hv2lb(this.
|
|
13823
|
+
return ULong__hashCode_impl_6hv2lb(this.bn_1);
|
|
13815
13824
|
};
|
|
13816
13825
|
protoOf(ULong).equals = function (other) {
|
|
13817
|
-
return ULong__equals_impl_o0gnyb(this.
|
|
13826
|
+
return ULong__equals_impl_o0gnyb(this.bn_1, other);
|
|
13818
13827
|
};
|
|
13819
13828
|
function _ULongArray___init__impl__twm1l3(storage) {
|
|
13820
13829
|
return storage;
|
|
@@ -13842,27 +13851,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13842
13851
|
return new Iterator_1(_ULongArray___get_storage__impl__28e64j($this));
|
|
13843
13852
|
}
|
|
13844
13853
|
function Iterator_1(array) {
|
|
13845
|
-
this.
|
|
13846
|
-
this.
|
|
13854
|
+
this.dn_1 = array;
|
|
13855
|
+
this.en_1 = 0;
|
|
13847
13856
|
}
|
|
13848
13857
|
protoOf(Iterator_1).q = function () {
|
|
13849
|
-
return this.
|
|
13858
|
+
return this.en_1 < this.dn_1.length;
|
|
13850
13859
|
};
|
|
13851
|
-
protoOf(Iterator_1).
|
|
13860
|
+
protoOf(Iterator_1).fn = function () {
|
|
13852
13861
|
var tmp;
|
|
13853
|
-
if (this.
|
|
13854
|
-
var _unary__edvuaz = this.
|
|
13855
|
-
this.
|
|
13862
|
+
if (this.en_1 < this.dn_1.length) {
|
|
13863
|
+
var _unary__edvuaz = this.en_1;
|
|
13864
|
+
this.en_1 = _unary__edvuaz + 1 | 0;
|
|
13856
13865
|
// Inline function 'kotlin.toULong' call
|
|
13857
|
-
var this_0 = this.
|
|
13866
|
+
var this_0 = this.dn_1[_unary__edvuaz];
|
|
13858
13867
|
tmp = _ULong___init__impl__c78o9k(this_0);
|
|
13859
13868
|
} else {
|
|
13860
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
13869
|
+
throw NoSuchElementException_init_$Create$_0(this.en_1.toString());
|
|
13861
13870
|
}
|
|
13862
13871
|
return tmp;
|
|
13863
13872
|
};
|
|
13864
13873
|
protoOf(Iterator_1).r = function () {
|
|
13865
|
-
return new ULong(this.
|
|
13874
|
+
return new ULong(this.fn());
|
|
13866
13875
|
};
|
|
13867
13876
|
function ULongArray__containsAll_impl_xx8ztf($this, elements) {
|
|
13868
13877
|
var tmp0 = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
@@ -13886,7 +13895,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13886
13895
|
if (element instanceof ULong) {
|
|
13887
13896
|
var tmp_1 = _ULongArray___get_storage__impl__28e64j($this);
|
|
13888
13897
|
// Inline function 'kotlin.ULong.toLong' call
|
|
13889
|
-
var this_0 = element.
|
|
13898
|
+
var this_0 = element.bn_1;
|
|
13890
13899
|
var tmp$ret$1 = _ULong___get_data__impl__fggpzb(this_0);
|
|
13891
13900
|
tmp_0 = contains_1(tmp_1, tmp$ret$1);
|
|
13892
13901
|
} else {
|
|
@@ -13902,7 +13911,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13902
13911
|
return tmp$ret$0;
|
|
13903
13912
|
}
|
|
13904
13913
|
function ULongArray__containsAll_impl_xx8ztf_0($this, elements) {
|
|
13905
|
-
return ULongArray__containsAll_impl_xx8ztf($this.
|
|
13914
|
+
return ULongArray__containsAll_impl_xx8ztf($this.gn_1, elements);
|
|
13906
13915
|
}
|
|
13907
13916
|
function ULongArray__isEmpty_impl_c3yngu($this) {
|
|
13908
13917
|
return _ULongArray___get_storage__impl__28e64j($this).length === 0;
|
|
@@ -13916,37 +13925,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13916
13925
|
function ULongArray__equals_impl_vwitwa($this, other) {
|
|
13917
13926
|
if (!(other instanceof ULongArray))
|
|
13918
13927
|
return false;
|
|
13919
|
-
var tmp0_other_with_cast = other instanceof ULongArray ? other.
|
|
13928
|
+
var tmp0_other_with_cast = other instanceof ULongArray ? other.gn_1 : THROW_CCE();
|
|
13920
13929
|
if (!equals($this, tmp0_other_with_cast))
|
|
13921
13930
|
return false;
|
|
13922
13931
|
return true;
|
|
13923
13932
|
}
|
|
13924
13933
|
function ULongArray(storage) {
|
|
13925
|
-
this.
|
|
13934
|
+
this.gn_1 = storage;
|
|
13926
13935
|
}
|
|
13927
13936
|
protoOf(ULongArray).s = function () {
|
|
13928
|
-
return _ULongArray___get_size__impl__ju6dtr(this.
|
|
13937
|
+
return _ULongArray___get_size__impl__ju6dtr(this.gn_1);
|
|
13929
13938
|
};
|
|
13930
13939
|
protoOf(ULongArray).p = function () {
|
|
13931
|
-
return ULongArray__iterator_impl_cq4d2h(this.
|
|
13940
|
+
return ULongArray__iterator_impl_cq4d2h(this.gn_1);
|
|
13932
13941
|
};
|
|
13933
|
-
protoOf(ULongArray).
|
|
13934
|
-
return ULongArray__containsAll_impl_xx8ztf(this.
|
|
13942
|
+
protoOf(ULongArray).hn = function (elements) {
|
|
13943
|
+
return ULongArray__containsAll_impl_xx8ztf(this.gn_1, elements);
|
|
13935
13944
|
};
|
|
13936
13945
|
protoOf(ULongArray).y1 = function (elements) {
|
|
13937
13946
|
return ULongArray__containsAll_impl_xx8ztf_0(this, elements);
|
|
13938
13947
|
};
|
|
13939
13948
|
protoOf(ULongArray).h = function () {
|
|
13940
|
-
return ULongArray__isEmpty_impl_c3yngu(this.
|
|
13949
|
+
return ULongArray__isEmpty_impl_c3yngu(this.gn_1);
|
|
13941
13950
|
};
|
|
13942
13951
|
protoOf(ULongArray).toString = function () {
|
|
13943
|
-
return ULongArray__toString_impl_wqk1p5(this.
|
|
13952
|
+
return ULongArray__toString_impl_wqk1p5(this.gn_1);
|
|
13944
13953
|
};
|
|
13945
13954
|
protoOf(ULongArray).hashCode = function () {
|
|
13946
|
-
return ULongArray__hashCode_impl_aze4wa(this.
|
|
13955
|
+
return ULongArray__hashCode_impl_aze4wa(this.gn_1);
|
|
13947
13956
|
};
|
|
13948
13957
|
protoOf(ULongArray).equals = function (other) {
|
|
13949
|
-
return ULongArray__equals_impl_vwitwa(this.
|
|
13958
|
+
return ULongArray__equals_impl_vwitwa(this.gn_1, other);
|
|
13950
13959
|
};
|
|
13951
13960
|
function _UShort___init__impl__jigrne(data) {
|
|
13952
13961
|
return data;
|
|
@@ -13956,10 +13965,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13956
13965
|
}
|
|
13957
13966
|
function Companion_27() {
|
|
13958
13967
|
Companion_instance_27 = this;
|
|
13959
|
-
this.
|
|
13960
|
-
this.
|
|
13961
|
-
this.
|
|
13962
|
-
this.
|
|
13968
|
+
this.in_1 = _UShort___init__impl__jigrne(0);
|
|
13969
|
+
this.jn_1 = _UShort___init__impl__jigrne(-1);
|
|
13970
|
+
this.kn_1 = 2;
|
|
13971
|
+
this.ln_1 = 16;
|
|
13963
13972
|
}
|
|
13964
13973
|
var Companion_instance_27;
|
|
13965
13974
|
function Companion_getInstance_27() {
|
|
@@ -13975,7 +13984,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13975
13984
|
return compareTo(tmp, tmp$ret$1);
|
|
13976
13985
|
}
|
|
13977
13986
|
function UShort__compareTo_impl_1pfgyc_0($this, other) {
|
|
13978
|
-
return UShort__compareTo_impl_1pfgyc($this.
|
|
13987
|
+
return UShort__compareTo_impl_1pfgyc($this.mn_1, other instanceof UShort ? other.mn_1 : THROW_CCE());
|
|
13979
13988
|
}
|
|
13980
13989
|
function UShort__toString_impl_edaoee($this) {
|
|
13981
13990
|
// Inline function 'kotlin.UShort.toInt' call
|
|
@@ -13987,28 +13996,28 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
13987
13996
|
function UShort__equals_impl_7t9pdz($this, other) {
|
|
13988
13997
|
if (!(other instanceof UShort))
|
|
13989
13998
|
return false;
|
|
13990
|
-
if (!($this === (other instanceof UShort ? other.
|
|
13999
|
+
if (!($this === (other instanceof UShort ? other.mn_1 : THROW_CCE())))
|
|
13991
14000
|
return false;
|
|
13992
14001
|
return true;
|
|
13993
14002
|
}
|
|
13994
14003
|
function UShort(data) {
|
|
13995
14004
|
Companion_getInstance_27();
|
|
13996
|
-
this.
|
|
14005
|
+
this.mn_1 = data;
|
|
13997
14006
|
}
|
|
13998
|
-
protoOf(UShort).
|
|
13999
|
-
return UShort__compareTo_impl_1pfgyc(this.
|
|
14007
|
+
protoOf(UShort).nn = function (other) {
|
|
14008
|
+
return UShort__compareTo_impl_1pfgyc(this.mn_1, other);
|
|
14000
14009
|
};
|
|
14001
14010
|
protoOf(UShort).d = function (other) {
|
|
14002
14011
|
return UShort__compareTo_impl_1pfgyc_0(this, other);
|
|
14003
14012
|
};
|
|
14004
14013
|
protoOf(UShort).toString = function () {
|
|
14005
|
-
return UShort__toString_impl_edaoee(this.
|
|
14014
|
+
return UShort__toString_impl_edaoee(this.mn_1);
|
|
14006
14015
|
};
|
|
14007
14016
|
protoOf(UShort).hashCode = function () {
|
|
14008
|
-
return UShort__hashCode_impl_ywngrv(this.
|
|
14017
|
+
return UShort__hashCode_impl_ywngrv(this.mn_1);
|
|
14009
14018
|
};
|
|
14010
14019
|
protoOf(UShort).equals = function (other) {
|
|
14011
|
-
return UShort__equals_impl_7t9pdz(this.
|
|
14020
|
+
return UShort__equals_impl_7t9pdz(this.mn_1, other);
|
|
14012
14021
|
};
|
|
14013
14022
|
function _UShortArray___init__impl__9b26ef(storage) {
|
|
14014
14023
|
return storage;
|
|
@@ -14036,27 +14045,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14036
14045
|
return new Iterator_2(_UShortArray___get_storage__impl__t2jpv5($this));
|
|
14037
14046
|
}
|
|
14038
14047
|
function Iterator_2(array) {
|
|
14039
|
-
this.
|
|
14040
|
-
this.
|
|
14048
|
+
this.on_1 = array;
|
|
14049
|
+
this.pn_1 = 0;
|
|
14041
14050
|
}
|
|
14042
14051
|
protoOf(Iterator_2).q = function () {
|
|
14043
|
-
return this.
|
|
14052
|
+
return this.pn_1 < this.on_1.length;
|
|
14044
14053
|
};
|
|
14045
|
-
protoOf(Iterator_2).
|
|
14054
|
+
protoOf(Iterator_2).qn = function () {
|
|
14046
14055
|
var tmp;
|
|
14047
|
-
if (this.
|
|
14048
|
-
var _unary__edvuaz = this.
|
|
14049
|
-
this.
|
|
14056
|
+
if (this.pn_1 < this.on_1.length) {
|
|
14057
|
+
var _unary__edvuaz = this.pn_1;
|
|
14058
|
+
this.pn_1 = _unary__edvuaz + 1 | 0;
|
|
14050
14059
|
// Inline function 'kotlin.toUShort' call
|
|
14051
|
-
var this_0 = this.
|
|
14060
|
+
var this_0 = this.on_1[_unary__edvuaz];
|
|
14052
14061
|
tmp = _UShort___init__impl__jigrne(this_0);
|
|
14053
14062
|
} else {
|
|
14054
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
14063
|
+
throw NoSuchElementException_init_$Create$_0(this.pn_1.toString());
|
|
14055
14064
|
}
|
|
14056
14065
|
return tmp;
|
|
14057
14066
|
};
|
|
14058
14067
|
protoOf(Iterator_2).r = function () {
|
|
14059
|
-
return new UShort(this.
|
|
14068
|
+
return new UShort(this.qn());
|
|
14060
14069
|
};
|
|
14061
14070
|
function UShortArray__containsAll_impl_vlaaxp($this, elements) {
|
|
14062
14071
|
var tmp0 = isInterface(elements, Collection) ? elements : THROW_CCE();
|
|
@@ -14080,7 +14089,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14080
14089
|
if (element instanceof UShort) {
|
|
14081
14090
|
var tmp_1 = _UShortArray___get_storage__impl__t2jpv5($this);
|
|
14082
14091
|
// Inline function 'kotlin.UShort.toShort' call
|
|
14083
|
-
var this_0 = element.
|
|
14092
|
+
var this_0 = element.mn_1;
|
|
14084
14093
|
var tmp$ret$1 = _UShort___get_data__impl__g0245(this_0);
|
|
14085
14094
|
tmp_0 = contains_3(tmp_1, tmp$ret$1);
|
|
14086
14095
|
} else {
|
|
@@ -14096,7 +14105,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14096
14105
|
return tmp$ret$0;
|
|
14097
14106
|
}
|
|
14098
14107
|
function UShortArray__containsAll_impl_vlaaxp_0($this, elements) {
|
|
14099
|
-
return UShortArray__containsAll_impl_vlaaxp($this.
|
|
14108
|
+
return UShortArray__containsAll_impl_vlaaxp($this.rn_1, elements);
|
|
14100
14109
|
}
|
|
14101
14110
|
function UShortArray__isEmpty_impl_cdd9l0($this) {
|
|
14102
14111
|
return _UShortArray___get_storage__impl__t2jpv5($this).length === 0;
|
|
@@ -14110,37 +14119,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
14110
14119
|
function UShortArray__equals_impl_tyc3mk($this, other) {
|
|
14111
14120
|
if (!(other instanceof UShortArray))
|
|
14112
14121
|
return false;
|
|
14113
|
-
var tmp0_other_with_cast = other instanceof UShortArray ? other.
|
|
14122
|
+
var tmp0_other_with_cast = other instanceof UShortArray ? other.rn_1 : THROW_CCE();
|
|
14114
14123
|
if (!equals($this, tmp0_other_with_cast))
|
|
14115
14124
|
return false;
|
|
14116
14125
|
return true;
|
|
14117
14126
|
}
|
|
14118
14127
|
function UShortArray(storage) {
|
|
14119
|
-
this.
|
|
14128
|
+
this.rn_1 = storage;
|
|
14120
14129
|
}
|
|
14121
14130
|
protoOf(UShortArray).s = function () {
|
|
14122
|
-
return _UShortArray___get_size__impl__jqto1b(this.
|
|
14131
|
+
return _UShortArray___get_size__impl__jqto1b(this.rn_1);
|
|
14123
14132
|
};
|
|
14124
14133
|
protoOf(UShortArray).p = function () {
|
|
14125
|
-
return UShortArray__iterator_impl_ktpenn(this.
|
|
14134
|
+
return UShortArray__iterator_impl_ktpenn(this.rn_1);
|
|
14126
14135
|
};
|
|
14127
|
-
protoOf(UShortArray).
|
|
14128
|
-
return UShortArray__containsAll_impl_vlaaxp(this.
|
|
14136
|
+
protoOf(UShortArray).sn = function (elements) {
|
|
14137
|
+
return UShortArray__containsAll_impl_vlaaxp(this.rn_1, elements);
|
|
14129
14138
|
};
|
|
14130
14139
|
protoOf(UShortArray).y1 = function (elements) {
|
|
14131
14140
|
return UShortArray__containsAll_impl_vlaaxp_0(this, elements);
|
|
14132
14141
|
};
|
|
14133
14142
|
protoOf(UShortArray).h = function () {
|
|
14134
|
-
return UShortArray__isEmpty_impl_cdd9l0(this.
|
|
14143
|
+
return UShortArray__isEmpty_impl_cdd9l0(this.rn_1);
|
|
14135
14144
|
};
|
|
14136
14145
|
protoOf(UShortArray).toString = function () {
|
|
14137
|
-
return UShortArray__toString_impl_omz03z(this.
|
|
14146
|
+
return UShortArray__toString_impl_omz03z(this.rn_1);
|
|
14138
14147
|
};
|
|
14139
14148
|
protoOf(UShortArray).hashCode = function () {
|
|
14140
|
-
return UShortArray__hashCode_impl_2vt3b4(this.
|
|
14149
|
+
return UShortArray__hashCode_impl_2vt3b4(this.rn_1);
|
|
14141
14150
|
};
|
|
14142
14151
|
protoOf(UShortArray).equals = function (other) {
|
|
14143
|
-
return UShortArray__equals_impl_tyc3mk(this.
|
|
14152
|
+
return UShortArray__equals_impl_tyc3mk(this.rn_1, other);
|
|
14144
14153
|
};
|
|
14145
14154
|
function toUInt(_this__u8e3s4) {
|
|
14146
14155
|
var tmp0_elvis_lhs = toUIntOrNull(_this__u8e3s4);
|