@doordeck/doordeck-headless-sdk 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1192 -1192
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +14 -0
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js.map +1 -1
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +6 -6
- package/kotlin/Stately-stately-concurrency.js +6 -6
- package/kotlin/Stately-stately-concurrent-collections.js +53 -53
- package/kotlin/doordeck-sdk.js +7989 -7922
- package/kotlin/doordeck-sdk.js.map +1 -1
- package/kotlin/kotlinx-atomicfu.js +13 -13
- package/kotlin/kotlinx-coroutines-core.js +1555 -1555
- package/kotlin/kotlinx-coroutines-core.js.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core.js +412 -412
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1657 -1657
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1310 -1310
- package/kotlin/ktor-ktor-client-ktor-client-core.js +1696 -1696
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +212 -212
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +120 -120
- package/kotlin/ktor-ktor-http.js +629 -629
- package/kotlin/ktor-ktor-io.js +378 -378
- package/kotlin/ktor-ktor-shared-ktor-events.js +6 -6
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +6 -6
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +132 -132
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +58 -58
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +37 -37
- package/kotlin/ktor-ktor-utils.js +507 -507
- package/kotlin/projects-core-koin-core.js +246 -246
- package/package.json +1 -1
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
//region block: pre-declaration
|
|
116
116
|
initMetadataForClass(AttributeKey, 'AttributeKey');
|
|
117
117
|
function get(key) {
|
|
118
|
-
var tmp0_elvis_lhs = this.
|
|
118
|
+
var tmp0_elvis_lhs = this.i26(key);
|
|
119
119
|
var tmp;
|
|
120
120
|
if (tmp0_elvis_lhs == null) {
|
|
121
121
|
throw IllegalStateException_init_$Create$('No instance for key ' + key.toString());
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
initMetadataForClass(JsPlatform, 'JsPlatform', VOID, Enum);
|
|
140
140
|
initMetadataForObject(PlatformUtils, 'PlatformUtils');
|
|
141
141
|
function get_0(name) {
|
|
142
|
-
var tmp0_safe_receiver = this.
|
|
142
|
+
var tmp0_safe_receiver = this.y27(name);
|
|
143
143
|
return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
|
|
144
144
|
}
|
|
145
145
|
function forEach(body) {
|
|
146
|
-
var tmp0_iterator = this.
|
|
146
|
+
var tmp0_iterator = this.a28().p();
|
|
147
147
|
while (tmp0_iterator.q()) {
|
|
148
148
|
var element = tmp0_iterator.r();
|
|
149
149
|
// Inline function 'io.ktor.util.StringValues.forEach.<anonymous>' call
|
|
@@ -217,11 +217,11 @@
|
|
|
217
217
|
tmp = type;
|
|
218
218
|
}
|
|
219
219
|
type = tmp;
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
220
|
+
this.f26_1 = name;
|
|
221
|
+
this.g26_1 = type;
|
|
222
222
|
// Inline function 'kotlin.require' call
|
|
223
223
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
224
|
-
var this_0 = this.
|
|
224
|
+
var this_0 = this.f26_1;
|
|
225
225
|
// Inline function 'kotlin.contracts.contract' call
|
|
226
226
|
if (!!isBlank(this_0)) {
|
|
227
227
|
// Inline function 'io.ktor.util.AttributeKey.<anonymous>' call
|
|
@@ -230,11 +230,11 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
protoOf(AttributeKey).toString = function () {
|
|
233
|
-
return 'AttributeKey: ' + this.
|
|
233
|
+
return 'AttributeKey: ' + this.f26_1;
|
|
234
234
|
};
|
|
235
235
|
protoOf(AttributeKey).hashCode = function () {
|
|
236
|
-
var result = getStringHashCode(this.
|
|
237
|
-
result = imul(result, 31) + this.
|
|
236
|
+
var result = getStringHashCode(this.f26_1);
|
|
237
|
+
result = imul(result, 31) + this.g26_1.hashCode() | 0;
|
|
238
238
|
return result;
|
|
239
239
|
};
|
|
240
240
|
protoOf(AttributeKey).equals = function (other) {
|
|
@@ -243,9 +243,9 @@
|
|
|
243
243
|
if (!(other instanceof AttributeKey))
|
|
244
244
|
return false;
|
|
245
245
|
var tmp0_other_with_cast = other instanceof AttributeKey ? other : THROW_CCE();
|
|
246
|
-
if (!(this.
|
|
246
|
+
if (!(this.f26_1 === tmp0_other_with_cast.f26_1))
|
|
247
247
|
return false;
|
|
248
|
-
if (!this.
|
|
248
|
+
if (!this.g26_1.equals(tmp0_other_with_cast.g26_1))
|
|
249
249
|
return false;
|
|
250
250
|
return true;
|
|
251
251
|
};
|
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
}
|
|
254
254
|
function putAll(_this__u8e3s4, other) {
|
|
255
255
|
// Inline function 'kotlin.collections.forEach' call
|
|
256
|
-
var tmp0_iterator = other.
|
|
256
|
+
var tmp0_iterator = other.n26().p();
|
|
257
257
|
while (tmp0_iterator.q()) {
|
|
258
258
|
var element = tmp0_iterator.r();
|
|
259
259
|
// Inline function 'io.ktor.util.putAll.<anonymous>' call
|
|
260
|
-
_this__u8e3s4.
|
|
260
|
+
_this__u8e3s4.k26(element instanceof AttributeKey ? element : THROW_CCE(), other.h26(element));
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
function get_BASE64_INVERSE_ALPHABET() {
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
var index_0 = inductionVariable_0;
|
|
390
390
|
inductionVariable_0 = inductionVariable_0 + -1 | 0;
|
|
391
391
|
var origin = chunk >> imul(8, index_0) & 255;
|
|
392
|
-
builder.
|
|
392
|
+
builder.l1c(toByte(origin));
|
|
393
393
|
}
|
|
394
394
|
while (!(index_0 === last_0));
|
|
395
395
|
}
|
|
@@ -414,13 +414,13 @@
|
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj($this$DelegatingMutableSet) {
|
|
417
|
-
return $this$DelegatingMutableSet.
|
|
417
|
+
return $this$DelegatingMutableSet.o26_1;
|
|
418
418
|
}
|
|
419
419
|
function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0($this$DelegatingMutableSet) {
|
|
420
420
|
return caseInsensitive($this$DelegatingMutableSet);
|
|
421
421
|
}
|
|
422
422
|
function CaseInsensitiveMap$_get_entries_$lambda_r32w19($this$DelegatingMutableSet) {
|
|
423
|
-
return new Entry_0($this$DelegatingMutableSet.y().
|
|
423
|
+
return new Entry_0($this$DelegatingMutableSet.y().o26_1, $this$DelegatingMutableSet.z());
|
|
424
424
|
}
|
|
425
425
|
function CaseInsensitiveMap$_get_entries_$lambda_r32w19_0($this$DelegatingMutableSet) {
|
|
426
426
|
return new Entry_0(caseInsensitive($this$DelegatingMutableSet.y()), $this$DelegatingMutableSet.z());
|
|
@@ -428,49 +428,49 @@
|
|
|
428
428
|
function CaseInsensitiveMap() {
|
|
429
429
|
var tmp = this;
|
|
430
430
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
431
|
-
tmp.
|
|
431
|
+
tmp.q26_1 = LinkedHashMap_init_$Create$();
|
|
432
432
|
}
|
|
433
433
|
protoOf(CaseInsensitiveMap).s = function () {
|
|
434
|
-
return this.
|
|
434
|
+
return this.q26_1.s();
|
|
435
435
|
};
|
|
436
|
-
protoOf(CaseInsensitiveMap).
|
|
437
|
-
return this.
|
|
436
|
+
protoOf(CaseInsensitiveMap).r26 = function (key) {
|
|
437
|
+
return this.q26_1.i2(new CaseInsensitiveString(key));
|
|
438
438
|
};
|
|
439
439
|
protoOf(CaseInsensitiveMap).i2 = function (key) {
|
|
440
440
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
441
441
|
return false;
|
|
442
|
-
return this.
|
|
442
|
+
return this.r26((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
443
443
|
};
|
|
444
|
-
protoOf(CaseInsensitiveMap).
|
|
445
|
-
return this.
|
|
444
|
+
protoOf(CaseInsensitiveMap).s26 = function (value) {
|
|
445
|
+
return this.q26_1.j2(value);
|
|
446
446
|
};
|
|
447
447
|
protoOf(CaseInsensitiveMap).j2 = function (value) {
|
|
448
448
|
if (!!(value == null))
|
|
449
449
|
return false;
|
|
450
|
-
return this.
|
|
450
|
+
return this.s26(!(value == null) ? value : THROW_CCE());
|
|
451
451
|
};
|
|
452
|
-
protoOf(CaseInsensitiveMap).
|
|
453
|
-
return this.
|
|
452
|
+
protoOf(CaseInsensitiveMap).t26 = function (key) {
|
|
453
|
+
return this.q26_1.k2(caseInsensitive(key));
|
|
454
454
|
};
|
|
455
455
|
protoOf(CaseInsensitiveMap).k2 = function (key) {
|
|
456
456
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
457
457
|
return null;
|
|
458
|
-
return this.
|
|
458
|
+
return this.t26((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
459
459
|
};
|
|
460
460
|
protoOf(CaseInsensitiveMap).h = function () {
|
|
461
|
-
return this.
|
|
461
|
+
return this.q26_1.h();
|
|
462
462
|
};
|
|
463
463
|
protoOf(CaseInsensitiveMap).e2 = function () {
|
|
464
|
-
this.
|
|
464
|
+
this.q26_1.e2();
|
|
465
465
|
};
|
|
466
|
-
protoOf(CaseInsensitiveMap).
|
|
467
|
-
return this.
|
|
466
|
+
protoOf(CaseInsensitiveMap).u26 = function (key, value) {
|
|
467
|
+
return this.q26_1.n2(caseInsensitive(key), value);
|
|
468
468
|
};
|
|
469
469
|
protoOf(CaseInsensitiveMap).n2 = function (key, value) {
|
|
470
470
|
var tmp = (!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE();
|
|
471
|
-
return this.
|
|
471
|
+
return this.u26(tmp, !(value == null) ? value : THROW_CCE());
|
|
472
472
|
};
|
|
473
|
-
protoOf(CaseInsensitiveMap).
|
|
473
|
+
protoOf(CaseInsensitiveMap).v26 = function (from) {
|
|
474
474
|
// Inline function 'kotlin.collections.forEach' call
|
|
475
475
|
// Inline function 'kotlin.collections.iterator' call
|
|
476
476
|
var tmp0_iterator = from.x().p();
|
|
@@ -481,32 +481,32 @@
|
|
|
481
481
|
var key = element.y();
|
|
482
482
|
// Inline function 'kotlin.collections.component2' call
|
|
483
483
|
var value = element.z();
|
|
484
|
-
this.
|
|
484
|
+
this.u26(key, value);
|
|
485
485
|
}
|
|
486
486
|
};
|
|
487
487
|
protoOf(CaseInsensitiveMap).p2 = function (from) {
|
|
488
|
-
return this.
|
|
488
|
+
return this.v26(from);
|
|
489
489
|
};
|
|
490
|
-
protoOf(CaseInsensitiveMap).
|
|
491
|
-
return this.
|
|
490
|
+
protoOf(CaseInsensitiveMap).w26 = function (key) {
|
|
491
|
+
return this.q26_1.o2(caseInsensitive(key));
|
|
492
492
|
};
|
|
493
493
|
protoOf(CaseInsensitiveMap).o2 = function (key) {
|
|
494
494
|
if (!(!(key == null) ? typeof key === 'string' : false))
|
|
495
495
|
return null;
|
|
496
|
-
return this.
|
|
496
|
+
return this.w26((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
|
|
497
497
|
};
|
|
498
498
|
protoOf(CaseInsensitiveMap).l2 = function () {
|
|
499
|
-
var tmp = this.
|
|
499
|
+
var tmp = this.q26_1.l2();
|
|
500
500
|
var tmp_0 = CaseInsensitiveMap$_get_keys_$lambda_ptzlqj;
|
|
501
501
|
return new DelegatingMutableSet(tmp, tmp_0, CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0);
|
|
502
502
|
};
|
|
503
503
|
protoOf(CaseInsensitiveMap).x = function () {
|
|
504
|
-
var tmp = this.
|
|
504
|
+
var tmp = this.q26_1.x();
|
|
505
505
|
var tmp_0 = CaseInsensitiveMap$_get_entries_$lambda_r32w19;
|
|
506
506
|
return new DelegatingMutableSet(tmp, tmp_0, CaseInsensitiveMap$_get_entries_$lambda_r32w19_0);
|
|
507
507
|
};
|
|
508
508
|
protoOf(CaseInsensitiveMap).m2 = function () {
|
|
509
|
-
return this.
|
|
509
|
+
return this.q26_1.m2();
|
|
510
510
|
};
|
|
511
511
|
protoOf(CaseInsensitiveMap).equals = function (other) {
|
|
512
512
|
var tmp;
|
|
@@ -517,23 +517,23 @@
|
|
|
517
517
|
}
|
|
518
518
|
if (tmp)
|
|
519
519
|
return false;
|
|
520
|
-
return equals(other.
|
|
520
|
+
return equals(other.q26_1, this.q26_1);
|
|
521
521
|
};
|
|
522
522
|
protoOf(CaseInsensitiveMap).hashCode = function () {
|
|
523
|
-
return hashCode(this.
|
|
523
|
+
return hashCode(this.q26_1);
|
|
524
524
|
};
|
|
525
525
|
function Entry_0(key, value) {
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
526
|
+
this.x26_1 = key;
|
|
527
|
+
this.y26_1 = value;
|
|
528
528
|
}
|
|
529
529
|
protoOf(Entry_0).y = function () {
|
|
530
|
-
return this.
|
|
530
|
+
return this.x26_1;
|
|
531
531
|
};
|
|
532
532
|
protoOf(Entry_0).z = function () {
|
|
533
|
-
return this.
|
|
533
|
+
return this.y26_1;
|
|
534
534
|
};
|
|
535
535
|
protoOf(Entry_0).hashCode = function () {
|
|
536
|
-
return (527 + hashCode(ensureNotNull(this.
|
|
536
|
+
return (527 + hashCode(ensureNotNull(this.x26_1)) | 0) + hashCode(ensureNotNull(this.y26_1)) | 0;
|
|
537
537
|
};
|
|
538
538
|
protoOf(Entry_0).equals = function (other) {
|
|
539
539
|
var tmp;
|
|
@@ -544,10 +544,10 @@
|
|
|
544
544
|
}
|
|
545
545
|
if (tmp)
|
|
546
546
|
return false;
|
|
547
|
-
return equals(other.y(), this.
|
|
547
|
+
return equals(other.y(), this.x26_1) && equals(other.z(), this.y26_1);
|
|
548
548
|
};
|
|
549
549
|
protoOf(Entry_0).toString = function () {
|
|
550
|
-
return toString_0(this.
|
|
550
|
+
return toString_0(this.x26_1) + '=' + toString_0(this.y26_1);
|
|
551
551
|
};
|
|
552
552
|
function toCharArray(_this__u8e3s4) {
|
|
553
553
|
var tmp = 0;
|
|
@@ -581,30 +581,30 @@
|
|
|
581
581
|
function _no_name_provided__qut3iv() {
|
|
582
582
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
583
583
|
}
|
|
584
|
-
protoOf(_no_name_provided__qut3iv).
|
|
584
|
+
protoOf(_no_name_provided__qut3iv).ku = function (context, exception) {
|
|
585
585
|
// Inline function 'io.ktor.util.SilentSupervisor.<anonymous>' call
|
|
586
586
|
return Unit_instance;
|
|
587
587
|
};
|
|
588
588
|
function DelegatingMutableSet$iterator$1(this$0) {
|
|
589
|
-
this.
|
|
590
|
-
this.
|
|
589
|
+
this.b27_1 = this$0;
|
|
590
|
+
this.a27_1 = this$0.c27_1.p();
|
|
591
591
|
}
|
|
592
592
|
protoOf(DelegatingMutableSet$iterator$1).q = function () {
|
|
593
|
-
return this.
|
|
593
|
+
return this.a27_1.q();
|
|
594
594
|
};
|
|
595
595
|
protoOf(DelegatingMutableSet$iterator$1).r = function () {
|
|
596
|
-
return this.
|
|
596
|
+
return this.b27_1.d27_1(this.a27_1.r());
|
|
597
597
|
};
|
|
598
598
|
protoOf(DelegatingMutableSet$iterator$1).p4 = function () {
|
|
599
|
-
return this.
|
|
599
|
+
return this.a27_1.p4();
|
|
600
600
|
};
|
|
601
601
|
function DelegatingMutableSet(delegate, convertTo, convert) {
|
|
602
|
-
this.
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
605
|
-
this.
|
|
602
|
+
this.c27_1 = delegate;
|
|
603
|
+
this.d27_1 = convertTo;
|
|
604
|
+
this.e27_1 = convert;
|
|
605
|
+
this.f27_1 = this.c27_1.s();
|
|
606
606
|
}
|
|
607
|
-
protoOf(DelegatingMutableSet).
|
|
607
|
+
protoOf(DelegatingMutableSet).g27 = function (_this__u8e3s4) {
|
|
608
608
|
// Inline function 'kotlin.collections.map' call
|
|
609
609
|
// Inline function 'kotlin.collections.mapTo' call
|
|
610
610
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
@@ -612,12 +612,12 @@
|
|
|
612
612
|
while (tmp0_iterator.q()) {
|
|
613
613
|
var item = tmp0_iterator.r();
|
|
614
614
|
// Inline function 'io.ktor.util.DelegatingMutableSet.convert.<anonymous>' call
|
|
615
|
-
var tmp$ret$0 = this.
|
|
615
|
+
var tmp$ret$0 = this.e27_1(item);
|
|
616
616
|
destination.k(tmp$ret$0);
|
|
617
617
|
}
|
|
618
618
|
return destination;
|
|
619
619
|
};
|
|
620
|
-
protoOf(DelegatingMutableSet).
|
|
620
|
+
protoOf(DelegatingMutableSet).h27 = function (_this__u8e3s4) {
|
|
621
621
|
// Inline function 'kotlin.collections.map' call
|
|
622
622
|
// Inline function 'kotlin.collections.mapTo' call
|
|
623
623
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10));
|
|
@@ -625,51 +625,51 @@
|
|
|
625
625
|
while (tmp0_iterator.q()) {
|
|
626
626
|
var item = tmp0_iterator.r();
|
|
627
627
|
// Inline function 'io.ktor.util.DelegatingMutableSet.convertTo.<anonymous>' call
|
|
628
|
-
var tmp$ret$0 = this.
|
|
628
|
+
var tmp$ret$0 = this.d27_1(item);
|
|
629
629
|
destination.k(tmp$ret$0);
|
|
630
630
|
}
|
|
631
631
|
return destination;
|
|
632
632
|
};
|
|
633
633
|
protoOf(DelegatingMutableSet).s = function () {
|
|
634
|
-
return this.
|
|
634
|
+
return this.f27_1;
|
|
635
635
|
};
|
|
636
|
-
protoOf(DelegatingMutableSet).
|
|
637
|
-
return this.
|
|
636
|
+
protoOf(DelegatingMutableSet).i27 = function (element) {
|
|
637
|
+
return this.c27_1.k(this.e27_1(element));
|
|
638
638
|
};
|
|
639
639
|
protoOf(DelegatingMutableSet).k = function (element) {
|
|
640
|
-
return this.
|
|
640
|
+
return this.i27((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
641
641
|
};
|
|
642
|
-
protoOf(DelegatingMutableSet).
|
|
643
|
-
return this.
|
|
642
|
+
protoOf(DelegatingMutableSet).j27 = function (elements) {
|
|
643
|
+
return this.c27_1.t(this.g27(elements));
|
|
644
644
|
};
|
|
645
645
|
protoOf(DelegatingMutableSet).t = function (elements) {
|
|
646
|
-
return this.
|
|
646
|
+
return this.j27(elements);
|
|
647
647
|
};
|
|
648
648
|
protoOf(DelegatingMutableSet).e2 = function () {
|
|
649
|
-
this.
|
|
649
|
+
this.c27_1.e2();
|
|
650
650
|
};
|
|
651
|
-
protoOf(DelegatingMutableSet).
|
|
652
|
-
return this.
|
|
651
|
+
protoOf(DelegatingMutableSet).k27 = function (element) {
|
|
652
|
+
return this.c27_1.x1(this.e27_1(element));
|
|
653
653
|
};
|
|
654
654
|
protoOf(DelegatingMutableSet).x1 = function (element) {
|
|
655
655
|
if (!(element == null ? true : !(element == null)))
|
|
656
656
|
return false;
|
|
657
|
-
return this.
|
|
657
|
+
return this.k27((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
658
658
|
};
|
|
659
|
-
protoOf(DelegatingMutableSet).
|
|
660
|
-
return this.
|
|
659
|
+
protoOf(DelegatingMutableSet).l27 = function (elements) {
|
|
660
|
+
return this.c27_1.y1(this.g27(elements));
|
|
661
661
|
};
|
|
662
662
|
protoOf(DelegatingMutableSet).y1 = function (elements) {
|
|
663
|
-
return this.
|
|
663
|
+
return this.l27(elements);
|
|
664
664
|
};
|
|
665
665
|
protoOf(DelegatingMutableSet).h = function () {
|
|
666
|
-
return this.
|
|
666
|
+
return this.c27_1.h();
|
|
667
667
|
};
|
|
668
668
|
protoOf(DelegatingMutableSet).p = function () {
|
|
669
669
|
return new DelegatingMutableSet$iterator$1(this);
|
|
670
670
|
};
|
|
671
671
|
protoOf(DelegatingMutableSet).hashCode = function () {
|
|
672
|
-
return hashCode(this.
|
|
672
|
+
return hashCode(this.c27_1);
|
|
673
673
|
};
|
|
674
674
|
protoOf(DelegatingMutableSet).equals = function (other) {
|
|
675
675
|
var tmp;
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
}
|
|
681
681
|
if (tmp)
|
|
682
682
|
return false;
|
|
683
|
-
var elements = this.
|
|
683
|
+
var elements = this.h27(this.c27_1);
|
|
684
684
|
var tmp_0;
|
|
685
685
|
if (other.y1(elements)) {
|
|
686
686
|
// Inline function 'kotlin.collections.containsAll' call
|
|
@@ -691,11 +691,11 @@
|
|
|
691
691
|
return tmp_0;
|
|
692
692
|
};
|
|
693
693
|
protoOf(DelegatingMutableSet).toString = function () {
|
|
694
|
-
return toString(this.
|
|
694
|
+
return toString(this.h27(this.c27_1));
|
|
695
695
|
};
|
|
696
696
|
function Hash() {
|
|
697
697
|
}
|
|
698
|
-
protoOf(Hash).
|
|
698
|
+
protoOf(Hash).m27 = function (objects) {
|
|
699
699
|
return hashCode(toList(objects));
|
|
700
700
|
};
|
|
701
701
|
var Hash_instance;
|
|
@@ -762,13 +762,13 @@
|
|
|
762
762
|
}
|
|
763
763
|
function Js(jsPlatform) {
|
|
764
764
|
Platform.call(this);
|
|
765
|
-
this.
|
|
765
|
+
this.n27_1 = jsPlatform;
|
|
766
766
|
}
|
|
767
767
|
protoOf(Js).toString = function () {
|
|
768
|
-
return 'Js(jsPlatform=' + this.
|
|
768
|
+
return 'Js(jsPlatform=' + this.n27_1.toString() + ')';
|
|
769
769
|
};
|
|
770
770
|
protoOf(Js).hashCode = function () {
|
|
771
|
-
return this.
|
|
771
|
+
return this.n27_1.hashCode();
|
|
772
772
|
};
|
|
773
773
|
protoOf(Js).equals = function (other) {
|
|
774
774
|
if (this === other)
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
if (!(other instanceof Js))
|
|
777
777
|
return false;
|
|
778
778
|
var tmp0_other_with_cast = other instanceof Js ? other : THROW_CCE();
|
|
779
|
-
if (!this.
|
|
779
|
+
if (!this.n27_1.equals(tmp0_other_with_cast.n27_1))
|
|
780
780
|
return false;
|
|
781
781
|
return true;
|
|
782
782
|
};
|
|
@@ -801,38 +801,38 @@
|
|
|
801
801
|
var platform = get_platform(this);
|
|
802
802
|
var tmp_0;
|
|
803
803
|
if (platform instanceof Js) {
|
|
804
|
-
tmp_0 = platform.
|
|
804
|
+
tmp_0 = platform.n27_1.equals(JsPlatform_Browser_getInstance());
|
|
805
805
|
} else {
|
|
806
806
|
if (platform instanceof WasmJs) {
|
|
807
|
-
tmp_0 = platform.
|
|
807
|
+
tmp_0 = platform.o27_1.equals(JsPlatform_Browser_getInstance());
|
|
808
808
|
} else {
|
|
809
809
|
tmp_0 = false;
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
|
-
tmp.
|
|
812
|
+
tmp.p27_1 = tmp_0;
|
|
813
813
|
var tmp_1 = this;
|
|
814
814
|
var platform_0 = get_platform(this);
|
|
815
815
|
var tmp_2;
|
|
816
816
|
if (platform_0 instanceof Js) {
|
|
817
|
-
tmp_2 = platform_0.
|
|
817
|
+
tmp_2 = platform_0.n27_1.equals(JsPlatform_Node_getInstance());
|
|
818
818
|
} else {
|
|
819
819
|
if (platform_0 instanceof WasmJs) {
|
|
820
|
-
tmp_2 = platform_0.
|
|
820
|
+
tmp_2 = platform_0.o27_1.equals(JsPlatform_Node_getInstance());
|
|
821
821
|
} else {
|
|
822
822
|
tmp_2 = false;
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
|
-
tmp_1.
|
|
825
|
+
tmp_1.q27_1 = tmp_2;
|
|
826
826
|
var tmp_3 = this;
|
|
827
827
|
var tmp_4 = get_platform(this);
|
|
828
|
-
tmp_3.
|
|
828
|
+
tmp_3.r27_1 = tmp_4 instanceof Js;
|
|
829
829
|
var tmp_5 = this;
|
|
830
830
|
var tmp_6 = get_platform(this);
|
|
831
|
-
tmp_5.
|
|
832
|
-
this.
|
|
833
|
-
this.
|
|
834
|
-
this.
|
|
835
|
-
this.
|
|
831
|
+
tmp_5.s27_1 = tmp_6 instanceof WasmJs;
|
|
832
|
+
this.t27_1 = equals(get_platform(this), Jvm_getInstance());
|
|
833
|
+
this.u27_1 = equals(get_platform(this), Native_getInstance());
|
|
834
|
+
this.v27_1 = get_isDevelopmentMode(this);
|
|
835
|
+
this.w27_1 = get_isNewMemoryModel(this);
|
|
836
836
|
}
|
|
837
837
|
var PlatformUtils_instance;
|
|
838
838
|
function PlatformUtils_getInstance() {
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
function StringValues() {
|
|
844
844
|
}
|
|
845
845
|
function ensureListForKey($this, name) {
|
|
846
|
-
var tmp0_elvis_lhs = $this.
|
|
846
|
+
var tmp0_elvis_lhs = $this.d28_1.k2(name);
|
|
847
847
|
var tmp;
|
|
848
848
|
if (tmp0_elvis_lhs == null) {
|
|
849
849
|
// Inline function 'kotlin.also' call
|
|
@@ -851,9 +851,9 @@
|
|
|
851
851
|
var this_0 = ArrayList_init_$Create$_0();
|
|
852
852
|
// Inline function 'kotlin.contracts.contract' call
|
|
853
853
|
// Inline function 'io.ktor.util.StringValuesBuilderImpl.ensureListForKey.<anonymous>' call
|
|
854
|
-
$this.
|
|
854
|
+
$this.e28(name);
|
|
855
855
|
// Inline function 'kotlin.collections.set' call
|
|
856
|
-
$this.
|
|
856
|
+
$this.d28_1.n2(name, this_0);
|
|
857
857
|
tmp = this_0;
|
|
858
858
|
} else {
|
|
859
859
|
tmp = tmp0_elvis_lhs;
|
|
@@ -862,60 +862,60 @@
|
|
|
862
862
|
}
|
|
863
863
|
function StringValuesBuilderImpl$appendAll$lambda(this$0) {
|
|
864
864
|
return function (name, values) {
|
|
865
|
-
this$0.
|
|
865
|
+
this$0.f28(name, values);
|
|
866
866
|
return Unit_instance;
|
|
867
867
|
};
|
|
868
868
|
}
|
|
869
869
|
function StringValuesBuilderImpl(caseInsensitiveName, size) {
|
|
870
870
|
caseInsensitiveName = caseInsensitiveName === VOID ? false : caseInsensitiveName;
|
|
871
871
|
size = size === VOID ? 8 : size;
|
|
872
|
-
this.
|
|
873
|
-
this.
|
|
872
|
+
this.c28_1 = caseInsensitiveName;
|
|
873
|
+
this.d28_1 = this.c28_1 ? caseInsensitiveMap() : LinkedHashMap_init_$Create$_0(size);
|
|
874
874
|
}
|
|
875
|
-
protoOf(StringValuesBuilderImpl).
|
|
876
|
-
return this.
|
|
875
|
+
protoOf(StringValuesBuilderImpl).x27 = function () {
|
|
876
|
+
return this.c28_1;
|
|
877
877
|
};
|
|
878
|
-
protoOf(StringValuesBuilderImpl).
|
|
879
|
-
return this.
|
|
878
|
+
protoOf(StringValuesBuilderImpl).y27 = function (name) {
|
|
879
|
+
return this.d28_1.k2(name);
|
|
880
880
|
};
|
|
881
|
-
protoOf(StringValuesBuilderImpl).
|
|
881
|
+
protoOf(StringValuesBuilderImpl).g28 = function (name) {
|
|
882
882
|
// Inline function 'kotlin.collections.contains' call
|
|
883
883
|
// Inline function 'kotlin.collections.containsKey' call
|
|
884
|
-
var this_0 = this.
|
|
884
|
+
var this_0 = this.d28_1;
|
|
885
885
|
return (isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).i2(name);
|
|
886
886
|
};
|
|
887
|
-
protoOf(StringValuesBuilderImpl).
|
|
888
|
-
var tmp0_safe_receiver = this.
|
|
887
|
+
protoOf(StringValuesBuilderImpl).h28 = function (name, value) {
|
|
888
|
+
var tmp0_safe_receiver = this.d28_1.k2(name);
|
|
889
889
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x1(value);
|
|
890
890
|
return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
891
891
|
};
|
|
892
|
-
protoOf(StringValuesBuilderImpl).
|
|
893
|
-
return this.
|
|
892
|
+
protoOf(StringValuesBuilderImpl).z27 = function () {
|
|
893
|
+
return this.d28_1.l2();
|
|
894
894
|
};
|
|
895
895
|
protoOf(StringValuesBuilderImpl).h = function () {
|
|
896
|
-
return this.
|
|
896
|
+
return this.d28_1.h();
|
|
897
897
|
};
|
|
898
|
-
protoOf(StringValuesBuilderImpl).
|
|
899
|
-
return unmodifiable(this.
|
|
898
|
+
protoOf(StringValuesBuilderImpl).a28 = function () {
|
|
899
|
+
return unmodifiable(this.d28_1.x());
|
|
900
900
|
};
|
|
901
|
-
protoOf(StringValuesBuilderImpl).
|
|
902
|
-
this.
|
|
901
|
+
protoOf(StringValuesBuilderImpl).i28 = function (name, value) {
|
|
902
|
+
this.j28(value);
|
|
903
903
|
var list = ensureListForKey(this, name);
|
|
904
904
|
list.e2();
|
|
905
905
|
list.k(value);
|
|
906
906
|
};
|
|
907
|
-
protoOf(StringValuesBuilderImpl).
|
|
908
|
-
var tmp0_safe_receiver = this.
|
|
907
|
+
protoOf(StringValuesBuilderImpl).t26 = function (name) {
|
|
908
|
+
var tmp0_safe_receiver = this.y27(name);
|
|
909
909
|
return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
|
|
910
910
|
};
|
|
911
|
-
protoOf(StringValuesBuilderImpl).
|
|
912
|
-
this.
|
|
911
|
+
protoOf(StringValuesBuilderImpl).k28 = function (name, value) {
|
|
912
|
+
this.j28(value);
|
|
913
913
|
ensureListForKey(this, name).k(value);
|
|
914
914
|
};
|
|
915
|
-
protoOf(StringValuesBuilderImpl).
|
|
916
|
-
stringValues.
|
|
915
|
+
protoOf(StringValuesBuilderImpl).l28 = function (stringValues) {
|
|
916
|
+
stringValues.b28(StringValuesBuilderImpl$appendAll$lambda(this));
|
|
917
917
|
};
|
|
918
|
-
protoOf(StringValuesBuilderImpl).
|
|
918
|
+
protoOf(StringValuesBuilderImpl).f28 = function (name, values) {
|
|
919
919
|
// Inline function 'kotlin.let' call
|
|
920
920
|
// Inline function 'kotlin.contracts.contract' call
|
|
921
921
|
// Inline function 'io.ktor.util.StringValuesBuilderImpl.appendAll.<anonymous>' call
|
|
@@ -925,12 +925,12 @@
|
|
|
925
925
|
while (tmp0_iterator.q()) {
|
|
926
926
|
var element = tmp0_iterator.r();
|
|
927
927
|
// Inline function 'io.ktor.util.StringValuesBuilderImpl.appendAll.<anonymous>.<anonymous>' call
|
|
928
|
-
this.
|
|
928
|
+
this.j28(element);
|
|
929
929
|
}
|
|
930
930
|
addAll(list, values);
|
|
931
931
|
};
|
|
932
|
-
protoOf(StringValuesBuilderImpl).
|
|
933
|
-
var tmp0_safe_receiver = this.
|
|
932
|
+
protoOf(StringValuesBuilderImpl).m28 = function (name, values) {
|
|
933
|
+
var tmp0_safe_receiver = this.d28_1.k2(name);
|
|
934
934
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toSet(tmp0_safe_receiver);
|
|
935
935
|
var existing = tmp1_elvis_lhs == null ? emptySet() : tmp1_elvis_lhs;
|
|
936
936
|
// Inline function 'kotlin.collections.filter' call
|
|
@@ -944,27 +944,27 @@
|
|
|
944
944
|
destination.k(element);
|
|
945
945
|
}
|
|
946
946
|
}
|
|
947
|
-
this.
|
|
947
|
+
this.f28(name, destination);
|
|
948
948
|
};
|
|
949
|
-
protoOf(StringValuesBuilderImpl).
|
|
950
|
-
this.
|
|
949
|
+
protoOf(StringValuesBuilderImpl).n28 = function (name) {
|
|
950
|
+
this.d28_1.o2(name);
|
|
951
951
|
};
|
|
952
952
|
protoOf(StringValuesBuilderImpl).e2 = function () {
|
|
953
|
-
this.
|
|
953
|
+
this.d28_1.e2();
|
|
954
954
|
};
|
|
955
|
-
protoOf(StringValuesBuilderImpl).
|
|
955
|
+
protoOf(StringValuesBuilderImpl).e28 = function (name) {
|
|
956
956
|
};
|
|
957
|
-
protoOf(StringValuesBuilderImpl).
|
|
957
|
+
protoOf(StringValuesBuilderImpl).j28 = function (value) {
|
|
958
958
|
};
|
|
959
959
|
function listForKey($this, name) {
|
|
960
|
-
return $this.
|
|
960
|
+
return $this.p28_1.k2(name);
|
|
961
961
|
}
|
|
962
962
|
function StringValuesImpl(caseInsensitiveName, values) {
|
|
963
963
|
caseInsensitiveName = caseInsensitiveName === VOID ? false : caseInsensitiveName;
|
|
964
964
|
values = values === VOID ? emptyMap() : values;
|
|
965
|
-
this.
|
|
965
|
+
this.o28_1 = caseInsensitiveName;
|
|
966
966
|
var tmp;
|
|
967
|
-
if (this.
|
|
967
|
+
if (this.o28_1) {
|
|
968
968
|
tmp = caseInsensitiveMap();
|
|
969
969
|
} else {
|
|
970
970
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
@@ -1001,30 +1001,30 @@
|
|
|
1001
1001
|
while (inductionVariable < size);
|
|
1002
1002
|
newMap.n2(key, list);
|
|
1003
1003
|
}
|
|
1004
|
-
this.
|
|
1004
|
+
this.p28_1 = newMap;
|
|
1005
1005
|
}
|
|
1006
|
-
protoOf(StringValuesImpl).
|
|
1007
|
-
return this.
|
|
1006
|
+
protoOf(StringValuesImpl).x27 = function () {
|
|
1007
|
+
return this.o28_1;
|
|
1008
1008
|
};
|
|
1009
|
-
protoOf(StringValuesImpl).
|
|
1009
|
+
protoOf(StringValuesImpl).t26 = function (name) {
|
|
1010
1010
|
var tmp0_safe_receiver = listForKey(this, name);
|
|
1011
1011
|
return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
|
|
1012
1012
|
};
|
|
1013
|
-
protoOf(StringValuesImpl).
|
|
1013
|
+
protoOf(StringValuesImpl).y27 = function (name) {
|
|
1014
1014
|
return listForKey(this, name);
|
|
1015
1015
|
};
|
|
1016
|
-
protoOf(StringValuesImpl).
|
|
1017
|
-
return unmodifiable(this.
|
|
1016
|
+
protoOf(StringValuesImpl).z27 = function () {
|
|
1017
|
+
return unmodifiable(this.p28_1.l2());
|
|
1018
1018
|
};
|
|
1019
1019
|
protoOf(StringValuesImpl).h = function () {
|
|
1020
|
-
return this.
|
|
1020
|
+
return this.p28_1.h();
|
|
1021
1021
|
};
|
|
1022
|
-
protoOf(StringValuesImpl).
|
|
1023
|
-
return unmodifiable(this.
|
|
1022
|
+
protoOf(StringValuesImpl).a28 = function () {
|
|
1023
|
+
return unmodifiable(this.p28_1.x());
|
|
1024
1024
|
};
|
|
1025
|
-
protoOf(StringValuesImpl).
|
|
1025
|
+
protoOf(StringValuesImpl).b28 = function (body) {
|
|
1026
1026
|
// Inline function 'kotlin.collections.iterator' call
|
|
1027
|
-
var _iterator__ex2g4s = this.
|
|
1027
|
+
var _iterator__ex2g4s = this.p28_1.x().p();
|
|
1028
1028
|
while (_iterator__ex2g4s.q()) {
|
|
1029
1029
|
var _destruct__k2r9zo = _iterator__ex2g4s.r();
|
|
1030
1030
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -1035,26 +1035,26 @@
|
|
|
1035
1035
|
}
|
|
1036
1036
|
};
|
|
1037
1037
|
protoOf(StringValuesImpl).toString = function () {
|
|
1038
|
-
return 'StringValues(case=' + !this.
|
|
1038
|
+
return 'StringValues(case=' + !this.o28_1 + ') ' + toString(this.a28());
|
|
1039
1039
|
};
|
|
1040
1040
|
protoOf(StringValuesImpl).equals = function (other) {
|
|
1041
1041
|
if (this === other)
|
|
1042
1042
|
return true;
|
|
1043
1043
|
if (!(!(other == null) ? isInterface(other, StringValues) : false))
|
|
1044
1044
|
return false;
|
|
1045
|
-
if (!(this.
|
|
1045
|
+
if (!(this.o28_1 === other.x27()))
|
|
1046
1046
|
return false;
|
|
1047
|
-
return entriesEquals(this.
|
|
1047
|
+
return entriesEquals(this.a28(), other.a28());
|
|
1048
1048
|
};
|
|
1049
1049
|
protoOf(StringValuesImpl).hashCode = function () {
|
|
1050
|
-
return entriesHashCode(this.
|
|
1050
|
+
return entriesHashCode(this.a28(), imul(31, getBooleanHashCode(this.o28_1)));
|
|
1051
1051
|
};
|
|
1052
1052
|
function appendAll(_this__u8e3s4, builder) {
|
|
1053
1053
|
// Inline function 'kotlin.apply' call
|
|
1054
1054
|
// Inline function 'kotlin.contracts.contract' call
|
|
1055
1055
|
// Inline function 'io.ktor.util.appendAll.<anonymous>' call
|
|
1056
1056
|
// Inline function 'kotlin.collections.forEach' call
|
|
1057
|
-
var tmp0_iterator = builder.
|
|
1057
|
+
var tmp0_iterator = builder.a28().p();
|
|
1058
1058
|
while (tmp0_iterator.q()) {
|
|
1059
1059
|
var element = tmp0_iterator.r();
|
|
1060
1060
|
// Inline function 'io.ktor.util.appendAll.<anonymous>.<anonymous>' call
|
|
@@ -1062,7 +1062,7 @@
|
|
|
1062
1062
|
var name = element.y();
|
|
1063
1063
|
// Inline function 'kotlin.collections.component2' call
|
|
1064
1064
|
var values = element.z();
|
|
1065
|
-
_this__u8e3s4.
|
|
1065
|
+
_this__u8e3s4.f28(name, values);
|
|
1066
1066
|
}
|
|
1067
1067
|
return _this__u8e3s4;
|
|
1068
1068
|
}
|
|
@@ -1133,9 +1133,9 @@
|
|
|
1133
1133
|
return tmp;
|
|
1134
1134
|
}
|
|
1135
1135
|
function CaseInsensitiveString(content) {
|
|
1136
|
-
this.
|
|
1136
|
+
this.o26_1 = content;
|
|
1137
1137
|
var temp = 0;
|
|
1138
|
-
var indexedObject = this.
|
|
1138
|
+
var indexedObject = this.o26_1;
|
|
1139
1139
|
var inductionVariable = 0;
|
|
1140
1140
|
var last = indexedObject.length;
|
|
1141
1141
|
while (inductionVariable < last) {
|
|
@@ -1151,27 +1151,27 @@
|
|
|
1151
1151
|
var this_0 = charSequenceGet(tmp$ret$2, 0);
|
|
1152
1152
|
temp = tmp + Char__toInt_impl_vasixd(this_0) | 0;
|
|
1153
1153
|
}
|
|
1154
|
-
this.
|
|
1154
|
+
this.p26_1 = temp;
|
|
1155
1155
|
}
|
|
1156
1156
|
protoOf(CaseInsensitiveString).equals = function (other) {
|
|
1157
1157
|
var tmp0_safe_receiver = other instanceof CaseInsensitiveString ? other : null;
|
|
1158
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1159
|
-
return (tmp1_safe_receiver == null ? null : equals_0(tmp1_safe_receiver, this.
|
|
1158
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.o26_1;
|
|
1159
|
+
return (tmp1_safe_receiver == null ? null : equals_0(tmp1_safe_receiver, this.o26_1, true)) === true;
|
|
1160
1160
|
};
|
|
1161
1161
|
protoOf(CaseInsensitiveString).hashCode = function () {
|
|
1162
|
-
return this.
|
|
1162
|
+
return this.p26_1;
|
|
1163
1163
|
};
|
|
1164
1164
|
protoOf(CaseInsensitiveString).toString = function () {
|
|
1165
|
-
return this.
|
|
1165
|
+
return this.o26_1;
|
|
1166
1166
|
};
|
|
1167
1167
|
function caseInsensitive(_this__u8e3s4) {
|
|
1168
1168
|
return new CaseInsensitiveString(_this__u8e3s4);
|
|
1169
1169
|
}
|
|
1170
1170
|
function CopyOnWriteHashMap() {
|
|
1171
|
-
this.
|
|
1171
|
+
this.q28_1 = atomic$ref$1(emptyMap());
|
|
1172
1172
|
}
|
|
1173
|
-
protoOf(CopyOnWriteHashMap).
|
|
1174
|
-
return this.
|
|
1173
|
+
protoOf(CopyOnWriteHashMap).r28 = function (key) {
|
|
1174
|
+
return this.q28_1.kotlinx$atomicfu$value.k2(key);
|
|
1175
1175
|
};
|
|
1176
1176
|
function Companion() {
|
|
1177
1177
|
Companion_instance_0 = this;
|
|
@@ -1179,8 +1179,8 @@
|
|
|
1179
1179
|
// Inline function 'kotlin.arrayOf' call
|
|
1180
1180
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1181
1181
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1182
|
-
tmp.
|
|
1183
|
-
this.
|
|
1182
|
+
tmp.s28_1 = [null, null, null, createSimpleEnumSerializer('io.ktor.util.date.WeekDay', values()), null, null, createSimpleEnumSerializer('io.ktor.util.date.Month', values_0()), null, null];
|
|
1183
|
+
this.t28_1 = GMTDate_0(new Long(0, 0));
|
|
1184
1184
|
}
|
|
1185
1185
|
var Companion_instance_0;
|
|
1186
1186
|
function Companion_getInstance() {
|
|
@@ -1191,37 +1191,37 @@
|
|
|
1191
1191
|
function $serializer() {
|
|
1192
1192
|
$serializer_instance = this;
|
|
1193
1193
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('io.ktor.util.date.GMTDate', this, 9);
|
|
1194
|
-
tmp0_serialDesc.
|
|
1195
|
-
tmp0_serialDesc.
|
|
1196
|
-
tmp0_serialDesc.
|
|
1197
|
-
tmp0_serialDesc.
|
|
1198
|
-
tmp0_serialDesc.
|
|
1199
|
-
tmp0_serialDesc.
|
|
1200
|
-
tmp0_serialDesc.
|
|
1201
|
-
tmp0_serialDesc.
|
|
1202
|
-
tmp0_serialDesc.
|
|
1203
|
-
this.
|
|
1204
|
-
}
|
|
1205
|
-
protoOf($serializer).
|
|
1206
|
-
var tmp0_desc = this.
|
|
1207
|
-
var tmp1_output = encoder.
|
|
1208
|
-
var tmp2_cached = Companion_getInstance().
|
|
1209
|
-
tmp1_output.
|
|
1210
|
-
tmp1_output.
|
|
1211
|
-
tmp1_output.
|
|
1212
|
-
tmp1_output.
|
|
1213
|
-
tmp1_output.
|
|
1214
|
-
tmp1_output.
|
|
1215
|
-
tmp1_output.
|
|
1216
|
-
tmp1_output.
|
|
1217
|
-
tmp1_output.
|
|
1218
|
-
tmp1_output.
|
|
1219
|
-
};
|
|
1220
|
-
protoOf($serializer).
|
|
1221
|
-
return this.
|
|
1222
|
-
};
|
|
1223
|
-
protoOf($serializer).
|
|
1224
|
-
var tmp0_desc = this.
|
|
1194
|
+
tmp0_serialDesc.t1w('seconds', false);
|
|
1195
|
+
tmp0_serialDesc.t1w('minutes', false);
|
|
1196
|
+
tmp0_serialDesc.t1w('hours', false);
|
|
1197
|
+
tmp0_serialDesc.t1w('dayOfWeek', false);
|
|
1198
|
+
tmp0_serialDesc.t1w('dayOfMonth', false);
|
|
1199
|
+
tmp0_serialDesc.t1w('dayOfYear', false);
|
|
1200
|
+
tmp0_serialDesc.t1w('month', false);
|
|
1201
|
+
tmp0_serialDesc.t1w('year', false);
|
|
1202
|
+
tmp0_serialDesc.t1w('timestamp', false);
|
|
1203
|
+
this.u28_1 = tmp0_serialDesc;
|
|
1204
|
+
}
|
|
1205
|
+
protoOf($serializer).v28 = function (encoder, value) {
|
|
1206
|
+
var tmp0_desc = this.u28_1;
|
|
1207
|
+
var tmp1_output = encoder.g1p(tmp0_desc);
|
|
1208
|
+
var tmp2_cached = Companion_getInstance().s28_1;
|
|
1209
|
+
tmp1_output.p1q(tmp0_desc, 0, value.w28_1);
|
|
1210
|
+
tmp1_output.p1q(tmp0_desc, 1, value.x28_1);
|
|
1211
|
+
tmp1_output.p1q(tmp0_desc, 2, value.y28_1);
|
|
1212
|
+
tmp1_output.w1q(tmp0_desc, 3, tmp2_cached[3], value.z28_1);
|
|
1213
|
+
tmp1_output.p1q(tmp0_desc, 4, value.a29_1);
|
|
1214
|
+
tmp1_output.p1q(tmp0_desc, 5, value.b29_1);
|
|
1215
|
+
tmp1_output.w1q(tmp0_desc, 6, tmp2_cached[6], value.c29_1);
|
|
1216
|
+
tmp1_output.p1q(tmp0_desc, 7, value.d29_1);
|
|
1217
|
+
tmp1_output.q1q(tmp0_desc, 8, value.e29_1);
|
|
1218
|
+
tmp1_output.h1p(tmp0_desc);
|
|
1219
|
+
};
|
|
1220
|
+
protoOf($serializer).t1l = function (encoder, value) {
|
|
1221
|
+
return this.v28(encoder, value instanceof GMTDate ? value : THROW_CCE());
|
|
1222
|
+
};
|
|
1223
|
+
protoOf($serializer).u1l = function (decoder) {
|
|
1224
|
+
var tmp0_desc = this.u28_1;
|
|
1225
1225
|
var tmp1_flag = true;
|
|
1226
1226
|
var tmp2_index = 0;
|
|
1227
1227
|
var tmp3_bitMask0 = 0;
|
|
@@ -1234,82 +1234,82 @@
|
|
|
1234
1234
|
var tmp10_local6 = null;
|
|
1235
1235
|
var tmp11_local7 = 0;
|
|
1236
1236
|
var tmp12_local8 = new Long(0, 0);
|
|
1237
|
-
var tmp13_input = decoder.
|
|
1238
|
-
var tmp14_cached = Companion_getInstance().
|
|
1239
|
-
if (tmp13_input.
|
|
1240
|
-
tmp4_local0 = tmp13_input.
|
|
1237
|
+
var tmp13_input = decoder.g1p(tmp0_desc);
|
|
1238
|
+
var tmp14_cached = Companion_getInstance().s28_1;
|
|
1239
|
+
if (tmp13_input.v1p()) {
|
|
1240
|
+
tmp4_local0 = tmp13_input.l1p(tmp0_desc, 0);
|
|
1241
1241
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
1242
|
-
tmp5_local1 = tmp13_input.
|
|
1242
|
+
tmp5_local1 = tmp13_input.l1p(tmp0_desc, 1);
|
|
1243
1243
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
1244
|
-
tmp6_local2 = tmp13_input.
|
|
1244
|
+
tmp6_local2 = tmp13_input.l1p(tmp0_desc, 2);
|
|
1245
1245
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
1246
|
-
tmp7_local3 = tmp13_input.
|
|
1246
|
+
tmp7_local3 = tmp13_input.s1p(tmp0_desc, 3, tmp14_cached[3], tmp7_local3);
|
|
1247
1247
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
1248
|
-
tmp8_local4 = tmp13_input.
|
|
1248
|
+
tmp8_local4 = tmp13_input.l1p(tmp0_desc, 4);
|
|
1249
1249
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
1250
|
-
tmp9_local5 = tmp13_input.
|
|
1250
|
+
tmp9_local5 = tmp13_input.l1p(tmp0_desc, 5);
|
|
1251
1251
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
1252
|
-
tmp10_local6 = tmp13_input.
|
|
1252
|
+
tmp10_local6 = tmp13_input.s1p(tmp0_desc, 6, tmp14_cached[6], tmp10_local6);
|
|
1253
1253
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
1254
|
-
tmp11_local7 = tmp13_input.
|
|
1254
|
+
tmp11_local7 = tmp13_input.l1p(tmp0_desc, 7);
|
|
1255
1255
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
1256
|
-
tmp12_local8 = tmp13_input.
|
|
1256
|
+
tmp12_local8 = tmp13_input.m1p(tmp0_desc, 8);
|
|
1257
1257
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
1258
1258
|
} else
|
|
1259
1259
|
while (tmp1_flag) {
|
|
1260
|
-
tmp2_index = tmp13_input.
|
|
1260
|
+
tmp2_index = tmp13_input.w1p(tmp0_desc);
|
|
1261
1261
|
switch (tmp2_index) {
|
|
1262
1262
|
case -1:
|
|
1263
1263
|
tmp1_flag = false;
|
|
1264
1264
|
break;
|
|
1265
1265
|
case 0:
|
|
1266
|
-
tmp4_local0 = tmp13_input.
|
|
1266
|
+
tmp4_local0 = tmp13_input.l1p(tmp0_desc, 0);
|
|
1267
1267
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
1268
1268
|
break;
|
|
1269
1269
|
case 1:
|
|
1270
|
-
tmp5_local1 = tmp13_input.
|
|
1270
|
+
tmp5_local1 = tmp13_input.l1p(tmp0_desc, 1);
|
|
1271
1271
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
1272
1272
|
break;
|
|
1273
1273
|
case 2:
|
|
1274
|
-
tmp6_local2 = tmp13_input.
|
|
1274
|
+
tmp6_local2 = tmp13_input.l1p(tmp0_desc, 2);
|
|
1275
1275
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
1276
1276
|
break;
|
|
1277
1277
|
case 3:
|
|
1278
|
-
tmp7_local3 = tmp13_input.
|
|
1278
|
+
tmp7_local3 = tmp13_input.s1p(tmp0_desc, 3, tmp14_cached[3], tmp7_local3);
|
|
1279
1279
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
1280
1280
|
break;
|
|
1281
1281
|
case 4:
|
|
1282
|
-
tmp8_local4 = tmp13_input.
|
|
1282
|
+
tmp8_local4 = tmp13_input.l1p(tmp0_desc, 4);
|
|
1283
1283
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
1284
1284
|
break;
|
|
1285
1285
|
case 5:
|
|
1286
|
-
tmp9_local5 = tmp13_input.
|
|
1286
|
+
tmp9_local5 = tmp13_input.l1p(tmp0_desc, 5);
|
|
1287
1287
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
1288
1288
|
break;
|
|
1289
1289
|
case 6:
|
|
1290
|
-
tmp10_local6 = tmp13_input.
|
|
1290
|
+
tmp10_local6 = tmp13_input.s1p(tmp0_desc, 6, tmp14_cached[6], tmp10_local6);
|
|
1291
1291
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
1292
1292
|
break;
|
|
1293
1293
|
case 7:
|
|
1294
|
-
tmp11_local7 = tmp13_input.
|
|
1294
|
+
tmp11_local7 = tmp13_input.l1p(tmp0_desc, 7);
|
|
1295
1295
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
1296
1296
|
break;
|
|
1297
1297
|
case 8:
|
|
1298
|
-
tmp12_local8 = tmp13_input.
|
|
1298
|
+
tmp12_local8 = tmp13_input.m1p(tmp0_desc, 8);
|
|
1299
1299
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
1300
1300
|
break;
|
|
1301
1301
|
default:
|
|
1302
1302
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
|
-
tmp13_input.
|
|
1305
|
+
tmp13_input.h1p(tmp0_desc);
|
|
1306
1306
|
return GMTDate_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
1307
1307
|
};
|
|
1308
|
-
protoOf($serializer).
|
|
1309
|
-
return this.
|
|
1308
|
+
protoOf($serializer).s1l = function () {
|
|
1309
|
+
return this.u28_1;
|
|
1310
1310
|
};
|
|
1311
|
-
protoOf($serializer).
|
|
1312
|
-
var tmp0_cached = Companion_getInstance().
|
|
1311
|
+
protoOf($serializer).j1x = function () {
|
|
1312
|
+
var tmp0_cached = Companion_getInstance().s28_1;
|
|
1313
1313
|
// Inline function 'kotlin.arrayOf' call
|
|
1314
1314
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1315
1315
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -1323,17 +1323,17 @@
|
|
|
1323
1323
|
}
|
|
1324
1324
|
function GMTDate_init_$Init$(seen0, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, serializationConstructorMarker, $this) {
|
|
1325
1325
|
if (!(511 === (511 & seen0))) {
|
|
1326
|
-
throwMissingFieldException(seen0, 511, $serializer_getInstance().
|
|
1327
|
-
}
|
|
1328
|
-
$this.
|
|
1329
|
-
$this.
|
|
1330
|
-
$this.
|
|
1331
|
-
$this.
|
|
1332
|
-
$this.
|
|
1333
|
-
$this.
|
|
1334
|
-
$this.
|
|
1335
|
-
$this.
|
|
1336
|
-
$this.
|
|
1326
|
+
throwMissingFieldException(seen0, 511, $serializer_getInstance().u28_1);
|
|
1327
|
+
}
|
|
1328
|
+
$this.w28_1 = seconds;
|
|
1329
|
+
$this.x28_1 = minutes;
|
|
1330
|
+
$this.y28_1 = hours;
|
|
1331
|
+
$this.z28_1 = dayOfWeek;
|
|
1332
|
+
$this.a29_1 = dayOfMonth;
|
|
1333
|
+
$this.b29_1 = dayOfYear;
|
|
1334
|
+
$this.c29_1 = month;
|
|
1335
|
+
$this.d29_1 = year;
|
|
1336
|
+
$this.e29_1 = timestamp;
|
|
1337
1337
|
return $this;
|
|
1338
1338
|
}
|
|
1339
1339
|
function GMTDate_init_$Create$(seen0, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, serializationConstructorMarker) {
|
|
@@ -1341,35 +1341,35 @@
|
|
|
1341
1341
|
}
|
|
1342
1342
|
function GMTDate(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) {
|
|
1343
1343
|
Companion_getInstance();
|
|
1344
|
-
this.
|
|
1345
|
-
this.
|
|
1346
|
-
this.
|
|
1347
|
-
this.
|
|
1348
|
-
this.
|
|
1349
|
-
this.
|
|
1350
|
-
this.
|
|
1351
|
-
this.
|
|
1352
|
-
this.
|
|
1353
|
-
}
|
|
1354
|
-
protoOf(GMTDate).
|
|
1355
|
-
return this.
|
|
1344
|
+
this.w28_1 = seconds;
|
|
1345
|
+
this.x28_1 = minutes;
|
|
1346
|
+
this.y28_1 = hours;
|
|
1347
|
+
this.z28_1 = dayOfWeek;
|
|
1348
|
+
this.a29_1 = dayOfMonth;
|
|
1349
|
+
this.b29_1 = dayOfYear;
|
|
1350
|
+
this.c29_1 = month;
|
|
1351
|
+
this.d29_1 = year;
|
|
1352
|
+
this.e29_1 = timestamp;
|
|
1353
|
+
}
|
|
1354
|
+
protoOf(GMTDate).f29 = function (other) {
|
|
1355
|
+
return this.e29_1.e1(other.e29_1);
|
|
1356
1356
|
};
|
|
1357
1357
|
protoOf(GMTDate).d = function (other) {
|
|
1358
|
-
return this.
|
|
1358
|
+
return this.f29(other instanceof GMTDate ? other : THROW_CCE());
|
|
1359
1359
|
};
|
|
1360
1360
|
protoOf(GMTDate).toString = function () {
|
|
1361
|
-
return 'GMTDate(seconds=' + this.
|
|
1361
|
+
return 'GMTDate(seconds=' + this.w28_1 + ', minutes=' + this.x28_1 + ', hours=' + this.y28_1 + ', dayOfWeek=' + this.z28_1.toString() + ', dayOfMonth=' + this.a29_1 + ', dayOfYear=' + this.b29_1 + ', month=' + this.c29_1.toString() + ', year=' + this.d29_1 + ', timestamp=' + this.e29_1.toString() + ')';
|
|
1362
1362
|
};
|
|
1363
1363
|
protoOf(GMTDate).hashCode = function () {
|
|
1364
|
-
var result = this.
|
|
1365
|
-
result = imul(result, 31) + this.w28_1 | 0;
|
|
1364
|
+
var result = this.w28_1;
|
|
1366
1365
|
result = imul(result, 31) + this.x28_1 | 0;
|
|
1367
|
-
result = imul(result, 31) + this.y28_1
|
|
1368
|
-
result = imul(result, 31) + this.z28_1 | 0;
|
|
1366
|
+
result = imul(result, 31) + this.y28_1 | 0;
|
|
1367
|
+
result = imul(result, 31) + this.z28_1.hashCode() | 0;
|
|
1369
1368
|
result = imul(result, 31) + this.a29_1 | 0;
|
|
1370
|
-
result = imul(result, 31) + this.b29_1
|
|
1371
|
-
result = imul(result, 31) + this.c29_1 | 0;
|
|
1372
|
-
result = imul(result, 31) + this.d29_1
|
|
1369
|
+
result = imul(result, 31) + this.b29_1 | 0;
|
|
1370
|
+
result = imul(result, 31) + this.c29_1.hashCode() | 0;
|
|
1371
|
+
result = imul(result, 31) + this.d29_1 | 0;
|
|
1372
|
+
result = imul(result, 31) + this.e29_1.hashCode() | 0;
|
|
1373
1373
|
return result;
|
|
1374
1374
|
};
|
|
1375
1375
|
protoOf(GMTDate).equals = function (other) {
|
|
@@ -1378,23 +1378,23 @@
|
|
|
1378
1378
|
if (!(other instanceof GMTDate))
|
|
1379
1379
|
return false;
|
|
1380
1380
|
var tmp0_other_with_cast = other instanceof GMTDate ? other : THROW_CCE();
|
|
1381
|
-
if (!(this.v28_1 === tmp0_other_with_cast.v28_1))
|
|
1382
|
-
return false;
|
|
1383
1381
|
if (!(this.w28_1 === tmp0_other_with_cast.w28_1))
|
|
1384
1382
|
return false;
|
|
1385
1383
|
if (!(this.x28_1 === tmp0_other_with_cast.x28_1))
|
|
1386
1384
|
return false;
|
|
1387
|
-
if (!this.y28_1
|
|
1385
|
+
if (!(this.y28_1 === tmp0_other_with_cast.y28_1))
|
|
1388
1386
|
return false;
|
|
1389
|
-
if (!
|
|
1387
|
+
if (!this.z28_1.equals(tmp0_other_with_cast.z28_1))
|
|
1390
1388
|
return false;
|
|
1391
1389
|
if (!(this.a29_1 === tmp0_other_with_cast.a29_1))
|
|
1392
1390
|
return false;
|
|
1393
|
-
if (!this.b29_1
|
|
1391
|
+
if (!(this.b29_1 === tmp0_other_with_cast.b29_1))
|
|
1394
1392
|
return false;
|
|
1395
|
-
if (!
|
|
1393
|
+
if (!this.c29_1.equals(tmp0_other_with_cast.c29_1))
|
|
1396
1394
|
return false;
|
|
1397
|
-
if (!this.d29_1
|
|
1395
|
+
if (!(this.d29_1 === tmp0_other_with_cast.d29_1))
|
|
1396
|
+
return false;
|
|
1397
|
+
if (!this.e29_1.equals(tmp0_other_with_cast.e29_1))
|
|
1398
1398
|
return false;
|
|
1399
1399
|
return true;
|
|
1400
1400
|
};
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
var WeekDay_SUNDAY_instance;
|
|
1408
1408
|
function Companion_0() {
|
|
1409
1409
|
}
|
|
1410
|
-
protoOf(Companion_0).
|
|
1410
|
+
protoOf(Companion_0).g29 = function (ordinal) {
|
|
1411
1411
|
return get_entries().u(ordinal);
|
|
1412
1412
|
};
|
|
1413
1413
|
var Companion_instance_1;
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
var $ENTRIES;
|
|
1439
1439
|
function WeekDay(name, ordinal, value) {
|
|
1440
1440
|
Enum.call(this, name, ordinal);
|
|
1441
|
-
this.
|
|
1441
|
+
this.j29_1 = value;
|
|
1442
1442
|
}
|
|
1443
1443
|
var Month_JANUARY_instance;
|
|
1444
1444
|
var Month_FEBRUARY_instance;
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
var Month_DECEMBER_instance;
|
|
1455
1455
|
function Companion_1() {
|
|
1456
1456
|
}
|
|
1457
|
-
protoOf(Companion_1).
|
|
1457
|
+
protoOf(Companion_1).g29 = function (ordinal) {
|
|
1458
1458
|
return get_entries_0().u(ordinal);
|
|
1459
1459
|
};
|
|
1460
1460
|
var Companion_instance_2;
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
var $ENTRIES_0;
|
|
1491
1491
|
function Month(name, ordinal, value) {
|
|
1492
1492
|
Enum.call(this, name, ordinal);
|
|
1493
|
-
this.
|
|
1493
|
+
this.m29_1 = value;
|
|
1494
1494
|
}
|
|
1495
1495
|
function WeekDay_MONDAY_getInstance() {
|
|
1496
1496
|
WeekDay_initEntries();
|
|
@@ -1574,26 +1574,26 @@
|
|
|
1574
1574
|
var REMOVE_PREPARED;
|
|
1575
1575
|
var NO_DECISION;
|
|
1576
1576
|
function Symbol(symbol) {
|
|
1577
|
-
this.
|
|
1577
|
+
this.n29_1 = symbol;
|
|
1578
1578
|
}
|
|
1579
1579
|
protoOf(Symbol).toString = function () {
|
|
1580
|
-
return this.
|
|
1580
|
+
return this.n29_1;
|
|
1581
1581
|
};
|
|
1582
1582
|
function LockFreeLinkedListNode() {
|
|
1583
1583
|
}
|
|
1584
|
-
protoOf(LockFreeLinkedListNode).
|
|
1584
|
+
protoOf(LockFreeLinkedListNode).yz = function () {
|
|
1585
1585
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
1586
|
-
var this_0 = this.
|
|
1586
|
+
var this_0 = this.o29_1;
|
|
1587
1587
|
while (true) {
|
|
1588
1588
|
// Inline function 'io.ktor.util.internal.LockFreeLinkedListNode.<get-next>.<anonymous>' call
|
|
1589
1589
|
var next = this_0.kotlinx$atomicfu$value;
|
|
1590
1590
|
if (!(next instanceof OpDescriptor))
|
|
1591
1591
|
return next;
|
|
1592
|
-
next.
|
|
1592
|
+
next.p29(this);
|
|
1593
1593
|
}
|
|
1594
1594
|
};
|
|
1595
|
-
protoOf(LockFreeLinkedListNode).
|
|
1596
|
-
return unwrap(this.
|
|
1595
|
+
protoOf(LockFreeLinkedListNode).q29 = function () {
|
|
1596
|
+
return unwrap(this.yz());
|
|
1597
1597
|
};
|
|
1598
1598
|
function Removed() {
|
|
1599
1599
|
}
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
function unwrap(_this__u8e3s4) {
|
|
1603
1603
|
_init_properties_LockFreeLinkedList_kt__wekxce();
|
|
1604
1604
|
var tmp0_safe_receiver = _this__u8e3s4 instanceof Removed ? _this__u8e3s4 : null;
|
|
1605
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1605
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r29_1;
|
|
1606
1606
|
var tmp;
|
|
1607
1607
|
if (tmp1_elvis_lhs == null) {
|
|
1608
1608
|
tmp = _this__u8e3s4 instanceof LockFreeLinkedListNode ? _this__u8e3s4 : THROW_CCE();
|
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
function $proceedLoopCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
1632
1632
|
CoroutineImpl.call(this, resultContinuation);
|
|
1633
|
-
this.
|
|
1633
|
+
this.a2a_1 = _this__u8e3s4;
|
|
1634
1634
|
}
|
|
1635
1635
|
protoOf($proceedLoopCOROUTINE$0).l9 = function () {
|
|
1636
1636
|
var suspendResult = this.f9_1;
|
|
@@ -1643,8 +1643,8 @@
|
|
|
1643
1643
|
this.d9_1 = 1;
|
|
1644
1644
|
continue $sm;
|
|
1645
1645
|
case 1:
|
|
1646
|
-
this.
|
|
1647
|
-
if (this.
|
|
1646
|
+
this.b2a_1 = this.a2a_1.i2a_1;
|
|
1647
|
+
if (this.b2a_1 === -1) {
|
|
1648
1648
|
this.d9_1 = 5;
|
|
1649
1649
|
continue $sm;
|
|
1650
1650
|
} else {
|
|
@@ -1653,9 +1653,9 @@
|
|
|
1653
1653
|
}
|
|
1654
1654
|
|
|
1655
1655
|
case 2:
|
|
1656
|
-
this.
|
|
1657
|
-
if (this.
|
|
1658
|
-
this.
|
|
1656
|
+
this.c2a_1 = this.a2a_1.f2a_1;
|
|
1657
|
+
if (this.b2a_1 >= this.c2a_1.s()) {
|
|
1658
|
+
this.a2a_1.j2a();
|
|
1659
1659
|
this.d9_1 = 5;
|
|
1660
1660
|
continue $sm;
|
|
1661
1661
|
} else {
|
|
@@ -1664,10 +1664,10 @@
|
|
|
1664
1664
|
}
|
|
1665
1665
|
|
|
1666
1666
|
case 3:
|
|
1667
|
-
this.
|
|
1668
|
-
this.
|
|
1667
|
+
this.d2a_1 = this.c2a_1.u(this.b2a_1);
|
|
1668
|
+
this.a2a_1.i2a_1 = this.b2a_1 + 1 | 0;
|
|
1669
1669
|
this.d9_1 = 4;
|
|
1670
|
-
suspendResult = this.
|
|
1670
|
+
suspendResult = this.d2a_1(this.a2a_1, this.a2a_1.h2a_1, this);
|
|
1671
1671
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1672
1672
|
return suspendResult;
|
|
1673
1673
|
}
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
this.d9_1 = 1;
|
|
1678
1678
|
continue $sm;
|
|
1679
1679
|
case 5:
|
|
1680
|
-
return this.
|
|
1680
|
+
return this.a2a_1.h2a_1;
|
|
1681
1681
|
case 6:
|
|
1682
1682
|
throw this.g9_1;
|
|
1683
1683
|
}
|
|
@@ -1694,45 +1694,45 @@
|
|
|
1694
1694
|
};
|
|
1695
1695
|
function DebugPipelineContext(context, interceptors, subject, coroutineContext) {
|
|
1696
1696
|
PipelineContext.call(this, context);
|
|
1697
|
-
this.
|
|
1698
|
-
this.
|
|
1699
|
-
this.
|
|
1700
|
-
this.
|
|
1697
|
+
this.f2a_1 = interceptors;
|
|
1698
|
+
this.g2a_1 = coroutineContext;
|
|
1699
|
+
this.h2a_1 = subject;
|
|
1700
|
+
this.i2a_1 = 0;
|
|
1701
1701
|
}
|
|
1702
|
-
protoOf(DebugPipelineContext).
|
|
1703
|
-
return this.f2a_1;
|
|
1704
|
-
};
|
|
1705
|
-
protoOf(DebugPipelineContext).j2a = function () {
|
|
1702
|
+
protoOf(DebugPipelineContext).jn = function () {
|
|
1706
1703
|
return this.g2a_1;
|
|
1707
1704
|
};
|
|
1708
|
-
protoOf(DebugPipelineContext).
|
|
1709
|
-
this.h2a_1
|
|
1705
|
+
protoOf(DebugPipelineContext).k2a = function () {
|
|
1706
|
+
return this.h2a_1;
|
|
1707
|
+
};
|
|
1708
|
+
protoOf(DebugPipelineContext).j2a = function () {
|
|
1709
|
+
this.i2a_1 = -1;
|
|
1710
1710
|
};
|
|
1711
|
-
protoOf(DebugPipelineContext).
|
|
1712
|
-
this.
|
|
1713
|
-
return this.
|
|
1711
|
+
protoOf(DebugPipelineContext).l2a = function (subject, $completion) {
|
|
1712
|
+
this.h2a_1 = subject;
|
|
1713
|
+
return this.m2a($completion);
|
|
1714
1714
|
};
|
|
1715
|
-
protoOf(DebugPipelineContext).
|
|
1716
|
-
var index = this.
|
|
1715
|
+
protoOf(DebugPipelineContext).m2a = function ($completion) {
|
|
1716
|
+
var index = this.i2a_1;
|
|
1717
1717
|
if (index < 0)
|
|
1718
|
-
return this.
|
|
1719
|
-
if (index >= this.
|
|
1720
|
-
this.
|
|
1721
|
-
return this.
|
|
1718
|
+
return this.h2a_1;
|
|
1719
|
+
if (index >= this.f2a_1.s()) {
|
|
1720
|
+
this.j2a();
|
|
1721
|
+
return this.h2a_1;
|
|
1722
1722
|
}
|
|
1723
1723
|
return proceedLoop(this, $completion);
|
|
1724
1724
|
};
|
|
1725
|
-
protoOf(DebugPipelineContext).
|
|
1726
|
-
this.
|
|
1727
|
-
this.
|
|
1728
|
-
return this.
|
|
1725
|
+
protoOf(DebugPipelineContext).n2a = function (initial, $completion) {
|
|
1726
|
+
this.i2a_1 = 0;
|
|
1727
|
+
this.h2a_1 = initial;
|
|
1728
|
+
return this.m2a($completion);
|
|
1729
1729
|
};
|
|
1730
1730
|
function PhaseContent_init_$Init$(phase, relation, $this) {
|
|
1731
|
-
var tmp = Companion_getInstance_2().
|
|
1731
|
+
var tmp = Companion_getInstance_2().o2a_1;
|
|
1732
1732
|
PhaseContent.call($this, phase, relation, isInterface(tmp, KtMutableList) ? tmp : THROW_CCE());
|
|
1733
1733
|
// Inline function 'kotlin.check' call
|
|
1734
1734
|
// Inline function 'kotlin.contracts.contract' call
|
|
1735
|
-
if (!Companion_getInstance_2().
|
|
1735
|
+
if (!Companion_getInstance_2().o2a_1.h()) {
|
|
1736
1736
|
// Inline function 'io.ktor.util.pipeline.PhaseContent.<init>.<anonymous>' call
|
|
1737
1737
|
var message = 'The shared empty array list has been modified';
|
|
1738
1738
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
@@ -1743,17 +1743,17 @@
|
|
|
1743
1743
|
return PhaseContent_init_$Init$(phase, relation, objectCreate(protoOf(PhaseContent)));
|
|
1744
1744
|
}
|
|
1745
1745
|
function copiedInterceptors($this) {
|
|
1746
|
-
return toMutableList($this.
|
|
1746
|
+
return toMutableList($this.r2a_1);
|
|
1747
1747
|
}
|
|
1748
1748
|
function copyInterceptors($this) {
|
|
1749
|
-
$this.
|
|
1750
|
-
$this.
|
|
1749
|
+
$this.r2a_1 = copiedInterceptors($this);
|
|
1750
|
+
$this.s2a_1 = false;
|
|
1751
1751
|
}
|
|
1752
1752
|
function Companion_2() {
|
|
1753
1753
|
Companion_instance_3 = this;
|
|
1754
1754
|
var tmp = this;
|
|
1755
1755
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1756
|
-
tmp.
|
|
1756
|
+
tmp.o2a_1 = ArrayList_init_$Create$_0();
|
|
1757
1757
|
}
|
|
1758
1758
|
var Companion_instance_3;
|
|
1759
1759
|
function Companion_getInstance_2() {
|
|
@@ -1763,25 +1763,25 @@
|
|
|
1763
1763
|
}
|
|
1764
1764
|
function PhaseContent(phase, relation, interceptors) {
|
|
1765
1765
|
Companion_getInstance_2();
|
|
1766
|
-
this.
|
|
1767
|
-
this.
|
|
1768
|
-
this.
|
|
1769
|
-
this.
|
|
1766
|
+
this.p2a_1 = phase;
|
|
1767
|
+
this.q2a_1 = relation;
|
|
1768
|
+
this.r2a_1 = interceptors;
|
|
1769
|
+
this.s2a_1 = true;
|
|
1770
1770
|
}
|
|
1771
|
-
protoOf(PhaseContent).
|
|
1772
|
-
return this.
|
|
1771
|
+
protoOf(PhaseContent).t2a = function () {
|
|
1772
|
+
return this.r2a_1.h();
|
|
1773
1773
|
};
|
|
1774
1774
|
protoOf(PhaseContent).s = function () {
|
|
1775
|
-
return this.
|
|
1775
|
+
return this.r2a_1.s();
|
|
1776
1776
|
};
|
|
1777
|
-
protoOf(PhaseContent).
|
|
1778
|
-
if (this.
|
|
1777
|
+
protoOf(PhaseContent).u2a = function (interceptor) {
|
|
1778
|
+
if (this.s2a_1) {
|
|
1779
1779
|
copyInterceptors(this);
|
|
1780
1780
|
}
|
|
1781
|
-
this.
|
|
1781
|
+
this.r2a_1.k(interceptor);
|
|
1782
1782
|
};
|
|
1783
|
-
protoOf(PhaseContent).
|
|
1784
|
-
var interceptors = this.
|
|
1783
|
+
protoOf(PhaseContent).v2a = function (destination) {
|
|
1784
|
+
var interceptors = this.r2a_1;
|
|
1785
1785
|
if (destination instanceof ArrayList) {
|
|
1786
1786
|
destination.x5(destination.s() + interceptors.s() | 0);
|
|
1787
1787
|
}
|
|
@@ -1795,24 +1795,24 @@
|
|
|
1795
1795
|
}
|
|
1796
1796
|
while (inductionVariable < last);
|
|
1797
1797
|
};
|
|
1798
|
-
protoOf(PhaseContent).
|
|
1799
|
-
this.
|
|
1800
|
-
return this.
|
|
1798
|
+
protoOf(PhaseContent).w2a = function () {
|
|
1799
|
+
this.s2a_1 = true;
|
|
1800
|
+
return this.r2a_1;
|
|
1801
1801
|
};
|
|
1802
1802
|
protoOf(PhaseContent).toString = function () {
|
|
1803
|
-
return 'Phase `' + this.
|
|
1803
|
+
return 'Phase `' + this.p2a_1.x2a_1 + '`, ' + this.s() + ' handlers';
|
|
1804
1804
|
};
|
|
1805
1805
|
function _set_interceptors__wod97b($this, value) {
|
|
1806
|
-
$this.
|
|
1806
|
+
$this.c2b_1.kotlinx$atomicfu$value = value;
|
|
1807
1807
|
}
|
|
1808
1808
|
function _get_interceptors__h4min7($this) {
|
|
1809
|
-
return $this.
|
|
1809
|
+
return $this.c2b_1.kotlinx$atomicfu$value;
|
|
1810
1810
|
}
|
|
1811
1811
|
function createContext($this, context, subject, coroutineContext) {
|
|
1812
|
-
return pipelineContextFor(context, sharedInterceptorsList($this), subject, coroutineContext, $this.
|
|
1812
|
+
return pipelineContextFor(context, sharedInterceptorsList($this), subject, coroutineContext, $this.f2b());
|
|
1813
1813
|
}
|
|
1814
1814
|
function findPhase($this, phase) {
|
|
1815
|
-
var phasesList = $this.
|
|
1815
|
+
var phasesList = $this.a2b_1;
|
|
1816
1816
|
var inductionVariable = 0;
|
|
1817
1817
|
var last = phasesList.s();
|
|
1818
1818
|
if (inductionVariable < last)
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
}
|
|
1828
1828
|
var tmp;
|
|
1829
1829
|
if (current instanceof PhaseContent) {
|
|
1830
|
-
tmp = current.
|
|
1830
|
+
tmp = current.p2a_1 === phase;
|
|
1831
1831
|
} else {
|
|
1832
1832
|
tmp = false;
|
|
1833
1833
|
}
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
return null;
|
|
1840
1840
|
}
|
|
1841
1841
|
function findPhaseIndex($this, phase) {
|
|
1842
|
-
var phasesList = $this.
|
|
1842
|
+
var phasesList = $this.a2b_1;
|
|
1843
1843
|
var inductionVariable = 0;
|
|
1844
1844
|
var last = phasesList.s();
|
|
1845
1845
|
if (inductionVariable < last)
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
} else {
|
|
1854
1854
|
var tmp_0;
|
|
1855
1855
|
if (current instanceof PhaseContent) {
|
|
1856
|
-
tmp_0 = current.
|
|
1856
|
+
tmp_0 = current.p2a_1 === phase;
|
|
1857
1857
|
} else {
|
|
1858
1858
|
tmp_0 = false;
|
|
1859
1859
|
}
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
return -1;
|
|
1868
1868
|
}
|
|
1869
1869
|
function hasPhase($this, phase) {
|
|
1870
|
-
var phasesList = $this.
|
|
1870
|
+
var phasesList = $this.a2b_1;
|
|
1871
1871
|
var inductionVariable = 0;
|
|
1872
1872
|
var last = phasesList.s();
|
|
1873
1873
|
if (inductionVariable < last)
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
} else {
|
|
1882
1882
|
var tmp_0;
|
|
1883
1883
|
if (current instanceof PhaseContent) {
|
|
1884
|
-
tmp_0 = current.
|
|
1884
|
+
tmp_0 = current.p2a_1 === phase;
|
|
1885
1885
|
} else {
|
|
1886
1886
|
tmp_0 = false;
|
|
1887
1887
|
}
|
|
@@ -1895,12 +1895,12 @@
|
|
|
1895
1895
|
return false;
|
|
1896
1896
|
}
|
|
1897
1897
|
function cacheInterceptors($this) {
|
|
1898
|
-
var interceptorsQuantity = $this.
|
|
1898
|
+
var interceptorsQuantity = $this.b2b_1;
|
|
1899
1899
|
if (interceptorsQuantity === 0) {
|
|
1900
1900
|
notSharedInterceptorsList($this, emptyList());
|
|
1901
1901
|
return emptyList();
|
|
1902
1902
|
}
|
|
1903
|
-
var phases = $this.
|
|
1903
|
+
var phases = $this.a2b_1;
|
|
1904
1904
|
if (interceptorsQuantity === 1) {
|
|
1905
1905
|
var inductionVariable = 0;
|
|
1906
1906
|
var last = get_lastIndex_0(phases);
|
|
@@ -1917,9 +1917,9 @@
|
|
|
1917
1917
|
tmp_0 = tmp0_elvis_lhs;
|
|
1918
1918
|
}
|
|
1919
1919
|
var phaseContent = tmp_0;
|
|
1920
|
-
if (phaseContent.
|
|
1920
|
+
if (phaseContent.t2a())
|
|
1921
1921
|
continue $l$loop_0;
|
|
1922
|
-
var interceptors = phaseContent.
|
|
1922
|
+
var interceptors = phaseContent.w2a();
|
|
1923
1923
|
setInterceptorsListFromPhase($this, phaseContent);
|
|
1924
1924
|
return interceptors;
|
|
1925
1925
|
}
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
tmp_2 = tmp1_elvis_lhs;
|
|
1943
1943
|
}
|
|
1944
1944
|
var phase = tmp_2;
|
|
1945
|
-
phase.
|
|
1945
|
+
phase.v2a(destination);
|
|
1946
1946
|
}
|
|
1947
1947
|
while (!(phaseIndex_0 === last_0));
|
|
1948
1948
|
notSharedInterceptorsList($this, destination);
|
|
@@ -1952,31 +1952,31 @@
|
|
|
1952
1952
|
if (_get_interceptors__h4min7($this) == null) {
|
|
1953
1953
|
cacheInterceptors($this);
|
|
1954
1954
|
}
|
|
1955
|
-
$this.
|
|
1955
|
+
$this.d2b_1 = true;
|
|
1956
1956
|
return ensureNotNull(_get_interceptors__h4min7($this));
|
|
1957
1957
|
}
|
|
1958
1958
|
function resetInterceptorsList($this) {
|
|
1959
1959
|
_set_interceptors__wod97b($this, null);
|
|
1960
|
-
$this.
|
|
1961
|
-
$this.
|
|
1960
|
+
$this.d2b_1 = false;
|
|
1961
|
+
$this.e2b_1 = null;
|
|
1962
1962
|
}
|
|
1963
1963
|
function notSharedInterceptorsList($this, list) {
|
|
1964
1964
|
_set_interceptors__wod97b($this, list);
|
|
1965
|
-
$this.
|
|
1966
|
-
$this.
|
|
1965
|
+
$this.d2b_1 = false;
|
|
1966
|
+
$this.e2b_1 = null;
|
|
1967
1967
|
}
|
|
1968
1968
|
function setInterceptorsListFromPhase($this, phaseContent) {
|
|
1969
|
-
_set_interceptors__wod97b($this, phaseContent.
|
|
1970
|
-
$this.
|
|
1971
|
-
$this.
|
|
1969
|
+
_set_interceptors__wod97b($this, phaseContent.w2a());
|
|
1970
|
+
$this.d2b_1 = false;
|
|
1971
|
+
$this.e2b_1 = phaseContent.p2a_1;
|
|
1972
1972
|
}
|
|
1973
1973
|
function tryAddToPhaseFastPath($this, phase, block) {
|
|
1974
1974
|
var currentInterceptors = _get_interceptors__h4min7($this);
|
|
1975
|
-
if ($this.
|
|
1975
|
+
if ($this.a2b_1.h() || currentInterceptors == null) {
|
|
1976
1976
|
return false;
|
|
1977
1977
|
}
|
|
1978
1978
|
var tmp;
|
|
1979
|
-
if ($this.
|
|
1979
|
+
if ($this.d2b_1) {
|
|
1980
1980
|
tmp = true;
|
|
1981
1981
|
} else {
|
|
1982
1982
|
tmp = !(!(currentInterceptors == null) ? isInterface(currentInterceptors, KtMutableList) : false);
|
|
@@ -1984,35 +1984,35 @@
|
|
|
1984
1984
|
if (tmp) {
|
|
1985
1985
|
return false;
|
|
1986
1986
|
}
|
|
1987
|
-
if (equals($this.
|
|
1987
|
+
if (equals($this.e2b_1, phase)) {
|
|
1988
1988
|
currentInterceptors.k(block);
|
|
1989
1989
|
return true;
|
|
1990
1990
|
}
|
|
1991
|
-
if (equals(phase, last($this.
|
|
1992
|
-
ensureNotNull(findPhase($this, phase)).
|
|
1991
|
+
if (equals(phase, last($this.a2b_1)) || findPhaseIndex($this, phase) === get_lastIndex_0($this.a2b_1)) {
|
|
1992
|
+
ensureNotNull(findPhase($this, phase)).u2a(block);
|
|
1993
1993
|
currentInterceptors.k(block);
|
|
1994
1994
|
return true;
|
|
1995
1995
|
}
|
|
1996
1996
|
return false;
|
|
1997
1997
|
}
|
|
1998
1998
|
function Pipeline(phases) {
|
|
1999
|
-
this.
|
|
2000
|
-
this.
|
|
2001
|
-
this.
|
|
2002
|
-
this.
|
|
2003
|
-
this.
|
|
2004
|
-
this.
|
|
2005
|
-
this.
|
|
2006
|
-
}
|
|
2007
|
-
protoOf(Pipeline).
|
|
2008
|
-
return this.
|
|
2009
|
-
};
|
|
2010
|
-
protoOf(Pipeline).
|
|
1999
|
+
this.y2a_1 = AttributesJsFn(true);
|
|
2000
|
+
this.z2a_1 = false;
|
|
2001
|
+
this.a2b_1 = mutableListOf(phases.slice());
|
|
2002
|
+
this.b2b_1 = 0;
|
|
2003
|
+
this.c2b_1 = atomic$ref$1(null);
|
|
2004
|
+
this.d2b_1 = false;
|
|
2005
|
+
this.e2b_1 = null;
|
|
2006
|
+
}
|
|
2007
|
+
protoOf(Pipeline).f2b = function () {
|
|
2008
|
+
return this.z2a_1;
|
|
2009
|
+
};
|
|
2010
|
+
protoOf(Pipeline).g2b = function (context, subject, $completion) {
|
|
2011
2011
|
// Inline function 'kotlin.js.getCoroutineContext' call
|
|
2012
2012
|
var tmp$ret$0 = $completion.j9();
|
|
2013
|
-
return createContext(this, context, subject, tmp$ret$0).
|
|
2013
|
+
return createContext(this, context, subject, tmp$ret$0).n2a(subject, $completion);
|
|
2014
2014
|
};
|
|
2015
|
-
protoOf(Pipeline).
|
|
2015
|
+
protoOf(Pipeline).i2b = function (reference, phase) {
|
|
2016
2016
|
if (hasPhase(this, phase))
|
|
2017
2017
|
return Unit_instance;
|
|
2018
2018
|
var index = findPhaseIndex(this, reference);
|
|
@@ -2021,14 +2021,14 @@
|
|
|
2021
2021
|
}
|
|
2022
2022
|
var lastRelatedPhaseIndex = index;
|
|
2023
2023
|
var inductionVariable = index + 1 | 0;
|
|
2024
|
-
var last = get_lastIndex_0(this.
|
|
2024
|
+
var last = get_lastIndex_0(this.a2b_1);
|
|
2025
2025
|
if (inductionVariable <= last)
|
|
2026
2026
|
$l$loop_0: do {
|
|
2027
2027
|
var i = inductionVariable;
|
|
2028
2028
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2029
|
-
var tmp = this.
|
|
2029
|
+
var tmp = this.a2b_1.u(i);
|
|
2030
2030
|
var tmp0_safe_receiver = tmp instanceof PhaseContent ? tmp : null;
|
|
2031
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2031
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q2a_1;
|
|
2032
2032
|
var tmp_0;
|
|
2033
2033
|
if (tmp1_elvis_lhs == null) {
|
|
2034
2034
|
break $l$loop_0;
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
}
|
|
2038
2038
|
var relation = tmp_0;
|
|
2039
2039
|
var tmp2_safe_receiver = relation instanceof After ? relation : null;
|
|
2040
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
2040
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.j2b_1;
|
|
2041
2041
|
var tmp_1;
|
|
2042
2042
|
if (tmp3_elvis_lhs == null) {
|
|
2043
2043
|
continue $l$loop_0;
|
|
@@ -2048,18 +2048,18 @@
|
|
|
2048
2048
|
lastRelatedPhaseIndex = equals(relatedTo, reference) ? i : lastRelatedPhaseIndex;
|
|
2049
2049
|
}
|
|
2050
2050
|
while (!(i === last));
|
|
2051
|
-
this.
|
|
2051
|
+
this.a2b_1.g2(lastRelatedPhaseIndex + 1 | 0, PhaseContent_init_$Create$(phase, new After(reference)));
|
|
2052
2052
|
};
|
|
2053
|
-
protoOf(Pipeline).
|
|
2053
|
+
protoOf(Pipeline).k2b = function (reference, phase) {
|
|
2054
2054
|
if (hasPhase(this, phase))
|
|
2055
2055
|
return Unit_instance;
|
|
2056
2056
|
var index = findPhaseIndex(this, reference);
|
|
2057
2057
|
if (index === -1) {
|
|
2058
2058
|
throw new InvalidPhaseException('Phase ' + reference.toString() + ' was not registered for this pipeline');
|
|
2059
2059
|
}
|
|
2060
|
-
this.
|
|
2060
|
+
this.a2b_1.g2(index, PhaseContent_init_$Create$(phase, new Before(reference)));
|
|
2061
2061
|
};
|
|
2062
|
-
protoOf(Pipeline).
|
|
2062
|
+
protoOf(Pipeline).l2b = function (phase, block) {
|
|
2063
2063
|
var tmp0_elvis_lhs = findPhase(this, phase);
|
|
2064
2064
|
var tmp;
|
|
2065
2065
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -2069,21 +2069,21 @@
|
|
|
2069
2069
|
}
|
|
2070
2070
|
var phaseContent = tmp;
|
|
2071
2071
|
if (tryAddToPhaseFastPath(this, phase, block)) {
|
|
2072
|
-
this.
|
|
2072
|
+
this.b2b_1 = this.b2b_1 + 1 | 0;
|
|
2073
2073
|
return Unit_instance;
|
|
2074
2074
|
}
|
|
2075
|
-
phaseContent.
|
|
2076
|
-
this.
|
|
2075
|
+
phaseContent.u2a(block);
|
|
2076
|
+
this.b2b_1 = this.b2b_1 + 1 | 0;
|
|
2077
2077
|
resetInterceptorsList(this);
|
|
2078
|
-
this.
|
|
2078
|
+
this.m2b();
|
|
2079
2079
|
};
|
|
2080
|
-
protoOf(Pipeline).
|
|
2080
|
+
protoOf(Pipeline).m2b = function () {
|
|
2081
2081
|
};
|
|
2082
2082
|
protoOf(Pipeline).toString = function () {
|
|
2083
2083
|
return anyToString(this);
|
|
2084
2084
|
};
|
|
2085
2085
|
function PipelineContext(context) {
|
|
2086
|
-
this.
|
|
2086
|
+
this.h2b_1 = context;
|
|
2087
2087
|
}
|
|
2088
2088
|
function pipelineContextFor(context, interceptors, subject, coroutineContext, debugMode) {
|
|
2089
2089
|
debugMode = debugMode === VOID ? false : debugMode;
|
|
@@ -2096,10 +2096,10 @@
|
|
|
2096
2096
|
return tmp;
|
|
2097
2097
|
}
|
|
2098
2098
|
function PipelinePhase(name) {
|
|
2099
|
-
this.
|
|
2099
|
+
this.x2a_1 = name;
|
|
2100
2100
|
}
|
|
2101
2101
|
protoOf(PipelinePhase).toString = function () {
|
|
2102
|
-
return "Phase('" + this.
|
|
2102
|
+
return "Phase('" + this.x2a_1 + "')";
|
|
2103
2103
|
};
|
|
2104
2104
|
function InvalidPhaseException(message) {
|
|
2105
2105
|
extendThrowable(this, message);
|
|
@@ -2107,11 +2107,11 @@
|
|
|
2107
2107
|
}
|
|
2108
2108
|
function After(relativeTo) {
|
|
2109
2109
|
PipelinePhaseRelation.call(this);
|
|
2110
|
-
this.
|
|
2110
|
+
this.j2b_1 = relativeTo;
|
|
2111
2111
|
}
|
|
2112
2112
|
function Before(relativeTo) {
|
|
2113
2113
|
PipelinePhaseRelation.call(this);
|
|
2114
|
-
this.
|
|
2114
|
+
this.n2b_1 = relativeTo;
|
|
2115
2115
|
}
|
|
2116
2116
|
function Last() {
|
|
2117
2117
|
Last_instance = this;
|
|
@@ -2157,21 +2157,21 @@
|
|
|
2157
2157
|
}
|
|
2158
2158
|
function loop($this, direct) {
|
|
2159
2159
|
do {
|
|
2160
|
-
var currentIndex = $this.
|
|
2161
|
-
if (currentIndex === $this.
|
|
2160
|
+
var currentIndex = $this.u2b_1;
|
|
2161
|
+
if (currentIndex === $this.p2b_1.s()) {
|
|
2162
2162
|
if (!direct) {
|
|
2163
2163
|
// Inline function 'kotlin.Companion.success' call
|
|
2164
|
-
var value = $this.
|
|
2164
|
+
var value = $this.r2b_1;
|
|
2165
2165
|
var tmp$ret$0 = _Result___init__impl__xyqfz8(value);
|
|
2166
2166
|
resumeRootWith($this, tmp$ret$0);
|
|
2167
2167
|
return false;
|
|
2168
2168
|
}
|
|
2169
2169
|
return true;
|
|
2170
2170
|
}
|
|
2171
|
-
$this.
|
|
2172
|
-
var next = $this.
|
|
2171
|
+
$this.u2b_1 = currentIndex + 1 | 0;
|
|
2172
|
+
var next = $this.p2b_1.u(currentIndex);
|
|
2173
2173
|
try {
|
|
2174
|
-
var result = pipelineStartCoroutineUninterceptedOrReturn(next, $this, $this.
|
|
2174
|
+
var result = pipelineStartCoroutineUninterceptedOrReturn(next, $this, $this.r2b_1, $this.q2b_1);
|
|
2175
2175
|
if (result === get_COROUTINE_SUSPENDED())
|
|
2176
2176
|
return false;
|
|
2177
2177
|
} catch ($p) {
|
|
@@ -2189,15 +2189,15 @@
|
|
|
2189
2189
|
while (true);
|
|
2190
2190
|
}
|
|
2191
2191
|
function resumeRootWith($this, result) {
|
|
2192
|
-
if ($this.
|
|
2192
|
+
if ($this.t2b_1 < 0) {
|
|
2193
2193
|
// Inline function 'kotlin.error' call
|
|
2194
2194
|
var message = 'No more continuations to resume';
|
|
2195
2195
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
2196
2196
|
}
|
|
2197
|
-
var next = ensureNotNull($this.
|
|
2198
|
-
var _unary__edvuaz = $this.
|
|
2199
|
-
$this.
|
|
2200
|
-
$this.
|
|
2197
|
+
var next = ensureNotNull($this.s2b_1[$this.t2b_1]);
|
|
2198
|
+
var _unary__edvuaz = $this.t2b_1;
|
|
2199
|
+
$this.t2b_1 = _unary__edvuaz - 1 | 0;
|
|
2200
|
+
$this.s2b_1[_unary__edvuaz] = null;
|
|
2201
2201
|
if (!_Result___get_isFailure__impl__jpiriv(result)) {
|
|
2202
2202
|
next.o9(result);
|
|
2203
2203
|
} else {
|
|
@@ -2209,25 +2209,25 @@
|
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
2211
2211
|
function discardLastRootContinuation($this) {
|
|
2212
|
-
if ($this.
|
|
2212
|
+
if ($this.t2b_1 < 0)
|
|
2213
2213
|
throw IllegalStateException_init_$Create$('No more continuations to resume');
|
|
2214
|
-
var _unary__edvuaz = $this.
|
|
2215
|
-
$this.
|
|
2216
|
-
$this.
|
|
2214
|
+
var _unary__edvuaz = $this.t2b_1;
|
|
2215
|
+
$this.t2b_1 = _unary__edvuaz - 1 | 0;
|
|
2216
|
+
$this.s2b_1[_unary__edvuaz] = null;
|
|
2217
2217
|
}
|
|
2218
2218
|
function SuspendFunctionGun$continuation$1(this$0) {
|
|
2219
|
-
this.
|
|
2220
|
-
this.
|
|
2219
|
+
this.w2b_1 = this$0;
|
|
2220
|
+
this.v2b_1 = -2147483648;
|
|
2221
2221
|
}
|
|
2222
2222
|
protoOf(SuspendFunctionGun$continuation$1).j9 = function () {
|
|
2223
|
-
var continuation = this.
|
|
2223
|
+
var continuation = this.w2b_1.s2b_1[this.w2b_1.t2b_1];
|
|
2224
2224
|
if (!(continuation === this) && !(continuation == null))
|
|
2225
2225
|
return continuation.j9();
|
|
2226
|
-
var index = this.
|
|
2226
|
+
var index = this.w2b_1.t2b_1 - 1 | 0;
|
|
2227
2227
|
while (index >= 0) {
|
|
2228
2228
|
var _unary__edvuaz = index;
|
|
2229
2229
|
index = _unary__edvuaz - 1 | 0;
|
|
2230
|
-
var cont = this.
|
|
2230
|
+
var cont = this.w2b_1.s2b_1[_unary__edvuaz];
|
|
2231
2231
|
if (!(cont === this) && !(cont == null))
|
|
2232
2232
|
return cont.j9();
|
|
2233
2233
|
}
|
|
@@ -2235,82 +2235,82 @@
|
|
|
2235
2235
|
var message = 'Not started';
|
|
2236
2236
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
2237
2237
|
};
|
|
2238
|
-
protoOf(SuspendFunctionGun$continuation$1).
|
|
2238
|
+
protoOf(SuspendFunctionGun$continuation$1).x2b = function (result) {
|
|
2239
2239
|
if (_Result___get_isFailure__impl__jpiriv(result)) {
|
|
2240
2240
|
// Inline function 'kotlin.Companion.failure' call
|
|
2241
2241
|
var exception = ensureNotNull(Result__exceptionOrNull_impl_p6xea9(result));
|
|
2242
2242
|
var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
2243
|
-
resumeRootWith(this.
|
|
2243
|
+
resumeRootWith(this.w2b_1, tmp$ret$0);
|
|
2244
2244
|
return Unit_instance;
|
|
2245
2245
|
}
|
|
2246
|
-
loop(this.
|
|
2246
|
+
loop(this.w2b_1, false);
|
|
2247
2247
|
};
|
|
2248
2248
|
protoOf(SuspendFunctionGun$continuation$1).o9 = function (result) {
|
|
2249
|
-
return this.
|
|
2249
|
+
return this.x2b(result);
|
|
2250
2250
|
};
|
|
2251
2251
|
function SuspendFunctionGun(initial, context, blocks) {
|
|
2252
2252
|
PipelineContext.call(this, context);
|
|
2253
|
-
this.
|
|
2253
|
+
this.p2b_1 = blocks;
|
|
2254
2254
|
var tmp = this;
|
|
2255
|
-
tmp.
|
|
2256
|
-
this.
|
|
2255
|
+
tmp.q2b_1 = new SuspendFunctionGun$continuation$1(this);
|
|
2256
|
+
this.r2b_1 = initial;
|
|
2257
2257
|
var tmp_0 = this;
|
|
2258
2258
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2259
|
-
var size = this.
|
|
2260
|
-
tmp_0.
|
|
2261
|
-
this.
|
|
2262
|
-
this.
|
|
2259
|
+
var size = this.p2b_1.s();
|
|
2260
|
+
tmp_0.s2b_1 = fillArrayVal(Array(size), null);
|
|
2261
|
+
this.t2b_1 = -1;
|
|
2262
|
+
this.u2b_1 = 0;
|
|
2263
2263
|
}
|
|
2264
|
-
protoOf(SuspendFunctionGun).
|
|
2265
|
-
return this.
|
|
2264
|
+
protoOf(SuspendFunctionGun).jn = function () {
|
|
2265
|
+
return this.q2b_1.j9();
|
|
2266
2266
|
};
|
|
2267
|
-
protoOf(SuspendFunctionGun).
|
|
2268
|
-
return this.
|
|
2267
|
+
protoOf(SuspendFunctionGun).k2a = function () {
|
|
2268
|
+
return this.r2b_1;
|
|
2269
2269
|
};
|
|
2270
|
-
protoOf(SuspendFunctionGun).
|
|
2270
|
+
protoOf(SuspendFunctionGun).m2a = function ($completion) {
|
|
2271
2271
|
var tmp$ret$0;
|
|
2272
2272
|
$l$block_0: {
|
|
2273
2273
|
// Inline function 'io.ktor.util.pipeline.SuspendFunctionGun.proceed.<anonymous>' call
|
|
2274
|
-
if (this.
|
|
2275
|
-
tmp$ret$0 = this.
|
|
2274
|
+
if (this.u2b_1 === this.p2b_1.s()) {
|
|
2275
|
+
tmp$ret$0 = this.r2b_1;
|
|
2276
2276
|
break $l$block_0;
|
|
2277
2277
|
}
|
|
2278
|
-
this.
|
|
2278
|
+
this.y2b(intercepted($completion));
|
|
2279
2279
|
if (loop(this, true)) {
|
|
2280
2280
|
discardLastRootContinuation(this);
|
|
2281
|
-
tmp$ret$0 = this.
|
|
2281
|
+
tmp$ret$0 = this.r2b_1;
|
|
2282
2282
|
break $l$block_0;
|
|
2283
2283
|
}
|
|
2284
2284
|
tmp$ret$0 = get_COROUTINE_SUSPENDED();
|
|
2285
2285
|
}
|
|
2286
2286
|
return tmp$ret$0;
|
|
2287
2287
|
};
|
|
2288
|
-
protoOf(SuspendFunctionGun).
|
|
2289
|
-
this.
|
|
2290
|
-
return this.
|
|
2288
|
+
protoOf(SuspendFunctionGun).l2a = function (subject, $completion) {
|
|
2289
|
+
this.r2b_1 = subject;
|
|
2290
|
+
return this.m2a($completion);
|
|
2291
2291
|
};
|
|
2292
|
-
protoOf(SuspendFunctionGun).
|
|
2293
|
-
this.
|
|
2294
|
-
if (this.
|
|
2292
|
+
protoOf(SuspendFunctionGun).n2a = function (initial, $completion) {
|
|
2293
|
+
this.u2b_1 = 0;
|
|
2294
|
+
if (this.u2b_1 === this.p2b_1.s())
|
|
2295
2295
|
return initial;
|
|
2296
|
-
this.
|
|
2297
|
-
if (this.
|
|
2296
|
+
this.r2b_1 = initial;
|
|
2297
|
+
if (this.t2b_1 >= 0)
|
|
2298
2298
|
throw IllegalStateException_init_$Create$('Already started');
|
|
2299
|
-
return this.
|
|
2299
|
+
return this.m2a($completion);
|
|
2300
2300
|
};
|
|
2301
|
-
protoOf(SuspendFunctionGun).
|
|
2302
|
-
this.
|
|
2303
|
-
this.
|
|
2301
|
+
protoOf(SuspendFunctionGun).y2b = function (continuation) {
|
|
2302
|
+
this.t2b_1 = this.t2b_1 + 1 | 0;
|
|
2303
|
+
this.s2b_1[this.t2b_1] = continuation;
|
|
2304
2304
|
};
|
|
2305
2305
|
function TypeInfo(type, kotlinType) {
|
|
2306
2306
|
kotlinType = kotlinType === VOID ? null : kotlinType;
|
|
2307
|
-
this.
|
|
2308
|
-
this.
|
|
2307
|
+
this.z2b_1 = type;
|
|
2308
|
+
this.a2c_1 = kotlinType;
|
|
2309
2309
|
}
|
|
2310
2310
|
protoOf(TypeInfo).hashCode = function () {
|
|
2311
|
-
var tmp0_safe_receiver = this.
|
|
2311
|
+
var tmp0_safe_receiver = this.a2c_1;
|
|
2312
2312
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
2313
|
-
return tmp1_elvis_lhs == null ? this.
|
|
2313
|
+
return tmp1_elvis_lhs == null ? this.z2b_1.hashCode() : tmp1_elvis_lhs;
|
|
2314
2314
|
};
|
|
2315
2315
|
protoOf(TypeInfo).equals = function (other) {
|
|
2316
2316
|
if (this === other)
|
|
@@ -2318,16 +2318,16 @@
|
|
|
2318
2318
|
if (!(other instanceof TypeInfo))
|
|
2319
2319
|
return false;
|
|
2320
2320
|
var tmp;
|
|
2321
|
-
if (!(this.
|
|
2322
|
-
tmp = equals(this.
|
|
2321
|
+
if (!(this.a2c_1 == null) || !(other.a2c_1 == null)) {
|
|
2322
|
+
tmp = equals(this.a2c_1, other.a2c_1);
|
|
2323
2323
|
} else {
|
|
2324
|
-
tmp = this.
|
|
2324
|
+
tmp = this.z2b_1.equals(other.z2b_1);
|
|
2325
2325
|
}
|
|
2326
2326
|
return tmp;
|
|
2327
2327
|
};
|
|
2328
2328
|
protoOf(TypeInfo).toString = function () {
|
|
2329
|
-
var tmp0_elvis_lhs = this.
|
|
2330
|
-
return 'TypeInfo(' + toString(tmp0_elvis_lhs == null ? this.
|
|
2329
|
+
var tmp0_elvis_lhs = this.a2c_1;
|
|
2330
|
+
return 'TypeInfo(' + toString(tmp0_elvis_lhs == null ? this.z2b_1 : tmp0_elvis_lhs) + ')';
|
|
2331
2331
|
};
|
|
2332
2332
|
function get_platform(_this__u8e3s4) {
|
|
2333
2333
|
_init_properties_PlatformUtils_js_kt__7rxm8p();
|
|
@@ -2371,8 +2371,8 @@
|
|
|
2371
2371
|
throw new InvalidTimestampException(ensureNotNull(timestamp));
|
|
2372
2372
|
// Inline function 'kotlin.with' call
|
|
2373
2373
|
// Inline function 'kotlin.contracts.contract' call
|
|
2374
|
-
var dayOfWeek = Companion_instance_1.
|
|
2375
|
-
var month = Companion_instance_2.
|
|
2374
|
+
var dayOfWeek = Companion_instance_1.g29((date.getUTCDay() + 6 | 0) % 7 | 0);
|
|
2375
|
+
var month = Companion_instance_2.g29(date.getUTCMonth());
|
|
2376
2376
|
return new GMTDate(date.getUTCSeconds(), date.getUTCMinutes(), date.getUTCHours(), dayOfWeek, date.getUTCDate(), date.getUTCFullYear(), month, date.getUTCFullYear(), numberToLong(date.getTime()));
|
|
2377
2377
|
}
|
|
2378
2378
|
function InvalidTimestampException(timestamp) {
|
|
@@ -2389,24 +2389,24 @@
|
|
|
2389
2389
|
function AttributesJs() {
|
|
2390
2390
|
var tmp = this;
|
|
2391
2391
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
2392
|
-
tmp.
|
|
2392
|
+
tmp.b2c_1 = LinkedHashMap_init_$Create$();
|
|
2393
2393
|
}
|
|
2394
|
-
protoOf(AttributesJs).
|
|
2395
|
-
var tmp = this.
|
|
2394
|
+
protoOf(AttributesJs).i26 = function (key) {
|
|
2395
|
+
var tmp = this.b2c_1.k2(key);
|
|
2396
2396
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
2397
2397
|
};
|
|
2398
|
-
protoOf(AttributesJs).
|
|
2399
|
-
return this.
|
|
2398
|
+
protoOf(AttributesJs).j26 = function (key) {
|
|
2399
|
+
return this.b2c_1.i2(key);
|
|
2400
2400
|
};
|
|
2401
|
-
protoOf(AttributesJs).
|
|
2401
|
+
protoOf(AttributesJs).k26 = function (key, value) {
|
|
2402
2402
|
// Inline function 'kotlin.collections.set' call
|
|
2403
|
-
this.
|
|
2403
|
+
this.b2c_1.n2(key, value);
|
|
2404
2404
|
};
|
|
2405
|
-
protoOf(AttributesJs).
|
|
2406
|
-
this.
|
|
2405
|
+
protoOf(AttributesJs).l26 = function (key) {
|
|
2406
|
+
this.b2c_1.o2(key);
|
|
2407
2407
|
};
|
|
2408
|
-
protoOf(AttributesJs).
|
|
2409
|
-
var tmp0_safe_receiver = this.
|
|
2408
|
+
protoOf(AttributesJs).m26 = function (key, block) {
|
|
2409
|
+
var tmp0_safe_receiver = this.b2c_1.k2(key);
|
|
2410
2410
|
if (tmp0_safe_receiver == null)
|
|
2411
2411
|
null;
|
|
2412
2412
|
else {
|
|
@@ -2419,11 +2419,11 @@
|
|
|
2419
2419
|
// Inline function 'kotlin.contracts.contract' call
|
|
2420
2420
|
// Inline function 'io.ktor.util.AttributesJs.computeIfAbsent.<anonymous>' call
|
|
2421
2421
|
// Inline function 'kotlin.collections.set' call
|
|
2422
|
-
this.
|
|
2422
|
+
this.b2c_1.n2(key, this_0);
|
|
2423
2423
|
return this_0;
|
|
2424
2424
|
};
|
|
2425
|
-
protoOf(AttributesJs).
|
|
2426
|
-
return toList_0(this.
|
|
2425
|
+
protoOf(AttributesJs).n26 = function () {
|
|
2426
|
+
return toList_0(this.b2c_1.l2());
|
|
2427
2427
|
};
|
|
2428
2428
|
function unmodifiable(_this__u8e3s4) {
|
|
2429
2429
|
return _this__u8e3s4;
|
|
@@ -2439,89 +2439,89 @@
|
|
|
2439
2439
|
}
|
|
2440
2440
|
function ConcurrentMap(initialCapacity) {
|
|
2441
2441
|
initialCapacity = initialCapacity === VOID ? 32 : initialCapacity;
|
|
2442
|
-
this.
|
|
2442
|
+
this.c2c_1 = LinkedHashMap_init_$Create$_0(initialCapacity);
|
|
2443
2443
|
}
|
|
2444
|
-
protoOf(ConcurrentMap).
|
|
2445
|
-
if (this.
|
|
2446
|
-
return ensureNotNull(this.
|
|
2444
|
+
protoOf(ConcurrentMap).d2c = function (key, block) {
|
|
2445
|
+
if (this.c2c_1.i2(key))
|
|
2446
|
+
return ensureNotNull(this.c2c_1.k2(key));
|
|
2447
2447
|
var value = block();
|
|
2448
2448
|
// Inline function 'kotlin.collections.set' call
|
|
2449
|
-
this.
|
|
2449
|
+
this.c2c_1.n2(key, value);
|
|
2450
2450
|
return value;
|
|
2451
2451
|
};
|
|
2452
2452
|
protoOf(ConcurrentMap).s = function () {
|
|
2453
|
-
return this.
|
|
2453
|
+
return this.c2c_1.s();
|
|
2454
2454
|
};
|
|
2455
|
-
protoOf(ConcurrentMap).
|
|
2456
|
-
return this.
|
|
2455
|
+
protoOf(ConcurrentMap).e2c = function (key) {
|
|
2456
|
+
return this.c2c_1.i2(key);
|
|
2457
2457
|
};
|
|
2458
2458
|
protoOf(ConcurrentMap).i2 = function (key) {
|
|
2459
2459
|
if (!(key == null ? true : !(key == null)))
|
|
2460
2460
|
return false;
|
|
2461
|
-
return this.
|
|
2461
|
+
return this.e2c((key == null ? true : !(key == null)) ? key : THROW_CCE());
|
|
2462
2462
|
};
|
|
2463
|
-
protoOf(ConcurrentMap).
|
|
2464
|
-
return this.
|
|
2463
|
+
protoOf(ConcurrentMap).f2c = function (value) {
|
|
2464
|
+
return this.c2c_1.j2(value);
|
|
2465
2465
|
};
|
|
2466
2466
|
protoOf(ConcurrentMap).j2 = function (value) {
|
|
2467
2467
|
if (!(value == null ? true : !(value == null)))
|
|
2468
2468
|
return false;
|
|
2469
|
-
return this.
|
|
2469
|
+
return this.f2c((value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
2470
2470
|
};
|
|
2471
|
-
protoOf(ConcurrentMap).
|
|
2472
|
-
return this.
|
|
2471
|
+
protoOf(ConcurrentMap).g2c = function (key) {
|
|
2472
|
+
return this.c2c_1.k2(key);
|
|
2473
2473
|
};
|
|
2474
2474
|
protoOf(ConcurrentMap).k2 = function (key) {
|
|
2475
2475
|
if (!(key == null ? true : !(key == null)))
|
|
2476
2476
|
return null;
|
|
2477
|
-
return this.
|
|
2477
|
+
return this.g2c((key == null ? true : !(key == null)) ? key : THROW_CCE());
|
|
2478
2478
|
};
|
|
2479
2479
|
protoOf(ConcurrentMap).h = function () {
|
|
2480
|
-
return this.
|
|
2480
|
+
return this.c2c_1.h();
|
|
2481
2481
|
};
|
|
2482
2482
|
protoOf(ConcurrentMap).x = function () {
|
|
2483
|
-
return this.
|
|
2483
|
+
return this.c2c_1.x();
|
|
2484
2484
|
};
|
|
2485
2485
|
protoOf(ConcurrentMap).l2 = function () {
|
|
2486
|
-
return this.
|
|
2486
|
+
return this.c2c_1.l2();
|
|
2487
2487
|
};
|
|
2488
2488
|
protoOf(ConcurrentMap).m2 = function () {
|
|
2489
|
-
return this.
|
|
2489
|
+
return this.c2c_1.m2();
|
|
2490
2490
|
};
|
|
2491
2491
|
protoOf(ConcurrentMap).e2 = function () {
|
|
2492
|
-
this.
|
|
2492
|
+
this.c2c_1.e2();
|
|
2493
2493
|
};
|
|
2494
|
-
protoOf(ConcurrentMap).
|
|
2495
|
-
return this.
|
|
2494
|
+
protoOf(ConcurrentMap).h2c = function (key, value) {
|
|
2495
|
+
return this.c2c_1.n2(key, value);
|
|
2496
2496
|
};
|
|
2497
2497
|
protoOf(ConcurrentMap).n2 = function (key, value) {
|
|
2498
2498
|
var tmp = (key == null ? true : !(key == null)) ? key : THROW_CCE();
|
|
2499
|
-
return this.
|
|
2499
|
+
return this.h2c(tmp, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
2500
2500
|
};
|
|
2501
|
-
protoOf(ConcurrentMap).
|
|
2502
|
-
this.
|
|
2501
|
+
protoOf(ConcurrentMap).i2c = function (from) {
|
|
2502
|
+
this.c2c_1.p2(from);
|
|
2503
2503
|
};
|
|
2504
2504
|
protoOf(ConcurrentMap).p2 = function (from) {
|
|
2505
|
-
return this.
|
|
2505
|
+
return this.i2c(from);
|
|
2506
2506
|
};
|
|
2507
|
-
protoOf(ConcurrentMap).
|
|
2508
|
-
return this.
|
|
2507
|
+
protoOf(ConcurrentMap).j2c = function (key) {
|
|
2508
|
+
return this.c2c_1.o2(key);
|
|
2509
2509
|
};
|
|
2510
2510
|
protoOf(ConcurrentMap).o2 = function (key) {
|
|
2511
2511
|
if (!(key == null ? true : !(key == null)))
|
|
2512
2512
|
return null;
|
|
2513
|
-
return this.
|
|
2513
|
+
return this.j2c((key == null ? true : !(key == null)) ? key : THROW_CCE());
|
|
2514
2514
|
};
|
|
2515
2515
|
protoOf(ConcurrentMap).hashCode = function () {
|
|
2516
|
-
return this.
|
|
2516
|
+
return this.c2c_1.hashCode();
|
|
2517
2517
|
};
|
|
2518
2518
|
protoOf(ConcurrentMap).equals = function (other) {
|
|
2519
2519
|
if (!(!(other == null) ? isInterface(other, KtMap) : false))
|
|
2520
2520
|
return false;
|
|
2521
|
-
return equals(other, this.
|
|
2521
|
+
return equals(other, this.c2c_1);
|
|
2522
2522
|
};
|
|
2523
2523
|
protoOf(ConcurrentMap).toString = function () {
|
|
2524
|
-
return 'ConcurrentMapJs by ' + this.
|
|
2524
|
+
return 'ConcurrentMapJs by ' + this.c2c_1.toString();
|
|
2525
2525
|
};
|
|
2526
2526
|
function KtorSimpleLogger(name) {
|
|
2527
2527
|
return new KtorSimpleLogger$1();
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
function KtorSimpleLogger$1() {
|
|
2533
2533
|
var tmp = this;
|
|
2534
2534
|
var tmp_0;
|
|
2535
|
-
switch (PlatformUtils_getInstance().
|
|
2535
|
+
switch (PlatformUtils_getInstance().q27_1 || PlatformUtils_getInstance().p27_1) {
|
|
2536
2536
|
case true:
|
|
2537
2537
|
// Inline function 'kotlin.Result.getOrNull' call
|
|
2538
2538
|
|
|
@@ -2600,10 +2600,10 @@
|
|
|
2600
2600
|
noWhenBranchMatchedException();
|
|
2601
2601
|
break;
|
|
2602
2602
|
}
|
|
2603
|
-
tmp.
|
|
2603
|
+
tmp.k2c_1 = tmp_0;
|
|
2604
2604
|
}
|
|
2605
|
-
protoOf(KtorSimpleLogger$1).
|
|
2606
|
-
if (this.
|
|
2605
|
+
protoOf(KtorSimpleLogger$1).l2c = function (message) {
|
|
2606
|
+
if (this.k2c_1.u2(LogLevel_TRACE_getInstance()) > 0)
|
|
2607
2607
|
return Unit_instance;
|
|
2608
2608
|
console.debug('TRACE: ' + message);
|
|
2609
2609
|
};
|
|
@@ -2673,8 +2673,8 @@
|
|
|
2673
2673
|
}
|
|
2674
2674
|
//region block: post-declaration
|
|
2675
2675
|
protoOf(CaseInsensitiveMap).asJsReadonlyMapView = asJsReadonlyMapView;
|
|
2676
|
-
protoOf($serializer).
|
|
2677
|
-
protoOf(AttributesJs).
|
|
2676
|
+
protoOf($serializer).k1x = typeParametersSerializers;
|
|
2677
|
+
protoOf(AttributesJs).h26 = get;
|
|
2678
2678
|
protoOf(ConcurrentMap).asJsReadonlyMapView = asJsReadonlyMapView;
|
|
2679
2679
|
//endregion
|
|
2680
2680
|
//region block: init
|