@vonage/client-sdk 0.1.4-alpha.2 → 0.1.4-alpha.4
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/dist/kotlin/Kermit-kermit-js-ir.js +35 -46
- package/dist/kotlin/Kermit-kermit-js-ir.js.map +1 -1
- package/dist/kotlin/clientsdk-clientcore.js +4924 -4562
- package/dist/kotlin/clientsdk-clientcore.js.map +1 -1
- package/dist/kotlin/clientsdk-clientcore_js.js +247 -247
- package/dist/kotlin/clientsdk-clientcore_js.js.map +1 -1
- package/dist/kotlin/kotlin-kotlin-stdlib-js-ir.js +353 -336
- package/dist/kotlin/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/dist/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +69 -69
- package/dist/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +71 -71
- package/package.json +1 -1
|
@@ -1020,6 +1020,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1020
1020
|
}
|
|
1021
1021
|
return tmp;
|
|
1022
1022
|
}
|
|
1023
|
+
function slice(_this__u8e3s4, indices) {
|
|
1024
|
+
if (indices.j())
|
|
1025
|
+
return '';
|
|
1026
|
+
return substring_0(_this__u8e3s4, indices);
|
|
1027
|
+
}
|
|
1023
1028
|
function drop(_this__u8e3s4, n) {
|
|
1024
1029
|
// Inline function 'kotlin.require' call
|
|
1025
1030
|
var tmp0_require = n >= 0;
|
|
@@ -1146,7 +1151,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1146
1151
|
}
|
|
1147
1152
|
function AbstractCollection() {
|
|
1148
1153
|
}
|
|
1149
|
-
AbstractCollection.prototype.
|
|
1154
|
+
AbstractCollection.prototype.h1 = function (element) {
|
|
1150
1155
|
var tmp$ret$0;
|
|
1151
1156
|
$l$block_0: {
|
|
1152
1157
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -1175,7 +1180,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1175
1180
|
}
|
|
1176
1181
|
return tmp$ret$0;
|
|
1177
1182
|
};
|
|
1178
|
-
AbstractCollection.prototype.
|
|
1183
|
+
AbstractCollection.prototype.i1 = function (elements) {
|
|
1179
1184
|
var tmp$ret$0;
|
|
1180
1185
|
$l$block_0: {
|
|
1181
1186
|
// Inline function 'kotlin.collections.all' call
|
|
@@ -1194,7 +1199,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1194
1199
|
var element = tmp0_iterator.i();
|
|
1195
1200
|
var tmp$ret$1;
|
|
1196
1201
|
// Inline function 'kotlin.collections.AbstractCollection.containsAll.<anonymous>' call
|
|
1197
|
-
tmp$ret$1 = this.
|
|
1202
|
+
tmp$ret$1 = this.h1(element);
|
|
1198
1203
|
if (!tmp$ret$1) {
|
|
1199
1204
|
tmp$ret$0 = false;
|
|
1200
1205
|
break $l$block_0;
|
|
@@ -1217,17 +1222,17 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1217
1222
|
function Companion() {
|
|
1218
1223
|
Companion_instance = this;
|
|
1219
1224
|
}
|
|
1220
|
-
Companion.prototype.
|
|
1225
|
+
Companion.prototype.j1 = function (index, size) {
|
|
1221
1226
|
if (index < 0 ? true : index >= size) {
|
|
1222
1227
|
throw IndexOutOfBoundsException_init_$Create$('index: ' + index + ', size: ' + size);
|
|
1223
1228
|
}
|
|
1224
1229
|
};
|
|
1225
|
-
Companion.prototype.
|
|
1230
|
+
Companion.prototype.k1 = function (index, size) {
|
|
1226
1231
|
if (index < 0 ? true : index > size) {
|
|
1227
1232
|
throw IndexOutOfBoundsException_init_$Create$('index: ' + index + ', size: ' + size);
|
|
1228
1233
|
}
|
|
1229
1234
|
};
|
|
1230
|
-
Companion.prototype.
|
|
1235
|
+
Companion.prototype.l1 = function (startIndex, endIndex, size) {
|
|
1231
1236
|
if (startIndex < 0 ? true : endIndex > size) {
|
|
1232
1237
|
throw IndexOutOfBoundsException_init_$Create$('startIndex: ' + startIndex + ', endIndex: ' + endIndex + ', size: ' + size);
|
|
1233
1238
|
}
|
|
@@ -1235,7 +1240,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1235
1240
|
throw IllegalArgumentException_init_$Create$_0('startIndex: ' + startIndex + ' > endIndex: ' + endIndex);
|
|
1236
1241
|
}
|
|
1237
1242
|
};
|
|
1238
|
-
Companion.prototype.
|
|
1243
|
+
Companion.prototype.m1 = function (c) {
|
|
1239
1244
|
var hashCode = 1;
|
|
1240
1245
|
var tmp0_iterator = c.g();
|
|
1241
1246
|
while (tmp0_iterator.h()) {
|
|
@@ -1247,7 +1252,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1247
1252
|
}
|
|
1248
1253
|
return hashCode;
|
|
1249
1254
|
};
|
|
1250
|
-
Companion.prototype.
|
|
1255
|
+
Companion.prototype.n1 = function (c, other) {
|
|
1251
1256
|
if (!(c.f() === other.f()))
|
|
1252
1257
|
return false;
|
|
1253
1258
|
var otherIterator = other.g();
|
|
@@ -1269,23 +1274,23 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1269
1274
|
return Companion_instance;
|
|
1270
1275
|
}
|
|
1271
1276
|
function AbstractMap$keys$1$iterator$1($entryIterator) {
|
|
1272
|
-
this.
|
|
1277
|
+
this.o1_1 = $entryIterator;
|
|
1273
1278
|
}
|
|
1274
1279
|
AbstractMap$keys$1$iterator$1.prototype.h = function () {
|
|
1275
|
-
return this.
|
|
1280
|
+
return this.o1_1.h();
|
|
1276
1281
|
};
|
|
1277
1282
|
AbstractMap$keys$1$iterator$1.prototype.i = function () {
|
|
1278
|
-
return this.
|
|
1283
|
+
return this.o1_1.i().p1();
|
|
1279
1284
|
};
|
|
1280
1285
|
AbstractMap$keys$1$iterator$1.$metadata$ = classMeta(undefined, [Iterator]);
|
|
1281
1286
|
function AbstractMap$values$1$iterator$1($entryIterator) {
|
|
1282
|
-
this.
|
|
1287
|
+
this.q1_1 = $entryIterator;
|
|
1283
1288
|
}
|
|
1284
1289
|
AbstractMap$values$1$iterator$1.prototype.h = function () {
|
|
1285
|
-
return this.
|
|
1290
|
+
return this.q1_1.h();
|
|
1286
1291
|
};
|
|
1287
1292
|
AbstractMap$values$1$iterator$1.prototype.i = function () {
|
|
1288
|
-
return this.
|
|
1293
|
+
return this.q1_1.i().r1();
|
|
1289
1294
|
};
|
|
1290
1295
|
AbstractMap$values$1$iterator$1.$metadata$ = classMeta(undefined, [Iterator]);
|
|
1291
1296
|
function toString($this, o) {
|
|
@@ -1301,7 +1306,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1301
1306
|
var element = tmp0_iterator.i();
|
|
1302
1307
|
var tmp$ret$0;
|
|
1303
1308
|
// Inline function 'kotlin.collections.AbstractMap.implFindEntry.<anonymous>' call
|
|
1304
|
-
tmp$ret$0 = equals_1(element.
|
|
1309
|
+
tmp$ret$0 = equals_1(element.p1(), key);
|
|
1305
1310
|
if (tmp$ret$0) {
|
|
1306
1311
|
tmp$ret$1 = element;
|
|
1307
1312
|
break $l$block;
|
|
@@ -1314,35 +1319,35 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1314
1319
|
function Companion_0() {
|
|
1315
1320
|
Companion_instance_0 = this;
|
|
1316
1321
|
}
|
|
1317
|
-
Companion_0.prototype.
|
|
1322
|
+
Companion_0.prototype.s1 = function (e) {
|
|
1318
1323
|
var tmp$ret$1;
|
|
1319
1324
|
// Inline function 'kotlin.with' call
|
|
1320
1325
|
// Inline function 'kotlin.contracts.contract' call
|
|
1321
1326
|
var tmp$ret$0;
|
|
1322
1327
|
// Inline function 'kotlin.collections.Companion.entryHashCode.<anonymous>' call
|
|
1323
|
-
var tmp2_safe_receiver = e.
|
|
1328
|
+
var tmp2_safe_receiver = e.p1();
|
|
1324
1329
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : hashCode_0(tmp2_safe_receiver);
|
|
1325
1330
|
var tmp = tmp3_elvis_lhs == null ? 0 : tmp3_elvis_lhs;
|
|
1326
|
-
var tmp0_safe_receiver = e.
|
|
1331
|
+
var tmp0_safe_receiver = e.r1();
|
|
1327
1332
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode_0(tmp0_safe_receiver);
|
|
1328
1333
|
tmp$ret$0 = tmp ^ (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs);
|
|
1329
1334
|
tmp$ret$1 = tmp$ret$0;
|
|
1330
1335
|
return tmp$ret$1;
|
|
1331
1336
|
};
|
|
1332
|
-
Companion_0.prototype.
|
|
1337
|
+
Companion_0.prototype.t1 = function (e) {
|
|
1333
1338
|
var tmp$ret$1;
|
|
1334
1339
|
// Inline function 'kotlin.with' call
|
|
1335
1340
|
// Inline function 'kotlin.contracts.contract' call
|
|
1336
1341
|
var tmp$ret$0;
|
|
1337
1342
|
// Inline function 'kotlin.collections.Companion.entryToString.<anonymous>' call
|
|
1338
|
-
tmp$ret$0 = toString_1(e.
|
|
1343
|
+
tmp$ret$0 = toString_1(e.p1()) + '=' + toString_1(e.r1());
|
|
1339
1344
|
tmp$ret$1 = tmp$ret$0;
|
|
1340
1345
|
return tmp$ret$1;
|
|
1341
1346
|
};
|
|
1342
|
-
Companion_0.prototype.
|
|
1347
|
+
Companion_0.prototype.u1 = function (e, other) {
|
|
1343
1348
|
if (!(!(other == null) ? isInterface(other, Entry) : false))
|
|
1344
1349
|
return false;
|
|
1345
|
-
return equals_1(e.
|
|
1350
|
+
return equals_1(e.p1(), other.p1()) ? equals_1(e.r1(), other.r1()) : false;
|
|
1346
1351
|
};
|
|
1347
1352
|
Companion_0.$metadata$ = objectMeta('Companion');
|
|
1348
1353
|
var Companion_instance_0;
|
|
@@ -1352,59 +1357,59 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1352
1357
|
return Companion_instance_0;
|
|
1353
1358
|
}
|
|
1354
1359
|
function AbstractMap$keys$1(this$0) {
|
|
1355
|
-
this.
|
|
1360
|
+
this.v1_1 = this$0;
|
|
1356
1361
|
AbstractSet.call(this);
|
|
1357
1362
|
}
|
|
1358
|
-
AbstractMap$keys$1.prototype.
|
|
1359
|
-
return this.
|
|
1363
|
+
AbstractMap$keys$1.prototype.w1 = function (element) {
|
|
1364
|
+
return this.v1_1.z1(element);
|
|
1360
1365
|
};
|
|
1361
|
-
AbstractMap$keys$1.prototype.
|
|
1366
|
+
AbstractMap$keys$1.prototype.h1 = function (element) {
|
|
1362
1367
|
if (!(element == null ? true : isObject(element)))
|
|
1363
1368
|
return false;
|
|
1364
|
-
return this.
|
|
1369
|
+
return this.w1((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
1365
1370
|
};
|
|
1366
1371
|
AbstractMap$keys$1.prototype.g = function () {
|
|
1367
|
-
var entryIterator = this.
|
|
1372
|
+
var entryIterator = this.v1_1.q().g();
|
|
1368
1373
|
return new AbstractMap$keys$1$iterator$1(entryIterator);
|
|
1369
1374
|
};
|
|
1370
1375
|
AbstractMap$keys$1.prototype.f = function () {
|
|
1371
|
-
return this.
|
|
1376
|
+
return this.v1_1.f();
|
|
1372
1377
|
};
|
|
1373
1378
|
AbstractMap$keys$1.$metadata$ = classMeta(undefined, undefined, undefined, undefined, undefined, AbstractSet.prototype);
|
|
1374
1379
|
function AbstractMap$toString$lambda(this$0) {
|
|
1375
1380
|
return function (it) {
|
|
1376
|
-
return this$0.
|
|
1381
|
+
return this$0.a2(it);
|
|
1377
1382
|
};
|
|
1378
1383
|
}
|
|
1379
1384
|
function AbstractMap$values$1(this$0) {
|
|
1380
|
-
this.
|
|
1385
|
+
this.b2_1 = this$0;
|
|
1381
1386
|
AbstractCollection.call(this);
|
|
1382
1387
|
}
|
|
1383
|
-
AbstractMap$values$1.prototype.
|
|
1384
|
-
return this.
|
|
1388
|
+
AbstractMap$values$1.prototype.c2 = function (element) {
|
|
1389
|
+
return this.b2_1.d2(element);
|
|
1385
1390
|
};
|
|
1386
|
-
AbstractMap$values$1.prototype.
|
|
1391
|
+
AbstractMap$values$1.prototype.h1 = function (element) {
|
|
1387
1392
|
if (!(element == null ? true : isObject(element)))
|
|
1388
1393
|
return false;
|
|
1389
|
-
return this.
|
|
1394
|
+
return this.c2((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
1390
1395
|
};
|
|
1391
1396
|
AbstractMap$values$1.prototype.g = function () {
|
|
1392
|
-
var entryIterator = this.
|
|
1397
|
+
var entryIterator = this.b2_1.q().g();
|
|
1393
1398
|
return new AbstractMap$values$1$iterator$1(entryIterator);
|
|
1394
1399
|
};
|
|
1395
1400
|
AbstractMap$values$1.prototype.f = function () {
|
|
1396
|
-
return this.
|
|
1401
|
+
return this.b2_1.f();
|
|
1397
1402
|
};
|
|
1398
1403
|
AbstractMap$values$1.$metadata$ = classMeta(undefined, undefined, undefined, undefined, undefined, AbstractCollection.prototype);
|
|
1399
1404
|
function AbstractMap() {
|
|
1400
1405
|
Companion_getInstance_0();
|
|
1401
|
-
this.
|
|
1402
|
-
this.
|
|
1406
|
+
this.x1_1 = null;
|
|
1407
|
+
this.y1_1 = null;
|
|
1403
1408
|
}
|
|
1404
|
-
AbstractMap.prototype.
|
|
1409
|
+
AbstractMap.prototype.z1 = function (key) {
|
|
1405
1410
|
return !(implFindEntry(this, key) == null);
|
|
1406
1411
|
};
|
|
1407
|
-
AbstractMap.prototype.
|
|
1412
|
+
AbstractMap.prototype.d2 = function (value) {
|
|
1408
1413
|
var tmp$ret$0;
|
|
1409
1414
|
$l$block_0: {
|
|
1410
1415
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -1424,7 +1429,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1424
1429
|
var element = tmp0_iterator.i();
|
|
1425
1430
|
var tmp$ret$1;
|
|
1426
1431
|
// Inline function 'kotlin.collections.AbstractMap.containsValue.<anonymous>' call
|
|
1427
|
-
tmp$ret$1 = equals_1(element.
|
|
1432
|
+
tmp$ret$1 = equals_1(element.r1(), value);
|
|
1428
1433
|
if (tmp$ret$1) {
|
|
1429
1434
|
tmp$ret$0 = true;
|
|
1430
1435
|
break $l$block_0;
|
|
@@ -1434,14 +1439,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1434
1439
|
}
|
|
1435
1440
|
return tmp$ret$0;
|
|
1436
1441
|
};
|
|
1437
|
-
AbstractMap.prototype.
|
|
1442
|
+
AbstractMap.prototype.e2 = function (entry) {
|
|
1438
1443
|
if (!(!(entry == null) ? isInterface(entry, Entry) : false))
|
|
1439
1444
|
return false;
|
|
1440
|
-
var key = entry.
|
|
1441
|
-
var value = entry.
|
|
1445
|
+
var key = entry.p1();
|
|
1446
|
+
var value = entry.r1();
|
|
1442
1447
|
var tmp$ret$0;
|
|
1443
1448
|
// Inline function 'kotlin.collections.get' call
|
|
1444
|
-
tmp$ret$0 = (isInterface(this, Map) ? this : THROW_CCE()).
|
|
1449
|
+
tmp$ret$0 = (isInterface(this, Map) ? this : THROW_CCE()).f2(key);
|
|
1445
1450
|
var ourValue = tmp$ret$0;
|
|
1446
1451
|
if (!equals_1(value, ourValue)) {
|
|
1447
1452
|
return false;
|
|
@@ -1450,7 +1455,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1450
1455
|
if (ourValue == null) {
|
|
1451
1456
|
var tmp$ret$1;
|
|
1452
1457
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1453
|
-
tmp$ret$1 = (isInterface(this, Map) ? this : THROW_CCE()).
|
|
1458
|
+
tmp$ret$1 = (isInterface(this, Map) ? this : THROW_CCE()).z1(key);
|
|
1454
1459
|
tmp = !tmp$ret$1;
|
|
1455
1460
|
} else {
|
|
1456
1461
|
tmp = false;
|
|
@@ -1486,7 +1491,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1486
1491
|
var element = tmp0_iterator.i();
|
|
1487
1492
|
var tmp$ret$1;
|
|
1488
1493
|
// Inline function 'kotlin.collections.AbstractMap.equals.<anonymous>' call
|
|
1489
|
-
tmp$ret$1 = this.
|
|
1494
|
+
tmp$ret$1 = this.e2(element);
|
|
1490
1495
|
if (!tmp$ret$1) {
|
|
1491
1496
|
tmp$ret$0 = false;
|
|
1492
1497
|
break $l$block_0;
|
|
@@ -1496,9 +1501,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1496
1501
|
}
|
|
1497
1502
|
return tmp$ret$0;
|
|
1498
1503
|
};
|
|
1499
|
-
AbstractMap.prototype.
|
|
1504
|
+
AbstractMap.prototype.f2 = function (key) {
|
|
1500
1505
|
var tmp0_safe_receiver = implFindEntry(this, key);
|
|
1501
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1506
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r1();
|
|
1502
1507
|
};
|
|
1503
1508
|
AbstractMap.prototype.hashCode = function () {
|
|
1504
1509
|
return hashCode_0(this.q());
|
|
@@ -1509,32 +1514,32 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1509
1514
|
AbstractMap.prototype.f = function () {
|
|
1510
1515
|
return this.q().f();
|
|
1511
1516
|
};
|
|
1512
|
-
AbstractMap.prototype.
|
|
1513
|
-
if (this.
|
|
1517
|
+
AbstractMap.prototype.g2 = function () {
|
|
1518
|
+
if (this.x1_1 == null) {
|
|
1514
1519
|
var tmp = this;
|
|
1515
|
-
tmp.
|
|
1520
|
+
tmp.x1_1 = new AbstractMap$keys$1(this);
|
|
1516
1521
|
}
|
|
1517
|
-
return ensureNotNull(this.
|
|
1522
|
+
return ensureNotNull(this.x1_1);
|
|
1518
1523
|
};
|
|
1519
1524
|
AbstractMap.prototype.toString = function () {
|
|
1520
1525
|
var tmp = this.q();
|
|
1521
1526
|
return joinToString$default_0(tmp, ', ', '{', '}', 0, null, AbstractMap$toString$lambda(this), 24, null);
|
|
1522
1527
|
};
|
|
1523
|
-
AbstractMap.prototype.
|
|
1524
|
-
return toString(this, entry.
|
|
1528
|
+
AbstractMap.prototype.a2 = function (entry) {
|
|
1529
|
+
return toString(this, entry.p1()) + '=' + toString(this, entry.r1());
|
|
1525
1530
|
};
|
|
1526
|
-
AbstractMap.prototype.
|
|
1527
|
-
if (this.
|
|
1531
|
+
AbstractMap.prototype.h2 = function () {
|
|
1532
|
+
if (this.y1_1 == null) {
|
|
1528
1533
|
var tmp = this;
|
|
1529
|
-
tmp.
|
|
1534
|
+
tmp.y1_1 = new AbstractMap$values$1(this);
|
|
1530
1535
|
}
|
|
1531
|
-
return ensureNotNull(this.
|
|
1536
|
+
return ensureNotNull(this.y1_1);
|
|
1532
1537
|
};
|
|
1533
1538
|
AbstractMap.$metadata$ = classMeta('AbstractMap', [Map]);
|
|
1534
1539
|
function Companion_1() {
|
|
1535
1540
|
Companion_instance_1 = this;
|
|
1536
1541
|
}
|
|
1537
|
-
Companion_1.prototype.
|
|
1542
|
+
Companion_1.prototype.i2 = function (c) {
|
|
1538
1543
|
var hashCode = 0;
|
|
1539
1544
|
var tmp0_iterator = c.g();
|
|
1540
1545
|
while (tmp0_iterator.h()) {
|
|
@@ -1546,12 +1551,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1546
1551
|
}
|
|
1547
1552
|
return hashCode;
|
|
1548
1553
|
};
|
|
1549
|
-
Companion_1.prototype.
|
|
1554
|
+
Companion_1.prototype.j2 = function (c, other) {
|
|
1550
1555
|
if (!(c.f() === other.f()))
|
|
1551
1556
|
return false;
|
|
1552
1557
|
var tmp$ret$0;
|
|
1553
1558
|
// Inline function 'kotlin.collections.containsAll' call
|
|
1554
|
-
tmp$ret$0 = c.
|
|
1559
|
+
tmp$ret$0 = c.i1(other);
|
|
1555
1560
|
return tmp$ret$0;
|
|
1556
1561
|
};
|
|
1557
1562
|
Companion_1.$metadata$ = objectMeta('Companion');
|
|
@@ -1570,10 +1575,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1570
1575
|
return true;
|
|
1571
1576
|
if (!(!(other == null) ? isInterface(other, Set) : false))
|
|
1572
1577
|
return false;
|
|
1573
|
-
return Companion_getInstance_1().
|
|
1578
|
+
return Companion_getInstance_1().j2(this, other);
|
|
1574
1579
|
};
|
|
1575
1580
|
AbstractSet.prototype.hashCode = function () {
|
|
1576
|
-
return Companion_getInstance_1().
|
|
1581
|
+
return Companion_getInstance_1().i2(this);
|
|
1577
1582
|
};
|
|
1578
1583
|
AbstractSet.$metadata$ = classMeta('AbstractSet', [Set], undefined, undefined, undefined, AbstractCollection.prototype);
|
|
1579
1584
|
function emptyList() {
|
|
@@ -1588,7 +1593,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1588
1593
|
}
|
|
1589
1594
|
function EmptyList() {
|
|
1590
1595
|
EmptyList_instance = this;
|
|
1591
|
-
this.
|
|
1596
|
+
this.k2_1 = new Long(-1478467534, -1720727600);
|
|
1592
1597
|
}
|
|
1593
1598
|
EmptyList.prototype.equals = function (other) {
|
|
1594
1599
|
var tmp;
|
|
@@ -1611,11 +1616,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1611
1616
|
EmptyList.prototype.j = function () {
|
|
1612
1617
|
return true;
|
|
1613
1618
|
};
|
|
1614
|
-
EmptyList.prototype.
|
|
1619
|
+
EmptyList.prototype.l2 = function (elements) {
|
|
1615
1620
|
return elements.j();
|
|
1616
1621
|
};
|
|
1617
|
-
EmptyList.prototype.
|
|
1618
|
-
return this.
|
|
1622
|
+
EmptyList.prototype.i1 = function (elements) {
|
|
1623
|
+
return this.l2(elements);
|
|
1619
1624
|
};
|
|
1620
1625
|
EmptyList.prototype.k = function (index) {
|
|
1621
1626
|
throw IndexOutOfBoundsException_init_$Create$("Empty list doesn't contain element at index " + index + '.');
|
|
@@ -1656,23 +1661,23 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1656
1661
|
return elements.length === 0 ? ArrayList_init_$Create$() : ArrayList_init_$Create$_1(new ArrayAsCollection(elements, true));
|
|
1657
1662
|
}
|
|
1658
1663
|
function ArrayAsCollection(values, isVarargs) {
|
|
1659
|
-
this.
|
|
1660
|
-
this.
|
|
1664
|
+
this.m2_1 = values;
|
|
1665
|
+
this.n2_1 = isVarargs;
|
|
1661
1666
|
}
|
|
1662
1667
|
ArrayAsCollection.prototype.f = function () {
|
|
1663
|
-
return this.
|
|
1668
|
+
return this.m2_1.length;
|
|
1664
1669
|
};
|
|
1665
1670
|
ArrayAsCollection.prototype.j = function () {
|
|
1666
1671
|
var tmp$ret$0;
|
|
1667
1672
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
1668
|
-
var tmp0_isEmpty = this.
|
|
1673
|
+
var tmp0_isEmpty = this.m2_1;
|
|
1669
1674
|
tmp$ret$0 = tmp0_isEmpty.length === 0;
|
|
1670
1675
|
return tmp$ret$0;
|
|
1671
1676
|
};
|
|
1672
|
-
ArrayAsCollection.prototype.
|
|
1673
|
-
return contains(this.
|
|
1677
|
+
ArrayAsCollection.prototype.o2 = function (element) {
|
|
1678
|
+
return contains(this.m2_1, element);
|
|
1674
1679
|
};
|
|
1675
|
-
ArrayAsCollection.prototype.
|
|
1680
|
+
ArrayAsCollection.prototype.p2 = function (elements) {
|
|
1676
1681
|
var tmp$ret$0;
|
|
1677
1682
|
$l$block_0: {
|
|
1678
1683
|
// Inline function 'kotlin.collections.all' call
|
|
@@ -1691,7 +1696,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1691
1696
|
var element = tmp0_iterator.i();
|
|
1692
1697
|
var tmp$ret$1;
|
|
1693
1698
|
// Inline function 'kotlin.collections.ArrayAsCollection.containsAll.<anonymous>' call
|
|
1694
|
-
tmp$ret$1 = this.
|
|
1699
|
+
tmp$ret$1 = this.o2(element);
|
|
1695
1700
|
if (!tmp$ret$1) {
|
|
1696
1701
|
tmp$ret$0 = false;
|
|
1697
1702
|
break $l$block_0;
|
|
@@ -1701,18 +1706,18 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1701
1706
|
}
|
|
1702
1707
|
return tmp$ret$0;
|
|
1703
1708
|
};
|
|
1704
|
-
ArrayAsCollection.prototype.
|
|
1705
|
-
return this.
|
|
1709
|
+
ArrayAsCollection.prototype.i1 = function (elements) {
|
|
1710
|
+
return this.p2(elements);
|
|
1706
1711
|
};
|
|
1707
1712
|
ArrayAsCollection.prototype.g = function () {
|
|
1708
|
-
return arrayIterator(this.
|
|
1713
|
+
return arrayIterator(this.m2_1);
|
|
1709
1714
|
};
|
|
1710
1715
|
ArrayAsCollection.$metadata$ = classMeta('ArrayAsCollection', [Collection]);
|
|
1711
1716
|
function throwIndexOverflow() {
|
|
1712
1717
|
throw ArithmeticException_init_$Create$('Index overflow has happened.');
|
|
1713
1718
|
}
|
|
1714
1719
|
function containsAll(_this__u8e3s4, elements) {
|
|
1715
|
-
return _this__u8e3s4.
|
|
1720
|
+
return _this__u8e3s4.i1(elements);
|
|
1716
1721
|
}
|
|
1717
1722
|
function arrayListOf_0() {
|
|
1718
1723
|
return ArrayList_init_$Create$();
|
|
@@ -1752,9 +1757,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1752
1757
|
while (tmp0_iterator_0.h()) {
|
|
1753
1758
|
var e = tmp0_iterator_0.i();
|
|
1754
1759
|
var key = _this__u8e3s4.p(e);
|
|
1755
|
-
var accumulator = tmp2_aggregateTo.
|
|
1760
|
+
var accumulator = tmp2_aggregateTo.f2(key);
|
|
1756
1761
|
// Inline function 'kotlin.collections.set' call
|
|
1757
|
-
var tmp1_set = operation(key, accumulator, e, accumulator == null ? !tmp2_aggregateTo.
|
|
1762
|
+
var tmp1_set = operation(key, accumulator, e, accumulator == null ? !tmp2_aggregateTo.z1(key) : false);
|
|
1758
1763
|
tmp2_aggregateTo.l(key, tmp1_set);
|
|
1759
1764
|
}
|
|
1760
1765
|
tmp$ret$2 = tmp2_aggregateTo;
|
|
@@ -1772,29 +1777,29 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1772
1777
|
while (tmp0_iterator_0.h()) {
|
|
1773
1778
|
var e = tmp0_iterator_0.i();
|
|
1774
1779
|
var key = _this__u8e3s4.p(e);
|
|
1775
|
-
var accumulator = destination.
|
|
1780
|
+
var accumulator = destination.f2(key);
|
|
1776
1781
|
// Inline function 'kotlin.collections.set' call
|
|
1777
|
-
var tmp1_set = operation(key, accumulator, e, accumulator == null ? !destination.
|
|
1782
|
+
var tmp1_set = operation(key, accumulator, e, accumulator == null ? !destination.z1(key) : false);
|
|
1778
1783
|
destination.l(key, tmp1_set);
|
|
1779
1784
|
}
|
|
1780
1785
|
return destination;
|
|
1781
1786
|
}
|
|
1782
1787
|
function IndexedValue(index, value) {
|
|
1783
|
-
this.
|
|
1784
|
-
this.
|
|
1788
|
+
this.q2_1 = index;
|
|
1789
|
+
this.r2_1 = value;
|
|
1785
1790
|
}
|
|
1786
|
-
IndexedValue.prototype.
|
|
1787
|
-
return this.
|
|
1791
|
+
IndexedValue.prototype.s2 = function () {
|
|
1792
|
+
return this.q2_1;
|
|
1788
1793
|
};
|
|
1789
|
-
IndexedValue.prototype.
|
|
1790
|
-
return this.
|
|
1794
|
+
IndexedValue.prototype.r1 = function () {
|
|
1795
|
+
return this.r2_1;
|
|
1791
1796
|
};
|
|
1792
1797
|
IndexedValue.prototype.toString = function () {
|
|
1793
|
-
return 'IndexedValue(index=' + this.
|
|
1798
|
+
return 'IndexedValue(index=' + this.q2_1 + ', value=' + this.r2_1 + ')';
|
|
1794
1799
|
};
|
|
1795
1800
|
IndexedValue.prototype.hashCode = function () {
|
|
1796
|
-
var result = this.
|
|
1797
|
-
result = imul(result, 31) + (this.
|
|
1801
|
+
var result = this.q2_1;
|
|
1802
|
+
result = imul(result, 31) + (this.r2_1 == null ? 0 : hashCode_0(this.r2_1)) | 0;
|
|
1798
1803
|
return result;
|
|
1799
1804
|
};
|
|
1800
1805
|
IndexedValue.prototype.equals = function (other) {
|
|
@@ -1803,9 +1808,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1803
1808
|
if (!(other instanceof IndexedValue))
|
|
1804
1809
|
return false;
|
|
1805
1810
|
var tmp0_other_with_cast = other instanceof IndexedValue ? other : THROW_CCE();
|
|
1806
|
-
if (!(this.
|
|
1811
|
+
if (!(this.q2_1 === tmp0_other_with_cast.q2_1))
|
|
1807
1812
|
return false;
|
|
1808
|
-
if (!equals_1(this.
|
|
1813
|
+
if (!equals_1(this.r2_1, tmp0_other_with_cast.r2_1))
|
|
1809
1814
|
return false;
|
|
1810
1815
|
return true;
|
|
1811
1816
|
};
|
|
@@ -1814,10 +1819,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1814
1819
|
return new _no_name_provided__qut3iv_0(iterator);
|
|
1815
1820
|
}
|
|
1816
1821
|
function IndexingIterable(iteratorFactory) {
|
|
1817
|
-
this.
|
|
1822
|
+
this.t2_1 = iteratorFactory;
|
|
1818
1823
|
}
|
|
1819
1824
|
IndexingIterable.prototype.g = function () {
|
|
1820
|
-
return new IndexingIterator(this.
|
|
1825
|
+
return new IndexingIterator(this.t2_1());
|
|
1821
1826
|
};
|
|
1822
1827
|
IndexingIterable.$metadata$ = classMeta('IndexingIterable', [Iterable_0]);
|
|
1823
1828
|
function collectionSizeOrDefault(_this__u8e3s4, default_0) {
|
|
@@ -1839,24 +1844,24 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1839
1844
|
return tmp;
|
|
1840
1845
|
}
|
|
1841
1846
|
function _no_name_provided__qut3iv_0($iterator) {
|
|
1842
|
-
this.
|
|
1847
|
+
this.u2_1 = $iterator;
|
|
1843
1848
|
}
|
|
1844
1849
|
_no_name_provided__qut3iv_0.prototype.g = function () {
|
|
1845
|
-
return this.
|
|
1850
|
+
return this.u2_1();
|
|
1846
1851
|
};
|
|
1847
1852
|
_no_name_provided__qut3iv_0.$metadata$ = classMeta(undefined, [Iterable_0]);
|
|
1848
1853
|
function IndexingIterator(iterator) {
|
|
1849
|
-
this.
|
|
1850
|
-
this.
|
|
1854
|
+
this.v2_1 = iterator;
|
|
1855
|
+
this.w2_1 = 0;
|
|
1851
1856
|
}
|
|
1852
1857
|
IndexingIterator.prototype.h = function () {
|
|
1853
|
-
return this.
|
|
1858
|
+
return this.v2_1.h();
|
|
1854
1859
|
};
|
|
1855
1860
|
IndexingIterator.prototype.i = function () {
|
|
1856
1861
|
var tmp0_this = this;
|
|
1857
|
-
var tmp1 = tmp0_this.
|
|
1858
|
-
tmp0_this.
|
|
1859
|
-
return new IndexedValue(checkIndexOverflow(tmp1), this.
|
|
1862
|
+
var tmp1 = tmp0_this.w2_1;
|
|
1863
|
+
tmp0_this.w2_1 = tmp1 + 1 | 0;
|
|
1864
|
+
return new IndexedValue(checkIndexOverflow(tmp1), this.v2_1.i());
|
|
1860
1865
|
};
|
|
1861
1866
|
IndexingIterator.$metadata$ = classMeta('IndexingIterator', [Iterator]);
|
|
1862
1867
|
function forEach_2(_this__u8e3s4, operation) {
|
|
@@ -1874,12 +1879,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1874
1879
|
}
|
|
1875
1880
|
function getOrImplicitDefault(_this__u8e3s4, key) {
|
|
1876
1881
|
if (isInterface(_this__u8e3s4, MapWithDefault))
|
|
1877
|
-
return _this__u8e3s4.
|
|
1882
|
+
return _this__u8e3s4.x2(key);
|
|
1878
1883
|
var tmp$ret$0;
|
|
1879
1884
|
$l$block: {
|
|
1880
1885
|
// Inline function 'kotlin.collections.getOrElseNullable' call
|
|
1881
|
-
var value = _this__u8e3s4.
|
|
1882
|
-
if (value == null ? !_this__u8e3s4.
|
|
1886
|
+
var value = _this__u8e3s4.f2(key);
|
|
1887
|
+
if (value == null ? !_this__u8e3s4.z1(key) : false) {
|
|
1883
1888
|
throw NoSuchElementException_init_$Create$_0('Key ' + key + ' is missing in the map.');
|
|
1884
1889
|
} else {
|
|
1885
1890
|
tmp$ret$0 = (value == null ? true : isObject(value)) ? value : THROW_CCE();
|
|
@@ -1899,13 +1904,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1899
1904
|
return isInterface(tmp, Map) ? tmp : THROW_CCE();
|
|
1900
1905
|
}
|
|
1901
1906
|
function get(_this__u8e3s4, key) {
|
|
1902
|
-
return (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).
|
|
1907
|
+
return (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).f2(key);
|
|
1903
1908
|
}
|
|
1904
1909
|
function component1(_this__u8e3s4) {
|
|
1905
|
-
return _this__u8e3s4.
|
|
1910
|
+
return _this__u8e3s4.p1();
|
|
1906
1911
|
}
|
|
1907
1912
|
function component2(_this__u8e3s4) {
|
|
1908
|
-
return _this__u8e3s4.
|
|
1913
|
+
return _this__u8e3s4.r1();
|
|
1909
1914
|
}
|
|
1910
1915
|
function toMap(_this__u8e3s4) {
|
|
1911
1916
|
if (isInterface(_this__u8e3s4, Collection)) {
|
|
@@ -1937,7 +1942,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1937
1942
|
_this__u8e3s4.l(key, value);
|
|
1938
1943
|
}
|
|
1939
1944
|
function getOrPut(_this__u8e3s4, key, defaultValue) {
|
|
1940
|
-
var value = _this__u8e3s4.
|
|
1945
|
+
var value = _this__u8e3s4.f2(key);
|
|
1941
1946
|
var tmp;
|
|
1942
1947
|
if (value == null) {
|
|
1943
1948
|
var answer = defaultValue();
|
|
@@ -1965,7 +1970,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1965
1970
|
}
|
|
1966
1971
|
function EmptyMap() {
|
|
1967
1972
|
EmptyMap_instance = this;
|
|
1968
|
-
this.
|
|
1973
|
+
this.y2_1 = new Long(-888910638, 1920087921);
|
|
1969
1974
|
}
|
|
1970
1975
|
EmptyMap.prototype.equals = function (other) {
|
|
1971
1976
|
var tmp;
|
|
@@ -1988,29 +1993,29 @@ if (typeof Math.imul === 'undefined') {
|
|
|
1988
1993
|
EmptyMap.prototype.j = function () {
|
|
1989
1994
|
return true;
|
|
1990
1995
|
};
|
|
1991
|
-
EmptyMap.prototype.
|
|
1996
|
+
EmptyMap.prototype.z2 = function (key) {
|
|
1992
1997
|
return false;
|
|
1993
1998
|
};
|
|
1994
|
-
EmptyMap.prototype.
|
|
1999
|
+
EmptyMap.prototype.z1 = function (key) {
|
|
1995
2000
|
if (!(key == null ? true : isObject(key)))
|
|
1996
2001
|
return false;
|
|
1997
|
-
return this.
|
|
2002
|
+
return this.z2((key == null ? true : isObject(key)) ? key : THROW_CCE());
|
|
1998
2003
|
};
|
|
1999
|
-
EmptyMap.prototype.
|
|
2004
|
+
EmptyMap.prototype.a3 = function (key) {
|
|
2000
2005
|
return null;
|
|
2001
2006
|
};
|
|
2002
|
-
EmptyMap.prototype.
|
|
2007
|
+
EmptyMap.prototype.f2 = function (key) {
|
|
2003
2008
|
if (!(key == null ? true : isObject(key)))
|
|
2004
2009
|
return null;
|
|
2005
|
-
return this.
|
|
2010
|
+
return this.a3((key == null ? true : isObject(key)) ? key : THROW_CCE());
|
|
2006
2011
|
};
|
|
2007
2012
|
EmptyMap.prototype.q = function () {
|
|
2008
2013
|
return EmptySet_getInstance();
|
|
2009
2014
|
};
|
|
2010
|
-
EmptyMap.prototype.
|
|
2015
|
+
EmptyMap.prototype.g2 = function () {
|
|
2011
2016
|
return EmptySet_getInstance();
|
|
2012
2017
|
};
|
|
2013
|
-
EmptyMap.prototype.
|
|
2018
|
+
EmptyMap.prototype.h2 = function () {
|
|
2014
2019
|
return EmptyList_getInstance();
|
|
2015
2020
|
};
|
|
2016
2021
|
EmptyMap.$metadata$ = objectMeta('EmptyMap', [Map, Serializable]);
|
|
@@ -2056,8 +2061,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2056
2061
|
while (inductionVariable < last) {
|
|
2057
2062
|
var tmp1_loop_parameter = indexedObject[inductionVariable];
|
|
2058
2063
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2059
|
-
var key = tmp1_loop_parameter.
|
|
2060
|
-
var value = tmp1_loop_parameter.
|
|
2064
|
+
var key = tmp1_loop_parameter.d3();
|
|
2065
|
+
var value = tmp1_loop_parameter.e3();
|
|
2061
2066
|
_this__u8e3s4.l(key, value);
|
|
2062
2067
|
}
|
|
2063
2068
|
}
|
|
@@ -2065,8 +2070,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2065
2070
|
var tmp0_iterator = pairs.g();
|
|
2066
2071
|
while (tmp0_iterator.h()) {
|
|
2067
2072
|
var tmp1_loop_parameter = tmp0_iterator.i();
|
|
2068
|
-
var key = tmp1_loop_parameter.
|
|
2069
|
-
var value = tmp1_loop_parameter.
|
|
2073
|
+
var key = tmp1_loop_parameter.d3();
|
|
2074
|
+
var value = tmp1_loop_parameter.e3();
|
|
2070
2075
|
_this__u8e3s4.l(key, value);
|
|
2071
2076
|
}
|
|
2072
2077
|
}
|
|
@@ -2084,7 +2089,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2084
2089
|
return tmp$ret$0;
|
|
2085
2090
|
}
|
|
2086
2091
|
function containsKey(_this__u8e3s4, key) {
|
|
2087
|
-
return (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).
|
|
2092
|
+
return (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).z1(key);
|
|
2088
2093
|
}
|
|
2089
2094
|
function linkedMapOf() {
|
|
2090
2095
|
return LinkedHashMap_init_$Create$();
|
|
@@ -2092,14 +2097,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2092
2097
|
function contains_0(_this__u8e3s4, key) {
|
|
2093
2098
|
var tmp$ret$0;
|
|
2094
2099
|
// Inline function 'kotlin.collections.containsKey' call
|
|
2095
|
-
tmp$ret$0 = (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).
|
|
2100
|
+
tmp$ret$0 = (isInterface(_this__u8e3s4, Map) ? _this__u8e3s4 : THROW_CCE()).z1(key);
|
|
2096
2101
|
return tmp$ret$0;
|
|
2097
2102
|
}
|
|
2098
2103
|
function getValue(_this__u8e3s4, key) {
|
|
2099
2104
|
return getOrImplicitDefault(_this__u8e3s4, key);
|
|
2100
2105
|
}
|
|
2101
2106
|
function remove(_this__u8e3s4, key) {
|
|
2102
|
-
return (isInterface(_this__u8e3s4, MutableMap) ? _this__u8e3s4 : THROW_CCE()).
|
|
2107
|
+
return (isInterface(_this__u8e3s4, MutableMap) ? _this__u8e3s4 : THROW_CCE()).f3(key);
|
|
2103
2108
|
}
|
|
2104
2109
|
function mapValues(_this__u8e3s4, transform) {
|
|
2105
2110
|
var tmp$ret$2;
|
|
@@ -2113,7 +2118,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2113
2118
|
var element = tmp0_iterator.i();
|
|
2114
2119
|
var tmp$ret$0;
|
|
2115
2120
|
// Inline function 'kotlin.collections.mapValuesTo.<anonymous>' call
|
|
2116
|
-
tmp$ret$0 = element.
|
|
2121
|
+
tmp$ret$0 = element.p1();
|
|
2117
2122
|
tmp1_mapValuesTo.l(tmp$ret$0, transform(element));
|
|
2118
2123
|
}
|
|
2119
2124
|
tmp$ret$1 = tmp1_mapValuesTo;
|
|
@@ -2133,7 +2138,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2133
2138
|
var tmp = transform(element);
|
|
2134
2139
|
var tmp$ret$0;
|
|
2135
2140
|
// Inline function 'kotlin.collections.mapKeysTo.<anonymous>' call
|
|
2136
|
-
tmp$ret$0 = element.
|
|
2141
|
+
tmp$ret$0 = element.r1();
|
|
2137
2142
|
tmp1_mapKeysTo.l(tmp, tmp$ret$0);
|
|
2138
2143
|
}
|
|
2139
2144
|
tmp$ret$1 = tmp1_mapKeysTo;
|
|
@@ -2149,7 +2154,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2149
2154
|
var element = tmp0_iterator.i();
|
|
2150
2155
|
var tmp$ret$0;
|
|
2151
2156
|
// Inline function 'kotlin.collections.mapValuesTo.<anonymous>' call
|
|
2152
|
-
tmp$ret$0 = element.
|
|
2157
|
+
tmp$ret$0 = element.p1();
|
|
2153
2158
|
destination.l(tmp$ret$0, transform(element));
|
|
2154
2159
|
}
|
|
2155
2160
|
tmp$ret$1 = destination;
|
|
@@ -2165,15 +2170,15 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2165
2170
|
var tmp = transform(element);
|
|
2166
2171
|
var tmp$ret$0;
|
|
2167
2172
|
// Inline function 'kotlin.collections.mapKeysTo.<anonymous>' call
|
|
2168
|
-
tmp$ret$0 = element.
|
|
2173
|
+
tmp$ret$0 = element.r1();
|
|
2169
2174
|
destination.l(tmp, tmp$ret$0);
|
|
2170
2175
|
}
|
|
2171
2176
|
tmp$ret$1 = destination;
|
|
2172
2177
|
return tmp$ret$1;
|
|
2173
2178
|
}
|
|
2174
2179
|
function getOrElseNullable(_this__u8e3s4, key, defaultValue) {
|
|
2175
|
-
var value = _this__u8e3s4.
|
|
2176
|
-
if (value == null ? !_this__u8e3s4.
|
|
2180
|
+
var value = _this__u8e3s4.f2(key);
|
|
2181
|
+
if (value == null ? !_this__u8e3s4.z1(key) : false) {
|
|
2177
2182
|
return defaultValue();
|
|
2178
2183
|
} else {
|
|
2179
2184
|
return (value == null ? true : isObject(value)) ? value : THROW_CCE();
|
|
@@ -2187,7 +2192,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2187
2192
|
if (_this__u8e3s4.j()) {
|
|
2188
2193
|
throw NoSuchElementException_init_$Create$_0('List is empty.');
|
|
2189
2194
|
} else {
|
|
2190
|
-
tmp = _this__u8e3s4.
|
|
2195
|
+
tmp = _this__u8e3s4.g3(get_lastIndex_2(_this__u8e3s4));
|
|
2191
2196
|
}
|
|
2192
2197
|
return tmp;
|
|
2193
2198
|
}
|
|
@@ -2209,26 +2214,26 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2209
2214
|
function IntIterator() {
|
|
2210
2215
|
}
|
|
2211
2216
|
IntIterator.prototype.i = function () {
|
|
2212
|
-
return this.
|
|
2217
|
+
return this.h3();
|
|
2213
2218
|
};
|
|
2214
2219
|
IntIterator.$metadata$ = classMeta('IntIterator', [Iterator]);
|
|
2215
2220
|
function Sequence() {
|
|
2216
2221
|
}
|
|
2217
2222
|
Sequence.$metadata$ = interfaceMeta('Sequence');
|
|
2218
2223
|
function TransformingSequence$iterator$1(this$0) {
|
|
2219
|
-
this.
|
|
2220
|
-
this.
|
|
2224
|
+
this.j3_1 = this$0;
|
|
2225
|
+
this.i3_1 = this$0.k3_1.g();
|
|
2221
2226
|
}
|
|
2222
2227
|
TransformingSequence$iterator$1.prototype.i = function () {
|
|
2223
|
-
return this.
|
|
2228
|
+
return this.j3_1.l3_1(this.i3_1.i());
|
|
2224
2229
|
};
|
|
2225
2230
|
TransformingSequence$iterator$1.prototype.h = function () {
|
|
2226
|
-
return this.
|
|
2231
|
+
return this.i3_1.h();
|
|
2227
2232
|
};
|
|
2228
2233
|
TransformingSequence$iterator$1.$metadata$ = classMeta(undefined, [Iterator]);
|
|
2229
2234
|
function TransformingSequence(sequence, transformer) {
|
|
2230
|
-
this.
|
|
2231
|
-
this.
|
|
2235
|
+
this.k3_1 = sequence;
|
|
2236
|
+
this.l3_1 = transformer;
|
|
2232
2237
|
}
|
|
2233
2238
|
TransformingSequence.prototype.g = function () {
|
|
2234
2239
|
return new TransformingSequence$iterator$1(this);
|
|
@@ -2239,7 +2244,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2239
2244
|
}
|
|
2240
2245
|
function EmptySet() {
|
|
2241
2246
|
EmptySet_instance = this;
|
|
2242
|
-
this.
|
|
2247
|
+
this.m3_1 = new Long(1993859828, 793161749);
|
|
2243
2248
|
}
|
|
2244
2249
|
EmptySet.prototype.equals = function (other) {
|
|
2245
2250
|
var tmp;
|
|
@@ -2262,10 +2267,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2262
2267
|
EmptySet.prototype.j = function () {
|
|
2263
2268
|
return true;
|
|
2264
2269
|
};
|
|
2265
|
-
EmptySet.prototype.
|
|
2270
|
+
EmptySet.prototype.n3 = function (element) {
|
|
2266
2271
|
return false;
|
|
2267
2272
|
};
|
|
2268
|
-
EmptySet.prototype.
|
|
2273
|
+
EmptySet.prototype.h1 = function (element) {
|
|
2269
2274
|
if (!false)
|
|
2270
2275
|
return false;
|
|
2271
2276
|
var tmp;
|
|
@@ -2274,13 +2279,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2274
2279
|
} else {
|
|
2275
2280
|
tmp = THROW_CCE();
|
|
2276
2281
|
}
|
|
2277
|
-
return this.
|
|
2282
|
+
return this.n3(tmp);
|
|
2278
2283
|
};
|
|
2279
|
-
EmptySet.prototype.
|
|
2284
|
+
EmptySet.prototype.l2 = function (elements) {
|
|
2280
2285
|
return elements.j();
|
|
2281
2286
|
};
|
|
2282
|
-
EmptySet.prototype.
|
|
2283
|
-
return this.
|
|
2287
|
+
EmptySet.prototype.i1 = function (elements) {
|
|
2288
|
+
return this.l2(elements);
|
|
2284
2289
|
};
|
|
2285
2290
|
EmptySet.prototype.g = function () {
|
|
2286
2291
|
return EmptyIterator_getInstance();
|
|
@@ -2315,14 +2320,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2315
2320
|
// Inline function 'kotlin.Companion.failure' call
|
|
2316
2321
|
var tmp0_failure = Companion_getInstance_5();
|
|
2317
2322
|
tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
2318
|
-
return _this__u8e3s4.
|
|
2323
|
+
return _this__u8e3s4.p3(tmp$ret$0);
|
|
2319
2324
|
}
|
|
2320
2325
|
function resume(_this__u8e3s4, value) {
|
|
2321
2326
|
var tmp$ret$0;
|
|
2322
2327
|
// Inline function 'kotlin.Companion.success' call
|
|
2323
2328
|
var tmp0_success = Companion_getInstance_5();
|
|
2324
2329
|
tmp$ret$0 = _Result___init__impl__xyqfz8(value);
|
|
2325
|
-
return _this__u8e3s4.
|
|
2330
|
+
return _this__u8e3s4.p3(tmp$ret$0);
|
|
2326
2331
|
}
|
|
2327
2332
|
function Key() {
|
|
2328
2333
|
Key_instance = this;
|
|
@@ -2342,9 +2347,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2342
2347
|
CoroutineContext.$metadata$ = interfaceMeta('CoroutineContext');
|
|
2343
2348
|
function EmptyCoroutineContext() {
|
|
2344
2349
|
EmptyCoroutineContext_instance = this;
|
|
2345
|
-
this.
|
|
2350
|
+
this.r3_1 = new Long(0, 0);
|
|
2346
2351
|
}
|
|
2347
|
-
EmptyCoroutineContext.prototype.
|
|
2352
|
+
EmptyCoroutineContext.prototype.q3 = function (key) {
|
|
2348
2353
|
return null;
|
|
2349
2354
|
};
|
|
2350
2355
|
EmptyCoroutineContext.prototype.hashCode = function () {
|
|
@@ -2404,16 +2409,16 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2404
2409
|
function Default() {
|
|
2405
2410
|
Default_instance = this;
|
|
2406
2411
|
Random.call(this);
|
|
2407
|
-
this.
|
|
2412
|
+
this.w3_1 = defaultPlatformRandom();
|
|
2408
2413
|
}
|
|
2409
|
-
Default.prototype.
|
|
2410
|
-
return this.
|
|
2414
|
+
Default.prototype.x3 = function (bitCount) {
|
|
2415
|
+
return this.w3_1.x3(bitCount);
|
|
2411
2416
|
};
|
|
2412
|
-
Default.prototype.
|
|
2413
|
-
return this.
|
|
2417
|
+
Default.prototype.h3 = function () {
|
|
2418
|
+
return this.w3_1.h3();
|
|
2414
2419
|
};
|
|
2415
|
-
Default.prototype.
|
|
2416
|
-
return this.
|
|
2420
|
+
Default.prototype.y3 = function (from, until) {
|
|
2421
|
+
return this.w3_1.y3(from, until);
|
|
2417
2422
|
};
|
|
2418
2423
|
Default.$metadata$ = objectMeta('Default', [Serializable], undefined, undefined, undefined, Random.prototype);
|
|
2419
2424
|
var Default_instance;
|
|
@@ -2425,21 +2430,21 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2425
2430
|
function Random() {
|
|
2426
2431
|
Default_getInstance();
|
|
2427
2432
|
}
|
|
2428
|
-
Random.prototype.
|
|
2429
|
-
return this.
|
|
2433
|
+
Random.prototype.h3 = function () {
|
|
2434
|
+
return this.x3(32);
|
|
2430
2435
|
};
|
|
2431
|
-
Random.prototype.
|
|
2436
|
+
Random.prototype.y3 = function (from, until) {
|
|
2432
2437
|
checkRangeBounds(from, until);
|
|
2433
2438
|
var n = until - from | 0;
|
|
2434
2439
|
if (n > 0 ? true : n === IntCompanionObject_getInstance().s_1) {
|
|
2435
2440
|
var tmp;
|
|
2436
2441
|
if ((n & (-n | 0)) === n) {
|
|
2437
2442
|
var bitCount = fastLog2(n);
|
|
2438
|
-
tmp = this.
|
|
2443
|
+
tmp = this.x3(bitCount);
|
|
2439
2444
|
} else {
|
|
2440
2445
|
var v;
|
|
2441
2446
|
do {
|
|
2442
|
-
var bits = this.
|
|
2447
|
+
var bits = this.h3() >>> 1 | 0;
|
|
2443
2448
|
v = bits % n | 0;
|
|
2444
2449
|
}
|
|
2445
2450
|
while (((bits - v | 0) + (n - 1 | 0) | 0) < 0);
|
|
@@ -2449,7 +2454,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2449
2454
|
return from + rnd | 0;
|
|
2450
2455
|
} else {
|
|
2451
2456
|
while (true) {
|
|
2452
|
-
var rnd_0 = this.
|
|
2457
|
+
var rnd_0 = this.h3();
|
|
2453
2458
|
if (from <= rnd_0 ? rnd_0 < until : false)
|
|
2454
2459
|
return rnd_0;
|
|
2455
2460
|
}
|
|
@@ -2461,11 +2466,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2461
2466
|
if (range.j()) {
|
|
2462
2467
|
throw IllegalArgumentException_init_$Create$_0('Cannot get random in empty range: ' + range);
|
|
2463
2468
|
} else if (range.y_1 < IntCompanionObject_getInstance().t_1) {
|
|
2464
|
-
tmp = _this__u8e3s4.
|
|
2469
|
+
tmp = _this__u8e3s4.y3(range.x_1, range.y_1 + 1 | 0);
|
|
2465
2470
|
} else if (range.x_1 > IntCompanionObject_getInstance().s_1) {
|
|
2466
|
-
tmp = _this__u8e3s4.
|
|
2471
|
+
tmp = _this__u8e3s4.y3(range.x_1 - 1 | 0, range.y_1) + 1 | 0;
|
|
2467
2472
|
} else {
|
|
2468
|
-
tmp = _this__u8e3s4.
|
|
2473
|
+
tmp = _this__u8e3s4.h3();
|
|
2469
2474
|
}
|
|
2470
2475
|
return tmp;
|
|
2471
2476
|
}
|
|
@@ -2542,11 +2547,11 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2542
2547
|
var index = inductionVariable;
|
|
2543
2548
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2544
2549
|
// Inline function 'kotlin.random.XorWowRandom.<anonymous>' call
|
|
2545
|
-
this.
|
|
2550
|
+
this.h3();
|
|
2546
2551
|
}
|
|
2547
2552
|
while (inductionVariable < 64);
|
|
2548
2553
|
}
|
|
2549
|
-
XorWowRandom.prototype.
|
|
2554
|
+
XorWowRandom.prototype.h3 = function () {
|
|
2550
2555
|
var t = this.a4_1;
|
|
2551
2556
|
t = t ^ (t >>> 2 | 0);
|
|
2552
2557
|
this.a4_1 = this.b4_1;
|
|
@@ -2560,8 +2565,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2560
2565
|
tmp0_this.f4_1 = tmp0_this.f4_1 + 362437 | 0;
|
|
2561
2566
|
return t + this.f4_1 | 0;
|
|
2562
2567
|
};
|
|
2563
|
-
XorWowRandom.prototype.
|
|
2564
|
-
return takeUpperBits(this.
|
|
2568
|
+
XorWowRandom.prototype.x3 = function (bitCount) {
|
|
2569
|
+
return takeUpperBits(this.h3(), bitCount);
|
|
2565
2570
|
};
|
|
2566
2571
|
XorWowRandom.$metadata$ = classMeta('XorWowRandom', [Serializable], undefined, undefined, undefined, Random.prototype);
|
|
2567
2572
|
function Companion_3() {
|
|
@@ -2617,7 +2622,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
2617
2622
|
IntProgressionIterator.prototype.h = function () {
|
|
2618
2623
|
return this.l4_1;
|
|
2619
2624
|
};
|
|
2620
|
-
IntProgressionIterator.prototype.
|
|
2625
|
+
IntProgressionIterator.prototype.h3 = function () {
|
|
2621
2626
|
var value = this.m4_1;
|
|
2622
2627
|
if (value === this.k4_1) {
|
|
2623
2628
|
if (!this.l4_1)
|
|
@@ -3208,6 +3213,17 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3208
3213
|
}
|
|
3209
3214
|
return _this__u8e3s4;
|
|
3210
3215
|
}
|
|
3216
|
+
function substring_0(_this__u8e3s4, range) {
|
|
3217
|
+
var tmp$ret$1;
|
|
3218
|
+
// Inline function 'kotlin.text.substring' call
|
|
3219
|
+
var tmp0_substring = range.g4();
|
|
3220
|
+
var tmp1_substring = range.h4() + 1 | 0;
|
|
3221
|
+
var tmp$ret$0;
|
|
3222
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
3223
|
+
tmp$ret$0 = _this__u8e3s4;
|
|
3224
|
+
tmp$ret$1 = tmp$ret$0.substring(tmp0_substring, tmp1_substring);
|
|
3225
|
+
return tmp$ret$1;
|
|
3226
|
+
}
|
|
3211
3227
|
function indexOfAny(_this__u8e3s4, chars, startIndex, ignoreCase) {
|
|
3212
3228
|
var tmp;
|
|
3213
3229
|
if (!ignoreCase ? chars.length === 1 : false) {
|
|
@@ -3410,7 +3426,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3410
3426
|
limit = 0;
|
|
3411
3427
|
return splitToSequence(_this__u8e3s4, delimiters, ignoreCase, limit);
|
|
3412
3428
|
}
|
|
3413
|
-
function
|
|
3429
|
+
function substring_1(_this__u8e3s4, range) {
|
|
3414
3430
|
return toString_2(charSequenceSubSequence(_this__u8e3s4, range.g4(), range.h4() + 1 | 0));
|
|
3415
3431
|
}
|
|
3416
3432
|
function rangesDelimitedBy(_this__u8e3s4, delimiters, startIndex, ignoreCase, limit) {
|
|
@@ -3469,8 +3485,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3469
3485
|
$this.z4_1 = -1;
|
|
3470
3486
|
} else {
|
|
3471
3487
|
var tmp1_container = match;
|
|
3472
|
-
var index = tmp1_container.
|
|
3473
|
-
var length = tmp1_container.
|
|
3488
|
+
var index = tmp1_container.d3();
|
|
3489
|
+
var length = tmp1_container.e3();
|
|
3474
3490
|
$this.a5_1 = until($this.y4_1, index);
|
|
3475
3491
|
$this.y4_1 = index + length | 0;
|
|
3476
3492
|
$this.z4_1 = $this.y4_1 + (length === 0 ? 1 : 0) | 0;
|
|
@@ -3592,7 +3608,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3592
3608
|
}
|
|
3593
3609
|
function splitToSequence$lambda($this_splitToSequence) {
|
|
3594
3610
|
return function (it) {
|
|
3595
|
-
return
|
|
3611
|
+
return substring_1($this_splitToSequence, it);
|
|
3596
3612
|
};
|
|
3597
3613
|
}
|
|
3598
3614
|
function rangesDelimitedBy$lambda($delimitersList, $ignoreCase) {
|
|
@@ -3607,7 +3623,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3607
3623
|
// Inline function 'kotlin.contracts.contract' call
|
|
3608
3624
|
var tmp$ret$0;
|
|
3609
3625
|
// Inline function 'kotlin.text.rangesDelimitedBy.<anonymous>.<anonymous>' call
|
|
3610
|
-
tmp$ret$0 = to(tmp0_safe_receiver.
|
|
3626
|
+
tmp$ret$0 = to(tmp0_safe_receiver.b3_1, tmp0_safe_receiver.c3_1.length);
|
|
3611
3627
|
tmp$ret$1 = tmp$ret$0;
|
|
3612
3628
|
tmp = tmp$ret$1;
|
|
3613
3629
|
}
|
|
@@ -3639,14 +3655,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3639
3655
|
tmp_0.l5_1 = isInterface(this, Continuation) ? this : THROW_CCE();
|
|
3640
3656
|
this.m5_1 = get_UNDEFINED_RESULT();
|
|
3641
3657
|
}
|
|
3642
|
-
DeepRecursiveScopeImpl.prototype.
|
|
3658
|
+
DeepRecursiveScopeImpl.prototype.o3 = function () {
|
|
3643
3659
|
return EmptyCoroutineContext_getInstance();
|
|
3644
3660
|
};
|
|
3645
3661
|
DeepRecursiveScopeImpl.prototype.o5 = function (result) {
|
|
3646
3662
|
this.l5_1 = null;
|
|
3647
3663
|
this.m5_1 = result;
|
|
3648
3664
|
};
|
|
3649
|
-
DeepRecursiveScopeImpl.prototype.
|
|
3665
|
+
DeepRecursiveScopeImpl.prototype.p3 = function (result) {
|
|
3650
3666
|
return this.o5(result);
|
|
3651
3667
|
};
|
|
3652
3668
|
DeepRecursiveScopeImpl.prototype.h5 = function (value, $cont) {
|
|
@@ -3698,7 +3714,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3698
3714
|
// Inline function 'kotlin.Companion.failure' call
|
|
3699
3715
|
var tmp0_failure = Companion_getInstance_5();
|
|
3700
3716
|
tmp$ret$3 = _Result___init__impl__xyqfz8(createFailure($p));
|
|
3701
|
-
cont.
|
|
3717
|
+
cont.p3(tmp$ret$3);
|
|
3702
3718
|
tmp$ret$4 = Unit_getInstance();
|
|
3703
3719
|
continue $l$loop;
|
|
3704
3720
|
} else {
|
|
@@ -3715,12 +3731,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3715
3731
|
// Inline function 'kotlin.Companion.success' call
|
|
3716
3732
|
var tmp0_success = Companion_getInstance_5();
|
|
3717
3733
|
tmp$ret$5 = _Result___init__impl__xyqfz8(tmp3_resume);
|
|
3718
|
-
cont.
|
|
3734
|
+
cont.p3(tmp$ret$5);
|
|
3719
3735
|
tmp$ret$6 = Unit_getInstance();
|
|
3720
3736
|
}
|
|
3721
3737
|
} else {
|
|
3722
3738
|
this.m5_1 = get_UNDEFINED_RESULT();
|
|
3723
|
-
cont.
|
|
3739
|
+
cont.p3(result);
|
|
3724
3740
|
}
|
|
3725
3741
|
}
|
|
3726
3742
|
};
|
|
@@ -3744,7 +3760,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3744
3760
|
return tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
3745
3761
|
}
|
|
3746
3762
|
function getValue_0(_this__u8e3s4, thisRef, property) {
|
|
3747
|
-
return _this__u8e3s4.
|
|
3763
|
+
return _this__u8e3s4.r1();
|
|
3748
3764
|
}
|
|
3749
3765
|
function Lazy() {
|
|
3750
3766
|
}
|
|
@@ -3769,7 +3785,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3769
3785
|
this.q5_1 = initializer;
|
|
3770
3786
|
this.r5_1 = UNINITIALIZED_VALUE_getInstance();
|
|
3771
3787
|
}
|
|
3772
|
-
UnsafeLazyImpl.prototype.
|
|
3788
|
+
UnsafeLazyImpl.prototype.r1 = function () {
|
|
3773
3789
|
if (this.r5_1 === UNINITIALIZED_VALUE_getInstance()) {
|
|
3774
3790
|
this.r5_1 = ensureNotNull(this.q5_1)();
|
|
3775
3791
|
this.q5_1 = null;
|
|
@@ -3781,7 +3797,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
3781
3797
|
return !(this.r5_1 === UNINITIALIZED_VALUE_getInstance());
|
|
3782
3798
|
};
|
|
3783
3799
|
UnsafeLazyImpl.prototype.toString = function () {
|
|
3784
|
-
return this.s5() ? toString_1(this.
|
|
3800
|
+
return this.s5() ? toString_1(this.r1()) : 'Lazy value not initialized yet.';
|
|
3785
3801
|
};
|
|
3786
3802
|
UnsafeLazyImpl.$metadata$ = classMeta('UnsafeLazyImpl', [Lazy, Serializable]);
|
|
3787
3803
|
function UNINITIALIZED_VALUE() {
|
|
@@ -4042,27 +4058,27 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4042
4058
|
return block(_this__u8e3s4);
|
|
4043
4059
|
}
|
|
4044
4060
|
function Pair(first, second) {
|
|
4045
|
-
this.
|
|
4046
|
-
this.
|
|
4061
|
+
this.b3_1 = first;
|
|
4062
|
+
this.c3_1 = second;
|
|
4047
4063
|
}
|
|
4048
4064
|
Pair.prototype.x5 = function () {
|
|
4049
|
-
return this.
|
|
4065
|
+
return this.b3_1;
|
|
4050
4066
|
};
|
|
4051
4067
|
Pair.prototype.y5 = function () {
|
|
4052
|
-
return this.
|
|
4068
|
+
return this.c3_1;
|
|
4053
4069
|
};
|
|
4054
4070
|
Pair.prototype.toString = function () {
|
|
4055
|
-
return '(' + this.
|
|
4071
|
+
return '(' + this.b3_1 + ', ' + this.c3_1 + ')';
|
|
4056
4072
|
};
|
|
4057
|
-
Pair.prototype.
|
|
4058
|
-
return this.
|
|
4073
|
+
Pair.prototype.d3 = function () {
|
|
4074
|
+
return this.b3_1;
|
|
4059
4075
|
};
|
|
4060
|
-
Pair.prototype.
|
|
4061
|
-
return this.
|
|
4076
|
+
Pair.prototype.e3 = function () {
|
|
4077
|
+
return this.c3_1;
|
|
4062
4078
|
};
|
|
4063
4079
|
Pair.prototype.hashCode = function () {
|
|
4064
|
-
var result = this.
|
|
4065
|
-
result = imul(result, 31) + (this.
|
|
4080
|
+
var result = this.b3_1 == null ? 0 : hashCode_0(this.b3_1);
|
|
4081
|
+
result = imul(result, 31) + (this.c3_1 == null ? 0 : hashCode_0(this.c3_1)) | 0;
|
|
4066
4082
|
return result;
|
|
4067
4083
|
};
|
|
4068
4084
|
Pair.prototype.equals = function (other) {
|
|
@@ -4071,9 +4087,9 @@ if (typeof Math.imul === 'undefined') {
|
|
|
4071
4087
|
if (!(other instanceof Pair))
|
|
4072
4088
|
return false;
|
|
4073
4089
|
var tmp0_other_with_cast = other instanceof Pair ? other : THROW_CCE();
|
|
4074
|
-
if (!equals_1(this.
|
|
4090
|
+
if (!equals_1(this.b3_1, tmp0_other_with_cast.b3_1))
|
|
4075
4091
|
return false;
|
|
4076
|
-
if (!equals_1(this.
|
|
4092
|
+
if (!equals_1(this.c3_1, tmp0_other_with_cast.c3_1))
|
|
4077
4093
|
return false;
|
|
4078
4094
|
return true;
|
|
4079
4095
|
};
|
|
@@ -5315,7 +5331,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5315
5331
|
var message = tmp$ret$0;
|
|
5316
5332
|
throw IllegalStateException_init_$Create$_0(toString_2(message));
|
|
5317
5333
|
}
|
|
5318
|
-
this.r8_1.
|
|
5334
|
+
this.r8_1.g3(this.q8_1);
|
|
5319
5335
|
this.p8_1 = this.q8_1;
|
|
5320
5336
|
this.q8_1 = -1;
|
|
5321
5337
|
};
|
|
@@ -5332,7 +5348,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5332
5348
|
AbstractMutableList.prototype.g = function () {
|
|
5333
5349
|
return new IteratorImpl(this);
|
|
5334
5350
|
};
|
|
5335
|
-
AbstractMutableList.prototype.
|
|
5351
|
+
AbstractMutableList.prototype.h1 = function (element) {
|
|
5336
5352
|
return this.v8(element) >= 0;
|
|
5337
5353
|
};
|
|
5338
5354
|
AbstractMutableList.prototype.v8 = function (element) {
|
|
@@ -5354,10 +5370,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5354
5370
|
return true;
|
|
5355
5371
|
if (!(!(other == null) ? isInterface(other, List) : false))
|
|
5356
5372
|
return false;
|
|
5357
|
-
return Companion_getInstance().
|
|
5373
|
+
return Companion_getInstance().n1(this, other);
|
|
5358
5374
|
};
|
|
5359
5375
|
AbstractMutableList.prototype.hashCode = function () {
|
|
5360
|
-
return Companion_getInstance().
|
|
5376
|
+
return Companion_getInstance().m1(this);
|
|
5361
5377
|
};
|
|
5362
5378
|
AbstractMutableList.$metadata$ = classMeta('AbstractMutableList', [MutableList], undefined, undefined, undefined, AbstractMutableCollection.prototype);
|
|
5363
5379
|
function AbstractMutableMap$keys$1$iterator$1($entryIterator) {
|
|
@@ -5367,7 +5383,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5367
5383
|
return this.w8_1.h();
|
|
5368
5384
|
};
|
|
5369
5385
|
AbstractMutableMap$keys$1$iterator$1.prototype.i = function () {
|
|
5370
|
-
return this.w8_1.i().
|
|
5386
|
+
return this.w8_1.i().p1();
|
|
5371
5387
|
};
|
|
5372
5388
|
AbstractMutableMap$keys$1$iterator$1.prototype.j7 = function () {
|
|
5373
5389
|
return this.w8_1.j7();
|
|
@@ -5380,7 +5396,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5380
5396
|
return this.x8_1.h();
|
|
5381
5397
|
};
|
|
5382
5398
|
AbstractMutableMap$values$1$iterator$1.prototype.i = function () {
|
|
5383
|
-
return this.x8_1.i().
|
|
5399
|
+
return this.x8_1.i().r1();
|
|
5384
5400
|
};
|
|
5385
5401
|
AbstractMutableMap$values$1$iterator$1.prototype.j7 = function () {
|
|
5386
5402
|
return this.x8_1.j7();
|
|
@@ -5390,10 +5406,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5390
5406
|
this.y8_1 = key;
|
|
5391
5407
|
this.z8_1 = value;
|
|
5392
5408
|
}
|
|
5393
|
-
SimpleEntry.prototype.
|
|
5409
|
+
SimpleEntry.prototype.p1 = function () {
|
|
5394
5410
|
return this.y8_1;
|
|
5395
5411
|
};
|
|
5396
|
-
SimpleEntry.prototype.
|
|
5412
|
+
SimpleEntry.prototype.r1 = function () {
|
|
5397
5413
|
return this.z8_1;
|
|
5398
5414
|
};
|
|
5399
5415
|
SimpleEntry.prototype.a9 = function (newValue) {
|
|
@@ -5402,19 +5418,19 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5402
5418
|
return oldValue;
|
|
5403
5419
|
};
|
|
5404
5420
|
SimpleEntry.prototype.hashCode = function () {
|
|
5405
|
-
return Companion_getInstance_0().
|
|
5421
|
+
return Companion_getInstance_0().s1(this);
|
|
5406
5422
|
};
|
|
5407
5423
|
SimpleEntry.prototype.toString = function () {
|
|
5408
|
-
return Companion_getInstance_0().
|
|
5424
|
+
return Companion_getInstance_0().t1(this);
|
|
5409
5425
|
};
|
|
5410
5426
|
SimpleEntry.prototype.equals = function (other) {
|
|
5411
|
-
return Companion_getInstance_0().
|
|
5427
|
+
return Companion_getInstance_0().u1(this, other);
|
|
5412
5428
|
};
|
|
5413
5429
|
SimpleEntry.$metadata$ = classMeta('SimpleEntry', [MutableEntry]);
|
|
5414
5430
|
function AbstractEntrySet() {
|
|
5415
5431
|
AbstractMutableSet.call(this);
|
|
5416
5432
|
}
|
|
5417
|
-
AbstractEntrySet.prototype.
|
|
5433
|
+
AbstractEntrySet.prototype.h1 = function (element) {
|
|
5418
5434
|
return this.b9(element);
|
|
5419
5435
|
};
|
|
5420
5436
|
AbstractEntrySet.$metadata$ = classMeta('AbstractEntrySet', undefined, undefined, undefined, undefined, AbstractMutableSet.prototype);
|
|
@@ -5428,13 +5444,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5428
5444
|
AbstractMutableMap$keys$1.prototype.a = function (element) {
|
|
5429
5445
|
return this.d9((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
5430
5446
|
};
|
|
5431
|
-
AbstractMutableMap$keys$1.prototype.
|
|
5432
|
-
return this.c9_1.
|
|
5447
|
+
AbstractMutableMap$keys$1.prototype.w1 = function (element) {
|
|
5448
|
+
return this.c9_1.z1(element);
|
|
5433
5449
|
};
|
|
5434
|
-
AbstractMutableMap$keys$1.prototype.
|
|
5450
|
+
AbstractMutableMap$keys$1.prototype.h1 = function (element) {
|
|
5435
5451
|
if (!(element == null ? true : isObject(element)))
|
|
5436
5452
|
return false;
|
|
5437
|
-
return this.
|
|
5453
|
+
return this.w1((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
5438
5454
|
};
|
|
5439
5455
|
AbstractMutableMap$keys$1.prototype.g = function () {
|
|
5440
5456
|
var entryIterator = this.c9_1.q().g();
|
|
@@ -5457,13 +5473,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5457
5473
|
AbstractMutableMap$values$1.prototype.a = function (element) {
|
|
5458
5474
|
return this.j9((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
5459
5475
|
};
|
|
5460
|
-
AbstractMutableMap$values$1.prototype.
|
|
5461
|
-
return this.i9_1.
|
|
5476
|
+
AbstractMutableMap$values$1.prototype.c2 = function (element) {
|
|
5477
|
+
return this.i9_1.d2(element);
|
|
5462
5478
|
};
|
|
5463
|
-
AbstractMutableMap$values$1.prototype.
|
|
5479
|
+
AbstractMutableMap$values$1.prototype.h1 = function (element) {
|
|
5464
5480
|
if (!(element == null ? true : isObject(element)))
|
|
5465
5481
|
return false;
|
|
5466
|
-
return this.
|
|
5482
|
+
return this.c2((element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
5467
5483
|
};
|
|
5468
5484
|
AbstractMutableMap$values$1.prototype.g = function () {
|
|
5469
5485
|
var entryIterator = this.i9_1.q().g();
|
|
@@ -5481,7 +5497,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5481
5497
|
this.g9_1 = null;
|
|
5482
5498
|
this.h9_1 = null;
|
|
5483
5499
|
}
|
|
5484
|
-
AbstractMutableMap.prototype.
|
|
5500
|
+
AbstractMutableMap.prototype.g2 = function () {
|
|
5485
5501
|
if (this.g9_1 == null) {
|
|
5486
5502
|
var tmp = this;
|
|
5487
5503
|
tmp.g9_1 = new AbstractMutableMap$keys$1(this);
|
|
@@ -5498,30 +5514,30 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5498
5514
|
var tmp1_loop_parameter = tmp0_iterator.i();
|
|
5499
5515
|
var tmp$ret$1;
|
|
5500
5516
|
// Inline function 'kotlin.collections.component1' call
|
|
5501
|
-
tmp$ret$1 = tmp1_loop_parameter.
|
|
5517
|
+
tmp$ret$1 = tmp1_loop_parameter.p1();
|
|
5502
5518
|
var key = tmp$ret$1;
|
|
5503
5519
|
var tmp$ret$2;
|
|
5504
5520
|
// Inline function 'kotlin.collections.component2' call
|
|
5505
|
-
tmp$ret$2 = tmp1_loop_parameter.
|
|
5521
|
+
tmp$ret$2 = tmp1_loop_parameter.r1();
|
|
5506
5522
|
var value = tmp$ret$2;
|
|
5507
5523
|
this.l(key, value);
|
|
5508
5524
|
}
|
|
5509
5525
|
};
|
|
5510
|
-
AbstractMutableMap.prototype.
|
|
5526
|
+
AbstractMutableMap.prototype.h2 = function () {
|
|
5511
5527
|
if (this.h9_1 == null) {
|
|
5512
5528
|
var tmp = this;
|
|
5513
5529
|
tmp.h9_1 = new AbstractMutableMap$values$1(this);
|
|
5514
5530
|
}
|
|
5515
5531
|
return ensureNotNull(this.h9_1);
|
|
5516
5532
|
};
|
|
5517
|
-
AbstractMutableMap.prototype.
|
|
5533
|
+
AbstractMutableMap.prototype.f3 = function (key) {
|
|
5518
5534
|
this.o8();
|
|
5519
5535
|
var iter = this.q().g();
|
|
5520
5536
|
while (iter.h()) {
|
|
5521
5537
|
var entry = iter.i();
|
|
5522
|
-
var k = entry.
|
|
5538
|
+
var k = entry.p1();
|
|
5523
5539
|
if (equals_1(key, k)) {
|
|
5524
|
-
var value = entry.
|
|
5540
|
+
var value = entry.r1();
|
|
5525
5541
|
iter.j7();
|
|
5526
5542
|
return value;
|
|
5527
5543
|
}
|
|
@@ -5539,10 +5555,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5539
5555
|
return true;
|
|
5540
5556
|
if (!(!(other == null) ? isInterface(other, Set) : false))
|
|
5541
5557
|
return false;
|
|
5542
|
-
return Companion_getInstance_1().
|
|
5558
|
+
return Companion_getInstance_1().j2(this, other);
|
|
5543
5559
|
};
|
|
5544
5560
|
AbstractMutableSet.prototype.hashCode = function () {
|
|
5545
|
-
return Companion_getInstance_1().
|
|
5561
|
+
return Companion_getInstance_1().i2(this);
|
|
5546
5562
|
};
|
|
5547
5563
|
AbstractMutableSet.$metadata$ = classMeta('AbstractMutableSet', [MutableSet], undefined, undefined, undefined, AbstractMutableCollection.prototype);
|
|
5548
5564
|
function ArrayList_init_$Init$($this) {
|
|
@@ -5580,7 +5596,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5580
5596
|
// Inline function 'kotlin.apply' call
|
|
5581
5597
|
// Inline function 'kotlin.contracts.contract' call
|
|
5582
5598
|
// Inline function 'kotlin.collections.ArrayList.rangeCheck.<anonymous>' call
|
|
5583
|
-
Companion_getInstance().
|
|
5599
|
+
Companion_getInstance().j1(index, $this.f());
|
|
5584
5600
|
tmp$ret$0 = index;
|
|
5585
5601
|
return tmp$ret$0;
|
|
5586
5602
|
}
|
|
@@ -5589,7 +5605,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5589
5605
|
// Inline function 'kotlin.apply' call
|
|
5590
5606
|
// Inline function 'kotlin.contracts.contract' call
|
|
5591
5607
|
// Inline function 'kotlin.collections.ArrayList.insertionRangeCheck.<anonymous>' call
|
|
5592
|
-
Companion_getInstance().
|
|
5608
|
+
Companion_getInstance().k1(index, $this.f());
|
|
5593
5609
|
tmp$ret$0 = index;
|
|
5594
5610
|
return tmp$ret$0;
|
|
5595
5611
|
}
|
|
@@ -5666,7 +5682,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5666
5682
|
tmp1_this.s8_1 = tmp2 + 1 | 0;
|
|
5667
5683
|
return true;
|
|
5668
5684
|
};
|
|
5669
|
-
ArrayList.prototype.
|
|
5685
|
+
ArrayList.prototype.g3 = function (index) {
|
|
5670
5686
|
this.o8();
|
|
5671
5687
|
rangeCheck(this, index);
|
|
5672
5688
|
var tmp0_this = this;
|
|
@@ -5760,7 +5776,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5760
5776
|
return this.q9((!(element == null) ? isInterface(element, MutableEntry) : false) ? element : THROW_CCE());
|
|
5761
5777
|
};
|
|
5762
5778
|
EntrySet.prototype.b9 = function (element) {
|
|
5763
|
-
return this.p9_1.
|
|
5779
|
+
return this.p9_1.e2(element);
|
|
5764
5780
|
};
|
|
5765
5781
|
EntrySet.prototype.g = function () {
|
|
5766
5782
|
return this.p9_1.v9_1.g();
|
|
@@ -5825,10 +5841,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5825
5841
|
function HashMap_init_$Create$_2(original) {
|
|
5826
5842
|
return HashMap_init_$Init$_3(original, Object.create(HashMap.prototype));
|
|
5827
5843
|
}
|
|
5828
|
-
HashMap.prototype.
|
|
5829
|
-
return this.v9_1.
|
|
5844
|
+
HashMap.prototype.z1 = function (key) {
|
|
5845
|
+
return this.v9_1.w1(key);
|
|
5830
5846
|
};
|
|
5831
|
-
HashMap.prototype.
|
|
5847
|
+
HashMap.prototype.d2 = function (value) {
|
|
5832
5848
|
var tmp$ret$0;
|
|
5833
5849
|
$l$block_0: {
|
|
5834
5850
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -5848,7 +5864,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5848
5864
|
var element = tmp0_iterator.i();
|
|
5849
5865
|
var tmp$ret$1;
|
|
5850
5866
|
// Inline function 'kotlin.collections.HashMap.containsValue.<anonymous>' call
|
|
5851
|
-
tmp$ret$1 = this.w9_1.n9(element.
|
|
5867
|
+
tmp$ret$1 = this.w9_1.n9(element.r1(), value);
|
|
5852
5868
|
if (tmp$ret$1) {
|
|
5853
5869
|
tmp$ret$0 = true;
|
|
5854
5870
|
break $l$block_0;
|
|
@@ -5867,14 +5883,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5867
5883
|
HashMap.prototype.z9 = function () {
|
|
5868
5884
|
return new EntrySet(this);
|
|
5869
5885
|
};
|
|
5870
|
-
HashMap.prototype.
|
|
5871
|
-
return this.v9_1.
|
|
5886
|
+
HashMap.prototype.f2 = function (key) {
|
|
5887
|
+
return this.v9_1.f2(key);
|
|
5872
5888
|
};
|
|
5873
5889
|
HashMap.prototype.l = function (key, value) {
|
|
5874
5890
|
return this.v9_1.l(key, value);
|
|
5875
5891
|
};
|
|
5876
|
-
HashMap.prototype.
|
|
5877
|
-
return this.v9_1.
|
|
5892
|
+
HashMap.prototype.f3 = function (key) {
|
|
5893
|
+
return this.v9_1.f3(key);
|
|
5878
5894
|
};
|
|
5879
5895
|
HashMap.prototype.f = function () {
|
|
5880
5896
|
return this.v9_1.f();
|
|
@@ -5925,14 +5941,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5925
5941
|
var old = this.aa_1.l(element, this);
|
|
5926
5942
|
return old == null;
|
|
5927
5943
|
};
|
|
5928
|
-
HashSet.prototype.
|
|
5929
|
-
return this.aa_1.
|
|
5944
|
+
HashSet.prototype.h1 = function (element) {
|
|
5945
|
+
return this.aa_1.z1(element);
|
|
5930
5946
|
};
|
|
5931
5947
|
HashSet.prototype.j = function () {
|
|
5932
5948
|
return this.aa_1.j();
|
|
5933
5949
|
};
|
|
5934
5950
|
HashSet.prototype.g = function () {
|
|
5935
|
-
return this.aa_1.
|
|
5951
|
+
return this.aa_1.g2().g();
|
|
5936
5952
|
};
|
|
5937
5953
|
HashSet.prototype.f = function () {
|
|
5938
5954
|
return this.aa_1.f();
|
|
@@ -5977,7 +5993,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5977
5993
|
var chainOrEntry = tmp;
|
|
5978
5994
|
if (!(!(chainOrEntry == null) ? isArray(chainOrEntry) : false)) {
|
|
5979
5995
|
var entry = chainOrEntry;
|
|
5980
|
-
if ($this.ja_1.n9(entry.
|
|
5996
|
+
if ($this.ja_1.n9(entry.p1(), key)) {
|
|
5981
5997
|
return entry;
|
|
5982
5998
|
} else {
|
|
5983
5999
|
return null;
|
|
@@ -5999,7 +6015,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
5999
6015
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6000
6016
|
var tmp$ret$0;
|
|
6001
6017
|
// Inline function 'kotlin.collections.InternalHashCodeMap.findEntryInChain.<anonymous>' call
|
|
6002
|
-
tmp$ret$0 = $this.ja_1.n9(element.
|
|
6018
|
+
tmp$ret$0 = $this.ja_1.n9(element.p1(), key);
|
|
6003
6019
|
if (tmp$ret$0) {
|
|
6004
6020
|
tmp$ret$1 = element;
|
|
6005
6021
|
break $l$block;
|
|
@@ -6071,7 +6087,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6071
6087
|
}
|
|
6072
6088
|
}
|
|
6073
6089
|
tmp$ret$2 = tmp$ret$1;
|
|
6074
|
-
this.ia_1.
|
|
6090
|
+
this.ia_1.f3(ensureNotNull(this.ha_1).p1());
|
|
6075
6091
|
this.ha_1 = null;
|
|
6076
6092
|
var tmp0_this = this;
|
|
6077
6093
|
var tmp1 = tmp0_this.ga_1;
|
|
@@ -6097,7 +6113,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6097
6113
|
} else {
|
|
6098
6114
|
if (!(!(chainOrEntry == null) ? isArray(chainOrEntry) : false)) {
|
|
6099
6115
|
var entry = chainOrEntry;
|
|
6100
|
-
if (this.ja_1.n9(entry.
|
|
6116
|
+
if (this.ja_1.n9(entry.p1(), key)) {
|
|
6101
6117
|
return entry.a9(value);
|
|
6102
6118
|
} else {
|
|
6103
6119
|
var tmp$ret$2;
|
|
@@ -6133,7 +6149,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6133
6149
|
tmp2_this.la_1 = tmp3 + 1 | 0;
|
|
6134
6150
|
return null;
|
|
6135
6151
|
};
|
|
6136
|
-
InternalHashCodeMap.prototype.
|
|
6152
|
+
InternalHashCodeMap.prototype.f3 = function (key) {
|
|
6137
6153
|
var hashCode = this.ja_1.o9(key);
|
|
6138
6154
|
var tmp0_elvis_lhs = getChainOrEntryOrNull(this, hashCode);
|
|
6139
6155
|
var tmp;
|
|
@@ -6145,12 +6161,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6145
6161
|
var chainOrEntry = tmp;
|
|
6146
6162
|
if (!(!(chainOrEntry == null) ? isArray(chainOrEntry) : false)) {
|
|
6147
6163
|
var entry = chainOrEntry;
|
|
6148
|
-
if (this.ja_1.n9(entry.
|
|
6164
|
+
if (this.ja_1.n9(entry.p1(), key)) {
|
|
6149
6165
|
jsDeleteProperty(this.ka_1, hashCode);
|
|
6150
6166
|
var tmp1_this = this;
|
|
6151
6167
|
var tmp2 = tmp1_this.la_1;
|
|
6152
6168
|
tmp1_this.la_1 = tmp2 - 1 | 0;
|
|
6153
|
-
return entry.
|
|
6169
|
+
return entry.r1();
|
|
6154
6170
|
} else {
|
|
6155
6171
|
return null;
|
|
6156
6172
|
}
|
|
@@ -6163,7 +6179,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6163
6179
|
var index = inductionVariable;
|
|
6164
6180
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6165
6181
|
var entry_0 = chain[index];
|
|
6166
|
-
if (this.ja_1.n9(key, entry_0.
|
|
6182
|
+
if (this.ja_1.n9(key, entry_0.p1())) {
|
|
6167
6183
|
if (chain.length === 1) {
|
|
6168
6184
|
var tmp$ret$0;
|
|
6169
6185
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -6179,19 +6195,19 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6179
6195
|
var tmp4_this = this;
|
|
6180
6196
|
var tmp5 = tmp4_this.la_1;
|
|
6181
6197
|
tmp4_this.la_1 = tmp5 - 1 | 0;
|
|
6182
|
-
return entry_0.
|
|
6198
|
+
return entry_0.r1();
|
|
6183
6199
|
}
|
|
6184
6200
|
}
|
|
6185
6201
|
while (inductionVariable <= last);
|
|
6186
6202
|
}
|
|
6187
6203
|
return null;
|
|
6188
6204
|
};
|
|
6189
|
-
InternalHashCodeMap.prototype.
|
|
6205
|
+
InternalHashCodeMap.prototype.w1 = function (key) {
|
|
6190
6206
|
return !(getEntry(this, key) == null);
|
|
6191
6207
|
};
|
|
6192
|
-
InternalHashCodeMap.prototype.
|
|
6208
|
+
InternalHashCodeMap.prototype.f2 = function (key) {
|
|
6193
6209
|
var tmp0_safe_receiver = getEntry(this, key);
|
|
6194
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6210
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r1();
|
|
6195
6211
|
};
|
|
6196
6212
|
InternalHashCodeMap.prototype.g = function () {
|
|
6197
6213
|
return new InternalHashCodeMap$iterator$1(this);
|
|
@@ -6247,7 +6263,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6247
6263
|
}
|
|
6248
6264
|
this.pa_1.o8();
|
|
6249
6265
|
remove_0(ensureNotNull(this.na_1), this.pa_1.ab_1);
|
|
6250
|
-
this.pa_1.ab_1.ya_1.
|
|
6266
|
+
this.pa_1.ab_1.ya_1.f3(ensureNotNull(this.na_1).p1());
|
|
6251
6267
|
this.na_1 = null;
|
|
6252
6268
|
};
|
|
6253
6269
|
EntryIterator.$metadata$ = classMeta('EntryIterator', [MutableIterator]);
|
|
@@ -6273,7 +6289,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6273
6289
|
return this.q9((!(element == null) ? isInterface(element, MutableEntry) : false) ? element : THROW_CCE());
|
|
6274
6290
|
};
|
|
6275
6291
|
EntrySet_0.prototype.b9 = function (element) {
|
|
6276
|
-
return this.ab_1.
|
|
6292
|
+
return this.ab_1.e2(element);
|
|
6277
6293
|
};
|
|
6278
6294
|
EntrySet_0.prototype.g = function () {
|
|
6279
6295
|
return new EntryIterator(this);
|
|
@@ -6379,10 +6395,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6379
6395
|
function LinkedHashMap_init_$Create$_2(original) {
|
|
6380
6396
|
return LinkedHashMap_init_$Init$_2(original, Object.create(LinkedHashMap.prototype));
|
|
6381
6397
|
}
|
|
6382
|
-
LinkedHashMap.prototype.
|
|
6383
|
-
return this.ya_1.
|
|
6398
|
+
LinkedHashMap.prototype.z1 = function (key) {
|
|
6399
|
+
return this.ya_1.z1(key);
|
|
6384
6400
|
};
|
|
6385
|
-
LinkedHashMap.prototype.
|
|
6401
|
+
LinkedHashMap.prototype.d2 = function (value) {
|
|
6386
6402
|
var tmp0_elvis_lhs = this.xa_1;
|
|
6387
6403
|
var tmp;
|
|
6388
6404
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -6392,7 +6408,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6392
6408
|
}
|
|
6393
6409
|
var node = tmp;
|
|
6394
6410
|
do {
|
|
6395
|
-
if (equals_1(node.
|
|
6411
|
+
if (equals_1(node.r1(), value)) {
|
|
6396
6412
|
return true;
|
|
6397
6413
|
}
|
|
6398
6414
|
node = ensureNotNull(node.db_1);
|
|
@@ -6403,13 +6419,13 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6403
6419
|
LinkedHashMap.prototype.z9 = function () {
|
|
6404
6420
|
return new EntrySet_0(this);
|
|
6405
6421
|
};
|
|
6406
|
-
LinkedHashMap.prototype.
|
|
6407
|
-
var tmp0_safe_receiver = this.ya_1.
|
|
6408
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6422
|
+
LinkedHashMap.prototype.f2 = function (key) {
|
|
6423
|
+
var tmp0_safe_receiver = this.ya_1.f2(key);
|
|
6424
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r1();
|
|
6409
6425
|
};
|
|
6410
6426
|
LinkedHashMap.prototype.l = function (key, value) {
|
|
6411
6427
|
this.o8();
|
|
6412
|
-
var old = this.ya_1.
|
|
6428
|
+
var old = this.ya_1.f2(key);
|
|
6413
6429
|
if (old == null) {
|
|
6414
6430
|
var newEntry = new ChainEntry(this, key, value);
|
|
6415
6431
|
this.ya_1.l(key, newEntry);
|
|
@@ -6419,12 +6435,12 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6419
6435
|
return old.a9(value);
|
|
6420
6436
|
}
|
|
6421
6437
|
};
|
|
6422
|
-
LinkedHashMap.prototype.
|
|
6438
|
+
LinkedHashMap.prototype.f3 = function (key) {
|
|
6423
6439
|
this.o8();
|
|
6424
|
-
var entry = this.ya_1.
|
|
6440
|
+
var entry = this.ya_1.f3(key);
|
|
6425
6441
|
if (!(entry == null)) {
|
|
6426
6442
|
remove_0(entry, this);
|
|
6427
|
-
return entry.
|
|
6443
|
+
return entry.r1();
|
|
6428
6444
|
}
|
|
6429
6445
|
return null;
|
|
6430
6446
|
};
|
|
@@ -6617,8 +6633,8 @@ if (typeof Math.imul === 'undefined') {
|
|
|
6617
6633
|
while (inductionVariable < last) {
|
|
6618
6634
|
var tmp1_loop_parameter = indexedObject[inductionVariable];
|
|
6619
6635
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6620
|
-
var name = tmp1_loop_parameter.
|
|
6621
|
-
var value = tmp1_loop_parameter.
|
|
6636
|
+
var name = tmp1_loop_parameter.d3();
|
|
6637
|
+
var value = tmp1_loop_parameter.e3();
|
|
6622
6638
|
res[name] = value;
|
|
6623
6639
|
}
|
|
6624
6640
|
return res;
|
|
@@ -7575,7 +7591,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7575
7591
|
};
|
|
7576
7592
|
StringBuilder.prototype.ud = function (value, startIndex, endIndex) {
|
|
7577
7593
|
var stringCsq = toString_2(value);
|
|
7578
|
-
Companion_getInstance().
|
|
7594
|
+
Companion_getInstance().l1(startIndex, endIndex, stringCsq.length);
|
|
7579
7595
|
var tmp0_this = this;
|
|
7580
7596
|
var tmp = tmp0_this;
|
|
7581
7597
|
var tmp_0 = tmp0_this.sd_1;
|
|
@@ -7770,14 +7786,14 @@ if (typeof Math.imul === 'undefined') {
|
|
|
7770
7786
|
tmp$ret$0 = _this__u8e3s4;
|
|
7771
7787
|
return tmp$ret$0.lastIndexOf(str, fromIndex);
|
|
7772
7788
|
}
|
|
7773
|
-
function
|
|
7789
|
+
function substring_2(_this__u8e3s4, startIndex, endIndex) {
|
|
7774
7790
|
init_properties_string_kt_z8k4s7();
|
|
7775
7791
|
var tmp$ret$0;
|
|
7776
7792
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7777
7793
|
tmp$ret$0 = _this__u8e3s4;
|
|
7778
7794
|
return tmp$ret$0.substring(startIndex, endIndex);
|
|
7779
7795
|
}
|
|
7780
|
-
function
|
|
7796
|
+
function substring_3(_this__u8e3s4, startIndex) {
|
|
7781
7797
|
init_properties_string_kt_z8k4s7();
|
|
7782
7798
|
var tmp$ret$0;
|
|
7783
7799
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -8330,20 +8346,20 @@ if (typeof Math.imul === 'undefined') {
|
|
|
8330
8346
|
}
|
|
8331
8347
|
function Enum(name, ordinal) {
|
|
8332
8348
|
Companion_getInstance_11();
|
|
8333
|
-
this.
|
|
8334
|
-
this.
|
|
8349
|
+
this.s3_1 = name;
|
|
8350
|
+
this.t3_1 = ordinal;
|
|
8335
8351
|
}
|
|
8336
|
-
Enum.prototype.
|
|
8337
|
-
return this.
|
|
8352
|
+
Enum.prototype.u3 = function () {
|
|
8353
|
+
return this.s3_1;
|
|
8338
8354
|
};
|
|
8339
8355
|
Enum.prototype.qe = function () {
|
|
8340
|
-
return this.
|
|
8356
|
+
return this.t3_1;
|
|
8341
8357
|
};
|
|
8342
|
-
Enum.prototype.
|
|
8343
|
-
return compareTo_0(this.
|
|
8358
|
+
Enum.prototype.v3 = function (other) {
|
|
8359
|
+
return compareTo_0(this.t3_1, other.t3_1);
|
|
8344
8360
|
};
|
|
8345
8361
|
Enum.prototype.i6 = function (other) {
|
|
8346
|
-
return this.
|
|
8362
|
+
return this.v3(other instanceof Enum ? other : THROW_CCE());
|
|
8347
8363
|
};
|
|
8348
8364
|
Enum.prototype.equals = function (other) {
|
|
8349
8365
|
return this === other;
|
|
@@ -8352,7 +8368,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
8352
8368
|
return identityHashCode(this);
|
|
8353
8369
|
};
|
|
8354
8370
|
Enum.prototype.toString = function () {
|
|
8355
|
-
return this.
|
|
8371
|
+
return this.s3_1;
|
|
8356
8372
|
};
|
|
8357
8373
|
Enum.$metadata$ = classMeta('Enum', [Comparable]);
|
|
8358
8374
|
function arrayOf(elements) {
|
|
@@ -10357,7 +10373,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
10357
10373
|
function releaseIntercepted($this) {
|
|
10358
10374
|
var intercepted = $this.tf_1;
|
|
10359
10375
|
if (!(intercepted == null) ? !(intercepted === $this) : false) {
|
|
10360
|
-
ensureNotNull($this.
|
|
10376
|
+
ensureNotNull($this.o3().q3(Key_getInstance())).uf(intercepted);
|
|
10361
10377
|
}
|
|
10362
10378
|
$this.tf_1 = CompletedContinuation_getInstance();
|
|
10363
10379
|
}
|
|
@@ -10370,10 +10386,10 @@ if (typeof Math.imul === 'undefined') {
|
|
|
10370
10386
|
this.rf_1 = null;
|
|
10371
10387
|
var tmp = this;
|
|
10372
10388
|
var tmp0_safe_receiver = this.mf_1;
|
|
10373
|
-
tmp.sf_1 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
10389
|
+
tmp.sf_1 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.o3();
|
|
10374
10390
|
this.tf_1 = null;
|
|
10375
10391
|
}
|
|
10376
|
-
CoroutineImpl.prototype.
|
|
10392
|
+
CoroutineImpl.prototype.o3 = function () {
|
|
10377
10393
|
return ensureNotNull(this.sf_1);
|
|
10378
10394
|
};
|
|
10379
10395
|
CoroutineImpl.prototype.vf = function (result) {
|
|
@@ -10429,7 +10445,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
10429
10445
|
// Inline function 'kotlin.Companion.failure' call
|
|
10430
10446
|
var tmp0_failure = Companion_getInstance_5();
|
|
10431
10447
|
tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(tmp0_resumeWithException));
|
|
10432
|
-
completion.
|
|
10448
|
+
completion.p3(tmp$ret$2);
|
|
10433
10449
|
tmp$ret$3 = Unit_getInstance();
|
|
10434
10450
|
} else {
|
|
10435
10451
|
var tmp$ret$5;
|
|
@@ -10439,7 +10455,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
10439
10455
|
// Inline function 'kotlin.Companion.success' call
|
|
10440
10456
|
var tmp0_success = Companion_getInstance_5();
|
|
10441
10457
|
tmp$ret$4 = _Result___init__impl__xyqfz8(tmp1_resume);
|
|
10442
|
-
completion.
|
|
10458
|
+
completion.p3(tmp$ret$4);
|
|
10443
10459
|
tmp$ret$5 = Unit_getInstance();
|
|
10444
10460
|
}
|
|
10445
10461
|
return Unit_getInstance();
|
|
@@ -10447,21 +10463,21 @@ if (typeof Math.imul === 'undefined') {
|
|
|
10447
10463
|
tmp$ret$6 = tmp_1;
|
|
10448
10464
|
}
|
|
10449
10465
|
};
|
|
10450
|
-
CoroutineImpl.prototype.
|
|
10466
|
+
CoroutineImpl.prototype.p3 = function (result) {
|
|
10451
10467
|
return this.vf(result);
|
|
10452
10468
|
};
|
|
10453
10469
|
CoroutineImpl.$metadata$ = classMeta('CoroutineImpl', [Continuation]);
|
|
10454
10470
|
function CompletedContinuation() {
|
|
10455
10471
|
CompletedContinuation_instance = this;
|
|
10456
10472
|
}
|
|
10457
|
-
CompletedContinuation.prototype.
|
|
10473
|
+
CompletedContinuation.prototype.o3 = function () {
|
|
10458
10474
|
throw IllegalStateException_init_$Create$_0('This continuation is already complete');
|
|
10459
10475
|
};
|
|
10460
10476
|
CompletedContinuation.prototype.vf = function (result) {
|
|
10461
10477
|
// Inline function 'kotlin.error' call
|
|
10462
10478
|
throw IllegalStateException_init_$Create$_0('This continuation is already complete');
|
|
10463
10479
|
};
|
|
10464
|
-
CompletedContinuation.prototype.
|
|
10480
|
+
CompletedContinuation.prototype.p3 = function (result) {
|
|
10465
10481
|
return this.vf(result);
|
|
10466
10482
|
};
|
|
10467
10483
|
CompletedContinuation.prototype.toString = function () {
|
|
@@ -11056,50 +11072,51 @@ if (typeof Math.imul === 'undefined') {
|
|
|
11056
11072
|
_.$_$.y6 = isLowerCase;
|
|
11057
11073
|
_.$_$.z6 = removePrefix;
|
|
11058
11074
|
_.$_$.a7 = single_2;
|
|
11059
|
-
_.$_$.b7 =
|
|
11060
|
-
_.$_$.c7 =
|
|
11061
|
-
_.$_$.d7 =
|
|
11062
|
-
_.$_$.e7 =
|
|
11063
|
-
_.$_$.f7 =
|
|
11064
|
-
_.$_$.g7 =
|
|
11065
|
-
_.$_$.h7 =
|
|
11066
|
-
_.$_$.i7 =
|
|
11067
|
-
_.$_$.j7 =
|
|
11068
|
-
_.$_$.k7 =
|
|
11069
|
-
_.$_$.l7 =
|
|
11070
|
-
_.$_$.m7 =
|
|
11071
|
-
_.$_$.n7 =
|
|
11072
|
-
_.$_$.o7 =
|
|
11073
|
-
_.$_$.p7 =
|
|
11074
|
-
_.$_$.q7 =
|
|
11075
|
-
_.$_$.r7 =
|
|
11076
|
-
_.$_$.s7 =
|
|
11077
|
-
_.$_$.t7 =
|
|
11078
|
-
_.$_$.u7 =
|
|
11079
|
-
_.$_$.v7 =
|
|
11080
|
-
_.$_$.w7 =
|
|
11081
|
-
_.$_$.x7 =
|
|
11082
|
-
_.$_$.y7 =
|
|
11083
|
-
_.$_$.z7 =
|
|
11084
|
-
_.$_$.a8 =
|
|
11085
|
-
_.$_$.b8 =
|
|
11086
|
-
_.$_$.c8 =
|
|
11087
|
-
_.$_$.d8 =
|
|
11088
|
-
_.$_$.e8 =
|
|
11089
|
-
_.$_$.f8 =
|
|
11090
|
-
_.$_$.g8 =
|
|
11091
|
-
_.$_$.h8 =
|
|
11092
|
-
_.$_$.i8 =
|
|
11093
|
-
_.$_$.j8 =
|
|
11094
|
-
_.$_$.k8 =
|
|
11095
|
-
_.$_$.l8 =
|
|
11096
|
-
_.$_$.m8 =
|
|
11097
|
-
_.$_$.n8 =
|
|
11098
|
-
_.$_$.o8 =
|
|
11099
|
-
_.$_$.p8 =
|
|
11100
|
-
_.$_$.q8 =
|
|
11101
|
-
_.$_$.r8 =
|
|
11102
|
-
_.$_$.s8 =
|
|
11075
|
+
_.$_$.b7 = slice;
|
|
11076
|
+
_.$_$.c7 = titlecase;
|
|
11077
|
+
_.$_$.d7 = toDoubleOrNull;
|
|
11078
|
+
_.$_$.e7 = toDouble;
|
|
11079
|
+
_.$_$.f7 = toIntOrNull;
|
|
11080
|
+
_.$_$.g7 = toInt;
|
|
11081
|
+
_.$_$.h7 = toLongOrNull;
|
|
11082
|
+
_.$_$.i7 = toLong;
|
|
11083
|
+
_.$_$.j7 = toUByte_1;
|
|
11084
|
+
_.$_$.k7 = toUInt_1;
|
|
11085
|
+
_.$_$.l7 = toULongOrNull;
|
|
11086
|
+
_.$_$.m7 = toULong_1;
|
|
11087
|
+
_.$_$.n7 = toUShort_1;
|
|
11088
|
+
_.$_$.o7 = trimIndent;
|
|
11089
|
+
_.$_$.p7 = Annotation;
|
|
11090
|
+
_.$_$.q7 = Char_0;
|
|
11091
|
+
_.$_$.r7 = DeepRecursiveFunction;
|
|
11092
|
+
_.$_$.s7 = DeepRecursiveScope;
|
|
11093
|
+
_.$_$.t7 = Enum;
|
|
11094
|
+
_.$_$.u7 = Error_0;
|
|
11095
|
+
_.$_$.v7 = Exception;
|
|
11096
|
+
_.$_$.w7 = IllegalArgumentException;
|
|
11097
|
+
_.$_$.x7 = Long;
|
|
11098
|
+
_.$_$.y7 = Pair;
|
|
11099
|
+
_.$_$.z7 = THROW_CCE;
|
|
11100
|
+
_.$_$.a8 = THROW_ISE;
|
|
11101
|
+
_.$_$.b8 = Triple;
|
|
11102
|
+
_.$_$.c8 = UByte;
|
|
11103
|
+
_.$_$.d8 = UInt;
|
|
11104
|
+
_.$_$.e8 = ULong;
|
|
11105
|
+
_.$_$.f8 = UShort;
|
|
11106
|
+
_.$_$.g8 = Unit;
|
|
11107
|
+
_.$_$.h8 = arrayOf;
|
|
11108
|
+
_.$_$.i8 = countTrailingZeroBits;
|
|
11109
|
+
_.$_$.j8 = ensureNotNull;
|
|
11110
|
+
_.$_$.k8 = invoke;
|
|
11111
|
+
_.$_$.l8 = isFinite;
|
|
11112
|
+
_.$_$.m8 = isFinite_0;
|
|
11113
|
+
_.$_$.n8 = lazy;
|
|
11114
|
+
_.$_$.o8 = lazy_0;
|
|
11115
|
+
_.$_$.p8 = noWhenBranchMatchedException;
|
|
11116
|
+
_.$_$.q8 = stackTraceToString;
|
|
11117
|
+
_.$_$.r8 = throwUninitializedPropertyAccessException;
|
|
11118
|
+
_.$_$.s8 = toString_1;
|
|
11119
|
+
_.$_$.t8 = to;
|
|
11103
11120
|
//endregion
|
|
11104
11121
|
return _;
|
|
11105
11122
|
}));
|