@dhis2/expression-parser 1.4.0 → 1.4.2
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-DateTime-library-kotlinx-datetime.js +1391 -1391
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1391 -1391
- package/KotlinBigInteger-bignum.js +1165 -1165
- package/KotlinBigInteger-bignum.js.map +1 -1
- package/KotlinBigInteger-bignum.mjs +1165 -1165
- package/KotlinBigInteger-bignum.mjs.map +1 -1
- package/README.md +1 -0
- package/expression-parser.d.mts +1 -0
- package/expression-parser.js +2063 -2021
- package/expression-parser.js.map +1 -1
- package/expression-parser.mjs +2063 -2021
- package/expression-parser.mjs.map +1 -1
- package/kotlin-js.js +12 -12
- package/kotlin-js.mjs +12 -12
- package/kotlin-kotlin-stdlib.js +548 -556
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-kotlin-stdlib.mjs +546 -554
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/package.json +1 -1
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -122,12 +122,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
122
122
|
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
|
|
123
123
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
124
124
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
125
|
-
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection,
|
|
125
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
|
|
126
126
|
initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
|
|
127
127
|
initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
|
|
128
128
|
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
|
|
129
129
|
initMetadataForCompanion(Companion_2);
|
|
130
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList,
|
|
130
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection, RandomAccess]);
|
|
131
131
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
|
|
132
132
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
|
|
133
133
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
|
|
@@ -5158,9 +5158,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5158
5158
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5159
5159
|
return tmp;
|
|
5160
5160
|
}
|
|
5161
|
-
function reset(_this__u8e3s4) {
|
|
5162
|
-
_this__u8e3s4.lastIndex = 0;
|
|
5163
|
-
}
|
|
5164
5161
|
function StringBuilder_init_$Init$(capacity, $this) {
|
|
5165
5162
|
StringBuilder_init_$Init$_1($this);
|
|
5166
5163
|
return $this;
|
|
@@ -5415,32 +5412,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5415
5412
|
this.t9_1 = null;
|
|
5416
5413
|
this.u9_1 = null;
|
|
5417
5414
|
}
|
|
5418
|
-
protoOf(Regex).w9 = function (input) {
|
|
5419
|
-
reset(this.s9_1);
|
|
5420
|
-
var match = this.s9_1.exec(toString_1(input));
|
|
5421
|
-
return !(match == null) && match.index === 0 && this.s9_1.lastIndex === charSequenceLength(input);
|
|
5422
|
-
};
|
|
5423
5415
|
protoOf(Regex).v9 = function (input, startIndex) {
|
|
5424
5416
|
if (startIndex < 0 || startIndex > charSequenceLength(input)) {
|
|
5425
5417
|
throw IndexOutOfBoundsException_init_$Create$_0('Start index out of bounds: ' + startIndex + ', input length: ' + charSequenceLength(input));
|
|
5426
5418
|
}
|
|
5427
5419
|
return findNext(this.s9_1, toString_1(input), startIndex, this.s9_1);
|
|
5428
5420
|
};
|
|
5429
|
-
protoOf(Regex).
|
|
5421
|
+
protoOf(Regex).w9 = function (input, startIndex) {
|
|
5430
5422
|
if (startIndex < 0 || startIndex > charSequenceLength(input)) {
|
|
5431
5423
|
throw IndexOutOfBoundsException_init_$Create$_0('Start index out of bounds: ' + startIndex + ', input length: ' + charSequenceLength(input));
|
|
5432
5424
|
}
|
|
5433
5425
|
var tmp = Regex$findAll$lambda(this, input, startIndex);
|
|
5434
5426
|
return generateSequence(tmp, Regex$findAll$lambda_0);
|
|
5435
5427
|
};
|
|
5436
|
-
protoOf(Regex).
|
|
5428
|
+
protoOf(Regex).x9 = function (input, startIndex, $super) {
|
|
5437
5429
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
5438
|
-
return $super === VOID ? this.
|
|
5430
|
+
return $super === VOID ? this.w9(input, startIndex) : $super.w9.call(this, input, startIndex);
|
|
5439
5431
|
};
|
|
5440
|
-
protoOf(Regex).
|
|
5432
|
+
protoOf(Regex).y9 = function (input, limit) {
|
|
5441
5433
|
requireNonNegativeLimit(limit);
|
|
5442
5434
|
// Inline function 'kotlin.let' call
|
|
5443
|
-
var it = this.
|
|
5435
|
+
var it = this.x9(input);
|
|
5444
5436
|
var matches = limit === 0 ? it : take_0(it, limit - 1 | 0);
|
|
5445
5437
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5446
5438
|
var result = ArrayList_init_$Create$();
|
|
@@ -5448,8 +5440,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5448
5440
|
var _iterator__ex2g4s = matches.l();
|
|
5449
5441
|
while (_iterator__ex2g4s.m()) {
|
|
5450
5442
|
var match = _iterator__ex2g4s.n();
|
|
5451
|
-
result.j(toString_1(charSequenceSubSequence(input, lastStart, match.
|
|
5452
|
-
lastStart = match.
|
|
5443
|
+
result.j(toString_1(charSequenceSubSequence(input, lastStart, match.z9().g1())));
|
|
5444
|
+
lastStart = match.z9().h1() + 1 | 0;
|
|
5453
5445
|
}
|
|
5454
5446
|
result.j(toString_1(charSequenceSubSequence(input, lastStart, charSequenceLength(input))));
|
|
5455
5447
|
return result;
|
|
@@ -5469,25 +5461,25 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5469
5461
|
return new findNext$1(range, match, nextPattern, input);
|
|
5470
5462
|
}
|
|
5471
5463
|
function MatchGroup(value) {
|
|
5472
|
-
this.
|
|
5464
|
+
this.aa_1 = value;
|
|
5473
5465
|
}
|
|
5474
5466
|
protoOf(MatchGroup).toString = function () {
|
|
5475
|
-
return 'MatchGroup(value=' + this.
|
|
5467
|
+
return 'MatchGroup(value=' + this.aa_1 + ')';
|
|
5476
5468
|
};
|
|
5477
5469
|
protoOf(MatchGroup).hashCode = function () {
|
|
5478
|
-
return getStringHashCode(this.
|
|
5470
|
+
return getStringHashCode(this.aa_1);
|
|
5479
5471
|
};
|
|
5480
5472
|
protoOf(MatchGroup).equals = function (other) {
|
|
5481
5473
|
if (this === other)
|
|
5482
5474
|
return true;
|
|
5483
5475
|
if (!(other instanceof MatchGroup))
|
|
5484
5476
|
return false;
|
|
5485
|
-
if (!(this.
|
|
5477
|
+
if (!(this.aa_1 === other.aa_1))
|
|
5486
5478
|
return false;
|
|
5487
5479
|
return true;
|
|
5488
5480
|
};
|
|
5489
5481
|
function toFlags$lambda(it) {
|
|
5490
|
-
return it.
|
|
5482
|
+
return it.da_1;
|
|
5491
5483
|
}
|
|
5492
5484
|
function findNext$o$groups$o$iterator$lambda(this$0) {
|
|
5493
5485
|
return function (it) {
|
|
@@ -5495,14 +5487,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5495
5487
|
};
|
|
5496
5488
|
}
|
|
5497
5489
|
function advanceToNextCharacter($this, index) {
|
|
5498
|
-
if (index < get_lastIndex_1($this.
|
|
5490
|
+
if (index < get_lastIndex_1($this.ma_1)) {
|
|
5499
5491
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5500
5492
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5501
|
-
var code1 = $this.
|
|
5493
|
+
var code1 = $this.ma_1.charCodeAt(index);
|
|
5502
5494
|
if (55296 <= code1 ? code1 <= 56319 : false) {
|
|
5503
5495
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5504
5496
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5505
|
-
var code2 = $this.
|
|
5497
|
+
var code2 = $this.ma_1.charCodeAt(index + 1 | 0);
|
|
5506
5498
|
if (56320 <= code2 ? code2 <= 57343 : false) {
|
|
5507
5499
|
return index + 2 | 0;
|
|
5508
5500
|
}
|
|
@@ -5511,12 +5503,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5511
5503
|
return index + 1 | 0;
|
|
5512
5504
|
}
|
|
5513
5505
|
function findNext$1$groups$1($match, this$0) {
|
|
5514
|
-
this.
|
|
5515
|
-
this.
|
|
5506
|
+
this.ea_1 = $match;
|
|
5507
|
+
this.fa_1 = this$0;
|
|
5516
5508
|
AbstractCollection.call(this);
|
|
5517
5509
|
}
|
|
5518
5510
|
protoOf(findNext$1$groups$1).q = function () {
|
|
5519
|
-
return this.
|
|
5511
|
+
return this.ea_1.length;
|
|
5520
5512
|
};
|
|
5521
5513
|
protoOf(findNext$1$groups$1).l = function () {
|
|
5522
5514
|
var tmp = asSequence(get_indices(this));
|
|
@@ -5525,7 +5517,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5525
5517
|
protoOf(findNext$1$groups$1).p = function (index) {
|
|
5526
5518
|
// Inline function 'kotlin.js.get' call
|
|
5527
5519
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5528
|
-
var tmp0_safe_receiver = this.
|
|
5520
|
+
var tmp0_safe_receiver = this.ea_1[index];
|
|
5529
5521
|
var tmp;
|
|
5530
5522
|
if (tmp0_safe_receiver == null) {
|
|
5531
5523
|
tmp = null;
|
|
@@ -5536,20 +5528,20 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5536
5528
|
return tmp;
|
|
5537
5529
|
};
|
|
5538
5530
|
function findNext$1($range, $match, $nextPattern, $input) {
|
|
5539
|
-
this.
|
|
5540
|
-
this.
|
|
5541
|
-
this.
|
|
5542
|
-
this.
|
|
5543
|
-
this.
|
|
5531
|
+
this.ja_1 = $range;
|
|
5532
|
+
this.ka_1 = $match;
|
|
5533
|
+
this.la_1 = $nextPattern;
|
|
5534
|
+
this.ma_1 = $input;
|
|
5535
|
+
this.ga_1 = $range;
|
|
5544
5536
|
var tmp = this;
|
|
5545
|
-
tmp.
|
|
5546
|
-
this.
|
|
5537
|
+
tmp.ha_1 = new findNext$1$groups$1($match, this);
|
|
5538
|
+
this.ia_1 = null;
|
|
5547
5539
|
}
|
|
5548
|
-
protoOf(findNext$1).
|
|
5549
|
-
return this.
|
|
5540
|
+
protoOf(findNext$1).z9 = function () {
|
|
5541
|
+
return this.ga_1;
|
|
5550
5542
|
};
|
|
5551
5543
|
protoOf(findNext$1).n = function () {
|
|
5552
|
-
return findNext(this.
|
|
5544
|
+
return findNext(this.la_1, this.ma_1, this.ja_1.o() ? advanceToNextCharacter(this, this.ja_1.g1()) : this.ja_1.h1() + 1 | 0, this.la_1);
|
|
5553
5545
|
};
|
|
5554
5546
|
var STRING_CASE_INSENSITIVE_ORDER;
|
|
5555
5547
|
function substring(_this__u8e3s4, startIndex, endIndex) {
|
|
@@ -5625,7 +5617,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5625
5617
|
startIndex = startIndex === VOID ? 0 : startIndex;
|
|
5626
5618
|
endIndex = endIndex === VOID ? _this__u8e3s4.length : endIndex;
|
|
5627
5619
|
_init_properties_stringJs_kt__bg7zye();
|
|
5628
|
-
Companion_instance_5.
|
|
5620
|
+
Companion_instance_5.na(startIndex, endIndex, _this__u8e3s4.length);
|
|
5629
5621
|
var result = '';
|
|
5630
5622
|
var inductionVariable = startIndex;
|
|
5631
5623
|
if (inductionVariable < endIndex)
|
|
@@ -5650,16 +5642,16 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5650
5642
|
return tmp_1;
|
|
5651
5643
|
}
|
|
5652
5644
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5653
|
-
this.
|
|
5645
|
+
this.oa_1 = function_0;
|
|
5654
5646
|
}
|
|
5655
|
-
protoOf(sam$kotlin_Comparator$0).
|
|
5656
|
-
return this.
|
|
5647
|
+
protoOf(sam$kotlin_Comparator$0).pa = function (a, b) {
|
|
5648
|
+
return this.oa_1(a, b);
|
|
5657
5649
|
};
|
|
5658
5650
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5659
|
-
return this.
|
|
5651
|
+
return this.pa(a, b);
|
|
5660
5652
|
};
|
|
5661
5653
|
protoOf(sam$kotlin_Comparator$0).o2 = function () {
|
|
5662
|
-
return this.
|
|
5654
|
+
return this.oa_1;
|
|
5663
5655
|
};
|
|
5664
5656
|
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
5665
5657
|
var tmp;
|
|
@@ -5818,36 +5810,36 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5818
5810
|
return collectionToArray(this);
|
|
5819
5811
|
};
|
|
5820
5812
|
function IteratorImpl_0($outer) {
|
|
5821
|
-
this.
|
|
5822
|
-
this.
|
|
5813
|
+
this.ra_1 = $outer;
|
|
5814
|
+
this.qa_1 = 0;
|
|
5823
5815
|
}
|
|
5824
5816
|
protoOf(IteratorImpl_0).m = function () {
|
|
5825
|
-
return this.
|
|
5817
|
+
return this.qa_1 < this.ra_1.q();
|
|
5826
5818
|
};
|
|
5827
5819
|
protoOf(IteratorImpl_0).n = function () {
|
|
5828
5820
|
if (!this.m())
|
|
5829
5821
|
throw NoSuchElementException_init_$Create$();
|
|
5830
|
-
var _unary__edvuaz = this.
|
|
5831
|
-
this.
|
|
5832
|
-
return this.
|
|
5822
|
+
var _unary__edvuaz = this.qa_1;
|
|
5823
|
+
this.qa_1 = _unary__edvuaz + 1 | 0;
|
|
5824
|
+
return this.ra_1.p(_unary__edvuaz);
|
|
5833
5825
|
};
|
|
5834
5826
|
function ListIteratorImpl_0($outer, index) {
|
|
5835
|
-
this.
|
|
5827
|
+
this.ua_1 = $outer;
|
|
5836
5828
|
IteratorImpl_0.call(this, $outer);
|
|
5837
|
-
Companion_instance_5.l3(index, this.
|
|
5838
|
-
this.
|
|
5829
|
+
Companion_instance_5.l3(index, this.ua_1.q());
|
|
5830
|
+
this.qa_1 = index;
|
|
5839
5831
|
}
|
|
5840
5832
|
protoOf(ListIteratorImpl_0).m3 = function () {
|
|
5841
|
-
return this.
|
|
5833
|
+
return this.qa_1 > 0;
|
|
5842
5834
|
};
|
|
5843
5835
|
protoOf(ListIteratorImpl_0).n3 = function () {
|
|
5844
|
-
return this.
|
|
5836
|
+
return this.qa_1;
|
|
5845
5837
|
};
|
|
5846
5838
|
protoOf(ListIteratorImpl_0).o3 = function () {
|
|
5847
5839
|
if (!this.m3())
|
|
5848
5840
|
throw NoSuchElementException_init_$Create$();
|
|
5849
|
-
this.
|
|
5850
|
-
return this.
|
|
5841
|
+
this.qa_1 = this.qa_1 - 1 | 0;
|
|
5842
|
+
return this.ua_1.p(this.qa_1);
|
|
5851
5843
|
};
|
|
5852
5844
|
function Companion_5() {
|
|
5853
5845
|
this.r2_1 = 2147483639;
|
|
@@ -5870,7 +5862,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5870
5862
|
throw IllegalArgumentException_init_$Create$_0('fromIndex: ' + fromIndex + ' > toIndex: ' + toIndex);
|
|
5871
5863
|
}
|
|
5872
5864
|
};
|
|
5873
|
-
protoOf(Companion_5).
|
|
5865
|
+
protoOf(Companion_5).na = function (startIndex, endIndex, size) {
|
|
5874
5866
|
if (startIndex < 0 || endIndex > size) {
|
|
5875
5867
|
throw IndexOutOfBoundsException_init_$Create$_0('startIndex: ' + startIndex + ', endIndex: ' + endIndex + ', size: ' + size);
|
|
5876
5868
|
}
|
|
@@ -5953,13 +5945,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5953
5945
|
return Companion_instance_5.t3(this);
|
|
5954
5946
|
};
|
|
5955
5947
|
function AbstractMap$keys$1$iterator$1($entryIterator) {
|
|
5956
|
-
this.
|
|
5948
|
+
this.va_1 = $entryIterator;
|
|
5957
5949
|
}
|
|
5958
5950
|
protoOf(AbstractMap$keys$1$iterator$1).m = function () {
|
|
5959
|
-
return this.
|
|
5951
|
+
return this.va_1.m();
|
|
5960
5952
|
};
|
|
5961
5953
|
protoOf(AbstractMap$keys$1$iterator$1).n = function () {
|
|
5962
|
-
return this.
|
|
5954
|
+
return this.va_1.n().w1();
|
|
5963
5955
|
};
|
|
5964
5956
|
function toString_3($this, entry) {
|
|
5965
5957
|
return toString_4($this, entry.w1()) + '=' + toString_4($this, entry.x1());
|
|
@@ -5991,11 +5983,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
5991
5983
|
return Companion_instance_6;
|
|
5992
5984
|
}
|
|
5993
5985
|
function AbstractMap$keys$1(this$0) {
|
|
5994
|
-
this.
|
|
5986
|
+
this.wa_1 = this$0;
|
|
5995
5987
|
AbstractSet.call(this);
|
|
5996
5988
|
}
|
|
5997
5989
|
protoOf(AbstractMap$keys$1).o4 = function (element) {
|
|
5998
|
-
return this.
|
|
5990
|
+
return this.wa_1.y1(element);
|
|
5999
5991
|
};
|
|
6000
5992
|
protoOf(AbstractMap$keys$1).t = function (element) {
|
|
6001
5993
|
if (!(element == null ? true : !(element == null)))
|
|
@@ -6003,11 +5995,11 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6003
5995
|
return this.o4((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
6004
5996
|
};
|
|
6005
5997
|
protoOf(AbstractMap$keys$1).l = function () {
|
|
6006
|
-
var entryIterator = this.
|
|
5998
|
+
var entryIterator = this.wa_1.b2().l();
|
|
6007
5999
|
return new AbstractMap$keys$1$iterator$1(entryIterator);
|
|
6008
6000
|
};
|
|
6009
6001
|
protoOf(AbstractMap$keys$1).q = function () {
|
|
6010
|
-
return this.
|
|
6002
|
+
return this.wa_1.q();
|
|
6011
6003
|
};
|
|
6012
6004
|
function AbstractMap$toString$lambda(this$0) {
|
|
6013
6005
|
return function (it) {
|
|
@@ -6138,7 +6130,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6138
6130
|
function ArrayDeque_init_$Init$($this) {
|
|
6139
6131
|
AbstractMutableList.call($this);
|
|
6140
6132
|
ArrayDeque.call($this);
|
|
6141
|
-
$this.
|
|
6133
|
+
$this.za_1 = Companion_getInstance_8().bb_1;
|
|
6142
6134
|
return $this;
|
|
6143
6135
|
}
|
|
6144
6136
|
function ArrayDeque_init_$Create$() {
|
|
@@ -6147,68 +6139,68 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6147
6139
|
function ensureCapacity_0($this, minCapacity) {
|
|
6148
6140
|
if (minCapacity < 0)
|
|
6149
6141
|
throw IllegalStateException_init_$Create$_0('Deque is too big.');
|
|
6150
|
-
if (minCapacity <= $this.
|
|
6142
|
+
if (minCapacity <= $this.za_1.length)
|
|
6151
6143
|
return Unit_instance;
|
|
6152
|
-
if ($this.
|
|
6144
|
+
if ($this.za_1 === Companion_getInstance_8().bb_1) {
|
|
6153
6145
|
var tmp = $this;
|
|
6154
6146
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
6155
6147
|
var size = coerceAtLeast(minCapacity, 10);
|
|
6156
|
-
tmp.
|
|
6148
|
+
tmp.za_1 = Array(size);
|
|
6157
6149
|
return Unit_instance;
|
|
6158
6150
|
}
|
|
6159
|
-
var newCapacity = Companion_instance_5.r5($this.
|
|
6151
|
+
var newCapacity = Companion_instance_5.r5($this.za_1.length, minCapacity);
|
|
6160
6152
|
copyElements($this, newCapacity);
|
|
6161
6153
|
}
|
|
6162
6154
|
function copyElements($this, newCapacity) {
|
|
6163
6155
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
6164
6156
|
var newElements = Array(newCapacity);
|
|
6165
|
-
var tmp0 = $this.
|
|
6166
|
-
var tmp6 = $this.
|
|
6157
|
+
var tmp0 = $this.za_1;
|
|
6158
|
+
var tmp6 = $this.ya_1;
|
|
6167
6159
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6168
|
-
var endIndex = $this.
|
|
6160
|
+
var endIndex = $this.za_1.length;
|
|
6169
6161
|
arrayCopy(tmp0, newElements, 0, tmp6, endIndex);
|
|
6170
|
-
var tmp0_0 = $this.
|
|
6171
|
-
var tmp4 = $this.
|
|
6162
|
+
var tmp0_0 = $this.za_1;
|
|
6163
|
+
var tmp4 = $this.za_1.length - $this.ya_1 | 0;
|
|
6172
6164
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6173
|
-
var endIndex_0 = $this.
|
|
6165
|
+
var endIndex_0 = $this.ya_1;
|
|
6174
6166
|
arrayCopy(tmp0_0, newElements, tmp4, 0, endIndex_0);
|
|
6175
|
-
$this.
|
|
6176
|
-
$this.
|
|
6167
|
+
$this.ya_1 = 0;
|
|
6168
|
+
$this.za_1 = newElements;
|
|
6177
6169
|
}
|
|
6178
6170
|
function positiveMod($this, index) {
|
|
6179
|
-
return index >= $this.
|
|
6171
|
+
return index >= $this.za_1.length ? index - $this.za_1.length | 0 : index;
|
|
6180
6172
|
}
|
|
6181
6173
|
function incremented($this, index) {
|
|
6182
|
-
return index === get_lastIndex($this.
|
|
6174
|
+
return index === get_lastIndex($this.za_1) ? 0 : index + 1 | 0;
|
|
6183
6175
|
}
|
|
6184
6176
|
function decremented($this, index) {
|
|
6185
|
-
return index === 0 ? get_lastIndex($this.
|
|
6177
|
+
return index === 0 ? get_lastIndex($this.za_1) : index - 1 | 0;
|
|
6186
6178
|
}
|
|
6187
6179
|
function copyCollectionElements($this, internalIndex, elements) {
|
|
6188
6180
|
var iterator = elements.l();
|
|
6189
6181
|
var inductionVariable = internalIndex;
|
|
6190
|
-
var last = $this.
|
|
6182
|
+
var last = $this.za_1.length;
|
|
6191
6183
|
if (inductionVariable < last)
|
|
6192
6184
|
$l$loop: do {
|
|
6193
6185
|
var index = inductionVariable;
|
|
6194
6186
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6195
6187
|
if (!iterator.m())
|
|
6196
6188
|
break $l$loop;
|
|
6197
|
-
$this.
|
|
6189
|
+
$this.za_1[index] = iterator.n();
|
|
6198
6190
|
}
|
|
6199
6191
|
while (inductionVariable < last);
|
|
6200
6192
|
var inductionVariable_0 = 0;
|
|
6201
|
-
var last_0 = $this.
|
|
6193
|
+
var last_0 = $this.ya_1;
|
|
6202
6194
|
if (inductionVariable_0 < last_0)
|
|
6203
6195
|
$l$loop_0: do {
|
|
6204
6196
|
var index_0 = inductionVariable_0;
|
|
6205
6197
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
6206
6198
|
if (!iterator.m())
|
|
6207
6199
|
break $l$loop_0;
|
|
6208
|
-
$this.
|
|
6200
|
+
$this.za_1[index_0] = iterator.n();
|
|
6209
6201
|
}
|
|
6210
6202
|
while (inductionVariable_0 < last_0);
|
|
6211
|
-
$this.
|
|
6203
|
+
$this.ab_1 = $this.ab_1 + elements.q() | 0;
|
|
6212
6204
|
}
|
|
6213
6205
|
function registerModification_0($this) {
|
|
6214
6206
|
$this.p3_1 = $this.p3_1 + 1 | 0;
|
|
@@ -6217,8 +6209,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6217
6209
|
Companion_instance_8 = this;
|
|
6218
6210
|
var tmp = this;
|
|
6219
6211
|
// Inline function 'kotlin.emptyArray' call
|
|
6220
|
-
tmp.
|
|
6221
|
-
this.
|
|
6212
|
+
tmp.bb_1 = [];
|
|
6213
|
+
this.cb_1 = 10;
|
|
6222
6214
|
}
|
|
6223
6215
|
var Companion_instance_8;
|
|
6224
6216
|
function Companion_getInstance_8() {
|
|
@@ -6227,12 +6219,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6227
6219
|
return Companion_instance_8;
|
|
6228
6220
|
}
|
|
6229
6221
|
protoOf(ArrayDeque).q = function () {
|
|
6230
|
-
return this.
|
|
6222
|
+
return this.ab_1;
|
|
6231
6223
|
};
|
|
6232
6224
|
protoOf(ArrayDeque).o = function () {
|
|
6233
|
-
return this.
|
|
6225
|
+
return this.ab_1 === 0;
|
|
6234
6226
|
};
|
|
6235
|
-
protoOf(ArrayDeque).
|
|
6227
|
+
protoOf(ArrayDeque).db = function () {
|
|
6236
6228
|
var tmp;
|
|
6237
6229
|
if (this.o()) {
|
|
6238
6230
|
throw NoSuchElementException_init_$Create$_0('ArrayDeque is empty.');
|
|
@@ -6240,155 +6232,155 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6240
6232
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6241
6233
|
var index = get_lastIndex_0(this);
|
|
6242
6234
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6243
|
-
var internalIndex = positiveMod(this, this.
|
|
6244
|
-
var tmp_0 = this.
|
|
6235
|
+
var internalIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6236
|
+
var tmp_0 = this.za_1[internalIndex];
|
|
6245
6237
|
tmp = (tmp_0 == null ? true : !(tmp_0 == null)) ? tmp_0 : THROW_CCE();
|
|
6246
6238
|
}
|
|
6247
6239
|
return tmp;
|
|
6248
6240
|
};
|
|
6249
|
-
protoOf(ArrayDeque).
|
|
6241
|
+
protoOf(ArrayDeque).eb = function (element) {
|
|
6250
6242
|
registerModification_0(this);
|
|
6251
|
-
ensureCapacity_0(this, this.
|
|
6252
|
-
this.
|
|
6253
|
-
this.
|
|
6254
|
-
this.
|
|
6243
|
+
ensureCapacity_0(this, this.ab_1 + 1 | 0);
|
|
6244
|
+
this.ya_1 = decremented(this, this.ya_1);
|
|
6245
|
+
this.za_1[this.ya_1] = element;
|
|
6246
|
+
this.ab_1 = this.ab_1 + 1 | 0;
|
|
6255
6247
|
};
|
|
6256
|
-
protoOf(ArrayDeque).
|
|
6248
|
+
protoOf(ArrayDeque).fb = function (element) {
|
|
6257
6249
|
registerModification_0(this);
|
|
6258
|
-
ensureCapacity_0(this, this.
|
|
6259
|
-
var tmp = this.
|
|
6250
|
+
ensureCapacity_0(this, this.ab_1 + 1 | 0);
|
|
6251
|
+
var tmp = this.za_1;
|
|
6260
6252
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6261
|
-
var index = this.
|
|
6262
|
-
tmp[positiveMod(this, this.
|
|
6263
|
-
this.
|
|
6253
|
+
var index = this.ab_1;
|
|
6254
|
+
tmp[positiveMod(this, this.ya_1 + index | 0)] = element;
|
|
6255
|
+
this.ab_1 = this.ab_1 + 1 | 0;
|
|
6264
6256
|
};
|
|
6265
|
-
protoOf(ArrayDeque).
|
|
6257
|
+
protoOf(ArrayDeque).gb = function () {
|
|
6266
6258
|
if (this.o())
|
|
6267
6259
|
throw NoSuchElementException_init_$Create$_0('ArrayDeque is empty.');
|
|
6268
6260
|
registerModification_0(this);
|
|
6269
6261
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6270
|
-
var internalIndex = this.
|
|
6271
|
-
var tmp = this.
|
|
6262
|
+
var internalIndex = this.ya_1;
|
|
6263
|
+
var tmp = this.za_1[internalIndex];
|
|
6272
6264
|
var element = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6273
|
-
this.
|
|
6274
|
-
this.
|
|
6275
|
-
this.
|
|
6265
|
+
this.za_1[this.ya_1] = null;
|
|
6266
|
+
this.ya_1 = incremented(this, this.ya_1);
|
|
6267
|
+
this.ab_1 = this.ab_1 - 1 | 0;
|
|
6276
6268
|
return element;
|
|
6277
6269
|
};
|
|
6278
|
-
protoOf(ArrayDeque).
|
|
6270
|
+
protoOf(ArrayDeque).hb = function () {
|
|
6279
6271
|
if (this.o())
|
|
6280
6272
|
throw NoSuchElementException_init_$Create$_0('ArrayDeque is empty.');
|
|
6281
6273
|
registerModification_0(this);
|
|
6282
6274
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6283
6275
|
var index = get_lastIndex_0(this);
|
|
6284
|
-
var internalLastIndex = positiveMod(this, this.
|
|
6276
|
+
var internalLastIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6285
6277
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6286
|
-
var tmp = this.
|
|
6278
|
+
var tmp = this.za_1[internalLastIndex];
|
|
6287
6279
|
var element = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6288
|
-
this.
|
|
6289
|
-
this.
|
|
6280
|
+
this.za_1[internalLastIndex] = null;
|
|
6281
|
+
this.ab_1 = this.ab_1 - 1 | 0;
|
|
6290
6282
|
return element;
|
|
6291
6283
|
};
|
|
6292
6284
|
protoOf(ArrayDeque).j = function (element) {
|
|
6293
|
-
this.
|
|
6285
|
+
this.fb(element);
|
|
6294
6286
|
return true;
|
|
6295
6287
|
};
|
|
6296
6288
|
protoOf(ArrayDeque).q3 = function (index, element) {
|
|
6297
|
-
Companion_instance_5.l3(index, this.
|
|
6298
|
-
if (index === this.
|
|
6299
|
-
this.
|
|
6289
|
+
Companion_instance_5.l3(index, this.ab_1);
|
|
6290
|
+
if (index === this.ab_1) {
|
|
6291
|
+
this.fb(element);
|
|
6300
6292
|
return Unit_instance;
|
|
6301
6293
|
} else if (index === 0) {
|
|
6302
|
-
this.
|
|
6294
|
+
this.eb(element);
|
|
6303
6295
|
return Unit_instance;
|
|
6304
6296
|
}
|
|
6305
6297
|
registerModification_0(this);
|
|
6306
|
-
ensureCapacity_0(this, this.
|
|
6298
|
+
ensureCapacity_0(this, this.ab_1 + 1 | 0);
|
|
6307
6299
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6308
|
-
var internalIndex = positiveMod(this, this.
|
|
6309
|
-
if (index < (this.
|
|
6300
|
+
var internalIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6301
|
+
if (index < (this.ab_1 + 1 | 0) >> 1) {
|
|
6310
6302
|
var decrementedInternalIndex = decremented(this, internalIndex);
|
|
6311
|
-
var decrementedHead = decremented(this, this.
|
|
6312
|
-
if (decrementedInternalIndex >= this.
|
|
6313
|
-
this.
|
|
6314
|
-
var tmp0 = this.
|
|
6315
|
-
var tmp2 = this.
|
|
6316
|
-
var tmp4 = this.
|
|
6317
|
-
var tmp6 = this.
|
|
6303
|
+
var decrementedHead = decremented(this, this.ya_1);
|
|
6304
|
+
if (decrementedInternalIndex >= this.ya_1) {
|
|
6305
|
+
this.za_1[decrementedHead] = this.za_1[this.ya_1];
|
|
6306
|
+
var tmp0 = this.za_1;
|
|
6307
|
+
var tmp2 = this.za_1;
|
|
6308
|
+
var tmp4 = this.ya_1;
|
|
6309
|
+
var tmp6 = this.ya_1 + 1 | 0;
|
|
6318
6310
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6319
6311
|
var endIndex = decrementedInternalIndex + 1 | 0;
|
|
6320
6312
|
arrayCopy(tmp0, tmp2, tmp4, tmp6, endIndex);
|
|
6321
6313
|
} else {
|
|
6322
|
-
var tmp0_0 = this.
|
|
6323
|
-
var tmp2_0 = this.
|
|
6324
|
-
var tmp4_0 = this.
|
|
6325
|
-
var tmp6_0 = this.
|
|
6314
|
+
var tmp0_0 = this.za_1;
|
|
6315
|
+
var tmp2_0 = this.za_1;
|
|
6316
|
+
var tmp4_0 = this.ya_1 - 1 | 0;
|
|
6317
|
+
var tmp6_0 = this.ya_1;
|
|
6326
6318
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6327
|
-
var endIndex_0 = this.
|
|
6319
|
+
var endIndex_0 = this.za_1.length;
|
|
6328
6320
|
arrayCopy(tmp0_0, tmp2_0, tmp4_0, tmp6_0, endIndex_0);
|
|
6329
|
-
this.
|
|
6330
|
-
var tmp0_1 = this.
|
|
6331
|
-
var tmp2_1 = this.
|
|
6321
|
+
this.za_1[this.za_1.length - 1 | 0] = this.za_1[0];
|
|
6322
|
+
var tmp0_1 = this.za_1;
|
|
6323
|
+
var tmp2_1 = this.za_1;
|
|
6332
6324
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6333
6325
|
var endIndex_1 = decrementedInternalIndex + 1 | 0;
|
|
6334
6326
|
arrayCopy(tmp0_1, tmp2_1, 0, 1, endIndex_1);
|
|
6335
6327
|
}
|
|
6336
|
-
this.
|
|
6337
|
-
this.
|
|
6328
|
+
this.za_1[decrementedInternalIndex] = element;
|
|
6329
|
+
this.ya_1 = decrementedHead;
|
|
6338
6330
|
} else {
|
|
6339
6331
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6340
|
-
var index_0 = this.
|
|
6341
|
-
var tail = positiveMod(this, this.
|
|
6332
|
+
var index_0 = this.ab_1;
|
|
6333
|
+
var tail = positiveMod(this, this.ya_1 + index_0 | 0);
|
|
6342
6334
|
if (internalIndex < tail) {
|
|
6343
|
-
var tmp0_2 = this.
|
|
6344
|
-
var tmp2_2 = this.
|
|
6335
|
+
var tmp0_2 = this.za_1;
|
|
6336
|
+
var tmp2_2 = this.za_1;
|
|
6345
6337
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6346
6338
|
var destinationOffset = internalIndex + 1 | 0;
|
|
6347
6339
|
arrayCopy(tmp0_2, tmp2_2, destinationOffset, internalIndex, tail);
|
|
6348
6340
|
} else {
|
|
6349
|
-
var tmp0_3 = this.
|
|
6341
|
+
var tmp0_3 = this.za_1;
|
|
6350
6342
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6351
|
-
var destination = this.
|
|
6343
|
+
var destination = this.za_1;
|
|
6352
6344
|
arrayCopy(tmp0_3, destination, 1, 0, tail);
|
|
6353
|
-
this.
|
|
6354
|
-
var tmp0_4 = this.
|
|
6355
|
-
var tmp2_3 = this.
|
|
6345
|
+
this.za_1[0] = this.za_1[this.za_1.length - 1 | 0];
|
|
6346
|
+
var tmp0_4 = this.za_1;
|
|
6347
|
+
var tmp2_3 = this.za_1;
|
|
6356
6348
|
var tmp4_1 = internalIndex + 1 | 0;
|
|
6357
6349
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6358
|
-
var endIndex_2 = this.
|
|
6350
|
+
var endIndex_2 = this.za_1.length - 1 | 0;
|
|
6359
6351
|
arrayCopy(tmp0_4, tmp2_3, tmp4_1, internalIndex, endIndex_2);
|
|
6360
6352
|
}
|
|
6361
|
-
this.
|
|
6353
|
+
this.za_1[internalIndex] = element;
|
|
6362
6354
|
}
|
|
6363
|
-
this.
|
|
6355
|
+
this.ab_1 = this.ab_1 + 1 | 0;
|
|
6364
6356
|
};
|
|
6365
6357
|
protoOf(ArrayDeque).r = function (elements) {
|
|
6366
6358
|
if (elements.o())
|
|
6367
6359
|
return false;
|
|
6368
6360
|
registerModification_0(this);
|
|
6369
|
-
ensureCapacity_0(this, this.
|
|
6361
|
+
ensureCapacity_0(this, this.ab_1 + elements.q() | 0);
|
|
6370
6362
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6371
|
-
var index = this.
|
|
6372
|
-
var tmp$ret$0 = positiveMod(this, this.
|
|
6363
|
+
var index = this.ab_1;
|
|
6364
|
+
var tmp$ret$0 = positiveMod(this, this.ya_1 + index | 0);
|
|
6373
6365
|
copyCollectionElements(this, tmp$ret$0, elements);
|
|
6374
6366
|
return true;
|
|
6375
6367
|
};
|
|
6376
6368
|
protoOf(ArrayDeque).p = function (index) {
|
|
6377
|
-
Companion_instance_5.a3(index, this.
|
|
6369
|
+
Companion_instance_5.a3(index, this.ab_1);
|
|
6378
6370
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6379
6371
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6380
|
-
var internalIndex = positiveMod(this, this.
|
|
6381
|
-
var tmp = this.
|
|
6372
|
+
var internalIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6373
|
+
var tmp = this.za_1[internalIndex];
|
|
6382
6374
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6383
6375
|
};
|
|
6384
6376
|
protoOf(ArrayDeque).c3 = function (index, element) {
|
|
6385
|
-
Companion_instance_5.a3(index, this.
|
|
6377
|
+
Companion_instance_5.a3(index, this.ab_1);
|
|
6386
6378
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6387
|
-
var internalIndex = positiveMod(this, this.
|
|
6379
|
+
var internalIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6388
6380
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6389
|
-
var tmp = this.
|
|
6381
|
+
var tmp = this.za_1[internalIndex];
|
|
6390
6382
|
var oldElement = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6391
|
-
this.
|
|
6383
|
+
this.za_1[internalIndex] = element;
|
|
6392
6384
|
return oldElement;
|
|
6393
6385
|
};
|
|
6394
6386
|
protoOf(ArrayDeque).t = function (element) {
|
|
@@ -6396,27 +6388,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6396
6388
|
};
|
|
6397
6389
|
protoOf(ArrayDeque).u = function (element) {
|
|
6398
6390
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6399
|
-
var index = this.
|
|
6400
|
-
var tail = positiveMod(this, this.
|
|
6401
|
-
if (this.
|
|
6402
|
-
var inductionVariable = this.
|
|
6391
|
+
var index = this.ab_1;
|
|
6392
|
+
var tail = positiveMod(this, this.ya_1 + index | 0);
|
|
6393
|
+
if (this.ya_1 < tail) {
|
|
6394
|
+
var inductionVariable = this.ya_1;
|
|
6403
6395
|
if (inductionVariable < tail)
|
|
6404
6396
|
do {
|
|
6405
6397
|
var index_0 = inductionVariable;
|
|
6406
6398
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6407
|
-
if (equals(element, this.
|
|
6408
|
-
return index_0 - this.
|
|
6399
|
+
if (equals(element, this.za_1[index_0]))
|
|
6400
|
+
return index_0 - this.ya_1 | 0;
|
|
6409
6401
|
}
|
|
6410
6402
|
while (inductionVariable < tail);
|
|
6411
|
-
} else if (this.
|
|
6412
|
-
var inductionVariable_0 = this.
|
|
6413
|
-
var last = this.
|
|
6403
|
+
} else if (this.ya_1 >= tail) {
|
|
6404
|
+
var inductionVariable_0 = this.ya_1;
|
|
6405
|
+
var last = this.za_1.length;
|
|
6414
6406
|
if (inductionVariable_0 < last)
|
|
6415
6407
|
do {
|
|
6416
6408
|
var index_1 = inductionVariable_0;
|
|
6417
6409
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
6418
|
-
if (equals(element, this.
|
|
6419
|
-
return index_1 - this.
|
|
6410
|
+
if (equals(element, this.za_1[index_1]))
|
|
6411
|
+
return index_1 - this.ya_1 | 0;
|
|
6420
6412
|
}
|
|
6421
6413
|
while (inductionVariable_0 < last);
|
|
6422
6414
|
var inductionVariable_1 = 0;
|
|
@@ -6424,121 +6416,121 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6424
6416
|
do {
|
|
6425
6417
|
var index_2 = inductionVariable_1;
|
|
6426
6418
|
inductionVariable_1 = inductionVariable_1 + 1 | 0;
|
|
6427
|
-
if (equals(element, this.
|
|
6428
|
-
return (index_2 + this.
|
|
6419
|
+
if (equals(element, this.za_1[index_2]))
|
|
6420
|
+
return (index_2 + this.za_1.length | 0) - this.ya_1 | 0;
|
|
6429
6421
|
}
|
|
6430
6422
|
while (inductionVariable_1 < tail);
|
|
6431
6423
|
}
|
|
6432
6424
|
return -1;
|
|
6433
6425
|
};
|
|
6434
6426
|
protoOf(ArrayDeque).r3 = function (index) {
|
|
6435
|
-
Companion_instance_5.a3(index, this.
|
|
6427
|
+
Companion_instance_5.a3(index, this.ab_1);
|
|
6436
6428
|
if (index === get_lastIndex_0(this)) {
|
|
6437
|
-
return this.ib();
|
|
6438
|
-
} else if (index === 0) {
|
|
6439
6429
|
return this.hb();
|
|
6430
|
+
} else if (index === 0) {
|
|
6431
|
+
return this.gb();
|
|
6440
6432
|
}
|
|
6441
6433
|
registerModification_0(this);
|
|
6442
6434
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6443
|
-
var internalIndex = positiveMod(this, this.
|
|
6435
|
+
var internalIndex = positiveMod(this, this.ya_1 + index | 0);
|
|
6444
6436
|
// Inline function 'kotlin.collections.ArrayDeque.internalGet' call
|
|
6445
|
-
var tmp = this.
|
|
6437
|
+
var tmp = this.za_1[internalIndex];
|
|
6446
6438
|
var element = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6447
|
-
if (index < this.
|
|
6448
|
-
if (internalIndex >= this.
|
|
6449
|
-
var tmp0 = this.
|
|
6450
|
-
var tmp2 = this.
|
|
6451
|
-
var tmp4 = this.
|
|
6439
|
+
if (index < this.ab_1 >> 1) {
|
|
6440
|
+
if (internalIndex >= this.ya_1) {
|
|
6441
|
+
var tmp0 = this.za_1;
|
|
6442
|
+
var tmp2 = this.za_1;
|
|
6443
|
+
var tmp4 = this.ya_1 + 1 | 0;
|
|
6452
6444
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6453
|
-
var startIndex = this.
|
|
6445
|
+
var startIndex = this.ya_1;
|
|
6454
6446
|
arrayCopy(tmp0, tmp2, tmp4, startIndex, internalIndex);
|
|
6455
6447
|
} else {
|
|
6456
|
-
var tmp0_0 = this.
|
|
6448
|
+
var tmp0_0 = this.za_1;
|
|
6457
6449
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6458
|
-
var destination = this.
|
|
6450
|
+
var destination = this.za_1;
|
|
6459
6451
|
arrayCopy(tmp0_0, destination, 1, 0, internalIndex);
|
|
6460
|
-
this.
|
|
6461
|
-
var tmp0_1 = this.
|
|
6462
|
-
var tmp2_0 = this.
|
|
6463
|
-
var tmp4_0 = this.
|
|
6464
|
-
var tmp6 = this.
|
|
6452
|
+
this.za_1[0] = this.za_1[this.za_1.length - 1 | 0];
|
|
6453
|
+
var tmp0_1 = this.za_1;
|
|
6454
|
+
var tmp2_0 = this.za_1;
|
|
6455
|
+
var tmp4_0 = this.ya_1 + 1 | 0;
|
|
6456
|
+
var tmp6 = this.ya_1;
|
|
6465
6457
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6466
|
-
var endIndex = this.
|
|
6458
|
+
var endIndex = this.za_1.length - 1 | 0;
|
|
6467
6459
|
arrayCopy(tmp0_1, tmp2_0, tmp4_0, tmp6, endIndex);
|
|
6468
6460
|
}
|
|
6469
|
-
this.
|
|
6470
|
-
this.
|
|
6461
|
+
this.za_1[this.ya_1] = null;
|
|
6462
|
+
this.ya_1 = incremented(this, this.ya_1);
|
|
6471
6463
|
} else {
|
|
6472
6464
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6473
6465
|
var index_0 = get_lastIndex_0(this);
|
|
6474
|
-
var internalLastIndex = positiveMod(this, this.
|
|
6466
|
+
var internalLastIndex = positiveMod(this, this.ya_1 + index_0 | 0);
|
|
6475
6467
|
if (internalIndex <= internalLastIndex) {
|
|
6476
|
-
var tmp0_2 = this.
|
|
6477
|
-
var tmp2_1 = this.
|
|
6468
|
+
var tmp0_2 = this.za_1;
|
|
6469
|
+
var tmp2_1 = this.za_1;
|
|
6478
6470
|
var tmp6_0 = internalIndex + 1 | 0;
|
|
6479
6471
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6480
6472
|
var endIndex_0 = internalLastIndex + 1 | 0;
|
|
6481
6473
|
arrayCopy(tmp0_2, tmp2_1, internalIndex, tmp6_0, endIndex_0);
|
|
6482
6474
|
} else {
|
|
6483
|
-
var tmp0_3 = this.
|
|
6484
|
-
var tmp2_2 = this.
|
|
6475
|
+
var tmp0_3 = this.za_1;
|
|
6476
|
+
var tmp2_2 = this.za_1;
|
|
6485
6477
|
var tmp6_1 = internalIndex + 1 | 0;
|
|
6486
6478
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6487
|
-
var endIndex_1 = this.
|
|
6479
|
+
var endIndex_1 = this.za_1.length;
|
|
6488
6480
|
arrayCopy(tmp0_3, tmp2_2, internalIndex, tmp6_1, endIndex_1);
|
|
6489
|
-
this.
|
|
6490
|
-
var tmp0_4 = this.
|
|
6491
|
-
var tmp2_3 = this.
|
|
6481
|
+
this.za_1[this.za_1.length - 1 | 0] = this.za_1[0];
|
|
6482
|
+
var tmp0_4 = this.za_1;
|
|
6483
|
+
var tmp2_3 = this.za_1;
|
|
6492
6484
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6493
6485
|
var endIndex_2 = internalLastIndex + 1 | 0;
|
|
6494
6486
|
arrayCopy(tmp0_4, tmp2_3, 0, 1, endIndex_2);
|
|
6495
6487
|
}
|
|
6496
|
-
this.
|
|
6488
|
+
this.za_1[internalLastIndex] = null;
|
|
6497
6489
|
}
|
|
6498
|
-
this.
|
|
6490
|
+
this.ab_1 = this.ab_1 - 1 | 0;
|
|
6499
6491
|
return element;
|
|
6500
6492
|
};
|
|
6501
|
-
protoOf(ArrayDeque).
|
|
6502
|
-
var tmp = array.length >= this.
|
|
6493
|
+
protoOf(ArrayDeque).ib = function (array) {
|
|
6494
|
+
var tmp = array.length >= this.ab_1 ? array : arrayOfNulls(array, this.ab_1);
|
|
6503
6495
|
var dest = isArray(tmp) ? tmp : THROW_CCE();
|
|
6504
6496
|
// Inline function 'kotlin.collections.ArrayDeque.internalIndex' call
|
|
6505
|
-
var index = this.
|
|
6506
|
-
var tail = positiveMod(this, this.
|
|
6507
|
-
if (this.
|
|
6508
|
-
var tmp0 = this.
|
|
6497
|
+
var index = this.ab_1;
|
|
6498
|
+
var tail = positiveMod(this, this.ya_1 + index | 0);
|
|
6499
|
+
if (this.ya_1 < tail) {
|
|
6500
|
+
var tmp0 = this.za_1;
|
|
6509
6501
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6510
|
-
var startIndex = this.
|
|
6502
|
+
var startIndex = this.ya_1;
|
|
6511
6503
|
arrayCopy(tmp0, dest, 0, startIndex, tail);
|
|
6512
6504
|
} else {
|
|
6513
6505
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
6514
6506
|
if (!this.o()) {
|
|
6515
|
-
var tmp0_0 = this.
|
|
6516
|
-
var tmp6 = this.
|
|
6507
|
+
var tmp0_0 = this.za_1;
|
|
6508
|
+
var tmp6 = this.ya_1;
|
|
6517
6509
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6518
|
-
var endIndex = this.
|
|
6510
|
+
var endIndex = this.za_1.length;
|
|
6519
6511
|
arrayCopy(tmp0_0, dest, 0, tmp6, endIndex);
|
|
6520
|
-
var tmp0_1 = this.
|
|
6512
|
+
var tmp0_1 = this.za_1;
|
|
6521
6513
|
// Inline function 'kotlin.collections.copyInto' call
|
|
6522
|
-
var destinationOffset = this.
|
|
6514
|
+
var destinationOffset = this.za_1.length - this.ya_1 | 0;
|
|
6523
6515
|
arrayCopy(tmp0_1, dest, destinationOffset, 0, tail);
|
|
6524
6516
|
}
|
|
6525
6517
|
}
|
|
6526
|
-
var tmp_0 = terminateCollectionToArray(this.
|
|
6518
|
+
var tmp_0 = terminateCollectionToArray(this.ab_1, dest);
|
|
6527
6519
|
return isArray(tmp_0) ? tmp_0 : THROW_CCE();
|
|
6528
6520
|
};
|
|
6529
6521
|
protoOf(ArrayDeque).h4 = function () {
|
|
6530
6522
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
6531
|
-
var size = this.
|
|
6523
|
+
var size = this.ab_1;
|
|
6532
6524
|
var tmp$ret$0 = Array(size);
|
|
6533
|
-
return this.
|
|
6525
|
+
return this.ib(tmp$ret$0);
|
|
6534
6526
|
};
|
|
6535
6527
|
protoOf(ArrayDeque).toArray = function () {
|
|
6536
6528
|
return this.h4();
|
|
6537
6529
|
};
|
|
6538
6530
|
function ArrayDeque() {
|
|
6539
6531
|
Companion_getInstance_8();
|
|
6540
|
-
this.
|
|
6541
|
-
this.
|
|
6532
|
+
this.ya_1 = 0;
|
|
6533
|
+
this.ab_1 = 0;
|
|
6542
6534
|
}
|
|
6543
6535
|
function collectionToArrayCommonImpl(collection) {
|
|
6544
6536
|
if (collection.o()) {
|
|
@@ -6599,7 +6591,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6599
6591
|
}
|
|
6600
6592
|
function EmptyList() {
|
|
6601
6593
|
EmptyList_instance = this;
|
|
6602
|
-
this.
|
|
6594
|
+
this.jb_1 = new Long(-1478467534, -1720727600);
|
|
6603
6595
|
}
|
|
6604
6596
|
protoOf(EmptyList).equals = function (other) {
|
|
6605
6597
|
var tmp;
|
|
@@ -6622,7 +6614,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6622
6614
|
protoOf(EmptyList).o = function () {
|
|
6623
6615
|
return true;
|
|
6624
6616
|
};
|
|
6625
|
-
protoOf(EmptyList).
|
|
6617
|
+
protoOf(EmptyList).kb = function (element) {
|
|
6626
6618
|
return false;
|
|
6627
6619
|
};
|
|
6628
6620
|
protoOf(EmptyList).t = function (element) {
|
|
@@ -6634,12 +6626,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6634
6626
|
} else {
|
|
6635
6627
|
tmp = THROW_CCE();
|
|
6636
6628
|
}
|
|
6637
|
-
return this.
|
|
6629
|
+
return this.kb(tmp);
|
|
6638
6630
|
};
|
|
6639
6631
|
protoOf(EmptyList).p = function (index) {
|
|
6640
6632
|
throw IndexOutOfBoundsException_init_$Create$_0("Empty list doesn't contain element at index " + index + '.');
|
|
6641
6633
|
};
|
|
6642
|
-
protoOf(EmptyList).
|
|
6634
|
+
protoOf(EmptyList).lb = function (element) {
|
|
6643
6635
|
return -1;
|
|
6644
6636
|
};
|
|
6645
6637
|
protoOf(EmptyList).u = function (element) {
|
|
@@ -6651,7 +6643,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6651
6643
|
} else {
|
|
6652
6644
|
tmp = THROW_CCE();
|
|
6653
6645
|
}
|
|
6654
|
-
return this.
|
|
6646
|
+
return this.lb(tmp);
|
|
6655
6647
|
};
|
|
6656
6648
|
protoOf(EmptyList).l = function () {
|
|
6657
6649
|
return EmptyIterator_instance;
|
|
@@ -6720,26 +6712,26 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6720
6712
|
throw ArithmeticException_init_$Create$_0('Index overflow has happened.');
|
|
6721
6713
|
}
|
|
6722
6714
|
function ArrayAsCollection(values, isVarargs) {
|
|
6723
|
-
this.
|
|
6724
|
-
this.
|
|
6715
|
+
this.mb_1 = values;
|
|
6716
|
+
this.nb_1 = isVarargs;
|
|
6725
6717
|
}
|
|
6726
6718
|
protoOf(ArrayAsCollection).q = function () {
|
|
6727
|
-
return this.
|
|
6719
|
+
return this.mb_1.length;
|
|
6728
6720
|
};
|
|
6729
6721
|
protoOf(ArrayAsCollection).o = function () {
|
|
6730
6722
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
6731
|
-
return this.
|
|
6723
|
+
return this.mb_1.length === 0;
|
|
6732
6724
|
};
|
|
6733
|
-
protoOf(ArrayAsCollection).
|
|
6734
|
-
return contains_2(this.
|
|
6725
|
+
protoOf(ArrayAsCollection).ob = function (element) {
|
|
6726
|
+
return contains_2(this.mb_1, element);
|
|
6735
6727
|
};
|
|
6736
6728
|
protoOf(ArrayAsCollection).t = function (element) {
|
|
6737
6729
|
if (!(element == null ? true : !(element == null)))
|
|
6738
6730
|
return false;
|
|
6739
|
-
return this.
|
|
6731
|
+
return this.ob((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
6740
6732
|
};
|
|
6741
6733
|
protoOf(ArrayAsCollection).l = function () {
|
|
6742
|
-
return arrayIterator(this.
|
|
6734
|
+
return arrayIterator(this.mb_1);
|
|
6743
6735
|
};
|
|
6744
6736
|
function flatten(_this__u8e3s4) {
|
|
6745
6737
|
var result = ArrayList_init_$Create$();
|
|
@@ -6793,7 +6785,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6793
6785
|
}
|
|
6794
6786
|
function EmptyMap() {
|
|
6795
6787
|
EmptyMap_instance = this;
|
|
6796
|
-
this.
|
|
6788
|
+
this.pb_1 = new Long(-888910638, 1920087921);
|
|
6797
6789
|
}
|
|
6798
6790
|
protoOf(EmptyMap).equals = function (other) {
|
|
6799
6791
|
var tmp;
|
|
@@ -6816,21 +6808,21 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6816
6808
|
protoOf(EmptyMap).o = function () {
|
|
6817
6809
|
return true;
|
|
6818
6810
|
};
|
|
6819
|
-
protoOf(EmptyMap).
|
|
6811
|
+
protoOf(EmptyMap).qb = function (key) {
|
|
6820
6812
|
return false;
|
|
6821
6813
|
};
|
|
6822
6814
|
protoOf(EmptyMap).y1 = function (key) {
|
|
6823
6815
|
if (!(key == null ? true : !(key == null)))
|
|
6824
6816
|
return false;
|
|
6825
|
-
return this.
|
|
6817
|
+
return this.qb((key == null ? true : !(key == null)) ? key : THROW_CCE());
|
|
6826
6818
|
};
|
|
6827
|
-
protoOf(EmptyMap).
|
|
6819
|
+
protoOf(EmptyMap).rb = function (key) {
|
|
6828
6820
|
return null;
|
|
6829
6821
|
};
|
|
6830
6822
|
protoOf(EmptyMap).z1 = function (key) {
|
|
6831
6823
|
if (!(key == null ? true : !(key == null)))
|
|
6832
6824
|
return null;
|
|
6833
|
-
return this.
|
|
6825
|
+
return this.rb((key == null ? true : !(key == null)) ? key : THROW_CCE());
|
|
6834
6826
|
};
|
|
6835
6827
|
protoOf(EmptyMap).b2 = function () {
|
|
6836
6828
|
return EmptySet_getInstance();
|
|
@@ -6850,8 +6842,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6850
6842
|
while (inductionVariable < last) {
|
|
6851
6843
|
var _destruct__k2r9zo = pairs[inductionVariable];
|
|
6852
6844
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6853
|
-
var key = _destruct__k2r9zo.
|
|
6854
|
-
var value = _destruct__k2r9zo.
|
|
6845
|
+
var key = _destruct__k2r9zo.ub();
|
|
6846
|
+
var value = _destruct__k2r9zo.vb();
|
|
6855
6847
|
_this__u8e3s4.z3(key, value);
|
|
6856
6848
|
}
|
|
6857
6849
|
}
|
|
@@ -6875,13 +6867,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6875
6867
|
function IntIterator() {
|
|
6876
6868
|
}
|
|
6877
6869
|
protoOf(IntIterator).n = function () {
|
|
6878
|
-
return this.
|
|
6870
|
+
return this.wb();
|
|
6879
6871
|
};
|
|
6880
6872
|
function SequenceScope() {
|
|
6881
6873
|
}
|
|
6882
6874
|
function iterator(block) {
|
|
6883
6875
|
var iterator = new SequenceBuilderIterator();
|
|
6884
|
-
iterator.
|
|
6876
|
+
iterator.bc_1 = createCoroutineUnintercepted(block, iterator, iterator);
|
|
6885
6877
|
return iterator;
|
|
6886
6878
|
}
|
|
6887
6879
|
function nextNotReady($this) {
|
|
@@ -6891,33 +6883,33 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6891
6883
|
return $this.n();
|
|
6892
6884
|
}
|
|
6893
6885
|
function exceptionalState($this) {
|
|
6894
|
-
switch ($this.
|
|
6886
|
+
switch ($this.yb_1) {
|
|
6895
6887
|
case 4:
|
|
6896
6888
|
return NoSuchElementException_init_$Create$();
|
|
6897
6889
|
case 5:
|
|
6898
6890
|
return IllegalStateException_init_$Create$_0('Iterator has failed.');
|
|
6899
6891
|
default:
|
|
6900
|
-
return IllegalStateException_init_$Create$_0('Unexpected state of the iterator: ' + $this.
|
|
6892
|
+
return IllegalStateException_init_$Create$_0('Unexpected state of the iterator: ' + $this.yb_1);
|
|
6901
6893
|
}
|
|
6902
6894
|
}
|
|
6903
6895
|
function SequenceBuilderIterator() {
|
|
6904
6896
|
SequenceScope.call(this);
|
|
6905
|
-
this.
|
|
6897
|
+
this.yb_1 = 0;
|
|
6898
|
+
this.zb_1 = null;
|
|
6906
6899
|
this.ac_1 = null;
|
|
6907
6900
|
this.bc_1 = null;
|
|
6908
|
-
this.cc_1 = null;
|
|
6909
6901
|
}
|
|
6910
6902
|
protoOf(SequenceBuilderIterator).m = function () {
|
|
6911
6903
|
while (true) {
|
|
6912
|
-
switch (this.
|
|
6904
|
+
switch (this.yb_1) {
|
|
6913
6905
|
case 0:
|
|
6914
6906
|
break;
|
|
6915
6907
|
case 1:
|
|
6916
|
-
if (ensureNotNull(this.
|
|
6917
|
-
this.
|
|
6908
|
+
if (ensureNotNull(this.ac_1).m()) {
|
|
6909
|
+
this.yb_1 = 2;
|
|
6918
6910
|
return true;
|
|
6919
6911
|
} else {
|
|
6920
|
-
this.
|
|
6912
|
+
this.ac_1 = null;
|
|
6921
6913
|
}
|
|
6922
6914
|
|
|
6923
6915
|
break;
|
|
@@ -6929,9 +6921,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6929
6921
|
default:
|
|
6930
6922
|
throw exceptionalState(this);
|
|
6931
6923
|
}
|
|
6932
|
-
this.
|
|
6933
|
-
var step = ensureNotNull(this.
|
|
6934
|
-
this.
|
|
6924
|
+
this.yb_1 = 5;
|
|
6925
|
+
var step = ensureNotNull(this.bc_1);
|
|
6926
|
+
this.bc_1 = null;
|
|
6935
6927
|
// Inline function 'kotlin.coroutines.resume' call
|
|
6936
6928
|
// Inline function 'kotlin.Companion.success' call
|
|
6937
6929
|
var tmp$ret$0 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
@@ -6939,39 +6931,39 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6939
6931
|
}
|
|
6940
6932
|
};
|
|
6941
6933
|
protoOf(SequenceBuilderIterator).n = function () {
|
|
6942
|
-
switch (this.
|
|
6934
|
+
switch (this.yb_1) {
|
|
6943
6935
|
case 0:
|
|
6944
6936
|
case 1:
|
|
6945
6937
|
return nextNotReady(this);
|
|
6946
6938
|
case 2:
|
|
6947
|
-
this.
|
|
6948
|
-
return ensureNotNull(this.
|
|
6939
|
+
this.yb_1 = 1;
|
|
6940
|
+
return ensureNotNull(this.ac_1).n();
|
|
6949
6941
|
case 3:
|
|
6950
|
-
this.
|
|
6951
|
-
var tmp = this.
|
|
6942
|
+
this.yb_1 = 0;
|
|
6943
|
+
var tmp = this.zb_1;
|
|
6952
6944
|
var result = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
6953
|
-
this.
|
|
6945
|
+
this.zb_1 = null;
|
|
6954
6946
|
return result;
|
|
6955
6947
|
default:
|
|
6956
6948
|
throw exceptionalState(this);
|
|
6957
6949
|
}
|
|
6958
6950
|
};
|
|
6959
|
-
protoOf(SequenceBuilderIterator).
|
|
6960
|
-
this.
|
|
6961
|
-
this.
|
|
6962
|
-
this.
|
|
6951
|
+
protoOf(SequenceBuilderIterator).xb = function (value, $completion) {
|
|
6952
|
+
this.zb_1 = value;
|
|
6953
|
+
this.yb_1 = 3;
|
|
6954
|
+
this.bc_1 = $completion;
|
|
6963
6955
|
return get_COROUTINE_SUSPENDED();
|
|
6964
6956
|
};
|
|
6965
|
-
protoOf(SequenceBuilderIterator).
|
|
6957
|
+
protoOf(SequenceBuilderIterator).cc = function (result) {
|
|
6966
6958
|
// Inline function 'kotlin.getOrThrow' call
|
|
6967
6959
|
throwOnFailure(result);
|
|
6968
6960
|
var tmp = _Result___get_value__impl__bjfvqg(result);
|
|
6969
6961
|
if (!(tmp == null ? true : !(tmp == null)))
|
|
6970
6962
|
THROW_CCE();
|
|
6971
|
-
this.
|
|
6963
|
+
this.yb_1 = 4;
|
|
6972
6964
|
};
|
|
6973
6965
|
protoOf(SequenceBuilderIterator).r7 = function (result) {
|
|
6974
|
-
return this.
|
|
6966
|
+
return this.cc(result);
|
|
6975
6967
|
};
|
|
6976
6968
|
protoOf(SequenceBuilderIterator).m7 = function () {
|
|
6977
6969
|
return EmptyCoroutineContext_getInstance();
|
|
@@ -6980,61 +6972,61 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
6980
6972
|
return EmptySequence_instance;
|
|
6981
6973
|
}
|
|
6982
6974
|
function TransformingSequence$iterator$1(this$0) {
|
|
6983
|
-
this.
|
|
6984
|
-
this.
|
|
6975
|
+
this.ec_1 = this$0;
|
|
6976
|
+
this.dc_1 = this$0.fc_1.l();
|
|
6985
6977
|
}
|
|
6986
6978
|
protoOf(TransformingSequence$iterator$1).n = function () {
|
|
6987
|
-
return this.
|
|
6979
|
+
return this.ec_1.gc_1(this.dc_1.n());
|
|
6988
6980
|
};
|
|
6989
6981
|
protoOf(TransformingSequence$iterator$1).m = function () {
|
|
6990
|
-
return this.
|
|
6982
|
+
return this.dc_1.m();
|
|
6991
6983
|
};
|
|
6992
6984
|
function TransformingSequence(sequence, transformer) {
|
|
6993
|
-
this.
|
|
6994
|
-
this.
|
|
6985
|
+
this.fc_1 = sequence;
|
|
6986
|
+
this.gc_1 = transformer;
|
|
6995
6987
|
}
|
|
6996
6988
|
protoOf(TransformingSequence).l = function () {
|
|
6997
6989
|
return new TransformingSequence$iterator$1(this);
|
|
6998
6990
|
};
|
|
6999
6991
|
function calcNext($this) {
|
|
7000
|
-
while ($this.
|
|
7001
|
-
var item = $this.
|
|
7002
|
-
if ($this.
|
|
7003
|
-
$this.
|
|
7004
|
-
$this.
|
|
6992
|
+
while ($this.hc_1.m()) {
|
|
6993
|
+
var item = $this.hc_1.n();
|
|
6994
|
+
if ($this.kc_1.nc_1(item) === $this.kc_1.mc_1) {
|
|
6995
|
+
$this.jc_1 = item;
|
|
6996
|
+
$this.ic_1 = 1;
|
|
7005
6997
|
return Unit_instance;
|
|
7006
6998
|
}
|
|
7007
6999
|
}
|
|
7008
|
-
$this.
|
|
7000
|
+
$this.ic_1 = 0;
|
|
7009
7001
|
}
|
|
7010
7002
|
function FilteringSequence$iterator$1(this$0) {
|
|
7011
|
-
this.
|
|
7012
|
-
this.
|
|
7013
|
-
this.
|
|
7014
|
-
this.
|
|
7003
|
+
this.kc_1 = this$0;
|
|
7004
|
+
this.hc_1 = this$0.lc_1.l();
|
|
7005
|
+
this.ic_1 = -1;
|
|
7006
|
+
this.jc_1 = null;
|
|
7015
7007
|
}
|
|
7016
7008
|
protoOf(FilteringSequence$iterator$1).n = function () {
|
|
7017
|
-
if (this.
|
|
7009
|
+
if (this.ic_1 === -1) {
|
|
7018
7010
|
calcNext(this);
|
|
7019
7011
|
}
|
|
7020
|
-
if (this.
|
|
7012
|
+
if (this.ic_1 === 0)
|
|
7021
7013
|
throw NoSuchElementException_init_$Create$();
|
|
7022
|
-
var result = this.
|
|
7023
|
-
this.
|
|
7024
|
-
this.
|
|
7014
|
+
var result = this.jc_1;
|
|
7015
|
+
this.jc_1 = null;
|
|
7016
|
+
this.ic_1 = -1;
|
|
7025
7017
|
return (result == null ? true : !(result == null)) ? result : THROW_CCE();
|
|
7026
7018
|
};
|
|
7027
7019
|
protoOf(FilteringSequence$iterator$1).m = function () {
|
|
7028
|
-
if (this.
|
|
7020
|
+
if (this.ic_1 === -1) {
|
|
7029
7021
|
calcNext(this);
|
|
7030
7022
|
}
|
|
7031
|
-
return this.
|
|
7023
|
+
return this.ic_1 === 1;
|
|
7032
7024
|
};
|
|
7033
7025
|
function FilteringSequence(sequence, sendWhen, predicate) {
|
|
7034
7026
|
sendWhen = sendWhen === VOID ? true : sendWhen;
|
|
7035
|
-
this.
|
|
7036
|
-
this.
|
|
7037
|
-
this.
|
|
7027
|
+
this.lc_1 = sequence;
|
|
7028
|
+
this.mc_1 = sendWhen;
|
|
7029
|
+
this.nc_1 = predicate;
|
|
7038
7030
|
}
|
|
7039
7031
|
protoOf(FilteringSequence).l = function () {
|
|
7040
7032
|
return new FilteringSequence$iterator$1(this);
|
|
@@ -7057,62 +7049,62 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7057
7049
|
return new GeneratorSequence(seedFunction, nextFunction);
|
|
7058
7050
|
}
|
|
7059
7051
|
function calcNext_0($this) {
|
|
7060
|
-
$this.
|
|
7061
|
-
$this.
|
|
7052
|
+
$this.oc_1 = $this.pc_1 === -2 ? $this.qc_1.rc_1() : $this.qc_1.sc_1(ensureNotNull($this.oc_1));
|
|
7053
|
+
$this.pc_1 = $this.oc_1 == null ? 0 : 1;
|
|
7062
7054
|
}
|
|
7063
7055
|
function GeneratorSequence$iterator$1(this$0) {
|
|
7064
|
-
this.
|
|
7065
|
-
this.
|
|
7066
|
-
this.
|
|
7056
|
+
this.qc_1 = this$0;
|
|
7057
|
+
this.oc_1 = null;
|
|
7058
|
+
this.pc_1 = -2;
|
|
7067
7059
|
}
|
|
7068
7060
|
protoOf(GeneratorSequence$iterator$1).n = function () {
|
|
7069
|
-
if (this.
|
|
7061
|
+
if (this.pc_1 < 0) {
|
|
7070
7062
|
calcNext_0(this);
|
|
7071
7063
|
}
|
|
7072
|
-
if (this.
|
|
7064
|
+
if (this.pc_1 === 0)
|
|
7073
7065
|
throw NoSuchElementException_init_$Create$();
|
|
7074
|
-
var tmp = this.
|
|
7066
|
+
var tmp = this.oc_1;
|
|
7075
7067
|
var result = !(tmp == null) ? tmp : THROW_CCE();
|
|
7076
|
-
this.
|
|
7068
|
+
this.pc_1 = -1;
|
|
7077
7069
|
return result;
|
|
7078
7070
|
};
|
|
7079
7071
|
protoOf(GeneratorSequence$iterator$1).m = function () {
|
|
7080
|
-
if (this.
|
|
7072
|
+
if (this.pc_1 < 0) {
|
|
7081
7073
|
calcNext_0(this);
|
|
7082
7074
|
}
|
|
7083
|
-
return this.
|
|
7075
|
+
return this.pc_1 === 1;
|
|
7084
7076
|
};
|
|
7085
7077
|
function GeneratorSequence(getInitialValue, getNextValue) {
|
|
7086
|
-
this.
|
|
7087
|
-
this.
|
|
7078
|
+
this.rc_1 = getInitialValue;
|
|
7079
|
+
this.sc_1 = getNextValue;
|
|
7088
7080
|
}
|
|
7089
7081
|
protoOf(GeneratorSequence).l = function () {
|
|
7090
7082
|
return new GeneratorSequence$iterator$1(this);
|
|
7091
7083
|
};
|
|
7092
7084
|
function TakeSequence$iterator$1(this$0) {
|
|
7093
|
-
this.
|
|
7094
|
-
this.
|
|
7085
|
+
this.tc_1 = this$0.wc_1;
|
|
7086
|
+
this.uc_1 = this$0.vc_1.l();
|
|
7095
7087
|
}
|
|
7096
7088
|
protoOf(TakeSequence$iterator$1).n = function () {
|
|
7097
|
-
if (this.
|
|
7089
|
+
if (this.tc_1 === 0)
|
|
7098
7090
|
throw NoSuchElementException_init_$Create$();
|
|
7099
|
-
this.
|
|
7100
|
-
return this.
|
|
7091
|
+
this.tc_1 = this.tc_1 - 1 | 0;
|
|
7092
|
+
return this.uc_1.n();
|
|
7101
7093
|
};
|
|
7102
7094
|
protoOf(TakeSequence$iterator$1).m = function () {
|
|
7103
|
-
return this.
|
|
7095
|
+
return this.tc_1 > 0 && this.uc_1.m();
|
|
7104
7096
|
};
|
|
7105
7097
|
function TakeSequence(sequence, count) {
|
|
7106
|
-
this.
|
|
7107
|
-
this.
|
|
7098
|
+
this.vc_1 = sequence;
|
|
7099
|
+
this.wc_1 = count;
|
|
7108
7100
|
// Inline function 'kotlin.require' call
|
|
7109
|
-
if (!(this.
|
|
7110
|
-
var message = 'count must be non-negative, but was ' + this.
|
|
7101
|
+
if (!(this.wc_1 >= 0)) {
|
|
7102
|
+
var message = 'count must be non-negative, but was ' + this.wc_1 + '.';
|
|
7111
7103
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
7112
7104
|
}
|
|
7113
7105
|
}
|
|
7114
7106
|
protoOf(TakeSequence).z = function (n) {
|
|
7115
|
-
return n >= this.
|
|
7107
|
+
return n >= this.wc_1 ? this : new TakeSequence(this.vc_1, n);
|
|
7116
7108
|
};
|
|
7117
7109
|
protoOf(TakeSequence).l = function () {
|
|
7118
7110
|
return new TakeSequence$iterator$1(this);
|
|
@@ -7135,7 +7127,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7135
7127
|
}
|
|
7136
7128
|
function EmptySet() {
|
|
7137
7129
|
EmptySet_instance = this;
|
|
7138
|
-
this.
|
|
7130
|
+
this.xc_1 = new Long(1993859828, 793161749);
|
|
7139
7131
|
}
|
|
7140
7132
|
protoOf(EmptySet).equals = function (other) {
|
|
7141
7133
|
var tmp;
|
|
@@ -7158,7 +7150,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7158
7150
|
protoOf(EmptySet).o = function () {
|
|
7159
7151
|
return true;
|
|
7160
7152
|
};
|
|
7161
|
-
protoOf(EmptySet).
|
|
7153
|
+
protoOf(EmptySet).kb = function (element) {
|
|
7162
7154
|
return false;
|
|
7163
7155
|
};
|
|
7164
7156
|
protoOf(EmptySet).t = function (element) {
|
|
@@ -7170,13 +7162,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7170
7162
|
} else {
|
|
7171
7163
|
tmp = THROW_CCE();
|
|
7172
7164
|
}
|
|
7173
|
-
return this.
|
|
7165
|
+
return this.kb(tmp);
|
|
7174
7166
|
};
|
|
7175
|
-
protoOf(EmptySet).
|
|
7167
|
+
protoOf(EmptySet).yc = function (elements) {
|
|
7176
7168
|
return elements.o();
|
|
7177
7169
|
};
|
|
7178
7170
|
protoOf(EmptySet).v1 = function (elements) {
|
|
7179
|
-
return this.
|
|
7171
|
+
return this.yc(elements);
|
|
7180
7172
|
};
|
|
7181
7173
|
protoOf(EmptySet).l = function () {
|
|
7182
7174
|
return EmptyIterator_instance;
|
|
@@ -7228,12 +7220,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7228
7220
|
}
|
|
7229
7221
|
function NaturalOrderComparator() {
|
|
7230
7222
|
}
|
|
7231
|
-
protoOf(NaturalOrderComparator).
|
|
7223
|
+
protoOf(NaturalOrderComparator).zc = function (a, b) {
|
|
7232
7224
|
return compareTo(a, b);
|
|
7233
7225
|
};
|
|
7234
7226
|
protoOf(NaturalOrderComparator).compare = function (a, b) {
|
|
7235
7227
|
var tmp = (!(a == null) ? isComparable(a) : false) ? a : THROW_CCE();
|
|
7236
|
-
return this.
|
|
7228
|
+
return this.zc(tmp, (!(b == null) ? isComparable(b) : false) ? b : THROW_CCE());
|
|
7237
7229
|
};
|
|
7238
7230
|
var NaturalOrderComparator_instance;
|
|
7239
7231
|
function NaturalOrderComparator_getInstance() {
|
|
@@ -7251,7 +7243,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7251
7243
|
}
|
|
7252
7244
|
function EmptyCoroutineContext() {
|
|
7253
7245
|
EmptyCoroutineContext_instance = this;
|
|
7254
|
-
this.
|
|
7246
|
+
this.ad_1 = new Long(0, 0);
|
|
7255
7247
|
}
|
|
7256
7248
|
protoOf(EmptyCoroutineContext).s7 = function (key) {
|
|
7257
7249
|
return null;
|
|
@@ -7295,37 +7287,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7295
7287
|
}
|
|
7296
7288
|
function EnumEntriesList(entries) {
|
|
7297
7289
|
AbstractList.call(this);
|
|
7298
|
-
this.
|
|
7290
|
+
this.bd_1 = entries;
|
|
7299
7291
|
}
|
|
7300
7292
|
protoOf(EnumEntriesList).q = function () {
|
|
7301
|
-
return this.
|
|
7293
|
+
return this.bd_1.length;
|
|
7302
7294
|
};
|
|
7303
7295
|
protoOf(EnumEntriesList).p = function (index) {
|
|
7304
|
-
Companion_instance_5.a3(index, this.
|
|
7305
|
-
return this.
|
|
7296
|
+
Companion_instance_5.a3(index, this.bd_1.length);
|
|
7297
|
+
return this.bd_1[index];
|
|
7306
7298
|
};
|
|
7307
|
-
protoOf(EnumEntriesList).
|
|
7299
|
+
protoOf(EnumEntriesList).cd = function (element) {
|
|
7308
7300
|
if (element === null)
|
|
7309
7301
|
return false;
|
|
7310
|
-
var target = getOrNull(this.
|
|
7302
|
+
var target = getOrNull(this.bd_1, element.d2_1);
|
|
7311
7303
|
return target === element;
|
|
7312
7304
|
};
|
|
7313
7305
|
protoOf(EnumEntriesList).t = function (element) {
|
|
7314
7306
|
if (!(element instanceof Enum))
|
|
7315
7307
|
return false;
|
|
7316
|
-
return this.
|
|
7308
|
+
return this.cd(element instanceof Enum ? element : THROW_CCE());
|
|
7317
7309
|
};
|
|
7318
|
-
protoOf(EnumEntriesList).
|
|
7310
|
+
protoOf(EnumEntriesList).dd = function (element) {
|
|
7319
7311
|
if (element === null)
|
|
7320
7312
|
return -1;
|
|
7321
7313
|
var ordinal = element.d2_1;
|
|
7322
|
-
var target = getOrNull(this.
|
|
7314
|
+
var target = getOrNull(this.bd_1, ordinal);
|
|
7323
7315
|
return target === element ? ordinal : -1;
|
|
7324
7316
|
};
|
|
7325
7317
|
protoOf(EnumEntriesList).u = function (element) {
|
|
7326
7318
|
if (!(element instanceof Enum))
|
|
7327
7319
|
return -1;
|
|
7328
|
-
return this.
|
|
7320
|
+
return this.dd(element instanceof Enum ? element : THROW_CCE());
|
|
7329
7321
|
};
|
|
7330
7322
|
function getProgressionLastElement(start, end, step) {
|
|
7331
7323
|
var tmp;
|
|
@@ -7360,53 +7352,53 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7360
7352
|
IntProgression.call(this, start, endInclusive, 1);
|
|
7361
7353
|
}
|
|
7362
7354
|
protoOf(IntRange).g1 = function () {
|
|
7363
|
-
return this.
|
|
7355
|
+
return this.ed_1;
|
|
7364
7356
|
};
|
|
7365
7357
|
protoOf(IntRange).h1 = function () {
|
|
7366
|
-
return this.
|
|
7358
|
+
return this.fd_1;
|
|
7367
7359
|
};
|
|
7368
|
-
protoOf(IntRange).
|
|
7369
|
-
return this.
|
|
7360
|
+
protoOf(IntRange).hd = function (value) {
|
|
7361
|
+
return this.ed_1 <= value && value <= this.fd_1;
|
|
7370
7362
|
};
|
|
7371
7363
|
protoOf(IntRange).y = function (value) {
|
|
7372
|
-
return this.
|
|
7364
|
+
return this.hd(typeof value === 'number' ? value : THROW_CCE());
|
|
7373
7365
|
};
|
|
7374
7366
|
protoOf(IntRange).o = function () {
|
|
7375
|
-
return this.
|
|
7367
|
+
return this.ed_1 > this.fd_1;
|
|
7376
7368
|
};
|
|
7377
7369
|
protoOf(IntRange).equals = function (other) {
|
|
7378
7370
|
var tmp;
|
|
7379
7371
|
if (other instanceof IntRange) {
|
|
7380
|
-
tmp = this.o() && other.o() || (this.
|
|
7372
|
+
tmp = this.o() && other.o() || (this.ed_1 === other.ed_1 && this.fd_1 === other.fd_1);
|
|
7381
7373
|
} else {
|
|
7382
7374
|
tmp = false;
|
|
7383
7375
|
}
|
|
7384
7376
|
return tmp;
|
|
7385
7377
|
};
|
|
7386
7378
|
protoOf(IntRange).hashCode = function () {
|
|
7387
|
-
return this.o() ? -1 : imul(31, this.
|
|
7379
|
+
return this.o() ? -1 : imul(31, this.ed_1) + this.fd_1 | 0;
|
|
7388
7380
|
};
|
|
7389
7381
|
protoOf(IntRange).toString = function () {
|
|
7390
|
-
return '' + this.
|
|
7382
|
+
return '' + this.ed_1 + '..' + this.fd_1;
|
|
7391
7383
|
};
|
|
7392
7384
|
function IntProgressionIterator(first, last, step) {
|
|
7393
7385
|
IntIterator.call(this);
|
|
7394
|
-
this.
|
|
7395
|
-
this.
|
|
7396
|
-
this.
|
|
7397
|
-
this.
|
|
7386
|
+
this.id_1 = step;
|
|
7387
|
+
this.jd_1 = last;
|
|
7388
|
+
this.kd_1 = this.id_1 > 0 ? first <= last : first >= last;
|
|
7389
|
+
this.ld_1 = this.kd_1 ? first : this.jd_1;
|
|
7398
7390
|
}
|
|
7399
7391
|
protoOf(IntProgressionIterator).m = function () {
|
|
7400
|
-
return this.
|
|
7392
|
+
return this.kd_1;
|
|
7401
7393
|
};
|
|
7402
|
-
protoOf(IntProgressionIterator).
|
|
7403
|
-
var value = this.
|
|
7404
|
-
if (value === this.
|
|
7405
|
-
if (!this.
|
|
7394
|
+
protoOf(IntProgressionIterator).wb = function () {
|
|
7395
|
+
var value = this.ld_1;
|
|
7396
|
+
if (value === this.jd_1) {
|
|
7397
|
+
if (!this.kd_1)
|
|
7406
7398
|
throw NoSuchElementException_init_$Create$();
|
|
7407
|
-
this.
|
|
7399
|
+
this.kd_1 = false;
|
|
7408
7400
|
} else {
|
|
7409
|
-
this.
|
|
7401
|
+
this.ld_1 = this.ld_1 + this.id_1 | 0;
|
|
7410
7402
|
}
|
|
7411
7403
|
return value;
|
|
7412
7404
|
};
|
|
@@ -7424,30 +7416,30 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7424
7416
|
throw IllegalArgumentException_init_$Create$_0('Step must be non-zero.');
|
|
7425
7417
|
if (step === -2147483648)
|
|
7426
7418
|
throw IllegalArgumentException_init_$Create$_0('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
|
|
7427
|
-
this.
|
|
7428
|
-
this.
|
|
7429
|
-
this.
|
|
7419
|
+
this.ed_1 = start;
|
|
7420
|
+
this.fd_1 = getProgressionLastElement(start, endInclusive, step);
|
|
7421
|
+
this.gd_1 = step;
|
|
7430
7422
|
}
|
|
7431
7423
|
protoOf(IntProgression).l = function () {
|
|
7432
|
-
return new IntProgressionIterator(this.
|
|
7424
|
+
return new IntProgressionIterator(this.ed_1, this.fd_1, this.gd_1);
|
|
7433
7425
|
};
|
|
7434
7426
|
protoOf(IntProgression).o = function () {
|
|
7435
|
-
return this.
|
|
7427
|
+
return this.gd_1 > 0 ? this.ed_1 > this.fd_1 : this.ed_1 < this.fd_1;
|
|
7436
7428
|
};
|
|
7437
7429
|
protoOf(IntProgression).equals = function (other) {
|
|
7438
7430
|
var tmp;
|
|
7439
7431
|
if (other instanceof IntProgression) {
|
|
7440
|
-
tmp = this.o() && other.o() || (this.
|
|
7432
|
+
tmp = this.o() && other.o() || (this.ed_1 === other.ed_1 && this.fd_1 === other.fd_1 && this.gd_1 === other.gd_1);
|
|
7441
7433
|
} else {
|
|
7442
7434
|
tmp = false;
|
|
7443
7435
|
}
|
|
7444
7436
|
return tmp;
|
|
7445
7437
|
};
|
|
7446
7438
|
protoOf(IntProgression).hashCode = function () {
|
|
7447
|
-
return this.o() ? -1 : imul(31, imul(31, this.
|
|
7439
|
+
return this.o() ? -1 : imul(31, imul(31, this.ed_1) + this.fd_1 | 0) + this.gd_1 | 0;
|
|
7448
7440
|
};
|
|
7449
7441
|
protoOf(IntProgression).toString = function () {
|
|
7450
|
-
return this.
|
|
7442
|
+
return this.gd_1 > 0 ? '' + this.ed_1 + '..' + this.fd_1 + ' step ' + this.gd_1 : '' + this.ed_1 + ' downTo ' + this.fd_1 + ' step ' + (-this.gd_1 | 0);
|
|
7451
7443
|
};
|
|
7452
7444
|
function ClosedRange() {
|
|
7453
7445
|
}
|
|
@@ -7909,9 +7901,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7909
7901
|
tmp = false;
|
|
7910
7902
|
}
|
|
7911
7903
|
if (tmp) {
|
|
7912
|
-
var inductionVariable = indices.
|
|
7913
|
-
var last_0 = indices.
|
|
7914
|
-
var step = indices.
|
|
7904
|
+
var inductionVariable = indices.ed_1;
|
|
7905
|
+
var last_0 = indices.fd_1;
|
|
7906
|
+
var step = indices.gd_1;
|
|
7915
7907
|
if (step > 0 && inductionVariable <= last_0 || (step < 0 && last_0 <= inductionVariable))
|
|
7916
7908
|
do {
|
|
7917
7909
|
var index = inductionVariable;
|
|
@@ -7921,9 +7913,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7921
7913
|
}
|
|
7922
7914
|
while (!(index === last_0));
|
|
7923
7915
|
} else {
|
|
7924
|
-
var inductionVariable_0 = indices.
|
|
7925
|
-
var last_1 = indices.
|
|
7926
|
-
var step_0 = indices.
|
|
7916
|
+
var inductionVariable_0 = indices.ed_1;
|
|
7917
|
+
var last_1 = indices.fd_1;
|
|
7918
|
+
var step_0 = indices.gd_1;
|
|
7927
7919
|
if (step_0 > 0 && inductionVariable_0 <= last_1 || (step_0 < 0 && last_1 <= inductionVariable_0))
|
|
7928
7920
|
do {
|
|
7929
7921
|
var index_0 = inductionVariable_0;
|
|
@@ -7944,73 +7936,73 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
7944
7936
|
return Unit_instance;
|
|
7945
7937
|
}
|
|
7946
7938
|
function calcNext_1($this) {
|
|
7947
|
-
if ($this.
|
|
7948
|
-
$this.
|
|
7949
|
-
$this.
|
|
7939
|
+
if ($this.od_1 < 0) {
|
|
7940
|
+
$this.md_1 = 0;
|
|
7941
|
+
$this.pd_1 = null;
|
|
7950
7942
|
} else {
|
|
7951
7943
|
var tmp;
|
|
7952
7944
|
var tmp_0;
|
|
7953
|
-
if ($this.
|
|
7954
|
-
$this.
|
|
7955
|
-
tmp_0 = $this.
|
|
7945
|
+
if ($this.rd_1.ud_1 > 0) {
|
|
7946
|
+
$this.qd_1 = $this.qd_1 + 1 | 0;
|
|
7947
|
+
tmp_0 = $this.qd_1 >= $this.rd_1.ud_1;
|
|
7956
7948
|
} else {
|
|
7957
7949
|
tmp_0 = false;
|
|
7958
7950
|
}
|
|
7959
7951
|
if (tmp_0) {
|
|
7960
7952
|
tmp = true;
|
|
7961
7953
|
} else {
|
|
7962
|
-
tmp = $this.
|
|
7954
|
+
tmp = $this.od_1 > charSequenceLength($this.rd_1.sd_1);
|
|
7963
7955
|
}
|
|
7964
7956
|
if (tmp) {
|
|
7965
|
-
$this.
|
|
7966
|
-
$this.
|
|
7957
|
+
$this.pd_1 = numberRangeToNumber($this.nd_1, get_lastIndex_1($this.rd_1.sd_1));
|
|
7958
|
+
$this.od_1 = -1;
|
|
7967
7959
|
} else {
|
|
7968
|
-
var match = $this.
|
|
7960
|
+
var match = $this.rd_1.vd_1($this.rd_1.sd_1, $this.od_1);
|
|
7969
7961
|
if (match == null) {
|
|
7970
|
-
$this.
|
|
7971
|
-
$this.
|
|
7962
|
+
$this.pd_1 = numberRangeToNumber($this.nd_1, get_lastIndex_1($this.rd_1.sd_1));
|
|
7963
|
+
$this.od_1 = -1;
|
|
7972
7964
|
} else {
|
|
7973
|
-
var index = match.
|
|
7974
|
-
var length = match.
|
|
7975
|
-
$this.
|
|
7976
|
-
$this.
|
|
7977
|
-
$this.
|
|
7965
|
+
var index = match.ub();
|
|
7966
|
+
var length = match.vb();
|
|
7967
|
+
$this.pd_1 = until($this.nd_1, index);
|
|
7968
|
+
$this.nd_1 = index + length | 0;
|
|
7969
|
+
$this.od_1 = $this.nd_1 + (length === 0 ? 1 : 0) | 0;
|
|
7978
7970
|
}
|
|
7979
7971
|
}
|
|
7980
|
-
$this.
|
|
7972
|
+
$this.md_1 = 1;
|
|
7981
7973
|
}
|
|
7982
7974
|
}
|
|
7983
7975
|
function DelimitedRangesSequence$iterator$1(this$0) {
|
|
7984
|
-
this.
|
|
7985
|
-
this.
|
|
7986
|
-
this.
|
|
7987
|
-
this.
|
|
7988
|
-
this.
|
|
7989
|
-
this.
|
|
7976
|
+
this.rd_1 = this$0;
|
|
7977
|
+
this.md_1 = -1;
|
|
7978
|
+
this.nd_1 = coerceIn(this$0.td_1, 0, charSequenceLength(this$0.sd_1));
|
|
7979
|
+
this.od_1 = this.nd_1;
|
|
7980
|
+
this.pd_1 = null;
|
|
7981
|
+
this.qd_1 = 0;
|
|
7990
7982
|
}
|
|
7991
7983
|
protoOf(DelimitedRangesSequence$iterator$1).n = function () {
|
|
7992
|
-
if (this.
|
|
7984
|
+
if (this.md_1 === -1) {
|
|
7993
7985
|
calcNext_1(this);
|
|
7994
7986
|
}
|
|
7995
|
-
if (this.
|
|
7987
|
+
if (this.md_1 === 0)
|
|
7996
7988
|
throw NoSuchElementException_init_$Create$();
|
|
7997
|
-
var tmp = this.
|
|
7989
|
+
var tmp = this.pd_1;
|
|
7998
7990
|
var result = tmp instanceof IntRange ? tmp : THROW_CCE();
|
|
7999
|
-
this.
|
|
8000
|
-
this.
|
|
7991
|
+
this.pd_1 = null;
|
|
7992
|
+
this.md_1 = -1;
|
|
8001
7993
|
return result;
|
|
8002
7994
|
};
|
|
8003
7995
|
protoOf(DelimitedRangesSequence$iterator$1).m = function () {
|
|
8004
|
-
if (this.
|
|
7996
|
+
if (this.md_1 === -1) {
|
|
8005
7997
|
calcNext_1(this);
|
|
8006
7998
|
}
|
|
8007
|
-
return this.
|
|
7999
|
+
return this.md_1 === 1;
|
|
8008
8000
|
};
|
|
8009
8001
|
function DelimitedRangesSequence(input, startIndex, limit, getNextMatch) {
|
|
8010
|
-
this.
|
|
8011
|
-
this.
|
|
8012
|
-
this.
|
|
8013
|
-
this.
|
|
8002
|
+
this.sd_1 = input;
|
|
8003
|
+
this.td_1 = startIndex;
|
|
8004
|
+
this.ud_1 = limit;
|
|
8005
|
+
this.vd_1 = getNextMatch;
|
|
8014
8006
|
}
|
|
8015
8007
|
protoOf(DelimitedRangesSequence).l = function () {
|
|
8016
8008
|
return new DelimitedRangesSequence$iterator$1(this);
|
|
@@ -8023,9 +8015,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8023
8015
|
}
|
|
8024
8016
|
var indices = !last ? numberRangeToNumber(coerceAtLeast(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost(startIndex, get_lastIndex_1(_this__u8e3s4)), 0);
|
|
8025
8017
|
if (typeof _this__u8e3s4 === 'string') {
|
|
8026
|
-
var inductionVariable = indices.
|
|
8027
|
-
var last_0 = indices.
|
|
8028
|
-
var step = indices.
|
|
8018
|
+
var inductionVariable = indices.ed_1;
|
|
8019
|
+
var last_0 = indices.fd_1;
|
|
8020
|
+
var step = indices.gd_1;
|
|
8029
8021
|
if (step > 0 && inductionVariable <= last_0 || (step < 0 && last_0 <= inductionVariable))
|
|
8030
8022
|
do {
|
|
8031
8023
|
var index_0 = inductionVariable;
|
|
@@ -8049,9 +8041,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8049
8041
|
}
|
|
8050
8042
|
while (!(index_0 === last_0));
|
|
8051
8043
|
} else {
|
|
8052
|
-
var inductionVariable_0 = indices.
|
|
8053
|
-
var last_1 = indices.
|
|
8054
|
-
var step_0 = indices.
|
|
8044
|
+
var inductionVariable_0 = indices.ed_1;
|
|
8045
|
+
var last_1 = indices.fd_1;
|
|
8046
|
+
var step_0 = indices.gd_1;
|
|
8055
8047
|
if (step_0 > 0 && inductionVariable_0 <= last_1 || (step_0 < 0 && last_1 <= inductionVariable_0))
|
|
8056
8048
|
do {
|
|
8057
8049
|
var index_1 = inductionVariable_0;
|
|
@@ -8111,7 +8103,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8111
8103
|
tmp = null;
|
|
8112
8104
|
} else {
|
|
8113
8105
|
// Inline function 'kotlin.let' call
|
|
8114
|
-
tmp = to(tmp0_safe_receiver.
|
|
8106
|
+
tmp = to(tmp0_safe_receiver.sb_1, tmp0_safe_receiver.tb_1.length);
|
|
8115
8107
|
}
|
|
8116
8108
|
return tmp;
|
|
8117
8109
|
};
|
|
@@ -8126,10 +8118,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8126
8118
|
var asciiDigitsInIsoOffsetString;
|
|
8127
8119
|
function Companion_11() {
|
|
8128
8120
|
Companion_instance_11 = this;
|
|
8129
|
-
this.
|
|
8130
|
-
this.
|
|
8121
|
+
this.wd_1 = new Instant(new Long(342103040, -7347440), 0);
|
|
8122
|
+
this.xd_1 = new Instant(new Long(-90867457, 7347410), 999999999);
|
|
8131
8123
|
}
|
|
8132
|
-
protoOf(Companion_11).
|
|
8124
|
+
protoOf(Companion_11).yd = function (epochSeconds, nanosecondAdjustment) {
|
|
8133
8125
|
// Inline function 'kotlin.floorDiv' call
|
|
8134
8126
|
var other = new Long(1000000000, 0);
|
|
8135
8127
|
var q = divide(nanosecondAdjustment, other);
|
|
@@ -8141,14 +8133,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8141
8133
|
var b = q;
|
|
8142
8134
|
var sum = add(epochSeconds, b);
|
|
8143
8135
|
if (compare(bitwiseXor(epochSeconds, sum), new Long(0, 0)) < 0 && compare(bitwiseXor(epochSeconds, b), new Long(0, 0)) >= 0) {
|
|
8144
|
-
return compare(epochSeconds, new Long(0, 0)) > 0 ? Companion_getInstance_11().
|
|
8136
|
+
return compare(epochSeconds, new Long(0, 0)) > 0 ? Companion_getInstance_11().xd_1 : Companion_getInstance_11().wd_1;
|
|
8145
8137
|
}
|
|
8146
8138
|
var seconds = sum;
|
|
8147
8139
|
var tmp;
|
|
8148
8140
|
if (compare(seconds, new Long(342103040, -7347440)) < 0) {
|
|
8149
|
-
tmp = this.
|
|
8141
|
+
tmp = this.wd_1;
|
|
8150
8142
|
} else if (compare(seconds, new Long(-90867457, 7347410)) > 0) {
|
|
8151
|
-
tmp = this.
|
|
8143
|
+
tmp = this.xd_1;
|
|
8152
8144
|
} else {
|
|
8153
8145
|
// Inline function 'kotlin.mod' call
|
|
8154
8146
|
var other_0 = new Long(1000000000, 0);
|
|
@@ -8159,12 +8151,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8159
8151
|
}
|
|
8160
8152
|
return tmp;
|
|
8161
8153
|
};
|
|
8162
|
-
protoOf(Companion_11).
|
|
8154
|
+
protoOf(Companion_11).zd = function (epochSeconds, nanosecondAdjustment, $super) {
|
|
8163
8155
|
nanosecondAdjustment = nanosecondAdjustment === VOID ? new Long(0, 0) : nanosecondAdjustment;
|
|
8164
|
-
return $super === VOID ? this.
|
|
8156
|
+
return $super === VOID ? this.yd(epochSeconds, nanosecondAdjustment) : $super.yd.call(this, epochSeconds, nanosecondAdjustment);
|
|
8165
8157
|
};
|
|
8166
|
-
protoOf(Companion_11).
|
|
8167
|
-
return this.
|
|
8158
|
+
protoOf(Companion_11).ae = function (epochSeconds, nanosecondAdjustment) {
|
|
8159
|
+
return this.yd(epochSeconds, fromInt(nanosecondAdjustment));
|
|
8168
8160
|
};
|
|
8169
8161
|
var Companion_instance_11;
|
|
8170
8162
|
function Companion_getInstance_11() {
|
|
@@ -8174,18 +8166,18 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8174
8166
|
}
|
|
8175
8167
|
function Instant(epochSeconds, nanosecondsOfSecond) {
|
|
8176
8168
|
Companion_getInstance_11();
|
|
8177
|
-
this.
|
|
8178
|
-
this.
|
|
8179
|
-
var containsArg = this.
|
|
8169
|
+
this.be_1 = epochSeconds;
|
|
8170
|
+
this.ce_1 = nanosecondsOfSecond;
|
|
8171
|
+
var containsArg = this.be_1;
|
|
8180
8172
|
// Inline function 'kotlin.require' call
|
|
8181
8173
|
if (!(compare(new Long(342103040, -7347440), containsArg) <= 0 ? compare(containsArg, new Long(-90867457, 7347410)) <= 0 : false)) {
|
|
8182
8174
|
var message = 'Instant exceeds minimum or maximum instant';
|
|
8183
8175
|
throw IllegalArgumentException_init_$Create$_0(toString_1(message));
|
|
8184
8176
|
}
|
|
8185
8177
|
}
|
|
8186
|
-
protoOf(Instant).
|
|
8187
|
-
if (compare(this.
|
|
8188
|
-
var tmp0 = this.
|
|
8178
|
+
protoOf(Instant).de = function () {
|
|
8179
|
+
if (compare(this.be_1, new Long(0, 0)) >= 0) {
|
|
8180
|
+
var tmp0 = this.be_1;
|
|
8189
8181
|
var tmp2 = new Long(1000, 0);
|
|
8190
8182
|
var tmp$ret$0;
|
|
8191
8183
|
$l$block_1: {
|
|
@@ -8210,7 +8202,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8210
8202
|
}
|
|
8211
8203
|
var millis = tmp$ret$0;
|
|
8212
8204
|
// Inline function 'kotlin.time.safeAddOrElse' call
|
|
8213
|
-
var b = fromInt(this.
|
|
8205
|
+
var b = fromInt(this.ce_1 / 1000000 | 0);
|
|
8214
8206
|
var sum = add(millis, b);
|
|
8215
8207
|
if (compare(bitwiseXor(millis, sum), new Long(0, 0)) < 0 && compare(bitwiseXor(millis, b), new Long(0, 0)) >= 0) {
|
|
8216
8208
|
return new Long(-1, 2147483647);
|
|
@@ -8218,7 +8210,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8218
8210
|
return sum;
|
|
8219
8211
|
} else {
|
|
8220
8212
|
// Inline function 'kotlin.Long.plus' call
|
|
8221
|
-
var this_0 = this.
|
|
8213
|
+
var this_0 = this.be_1;
|
|
8222
8214
|
var tmp0_0 = add(this_0, fromInt(1));
|
|
8223
8215
|
var tmp2_0 = new Long(1000, 0);
|
|
8224
8216
|
var tmp$ret$3;
|
|
@@ -8244,7 +8236,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8244
8236
|
}
|
|
8245
8237
|
var millis_0 = tmp$ret$3;
|
|
8246
8238
|
// Inline function 'kotlin.time.safeAddOrElse' call
|
|
8247
|
-
var b_0 = fromInt((this.
|
|
8239
|
+
var b_0 = fromInt((this.ce_1 / 1000000 | 0) - 1000 | 0);
|
|
8248
8240
|
var sum_0 = add(millis_0, b_0);
|
|
8249
8241
|
if (compare(bitwiseXor(millis_0, sum_0), new Long(0, 0)) < 0 && compare(bitwiseXor(millis_0, b_0), new Long(0, 0)) >= 0) {
|
|
8250
8242
|
return new Long(0, -2147483648);
|
|
@@ -8252,15 +8244,15 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8252
8244
|
return sum_0;
|
|
8253
8245
|
}
|
|
8254
8246
|
};
|
|
8255
|
-
protoOf(Instant).
|
|
8256
|
-
var s = this.
|
|
8247
|
+
protoOf(Instant).ee = function (other) {
|
|
8248
|
+
var s = this.be_1.n2(other.be_1);
|
|
8257
8249
|
if (!(s === 0)) {
|
|
8258
8250
|
return s;
|
|
8259
8251
|
}
|
|
8260
|
-
return compareTo(this.
|
|
8252
|
+
return compareTo(this.ce_1, other.ce_1);
|
|
8261
8253
|
};
|
|
8262
8254
|
protoOf(Instant).d = function (other) {
|
|
8263
|
-
return this.
|
|
8255
|
+
return this.ee(other instanceof Instant ? other : THROW_CCE());
|
|
8264
8256
|
};
|
|
8265
8257
|
protoOf(Instant).equals = function (other) {
|
|
8266
8258
|
var tmp;
|
|
@@ -8270,12 +8262,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8270
8262
|
var tmp_0;
|
|
8271
8263
|
var tmp_1;
|
|
8272
8264
|
if (other instanceof Instant) {
|
|
8273
|
-
tmp_1 = equalsLong(this.
|
|
8265
|
+
tmp_1 = equalsLong(this.be_1, other.be_1);
|
|
8274
8266
|
} else {
|
|
8275
8267
|
tmp_1 = false;
|
|
8276
8268
|
}
|
|
8277
8269
|
if (tmp_1) {
|
|
8278
|
-
tmp_0 = this.
|
|
8270
|
+
tmp_0 = this.ce_1 === other.ce_1;
|
|
8279
8271
|
} else {
|
|
8280
8272
|
tmp_0 = false;
|
|
8281
8273
|
}
|
|
@@ -8284,7 +8276,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8284
8276
|
return tmp;
|
|
8285
8277
|
};
|
|
8286
8278
|
protoOf(Instant).hashCode = function () {
|
|
8287
|
-
return this.
|
|
8279
|
+
return this.be_1.hashCode() + imul(51, this.ce_1) | 0;
|
|
8288
8280
|
};
|
|
8289
8281
|
protoOf(Instant).toString = function () {
|
|
8290
8282
|
return formatIso(this);
|
|
@@ -8294,9 +8286,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8294
8286
|
// Inline function 'kotlin.text.buildString' call
|
|
8295
8287
|
// Inline function 'kotlin.apply' call
|
|
8296
8288
|
var this_0 = StringBuilder_init_$Create$_1();
|
|
8297
|
-
var ldt = Companion_instance_12.
|
|
8289
|
+
var ldt = Companion_instance_12.fe(instant);
|
|
8298
8290
|
// Inline function 'kotlin.run' call
|
|
8299
|
-
var number = ldt.
|
|
8291
|
+
var number = ldt.ge_1;
|
|
8300
8292
|
var tmp;
|
|
8301
8293
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
8302
8294
|
if (abs_0(number) < 1000) {
|
|
@@ -8316,23 +8308,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8316
8308
|
tmp = this_0.j9(number);
|
|
8317
8309
|
}
|
|
8318
8310
|
this_0.o6(_Char___init__impl__6a9atx(45));
|
|
8319
|
-
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.
|
|
8311
|
+
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.he_1);
|
|
8320
8312
|
this_0.o6(_Char___init__impl__6a9atx(45));
|
|
8321
|
-
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.
|
|
8313
|
+
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.ie_1);
|
|
8322
8314
|
this_0.o6(_Char___init__impl__6a9atx(84));
|
|
8315
|
+
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.je_1);
|
|
8316
|
+
this_0.o6(_Char___init__impl__6a9atx(58));
|
|
8323
8317
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.ke_1);
|
|
8324
8318
|
this_0.o6(_Char___init__impl__6a9atx(58));
|
|
8325
8319
|
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.le_1);
|
|
8326
|
-
|
|
8327
|
-
formatIso$_anonymous_$appendTwoDigits_ydzygl(this_0, this_0, ldt.me_1);
|
|
8328
|
-
if (!(ldt.ne_1 === 0)) {
|
|
8320
|
+
if (!(ldt.me_1 === 0)) {
|
|
8329
8321
|
this_0.o6(_Char___init__impl__6a9atx(46));
|
|
8330
8322
|
var zerosToStrip = 0;
|
|
8331
|
-
while ((ldt.
|
|
8323
|
+
while ((ldt.me_1 % get_POWERS_OF_TEN()[zerosToStrip + 1 | 0] | 0) === 0) {
|
|
8332
8324
|
zerosToStrip = zerosToStrip + 1 | 0;
|
|
8333
8325
|
}
|
|
8334
8326
|
zerosToStrip = zerosToStrip - (zerosToStrip % 3 | 0) | 0;
|
|
8335
|
-
var numberToOutput = ldt.
|
|
8327
|
+
var numberToOutput = ldt.me_1 / get_POWERS_OF_TEN()[zerosToStrip] | 0;
|
|
8336
8328
|
this_0.n6(substring_0((numberToOutput + get_POWERS_OF_TEN()[9 - zerosToStrip | 0] | 0).toString(), 1));
|
|
8337
8329
|
}
|
|
8338
8330
|
this_0.o6(_Char___init__impl__6a9atx(90));
|
|
@@ -8340,8 +8332,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8340
8332
|
}
|
|
8341
8333
|
function Companion_12() {
|
|
8342
8334
|
}
|
|
8343
|
-
protoOf(Companion_12).
|
|
8344
|
-
var localSecond = instant.
|
|
8335
|
+
protoOf(Companion_12).fe = function (instant) {
|
|
8336
|
+
var localSecond = instant.be_1;
|
|
8345
8337
|
// Inline function 'kotlin.floorDiv' call
|
|
8346
8338
|
var other = new Long(86400, 0);
|
|
8347
8339
|
var q = divide(localSecond, other);
|
|
@@ -8432,23 +8424,23 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8432
8424
|
var secondWithoutHours = secsOfDay - imul(hours, 3600) | 0;
|
|
8433
8425
|
var minutes = secondWithoutHours / 60 | 0;
|
|
8434
8426
|
var second = secondWithoutHours - imul(minutes, 60) | 0;
|
|
8435
|
-
return new UnboundLocalDateTime(year, month, day, hours, minutes, second, instant.
|
|
8427
|
+
return new UnboundLocalDateTime(year, month, day, hours, minutes, second, instant.ce_1);
|
|
8436
8428
|
};
|
|
8437
8429
|
var Companion_instance_12;
|
|
8438
8430
|
function Companion_getInstance_12() {
|
|
8439
8431
|
return Companion_instance_12;
|
|
8440
8432
|
}
|
|
8441
8433
|
function UnboundLocalDateTime(year, month, day, hour, minute, second, nanosecond) {
|
|
8442
|
-
this.
|
|
8443
|
-
this.
|
|
8444
|
-
this.
|
|
8445
|
-
this.
|
|
8446
|
-
this.
|
|
8447
|
-
this.
|
|
8448
|
-
this.
|
|
8434
|
+
this.ge_1 = year;
|
|
8435
|
+
this.he_1 = month;
|
|
8436
|
+
this.ie_1 = day;
|
|
8437
|
+
this.je_1 = hour;
|
|
8438
|
+
this.ke_1 = minute;
|
|
8439
|
+
this.le_1 = second;
|
|
8440
|
+
this.me_1 = nanosecond;
|
|
8449
8441
|
}
|
|
8450
8442
|
protoOf(UnboundLocalDateTime).toString = function () {
|
|
8451
|
-
return 'UnboundLocalDateTime(' + this.
|
|
8443
|
+
return 'UnboundLocalDateTime(' + this.ge_1 + '-' + this.he_1 + '-' + this.ie_1 + ' ' + this.je_1 + ':' + this.ke_1 + ':' + this.le_1 + '.' + this.me_1 + ')';
|
|
8452
8444
|
};
|
|
8453
8445
|
function formatIso$_anonymous_$appendTwoDigits_ydzygl(_this__u8e3s4, $this_buildString, number) {
|
|
8454
8446
|
if (number < 10) {
|
|
@@ -8471,22 +8463,22 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8471
8463
|
}
|
|
8472
8464
|
}
|
|
8473
8465
|
function UnsafeLazyImpl(initializer) {
|
|
8474
|
-
this.
|
|
8475
|
-
this.
|
|
8466
|
+
this.ne_1 = initializer;
|
|
8467
|
+
this.oe_1 = UNINITIALIZED_VALUE_instance;
|
|
8476
8468
|
}
|
|
8477
8469
|
protoOf(UnsafeLazyImpl).x1 = function () {
|
|
8478
|
-
if (this.
|
|
8479
|
-
this.
|
|
8480
|
-
this.
|
|
8470
|
+
if (this.oe_1 === UNINITIALIZED_VALUE_instance) {
|
|
8471
|
+
this.oe_1 = ensureNotNull(this.ne_1)();
|
|
8472
|
+
this.ne_1 = null;
|
|
8481
8473
|
}
|
|
8482
|
-
var tmp = this.
|
|
8474
|
+
var tmp = this.oe_1;
|
|
8483
8475
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
8484
8476
|
};
|
|
8485
|
-
protoOf(UnsafeLazyImpl).
|
|
8486
|
-
return !(this.
|
|
8477
|
+
protoOf(UnsafeLazyImpl).pe = function () {
|
|
8478
|
+
return !(this.oe_1 === UNINITIALIZED_VALUE_instance);
|
|
8487
8479
|
};
|
|
8488
8480
|
protoOf(UnsafeLazyImpl).toString = function () {
|
|
8489
|
-
return this.
|
|
8481
|
+
return this.pe() ? toString_0(this.x1()) : 'Lazy value not initialized yet.';
|
|
8490
8482
|
};
|
|
8491
8483
|
function UNINITIALIZED_VALUE() {
|
|
8492
8484
|
}
|
|
@@ -8507,7 +8499,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8507
8499
|
function Result__exceptionOrNull_impl_p6xea9($this) {
|
|
8508
8500
|
var tmp;
|
|
8509
8501
|
if (_Result___get_value__impl__bjfvqg($this) instanceof Failure) {
|
|
8510
|
-
tmp = _Result___get_value__impl__bjfvqg($this).
|
|
8502
|
+
tmp = _Result___get_value__impl__bjfvqg($this).qe_1;
|
|
8511
8503
|
} else {
|
|
8512
8504
|
tmp = null;
|
|
8513
8505
|
}
|
|
@@ -8520,22 +8512,22 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8520
8512
|
return Companion_instance_13;
|
|
8521
8513
|
}
|
|
8522
8514
|
function Failure(exception) {
|
|
8523
|
-
this.
|
|
8515
|
+
this.qe_1 = exception;
|
|
8524
8516
|
}
|
|
8525
8517
|
protoOf(Failure).equals = function (other) {
|
|
8526
8518
|
var tmp;
|
|
8527
8519
|
if (other instanceof Failure) {
|
|
8528
|
-
tmp = equals(this.
|
|
8520
|
+
tmp = equals(this.qe_1, other.qe_1);
|
|
8529
8521
|
} else {
|
|
8530
8522
|
tmp = false;
|
|
8531
8523
|
}
|
|
8532
8524
|
return tmp;
|
|
8533
8525
|
};
|
|
8534
8526
|
protoOf(Failure).hashCode = function () {
|
|
8535
|
-
return hashCode_0(this.
|
|
8527
|
+
return hashCode_0(this.qe_1);
|
|
8536
8528
|
};
|
|
8537
8529
|
protoOf(Failure).toString = function () {
|
|
8538
|
-
return 'Failure(' + this.
|
|
8530
|
+
return 'Failure(' + this.qe_1.toString() + ')';
|
|
8539
8531
|
};
|
|
8540
8532
|
function createFailure(exception) {
|
|
8541
8533
|
return new Failure(exception);
|
|
@@ -8543,7 +8535,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8543
8535
|
function throwOnFailure(_this__u8e3s4) {
|
|
8544
8536
|
var tmp = _Result___get_value__impl__bjfvqg(_this__u8e3s4);
|
|
8545
8537
|
if (tmp instanceof Failure)
|
|
8546
|
-
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).
|
|
8538
|
+
throw _Result___get_value__impl__bjfvqg(_this__u8e3s4).qe_1;
|
|
8547
8539
|
}
|
|
8548
8540
|
function NotImplementedError(message) {
|
|
8549
8541
|
message = message === VOID ? 'An operation is not implemented.' : message;
|
|
@@ -8551,21 +8543,21 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8551
8543
|
captureStack(this, NotImplementedError);
|
|
8552
8544
|
}
|
|
8553
8545
|
function Pair(first, second) {
|
|
8554
|
-
this.
|
|
8555
|
-
this.
|
|
8546
|
+
this.sb_1 = first;
|
|
8547
|
+
this.tb_1 = second;
|
|
8556
8548
|
}
|
|
8557
8549
|
protoOf(Pair).toString = function () {
|
|
8558
|
-
return '(' + toString_0(this.
|
|
8550
|
+
return '(' + toString_0(this.sb_1) + ', ' + toString_0(this.tb_1) + ')';
|
|
8551
|
+
};
|
|
8552
|
+
protoOf(Pair).ub = function () {
|
|
8553
|
+
return this.sb_1;
|
|
8559
8554
|
};
|
|
8560
8555
|
protoOf(Pair).vb = function () {
|
|
8561
8556
|
return this.tb_1;
|
|
8562
8557
|
};
|
|
8563
|
-
protoOf(Pair).wb = function () {
|
|
8564
|
-
return this.ub_1;
|
|
8565
|
-
};
|
|
8566
8558
|
protoOf(Pair).hashCode = function () {
|
|
8567
|
-
var result = this.
|
|
8568
|
-
result = imul(result, 31) + (this.
|
|
8559
|
+
var result = this.sb_1 == null ? 0 : hashCode_0(this.sb_1);
|
|
8560
|
+
result = imul(result, 31) + (this.tb_1 == null ? 0 : hashCode_0(this.tb_1)) | 0;
|
|
8569
8561
|
return result;
|
|
8570
8562
|
};
|
|
8571
8563
|
protoOf(Pair).equals = function (other) {
|
|
@@ -8573,9 +8565,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8573
8565
|
return true;
|
|
8574
8566
|
if (!(other instanceof Pair))
|
|
8575
8567
|
return false;
|
|
8576
|
-
if (!equals(this.
|
|
8568
|
+
if (!equals(this.sb_1, other.sb_1))
|
|
8577
8569
|
return false;
|
|
8578
|
-
if (!equals(this.
|
|
8570
|
+
if (!equals(this.tb_1, other.tb_1))
|
|
8579
8571
|
return false;
|
|
8580
8572
|
return true;
|
|
8581
8573
|
};
|
|
@@ -8583,26 +8575,26 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8583
8575
|
return new Pair(_this__u8e3s4, that);
|
|
8584
8576
|
}
|
|
8585
8577
|
function Triple(first, second, third) {
|
|
8586
|
-
this.
|
|
8587
|
-
this.
|
|
8588
|
-
this.
|
|
8578
|
+
this.re_1 = first;
|
|
8579
|
+
this.se_1 = second;
|
|
8580
|
+
this.te_1 = third;
|
|
8589
8581
|
}
|
|
8590
8582
|
protoOf(Triple).toString = function () {
|
|
8591
|
-
return '(' + toString_0(this.
|
|
8583
|
+
return '(' + toString_0(this.re_1) + ', ' + toString_0(this.se_1) + ', ' + toString_0(this.te_1) + ')';
|
|
8584
|
+
};
|
|
8585
|
+
protoOf(Triple).ub = function () {
|
|
8586
|
+
return this.re_1;
|
|
8592
8587
|
};
|
|
8593
8588
|
protoOf(Triple).vb = function () {
|
|
8594
8589
|
return this.se_1;
|
|
8595
8590
|
};
|
|
8596
|
-
protoOf(Triple).
|
|
8591
|
+
protoOf(Triple).ue = function () {
|
|
8597
8592
|
return this.te_1;
|
|
8598
8593
|
};
|
|
8599
|
-
protoOf(Triple).ve = function () {
|
|
8600
|
-
return this.ue_1;
|
|
8601
|
-
};
|
|
8602
8594
|
protoOf(Triple).hashCode = function () {
|
|
8603
|
-
var result = this.
|
|
8595
|
+
var result = this.re_1 == null ? 0 : hashCode_0(this.re_1);
|
|
8596
|
+
result = imul(result, 31) + (this.se_1 == null ? 0 : hashCode_0(this.se_1)) | 0;
|
|
8604
8597
|
result = imul(result, 31) + (this.te_1 == null ? 0 : hashCode_0(this.te_1)) | 0;
|
|
8605
|
-
result = imul(result, 31) + (this.ue_1 == null ? 0 : hashCode_0(this.ue_1)) | 0;
|
|
8606
8598
|
return result;
|
|
8607
8599
|
};
|
|
8608
8600
|
protoOf(Triple).equals = function (other) {
|
|
@@ -8610,12 +8602,12 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8610
8602
|
return true;
|
|
8611
8603
|
if (!(other instanceof Triple))
|
|
8612
8604
|
return false;
|
|
8605
|
+
if (!equals(this.re_1, other.re_1))
|
|
8606
|
+
return false;
|
|
8613
8607
|
if (!equals(this.se_1, other.se_1))
|
|
8614
8608
|
return false;
|
|
8615
8609
|
if (!equals(this.te_1, other.te_1))
|
|
8616
8610
|
return false;
|
|
8617
|
-
if (!equals(this.ue_1, other.ue_1))
|
|
8618
|
-
return false;
|
|
8619
8611
|
return true;
|
|
8620
8612
|
};
|
|
8621
8613
|
function _UByte___get_data__impl__jof9qr($this) {
|
|
@@ -8631,10 +8623,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8631
8623
|
}
|
|
8632
8624
|
function Companion_14() {
|
|
8633
8625
|
Companion_instance_14 = this;
|
|
8634
|
-
this.
|
|
8635
|
-
this.
|
|
8636
|
-
this.
|
|
8637
|
-
this.
|
|
8626
|
+
this.ve_1 = _UInt___init__impl__l7qpdl(0);
|
|
8627
|
+
this.we_1 = _UInt___init__impl__l7qpdl(-1);
|
|
8628
|
+
this.xe_1 = 4;
|
|
8629
|
+
this.ye_1 = 32;
|
|
8638
8630
|
}
|
|
8639
8631
|
var Companion_instance_14;
|
|
8640
8632
|
function Companion_getInstance_14() {
|
|
@@ -8646,7 +8638,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8646
8638
|
return uintCompare(_UInt___get_data__impl__f0vqqw($this), _UInt___get_data__impl__f0vqqw(other));
|
|
8647
8639
|
}
|
|
8648
8640
|
function UInt__compareTo_impl_yacclj_0($this, other) {
|
|
8649
|
-
return UInt__compareTo_impl_yacclj($this.
|
|
8641
|
+
return UInt__compareTo_impl_yacclj($this.ze_1, other instanceof UInt ? other.ze_1 : THROW_CCE());
|
|
8650
8642
|
}
|
|
8651
8643
|
function UInt__toString_impl_dbgl21($this) {
|
|
8652
8644
|
// Inline function 'kotlin.uintToString' call
|
|
@@ -8660,28 +8652,28 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8660
8652
|
function UInt__equals_impl_ffdoxg($this, other) {
|
|
8661
8653
|
if (!(other instanceof UInt))
|
|
8662
8654
|
return false;
|
|
8663
|
-
if (!($this === other.
|
|
8655
|
+
if (!($this === other.ze_1))
|
|
8664
8656
|
return false;
|
|
8665
8657
|
return true;
|
|
8666
8658
|
}
|
|
8667
8659
|
function UInt(data) {
|
|
8668
8660
|
Companion_getInstance_14();
|
|
8669
|
-
this.
|
|
8661
|
+
this.ze_1 = data;
|
|
8670
8662
|
}
|
|
8671
|
-
protoOf(UInt).
|
|
8672
|
-
return UInt__compareTo_impl_yacclj(this.
|
|
8663
|
+
protoOf(UInt).af = function (other) {
|
|
8664
|
+
return UInt__compareTo_impl_yacclj(this.ze_1, other);
|
|
8673
8665
|
};
|
|
8674
8666
|
protoOf(UInt).d = function (other) {
|
|
8675
8667
|
return UInt__compareTo_impl_yacclj_0(this, other);
|
|
8676
8668
|
};
|
|
8677
8669
|
protoOf(UInt).toString = function () {
|
|
8678
|
-
return UInt__toString_impl_dbgl21(this.
|
|
8670
|
+
return UInt__toString_impl_dbgl21(this.ze_1);
|
|
8679
8671
|
};
|
|
8680
8672
|
protoOf(UInt).hashCode = function () {
|
|
8681
|
-
return UInt__hashCode_impl_z2mhuw(this.
|
|
8673
|
+
return UInt__hashCode_impl_z2mhuw(this.ze_1);
|
|
8682
8674
|
};
|
|
8683
8675
|
protoOf(UInt).equals = function (other) {
|
|
8684
|
-
return UInt__equals_impl_ffdoxg(this.
|
|
8676
|
+
return UInt__equals_impl_ffdoxg(this.ze_1, other);
|
|
8685
8677
|
};
|
|
8686
8678
|
function _UIntArray___init__impl__ghjpc6(storage) {
|
|
8687
8679
|
return storage;
|
|
@@ -8709,27 +8701,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8709
8701
|
return new Iterator(_UIntArray___get_storage__impl__92a0v0($this));
|
|
8710
8702
|
}
|
|
8711
8703
|
function Iterator(array) {
|
|
8712
|
-
this.
|
|
8713
|
-
this.
|
|
8704
|
+
this.bf_1 = array;
|
|
8705
|
+
this.cf_1 = 0;
|
|
8714
8706
|
}
|
|
8715
8707
|
protoOf(Iterator).m = function () {
|
|
8716
|
-
return this.
|
|
8708
|
+
return this.cf_1 < this.bf_1.length;
|
|
8717
8709
|
};
|
|
8718
|
-
protoOf(Iterator).
|
|
8710
|
+
protoOf(Iterator).df = function () {
|
|
8719
8711
|
var tmp;
|
|
8720
|
-
if (this.
|
|
8721
|
-
var _unary__edvuaz = this.
|
|
8722
|
-
this.
|
|
8712
|
+
if (this.cf_1 < this.bf_1.length) {
|
|
8713
|
+
var _unary__edvuaz = this.cf_1;
|
|
8714
|
+
this.cf_1 = _unary__edvuaz + 1 | 0;
|
|
8723
8715
|
// Inline function 'kotlin.toUInt' call
|
|
8724
|
-
var this_0 = this.
|
|
8716
|
+
var this_0 = this.bf_1[_unary__edvuaz];
|
|
8725
8717
|
tmp = _UInt___init__impl__l7qpdl(this_0);
|
|
8726
8718
|
} else {
|
|
8727
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
8719
|
+
throw NoSuchElementException_init_$Create$_0(this.cf_1.toString());
|
|
8728
8720
|
}
|
|
8729
8721
|
return tmp;
|
|
8730
8722
|
};
|
|
8731
8723
|
protoOf(Iterator).n = function () {
|
|
8732
|
-
return new UInt(this.
|
|
8724
|
+
return new UInt(this.df());
|
|
8733
8725
|
};
|
|
8734
8726
|
function UIntArray__contains_impl_b16rzj($this, element) {
|
|
8735
8727
|
var tmp = _UIntArray___get_storage__impl__92a0v0($this);
|
|
@@ -8740,7 +8732,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8740
8732
|
function UIntArray__contains_impl_b16rzj_0($this, element) {
|
|
8741
8733
|
if (!(element instanceof UInt))
|
|
8742
8734
|
return false;
|
|
8743
|
-
return UIntArray__contains_impl_b16rzj($this.
|
|
8735
|
+
return UIntArray__contains_impl_b16rzj($this.ef_1, element instanceof UInt ? element.ze_1 : THROW_CCE());
|
|
8744
8736
|
}
|
|
8745
8737
|
function UIntArray__isEmpty_impl_vd8j4n($this) {
|
|
8746
8738
|
return _UIntArray___get_storage__impl__92a0v0($this).length === 0;
|
|
@@ -8754,37 +8746,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8754
8746
|
function UIntArray__equals_impl_flcmof($this, other) {
|
|
8755
8747
|
if (!(other instanceof UIntArray))
|
|
8756
8748
|
return false;
|
|
8757
|
-
var tmp0_other_with_cast = other.
|
|
8749
|
+
var tmp0_other_with_cast = other.ef_1;
|
|
8758
8750
|
if (!equals($this, tmp0_other_with_cast))
|
|
8759
8751
|
return false;
|
|
8760
8752
|
return true;
|
|
8761
8753
|
}
|
|
8762
8754
|
function UIntArray(storage) {
|
|
8763
|
-
this.
|
|
8755
|
+
this.ef_1 = storage;
|
|
8764
8756
|
}
|
|
8765
8757
|
protoOf(UIntArray).q = function () {
|
|
8766
|
-
return _UIntArray___get_size__impl__r6l8ci(this.
|
|
8758
|
+
return _UIntArray___get_size__impl__r6l8ci(this.ef_1);
|
|
8767
8759
|
};
|
|
8768
8760
|
protoOf(UIntArray).l = function () {
|
|
8769
|
-
return UIntArray__iterator_impl_tkdv7k(this.
|
|
8761
|
+
return UIntArray__iterator_impl_tkdv7k(this.ef_1);
|
|
8770
8762
|
};
|
|
8771
|
-
protoOf(UIntArray).
|
|
8772
|
-
return UIntArray__contains_impl_b16rzj(this.
|
|
8763
|
+
protoOf(UIntArray).ff = function (element) {
|
|
8764
|
+
return UIntArray__contains_impl_b16rzj(this.ef_1, element);
|
|
8773
8765
|
};
|
|
8774
8766
|
protoOf(UIntArray).t = function (element) {
|
|
8775
8767
|
return UIntArray__contains_impl_b16rzj_0(this, element);
|
|
8776
8768
|
};
|
|
8777
8769
|
protoOf(UIntArray).o = function () {
|
|
8778
|
-
return UIntArray__isEmpty_impl_vd8j4n(this.
|
|
8770
|
+
return UIntArray__isEmpty_impl_vd8j4n(this.ef_1);
|
|
8779
8771
|
};
|
|
8780
8772
|
protoOf(UIntArray).toString = function () {
|
|
8781
|
-
return UIntArray__toString_impl_3zy802(this.
|
|
8773
|
+
return UIntArray__toString_impl_3zy802(this.ef_1);
|
|
8782
8774
|
};
|
|
8783
8775
|
protoOf(UIntArray).hashCode = function () {
|
|
8784
|
-
return UIntArray__hashCode_impl_hr7ost(this.
|
|
8776
|
+
return UIntArray__hashCode_impl_hr7ost(this.ef_1);
|
|
8785
8777
|
};
|
|
8786
8778
|
protoOf(UIntArray).equals = function (other) {
|
|
8787
|
-
return UIntArray__equals_impl_flcmof(this.
|
|
8779
|
+
return UIntArray__equals_impl_flcmof(this.ef_1, other);
|
|
8788
8780
|
};
|
|
8789
8781
|
function _ULong___init__impl__c78o9k(data) {
|
|
8790
8782
|
return data;
|
|
@@ -8794,10 +8786,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8794
8786
|
}
|
|
8795
8787
|
function Companion_15() {
|
|
8796
8788
|
Companion_instance_15 = this;
|
|
8797
|
-
this.
|
|
8798
|
-
this.
|
|
8799
|
-
this.
|
|
8800
|
-
this.
|
|
8789
|
+
this.gf_1 = _ULong___init__impl__c78o9k(new Long(0, 0));
|
|
8790
|
+
this.hf_1 = _ULong___init__impl__c78o9k(new Long(-1, -1));
|
|
8791
|
+
this.if_1 = 8;
|
|
8792
|
+
this.jf_1 = 64;
|
|
8801
8793
|
}
|
|
8802
8794
|
var Companion_instance_15;
|
|
8803
8795
|
function Companion_getInstance_15() {
|
|
@@ -8831,7 +8823,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8831
8823
|
Companion_getInstance_15();
|
|
8832
8824
|
this.i1_1 = data;
|
|
8833
8825
|
}
|
|
8834
|
-
protoOf(ULong).
|
|
8826
|
+
protoOf(ULong).kf = function (other) {
|
|
8835
8827
|
return ULong__compareTo_impl_38i7tu(this.i1_1, other);
|
|
8836
8828
|
};
|
|
8837
8829
|
protoOf(ULong).d = function (other) {
|
|
@@ -8872,27 +8864,27 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8872
8864
|
return new Iterator_0(_ULongArray___get_storage__impl__28e64j($this));
|
|
8873
8865
|
}
|
|
8874
8866
|
function Iterator_0(array) {
|
|
8875
|
-
this.
|
|
8876
|
-
this.
|
|
8867
|
+
this.lf_1 = array;
|
|
8868
|
+
this.mf_1 = 0;
|
|
8877
8869
|
}
|
|
8878
8870
|
protoOf(Iterator_0).m = function () {
|
|
8879
|
-
return this.
|
|
8871
|
+
return this.mf_1 < this.lf_1.length;
|
|
8880
8872
|
};
|
|
8881
|
-
protoOf(Iterator_0).
|
|
8873
|
+
protoOf(Iterator_0).nf = function () {
|
|
8882
8874
|
var tmp;
|
|
8883
|
-
if (this.
|
|
8884
|
-
var _unary__edvuaz = this.
|
|
8885
|
-
this.
|
|
8875
|
+
if (this.mf_1 < this.lf_1.length) {
|
|
8876
|
+
var _unary__edvuaz = this.mf_1;
|
|
8877
|
+
this.mf_1 = _unary__edvuaz + 1 | 0;
|
|
8886
8878
|
// Inline function 'kotlin.toULong' call
|
|
8887
|
-
var this_0 = this.
|
|
8879
|
+
var this_0 = this.lf_1[_unary__edvuaz];
|
|
8888
8880
|
tmp = _ULong___init__impl__c78o9k(this_0);
|
|
8889
8881
|
} else {
|
|
8890
|
-
throw NoSuchElementException_init_$Create$_0(this.
|
|
8882
|
+
throw NoSuchElementException_init_$Create$_0(this.mf_1.toString());
|
|
8891
8883
|
}
|
|
8892
8884
|
return tmp;
|
|
8893
8885
|
};
|
|
8894
8886
|
protoOf(Iterator_0).n = function () {
|
|
8895
|
-
return new ULong(this.
|
|
8887
|
+
return new ULong(this.nf());
|
|
8896
8888
|
};
|
|
8897
8889
|
function ULongArray__contains_impl_v9bgai($this, element) {
|
|
8898
8890
|
var tmp = _ULongArray___get_storage__impl__28e64j($this);
|
|
@@ -8903,7 +8895,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8903
8895
|
function ULongArray__contains_impl_v9bgai_0($this, element) {
|
|
8904
8896
|
if (!(element instanceof ULong))
|
|
8905
8897
|
return false;
|
|
8906
|
-
return ULongArray__contains_impl_v9bgai($this.
|
|
8898
|
+
return ULongArray__contains_impl_v9bgai($this.of_1, element instanceof ULong ? element.i1_1 : THROW_CCE());
|
|
8907
8899
|
}
|
|
8908
8900
|
function ULongArray__isEmpty_impl_c3yngu($this) {
|
|
8909
8901
|
return _ULongArray___get_storage__impl__28e64j($this).length === 0;
|
|
@@ -8917,37 +8909,37 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
8917
8909
|
function ULongArray__equals_impl_vwitwa($this, other) {
|
|
8918
8910
|
if (!(other instanceof ULongArray))
|
|
8919
8911
|
return false;
|
|
8920
|
-
var tmp0_other_with_cast = other.
|
|
8912
|
+
var tmp0_other_with_cast = other.of_1;
|
|
8921
8913
|
if (!equals($this, tmp0_other_with_cast))
|
|
8922
8914
|
return false;
|
|
8923
8915
|
return true;
|
|
8924
8916
|
}
|
|
8925
8917
|
function ULongArray(storage) {
|
|
8926
|
-
this.
|
|
8918
|
+
this.of_1 = storage;
|
|
8927
8919
|
}
|
|
8928
8920
|
protoOf(ULongArray).q = function () {
|
|
8929
|
-
return _ULongArray___get_size__impl__ju6dtr(this.
|
|
8921
|
+
return _ULongArray___get_size__impl__ju6dtr(this.of_1);
|
|
8930
8922
|
};
|
|
8931
8923
|
protoOf(ULongArray).l = function () {
|
|
8932
|
-
return ULongArray__iterator_impl_cq4d2h(this.
|
|
8924
|
+
return ULongArray__iterator_impl_cq4d2h(this.of_1);
|
|
8933
8925
|
};
|
|
8934
8926
|
protoOf(ULongArray).y2 = function (element) {
|
|
8935
|
-
return ULongArray__contains_impl_v9bgai(this.
|
|
8927
|
+
return ULongArray__contains_impl_v9bgai(this.of_1, element);
|
|
8936
8928
|
};
|
|
8937
8929
|
protoOf(ULongArray).t = function (element) {
|
|
8938
8930
|
return ULongArray__contains_impl_v9bgai_0(this, element);
|
|
8939
8931
|
};
|
|
8940
8932
|
protoOf(ULongArray).o = function () {
|
|
8941
|
-
return ULongArray__isEmpty_impl_c3yngu(this.
|
|
8933
|
+
return ULongArray__isEmpty_impl_c3yngu(this.of_1);
|
|
8942
8934
|
};
|
|
8943
8935
|
protoOf(ULongArray).toString = function () {
|
|
8944
|
-
return ULongArray__toString_impl_wqk1p5(this.
|
|
8936
|
+
return ULongArray__toString_impl_wqk1p5(this.of_1);
|
|
8945
8937
|
};
|
|
8946
8938
|
protoOf(ULongArray).hashCode = function () {
|
|
8947
|
-
return ULongArray__hashCode_impl_aze4wa(this.
|
|
8939
|
+
return ULongArray__hashCode_impl_aze4wa(this.of_1);
|
|
8948
8940
|
};
|
|
8949
8941
|
protoOf(ULongArray).equals = function (other) {
|
|
8950
|
-
return ULongArray__equals_impl_vwitwa(this.
|
|
8942
|
+
return ULongArray__equals_impl_vwitwa(this.of_1, other);
|
|
8951
8943
|
};
|
|
8952
8944
|
function _UShort___init__impl__jigrne(data) {
|
|
8953
8945
|
return data;
|