@flock/wirespec 0.7.2 → 0.7.3
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/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js +294 -294
- package/kotlin/kotlin-openapi-bindings.js +3290 -3290
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1239 -1239
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +981 -981
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
- package/kotlin/wirespec-cli.js +80 -80
- package/kotlin/wirespec-core.js +510 -493
- package/kotlin/wirespec-core.js.map +1 -1
- package/kotlin/wirespec-lib.js +38 -38
- package/kotlin/wirespec-openapi.js +361 -357
- package/kotlin/wirespec-openapi.js.map +1 -1
- package/package.json +1 -1
- package/sync-hashes/Kotlinx-Cli-Library-kotlinx-cli-js-ir.js.hash +1 -1
- package/sync-hashes/kotlin-openapi-bindings.js.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
- package/sync-hashes/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map.hash +1 -1
- package/sync-hashes/wirespec-cli.js.hash +1 -1
- package/sync-hashes/wirespec-core.js.hash +1 -1
- package/sync-hashes/wirespec-core.js.map.hash +1 -1
- package/sync-hashes/wirespec-lib.js.hash +1 -1
- package/sync-hashes/wirespec-openapi.js.hash +1 -1
- package/sync-hashes/wirespec-openapi.js.map.hash +1 -1
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
setMetadataFor(MAP, 'MAP', objectMeta, StructureKind);
|
|
240
240
|
setMetadataFor(OBJECT, 'OBJECT', objectMeta, StructureKind);
|
|
241
241
|
function decodeSerializableValue(deserializer) {
|
|
242
|
-
return deserializer.
|
|
242
|
+
return deserializer.cm(this);
|
|
243
243
|
}
|
|
244
244
|
setMetadataFor(Decoder, 'Decoder', interfaceMeta);
|
|
245
245
|
function decodeSequentially() {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
}
|
|
251
251
|
function decodeSerializableElement$default(descriptor, index, deserializer, previousValue, $super) {
|
|
252
252
|
previousValue = previousValue === VOID ? null : previousValue;
|
|
253
|
-
return $super === VOID ? this.
|
|
253
|
+
return $super === VOID ? this.lp(descriptor, index, deserializer, previousValue) : $super.lp.call(this, descriptor, index, deserializer, previousValue);
|
|
254
254
|
}
|
|
255
255
|
setMetadataFor(CompositeDecoder, 'CompositeDecoder', interfaceMeta);
|
|
256
256
|
setMetadataFor(AbstractDecoder, 'AbstractDecoder', classMeta, VOID, [Decoder, CompositeDecoder]);
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
setMetadataFor(Argless, 'Argless', classMeta, ContextualProvider);
|
|
347
347
|
setMetadataFor(WithTypeArguments, 'WithTypeArguments', classMeta, ContextualProvider);
|
|
348
348
|
function contextual(kClass, serializer) {
|
|
349
|
-
return this.
|
|
349
|
+
return this.p11(kClass, SerializersModuleCollector$contextual$lambda(serializer));
|
|
350
350
|
}
|
|
351
351
|
setMetadataFor(SerializersModuleCollector, 'SerializersModuleCollector', interfaceMeta);
|
|
352
352
|
setMetadataFor(SerializableWith, 'SerializableWith', classMeta, VOID, VOID, 0);
|
|
@@ -359,44 +359,44 @@
|
|
|
359
359
|
}
|
|
360
360
|
function PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
361
361
|
return function ($this$buildSerialDescriptor) {
|
|
362
|
-
$this$buildSerialDescriptor.
|
|
363
|
-
$this$buildSerialDescriptor.
|
|
364
|
-
$this$buildSerialDescriptor.
|
|
362
|
+
$this$buildSerialDescriptor.lm('type', serializer_0(StringCompanionObject_getInstance()).bm());
|
|
363
|
+
$this$buildSerialDescriptor.lm('value', buildSerialDescriptor('kotlinx.serialization.Polymorphic<' + this$0.mm_1.fc() + '>', CONTEXTUAL_getInstance(), []));
|
|
364
|
+
$this$buildSerialDescriptor.fm_1 = this$0.nm_1;
|
|
365
365
|
return Unit_getInstance();
|
|
366
366
|
};
|
|
367
367
|
}
|
|
368
368
|
function PolymorphicSerializer$descriptor$delegate$lambda(this$0) {
|
|
369
369
|
return function () {
|
|
370
370
|
var tmp = OPEN_getInstance();
|
|
371
|
-
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.
|
|
371
|
+
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.mm_1);
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
374
|
function PolymorphicSerializer(baseClass) {
|
|
375
375
|
AbstractPolymorphicSerializer.call(this);
|
|
376
|
-
this.
|
|
377
|
-
this.
|
|
376
|
+
this.mm_1 = baseClass;
|
|
377
|
+
this.nm_1 = emptyList();
|
|
378
378
|
var tmp = this;
|
|
379
379
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
380
|
-
tmp.
|
|
380
|
+
tmp.om_1 = lazy(tmp_0, PolymorphicSerializer$descriptor$delegate$lambda(this));
|
|
381
381
|
}
|
|
382
|
-
protoOf(PolymorphicSerializer).
|
|
383
|
-
return this.
|
|
382
|
+
protoOf(PolymorphicSerializer).pm = function () {
|
|
383
|
+
return this.mm_1;
|
|
384
384
|
};
|
|
385
|
-
protoOf(PolymorphicSerializer).
|
|
385
|
+
protoOf(PolymorphicSerializer).bm = function () {
|
|
386
386
|
var tmp$ret$0;
|
|
387
387
|
// Inline function 'kotlin.getValue' call
|
|
388
388
|
var tmp0_getValue = descriptor$factory();
|
|
389
|
-
tmp$ret$0 = this.
|
|
389
|
+
tmp$ret$0 = this.om_1.w();
|
|
390
390
|
return tmp$ret$0;
|
|
391
391
|
};
|
|
392
392
|
protoOf(PolymorphicSerializer).toString = function () {
|
|
393
|
-
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + this.
|
|
393
|
+
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + this.mm_1 + ')';
|
|
394
394
|
};
|
|
395
395
|
function findPolymorphicSerializer(_this__u8e3s4, decoder, klassName) {
|
|
396
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
396
|
+
var tmp0_elvis_lhs = _this__u8e3s4.qm(decoder, klassName);
|
|
397
397
|
var tmp;
|
|
398
398
|
if (tmp0_elvis_lhs == null) {
|
|
399
|
-
throwSubtypeNotRegistered(klassName, _this__u8e3s4.
|
|
399
|
+
throwSubtypeNotRegistered(klassName, _this__u8e3s4.pm());
|
|
400
400
|
} else {
|
|
401
401
|
tmp = tmp0_elvis_lhs;
|
|
402
402
|
}
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
}
|
|
405
405
|
function descriptor$factory() {
|
|
406
406
|
return getPropertyCallableRef('descriptor', 1, KProperty1, function (receiver) {
|
|
407
|
-
return receiver.
|
|
407
|
+
return receiver.bm();
|
|
408
408
|
}, null);
|
|
409
409
|
}
|
|
410
410
|
function SerializationException_init_$Init$(message, $this) {
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
function MissingFieldException(missingFields, message, cause) {
|
|
451
451
|
SerializationException_init_$Init$_0(message, cause, this);
|
|
452
452
|
captureStack(this, MissingFieldException);
|
|
453
|
-
this.
|
|
453
|
+
this.rm_1 = missingFields;
|
|
454
454
|
}
|
|
455
455
|
function serializerOrNull(_this__u8e3s4) {
|
|
456
456
|
var tmp0_elvis_lhs = compiledSerializerImpl(_this__u8e3s4);
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
var tmp$ret$1;
|
|
575
575
|
$l$block: {
|
|
576
576
|
// Inline function 'kotlin.requireNotNull' call
|
|
577
|
-
var tmp0_requireNotNull = item.
|
|
577
|
+
var tmp0_requireNotNull = item.tm_1;
|
|
578
578
|
// Inline function 'kotlin.contracts.contract' call
|
|
579
579
|
if (tmp0_requireNotNull == null) {
|
|
580
580
|
var tmp$ret$0;
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
}
|
|
641
641
|
var tmp_5;
|
|
642
642
|
if (typeArguments.g()) {
|
|
643
|
-
tmp_5 = _this__u8e3s4.
|
|
643
|
+
tmp_5 = _this__u8e3s4.vm(rootClass);
|
|
644
644
|
} else {
|
|
645
645
|
var tmp1_elvis_lhs = serializersForParameters(_this__u8e3s4, typeArguments, failOnMissingTypeArgSerializer);
|
|
646
646
|
var tmp_6;
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
var serializers = tmp_6;
|
|
653
653
|
var tmp2_elvis_lhs = parametrizedSerializerOrNull(rootClass, serializers, serializerByKTypeImpl$lambda(typeArguments));
|
|
654
|
-
tmp_5 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
654
|
+
tmp_5 = tmp2_elvis_lhs == null ? _this__u8e3s4.um(rootClass, serializers) : tmp2_elvis_lhs;
|
|
655
655
|
}
|
|
656
656
|
var contextualSerializer = tmp_5;
|
|
657
657
|
var tmp3_safe_receiver = contextualSerializer;
|
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
702
702
|
var tmp;
|
|
703
703
|
if (!isNullable) {
|
|
704
|
-
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().
|
|
704
|
+
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().wm(clazz);
|
|
705
705
|
var tmp_0;
|
|
706
706
|
if (tmp0_safe_receiver == null) {
|
|
707
707
|
tmp_0 = null;
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
}
|
|
714
714
|
tmp = tmp_0;
|
|
715
715
|
} else {
|
|
716
|
-
tmp = get_SERIALIZERS_CACHE_NULLABLE().
|
|
716
|
+
tmp = get_SERIALIZERS_CACHE_NULLABLE().wm(clazz);
|
|
717
717
|
}
|
|
718
718
|
return tmp;
|
|
719
719
|
}
|
|
@@ -721,10 +721,10 @@
|
|
|
721
721
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
722
722
|
var tmp;
|
|
723
723
|
if (!isNullable) {
|
|
724
|
-
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().
|
|
724
|
+
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().xm(clazz, types);
|
|
725
725
|
tmp = new Result(tmp_0) instanceof Result ? tmp_0 : THROW_CCE();
|
|
726
726
|
} else {
|
|
727
|
-
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().
|
|
727
|
+
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().xm(clazz, types);
|
|
728
728
|
}
|
|
729
729
|
return tmp;
|
|
730
730
|
}
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
}
|
|
792
792
|
function get_nullable(_this__u8e3s4) {
|
|
793
793
|
var tmp;
|
|
794
|
-
if (_this__u8e3s4.
|
|
794
|
+
if (_this__u8e3s4.bm().ym()) {
|
|
795
795
|
tmp = isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
796
796
|
} else {
|
|
797
797
|
tmp = new NullableSerializer(_this__u8e3s4);
|
|
@@ -904,42 +904,42 @@
|
|
|
904
904
|
return new ContextDescriptor(_this__u8e3s4, context);
|
|
905
905
|
}
|
|
906
906
|
function ContextDescriptor(original, kClass) {
|
|
907
|
-
this.
|
|
908
|
-
this.
|
|
909
|
-
this.
|
|
907
|
+
this.zm_1 = original;
|
|
908
|
+
this.an_1 = kClass;
|
|
909
|
+
this.bn_1 = this.zm_1.cn() + '<' + this.an_1.fc() + '>';
|
|
910
910
|
}
|
|
911
|
-
protoOf(ContextDescriptor).bn = function () {
|
|
912
|
-
return this.xm_1.bn();
|
|
913
|
-
};
|
|
914
|
-
protoOf(ContextDescriptor).cn = function () {
|
|
915
|
-
return this.xm_1.cn();
|
|
916
|
-
};
|
|
917
911
|
protoOf(ContextDescriptor).dn = function () {
|
|
918
|
-
return this.
|
|
919
|
-
};
|
|
920
|
-
protoOf(ContextDescriptor).wm = function () {
|
|
921
|
-
return this.xm_1.wm();
|
|
912
|
+
return this.zm_1.dn();
|
|
922
913
|
};
|
|
923
914
|
protoOf(ContextDescriptor).en = function () {
|
|
924
|
-
return this.
|
|
915
|
+
return this.zm_1.en();
|
|
916
|
+
};
|
|
917
|
+
protoOf(ContextDescriptor).fn = function () {
|
|
918
|
+
return this.zm_1.fn();
|
|
925
919
|
};
|
|
926
|
-
protoOf(ContextDescriptor).
|
|
927
|
-
return this.
|
|
920
|
+
protoOf(ContextDescriptor).ym = function () {
|
|
921
|
+
return this.zm_1.ym();
|
|
928
922
|
};
|
|
929
|
-
protoOf(ContextDescriptor).gn = function (
|
|
930
|
-
return this.
|
|
923
|
+
protoOf(ContextDescriptor).gn = function () {
|
|
924
|
+
return this.zm_1.gn();
|
|
931
925
|
};
|
|
932
|
-
protoOf(ContextDescriptor).hn = function (
|
|
933
|
-
return this.
|
|
926
|
+
protoOf(ContextDescriptor).hn = function (index) {
|
|
927
|
+
return this.zm_1.hn(index);
|
|
934
928
|
};
|
|
935
929
|
protoOf(ContextDescriptor).in = function (index) {
|
|
936
|
-
return this.
|
|
930
|
+
return this.zm_1.in(index);
|
|
931
|
+
};
|
|
932
|
+
protoOf(ContextDescriptor).jn = function (name) {
|
|
933
|
+
return this.zm_1.jn(name);
|
|
937
934
|
};
|
|
938
|
-
protoOf(ContextDescriptor).
|
|
939
|
-
return this.
|
|
935
|
+
protoOf(ContextDescriptor).kn = function (index) {
|
|
936
|
+
return this.zm_1.kn(index);
|
|
940
937
|
};
|
|
941
|
-
protoOf(ContextDescriptor).
|
|
942
|
-
return this.zm_1;
|
|
938
|
+
protoOf(ContextDescriptor).ln = function (index) {
|
|
939
|
+
return this.zm_1.ln(index);
|
|
940
|
+
};
|
|
941
|
+
protoOf(ContextDescriptor).cn = function () {
|
|
942
|
+
return this.bn_1;
|
|
943
943
|
};
|
|
944
944
|
protoOf(ContextDescriptor).equals = function (other) {
|
|
945
945
|
var tmp0_elvis_lhs = other instanceof ContextDescriptor ? other : null;
|
|
@@ -950,15 +950,15 @@
|
|
|
950
950
|
tmp = tmp0_elvis_lhs;
|
|
951
951
|
}
|
|
952
952
|
var another = tmp;
|
|
953
|
-
return equals(this.
|
|
953
|
+
return equals(this.zm_1, another.zm_1) ? another.an_1.equals(this.an_1) : false;
|
|
954
954
|
};
|
|
955
955
|
protoOf(ContextDescriptor).hashCode = function () {
|
|
956
|
-
var result = this.
|
|
957
|
-
result = imul(31, result) + getStringHashCode(this.
|
|
956
|
+
var result = this.an_1.hashCode();
|
|
957
|
+
result = imul(31, result) + getStringHashCode(this.bn_1) | 0;
|
|
958
958
|
return result;
|
|
959
959
|
};
|
|
960
960
|
protoOf(ContextDescriptor).toString = function () {
|
|
961
|
-
return 'ContextDescriptor(kClass: ' + this.
|
|
961
|
+
return 'ContextDescriptor(kClass: ' + this.an_1 + ', original: ' + this.zm_1 + ')';
|
|
962
962
|
};
|
|
963
963
|
function getContextualDescriptor(_this__u8e3s4, descriptor) {
|
|
964
964
|
var tmp0_safe_receiver = get_capturedKClass(descriptor);
|
|
@@ -971,8 +971,8 @@
|
|
|
971
971
|
// Inline function 'kotlin.contracts.contract' call
|
|
972
972
|
var tmp$ret$0;
|
|
973
973
|
// Inline function 'kotlinx.serialization.descriptors.getContextualDescriptor.<anonymous>' call
|
|
974
|
-
var tmp0_safe_receiver_0 = _this__u8e3s4.
|
|
975
|
-
tmp$ret$0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
974
|
+
var tmp0_safe_receiver_0 = _this__u8e3s4.vm(tmp0_safe_receiver);
|
|
975
|
+
tmp$ret$0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.bm();
|
|
976
976
|
tmp$ret$1 = tmp$ret$0;
|
|
977
977
|
tmp = tmp$ret$1;
|
|
978
978
|
}
|
|
@@ -982,10 +982,10 @@
|
|
|
982
982
|
var tmp0_subject = _this__u8e3s4;
|
|
983
983
|
var tmp;
|
|
984
984
|
if (tmp0_subject instanceof ContextDescriptor) {
|
|
985
|
-
tmp = _this__u8e3s4.
|
|
985
|
+
tmp = _this__u8e3s4.an_1;
|
|
986
986
|
} else {
|
|
987
987
|
if (tmp0_subject instanceof SerialDescriptorForNullable) {
|
|
988
|
-
tmp = get_capturedKClass(_this__u8e3s4.
|
|
988
|
+
tmp = get_capturedKClass(_this__u8e3s4.mn_1);
|
|
989
989
|
} else {
|
|
990
990
|
tmp = null;
|
|
991
991
|
}
|
|
@@ -1007,49 +1007,49 @@
|
|
|
1007
1007
|
return tmp$ret$0;
|
|
1008
1008
|
}
|
|
1009
1009
|
function elementDescriptors$1$1($this_elementDescriptors) {
|
|
1010
|
-
this.
|
|
1011
|
-
this.
|
|
1010
|
+
this.qn_1 = $this_elementDescriptors;
|
|
1011
|
+
this.pn_1 = $this_elementDescriptors.en();
|
|
1012
1012
|
}
|
|
1013
1013
|
protoOf(elementDescriptors$1$1).d = function () {
|
|
1014
|
-
return this.
|
|
1014
|
+
return this.pn_1 > 0;
|
|
1015
1015
|
};
|
|
1016
1016
|
protoOf(elementDescriptors$1$1).e = function () {
|
|
1017
|
-
var tmp = this.
|
|
1017
|
+
var tmp = this.qn_1.en();
|
|
1018
1018
|
var tmp0_this = this;
|
|
1019
|
-
var tmp1 = tmp0_this.
|
|
1020
|
-
tmp0_this.
|
|
1021
|
-
return this.
|
|
1019
|
+
var tmp1 = tmp0_this.pn_1;
|
|
1020
|
+
tmp0_this.pn_1 = tmp1 - 1 | 0;
|
|
1021
|
+
return this.qn_1.in(tmp - tmp1 | 0);
|
|
1022
1022
|
};
|
|
1023
1023
|
function _no_name_provided__qut3iv($this_elementDescriptors) {
|
|
1024
|
-
this.
|
|
1024
|
+
this.rn_1 = $this_elementDescriptors;
|
|
1025
1025
|
}
|
|
1026
1026
|
protoOf(_no_name_provided__qut3iv).c = function () {
|
|
1027
1027
|
var tmp$ret$0;
|
|
1028
1028
|
// Inline function 'kotlinx.serialization.descriptors.<get-elementDescriptors>.<anonymous>' call
|
|
1029
|
-
tmp$ret$0 = new elementDescriptors$1$1(this.
|
|
1029
|
+
tmp$ret$0 = new elementDescriptors$1$1(this.rn_1);
|
|
1030
1030
|
return tmp$ret$0;
|
|
1031
1031
|
};
|
|
1032
1032
|
function elementNames$1$1($this_elementNames) {
|
|
1033
|
-
this.
|
|
1034
|
-
this.
|
|
1033
|
+
this.tn_1 = $this_elementNames;
|
|
1034
|
+
this.sn_1 = $this_elementNames.en();
|
|
1035
1035
|
}
|
|
1036
1036
|
protoOf(elementNames$1$1).d = function () {
|
|
1037
|
-
return this.
|
|
1037
|
+
return this.sn_1 > 0;
|
|
1038
1038
|
};
|
|
1039
1039
|
protoOf(elementNames$1$1).e = function () {
|
|
1040
|
-
var tmp = this.
|
|
1040
|
+
var tmp = this.tn_1.en();
|
|
1041
1041
|
var tmp0_this = this;
|
|
1042
|
-
var tmp1 = tmp0_this.
|
|
1043
|
-
tmp0_this.
|
|
1044
|
-
return this.
|
|
1042
|
+
var tmp1 = tmp0_this.sn_1;
|
|
1043
|
+
tmp0_this.sn_1 = tmp1 - 1 | 0;
|
|
1044
|
+
return this.tn_1.kn(tmp - tmp1 | 0);
|
|
1045
1045
|
};
|
|
1046
1046
|
function _no_name_provided__qut3iv_0($this_elementNames) {
|
|
1047
|
-
this.
|
|
1047
|
+
this.un_1 = $this_elementNames;
|
|
1048
1048
|
}
|
|
1049
1049
|
protoOf(_no_name_provided__qut3iv_0).c = function () {
|
|
1050
1050
|
var tmp$ret$0;
|
|
1051
1051
|
// Inline function 'kotlinx.serialization.descriptors.<get-elementNames>.<anonymous>' call
|
|
1052
|
-
tmp$ret$0 = new elementNames$1$1(this.
|
|
1052
|
+
tmp$ret$0 = new elementNames$1$1(this.un_1);
|
|
1053
1053
|
return tmp$ret$0;
|
|
1054
1054
|
};
|
|
1055
1055
|
function buildSerialDescriptor(serialName, kind, typeParameters, builder) {
|
|
@@ -1085,55 +1085,55 @@
|
|
|
1085
1085
|
}
|
|
1086
1086
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
1087
1087
|
builder(sdBuilder);
|
|
1088
|
-
return new SerialDescriptorImpl(serialName, kind, sdBuilder.
|
|
1088
|
+
return new SerialDescriptorImpl(serialName, kind, sdBuilder.gm_1.f(), toList(typeParameters), sdBuilder);
|
|
1089
1089
|
}
|
|
1090
1090
|
function ClassSerialDescriptorBuilder(serialName) {
|
|
1091
|
-
this.
|
|
1092
|
-
this.
|
|
1093
|
-
this.
|
|
1094
|
-
this.em_1 = ArrayList_init_$Create$_0();
|
|
1095
|
-
this.fm_1 = HashSet_init_$Create$();
|
|
1091
|
+
this.dm_1 = serialName;
|
|
1092
|
+
this.em_1 = false;
|
|
1093
|
+
this.fm_1 = emptyList();
|
|
1096
1094
|
this.gm_1 = ArrayList_init_$Create$_0();
|
|
1097
|
-
this.hm_1 =
|
|
1095
|
+
this.hm_1 = HashSet_init_$Create$();
|
|
1098
1096
|
this.im_1 = ArrayList_init_$Create$_0();
|
|
1097
|
+
this.jm_1 = ArrayList_init_$Create$_0();
|
|
1098
|
+
this.km_1 = ArrayList_init_$Create$_0();
|
|
1099
1099
|
}
|
|
1100
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
1100
|
+
protoOf(ClassSerialDescriptorBuilder).vn = function (elementName, descriptor, annotations, isOptional) {
|
|
1101
1101
|
// Inline function 'kotlin.require' call
|
|
1102
|
-
var tmp0_require = this.
|
|
1102
|
+
var tmp0_require = this.hm_1.a(elementName);
|
|
1103
1103
|
// Inline function 'kotlin.contracts.contract' call
|
|
1104
1104
|
if (!tmp0_require) {
|
|
1105
1105
|
var tmp$ret$0;
|
|
1106
1106
|
// Inline function 'kotlinx.serialization.descriptors.ClassSerialDescriptorBuilder.element.<anonymous>' call
|
|
1107
|
-
tmp$ret$0 = "Element with name '" + elementName + "' is already registered in " + this.
|
|
1107
|
+
tmp$ret$0 = "Element with name '" + elementName + "' is already registered in " + this.dm_1;
|
|
1108
1108
|
var message = tmp$ret$0;
|
|
1109
1109
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1110
1110
|
}
|
|
1111
1111
|
var tmp0_this = this;
|
|
1112
1112
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1113
|
-
var tmp1_plusAssign = tmp0_this.
|
|
1113
|
+
var tmp1_plusAssign = tmp0_this.gm_1;
|
|
1114
1114
|
tmp1_plusAssign.a(elementName);
|
|
1115
1115
|
var tmp1_this = this;
|
|
1116
1116
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1117
|
-
var tmp2_plusAssign = tmp1_this.
|
|
1117
|
+
var tmp2_plusAssign = tmp1_this.im_1;
|
|
1118
1118
|
tmp2_plusAssign.a(descriptor);
|
|
1119
1119
|
var tmp2_this = this;
|
|
1120
1120
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1121
|
-
var tmp3_plusAssign = tmp2_this.
|
|
1121
|
+
var tmp3_plusAssign = tmp2_this.jm_1;
|
|
1122
1122
|
tmp3_plusAssign.a(annotations);
|
|
1123
1123
|
var tmp3_this = this;
|
|
1124
1124
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1125
|
-
var tmp4_plusAssign = tmp3_this.
|
|
1125
|
+
var tmp4_plusAssign = tmp3_this.km_1;
|
|
1126
1126
|
tmp4_plusAssign.a(isOptional);
|
|
1127
1127
|
};
|
|
1128
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
1128
|
+
protoOf(ClassSerialDescriptorBuilder).lm = function (elementName, descriptor, annotations, isOptional, $super) {
|
|
1129
1129
|
annotations = annotations === VOID ? emptyList() : annotations;
|
|
1130
1130
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
1131
1131
|
var tmp;
|
|
1132
1132
|
if ($super === VOID) {
|
|
1133
|
-
this.
|
|
1133
|
+
this.vn(elementName, descriptor, annotations, isOptional);
|
|
1134
1134
|
tmp = Unit_getInstance();
|
|
1135
1135
|
} else {
|
|
1136
|
-
tmp = $super.
|
|
1136
|
+
tmp = $super.vn.call(this, elementName, descriptor, annotations, isOptional);
|
|
1137
1137
|
}
|
|
1138
1138
|
return tmp;
|
|
1139
1139
|
};
|
|
@@ -1160,49 +1160,49 @@
|
|
|
1160
1160
|
}
|
|
1161
1161
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
1162
1162
|
builderAction(sdBuilder);
|
|
1163
|
-
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.
|
|
1163
|
+
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.gm_1.f(), toList(typeParameters), sdBuilder);
|
|
1164
1164
|
}
|
|
1165
1165
|
function _get__hashCode__tgwhef($this) {
|
|
1166
1166
|
var tmp$ret$0;
|
|
1167
1167
|
// Inline function 'kotlin.getValue' call
|
|
1168
1168
|
var tmp0_getValue = _hashCode$factory();
|
|
1169
|
-
tmp$ret$0 = $this.
|
|
1169
|
+
tmp$ret$0 = $this.ho_1.w();
|
|
1170
1170
|
return tmp$ret$0;
|
|
1171
1171
|
}
|
|
1172
1172
|
function SerialDescriptorImpl$_hashCode$delegate$lambda(this$0) {
|
|
1173
1173
|
return function () {
|
|
1174
|
-
return hashCodeImpl(this$0, this$0.
|
|
1174
|
+
return hashCodeImpl(this$0, this$0.go_1);
|
|
1175
1175
|
};
|
|
1176
1176
|
}
|
|
1177
1177
|
function SerialDescriptorImpl$toString$lambda(this$0) {
|
|
1178
1178
|
return function (it) {
|
|
1179
|
-
return this$0.
|
|
1179
|
+
return this$0.kn(it) + ': ' + this$0.in(it).cn();
|
|
1180
1180
|
};
|
|
1181
1181
|
}
|
|
1182
1182
|
function SerialDescriptorImpl(serialName, kind, elementsCount, typeParameters, builder) {
|
|
1183
|
-
this.
|
|
1184
|
-
this.
|
|
1185
|
-
this.
|
|
1186
|
-
this.
|
|
1187
|
-
this.
|
|
1183
|
+
this.wn_1 = serialName;
|
|
1184
|
+
this.xn_1 = kind;
|
|
1185
|
+
this.yn_1 = elementsCount;
|
|
1186
|
+
this.zn_1 = builder.fm_1;
|
|
1187
|
+
this.ao_1 = toHashSet(builder.gm_1);
|
|
1188
1188
|
var tmp = this;
|
|
1189
1189
|
var tmp$ret$0;
|
|
1190
1190
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1191
|
-
var tmp0_toTypedArray = builder.
|
|
1191
|
+
var tmp0_toTypedArray = builder.gm_1;
|
|
1192
1192
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
1193
|
-
tmp.
|
|
1194
|
-
this.
|
|
1193
|
+
tmp.bo_1 = tmp$ret$0;
|
|
1194
|
+
this.co_1 = compactArray(builder.im_1);
|
|
1195
1195
|
var tmp_0 = this;
|
|
1196
1196
|
var tmp$ret$1;
|
|
1197
1197
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1198
|
-
var tmp0_toTypedArray_0 = builder.
|
|
1198
|
+
var tmp0_toTypedArray_0 = builder.jm_1;
|
|
1199
1199
|
tmp$ret$1 = copyToArray(tmp0_toTypedArray_0);
|
|
1200
|
-
tmp_0.
|
|
1201
|
-
this.
|
|
1200
|
+
tmp_0.do_1 = tmp$ret$1;
|
|
1201
|
+
this.eo_1 = toBooleanArray(builder.km_1);
|
|
1202
1202
|
var tmp_1 = this;
|
|
1203
1203
|
var tmp$ret$4;
|
|
1204
1204
|
// Inline function 'kotlin.collections.map' call
|
|
1205
|
-
var tmp1_map = withIndex(this.
|
|
1205
|
+
var tmp1_map = withIndex(this.bo_1);
|
|
1206
1206
|
var tmp$ret$3;
|
|
1207
1207
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1208
1208
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -1216,31 +1216,31 @@
|
|
|
1216
1216
|
}
|
|
1217
1217
|
tmp$ret$3 = tmp0_mapTo;
|
|
1218
1218
|
tmp$ret$4 = tmp$ret$3;
|
|
1219
|
-
tmp_1.
|
|
1220
|
-
this.
|
|
1219
|
+
tmp_1.fo_1 = toMap(tmp$ret$4);
|
|
1220
|
+
this.go_1 = compactArray(typeParameters);
|
|
1221
1221
|
var tmp_2 = this;
|
|
1222
|
-
tmp_2.
|
|
1222
|
+
tmp_2.ho_1 = lazy_0(SerialDescriptorImpl$_hashCode$delegate$lambda(this));
|
|
1223
1223
|
}
|
|
1224
|
-
protoOf(SerialDescriptorImpl).an = function () {
|
|
1225
|
-
return this.un_1;
|
|
1226
|
-
};
|
|
1227
|
-
protoOf(SerialDescriptorImpl).en = function () {
|
|
1228
|
-
return this.vn_1;
|
|
1229
|
-
};
|
|
1230
1224
|
protoOf(SerialDescriptorImpl).cn = function () {
|
|
1231
1225
|
return this.wn_1;
|
|
1232
1226
|
};
|
|
1233
|
-
protoOf(SerialDescriptorImpl).
|
|
1227
|
+
protoOf(SerialDescriptorImpl).gn = function () {
|
|
1234
1228
|
return this.xn_1;
|
|
1235
1229
|
};
|
|
1236
|
-
protoOf(SerialDescriptorImpl).
|
|
1230
|
+
protoOf(SerialDescriptorImpl).en = function () {
|
|
1237
1231
|
return this.yn_1;
|
|
1238
1232
|
};
|
|
1239
|
-
protoOf(SerialDescriptorImpl).
|
|
1240
|
-
return
|
|
1233
|
+
protoOf(SerialDescriptorImpl).dn = function () {
|
|
1234
|
+
return this.zn_1;
|
|
1235
|
+
};
|
|
1236
|
+
protoOf(SerialDescriptorImpl).io = function () {
|
|
1237
|
+
return this.ao_1;
|
|
1238
|
+
};
|
|
1239
|
+
protoOf(SerialDescriptorImpl).kn = function (index) {
|
|
1240
|
+
return getChecked(this.bo_1, index);
|
|
1241
1241
|
};
|
|
1242
|
-
protoOf(SerialDescriptorImpl).
|
|
1243
|
-
var tmp0_elvis_lhs = this.
|
|
1242
|
+
protoOf(SerialDescriptorImpl).jn = function (name) {
|
|
1243
|
+
var tmp0_elvis_lhs = this.fo_1.m2(name);
|
|
1244
1244
|
var tmp;
|
|
1245
1245
|
if (tmp0_elvis_lhs == null) {
|
|
1246
1246
|
Companion_getInstance_7();
|
|
@@ -1250,14 +1250,14 @@
|
|
|
1250
1250
|
}
|
|
1251
1251
|
return tmp;
|
|
1252
1252
|
};
|
|
1253
|
-
protoOf(SerialDescriptorImpl).
|
|
1254
|
-
return getChecked(this.
|
|
1253
|
+
protoOf(SerialDescriptorImpl).hn = function (index) {
|
|
1254
|
+
return getChecked(this.do_1, index);
|
|
1255
1255
|
};
|
|
1256
|
-
protoOf(SerialDescriptorImpl).
|
|
1257
|
-
return getChecked(this.
|
|
1256
|
+
protoOf(SerialDescriptorImpl).in = function (index) {
|
|
1257
|
+
return getChecked(this.co_1, index);
|
|
1258
1258
|
};
|
|
1259
|
-
protoOf(SerialDescriptorImpl).
|
|
1260
|
-
return getChecked_0(this.
|
|
1259
|
+
protoOf(SerialDescriptorImpl).ln = function (index) {
|
|
1260
|
+
return getChecked_0(this.eo_1, index);
|
|
1261
1261
|
};
|
|
1262
1262
|
protoOf(SerialDescriptorImpl).equals = function (other) {
|
|
1263
1263
|
var tmp$ret$0;
|
|
@@ -1271,33 +1271,33 @@
|
|
|
1271
1271
|
tmp$ret$0 = false;
|
|
1272
1272
|
break $l$block_5;
|
|
1273
1273
|
}
|
|
1274
|
-
if (!(this.
|
|
1274
|
+
if (!(this.cn() === other.cn())) {
|
|
1275
1275
|
tmp$ret$0 = false;
|
|
1276
1276
|
break $l$block_5;
|
|
1277
1277
|
}
|
|
1278
1278
|
var tmp$ret$1;
|
|
1279
1279
|
// Inline function 'kotlinx.serialization.descriptors.SerialDescriptorImpl.equals.<anonymous>' call
|
|
1280
1280
|
var tmp0__anonymous__q1qw7t = other;
|
|
1281
|
-
tmp$ret$1 = contentEquals(this.
|
|
1281
|
+
tmp$ret$1 = contentEquals(this.go_1, tmp0__anonymous__q1qw7t.go_1);
|
|
1282
1282
|
if (!tmp$ret$1) {
|
|
1283
1283
|
tmp$ret$0 = false;
|
|
1284
1284
|
break $l$block_5;
|
|
1285
1285
|
}
|
|
1286
|
-
if (!(this.
|
|
1286
|
+
if (!(this.en() === other.en())) {
|
|
1287
1287
|
tmp$ret$0 = false;
|
|
1288
1288
|
break $l$block_5;
|
|
1289
1289
|
}
|
|
1290
1290
|
var inductionVariable = 0;
|
|
1291
|
-
var last = this.
|
|
1291
|
+
var last = this.en();
|
|
1292
1292
|
if (inductionVariable < last)
|
|
1293
1293
|
do {
|
|
1294
1294
|
var index = inductionVariable;
|
|
1295
1295
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1296
|
-
if (!(this.
|
|
1296
|
+
if (!(this.in(index).cn() === other.in(index).cn())) {
|
|
1297
1297
|
tmp$ret$0 = false;
|
|
1298
1298
|
break $l$block_5;
|
|
1299
1299
|
}
|
|
1300
|
-
if (!equals(this.
|
|
1300
|
+
if (!equals(this.in(index).gn(), other.in(index).gn())) {
|
|
1301
1301
|
tmp$ret$0 = false;
|
|
1302
1302
|
break $l$block_5;
|
|
1303
1303
|
}
|
|
@@ -1311,8 +1311,8 @@
|
|
|
1311
1311
|
return _get__hashCode__tgwhef(this);
|
|
1312
1312
|
};
|
|
1313
1313
|
protoOf(SerialDescriptorImpl).toString = function () {
|
|
1314
|
-
var tmp = until(0, this.
|
|
1315
|
-
var tmp_0 = this.
|
|
1314
|
+
var tmp = until(0, this.yn_1);
|
|
1315
|
+
var tmp_0 = this.wn_1 + '(';
|
|
1316
1316
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, SerialDescriptorImpl$toString$lambda(this));
|
|
1317
1317
|
};
|
|
1318
1318
|
function PrimitiveSerialDescriptor(serialName, kind) {
|
|
@@ -1531,71 +1531,65 @@
|
|
|
1531
1531
|
}
|
|
1532
1532
|
function AbstractDecoder() {
|
|
1533
1533
|
}
|
|
1534
|
-
protoOf(AbstractDecoder).
|
|
1534
|
+
protoOf(AbstractDecoder).jo = function () {
|
|
1535
1535
|
throw SerializationException_init_$Create$('' + getKClassFromExpression(this) + " can't retrieve untyped values");
|
|
1536
1536
|
};
|
|
1537
|
-
protoOf(AbstractDecoder).
|
|
1537
|
+
protoOf(AbstractDecoder).ko = function () {
|
|
1538
1538
|
return true;
|
|
1539
1539
|
};
|
|
1540
|
-
protoOf(AbstractDecoder).
|
|
1540
|
+
protoOf(AbstractDecoder).lo = function () {
|
|
1541
1541
|
return null;
|
|
1542
1542
|
};
|
|
1543
|
-
protoOf(AbstractDecoder).
|
|
1544
|
-
var tmp = this.
|
|
1543
|
+
protoOf(AbstractDecoder).mo = function () {
|
|
1544
|
+
var tmp = this.jo();
|
|
1545
1545
|
return typeof tmp === 'boolean' ? tmp : THROW_CCE();
|
|
1546
1546
|
};
|
|
1547
|
-
protoOf(AbstractDecoder).
|
|
1548
|
-
var tmp = this.
|
|
1547
|
+
protoOf(AbstractDecoder).no = function () {
|
|
1548
|
+
var tmp = this.jo();
|
|
1549
1549
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1550
1550
|
};
|
|
1551
|
-
protoOf(AbstractDecoder).
|
|
1552
|
-
var tmp = this.
|
|
1551
|
+
protoOf(AbstractDecoder).oo = function () {
|
|
1552
|
+
var tmp = this.jo();
|
|
1553
1553
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1554
1554
|
};
|
|
1555
|
-
protoOf(AbstractDecoder).
|
|
1556
|
-
var tmp = this.
|
|
1555
|
+
protoOf(AbstractDecoder).po = function () {
|
|
1556
|
+
var tmp = this.jo();
|
|
1557
1557
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1558
1558
|
};
|
|
1559
|
-
protoOf(AbstractDecoder).
|
|
1560
|
-
var tmp = this.
|
|
1559
|
+
protoOf(AbstractDecoder).qo = function () {
|
|
1560
|
+
var tmp = this.jo();
|
|
1561
1561
|
return tmp instanceof Long ? tmp : THROW_CCE();
|
|
1562
1562
|
};
|
|
1563
|
-
protoOf(AbstractDecoder).
|
|
1564
|
-
var tmp = this.
|
|
1563
|
+
protoOf(AbstractDecoder).ro = function () {
|
|
1564
|
+
var tmp = this.jo();
|
|
1565
1565
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1566
1566
|
};
|
|
1567
|
-
protoOf(AbstractDecoder).
|
|
1568
|
-
var tmp = this.
|
|
1567
|
+
protoOf(AbstractDecoder).so = function () {
|
|
1568
|
+
var tmp = this.jo();
|
|
1569
1569
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1570
1570
|
};
|
|
1571
|
-
protoOf(AbstractDecoder).
|
|
1572
|
-
var tmp = this.
|
|
1571
|
+
protoOf(AbstractDecoder).to = function () {
|
|
1572
|
+
var tmp = this.jo();
|
|
1573
1573
|
return tmp instanceof Char ? tmp.w4_1 : THROW_CCE();
|
|
1574
1574
|
};
|
|
1575
|
-
protoOf(AbstractDecoder).
|
|
1576
|
-
var tmp = this.
|
|
1575
|
+
protoOf(AbstractDecoder).uo = function () {
|
|
1576
|
+
var tmp = this.jo();
|
|
1577
1577
|
return typeof tmp === 'string' ? tmp : THROW_CCE();
|
|
1578
1578
|
};
|
|
1579
|
-
protoOf(AbstractDecoder).
|
|
1580
|
-
var tmp = this.
|
|
1579
|
+
protoOf(AbstractDecoder).vo = function (enumDescriptor) {
|
|
1580
|
+
var tmp = this.jo();
|
|
1581
1581
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
1582
1582
|
};
|
|
1583
|
-
protoOf(AbstractDecoder).
|
|
1583
|
+
protoOf(AbstractDecoder).wo = function (descriptor) {
|
|
1584
1584
|
return this;
|
|
1585
1585
|
};
|
|
1586
|
-
protoOf(AbstractDecoder).
|
|
1587
|
-
return this.
|
|
1586
|
+
protoOf(AbstractDecoder).xo = function (deserializer, previousValue) {
|
|
1587
|
+
return this.yo(deserializer);
|
|
1588
1588
|
};
|
|
1589
|
-
protoOf(AbstractDecoder).
|
|
1589
|
+
protoOf(AbstractDecoder).zo = function (descriptor) {
|
|
1590
1590
|
return this;
|
|
1591
1591
|
};
|
|
1592
|
-
protoOf(AbstractDecoder).
|
|
1593
|
-
};
|
|
1594
|
-
protoOf(AbstractDecoder).zo = function (descriptor, index) {
|
|
1595
|
-
return this.ko();
|
|
1596
|
-
};
|
|
1597
|
-
protoOf(AbstractDecoder).ap = function (descriptor, index) {
|
|
1598
|
-
return this.lo();
|
|
1592
|
+
protoOf(AbstractDecoder).ap = function (descriptor) {
|
|
1599
1593
|
};
|
|
1600
1594
|
protoOf(AbstractDecoder).bp = function (descriptor, index) {
|
|
1601
1595
|
return this.mo();
|
|
@@ -1619,21 +1613,27 @@
|
|
|
1619
1613
|
return this.so();
|
|
1620
1614
|
};
|
|
1621
1615
|
protoOf(AbstractDecoder).ip = function (descriptor, index) {
|
|
1622
|
-
return this.
|
|
1616
|
+
return this.to();
|
|
1623
1617
|
};
|
|
1624
|
-
protoOf(AbstractDecoder).jp = function (descriptor, index
|
|
1625
|
-
return this.
|
|
1618
|
+
protoOf(AbstractDecoder).jp = function (descriptor, index) {
|
|
1619
|
+
return this.uo();
|
|
1620
|
+
};
|
|
1621
|
+
protoOf(AbstractDecoder).kp = function (descriptor, index) {
|
|
1622
|
+
return this.wo(descriptor.in(index));
|
|
1626
1623
|
};
|
|
1627
1624
|
protoOf(AbstractDecoder).lp = function (descriptor, index, deserializer, previousValue) {
|
|
1628
|
-
|
|
1629
|
-
|
|
1625
|
+
return this.xo(deserializer, previousValue);
|
|
1626
|
+
};
|
|
1627
|
+
protoOf(AbstractDecoder).np = function (descriptor, index, deserializer, previousValue) {
|
|
1628
|
+
var isNullabilitySupported = deserializer.bm().ym();
|
|
1629
|
+
return (isNullabilitySupported ? true : this.ko()) ? this.xo(deserializer, previousValue) : this.lo();
|
|
1630
1630
|
};
|
|
1631
1631
|
function Decoder() {
|
|
1632
1632
|
}
|
|
1633
1633
|
function Companion() {
|
|
1634
1634
|
Companion_instance = this;
|
|
1635
|
-
this.
|
|
1636
|
-
this.
|
|
1635
|
+
this.sp_1 = -1;
|
|
1636
|
+
this.tp_1 = -3;
|
|
1637
1637
|
}
|
|
1638
1638
|
var Companion_instance;
|
|
1639
1639
|
function Companion_getInstance_7() {
|
|
@@ -1644,34 +1644,34 @@
|
|
|
1644
1644
|
function CompositeDecoder() {
|
|
1645
1645
|
}
|
|
1646
1646
|
function decodeSequentially_0($this, compositeDecoder) {
|
|
1647
|
-
var klassName = compositeDecoder.
|
|
1647
|
+
var klassName = compositeDecoder.jp($this.bm(), 0);
|
|
1648
1648
|
var serializer = findPolymorphicSerializer($this, compositeDecoder, klassName);
|
|
1649
|
-
return compositeDecoder.
|
|
1649
|
+
return compositeDecoder.mp($this.bm(), 1, serializer);
|
|
1650
1650
|
}
|
|
1651
1651
|
function AbstractPolymorphicSerializer() {
|
|
1652
1652
|
}
|
|
1653
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1653
|
+
protoOf(AbstractPolymorphicSerializer).cm = function (decoder) {
|
|
1654
1654
|
var tmp$ret$5;
|
|
1655
1655
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
1656
|
-
var tmp0_decodeStructure = this.
|
|
1657
|
-
var composite = decoder.
|
|
1656
|
+
var tmp0_decodeStructure = this.bm();
|
|
1657
|
+
var composite = decoder.zo(tmp0_decodeStructure);
|
|
1658
1658
|
var tmp$ret$0;
|
|
1659
1659
|
$l$block: {
|
|
1660
1660
|
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.deserialize.<anonymous>' call
|
|
1661
1661
|
var klassName = null;
|
|
1662
1662
|
var value = null;
|
|
1663
|
-
if (composite.
|
|
1663
|
+
if (composite.pp()) {
|
|
1664
1664
|
tmp$ret$0 = decodeSequentially_0(this, composite);
|
|
1665
1665
|
break $l$block;
|
|
1666
1666
|
}
|
|
1667
1667
|
mainLoop: while (true) {
|
|
1668
|
-
var index = composite.
|
|
1668
|
+
var index = composite.qp(this.bm());
|
|
1669
1669
|
Companion_getInstance_7();
|
|
1670
1670
|
if (index === -1) {
|
|
1671
1671
|
break mainLoop;
|
|
1672
1672
|
} else {
|
|
1673
1673
|
if (index === 0) {
|
|
1674
|
-
klassName = composite.
|
|
1674
|
+
klassName = composite.jp(this.bm(), index);
|
|
1675
1675
|
} else {
|
|
1676
1676
|
if (index === 1) {
|
|
1677
1677
|
var tmp$ret$2;
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
}
|
|
1693
1693
|
klassName = tmp$ret$2;
|
|
1694
1694
|
var serializer = findPolymorphicSerializer(this, composite, klassName);
|
|
1695
|
-
value = composite.
|
|
1695
|
+
value = composite.mp(this.bm(), index, serializer);
|
|
1696
1696
|
} else {
|
|
1697
1697
|
var tmp0_elvis_lhs = klassName;
|
|
1698
1698
|
throw SerializationException_init_$Create$('Invalid index in polymorphic deserialization of ' + (tmp0_elvis_lhs == null ? 'unknown class' : tmp0_elvis_lhs) + ('\n Expected 0, 1 or DECODE_DONE(-1), but found ' + index));
|
|
@@ -1720,12 +1720,12 @@
|
|
|
1720
1720
|
tmp$ret$0 = isObject(tmp) ? tmp : THROW_CCE();
|
|
1721
1721
|
}
|
|
1722
1722
|
var result = tmp$ret$0;
|
|
1723
|
-
composite.
|
|
1723
|
+
composite.ap(tmp0_decodeStructure);
|
|
1724
1724
|
tmp$ret$5 = result;
|
|
1725
1725
|
return tmp$ret$5;
|
|
1726
1726
|
};
|
|
1727
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1728
|
-
return decoder.
|
|
1727
|
+
protoOf(AbstractPolymorphicSerializer).qm = function (decoder, klassName) {
|
|
1728
|
+
return decoder.op().up(this.pm(), klassName);
|
|
1729
1729
|
};
|
|
1730
1730
|
function throwSubtypeNotRegistered(subClassName, baseClass) {
|
|
1731
1731
|
var scope = "in the scope of '" + baseClass.fc() + "'";
|
|
@@ -1733,12 +1733,12 @@
|
|
|
1733
1733
|
}
|
|
1734
1734
|
function NothingSerializer_0() {
|
|
1735
1735
|
NothingSerializer_instance = this;
|
|
1736
|
-
this.
|
|
1736
|
+
this.vp_1 = NothingSerialDescriptor_getInstance();
|
|
1737
1737
|
}
|
|
1738
|
-
protoOf(NothingSerializer_0).
|
|
1739
|
-
return this.
|
|
1738
|
+
protoOf(NothingSerializer_0).bm = function () {
|
|
1739
|
+
return this.vp_1;
|
|
1740
1740
|
};
|
|
1741
|
-
protoOf(NothingSerializer_0).
|
|
1741
|
+
protoOf(NothingSerializer_0).cm = function (decoder) {
|
|
1742
1742
|
throw SerializationException_init_$Create$("'kotlin.Nothing' does not have instances");
|
|
1743
1743
|
};
|
|
1744
1744
|
var NothingSerializer_instance;
|
|
@@ -1749,16 +1749,16 @@
|
|
|
1749
1749
|
}
|
|
1750
1750
|
function DurationSerializer() {
|
|
1751
1751
|
DurationSerializer_instance = this;
|
|
1752
|
-
this.
|
|
1752
|
+
this.wp_1 = new PrimitiveSerialDescriptor_0('kotlin.time.Duration', STRING_getInstance());
|
|
1753
1753
|
}
|
|
1754
|
-
protoOf(DurationSerializer).
|
|
1755
|
-
return this.
|
|
1754
|
+
protoOf(DurationSerializer).bm = function () {
|
|
1755
|
+
return this.wp_1;
|
|
1756
1756
|
};
|
|
1757
|
-
protoOf(DurationSerializer).
|
|
1758
|
-
return Companion_getInstance().t5(decoder.
|
|
1757
|
+
protoOf(DurationSerializer).xp = function (decoder) {
|
|
1758
|
+
return Companion_getInstance().t5(decoder.uo());
|
|
1759
1759
|
};
|
|
1760
|
-
protoOf(DurationSerializer).
|
|
1761
|
-
return new Duration(this.
|
|
1760
|
+
protoOf(DurationSerializer).cm = function (decoder) {
|
|
1761
|
+
return new Duration(this.xp(decoder));
|
|
1762
1762
|
};
|
|
1763
1763
|
var DurationSerializer_instance;
|
|
1764
1764
|
function DurationSerializer_getInstance() {
|
|
@@ -1771,19 +1771,19 @@
|
|
|
1771
1771
|
function ArrayListClassDesc(elementDesc) {
|
|
1772
1772
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1773
1773
|
}
|
|
1774
|
-
protoOf(ArrayListClassDesc).
|
|
1774
|
+
protoOf(ArrayListClassDesc).cn = function () {
|
|
1775
1775
|
return 'kotlin.collections.ArrayList';
|
|
1776
1776
|
};
|
|
1777
1777
|
function HashSetClassDesc(elementDesc) {
|
|
1778
1778
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1779
1779
|
}
|
|
1780
|
-
protoOf(HashSetClassDesc).
|
|
1780
|
+
protoOf(HashSetClassDesc).cn = function () {
|
|
1781
1781
|
return 'kotlin.collections.HashSet';
|
|
1782
1782
|
};
|
|
1783
1783
|
function LinkedHashSetClassDesc(elementDesc) {
|
|
1784
1784
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1785
1785
|
}
|
|
1786
|
-
protoOf(LinkedHashSetClassDesc).
|
|
1786
|
+
protoOf(LinkedHashSetClassDesc).cn = function () {
|
|
1787
1787
|
return 'kotlin.collections.LinkedHashSet';
|
|
1788
1788
|
};
|
|
1789
1789
|
function HashMapClassDesc(keyDesc, valueDesc) {
|
|
@@ -1795,30 +1795,30 @@
|
|
|
1795
1795
|
function ArrayClassDesc(elementDesc) {
|
|
1796
1796
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1797
1797
|
}
|
|
1798
|
-
protoOf(ArrayClassDesc).
|
|
1798
|
+
protoOf(ArrayClassDesc).cn = function () {
|
|
1799
1799
|
return 'kotlin.Array';
|
|
1800
1800
|
};
|
|
1801
1801
|
function PrimitiveArrayDescriptor(primitive) {
|
|
1802
1802
|
ListLikeDescriptor.call(this, primitive);
|
|
1803
|
-
this.
|
|
1803
|
+
this.oq_1 = primitive.cn() + 'Array';
|
|
1804
1804
|
}
|
|
1805
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
1806
|
-
return this.
|
|
1805
|
+
protoOf(PrimitiveArrayDescriptor).cn = function () {
|
|
1806
|
+
return this.oq_1;
|
|
1807
1807
|
};
|
|
1808
1808
|
function ListLikeDescriptor(elementDescriptor) {
|
|
1809
|
-
this.
|
|
1810
|
-
this.
|
|
1809
|
+
this.aq_1 = elementDescriptor;
|
|
1810
|
+
this.bq_1 = 1;
|
|
1811
1811
|
}
|
|
1812
|
-
protoOf(ListLikeDescriptor).
|
|
1812
|
+
protoOf(ListLikeDescriptor).gn = function () {
|
|
1813
1813
|
return LIST_getInstance();
|
|
1814
1814
|
};
|
|
1815
|
-
protoOf(ListLikeDescriptor).
|
|
1816
|
-
return this.
|
|
1815
|
+
protoOf(ListLikeDescriptor).en = function () {
|
|
1816
|
+
return this.bq_1;
|
|
1817
1817
|
};
|
|
1818
|
-
protoOf(ListLikeDescriptor).
|
|
1818
|
+
protoOf(ListLikeDescriptor).kn = function (index) {
|
|
1819
1819
|
return index.toString();
|
|
1820
1820
|
};
|
|
1821
|
-
protoOf(ListLikeDescriptor).
|
|
1821
|
+
protoOf(ListLikeDescriptor).jn = function (name) {
|
|
1822
1822
|
var tmp0_elvis_lhs = toIntOrNull(name);
|
|
1823
1823
|
var tmp;
|
|
1824
1824
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -1828,79 +1828,79 @@
|
|
|
1828
1828
|
}
|
|
1829
1829
|
return tmp;
|
|
1830
1830
|
};
|
|
1831
|
-
protoOf(ListLikeDescriptor).
|
|
1831
|
+
protoOf(ListLikeDescriptor).ln = function (index) {
|
|
1832
1832
|
// Inline function 'kotlin.require' call
|
|
1833
1833
|
var tmp0_require = index >= 0;
|
|
1834
1834
|
// Inline function 'kotlin.contracts.contract' call
|
|
1835
1835
|
if (!tmp0_require) {
|
|
1836
1836
|
var tmp$ret$0;
|
|
1837
1837
|
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.isElementOptional.<anonymous>' call
|
|
1838
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1838
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1839
1839
|
var message = tmp$ret$0;
|
|
1840
1840
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1841
1841
|
}
|
|
1842
1842
|
return false;
|
|
1843
1843
|
};
|
|
1844
|
-
protoOf(ListLikeDescriptor).
|
|
1844
|
+
protoOf(ListLikeDescriptor).hn = function (index) {
|
|
1845
1845
|
// Inline function 'kotlin.require' call
|
|
1846
1846
|
var tmp0_require = index >= 0;
|
|
1847
1847
|
// Inline function 'kotlin.contracts.contract' call
|
|
1848
1848
|
if (!tmp0_require) {
|
|
1849
1849
|
var tmp$ret$0;
|
|
1850
1850
|
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.getElementAnnotations.<anonymous>' call
|
|
1851
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1851
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1852
1852
|
var message = tmp$ret$0;
|
|
1853
1853
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1854
1854
|
}
|
|
1855
1855
|
return emptyList();
|
|
1856
1856
|
};
|
|
1857
|
-
protoOf(ListLikeDescriptor).
|
|
1857
|
+
protoOf(ListLikeDescriptor).in = function (index) {
|
|
1858
1858
|
// Inline function 'kotlin.require' call
|
|
1859
1859
|
var tmp0_require = index >= 0;
|
|
1860
1860
|
// Inline function 'kotlin.contracts.contract' call
|
|
1861
1861
|
if (!tmp0_require) {
|
|
1862
1862
|
var tmp$ret$0;
|
|
1863
1863
|
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
1864
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1864
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1865
1865
|
var message = tmp$ret$0;
|
|
1866
1866
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1867
1867
|
}
|
|
1868
|
-
return this.
|
|
1868
|
+
return this.aq_1;
|
|
1869
1869
|
};
|
|
1870
1870
|
protoOf(ListLikeDescriptor).equals = function (other) {
|
|
1871
1871
|
if (this === other)
|
|
1872
1872
|
return true;
|
|
1873
1873
|
if (!(other instanceof ListLikeDescriptor))
|
|
1874
1874
|
return false;
|
|
1875
|
-
if (equals(this.
|
|
1875
|
+
if (equals(this.aq_1, other.aq_1) ? this.cn() === other.cn() : false)
|
|
1876
1876
|
return true;
|
|
1877
1877
|
return false;
|
|
1878
1878
|
};
|
|
1879
1879
|
protoOf(ListLikeDescriptor).hashCode = function () {
|
|
1880
|
-
return imul(hashCode(this.
|
|
1880
|
+
return imul(hashCode(this.aq_1), 31) + getStringHashCode(this.cn()) | 0;
|
|
1881
1881
|
};
|
|
1882
1882
|
protoOf(ListLikeDescriptor).toString = function () {
|
|
1883
|
-
return this.
|
|
1883
|
+
return this.cn() + '(' + this.aq_1 + ')';
|
|
1884
1884
|
};
|
|
1885
1885
|
function MapLikeDescriptor(serialName, keyDescriptor, valueDescriptor) {
|
|
1886
|
-
this.
|
|
1887
|
-
this.
|
|
1888
|
-
this.
|
|
1889
|
-
this.
|
|
1886
|
+
this.gq_1 = serialName;
|
|
1887
|
+
this.hq_1 = keyDescriptor;
|
|
1888
|
+
this.iq_1 = valueDescriptor;
|
|
1889
|
+
this.jq_1 = 2;
|
|
1890
1890
|
}
|
|
1891
|
-
protoOf(MapLikeDescriptor).
|
|
1892
|
-
return this.
|
|
1891
|
+
protoOf(MapLikeDescriptor).cn = function () {
|
|
1892
|
+
return this.gq_1;
|
|
1893
1893
|
};
|
|
1894
|
-
protoOf(MapLikeDescriptor).
|
|
1894
|
+
protoOf(MapLikeDescriptor).gn = function () {
|
|
1895
1895
|
return MAP_getInstance();
|
|
1896
1896
|
};
|
|
1897
|
-
protoOf(MapLikeDescriptor).
|
|
1898
|
-
return this.
|
|
1897
|
+
protoOf(MapLikeDescriptor).en = function () {
|
|
1898
|
+
return this.jq_1;
|
|
1899
1899
|
};
|
|
1900
|
-
protoOf(MapLikeDescriptor).
|
|
1900
|
+
protoOf(MapLikeDescriptor).kn = function (index) {
|
|
1901
1901
|
return index.toString();
|
|
1902
1902
|
};
|
|
1903
|
-
protoOf(MapLikeDescriptor).
|
|
1903
|
+
protoOf(MapLikeDescriptor).jn = function (name) {
|
|
1904
1904
|
var tmp0_elvis_lhs = toIntOrNull(name);
|
|
1905
1905
|
var tmp;
|
|
1906
1906
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -1910,40 +1910,40 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
return tmp;
|
|
1912
1912
|
};
|
|
1913
|
-
protoOf(MapLikeDescriptor).
|
|
1913
|
+
protoOf(MapLikeDescriptor).ln = function (index) {
|
|
1914
1914
|
// Inline function 'kotlin.require' call
|
|
1915
1915
|
var tmp0_require = index >= 0;
|
|
1916
1916
|
// Inline function 'kotlin.contracts.contract' call
|
|
1917
1917
|
if (!tmp0_require) {
|
|
1918
1918
|
var tmp$ret$0;
|
|
1919
1919
|
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.isElementOptional.<anonymous>' call
|
|
1920
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1920
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1921
1921
|
var message = tmp$ret$0;
|
|
1922
1922
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1923
1923
|
}
|
|
1924
1924
|
return false;
|
|
1925
1925
|
};
|
|
1926
|
-
protoOf(MapLikeDescriptor).
|
|
1926
|
+
protoOf(MapLikeDescriptor).hn = function (index) {
|
|
1927
1927
|
// Inline function 'kotlin.require' call
|
|
1928
1928
|
var tmp0_require = index >= 0;
|
|
1929
1929
|
// Inline function 'kotlin.contracts.contract' call
|
|
1930
1930
|
if (!tmp0_require) {
|
|
1931
1931
|
var tmp$ret$0;
|
|
1932
1932
|
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.getElementAnnotations.<anonymous>' call
|
|
1933
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1933
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1934
1934
|
var message = tmp$ret$0;
|
|
1935
1935
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1936
1936
|
}
|
|
1937
1937
|
return emptyList();
|
|
1938
1938
|
};
|
|
1939
|
-
protoOf(MapLikeDescriptor).
|
|
1939
|
+
protoOf(MapLikeDescriptor).in = function (index) {
|
|
1940
1940
|
// Inline function 'kotlin.require' call
|
|
1941
1941
|
var tmp0_require = index >= 0;
|
|
1942
1942
|
// Inline function 'kotlin.contracts.contract' call
|
|
1943
1943
|
if (!tmp0_require) {
|
|
1944
1944
|
var tmp$ret$0;
|
|
1945
1945
|
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
1946
|
-
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.
|
|
1946
|
+
tmp$ret$0 = 'Illegal index ' + index + ', ' + this.cn() + ' expects only non-negative indices';
|
|
1947
1947
|
var message = tmp$ret$0;
|
|
1948
1948
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1949
1949
|
}
|
|
@@ -1951,10 +1951,10 @@
|
|
|
1951
1951
|
var tmp;
|
|
1952
1952
|
switch (tmp0_subject) {
|
|
1953
1953
|
case 0:
|
|
1954
|
-
tmp = this.
|
|
1954
|
+
tmp = this.hq_1;
|
|
1955
1955
|
break;
|
|
1956
1956
|
case 1:
|
|
1957
|
-
tmp = this.
|
|
1957
|
+
tmp = this.iq_1;
|
|
1958
1958
|
break;
|
|
1959
1959
|
default:
|
|
1960
1960
|
throw IllegalStateException_init_$Create$('Unreached');
|
|
@@ -1966,275 +1966,275 @@
|
|
|
1966
1966
|
return true;
|
|
1967
1967
|
if (!(other instanceof MapLikeDescriptor))
|
|
1968
1968
|
return false;
|
|
1969
|
-
if (!(this.
|
|
1969
|
+
if (!(this.cn() === other.cn()))
|
|
1970
1970
|
return false;
|
|
1971
|
-
if (!equals(this.
|
|
1971
|
+
if (!equals(this.hq_1, other.hq_1))
|
|
1972
1972
|
return false;
|
|
1973
|
-
if (!equals(this.
|
|
1973
|
+
if (!equals(this.iq_1, other.iq_1))
|
|
1974
1974
|
return false;
|
|
1975
1975
|
return true;
|
|
1976
1976
|
};
|
|
1977
1977
|
protoOf(MapLikeDescriptor).hashCode = function () {
|
|
1978
|
-
var result = getStringHashCode(this.
|
|
1979
|
-
result = imul(31, result) + hashCode(this.
|
|
1980
|
-
result = imul(31, result) + hashCode(this.
|
|
1978
|
+
var result = getStringHashCode(this.cn());
|
|
1979
|
+
result = imul(31, result) + hashCode(this.hq_1) | 0;
|
|
1980
|
+
result = imul(31, result) + hashCode(this.iq_1) | 0;
|
|
1981
1981
|
return result;
|
|
1982
1982
|
};
|
|
1983
1983
|
protoOf(MapLikeDescriptor).toString = function () {
|
|
1984
|
-
return this.
|
|
1984
|
+
return this.cn() + '(' + this.hq_1 + ', ' + this.iq_1 + ')';
|
|
1985
1985
|
};
|
|
1986
1986
|
function ArrayListSerializer(element) {
|
|
1987
1987
|
CollectionSerializer.call(this, element);
|
|
1988
|
-
this.
|
|
1988
|
+
this.qq_1 = new ArrayListClassDesc(element.bm());
|
|
1989
1989
|
}
|
|
1990
|
-
protoOf(ArrayListSerializer).
|
|
1991
|
-
return this.
|
|
1990
|
+
protoOf(ArrayListSerializer).bm = function () {
|
|
1991
|
+
return this.qq_1;
|
|
1992
1992
|
};
|
|
1993
|
-
protoOf(ArrayListSerializer).
|
|
1993
|
+
protoOf(ArrayListSerializer).rq = function () {
|
|
1994
1994
|
var tmp$ret$0;
|
|
1995
1995
|
// Inline function 'kotlin.collections.arrayListOf' call
|
|
1996
1996
|
tmp$ret$0 = ArrayList_init_$Create$_0();
|
|
1997
1997
|
return tmp$ret$0;
|
|
1998
1998
|
};
|
|
1999
|
-
protoOf(ArrayListSerializer).qq = function (_this__u8e3s4) {
|
|
2000
|
-
return _this__u8e3s4.f();
|
|
2001
|
-
};
|
|
2002
|
-
protoOf(ArrayListSerializer).rq = function (_this__u8e3s4) {
|
|
2003
|
-
return this.qq(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2004
|
-
};
|
|
2005
1999
|
protoOf(ArrayListSerializer).sq = function (_this__u8e3s4) {
|
|
2006
|
-
return _this__u8e3s4;
|
|
2000
|
+
return _this__u8e3s4.f();
|
|
2007
2001
|
};
|
|
2008
2002
|
protoOf(ArrayListSerializer).tq = function (_this__u8e3s4) {
|
|
2009
2003
|
return this.sq(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2010
2004
|
};
|
|
2011
2005
|
protoOf(ArrayListSerializer).uq = function (_this__u8e3s4) {
|
|
2006
|
+
return _this__u8e3s4;
|
|
2007
|
+
};
|
|
2008
|
+
protoOf(ArrayListSerializer).vq = function (_this__u8e3s4) {
|
|
2009
|
+
return this.uq(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2010
|
+
};
|
|
2011
|
+
protoOf(ArrayListSerializer).wq = function (_this__u8e3s4) {
|
|
2012
2012
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : null;
|
|
2013
2013
|
return tmp0_elvis_lhs == null ? ArrayList_init_$Create$_1(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2014
2014
|
};
|
|
2015
|
-
protoOf(ArrayListSerializer).
|
|
2016
|
-
return this.
|
|
2015
|
+
protoOf(ArrayListSerializer).xq = function (_this__u8e3s4) {
|
|
2016
|
+
return this.wq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, List) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2017
2017
|
};
|
|
2018
|
-
protoOf(ArrayListSerializer).
|
|
2018
|
+
protoOf(ArrayListSerializer).yq = function (_this__u8e3s4, size) {
|
|
2019
2019
|
return _this__u8e3s4.ia(size);
|
|
2020
2020
|
};
|
|
2021
|
-
protoOf(ArrayListSerializer).
|
|
2022
|
-
return this.
|
|
2021
|
+
protoOf(ArrayListSerializer).zq = function (_this__u8e3s4, size) {
|
|
2022
|
+
return this.yq(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2023
2023
|
};
|
|
2024
|
-
protoOf(ArrayListSerializer).
|
|
2024
|
+
protoOf(ArrayListSerializer).ar = function (_this__u8e3s4, index, element) {
|
|
2025
2025
|
_this__u8e3s4.o9(index, element);
|
|
2026
2026
|
};
|
|
2027
|
-
protoOf(ArrayListSerializer).
|
|
2027
|
+
protoOf(ArrayListSerializer).br = function (_this__u8e3s4, index, element) {
|
|
2028
2028
|
var tmp = _this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE();
|
|
2029
|
-
return this.
|
|
2029
|
+
return this.ar(tmp, index, (element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
2030
2030
|
};
|
|
2031
2031
|
function HashSetSerializer(eSerializer) {
|
|
2032
2032
|
CollectionSerializer.call(this, eSerializer);
|
|
2033
|
-
this.
|
|
2033
|
+
this.ir_1 = new HashSetClassDesc(eSerializer.bm());
|
|
2034
2034
|
}
|
|
2035
|
-
protoOf(HashSetSerializer).
|
|
2036
|
-
return this.
|
|
2035
|
+
protoOf(HashSetSerializer).bm = function () {
|
|
2036
|
+
return this.ir_1;
|
|
2037
2037
|
};
|
|
2038
|
-
protoOf(HashSetSerializer).
|
|
2038
|
+
protoOf(HashSetSerializer).rq = function () {
|
|
2039
2039
|
return HashSet_init_$Create$();
|
|
2040
2040
|
};
|
|
2041
|
-
protoOf(HashSetSerializer).
|
|
2041
|
+
protoOf(HashSetSerializer).jr = function (_this__u8e3s4) {
|
|
2042
2042
|
return _this__u8e3s4.f();
|
|
2043
2043
|
};
|
|
2044
|
-
protoOf(HashSetSerializer).
|
|
2045
|
-
return this.
|
|
2044
|
+
protoOf(HashSetSerializer).tq = function (_this__u8e3s4) {
|
|
2045
|
+
return this.jr(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2046
2046
|
};
|
|
2047
|
-
protoOf(HashSetSerializer).
|
|
2047
|
+
protoOf(HashSetSerializer).kr = function (_this__u8e3s4) {
|
|
2048
2048
|
return _this__u8e3s4;
|
|
2049
2049
|
};
|
|
2050
|
-
protoOf(HashSetSerializer).
|
|
2051
|
-
return this.
|
|
2050
|
+
protoOf(HashSetSerializer).vq = function (_this__u8e3s4) {
|
|
2051
|
+
return this.kr(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2052
2052
|
};
|
|
2053
|
-
protoOf(HashSetSerializer).
|
|
2053
|
+
protoOf(HashSetSerializer).lr = function (_this__u8e3s4) {
|
|
2054
2054
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : null;
|
|
2055
2055
|
return tmp0_elvis_lhs == null ? HashSet_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2056
2056
|
};
|
|
2057
|
-
protoOf(HashSetSerializer).
|
|
2058
|
-
return this.
|
|
2057
|
+
protoOf(HashSetSerializer).xq = function (_this__u8e3s4) {
|
|
2058
|
+
return this.lr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Set) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2059
2059
|
};
|
|
2060
|
-
protoOf(HashSetSerializer).
|
|
2060
|
+
protoOf(HashSetSerializer).mr = function (_this__u8e3s4, size) {
|
|
2061
2061
|
};
|
|
2062
|
-
protoOf(HashSetSerializer).
|
|
2063
|
-
return this.
|
|
2062
|
+
protoOf(HashSetSerializer).zq = function (_this__u8e3s4, size) {
|
|
2063
|
+
return this.mr(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2064
2064
|
};
|
|
2065
|
-
protoOf(HashSetSerializer).
|
|
2065
|
+
protoOf(HashSetSerializer).nr = function (_this__u8e3s4, index, element) {
|
|
2066
2066
|
_this__u8e3s4.a(element);
|
|
2067
2067
|
};
|
|
2068
|
-
protoOf(HashSetSerializer).
|
|
2068
|
+
protoOf(HashSetSerializer).br = function (_this__u8e3s4, index, element) {
|
|
2069
2069
|
var tmp = _this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE();
|
|
2070
|
-
return this.
|
|
2070
|
+
return this.nr(tmp, index, (element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
2071
2071
|
};
|
|
2072
2072
|
function LinkedHashSetSerializer(eSerializer) {
|
|
2073
2073
|
CollectionSerializer.call(this, eSerializer);
|
|
2074
|
-
this.
|
|
2074
|
+
this.pr_1 = new LinkedHashSetClassDesc(eSerializer.bm());
|
|
2075
2075
|
}
|
|
2076
|
-
protoOf(LinkedHashSetSerializer).
|
|
2077
|
-
return this.
|
|
2076
|
+
protoOf(LinkedHashSetSerializer).bm = function () {
|
|
2077
|
+
return this.pr_1;
|
|
2078
2078
|
};
|
|
2079
|
-
protoOf(LinkedHashSetSerializer).
|
|
2079
|
+
protoOf(LinkedHashSetSerializer).rq = function () {
|
|
2080
2080
|
var tmp$ret$0;
|
|
2081
2081
|
// Inline function 'kotlin.collections.linkedSetOf' call
|
|
2082
2082
|
tmp$ret$0 = LinkedHashSet_init_$Create$();
|
|
2083
2083
|
return tmp$ret$0;
|
|
2084
2084
|
};
|
|
2085
|
-
protoOf(LinkedHashSetSerializer).
|
|
2085
|
+
protoOf(LinkedHashSetSerializer).qr = function (_this__u8e3s4) {
|
|
2086
2086
|
return _this__u8e3s4.f();
|
|
2087
2087
|
};
|
|
2088
|
-
protoOf(LinkedHashSetSerializer).
|
|
2089
|
-
return this.
|
|
2088
|
+
protoOf(LinkedHashSetSerializer).tq = function (_this__u8e3s4) {
|
|
2089
|
+
return this.qr(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2090
2090
|
};
|
|
2091
|
-
protoOf(LinkedHashSetSerializer).
|
|
2091
|
+
protoOf(LinkedHashSetSerializer).rr = function (_this__u8e3s4) {
|
|
2092
2092
|
return _this__u8e3s4;
|
|
2093
2093
|
};
|
|
2094
|
-
protoOf(LinkedHashSetSerializer).
|
|
2095
|
-
return this.
|
|
2094
|
+
protoOf(LinkedHashSetSerializer).vq = function (_this__u8e3s4) {
|
|
2095
|
+
return this.rr(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2096
2096
|
};
|
|
2097
|
-
protoOf(LinkedHashSetSerializer).
|
|
2097
|
+
protoOf(LinkedHashSetSerializer).lr = function (_this__u8e3s4) {
|
|
2098
2098
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : null;
|
|
2099
2099
|
return tmp0_elvis_lhs == null ? LinkedHashSet_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2100
2100
|
};
|
|
2101
|
-
protoOf(LinkedHashSetSerializer).
|
|
2102
|
-
return this.
|
|
2101
|
+
protoOf(LinkedHashSetSerializer).xq = function (_this__u8e3s4) {
|
|
2102
|
+
return this.lr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Set) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2103
2103
|
};
|
|
2104
|
-
protoOf(LinkedHashSetSerializer).
|
|
2104
|
+
protoOf(LinkedHashSetSerializer).sr = function (_this__u8e3s4, size) {
|
|
2105
2105
|
};
|
|
2106
|
-
protoOf(LinkedHashSetSerializer).
|
|
2107
|
-
return this.
|
|
2106
|
+
protoOf(LinkedHashSetSerializer).zq = function (_this__u8e3s4, size) {
|
|
2107
|
+
return this.sr(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2108
2108
|
};
|
|
2109
|
-
protoOf(LinkedHashSetSerializer).
|
|
2109
|
+
protoOf(LinkedHashSetSerializer).tr = function (_this__u8e3s4, index, element) {
|
|
2110
2110
|
_this__u8e3s4.a(element);
|
|
2111
2111
|
};
|
|
2112
|
-
protoOf(LinkedHashSetSerializer).
|
|
2112
|
+
protoOf(LinkedHashSetSerializer).br = function (_this__u8e3s4, index, element) {
|
|
2113
2113
|
var tmp = _this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE();
|
|
2114
|
-
return this.
|
|
2114
|
+
return this.tr(tmp, index, (element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
2115
2115
|
};
|
|
2116
2116
|
function HashMapSerializer(kSerializer, vSerializer) {
|
|
2117
2117
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
2118
|
-
this.
|
|
2118
|
+
this.wr_1 = new HashMapClassDesc(kSerializer.bm(), vSerializer.bm());
|
|
2119
2119
|
}
|
|
2120
|
-
protoOf(HashMapSerializer).
|
|
2121
|
-
return this.
|
|
2120
|
+
protoOf(HashMapSerializer).bm = function () {
|
|
2121
|
+
return this.wr_1;
|
|
2122
2122
|
};
|
|
2123
|
-
protoOf(HashMapSerializer).
|
|
2123
|
+
protoOf(HashMapSerializer).rq = function () {
|
|
2124
2124
|
return HashMap_init_$Create$();
|
|
2125
2125
|
};
|
|
2126
|
-
protoOf(HashMapSerializer).
|
|
2126
|
+
protoOf(HashMapSerializer).xr = function (_this__u8e3s4) {
|
|
2127
2127
|
return imul(_this__u8e3s4.f(), 2);
|
|
2128
2128
|
};
|
|
2129
|
-
protoOf(HashMapSerializer).
|
|
2130
|
-
return this.
|
|
2129
|
+
protoOf(HashMapSerializer).tq = function (_this__u8e3s4) {
|
|
2130
|
+
return this.xr(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2131
2131
|
};
|
|
2132
|
-
protoOf(HashMapSerializer).
|
|
2132
|
+
protoOf(HashMapSerializer).yr = function (_this__u8e3s4) {
|
|
2133
2133
|
return _this__u8e3s4;
|
|
2134
2134
|
};
|
|
2135
|
-
protoOf(HashMapSerializer).
|
|
2136
|
-
return this.
|
|
2135
|
+
protoOf(HashMapSerializer).vq = function (_this__u8e3s4) {
|
|
2136
|
+
return this.yr(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2137
2137
|
};
|
|
2138
|
-
protoOf(HashMapSerializer).
|
|
2138
|
+
protoOf(HashMapSerializer).zr = function (_this__u8e3s4) {
|
|
2139
2139
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : null;
|
|
2140
2140
|
return tmp0_elvis_lhs == null ? HashMap_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2141
2141
|
};
|
|
2142
|
-
protoOf(HashMapSerializer).
|
|
2143
|
-
return this.
|
|
2142
|
+
protoOf(HashMapSerializer).xq = function (_this__u8e3s4) {
|
|
2143
|
+
return this.zr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Map) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2144
2144
|
};
|
|
2145
|
-
protoOf(HashMapSerializer).
|
|
2145
|
+
protoOf(HashMapSerializer).as = function (_this__u8e3s4, size) {
|
|
2146
2146
|
};
|
|
2147
|
-
protoOf(HashMapSerializer).
|
|
2148
|
-
return this.
|
|
2147
|
+
protoOf(HashMapSerializer).zq = function (_this__u8e3s4, size) {
|
|
2148
|
+
return this.as(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2149
2149
|
};
|
|
2150
2150
|
function LinkedHashMapSerializer(kSerializer, vSerializer) {
|
|
2151
2151
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
2152
|
-
this.
|
|
2152
|
+
this.fs_1 = new LinkedHashMapClassDesc(kSerializer.bm(), vSerializer.bm());
|
|
2153
2153
|
}
|
|
2154
|
-
protoOf(LinkedHashMapSerializer).
|
|
2155
|
-
return this.
|
|
2154
|
+
protoOf(LinkedHashMapSerializer).bm = function () {
|
|
2155
|
+
return this.fs_1;
|
|
2156
2156
|
};
|
|
2157
|
-
protoOf(LinkedHashMapSerializer).
|
|
2157
|
+
protoOf(LinkedHashMapSerializer).rq = function () {
|
|
2158
2158
|
return LinkedHashMap_init_$Create$();
|
|
2159
2159
|
};
|
|
2160
|
-
protoOf(LinkedHashMapSerializer).
|
|
2160
|
+
protoOf(LinkedHashMapSerializer).gs = function (_this__u8e3s4) {
|
|
2161
2161
|
return imul(_this__u8e3s4.f(), 2);
|
|
2162
2162
|
};
|
|
2163
|
-
protoOf(LinkedHashMapSerializer).
|
|
2164
|
-
return this.
|
|
2163
|
+
protoOf(LinkedHashMapSerializer).tq = function (_this__u8e3s4) {
|
|
2164
|
+
return this.gs(_this__u8e3s4 instanceof LinkedHashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2165
2165
|
};
|
|
2166
|
-
protoOf(LinkedHashMapSerializer).
|
|
2166
|
+
protoOf(LinkedHashMapSerializer).hs = function (_this__u8e3s4) {
|
|
2167
2167
|
return _this__u8e3s4;
|
|
2168
2168
|
};
|
|
2169
|
-
protoOf(LinkedHashMapSerializer).
|
|
2170
|
-
return this.
|
|
2169
|
+
protoOf(LinkedHashMapSerializer).vq = function (_this__u8e3s4) {
|
|
2170
|
+
return this.hs(_this__u8e3s4 instanceof LinkedHashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2171
2171
|
};
|
|
2172
|
-
protoOf(LinkedHashMapSerializer).
|
|
2172
|
+
protoOf(LinkedHashMapSerializer).zr = function (_this__u8e3s4) {
|
|
2173
2173
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof LinkedHashMap ? _this__u8e3s4 : null;
|
|
2174
2174
|
return tmp0_elvis_lhs == null ? LinkedHashMap_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2175
2175
|
};
|
|
2176
|
-
protoOf(LinkedHashMapSerializer).
|
|
2177
|
-
return this.
|
|
2176
|
+
protoOf(LinkedHashMapSerializer).xq = function (_this__u8e3s4) {
|
|
2177
|
+
return this.zr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Map) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2178
2178
|
};
|
|
2179
|
-
protoOf(LinkedHashMapSerializer).
|
|
2179
|
+
protoOf(LinkedHashMapSerializer).is = function (_this__u8e3s4, size) {
|
|
2180
2180
|
};
|
|
2181
|
-
protoOf(LinkedHashMapSerializer).
|
|
2182
|
-
return this.
|
|
2181
|
+
protoOf(LinkedHashMapSerializer).zq = function (_this__u8e3s4, size) {
|
|
2182
|
+
return this.is(_this__u8e3s4 instanceof LinkedHashMap ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2183
2183
|
};
|
|
2184
2184
|
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
2185
2185
|
CollectionLikeSerializer.call(this, eSerializer);
|
|
2186
|
-
this.
|
|
2187
|
-
this.
|
|
2186
|
+
this.ks_1 = kClass;
|
|
2187
|
+
this.ls_1 = new ArrayClassDesc(eSerializer.bm());
|
|
2188
2188
|
}
|
|
2189
|
-
protoOf(ReferenceArraySerializer).
|
|
2190
|
-
return this.
|
|
2189
|
+
protoOf(ReferenceArraySerializer).bm = function () {
|
|
2190
|
+
return this.ls_1;
|
|
2191
2191
|
};
|
|
2192
|
-
protoOf(ReferenceArraySerializer).
|
|
2192
|
+
protoOf(ReferenceArraySerializer).rq = function () {
|
|
2193
2193
|
var tmp$ret$0;
|
|
2194
2194
|
// Inline function 'kotlin.collections.arrayListOf' call
|
|
2195
2195
|
tmp$ret$0 = ArrayList_init_$Create$_0();
|
|
2196
2196
|
return tmp$ret$0;
|
|
2197
2197
|
};
|
|
2198
|
-
protoOf(ReferenceArraySerializer).
|
|
2198
|
+
protoOf(ReferenceArraySerializer).ms = function (_this__u8e3s4) {
|
|
2199
2199
|
return _this__u8e3s4.f();
|
|
2200
2200
|
};
|
|
2201
|
-
protoOf(ReferenceArraySerializer).
|
|
2202
|
-
return this.
|
|
2201
|
+
protoOf(ReferenceArraySerializer).tq = function (_this__u8e3s4) {
|
|
2202
|
+
return this.ms(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2203
2203
|
};
|
|
2204
|
-
protoOf(ReferenceArraySerializer).
|
|
2205
|
-
return toNativeArrayImpl(_this__u8e3s4, this.
|
|
2204
|
+
protoOf(ReferenceArraySerializer).ns = function (_this__u8e3s4) {
|
|
2205
|
+
return toNativeArrayImpl(_this__u8e3s4, this.ks_1);
|
|
2206
2206
|
};
|
|
2207
|
-
protoOf(ReferenceArraySerializer).
|
|
2208
|
-
return this.
|
|
2207
|
+
protoOf(ReferenceArraySerializer).vq = function (_this__u8e3s4) {
|
|
2208
|
+
return this.ns(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2209
2209
|
};
|
|
2210
|
-
protoOf(ReferenceArraySerializer).
|
|
2210
|
+
protoOf(ReferenceArraySerializer).os = function (_this__u8e3s4) {
|
|
2211
2211
|
return ArrayList_init_$Create$_1(asList(_this__u8e3s4));
|
|
2212
2212
|
};
|
|
2213
|
-
protoOf(ReferenceArraySerializer).
|
|
2214
|
-
return this.
|
|
2213
|
+
protoOf(ReferenceArraySerializer).xq = function (_this__u8e3s4) {
|
|
2214
|
+
return this.os((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2215
2215
|
};
|
|
2216
|
-
protoOf(ReferenceArraySerializer).
|
|
2216
|
+
protoOf(ReferenceArraySerializer).ps = function (_this__u8e3s4, size) {
|
|
2217
2217
|
return _this__u8e3s4.ia(size);
|
|
2218
2218
|
};
|
|
2219
|
-
protoOf(ReferenceArraySerializer).
|
|
2220
|
-
return this.
|
|
2219
|
+
protoOf(ReferenceArraySerializer).zq = function (_this__u8e3s4, size) {
|
|
2220
|
+
return this.ps(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2221
2221
|
};
|
|
2222
|
-
protoOf(ReferenceArraySerializer).
|
|
2222
|
+
protoOf(ReferenceArraySerializer).qs = function (_this__u8e3s4, index, element) {
|
|
2223
2223
|
_this__u8e3s4.o9(index, element);
|
|
2224
2224
|
};
|
|
2225
|
-
protoOf(ReferenceArraySerializer).
|
|
2225
|
+
protoOf(ReferenceArraySerializer).br = function (_this__u8e3s4, index, element) {
|
|
2226
2226
|
var tmp = _this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE();
|
|
2227
|
-
return this.
|
|
2227
|
+
return this.qs(tmp, index, (element == null ? true : isObject(element)) ? element : THROW_CCE());
|
|
2228
2228
|
};
|
|
2229
2229
|
function CollectionSerializer(element) {
|
|
2230
2230
|
CollectionLikeSerializer.call(this, element);
|
|
2231
2231
|
}
|
|
2232
2232
|
function MapLikeSerializer(keySerializer, valueSerializer) {
|
|
2233
2233
|
AbstractCollectionSerializer.call(this);
|
|
2234
|
-
this.
|
|
2235
|
-
this.
|
|
2234
|
+
this.bs_1 = keySerializer;
|
|
2235
|
+
this.cs_1 = valueSerializer;
|
|
2236
2236
|
}
|
|
2237
|
-
protoOf(MapLikeSerializer).
|
|
2237
|
+
protoOf(MapLikeSerializer).dr = function (decoder, builder, startIndex, size) {
|
|
2238
2238
|
// Inline function 'kotlin.require' call
|
|
2239
2239
|
var tmp0_require = size >= 0;
|
|
2240
2240
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2253,17 +2253,17 @@
|
|
|
2253
2253
|
do {
|
|
2254
2254
|
var index = inductionVariable;
|
|
2255
2255
|
inductionVariable = inductionVariable + step_0 | 0;
|
|
2256
|
-
this.
|
|
2256
|
+
this.er(decoder, startIndex + index | 0, builder, false);
|
|
2257
2257
|
}
|
|
2258
2258
|
while (!(index === last));
|
|
2259
2259
|
};
|
|
2260
|
-
protoOf(MapLikeSerializer).
|
|
2261
|
-
var key = decoder.
|
|
2260
|
+
protoOf(MapLikeSerializer).er = function (decoder, index, builder, checkIndex) {
|
|
2261
|
+
var key = decoder.mp(this.bm(), index, this.bs_1);
|
|
2262
2262
|
var tmp;
|
|
2263
2263
|
if (checkIndex) {
|
|
2264
2264
|
var tmp$ret$1;
|
|
2265
2265
|
// Inline function 'kotlin.also' call
|
|
2266
|
-
var tmp0_also = decoder.
|
|
2266
|
+
var tmp0_also = decoder.qp(this.bm());
|
|
2267
2267
|
// Inline function 'kotlin.contracts.contract' call
|
|
2268
2268
|
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.readElement.<anonymous>' call
|
|
2269
2269
|
// Inline function 'kotlin.require' call
|
|
@@ -2285,15 +2285,15 @@
|
|
|
2285
2285
|
var tmp_0;
|
|
2286
2286
|
var tmp_1;
|
|
2287
2287
|
if (builder.i2(key)) {
|
|
2288
|
-
var tmp_2 = this.
|
|
2288
|
+
var tmp_2 = this.cs_1.bm().gn();
|
|
2289
2289
|
tmp_1 = !(tmp_2 instanceof PrimitiveKind);
|
|
2290
2290
|
} else {
|
|
2291
2291
|
tmp_1 = false;
|
|
2292
2292
|
}
|
|
2293
2293
|
if (tmp_1) {
|
|
2294
|
-
tmp_0 = decoder.
|
|
2294
|
+
tmp_0 = decoder.lp(this.bm(), vIndex, this.cs_1, getValue(builder, key));
|
|
2295
2295
|
} else {
|
|
2296
|
-
tmp_0 = decoder.
|
|
2296
|
+
tmp_0 = decoder.mp(this.bm(), vIndex, this.cs_1);
|
|
2297
2297
|
}
|
|
2298
2298
|
var value = tmp_0;
|
|
2299
2299
|
// Inline function 'kotlin.collections.set' call
|
|
@@ -2301,9 +2301,9 @@
|
|
|
2301
2301
|
};
|
|
2302
2302
|
function CollectionLikeSerializer(elementSerializer) {
|
|
2303
2303
|
AbstractCollectionSerializer.call(this);
|
|
2304
|
-
this.
|
|
2304
|
+
this.cr_1 = elementSerializer;
|
|
2305
2305
|
}
|
|
2306
|
-
protoOf(CollectionLikeSerializer).
|
|
2306
|
+
protoOf(CollectionLikeSerializer).dr = function (decoder, builder, startIndex, size) {
|
|
2307
2307
|
// Inline function 'kotlin.require' call
|
|
2308
2308
|
var tmp0_require = size >= 0;
|
|
2309
2309
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2319,83 +2319,83 @@
|
|
|
2319
2319
|
do {
|
|
2320
2320
|
var index = inductionVariable;
|
|
2321
2321
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2322
|
-
this.
|
|
2322
|
+
this.er(decoder, startIndex + index | 0, builder, false);
|
|
2323
2323
|
}
|
|
2324
2324
|
while (inductionVariable < size);
|
|
2325
2325
|
};
|
|
2326
|
-
protoOf(CollectionLikeSerializer).
|
|
2327
|
-
this.
|
|
2326
|
+
protoOf(CollectionLikeSerializer).er = function (decoder, index, builder, checkIndex) {
|
|
2327
|
+
this.br(builder, index, decoder.mp(this.bm(), index, this.cr_1));
|
|
2328
2328
|
};
|
|
2329
2329
|
function readSize($this, decoder, builder) {
|
|
2330
|
-
var size = decoder.
|
|
2331
|
-
$this.
|
|
2330
|
+
var size = decoder.rp($this.bm());
|
|
2331
|
+
$this.zq(builder, size);
|
|
2332
2332
|
return size;
|
|
2333
2333
|
}
|
|
2334
2334
|
function AbstractCollectionSerializer() {
|
|
2335
2335
|
}
|
|
2336
|
-
protoOf(AbstractCollectionSerializer).
|
|
2336
|
+
protoOf(AbstractCollectionSerializer).gr = function (decoder, previous) {
|
|
2337
2337
|
var tmp0_safe_receiver = previous;
|
|
2338
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.
|
|
2339
|
-
var builder = tmp1_elvis_lhs == null ? this.
|
|
2340
|
-
var startIndex = this.
|
|
2341
|
-
var compositeDecoder = decoder.
|
|
2342
|
-
if (compositeDecoder.
|
|
2343
|
-
this.
|
|
2338
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : this.xq(tmp0_safe_receiver);
|
|
2339
|
+
var builder = tmp1_elvis_lhs == null ? this.rq() : tmp1_elvis_lhs;
|
|
2340
|
+
var startIndex = this.tq(builder);
|
|
2341
|
+
var compositeDecoder = decoder.zo(this.bm());
|
|
2342
|
+
if (compositeDecoder.pp()) {
|
|
2343
|
+
this.dr(compositeDecoder, builder, startIndex, readSize(this, compositeDecoder, builder));
|
|
2344
2344
|
} else {
|
|
2345
2345
|
$l$loop: while (true) {
|
|
2346
|
-
var index = compositeDecoder.
|
|
2346
|
+
var index = compositeDecoder.qp(this.bm());
|
|
2347
2347
|
Companion_getInstance_7();
|
|
2348
2348
|
if (index === -1)
|
|
2349
2349
|
break $l$loop;
|
|
2350
|
-
this.
|
|
2350
|
+
this.fr(compositeDecoder, startIndex + index | 0, builder);
|
|
2351
2351
|
}
|
|
2352
2352
|
}
|
|
2353
|
-
compositeDecoder.
|
|
2354
|
-
return this.
|
|
2353
|
+
compositeDecoder.ap(this.bm());
|
|
2354
|
+
return this.vq(builder);
|
|
2355
2355
|
};
|
|
2356
|
-
protoOf(AbstractCollectionSerializer).
|
|
2357
|
-
return this.
|
|
2356
|
+
protoOf(AbstractCollectionSerializer).cm = function (decoder) {
|
|
2357
|
+
return this.gr(decoder, null);
|
|
2358
2358
|
};
|
|
2359
|
-
protoOf(AbstractCollectionSerializer).
|
|
2359
|
+
protoOf(AbstractCollectionSerializer).fr = function (decoder, index, builder, checkIndex, $super) {
|
|
2360
2360
|
checkIndex = checkIndex === VOID ? true : checkIndex;
|
|
2361
2361
|
var tmp;
|
|
2362
2362
|
if ($super === VOID) {
|
|
2363
|
-
this.
|
|
2363
|
+
this.er(decoder, index, builder, checkIndex);
|
|
2364
2364
|
tmp = Unit_getInstance();
|
|
2365
2365
|
} else {
|
|
2366
|
-
tmp = $super.
|
|
2366
|
+
tmp = $super.er.call(this, decoder, index, builder, checkIndex);
|
|
2367
2367
|
}
|
|
2368
2368
|
return tmp;
|
|
2369
2369
|
};
|
|
2370
2370
|
function PrimitiveArraySerializer(primitiveSerializer) {
|
|
2371
2371
|
CollectionLikeSerializer.call(this, primitiveSerializer);
|
|
2372
|
-
this.
|
|
2372
|
+
this.ss_1 = new PrimitiveArrayDescriptor(primitiveSerializer.bm());
|
|
2373
2373
|
}
|
|
2374
|
-
protoOf(PrimitiveArraySerializer).
|
|
2375
|
-
return this.
|
|
2376
|
-
};
|
|
2377
|
-
protoOf(PrimitiveArraySerializer).rq = function (_this__u8e3s4) {
|
|
2378
|
-
return _this__u8e3s4.rs();
|
|
2374
|
+
protoOf(PrimitiveArraySerializer).bm = function () {
|
|
2375
|
+
return this.ss_1;
|
|
2379
2376
|
};
|
|
2380
2377
|
protoOf(PrimitiveArraySerializer).tq = function (_this__u8e3s4) {
|
|
2381
|
-
return _this__u8e3s4.
|
|
2378
|
+
return _this__u8e3s4.ts();
|
|
2382
2379
|
};
|
|
2383
|
-
protoOf(PrimitiveArraySerializer).
|
|
2380
|
+
protoOf(PrimitiveArraySerializer).vq = function (_this__u8e3s4) {
|
|
2381
|
+
return _this__u8e3s4.us();
|
|
2382
|
+
};
|
|
2383
|
+
protoOf(PrimitiveArraySerializer).zq = function (_this__u8e3s4, size) {
|
|
2384
2384
|
return _this__u8e3s4.ia(size);
|
|
2385
2385
|
};
|
|
2386
|
-
protoOf(PrimitiveArraySerializer).
|
|
2386
|
+
protoOf(PrimitiveArraySerializer).br = function (_this__u8e3s4, index, element) {
|
|
2387
2387
|
throw IllegalStateException_init_$Create$('This method lead to boxing and must not be used, use Builder.append instead');
|
|
2388
2388
|
};
|
|
2389
|
-
protoOf(PrimitiveArraySerializer).
|
|
2390
|
-
return this.
|
|
2389
|
+
protoOf(PrimitiveArraySerializer).rq = function () {
|
|
2390
|
+
return this.xq(this.vs());
|
|
2391
2391
|
};
|
|
2392
|
-
protoOf(PrimitiveArraySerializer).
|
|
2393
|
-
return this.
|
|
2392
|
+
protoOf(PrimitiveArraySerializer).cm = function (decoder) {
|
|
2393
|
+
return this.gr(decoder, null);
|
|
2394
2394
|
};
|
|
2395
2395
|
function PrimitiveArrayBuilder() {
|
|
2396
2396
|
}
|
|
2397
|
-
protoOf(PrimitiveArrayBuilder).
|
|
2398
|
-
requiredCapacity = requiredCapacity === VOID ? this.
|
|
2397
|
+
protoOf(PrimitiveArrayBuilder).ws = function (requiredCapacity, $super) {
|
|
2398
|
+
requiredCapacity = requiredCapacity === VOID ? this.ts() + 1 | 0 : requiredCapacity;
|
|
2399
2399
|
var tmp;
|
|
2400
2400
|
if ($super === VOID) {
|
|
2401
2401
|
this.ia(requiredCapacity);
|
|
@@ -2407,7 +2407,7 @@
|
|
|
2407
2407
|
};
|
|
2408
2408
|
function Companion_0() {
|
|
2409
2409
|
Companion_instance_0 = this;
|
|
2410
|
-
this.
|
|
2410
|
+
this.xs_1 = longArray(0);
|
|
2411
2411
|
}
|
|
2412
2412
|
var Companion_instance_0;
|
|
2413
2413
|
function Companion_getInstance_8() {
|
|
@@ -2429,11 +2429,11 @@
|
|
|
2429
2429
|
var slot = (index >>> 6 | 0) - 1 | 0;
|
|
2430
2430
|
Companion_getInstance_0();
|
|
2431
2431
|
var offsetInSlot = index & (64 - 1 | 0);
|
|
2432
|
-
$this.
|
|
2432
|
+
$this.bt_1[slot] = $this.bt_1[slot].lf((new Long(1, 0)).d6(offsetInSlot));
|
|
2433
2433
|
}
|
|
2434
2434
|
function nextUnmarkedHighIndex($this) {
|
|
2435
2435
|
var inductionVariable = 0;
|
|
2436
|
-
var last = $this.
|
|
2436
|
+
var last = $this.bt_1.length - 1 | 0;
|
|
2437
2437
|
if (inductionVariable <= last)
|
|
2438
2438
|
do {
|
|
2439
2439
|
var slot = inductionVariable;
|
|
@@ -2441,17 +2441,17 @@
|
|
|
2441
2441
|
var tmp = slot + 1 | 0;
|
|
2442
2442
|
Companion_getInstance_0();
|
|
2443
2443
|
var slotOffset = imul(tmp, 64);
|
|
2444
|
-
var slotMarks = $this.
|
|
2444
|
+
var slotMarks = $this.bt_1[slot];
|
|
2445
2445
|
while (!slotMarks.equals(new Long(-1, -1))) {
|
|
2446
2446
|
var indexInSlot = countTrailingZeroBits(slotMarks.kf());
|
|
2447
2447
|
slotMarks = slotMarks.lf((new Long(1, 0)).d6(indexInSlot));
|
|
2448
2448
|
var index = slotOffset + indexInSlot | 0;
|
|
2449
|
-
if ($this.
|
|
2450
|
-
$this.
|
|
2449
|
+
if ($this.zs_1($this.ys_1, index)) {
|
|
2450
|
+
$this.bt_1[slot] = slotMarks;
|
|
2451
2451
|
return index;
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|
|
2454
|
-
$this.
|
|
2454
|
+
$this.bt_1[slot] = slotMarks;
|
|
2455
2455
|
}
|
|
2456
2456
|
while (inductionVariable <= last);
|
|
2457
2457
|
Companion_getInstance_7();
|
|
@@ -2459,9 +2459,9 @@
|
|
|
2459
2459
|
}
|
|
2460
2460
|
function ElementMarker(descriptor, readIfAbsent) {
|
|
2461
2461
|
Companion_getInstance_8();
|
|
2462
|
-
this.
|
|
2463
|
-
this.
|
|
2464
|
-
var elementsCount = this.
|
|
2462
|
+
this.ys_1 = descriptor;
|
|
2463
|
+
this.zs_1 = readIfAbsent;
|
|
2464
|
+
var elementsCount = this.ys_1.en();
|
|
2465
2465
|
Companion_getInstance_0();
|
|
2466
2466
|
if (elementsCount <= 64) {
|
|
2467
2467
|
var tmp = this;
|
|
@@ -2472,27 +2472,27 @@
|
|
|
2472
2472
|
} else {
|
|
2473
2473
|
tmp_0 = (new Long(-1, -1)).d6(elementsCount);
|
|
2474
2474
|
}
|
|
2475
|
-
tmp.
|
|
2476
|
-
this.
|
|
2475
|
+
tmp.at_1 = tmp_0;
|
|
2476
|
+
this.bt_1 = Companion_getInstance_8().xs_1;
|
|
2477
2477
|
} else {
|
|
2478
|
-
this.
|
|
2479
|
-
this.
|
|
2478
|
+
this.at_1 = new Long(0, 0);
|
|
2479
|
+
this.bt_1 = prepareHighMarksArray(this, elementsCount);
|
|
2480
2480
|
}
|
|
2481
2481
|
}
|
|
2482
|
-
protoOf(ElementMarker).
|
|
2482
|
+
protoOf(ElementMarker).ct = function (index) {
|
|
2483
2483
|
Companion_getInstance_0();
|
|
2484
2484
|
if (index < 64) {
|
|
2485
|
-
this.
|
|
2485
|
+
this.at_1 = this.at_1.lf((new Long(1, 0)).d6(index));
|
|
2486
2486
|
} else {
|
|
2487
2487
|
markHigh(this, index);
|
|
2488
2488
|
}
|
|
2489
2489
|
};
|
|
2490
|
-
protoOf(ElementMarker).
|
|
2491
|
-
var elementsCount = this.
|
|
2492
|
-
while (!this.
|
|
2493
|
-
var index = countTrailingZeroBits(this.
|
|
2494
|
-
this.
|
|
2495
|
-
if (this.
|
|
2490
|
+
protoOf(ElementMarker).dt = function () {
|
|
2491
|
+
var elementsCount = this.ys_1.en();
|
|
2492
|
+
while (!this.at_1.equals(new Long(-1, -1))) {
|
|
2493
|
+
var index = countTrailingZeroBits(this.at_1.kf());
|
|
2494
|
+
this.at_1 = this.at_1.lf((new Long(1, 0)).d6(index));
|
|
2495
|
+
if (this.zs_1(this.ys_1, index)) {
|
|
2496
2496
|
return index;
|
|
2497
2497
|
}
|
|
2498
2498
|
}
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
while (tmp0_iterator.d()) {
|
|
2515
2515
|
var element = tmp0_iterator.e();
|
|
2516
2516
|
// Inline function 'kotlinx.serialization.internal.createAnnotatedEnumSerializer.<anonymous>' call
|
|
2517
|
-
descriptor.
|
|
2517
|
+
descriptor.qt(element);
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
var tmp0__anonymous__q1qw7t = tmp1;
|
|
2532
2532
|
var tmp0_elvis_lhs = getOrNull(names, tmp0__anonymous__q1qw7t);
|
|
2533
2533
|
var elementName = tmp0_elvis_lhs == null ? item.p4_1 : tmp0_elvis_lhs;
|
|
2534
|
-
descriptor.
|
|
2534
|
+
descriptor.rt(elementName);
|
|
2535
2535
|
var tmp1_safe_receiver = getOrNull(entryAnnotations, tmp0__anonymous__q1qw7t);
|
|
2536
2536
|
if (tmp1_safe_receiver == null)
|
|
2537
2537
|
null;
|
|
@@ -2541,7 +2541,7 @@
|
|
|
2541
2541
|
while (tmp0_iterator_0.d()) {
|
|
2542
2542
|
var element_0 = tmp0_iterator_0.e();
|
|
2543
2543
|
// Inline function 'kotlinx.serialization.internal.createAnnotatedEnumSerializer.<anonymous>.<anonymous>' call
|
|
2544
|
-
descriptor.
|
|
2544
|
+
descriptor.st(element_0);
|
|
2545
2545
|
}
|
|
2546
2546
|
}
|
|
2547
2547
|
}
|
|
@@ -2551,7 +2551,7 @@
|
|
|
2551
2551
|
var tmp$ret$0;
|
|
2552
2552
|
// Inline function 'kotlin.getValue' call
|
|
2553
2553
|
var tmp0_getValue = elementDescriptors$factory();
|
|
2554
|
-
tmp$ret$0 = $this.
|
|
2554
|
+
tmp$ret$0 = $this.gu_1.w();
|
|
2555
2555
|
return tmp$ret$0;
|
|
2556
2556
|
}
|
|
2557
2557
|
function EnumDescriptor$elementDescriptors$delegate$lambda($elementsCount, $name, this$0) {
|
|
@@ -2566,7 +2566,7 @@
|
|
|
2566
2566
|
var tmp_2 = tmp;
|
|
2567
2567
|
var tmp$ret$1;
|
|
2568
2568
|
// Inline function 'kotlinx.serialization.internal.EnumDescriptor.elementDescriptors$delegate.<anonymous>.<anonymous>' call
|
|
2569
|
-
tmp$ret$1 = buildSerialDescriptor($name + '.' + this$0.
|
|
2569
|
+
tmp$ret$1 = buildSerialDescriptor($name + '.' + this$0.kn(tmp_2), OBJECT_getInstance(), []);
|
|
2570
2570
|
tmp_1[tmp_2] = tmp$ret$1;
|
|
2571
2571
|
tmp = tmp + 1 | 0;
|
|
2572
2572
|
}
|
|
@@ -2575,14 +2575,14 @@
|
|
|
2575
2575
|
}
|
|
2576
2576
|
function EnumDescriptor(name, elementsCount) {
|
|
2577
2577
|
PluginGeneratedSerialDescriptor.call(this, name, VOID, elementsCount);
|
|
2578
|
-
this.
|
|
2578
|
+
this.fu_1 = ENUM_getInstance();
|
|
2579
2579
|
var tmp = this;
|
|
2580
|
-
tmp.
|
|
2580
|
+
tmp.gu_1 = lazy_0(EnumDescriptor$elementDescriptors$delegate$lambda(elementsCount, name, this));
|
|
2581
2581
|
}
|
|
2582
|
-
protoOf(EnumDescriptor).
|
|
2583
|
-
return this.
|
|
2582
|
+
protoOf(EnumDescriptor).gn = function () {
|
|
2583
|
+
return this.fu_1;
|
|
2584
2584
|
};
|
|
2585
|
-
protoOf(EnumDescriptor).
|
|
2585
|
+
protoOf(EnumDescriptor).in = function (index) {
|
|
2586
2586
|
return getChecked(_get_elementDescriptors__y23q9p(this), index);
|
|
2587
2587
|
};
|
|
2588
2588
|
protoOf(EnumDescriptor).equals = function (other) {
|
|
@@ -2592,19 +2592,19 @@
|
|
|
2592
2592
|
return false;
|
|
2593
2593
|
if (!(!(other == null) ? isInterface(other, SerialDescriptor) : false))
|
|
2594
2594
|
return false;
|
|
2595
|
-
if (!(other.
|
|
2595
|
+
if (!(other.gn() === ENUM_getInstance()))
|
|
2596
2596
|
return false;
|
|
2597
|
-
if (!(this.
|
|
2597
|
+
if (!(this.cn() === other.cn()))
|
|
2598
2598
|
return false;
|
|
2599
2599
|
if (!equals(cachedSerialNames(this), cachedSerialNames(other)))
|
|
2600
2600
|
return false;
|
|
2601
2601
|
return true;
|
|
2602
2602
|
};
|
|
2603
2603
|
protoOf(EnumDescriptor).toString = function () {
|
|
2604
|
-
return joinToString(get_elementNames(this), ', ', this.
|
|
2604
|
+
return joinToString(get_elementNames(this), ', ', this.cn() + '(', ')');
|
|
2605
2605
|
};
|
|
2606
2606
|
protoOf(EnumDescriptor).hashCode = function () {
|
|
2607
|
-
var result = getStringHashCode(this.
|
|
2607
|
+
var result = getStringHashCode(this.cn());
|
|
2608
2608
|
var tmp$ret$4;
|
|
2609
2609
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2610
2610
|
var tmp1_elementsHashCodeBy = get_elementNames(this);
|
|
@@ -2638,16 +2638,16 @@
|
|
|
2638
2638
|
};
|
|
2639
2639
|
function EnumSerializer_init_$Init$(serialName, values, descriptor, $this) {
|
|
2640
2640
|
EnumSerializer.call($this, serialName, values);
|
|
2641
|
-
$this.
|
|
2641
|
+
$this.ku_1 = descriptor;
|
|
2642
2642
|
return $this;
|
|
2643
2643
|
}
|
|
2644
2644
|
function EnumSerializer_init_$Create$(serialName, values, descriptor) {
|
|
2645
2645
|
return EnumSerializer_init_$Init$(serialName, values, descriptor, objectCreate(protoOf(EnumSerializer)));
|
|
2646
2646
|
}
|
|
2647
2647
|
function createUnmarkedDescriptor($this, serialName) {
|
|
2648
|
-
var d = new EnumDescriptor(serialName, $this.
|
|
2648
|
+
var d = new EnumDescriptor(serialName, $this.ju_1.length);
|
|
2649
2649
|
// Inline function 'kotlin.collections.forEach' call
|
|
2650
|
-
var tmp0_forEach = $this.
|
|
2650
|
+
var tmp0_forEach = $this.ju_1;
|
|
2651
2651
|
var indexedObject = tmp0_forEach;
|
|
2652
2652
|
var inductionVariable = 0;
|
|
2653
2653
|
var last = indexedObject.length;
|
|
@@ -2655,38 +2655,38 @@
|
|
|
2655
2655
|
var element = indexedObject[inductionVariable];
|
|
2656
2656
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2657
2657
|
// Inline function 'kotlinx.serialization.internal.EnumSerializer.createUnmarkedDescriptor.<anonymous>' call
|
|
2658
|
-
d.
|
|
2658
|
+
d.rt(element.p4_1);
|
|
2659
2659
|
}
|
|
2660
2660
|
return d;
|
|
2661
2661
|
}
|
|
2662
2662
|
function EnumSerializer$descriptor$delegate$lambda(this$0, $serialName) {
|
|
2663
2663
|
return function () {
|
|
2664
|
-
var tmp0_elvis_lhs = this$0.
|
|
2664
|
+
var tmp0_elvis_lhs = this$0.ku_1;
|
|
2665
2665
|
return tmp0_elvis_lhs == null ? createUnmarkedDescriptor(this$0, $serialName) : tmp0_elvis_lhs;
|
|
2666
2666
|
};
|
|
2667
2667
|
}
|
|
2668
2668
|
function EnumSerializer(serialName, values) {
|
|
2669
|
-
this.
|
|
2670
|
-
this.
|
|
2669
|
+
this.ju_1 = values;
|
|
2670
|
+
this.ku_1 = null;
|
|
2671
2671
|
var tmp = this;
|
|
2672
|
-
tmp.
|
|
2672
|
+
tmp.lu_1 = lazy_0(EnumSerializer$descriptor$delegate$lambda(this, serialName));
|
|
2673
2673
|
}
|
|
2674
|
-
protoOf(EnumSerializer).
|
|
2674
|
+
protoOf(EnumSerializer).bm = function () {
|
|
2675
2675
|
var tmp$ret$0;
|
|
2676
2676
|
// Inline function 'kotlin.getValue' call
|
|
2677
2677
|
var tmp0_getValue = descriptor$factory_0();
|
|
2678
|
-
tmp$ret$0 = this.
|
|
2678
|
+
tmp$ret$0 = this.lu_1.w();
|
|
2679
2679
|
return tmp$ret$0;
|
|
2680
2680
|
};
|
|
2681
|
-
protoOf(EnumSerializer).
|
|
2682
|
-
var index = decoder.
|
|
2683
|
-
if (!(0 <= index ? index <= (this.
|
|
2684
|
-
throw SerializationException_init_$Create$('' + index + ' is not among valid ' + this.
|
|
2681
|
+
protoOf(EnumSerializer).cm = function (decoder) {
|
|
2682
|
+
var index = decoder.vo(this.bm());
|
|
2683
|
+
if (!(0 <= index ? index <= (this.ju_1.length - 1 | 0) : false)) {
|
|
2684
|
+
throw SerializationException_init_$Create$('' + index + ' is not among valid ' + this.bm().cn() + ' enum values, ' + ('values size is ' + this.ju_1.length));
|
|
2685
2685
|
}
|
|
2686
|
-
return this.
|
|
2686
|
+
return this.ju_1[index];
|
|
2687
2687
|
};
|
|
2688
2688
|
protoOf(EnumSerializer).toString = function () {
|
|
2689
|
-
return 'kotlinx.serialization.internal.EnumSerializer<' + this.
|
|
2689
|
+
return 'kotlinx.serialization.internal.EnumSerializer<' + this.bm().cn() + '>';
|
|
2690
2690
|
};
|
|
2691
2691
|
function elementDescriptors$factory() {
|
|
2692
2692
|
return getPropertyCallableRef('elementDescriptors', 1, KProperty1, function (receiver) {
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
}
|
|
2696
2696
|
function descriptor$factory_0() {
|
|
2697
2697
|
return getPropertyCallableRef('descriptor', 1, KProperty1, function (receiver) {
|
|
2698
|
-
return receiver.
|
|
2698
|
+
return receiver.bm();
|
|
2699
2699
|
}, null);
|
|
2700
2700
|
}
|
|
2701
2701
|
function InlinePrimitiveDescriptor(name, primitiveSerializer) {
|
|
@@ -2703,10 +2703,10 @@
|
|
|
2703
2703
|
}
|
|
2704
2704
|
function InlineClassDescriptor(name, generatedSerializer) {
|
|
2705
2705
|
PluginGeneratedSerialDescriptor.call(this, name, generatedSerializer, 1);
|
|
2706
|
-
this.
|
|
2706
|
+
this.yu_1 = true;
|
|
2707
2707
|
}
|
|
2708
|
-
protoOf(InlineClassDescriptor).
|
|
2709
|
-
return this.
|
|
2708
|
+
protoOf(InlineClassDescriptor).fn = function () {
|
|
2709
|
+
return this.yu_1;
|
|
2710
2710
|
};
|
|
2711
2711
|
protoOf(InlineClassDescriptor).hashCode = function () {
|
|
2712
2712
|
return imul(protoOf(PluginGeneratedSerialDescriptor).hashCode.call(this), 31);
|
|
@@ -2723,33 +2723,33 @@
|
|
|
2723
2723
|
tmp$ret$0 = false;
|
|
2724
2724
|
break $l$block_5;
|
|
2725
2725
|
}
|
|
2726
|
-
if (!(this.
|
|
2726
|
+
if (!(this.cn() === other.cn())) {
|
|
2727
2727
|
tmp$ret$0 = false;
|
|
2728
2728
|
break $l$block_5;
|
|
2729
2729
|
}
|
|
2730
2730
|
var tmp$ret$1;
|
|
2731
2731
|
// Inline function 'kotlinx.serialization.internal.InlineClassDescriptor.equals.<anonymous>' call
|
|
2732
2732
|
var tmp0__anonymous__q1qw7t = other;
|
|
2733
|
-
tmp$ret$1 = tmp0__anonymous__q1qw7t.
|
|
2733
|
+
tmp$ret$1 = tmp0__anonymous__q1qw7t.yu_1 ? contentEquals(this.hu(), tmp0__anonymous__q1qw7t.hu()) : false;
|
|
2734
2734
|
if (!tmp$ret$1) {
|
|
2735
2735
|
tmp$ret$0 = false;
|
|
2736
2736
|
break $l$block_5;
|
|
2737
2737
|
}
|
|
2738
|
-
if (!(this.
|
|
2738
|
+
if (!(this.en() === other.en())) {
|
|
2739
2739
|
tmp$ret$0 = false;
|
|
2740
2740
|
break $l$block_5;
|
|
2741
2741
|
}
|
|
2742
2742
|
var inductionVariable = 0;
|
|
2743
|
-
var last = this.
|
|
2743
|
+
var last = this.en();
|
|
2744
2744
|
if (inductionVariable < last)
|
|
2745
2745
|
do {
|
|
2746
2746
|
var index = inductionVariable;
|
|
2747
2747
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2748
|
-
if (!(this.
|
|
2748
|
+
if (!(this.in(index).cn() === other.in(index).cn())) {
|
|
2749
2749
|
tmp$ret$0 = false;
|
|
2750
2750
|
break $l$block_5;
|
|
2751
2751
|
}
|
|
2752
|
-
if (!equals(this.
|
|
2752
|
+
if (!equals(this.in(index).gn(), other.in(index).gn())) {
|
|
2753
2753
|
tmp$ret$0 = false;
|
|
2754
2754
|
break $l$block_5;
|
|
2755
2755
|
}
|
|
@@ -2760,24 +2760,24 @@
|
|
|
2760
2760
|
return tmp$ret$0;
|
|
2761
2761
|
};
|
|
2762
2762
|
function InlinePrimitiveDescriptor$1($primitiveSerializer) {
|
|
2763
|
-
this.
|
|
2763
|
+
this.zu_1 = $primitiveSerializer;
|
|
2764
2764
|
}
|
|
2765
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
2765
|
+
protoOf(InlinePrimitiveDescriptor$1).av = function () {
|
|
2766
2766
|
var tmp$ret$2;
|
|
2767
2767
|
// Inline function 'kotlin.arrayOf' call
|
|
2768
2768
|
var tmp$ret$1;
|
|
2769
2769
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2770
2770
|
var tmp$ret$0;
|
|
2771
2771
|
// Inline function 'kotlin.js.asDynamic' call
|
|
2772
|
-
tmp$ret$0 = [this.
|
|
2772
|
+
tmp$ret$0 = [this.zu_1];
|
|
2773
2773
|
tmp$ret$1 = tmp$ret$0;
|
|
2774
2774
|
tmp$ret$2 = tmp$ret$1;
|
|
2775
2775
|
return tmp$ret$2;
|
|
2776
2776
|
};
|
|
2777
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
2777
|
+
protoOf(InlinePrimitiveDescriptor$1).bm = function () {
|
|
2778
2778
|
throw IllegalStateException_init_$Create$('unsupported');
|
|
2779
2779
|
};
|
|
2780
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
2780
|
+
protoOf(InlinePrimitiveDescriptor$1).cm = function (decoder) {
|
|
2781
2781
|
// Inline function 'kotlin.error' call
|
|
2782
2782
|
throw IllegalStateException_init_$Create$('unsupported');
|
|
2783
2783
|
};
|
|
@@ -2789,31 +2789,31 @@
|
|
|
2789
2789
|
}
|
|
2790
2790
|
function NothingSerialDescriptor() {
|
|
2791
2791
|
NothingSerialDescriptor_instance = this;
|
|
2792
|
-
this.
|
|
2793
|
-
this.
|
|
2792
|
+
this.cv_1 = OBJECT_getInstance();
|
|
2793
|
+
this.dv_1 = 'kotlin.Nothing';
|
|
2794
2794
|
}
|
|
2795
|
-
protoOf(NothingSerialDescriptor).
|
|
2796
|
-
return this.
|
|
2797
|
-
};
|
|
2798
|
-
protoOf(NothingSerialDescriptor).an = function () {
|
|
2799
|
-
return this.bv_1;
|
|
2795
|
+
protoOf(NothingSerialDescriptor).gn = function () {
|
|
2796
|
+
return this.cv_1;
|
|
2800
2797
|
};
|
|
2801
2798
|
protoOf(NothingSerialDescriptor).cn = function () {
|
|
2799
|
+
return this.dv_1;
|
|
2800
|
+
};
|
|
2801
|
+
protoOf(NothingSerialDescriptor).en = function () {
|
|
2802
2802
|
return 0;
|
|
2803
2803
|
};
|
|
2804
|
-
protoOf(NothingSerialDescriptor).
|
|
2804
|
+
protoOf(NothingSerialDescriptor).kn = function (index) {
|
|
2805
2805
|
error(this);
|
|
2806
2806
|
};
|
|
2807
|
-
protoOf(NothingSerialDescriptor).
|
|
2807
|
+
protoOf(NothingSerialDescriptor).jn = function (name) {
|
|
2808
2808
|
error(this);
|
|
2809
2809
|
};
|
|
2810
|
-
protoOf(NothingSerialDescriptor).
|
|
2810
|
+
protoOf(NothingSerialDescriptor).ln = function (index) {
|
|
2811
2811
|
error(this);
|
|
2812
2812
|
};
|
|
2813
|
-
protoOf(NothingSerialDescriptor).
|
|
2813
|
+
protoOf(NothingSerialDescriptor).in = function (index) {
|
|
2814
2814
|
error(this);
|
|
2815
2815
|
};
|
|
2816
|
-
protoOf(NothingSerialDescriptor).
|
|
2816
|
+
protoOf(NothingSerialDescriptor).hn = function (index) {
|
|
2817
2817
|
error(this);
|
|
2818
2818
|
};
|
|
2819
2819
|
protoOf(NothingSerialDescriptor).toString = function () {
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
return this === other;
|
|
2824
2824
|
};
|
|
2825
2825
|
protoOf(NothingSerialDescriptor).hashCode = function () {
|
|
2826
|
-
return getStringHashCode(this.
|
|
2826
|
+
return getStringHashCode(this.dv_1) + imul(31, this.cv_1.hashCode()) | 0;
|
|
2827
2827
|
};
|
|
2828
2828
|
var NothingSerialDescriptor_instance;
|
|
2829
2829
|
function NothingSerialDescriptor_getInstance() {
|
|
@@ -2832,14 +2832,14 @@
|
|
|
2832
2832
|
return NothingSerialDescriptor_instance;
|
|
2833
2833
|
}
|
|
2834
2834
|
function NullableSerializer(serializer) {
|
|
2835
|
-
this.
|
|
2836
|
-
this.
|
|
2835
|
+
this.ev_1 = serializer;
|
|
2836
|
+
this.fv_1 = new SerialDescriptorForNullable(this.ev_1.bm());
|
|
2837
2837
|
}
|
|
2838
|
-
protoOf(NullableSerializer).
|
|
2839
|
-
return this.
|
|
2838
|
+
protoOf(NullableSerializer).bm = function () {
|
|
2839
|
+
return this.fv_1;
|
|
2840
2840
|
};
|
|
2841
|
-
protoOf(NullableSerializer).
|
|
2842
|
-
return decoder.
|
|
2841
|
+
protoOf(NullableSerializer).cm = function (decoder) {
|
|
2842
|
+
return decoder.ko() ? decoder.yo(this.ev_1) : decoder.lo();
|
|
2843
2843
|
};
|
|
2844
2844
|
protoOf(NullableSerializer).equals = function (other) {
|
|
2845
2845
|
if (this === other)
|
|
@@ -2850,52 +2850,52 @@
|
|
|
2850
2850
|
other;
|
|
2851
2851
|
else
|
|
2852
2852
|
THROW_CCE();
|
|
2853
|
-
if (!equals(this.
|
|
2853
|
+
if (!equals(this.ev_1, other.ev_1))
|
|
2854
2854
|
return false;
|
|
2855
2855
|
return true;
|
|
2856
2856
|
};
|
|
2857
2857
|
protoOf(NullableSerializer).hashCode = function () {
|
|
2858
|
-
return hashCode(this.
|
|
2858
|
+
return hashCode(this.ev_1);
|
|
2859
2859
|
};
|
|
2860
2860
|
function SerialDescriptorForNullable(original) {
|
|
2861
|
-
this.
|
|
2862
|
-
this.
|
|
2863
|
-
this.
|
|
2861
|
+
this.mn_1 = original;
|
|
2862
|
+
this.nn_1 = this.mn_1.cn() + '?';
|
|
2863
|
+
this.on_1 = cachedSerialNames(this.mn_1);
|
|
2864
2864
|
}
|
|
2865
|
-
protoOf(SerialDescriptorForNullable).bn = function () {
|
|
2866
|
-
return this.kn_1.bn();
|
|
2867
|
-
};
|
|
2868
|
-
protoOf(SerialDescriptorForNullable).cn = function () {
|
|
2869
|
-
return this.kn_1.cn();
|
|
2870
|
-
};
|
|
2871
2865
|
protoOf(SerialDescriptorForNullable).dn = function () {
|
|
2872
|
-
return this.
|
|
2866
|
+
return this.mn_1.dn();
|
|
2873
2867
|
};
|
|
2874
2868
|
protoOf(SerialDescriptorForNullable).en = function () {
|
|
2875
|
-
return this.
|
|
2869
|
+
return this.mn_1.en();
|
|
2876
2870
|
};
|
|
2877
|
-
protoOf(SerialDescriptorForNullable).fn = function (
|
|
2878
|
-
return this.
|
|
2871
|
+
protoOf(SerialDescriptorForNullable).fn = function () {
|
|
2872
|
+
return this.mn_1.fn();
|
|
2879
2873
|
};
|
|
2880
|
-
protoOf(SerialDescriptorForNullable).gn = function (
|
|
2881
|
-
return this.
|
|
2874
|
+
protoOf(SerialDescriptorForNullable).gn = function () {
|
|
2875
|
+
return this.mn_1.gn();
|
|
2882
2876
|
};
|
|
2883
|
-
protoOf(SerialDescriptorForNullable).hn = function (
|
|
2884
|
-
return this.
|
|
2877
|
+
protoOf(SerialDescriptorForNullable).hn = function (index) {
|
|
2878
|
+
return this.mn_1.hn(index);
|
|
2885
2879
|
};
|
|
2886
2880
|
protoOf(SerialDescriptorForNullable).in = function (index) {
|
|
2887
|
-
return this.
|
|
2881
|
+
return this.mn_1.in(index);
|
|
2882
|
+
};
|
|
2883
|
+
protoOf(SerialDescriptorForNullable).jn = function (name) {
|
|
2884
|
+
return this.mn_1.jn(name);
|
|
2888
2885
|
};
|
|
2889
|
-
protoOf(SerialDescriptorForNullable).
|
|
2890
|
-
return this.
|
|
2886
|
+
protoOf(SerialDescriptorForNullable).kn = function (index) {
|
|
2887
|
+
return this.mn_1.kn(index);
|
|
2891
2888
|
};
|
|
2892
|
-
protoOf(SerialDescriptorForNullable).
|
|
2893
|
-
return this.
|
|
2889
|
+
protoOf(SerialDescriptorForNullable).ln = function (index) {
|
|
2890
|
+
return this.mn_1.ln(index);
|
|
2894
2891
|
};
|
|
2895
|
-
protoOf(SerialDescriptorForNullable).
|
|
2896
|
-
return this.
|
|
2892
|
+
protoOf(SerialDescriptorForNullable).cn = function () {
|
|
2893
|
+
return this.nn_1;
|
|
2894
|
+
};
|
|
2895
|
+
protoOf(SerialDescriptorForNullable).io = function () {
|
|
2896
|
+
return this.on_1;
|
|
2897
2897
|
};
|
|
2898
|
-
protoOf(SerialDescriptorForNullable).
|
|
2898
|
+
protoOf(SerialDescriptorForNullable).ym = function () {
|
|
2899
2899
|
return true;
|
|
2900
2900
|
};
|
|
2901
2901
|
protoOf(SerialDescriptorForNullable).equals = function (other) {
|
|
@@ -2903,19 +2903,19 @@
|
|
|
2903
2903
|
return true;
|
|
2904
2904
|
if (!(other instanceof SerialDescriptorForNullable))
|
|
2905
2905
|
return false;
|
|
2906
|
-
if (!equals(this.
|
|
2906
|
+
if (!equals(this.mn_1, other.mn_1))
|
|
2907
2907
|
return false;
|
|
2908
2908
|
return true;
|
|
2909
2909
|
};
|
|
2910
2910
|
protoOf(SerialDescriptorForNullable).toString = function () {
|
|
2911
|
-
return '' + this.
|
|
2911
|
+
return '' + this.mn_1 + '?';
|
|
2912
2912
|
};
|
|
2913
2913
|
protoOf(SerialDescriptorForNullable).hashCode = function () {
|
|
2914
|
-
return imul(hashCode(this.
|
|
2914
|
+
return imul(hashCode(this.mn_1), 31);
|
|
2915
2915
|
};
|
|
2916
2916
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
2917
2917
|
return function ($this$buildSerialDescriptor) {
|
|
2918
|
-
$this$buildSerialDescriptor.
|
|
2918
|
+
$this$buildSerialDescriptor.fm_1 = this$0.hv_1;
|
|
2919
2919
|
return Unit_getInstance();
|
|
2920
2920
|
};
|
|
2921
2921
|
}
|
|
@@ -2926,32 +2926,32 @@
|
|
|
2926
2926
|
};
|
|
2927
2927
|
}
|
|
2928
2928
|
function ObjectSerializer(serialName, objectInstance) {
|
|
2929
|
-
this.
|
|
2930
|
-
this.
|
|
2929
|
+
this.gv_1 = objectInstance;
|
|
2930
|
+
this.hv_1 = emptyList();
|
|
2931
2931
|
var tmp = this;
|
|
2932
2932
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2933
|
-
tmp.
|
|
2933
|
+
tmp.iv_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
2934
2934
|
}
|
|
2935
|
-
protoOf(ObjectSerializer).
|
|
2935
|
+
protoOf(ObjectSerializer).bm = function () {
|
|
2936
2936
|
var tmp$ret$0;
|
|
2937
2937
|
// Inline function 'kotlin.getValue' call
|
|
2938
2938
|
var tmp0_getValue = descriptor$factory_1();
|
|
2939
|
-
tmp$ret$0 = this.
|
|
2939
|
+
tmp$ret$0 = this.iv_1.w();
|
|
2940
2940
|
return tmp$ret$0;
|
|
2941
2941
|
};
|
|
2942
|
-
protoOf(ObjectSerializer).
|
|
2942
|
+
protoOf(ObjectSerializer).cm = function (decoder) {
|
|
2943
2943
|
var tmp$ret$1;
|
|
2944
2944
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
2945
|
-
var tmp0_decodeStructure = this.
|
|
2946
|
-
var composite = decoder.
|
|
2945
|
+
var tmp0_decodeStructure = this.bm();
|
|
2946
|
+
var composite = decoder.zo(tmp0_decodeStructure);
|
|
2947
2947
|
var tmp$ret$0;
|
|
2948
2948
|
$l$block_0: {
|
|
2949
2949
|
// Inline function 'kotlinx.serialization.internal.ObjectSerializer.deserialize.<anonymous>' call
|
|
2950
|
-
if (composite.
|
|
2950
|
+
if (composite.pp()) {
|
|
2951
2951
|
tmp$ret$0 = Unit_getInstance();
|
|
2952
2952
|
break $l$block_0;
|
|
2953
2953
|
}
|
|
2954
|
-
var index = composite.
|
|
2954
|
+
var index = composite.qp(this.bm());
|
|
2955
2955
|
Companion_getInstance_7();
|
|
2956
2956
|
if (index === -1) {
|
|
2957
2957
|
tmp$ret$0 = Unit_getInstance();
|
|
@@ -2961,13 +2961,13 @@
|
|
|
2961
2961
|
}
|
|
2962
2962
|
}
|
|
2963
2963
|
var result = tmp$ret$0;
|
|
2964
|
-
composite.
|
|
2964
|
+
composite.ap(tmp0_decodeStructure);
|
|
2965
2965
|
tmp$ret$1 = result;
|
|
2966
|
-
return this.
|
|
2966
|
+
return this.gv_1;
|
|
2967
2967
|
};
|
|
2968
2968
|
function descriptor$factory_1() {
|
|
2969
2969
|
return getPropertyCallableRef('descriptor', 1, KProperty1, function (receiver) {
|
|
2970
|
-
return receiver.
|
|
2970
|
+
return receiver.bm();
|
|
2971
2971
|
}, null);
|
|
2972
2972
|
}
|
|
2973
2973
|
function get_EMPTY_DESCRIPTOR_ARRAY() {
|
|
@@ -2978,16 +2978,16 @@
|
|
|
2978
2978
|
function cachedSerialNames(_this__u8e3s4) {
|
|
2979
2979
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2980
2980
|
if (isInterface(_this__u8e3s4, CachedNames))
|
|
2981
|
-
return _this__u8e3s4.
|
|
2982
|
-
var result = HashSet_init_$Create$_1(_this__u8e3s4.
|
|
2981
|
+
return _this__u8e3s4.io();
|
|
2982
|
+
var result = HashSet_init_$Create$_1(_this__u8e3s4.en());
|
|
2983
2983
|
var inductionVariable = 0;
|
|
2984
|
-
var last = _this__u8e3s4.
|
|
2984
|
+
var last = _this__u8e3s4.en();
|
|
2985
2985
|
if (inductionVariable < last)
|
|
2986
2986
|
do {
|
|
2987
2987
|
var i = inductionVariable;
|
|
2988
2988
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2989
2989
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2990
|
-
var tmp0_plusAssign = _this__u8e3s4.
|
|
2990
|
+
var tmp0_plusAssign = _this__u8e3s4.kn(i);
|
|
2991
2991
|
result.a(tmp0_plusAssign);
|
|
2992
2992
|
}
|
|
2993
2993
|
while (inductionVariable < last);
|
|
@@ -3082,13 +3082,13 @@
|
|
|
3082
3082
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3083
3083
|
if (!((missingFieldsBits & 1) === 0)) {
|
|
3084
3084
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3085
|
-
var tmp0_plusAssign = descriptor.
|
|
3085
|
+
var tmp0_plusAssign = descriptor.kn(i);
|
|
3086
3086
|
missingFields.a(tmp0_plusAssign);
|
|
3087
3087
|
}
|
|
3088
3088
|
missingFieldsBits = missingFieldsBits >>> 1 | 0;
|
|
3089
3089
|
}
|
|
3090
3090
|
while (inductionVariable < 32);
|
|
3091
|
-
throw MissingFieldException_init_$Create$(missingFields, descriptor.
|
|
3091
|
+
throw MissingFieldException_init_$Create$(missingFields, descriptor.cn());
|
|
3092
3092
|
}
|
|
3093
3093
|
function throwArrayMissingFieldException(seenArray, goldenMaskArray, descriptor) {
|
|
3094
3094
|
var tmp$ret$0;
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
3111
3111
|
if (!((missingFieldsBits & 1) === 0)) {
|
|
3112
3112
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3113
|
-
var tmp0_plusAssign = descriptor.
|
|
3113
|
+
var tmp0_plusAssign = descriptor.kn(imul(maskSlot, 32) + i | 0);
|
|
3114
3114
|
missingFields.a(tmp0_plusAssign);
|
|
3115
3115
|
}
|
|
3116
3116
|
missingFieldsBits = missingFieldsBits >>> 1 | 0;
|
|
@@ -3119,32 +3119,32 @@
|
|
|
3119
3119
|
}
|
|
3120
3120
|
}
|
|
3121
3121
|
while (inductionVariable <= last);
|
|
3122
|
-
throw MissingFieldException_init_$Create$(missingFields, descriptor.
|
|
3122
|
+
throw MissingFieldException_init_$Create$(missingFields, descriptor.cn());
|
|
3123
3123
|
}
|
|
3124
3124
|
function _get_childSerializers__7vnyfa($this) {
|
|
3125
3125
|
var tmp$ret$0;
|
|
3126
3126
|
// Inline function 'kotlin.getValue' call
|
|
3127
3127
|
var tmp0_getValue = childSerializers$factory();
|
|
3128
|
-
tmp$ret$0 = $this.
|
|
3128
|
+
tmp$ret$0 = $this.nt_1.w();
|
|
3129
3129
|
return tmp$ret$0;
|
|
3130
3130
|
}
|
|
3131
3131
|
function _get__hashCode__tgwhef_0($this) {
|
|
3132
3132
|
var tmp$ret$0;
|
|
3133
3133
|
// Inline function 'kotlin.getValue' call
|
|
3134
3134
|
var tmp0_getValue = _hashCode$factory_0();
|
|
3135
|
-
tmp$ret$0 = $this.
|
|
3135
|
+
tmp$ret$0 = $this.pt_1.w();
|
|
3136
3136
|
return tmp$ret$0;
|
|
3137
3137
|
}
|
|
3138
3138
|
function buildIndices($this) {
|
|
3139
3139
|
var indices = HashMap_init_$Create$();
|
|
3140
3140
|
var inductionVariable = 0;
|
|
3141
|
-
var last = $this.
|
|
3141
|
+
var last = $this.it_1.length - 1 | 0;
|
|
3142
3142
|
if (inductionVariable <= last)
|
|
3143
3143
|
do {
|
|
3144
3144
|
var i = inductionVariable;
|
|
3145
3145
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3146
3146
|
// Inline function 'kotlin.collections.set' call
|
|
3147
|
-
var tmp0_set = $this.
|
|
3147
|
+
var tmp0_set = $this.it_1[i];
|
|
3148
3148
|
indices.k3(tmp0_set, i);
|
|
3149
3149
|
}
|
|
3150
3150
|
while (inductionVariable <= last);
|
|
@@ -3152,15 +3152,15 @@
|
|
|
3152
3152
|
}
|
|
3153
3153
|
function PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this$0) {
|
|
3154
3154
|
return function () {
|
|
3155
|
-
var tmp0_safe_receiver = this$0.
|
|
3156
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3155
|
+
var tmp0_safe_receiver = this$0.ft_1;
|
|
3156
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.av();
|
|
3157
3157
|
return tmp1_elvis_lhs == null ? get_EMPTY_SERIALIZER_ARRAY() : tmp1_elvis_lhs;
|
|
3158
3158
|
};
|
|
3159
3159
|
}
|
|
3160
3160
|
function PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this$0) {
|
|
3161
3161
|
return function () {
|
|
3162
|
-
var tmp0_safe_receiver = this$0.
|
|
3163
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3162
|
+
var tmp0_safe_receiver = this$0.ft_1;
|
|
3163
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.bv();
|
|
3164
3164
|
var tmp;
|
|
3165
3165
|
if (tmp1_safe_receiver == null) {
|
|
3166
3166
|
tmp = null;
|
|
@@ -3175,7 +3175,7 @@
|
|
|
3175
3175
|
var item = tmp0_iterator.e();
|
|
3176
3176
|
var tmp$ret$0;
|
|
3177
3177
|
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.typeParameterDescriptors$delegate.<anonymous>.<anonymous>' call
|
|
3178
|
-
tmp$ret$0 = item.
|
|
3178
|
+
tmp$ret$0 = item.bm();
|
|
3179
3179
|
tmp0_mapTo.a(tmp$ret$0);
|
|
3180
3180
|
}
|
|
3181
3181
|
tmp$ret$1 = tmp0_mapTo;
|
|
@@ -3187,23 +3187,23 @@
|
|
|
3187
3187
|
}
|
|
3188
3188
|
function PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this$0) {
|
|
3189
3189
|
return function () {
|
|
3190
|
-
return hashCodeImpl(this$0, this$0.
|
|
3190
|
+
return hashCodeImpl(this$0, this$0.hu());
|
|
3191
3191
|
};
|
|
3192
3192
|
}
|
|
3193
3193
|
function PluginGeneratedSerialDescriptor$toString$lambda(this$0) {
|
|
3194
3194
|
return function (i) {
|
|
3195
|
-
return this$0.
|
|
3195
|
+
return this$0.kn(i) + ': ' + this$0.in(i).cn();
|
|
3196
3196
|
};
|
|
3197
3197
|
}
|
|
3198
3198
|
function PluginGeneratedSerialDescriptor(serialName, generatedSerializer, elementsCount) {
|
|
3199
3199
|
generatedSerializer = generatedSerializer === VOID ? null : generatedSerializer;
|
|
3200
|
-
this.
|
|
3201
|
-
this.
|
|
3202
|
-
this.
|
|
3203
|
-
this.
|
|
3200
|
+
this.et_1 = serialName;
|
|
3201
|
+
this.ft_1 = generatedSerializer;
|
|
3202
|
+
this.gt_1 = elementsCount;
|
|
3203
|
+
this.ht_1 = -1;
|
|
3204
3204
|
var tmp = this;
|
|
3205
3205
|
var tmp_0 = 0;
|
|
3206
|
-
var tmp_1 = this.
|
|
3206
|
+
var tmp_1 = this.gt_1;
|
|
3207
3207
|
var tmp$ret$0;
|
|
3208
3208
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3209
3209
|
tmp$ret$0 = fillArrayVal(Array(tmp_1), null);
|
|
@@ -3216,81 +3216,81 @@
|
|
|
3216
3216
|
tmp_2[tmp_3] = tmp$ret$1;
|
|
3217
3217
|
tmp_0 = tmp_0 + 1 | 0;
|
|
3218
3218
|
}
|
|
3219
|
-
tmp.
|
|
3219
|
+
tmp.it_1 = tmp_2;
|
|
3220
3220
|
var tmp_4 = this;
|
|
3221
3221
|
var tmp$ret$2;
|
|
3222
3222
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3223
|
-
var tmp0_arrayOfNulls = this.
|
|
3223
|
+
var tmp0_arrayOfNulls = this.gt_1;
|
|
3224
3224
|
tmp$ret$2 = fillArrayVal(Array(tmp0_arrayOfNulls), null);
|
|
3225
|
-
tmp_4.
|
|
3226
|
-
this.
|
|
3227
|
-
this.
|
|
3228
|
-
this.
|
|
3225
|
+
tmp_4.jt_1 = tmp$ret$2;
|
|
3226
|
+
this.kt_1 = null;
|
|
3227
|
+
this.lt_1 = booleanArray(this.gt_1);
|
|
3228
|
+
this.mt_1 = emptyMap();
|
|
3229
3229
|
var tmp_5 = this;
|
|
3230
3230
|
var tmp_6 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3231
|
-
tmp_5.
|
|
3231
|
+
tmp_5.nt_1 = lazy(tmp_6, PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this));
|
|
3232
3232
|
var tmp_7 = this;
|
|
3233
3233
|
var tmp_8 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3234
|
-
tmp_7.
|
|
3234
|
+
tmp_7.ot_1 = lazy(tmp_8, PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this));
|
|
3235
3235
|
var tmp_9 = this;
|
|
3236
3236
|
var tmp_10 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3237
|
-
tmp_9.
|
|
3237
|
+
tmp_9.pt_1 = lazy(tmp_10, PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this));
|
|
3238
3238
|
}
|
|
3239
|
-
protoOf(PluginGeneratedSerialDescriptor).an = function () {
|
|
3240
|
-
return this.ct_1;
|
|
3241
|
-
};
|
|
3242
3239
|
protoOf(PluginGeneratedSerialDescriptor).cn = function () {
|
|
3243
3240
|
return this.et_1;
|
|
3244
3241
|
};
|
|
3245
3242
|
protoOf(PluginGeneratedSerialDescriptor).en = function () {
|
|
3243
|
+
return this.gt_1;
|
|
3244
|
+
};
|
|
3245
|
+
protoOf(PluginGeneratedSerialDescriptor).gn = function () {
|
|
3246
3246
|
return CLASS_getInstance();
|
|
3247
3247
|
};
|
|
3248
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3249
|
-
var tmp0_elvis_lhs = this.
|
|
3248
|
+
protoOf(PluginGeneratedSerialDescriptor).dn = function () {
|
|
3249
|
+
var tmp0_elvis_lhs = this.kt_1;
|
|
3250
3250
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
3251
3251
|
};
|
|
3252
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3253
|
-
return this.
|
|
3252
|
+
protoOf(PluginGeneratedSerialDescriptor).io = function () {
|
|
3253
|
+
return this.mt_1.n2();
|
|
3254
3254
|
};
|
|
3255
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3255
|
+
protoOf(PluginGeneratedSerialDescriptor).hu = function () {
|
|
3256
3256
|
var tmp$ret$0;
|
|
3257
3257
|
// Inline function 'kotlin.getValue' call
|
|
3258
3258
|
var tmp0_getValue = typeParameterDescriptors$factory();
|
|
3259
|
-
tmp$ret$0 = this.
|
|
3259
|
+
tmp$ret$0 = this.ot_1.w();
|
|
3260
3260
|
return tmp$ret$0;
|
|
3261
3261
|
};
|
|
3262
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3262
|
+
protoOf(PluginGeneratedSerialDescriptor).iu = function (name, isOptional) {
|
|
3263
3263
|
var tmp0_this = this;
|
|
3264
|
-
tmp0_this.
|
|
3265
|
-
this.
|
|
3266
|
-
this.
|
|
3267
|
-
this.
|
|
3268
|
-
if (this.
|
|
3269
|
-
this.
|
|
3264
|
+
tmp0_this.ht_1 = tmp0_this.ht_1 + 1 | 0;
|
|
3265
|
+
this.it_1[tmp0_this.ht_1] = name;
|
|
3266
|
+
this.lt_1[this.ht_1] = isOptional;
|
|
3267
|
+
this.jt_1[this.ht_1] = null;
|
|
3268
|
+
if (this.ht_1 === (this.gt_1 - 1 | 0)) {
|
|
3269
|
+
this.mt_1 = buildIndices(this);
|
|
3270
3270
|
}
|
|
3271
3271
|
};
|
|
3272
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3272
|
+
protoOf(PluginGeneratedSerialDescriptor).rt = function (name, isOptional, $super) {
|
|
3273
3273
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
3274
3274
|
var tmp;
|
|
3275
3275
|
if ($super === VOID) {
|
|
3276
|
-
this.
|
|
3276
|
+
this.iu(name, isOptional);
|
|
3277
3277
|
tmp = Unit_getInstance();
|
|
3278
3278
|
} else {
|
|
3279
|
-
tmp = $super.
|
|
3279
|
+
tmp = $super.iu.call(this, name, isOptional);
|
|
3280
3280
|
}
|
|
3281
3281
|
return tmp;
|
|
3282
3282
|
};
|
|
3283
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3283
|
+
protoOf(PluginGeneratedSerialDescriptor).st = function (annotation) {
|
|
3284
3284
|
var tmp$ret$1;
|
|
3285
3285
|
// Inline function 'kotlin.let' call
|
|
3286
|
-
var tmp0_let = this.
|
|
3286
|
+
var tmp0_let = this.jt_1[this.ht_1];
|
|
3287
3287
|
// Inline function 'kotlin.contracts.contract' call
|
|
3288
3288
|
var tmp$ret$0;
|
|
3289
3289
|
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.pushAnnotation.<anonymous>' call
|
|
3290
3290
|
var tmp;
|
|
3291
3291
|
if (tmp0_let == null) {
|
|
3292
3292
|
var result = ArrayList_init_$Create$(1);
|
|
3293
|
-
this.
|
|
3293
|
+
this.jt_1[this.ht_1] = result;
|
|
3294
3294
|
tmp = result;
|
|
3295
3295
|
} else {
|
|
3296
3296
|
tmp = tmp0_let;
|
|
@@ -3300,27 +3300,27 @@
|
|
|
3300
3300
|
var list = tmp$ret$1;
|
|
3301
3301
|
list.a(annotation);
|
|
3302
3302
|
};
|
|
3303
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3304
|
-
if (this.
|
|
3305
|
-
this.
|
|
3303
|
+
protoOf(PluginGeneratedSerialDescriptor).qt = function (a) {
|
|
3304
|
+
if (this.kt_1 == null) {
|
|
3305
|
+
this.kt_1 = ArrayList_init_$Create$(1);
|
|
3306
3306
|
}
|
|
3307
|
-
ensureNotNull(this.
|
|
3307
|
+
ensureNotNull(this.kt_1).a(a);
|
|
3308
3308
|
};
|
|
3309
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3310
|
-
return getChecked(_get_childSerializers__7vnyfa(this), index).
|
|
3309
|
+
protoOf(PluginGeneratedSerialDescriptor).in = function (index) {
|
|
3310
|
+
return getChecked(_get_childSerializers__7vnyfa(this), index).bm();
|
|
3311
3311
|
};
|
|
3312
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3313
|
-
return getChecked_0(this.
|
|
3312
|
+
protoOf(PluginGeneratedSerialDescriptor).ln = function (index) {
|
|
3313
|
+
return getChecked_0(this.lt_1, index);
|
|
3314
3314
|
};
|
|
3315
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3316
|
-
var tmp0_elvis_lhs = getChecked(this.
|
|
3315
|
+
protoOf(PluginGeneratedSerialDescriptor).hn = function (index) {
|
|
3316
|
+
var tmp0_elvis_lhs = getChecked(this.jt_1, index);
|
|
3317
3317
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
3318
3318
|
};
|
|
3319
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3320
|
-
return getChecked(this.
|
|
3319
|
+
protoOf(PluginGeneratedSerialDescriptor).kn = function (index) {
|
|
3320
|
+
return getChecked(this.it_1, index);
|
|
3321
3321
|
};
|
|
3322
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3323
|
-
var tmp0_elvis_lhs = this.
|
|
3322
|
+
protoOf(PluginGeneratedSerialDescriptor).jn = function (name) {
|
|
3323
|
+
var tmp0_elvis_lhs = this.mt_1.m2(name);
|
|
3324
3324
|
var tmp;
|
|
3325
3325
|
if (tmp0_elvis_lhs == null) {
|
|
3326
3326
|
Companion_getInstance_7();
|
|
@@ -3342,33 +3342,33 @@
|
|
|
3342
3342
|
tmp$ret$0 = false;
|
|
3343
3343
|
break $l$block_5;
|
|
3344
3344
|
}
|
|
3345
|
-
if (!(this.
|
|
3345
|
+
if (!(this.cn() === other.cn())) {
|
|
3346
3346
|
tmp$ret$0 = false;
|
|
3347
3347
|
break $l$block_5;
|
|
3348
3348
|
}
|
|
3349
3349
|
var tmp$ret$1;
|
|
3350
3350
|
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.equals.<anonymous>' call
|
|
3351
3351
|
var tmp0__anonymous__q1qw7t = other;
|
|
3352
|
-
tmp$ret$1 = contentEquals(this.
|
|
3352
|
+
tmp$ret$1 = contentEquals(this.hu(), tmp0__anonymous__q1qw7t.hu());
|
|
3353
3353
|
if (!tmp$ret$1) {
|
|
3354
3354
|
tmp$ret$0 = false;
|
|
3355
3355
|
break $l$block_5;
|
|
3356
3356
|
}
|
|
3357
|
-
if (!(this.
|
|
3357
|
+
if (!(this.en() === other.en())) {
|
|
3358
3358
|
tmp$ret$0 = false;
|
|
3359
3359
|
break $l$block_5;
|
|
3360
3360
|
}
|
|
3361
3361
|
var inductionVariable = 0;
|
|
3362
|
-
var last = this.
|
|
3362
|
+
var last = this.en();
|
|
3363
3363
|
if (inductionVariable < last)
|
|
3364
3364
|
do {
|
|
3365
3365
|
var index = inductionVariable;
|
|
3366
3366
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3367
|
-
if (!(this.
|
|
3367
|
+
if (!(this.in(index).cn() === other.in(index).cn())) {
|
|
3368
3368
|
tmp$ret$0 = false;
|
|
3369
3369
|
break $l$block_5;
|
|
3370
3370
|
}
|
|
3371
|
-
if (!equals(this.
|
|
3371
|
+
if (!equals(this.in(index).gn(), other.in(index).gn())) {
|
|
3372
3372
|
tmp$ret$0 = false;
|
|
3373
3373
|
break $l$block_5;
|
|
3374
3374
|
}
|
|
@@ -3382,12 +3382,12 @@
|
|
|
3382
3382
|
return _get__hashCode__tgwhef_0(this);
|
|
3383
3383
|
};
|
|
3384
3384
|
protoOf(PluginGeneratedSerialDescriptor).toString = function () {
|
|
3385
|
-
var tmp = until(0, this.
|
|
3386
|
-
var tmp_0 = this.
|
|
3385
|
+
var tmp = until(0, this.gt_1);
|
|
3386
|
+
var tmp_0 = this.cn() + '(';
|
|
3387
3387
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, PluginGeneratedSerialDescriptor$toString$lambda(this));
|
|
3388
3388
|
};
|
|
3389
3389
|
function hashCodeImpl(_this__u8e3s4, typeParams) {
|
|
3390
|
-
var result = getStringHashCode(_this__u8e3s4.
|
|
3390
|
+
var result = getStringHashCode(_this__u8e3s4.cn());
|
|
3391
3391
|
result = imul(31, result) + contentHashCode(typeParams) | 0;
|
|
3392
3392
|
var elementDescriptors = get_elementDescriptors(_this__u8e3s4);
|
|
3393
3393
|
var tmp$ret$4;
|
|
@@ -3406,7 +3406,7 @@
|
|
|
3406
3406
|
// Inline function 'kotlin.hashCode' call
|
|
3407
3407
|
var tmp$ret$0;
|
|
3408
3408
|
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
3409
|
-
tmp$ret$0 = element.
|
|
3409
|
+
tmp$ret$0 = element.cn();
|
|
3410
3410
|
var tmp0_hashCode = tmp$ret$0;
|
|
3411
3411
|
var tmp0_safe_receiver = tmp0_hashCode;
|
|
3412
3412
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
// Inline function 'kotlin.hashCode' call
|
|
3434
3434
|
var tmp$ret$5;
|
|
3435
3435
|
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
3436
|
-
tmp$ret$5 = element_0.
|
|
3436
|
+
tmp$ret$5 = element_0.gn();
|
|
3437
3437
|
var tmp0_hashCode_0 = tmp$ret$5;
|
|
3438
3438
|
var tmp0_safe_receiver_0 = tmp0_hashCode_0;
|
|
3439
3439
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
}
|
|
3456
3456
|
function typeParameterDescriptors$factory() {
|
|
3457
3457
|
return getPropertyCallableRef('typeParameterDescriptors', 1, KProperty1, function (receiver) {
|
|
3458
|
-
return receiver.
|
|
3458
|
+
return receiver.hu();
|
|
3459
3459
|
}, null);
|
|
3460
3460
|
}
|
|
3461
3461
|
function _hashCode$factory_0() {
|
|
@@ -3493,20 +3493,20 @@
|
|
|
3493
3493
|
CharArraySerializer_instance = this;
|
|
3494
3494
|
PrimitiveArraySerializer.call(this, serializer_1(Companion_getInstance_1()));
|
|
3495
3495
|
}
|
|
3496
|
-
protoOf(CharArraySerializer_0).
|
|
3496
|
+
protoOf(CharArraySerializer_0).mv = function (_this__u8e3s4) {
|
|
3497
3497
|
return new CharArrayBuilder(_this__u8e3s4);
|
|
3498
3498
|
};
|
|
3499
|
-
protoOf(CharArraySerializer_0).
|
|
3500
|
-
return this.
|
|
3499
|
+
protoOf(CharArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3500
|
+
return this.mv((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3501
3501
|
};
|
|
3502
|
-
protoOf(CharArraySerializer_0).
|
|
3502
|
+
protoOf(CharArraySerializer_0).vs = function () {
|
|
3503
3503
|
return charArray(0);
|
|
3504
3504
|
};
|
|
3505
|
-
protoOf(CharArraySerializer_0).
|
|
3506
|
-
builder.
|
|
3505
|
+
protoOf(CharArraySerializer_0).nv = function (decoder, index, builder, checkIndex) {
|
|
3506
|
+
builder.qv(decoder.ip(this.ss_1, index));
|
|
3507
3507
|
};
|
|
3508
|
-
protoOf(CharArraySerializer_0).
|
|
3509
|
-
return this.
|
|
3508
|
+
protoOf(CharArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3509
|
+
return this.nv(decoder, index, builder instanceof CharArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3510
3510
|
};
|
|
3511
3511
|
var CharArraySerializer_instance;
|
|
3512
3512
|
function CharArraySerializer_getInstance() {
|
|
@@ -3518,20 +3518,20 @@
|
|
|
3518
3518
|
DoubleArraySerializer_instance = this;
|
|
3519
3519
|
PrimitiveArraySerializer.call(this, serializer_2(DoubleCompanionObject_getInstance()));
|
|
3520
3520
|
}
|
|
3521
|
-
protoOf(DoubleArraySerializer_0).
|
|
3521
|
+
protoOf(DoubleArraySerializer_0).tv = function (_this__u8e3s4) {
|
|
3522
3522
|
return new DoubleArrayBuilder(_this__u8e3s4);
|
|
3523
3523
|
};
|
|
3524
|
-
protoOf(DoubleArraySerializer_0).
|
|
3525
|
-
return this.
|
|
3524
|
+
protoOf(DoubleArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3525
|
+
return this.tv((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3526
3526
|
};
|
|
3527
|
-
protoOf(DoubleArraySerializer_0).
|
|
3527
|
+
protoOf(DoubleArraySerializer_0).vs = function () {
|
|
3528
3528
|
return new Float64Array(0);
|
|
3529
3529
|
};
|
|
3530
|
-
protoOf(DoubleArraySerializer_0).
|
|
3531
|
-
builder.
|
|
3530
|
+
protoOf(DoubleArraySerializer_0).uv = function (decoder, index, builder, checkIndex) {
|
|
3531
|
+
builder.xv(decoder.hp(this.ss_1, index));
|
|
3532
3532
|
};
|
|
3533
|
-
protoOf(DoubleArraySerializer_0).
|
|
3534
|
-
return this.
|
|
3533
|
+
protoOf(DoubleArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3534
|
+
return this.uv(decoder, index, builder instanceof DoubleArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3535
3535
|
};
|
|
3536
3536
|
var DoubleArraySerializer_instance;
|
|
3537
3537
|
function DoubleArraySerializer_getInstance() {
|
|
@@ -3543,20 +3543,20 @@
|
|
|
3543
3543
|
FloatArraySerializer_instance = this;
|
|
3544
3544
|
PrimitiveArraySerializer.call(this, serializer_3(FloatCompanionObject_getInstance()));
|
|
3545
3545
|
}
|
|
3546
|
-
protoOf(FloatArraySerializer_0).
|
|
3546
|
+
protoOf(FloatArraySerializer_0).aw = function (_this__u8e3s4) {
|
|
3547
3547
|
return new FloatArrayBuilder(_this__u8e3s4);
|
|
3548
3548
|
};
|
|
3549
|
-
protoOf(FloatArraySerializer_0).
|
|
3550
|
-
return this.
|
|
3549
|
+
protoOf(FloatArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3550
|
+
return this.aw((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3551
3551
|
};
|
|
3552
|
-
protoOf(FloatArraySerializer_0).
|
|
3552
|
+
protoOf(FloatArraySerializer_0).vs = function () {
|
|
3553
3553
|
return new Float32Array(0);
|
|
3554
3554
|
};
|
|
3555
|
-
protoOf(FloatArraySerializer_0).
|
|
3556
|
-
builder.
|
|
3555
|
+
protoOf(FloatArraySerializer_0).bw = function (decoder, index, builder, checkIndex) {
|
|
3556
|
+
builder.ew(decoder.gp(this.ss_1, index));
|
|
3557
3557
|
};
|
|
3558
|
-
protoOf(FloatArraySerializer_0).
|
|
3559
|
-
return this.
|
|
3558
|
+
protoOf(FloatArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3559
|
+
return this.bw(decoder, index, builder instanceof FloatArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3560
3560
|
};
|
|
3561
3561
|
var FloatArraySerializer_instance;
|
|
3562
3562
|
function FloatArraySerializer_getInstance() {
|
|
@@ -3568,20 +3568,20 @@
|
|
|
3568
3568
|
LongArraySerializer_instance = this;
|
|
3569
3569
|
PrimitiveArraySerializer.call(this, serializer_4(Companion_getInstance_0()));
|
|
3570
3570
|
}
|
|
3571
|
-
protoOf(LongArraySerializer_0).
|
|
3571
|
+
protoOf(LongArraySerializer_0).hw = function (_this__u8e3s4) {
|
|
3572
3572
|
return new LongArrayBuilder(_this__u8e3s4);
|
|
3573
3573
|
};
|
|
3574
|
-
protoOf(LongArraySerializer_0).
|
|
3575
|
-
return this.
|
|
3574
|
+
protoOf(LongArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3575
|
+
return this.hw((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3576
3576
|
};
|
|
3577
|
-
protoOf(LongArraySerializer_0).
|
|
3577
|
+
protoOf(LongArraySerializer_0).vs = function () {
|
|
3578
3578
|
return longArray(0);
|
|
3579
3579
|
};
|
|
3580
|
-
protoOf(LongArraySerializer_0).
|
|
3581
|
-
builder.
|
|
3580
|
+
protoOf(LongArraySerializer_0).iw = function (decoder, index, builder, checkIndex) {
|
|
3581
|
+
builder.lw(decoder.fp(this.ss_1, index));
|
|
3582
3582
|
};
|
|
3583
|
-
protoOf(LongArraySerializer_0).
|
|
3584
|
-
return this.
|
|
3583
|
+
protoOf(LongArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3584
|
+
return this.iw(decoder, index, builder instanceof LongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3585
3585
|
};
|
|
3586
3586
|
var LongArraySerializer_instance;
|
|
3587
3587
|
function LongArraySerializer_getInstance() {
|
|
@@ -3593,27 +3593,27 @@
|
|
|
3593
3593
|
ULongArraySerializer_instance = this;
|
|
3594
3594
|
PrimitiveArraySerializer.call(this, serializer_5(Companion_getInstance_2()));
|
|
3595
3595
|
}
|
|
3596
|
-
protoOf(ULongArraySerializer_0).
|
|
3596
|
+
protoOf(ULongArraySerializer_0).ow = function (_this__u8e3s4) {
|
|
3597
3597
|
return new ULongArrayBuilder(_this__u8e3s4);
|
|
3598
3598
|
};
|
|
3599
|
-
protoOf(ULongArraySerializer_0).
|
|
3600
|
-
return this.
|
|
3599
|
+
protoOf(ULongArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3600
|
+
return this.ow(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.b8_1 : THROW_CCE());
|
|
3601
3601
|
};
|
|
3602
|
-
protoOf(ULongArraySerializer_0).
|
|
3602
|
+
protoOf(ULongArraySerializer_0).pw = function () {
|
|
3603
3603
|
return _ULongArray___init__impl__twm1l3(0);
|
|
3604
3604
|
};
|
|
3605
|
-
protoOf(ULongArraySerializer_0).
|
|
3606
|
-
return new ULongArray(this.
|
|
3605
|
+
protoOf(ULongArraySerializer_0).vs = function () {
|
|
3606
|
+
return new ULongArray(this.pw());
|
|
3607
3607
|
};
|
|
3608
|
-
protoOf(ULongArraySerializer_0).
|
|
3608
|
+
protoOf(ULongArraySerializer_0).qw = function (decoder, index, builder, checkIndex) {
|
|
3609
3609
|
var tmp$ret$0;
|
|
3610
3610
|
// Inline function 'kotlin.toULong' call
|
|
3611
|
-
var tmp0_toULong = decoder.
|
|
3611
|
+
var tmp0_toULong = decoder.kp(this.ss_1, index).qo();
|
|
3612
3612
|
tmp$ret$0 = _ULong___init__impl__c78o9k(tmp0_toULong);
|
|
3613
|
-
builder.
|
|
3613
|
+
builder.tw(tmp$ret$0);
|
|
3614
3614
|
};
|
|
3615
|
-
protoOf(ULongArraySerializer_0).
|
|
3616
|
-
return this.
|
|
3615
|
+
protoOf(ULongArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3616
|
+
return this.qw(decoder, index, builder instanceof ULongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3617
3617
|
};
|
|
3618
3618
|
var ULongArraySerializer_instance;
|
|
3619
3619
|
function ULongArraySerializer_getInstance() {
|
|
@@ -3625,20 +3625,20 @@
|
|
|
3625
3625
|
IntArraySerializer_instance = this;
|
|
3626
3626
|
PrimitiveArraySerializer.call(this, serializer_6(IntCompanionObject_getInstance()));
|
|
3627
3627
|
}
|
|
3628
|
-
protoOf(IntArraySerializer_0).
|
|
3628
|
+
protoOf(IntArraySerializer_0).ww = function (_this__u8e3s4) {
|
|
3629
3629
|
return new IntArrayBuilder(_this__u8e3s4);
|
|
3630
3630
|
};
|
|
3631
|
-
protoOf(IntArraySerializer_0).
|
|
3632
|
-
return this.
|
|
3631
|
+
protoOf(IntArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3632
|
+
return this.ww((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3633
3633
|
};
|
|
3634
|
-
protoOf(IntArraySerializer_0).
|
|
3634
|
+
protoOf(IntArraySerializer_0).vs = function () {
|
|
3635
3635
|
return new Int32Array(0);
|
|
3636
3636
|
};
|
|
3637
|
-
protoOf(IntArraySerializer_0).
|
|
3638
|
-
builder.
|
|
3637
|
+
protoOf(IntArraySerializer_0).xw = function (decoder, index, builder, checkIndex) {
|
|
3638
|
+
builder.ax(decoder.ep(this.ss_1, index));
|
|
3639
3639
|
};
|
|
3640
|
-
protoOf(IntArraySerializer_0).
|
|
3641
|
-
return this.
|
|
3640
|
+
protoOf(IntArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3641
|
+
return this.xw(decoder, index, builder instanceof IntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3642
3642
|
};
|
|
3643
3643
|
var IntArraySerializer_instance;
|
|
3644
3644
|
function IntArraySerializer_getInstance() {
|
|
@@ -3650,27 +3650,27 @@
|
|
|
3650
3650
|
UIntArraySerializer_instance = this;
|
|
3651
3651
|
PrimitiveArraySerializer.call(this, serializer_7(Companion_getInstance_3()));
|
|
3652
3652
|
}
|
|
3653
|
-
protoOf(UIntArraySerializer_0).
|
|
3653
|
+
protoOf(UIntArraySerializer_0).dx = function (_this__u8e3s4) {
|
|
3654
3654
|
return new UIntArrayBuilder(_this__u8e3s4);
|
|
3655
3655
|
};
|
|
3656
|
-
protoOf(UIntArraySerializer_0).
|
|
3657
|
-
return this.
|
|
3656
|
+
protoOf(UIntArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3657
|
+
return this.dx(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.q7_1 : THROW_CCE());
|
|
3658
3658
|
};
|
|
3659
|
-
protoOf(UIntArraySerializer_0).
|
|
3659
|
+
protoOf(UIntArraySerializer_0).ex = function () {
|
|
3660
3660
|
return _UIntArray___init__impl__ghjpc6(0);
|
|
3661
3661
|
};
|
|
3662
|
-
protoOf(UIntArraySerializer_0).
|
|
3663
|
-
return new UIntArray(this.
|
|
3662
|
+
protoOf(UIntArraySerializer_0).vs = function () {
|
|
3663
|
+
return new UIntArray(this.ex());
|
|
3664
3664
|
};
|
|
3665
|
-
protoOf(UIntArraySerializer_0).
|
|
3665
|
+
protoOf(UIntArraySerializer_0).fx = function (decoder, index, builder, checkIndex) {
|
|
3666
3666
|
var tmp$ret$0;
|
|
3667
3667
|
// Inline function 'kotlin.toUInt' call
|
|
3668
|
-
var tmp0_toUInt = decoder.
|
|
3668
|
+
var tmp0_toUInt = decoder.kp(this.ss_1, index).po();
|
|
3669
3669
|
tmp$ret$0 = _UInt___init__impl__l7qpdl(tmp0_toUInt);
|
|
3670
|
-
builder.
|
|
3670
|
+
builder.ix(tmp$ret$0);
|
|
3671
3671
|
};
|
|
3672
|
-
protoOf(UIntArraySerializer_0).
|
|
3673
|
-
return this.
|
|
3672
|
+
protoOf(UIntArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3673
|
+
return this.fx(decoder, index, builder instanceof UIntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3674
3674
|
};
|
|
3675
3675
|
var UIntArraySerializer_instance;
|
|
3676
3676
|
function UIntArraySerializer_getInstance() {
|
|
@@ -3682,20 +3682,20 @@
|
|
|
3682
3682
|
ShortArraySerializer_instance = this;
|
|
3683
3683
|
PrimitiveArraySerializer.call(this, serializer_8(ShortCompanionObject_getInstance()));
|
|
3684
3684
|
}
|
|
3685
|
-
protoOf(ShortArraySerializer_0).
|
|
3685
|
+
protoOf(ShortArraySerializer_0).lx = function (_this__u8e3s4) {
|
|
3686
3686
|
return new ShortArrayBuilder(_this__u8e3s4);
|
|
3687
3687
|
};
|
|
3688
|
-
protoOf(ShortArraySerializer_0).
|
|
3689
|
-
return this.
|
|
3688
|
+
protoOf(ShortArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3689
|
+
return this.lx((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3690
3690
|
};
|
|
3691
|
-
protoOf(ShortArraySerializer_0).
|
|
3691
|
+
protoOf(ShortArraySerializer_0).vs = function () {
|
|
3692
3692
|
return new Int16Array(0);
|
|
3693
3693
|
};
|
|
3694
|
-
protoOf(ShortArraySerializer_0).
|
|
3695
|
-
builder.
|
|
3694
|
+
protoOf(ShortArraySerializer_0).mx = function (decoder, index, builder, checkIndex) {
|
|
3695
|
+
builder.px(decoder.dp(this.ss_1, index));
|
|
3696
3696
|
};
|
|
3697
|
-
protoOf(ShortArraySerializer_0).
|
|
3698
|
-
return this.
|
|
3697
|
+
protoOf(ShortArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3698
|
+
return this.mx(decoder, index, builder instanceof ShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3699
3699
|
};
|
|
3700
3700
|
var ShortArraySerializer_instance;
|
|
3701
3701
|
function ShortArraySerializer_getInstance() {
|
|
@@ -3707,27 +3707,27 @@
|
|
|
3707
3707
|
UShortArraySerializer_instance = this;
|
|
3708
3708
|
PrimitiveArraySerializer.call(this, serializer_9(Companion_getInstance_4()));
|
|
3709
3709
|
}
|
|
3710
|
-
protoOf(UShortArraySerializer_0).
|
|
3710
|
+
protoOf(UShortArraySerializer_0).sx = function (_this__u8e3s4) {
|
|
3711
3711
|
return new UShortArrayBuilder(_this__u8e3s4);
|
|
3712
3712
|
};
|
|
3713
|
-
protoOf(UShortArraySerializer_0).
|
|
3714
|
-
return this.
|
|
3713
|
+
protoOf(UShortArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3714
|
+
return this.sx(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.m8_1 : THROW_CCE());
|
|
3715
3715
|
};
|
|
3716
|
-
protoOf(UShortArraySerializer_0).
|
|
3716
|
+
protoOf(UShortArraySerializer_0).tx = function () {
|
|
3717
3717
|
return _UShortArray___init__impl__9b26ef(0);
|
|
3718
3718
|
};
|
|
3719
|
-
protoOf(UShortArraySerializer_0).
|
|
3720
|
-
return new UShortArray(this.
|
|
3719
|
+
protoOf(UShortArraySerializer_0).vs = function () {
|
|
3720
|
+
return new UShortArray(this.tx());
|
|
3721
3721
|
};
|
|
3722
|
-
protoOf(UShortArraySerializer_0).
|
|
3722
|
+
protoOf(UShortArraySerializer_0).ux = function (decoder, index, builder, checkIndex) {
|
|
3723
3723
|
var tmp$ret$0;
|
|
3724
3724
|
// Inline function 'kotlin.toUShort' call
|
|
3725
|
-
var tmp0_toUShort = decoder.
|
|
3725
|
+
var tmp0_toUShort = decoder.kp(this.ss_1, index).oo();
|
|
3726
3726
|
tmp$ret$0 = _UShort___init__impl__jigrne(tmp0_toUShort);
|
|
3727
|
-
builder.
|
|
3727
|
+
builder.xx(tmp$ret$0);
|
|
3728
3728
|
};
|
|
3729
|
-
protoOf(UShortArraySerializer_0).
|
|
3730
|
-
return this.
|
|
3729
|
+
protoOf(UShortArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3730
|
+
return this.ux(decoder, index, builder instanceof UShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3731
3731
|
};
|
|
3732
3732
|
var UShortArraySerializer_instance;
|
|
3733
3733
|
function UShortArraySerializer_getInstance() {
|
|
@@ -3739,20 +3739,20 @@
|
|
|
3739
3739
|
ByteArraySerializer_instance = this;
|
|
3740
3740
|
PrimitiveArraySerializer.call(this, serializer_10(ByteCompanionObject_getInstance()));
|
|
3741
3741
|
}
|
|
3742
|
-
protoOf(ByteArraySerializer_0).
|
|
3742
|
+
protoOf(ByteArraySerializer_0).ay = function (_this__u8e3s4) {
|
|
3743
3743
|
return new ByteArrayBuilder(_this__u8e3s4);
|
|
3744
3744
|
};
|
|
3745
|
-
protoOf(ByteArraySerializer_0).
|
|
3746
|
-
return this.
|
|
3745
|
+
protoOf(ByteArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3746
|
+
return this.ay((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3747
3747
|
};
|
|
3748
|
-
protoOf(ByteArraySerializer_0).
|
|
3748
|
+
protoOf(ByteArraySerializer_0).vs = function () {
|
|
3749
3749
|
return new Int8Array(0);
|
|
3750
3750
|
};
|
|
3751
|
-
protoOf(ByteArraySerializer_0).
|
|
3752
|
-
builder.
|
|
3751
|
+
protoOf(ByteArraySerializer_0).by = function (decoder, index, builder, checkIndex) {
|
|
3752
|
+
builder.ey(decoder.cp(this.ss_1, index));
|
|
3753
3753
|
};
|
|
3754
|
-
protoOf(ByteArraySerializer_0).
|
|
3755
|
-
return this.
|
|
3754
|
+
protoOf(ByteArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3755
|
+
return this.by(decoder, index, builder instanceof ByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3756
3756
|
};
|
|
3757
3757
|
var ByteArraySerializer_instance;
|
|
3758
3758
|
function ByteArraySerializer_getInstance() {
|
|
@@ -3764,27 +3764,27 @@
|
|
|
3764
3764
|
UByteArraySerializer_instance = this;
|
|
3765
3765
|
PrimitiveArraySerializer.call(this, serializer_11(Companion_getInstance_5()));
|
|
3766
3766
|
}
|
|
3767
|
-
protoOf(UByteArraySerializer_0).
|
|
3767
|
+
protoOf(UByteArraySerializer_0).hy = function (_this__u8e3s4) {
|
|
3768
3768
|
return new UByteArrayBuilder(_this__u8e3s4);
|
|
3769
3769
|
};
|
|
3770
|
-
protoOf(UByteArraySerializer_0).
|
|
3771
|
-
return this.
|
|
3770
|
+
protoOf(UByteArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3771
|
+
return this.hy(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.e7_1 : THROW_CCE());
|
|
3772
3772
|
};
|
|
3773
|
-
protoOf(UByteArraySerializer_0).
|
|
3773
|
+
protoOf(UByteArraySerializer_0).iy = function () {
|
|
3774
3774
|
return _UByteArray___init__impl__ip4y9n(0);
|
|
3775
3775
|
};
|
|
3776
|
-
protoOf(UByteArraySerializer_0).
|
|
3777
|
-
return new UByteArray(this.
|
|
3776
|
+
protoOf(UByteArraySerializer_0).vs = function () {
|
|
3777
|
+
return new UByteArray(this.iy());
|
|
3778
3778
|
};
|
|
3779
|
-
protoOf(UByteArraySerializer_0).
|
|
3779
|
+
protoOf(UByteArraySerializer_0).jy = function (decoder, index, builder, checkIndex) {
|
|
3780
3780
|
var tmp$ret$0;
|
|
3781
3781
|
// Inline function 'kotlin.toUByte' call
|
|
3782
|
-
var tmp0_toUByte = decoder.
|
|
3782
|
+
var tmp0_toUByte = decoder.kp(this.ss_1, index).no();
|
|
3783
3783
|
tmp$ret$0 = _UByte___init__impl__g9hnc4(tmp0_toUByte);
|
|
3784
|
-
builder.
|
|
3784
|
+
builder.my(tmp$ret$0);
|
|
3785
3785
|
};
|
|
3786
|
-
protoOf(UByteArraySerializer_0).
|
|
3787
|
-
return this.
|
|
3786
|
+
protoOf(UByteArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3787
|
+
return this.jy(decoder, index, builder instanceof UByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3788
3788
|
};
|
|
3789
3789
|
var UByteArraySerializer_instance;
|
|
3790
3790
|
function UByteArraySerializer_getInstance() {
|
|
@@ -3796,20 +3796,20 @@
|
|
|
3796
3796
|
BooleanArraySerializer_instance = this;
|
|
3797
3797
|
PrimitiveArraySerializer.call(this, serializer_12(BooleanCompanionObject_getInstance()));
|
|
3798
3798
|
}
|
|
3799
|
-
protoOf(BooleanArraySerializer_0).
|
|
3799
|
+
protoOf(BooleanArraySerializer_0).py = function (_this__u8e3s4) {
|
|
3800
3800
|
return new BooleanArrayBuilder(_this__u8e3s4);
|
|
3801
3801
|
};
|
|
3802
|
-
protoOf(BooleanArraySerializer_0).
|
|
3803
|
-
return this.
|
|
3802
|
+
protoOf(BooleanArraySerializer_0).xq = function (_this__u8e3s4) {
|
|
3803
|
+
return this.py((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3804
3804
|
};
|
|
3805
|
-
protoOf(BooleanArraySerializer_0).
|
|
3805
|
+
protoOf(BooleanArraySerializer_0).vs = function () {
|
|
3806
3806
|
return booleanArray(0);
|
|
3807
3807
|
};
|
|
3808
|
-
protoOf(BooleanArraySerializer_0).
|
|
3809
|
-
builder.
|
|
3808
|
+
protoOf(BooleanArraySerializer_0).qy = function (decoder, index, builder, checkIndex) {
|
|
3809
|
+
builder.ty(decoder.bp(this.ss_1, index));
|
|
3810
3810
|
};
|
|
3811
|
-
protoOf(BooleanArraySerializer_0).
|
|
3812
|
-
return this.
|
|
3811
|
+
protoOf(BooleanArraySerializer_0).er = function (decoder, index, builder, checkIndex) {
|
|
3812
|
+
return this.qy(decoder, index, builder instanceof BooleanArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3813
3813
|
};
|
|
3814
3814
|
var BooleanArraySerializer_instance;
|
|
3815
3815
|
function BooleanArraySerializer_getInstance() {
|
|
@@ -3819,351 +3819,351 @@
|
|
|
3819
3819
|
}
|
|
3820
3820
|
function CharArrayBuilder(bufferWithData) {
|
|
3821
3821
|
PrimitiveArrayBuilder.call(this);
|
|
3822
|
-
this.
|
|
3823
|
-
this.
|
|
3822
|
+
this.ov_1 = bufferWithData;
|
|
3823
|
+
this.pv_1 = bufferWithData.length;
|
|
3824
3824
|
this.ia(10);
|
|
3825
3825
|
}
|
|
3826
|
-
protoOf(CharArrayBuilder).
|
|
3827
|
-
return this.
|
|
3826
|
+
protoOf(CharArrayBuilder).ts = function () {
|
|
3827
|
+
return this.pv_1;
|
|
3828
3828
|
};
|
|
3829
3829
|
protoOf(CharArrayBuilder).ia = function (requiredCapacity) {
|
|
3830
|
-
if (this.
|
|
3831
|
-
this.
|
|
3830
|
+
if (this.ov_1.length < requiredCapacity)
|
|
3831
|
+
this.ov_1 = copyOf(this.ov_1, coerceAtLeast(requiredCapacity, imul(this.ov_1.length, 2)));
|
|
3832
3832
|
};
|
|
3833
|
-
protoOf(CharArrayBuilder).
|
|
3834
|
-
this.
|
|
3835
|
-
var tmp = this.
|
|
3833
|
+
protoOf(CharArrayBuilder).qv = function (c) {
|
|
3834
|
+
this.ws();
|
|
3835
|
+
var tmp = this.ov_1;
|
|
3836
3836
|
var tmp0_this = this;
|
|
3837
|
-
var tmp1 = tmp0_this.
|
|
3838
|
-
tmp0_this.
|
|
3837
|
+
var tmp1 = tmp0_this.pv_1;
|
|
3838
|
+
tmp0_this.pv_1 = tmp1 + 1 | 0;
|
|
3839
3839
|
tmp[tmp1] = c;
|
|
3840
3840
|
};
|
|
3841
|
-
protoOf(CharArrayBuilder).
|
|
3842
|
-
return copyOf(this.
|
|
3841
|
+
protoOf(CharArrayBuilder).us = function () {
|
|
3842
|
+
return copyOf(this.ov_1, this.pv_1);
|
|
3843
3843
|
};
|
|
3844
3844
|
function DoubleArrayBuilder(bufferWithData) {
|
|
3845
3845
|
PrimitiveArrayBuilder.call(this);
|
|
3846
|
-
this.
|
|
3847
|
-
this.
|
|
3846
|
+
this.vv_1 = bufferWithData;
|
|
3847
|
+
this.wv_1 = bufferWithData.length;
|
|
3848
3848
|
this.ia(10);
|
|
3849
3849
|
}
|
|
3850
|
-
protoOf(DoubleArrayBuilder).
|
|
3851
|
-
return this.
|
|
3850
|
+
protoOf(DoubleArrayBuilder).ts = function () {
|
|
3851
|
+
return this.wv_1;
|
|
3852
3852
|
};
|
|
3853
3853
|
protoOf(DoubleArrayBuilder).ia = function (requiredCapacity) {
|
|
3854
|
-
if (this.
|
|
3855
|
-
this.
|
|
3854
|
+
if (this.vv_1.length < requiredCapacity)
|
|
3855
|
+
this.vv_1 = copyOf_0(this.vv_1, coerceAtLeast(requiredCapacity, imul(this.vv_1.length, 2)));
|
|
3856
3856
|
};
|
|
3857
|
-
protoOf(DoubleArrayBuilder).
|
|
3858
|
-
this.
|
|
3859
|
-
var tmp = this.
|
|
3857
|
+
protoOf(DoubleArrayBuilder).xv = function (c) {
|
|
3858
|
+
this.ws();
|
|
3859
|
+
var tmp = this.vv_1;
|
|
3860
3860
|
var tmp0_this = this;
|
|
3861
|
-
var tmp1 = tmp0_this.
|
|
3862
|
-
tmp0_this.
|
|
3861
|
+
var tmp1 = tmp0_this.wv_1;
|
|
3862
|
+
tmp0_this.wv_1 = tmp1 + 1 | 0;
|
|
3863
3863
|
tmp[tmp1] = c;
|
|
3864
3864
|
};
|
|
3865
|
-
protoOf(DoubleArrayBuilder).
|
|
3866
|
-
return copyOf_0(this.
|
|
3865
|
+
protoOf(DoubleArrayBuilder).us = function () {
|
|
3866
|
+
return copyOf_0(this.vv_1, this.wv_1);
|
|
3867
3867
|
};
|
|
3868
3868
|
function FloatArrayBuilder(bufferWithData) {
|
|
3869
3869
|
PrimitiveArrayBuilder.call(this);
|
|
3870
|
-
this.
|
|
3871
|
-
this.
|
|
3870
|
+
this.cw_1 = bufferWithData;
|
|
3871
|
+
this.dw_1 = bufferWithData.length;
|
|
3872
3872
|
this.ia(10);
|
|
3873
3873
|
}
|
|
3874
|
-
protoOf(FloatArrayBuilder).
|
|
3875
|
-
return this.
|
|
3874
|
+
protoOf(FloatArrayBuilder).ts = function () {
|
|
3875
|
+
return this.dw_1;
|
|
3876
3876
|
};
|
|
3877
3877
|
protoOf(FloatArrayBuilder).ia = function (requiredCapacity) {
|
|
3878
|
-
if (this.
|
|
3879
|
-
this.
|
|
3878
|
+
if (this.cw_1.length < requiredCapacity)
|
|
3879
|
+
this.cw_1 = copyOf_1(this.cw_1, coerceAtLeast(requiredCapacity, imul(this.cw_1.length, 2)));
|
|
3880
3880
|
};
|
|
3881
|
-
protoOf(FloatArrayBuilder).
|
|
3882
|
-
this.
|
|
3883
|
-
var tmp = this.
|
|
3881
|
+
protoOf(FloatArrayBuilder).ew = function (c) {
|
|
3882
|
+
this.ws();
|
|
3883
|
+
var tmp = this.cw_1;
|
|
3884
3884
|
var tmp0_this = this;
|
|
3885
|
-
var tmp1 = tmp0_this.
|
|
3886
|
-
tmp0_this.
|
|
3885
|
+
var tmp1 = tmp0_this.dw_1;
|
|
3886
|
+
tmp0_this.dw_1 = tmp1 + 1 | 0;
|
|
3887
3887
|
tmp[tmp1] = c;
|
|
3888
3888
|
};
|
|
3889
|
-
protoOf(FloatArrayBuilder).
|
|
3890
|
-
return copyOf_1(this.
|
|
3889
|
+
protoOf(FloatArrayBuilder).us = function () {
|
|
3890
|
+
return copyOf_1(this.cw_1, this.dw_1);
|
|
3891
3891
|
};
|
|
3892
3892
|
function LongArrayBuilder(bufferWithData) {
|
|
3893
3893
|
PrimitiveArrayBuilder.call(this);
|
|
3894
|
-
this.
|
|
3895
|
-
this.
|
|
3894
|
+
this.jw_1 = bufferWithData;
|
|
3895
|
+
this.kw_1 = bufferWithData.length;
|
|
3896
3896
|
this.ia(10);
|
|
3897
3897
|
}
|
|
3898
|
-
protoOf(LongArrayBuilder).
|
|
3899
|
-
return this.
|
|
3898
|
+
protoOf(LongArrayBuilder).ts = function () {
|
|
3899
|
+
return this.kw_1;
|
|
3900
3900
|
};
|
|
3901
3901
|
protoOf(LongArrayBuilder).ia = function (requiredCapacity) {
|
|
3902
|
-
if (this.
|
|
3903
|
-
this.
|
|
3902
|
+
if (this.jw_1.length < requiredCapacity)
|
|
3903
|
+
this.jw_1 = copyOf_2(this.jw_1, coerceAtLeast(requiredCapacity, imul(this.jw_1.length, 2)));
|
|
3904
3904
|
};
|
|
3905
|
-
protoOf(LongArrayBuilder).
|
|
3906
|
-
this.
|
|
3907
|
-
var tmp = this.
|
|
3905
|
+
protoOf(LongArrayBuilder).lw = function (c) {
|
|
3906
|
+
this.ws();
|
|
3907
|
+
var tmp = this.jw_1;
|
|
3908
3908
|
var tmp0_this = this;
|
|
3909
|
-
var tmp1 = tmp0_this.
|
|
3910
|
-
tmp0_this.
|
|
3909
|
+
var tmp1 = tmp0_this.kw_1;
|
|
3910
|
+
tmp0_this.kw_1 = tmp1 + 1 | 0;
|
|
3911
3911
|
tmp[tmp1] = c;
|
|
3912
3912
|
};
|
|
3913
|
-
protoOf(LongArrayBuilder).
|
|
3914
|
-
return copyOf_2(this.
|
|
3913
|
+
protoOf(LongArrayBuilder).us = function () {
|
|
3914
|
+
return copyOf_2(this.jw_1, this.kw_1);
|
|
3915
3915
|
};
|
|
3916
3916
|
function ULongArrayBuilder(bufferWithData) {
|
|
3917
3917
|
PrimitiveArrayBuilder.call(this);
|
|
3918
|
-
this.
|
|
3919
|
-
this.
|
|
3918
|
+
this.rw_1 = bufferWithData;
|
|
3919
|
+
this.sw_1 = _ULongArray___get_size__impl__ju6dtr(bufferWithData);
|
|
3920
3920
|
this.ia(10);
|
|
3921
3921
|
}
|
|
3922
|
-
protoOf(ULongArrayBuilder).
|
|
3923
|
-
return this.
|
|
3922
|
+
protoOf(ULongArrayBuilder).ts = function () {
|
|
3923
|
+
return this.sw_1;
|
|
3924
3924
|
};
|
|
3925
3925
|
protoOf(ULongArrayBuilder).ia = function (requiredCapacity) {
|
|
3926
|
-
if (_ULongArray___get_size__impl__ju6dtr(this.
|
|
3926
|
+
if (_ULongArray___get_size__impl__ju6dtr(this.rw_1) < requiredCapacity) {
|
|
3927
3927
|
var tmp = this;
|
|
3928
3928
|
var tmp$ret$0;
|
|
3929
3929
|
// Inline function 'kotlin.collections.copyOf' call
|
|
3930
|
-
var tmp0_copyOf = this.
|
|
3931
|
-
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.
|
|
3930
|
+
var tmp0_copyOf = this.rw_1;
|
|
3931
|
+
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.rw_1), 2));
|
|
3932
3932
|
tmp$ret$0 = _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0_copyOf), tmp1_copyOf));
|
|
3933
|
-
tmp.
|
|
3933
|
+
tmp.rw_1 = tmp$ret$0;
|
|
3934
3934
|
}
|
|
3935
3935
|
};
|
|
3936
|
-
protoOf(ULongArrayBuilder).
|
|
3937
|
-
this.
|
|
3938
|
-
var tmp = this.
|
|
3936
|
+
protoOf(ULongArrayBuilder).tw = function (c) {
|
|
3937
|
+
this.ws();
|
|
3938
|
+
var tmp = this.rw_1;
|
|
3939
3939
|
var tmp0_this = this;
|
|
3940
|
-
var tmp1 = tmp0_this.
|
|
3941
|
-
tmp0_this.
|
|
3940
|
+
var tmp1 = tmp0_this.sw_1;
|
|
3941
|
+
tmp0_this.sw_1 = tmp1 + 1 | 0;
|
|
3942
3942
|
ULongArray__set_impl_z19mvh(tmp, tmp1, c);
|
|
3943
3943
|
};
|
|
3944
|
-
protoOf(ULongArrayBuilder).
|
|
3944
|
+
protoOf(ULongArrayBuilder).uy = function () {
|
|
3945
3945
|
var tmp$ret$0;
|
|
3946
3946
|
// Inline function 'kotlin.collections.copyOf' call
|
|
3947
|
-
var tmp0_copyOf = this.
|
|
3948
|
-
var tmp1_copyOf = this.
|
|
3947
|
+
var tmp0_copyOf = this.rw_1;
|
|
3948
|
+
var tmp1_copyOf = this.sw_1;
|
|
3949
3949
|
tmp$ret$0 = _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0_copyOf), tmp1_copyOf));
|
|
3950
3950
|
return tmp$ret$0;
|
|
3951
3951
|
};
|
|
3952
|
-
protoOf(ULongArrayBuilder).
|
|
3953
|
-
return new ULongArray(this.
|
|
3952
|
+
protoOf(ULongArrayBuilder).us = function () {
|
|
3953
|
+
return new ULongArray(this.uy());
|
|
3954
3954
|
};
|
|
3955
3955
|
function IntArrayBuilder(bufferWithData) {
|
|
3956
3956
|
PrimitiveArrayBuilder.call(this);
|
|
3957
|
-
this.
|
|
3958
|
-
this.
|
|
3957
|
+
this.yw_1 = bufferWithData;
|
|
3958
|
+
this.zw_1 = bufferWithData.length;
|
|
3959
3959
|
this.ia(10);
|
|
3960
3960
|
}
|
|
3961
|
-
protoOf(IntArrayBuilder).
|
|
3962
|
-
return this.
|
|
3961
|
+
protoOf(IntArrayBuilder).ts = function () {
|
|
3962
|
+
return this.zw_1;
|
|
3963
3963
|
};
|
|
3964
3964
|
protoOf(IntArrayBuilder).ia = function (requiredCapacity) {
|
|
3965
|
-
if (this.
|
|
3966
|
-
this.
|
|
3965
|
+
if (this.yw_1.length < requiredCapacity)
|
|
3966
|
+
this.yw_1 = copyOf_3(this.yw_1, coerceAtLeast(requiredCapacity, imul(this.yw_1.length, 2)));
|
|
3967
3967
|
};
|
|
3968
|
-
protoOf(IntArrayBuilder).
|
|
3969
|
-
this.
|
|
3970
|
-
var tmp = this.
|
|
3968
|
+
protoOf(IntArrayBuilder).ax = function (c) {
|
|
3969
|
+
this.ws();
|
|
3970
|
+
var tmp = this.yw_1;
|
|
3971
3971
|
var tmp0_this = this;
|
|
3972
|
-
var tmp1 = tmp0_this.
|
|
3973
|
-
tmp0_this.
|
|
3972
|
+
var tmp1 = tmp0_this.zw_1;
|
|
3973
|
+
tmp0_this.zw_1 = tmp1 + 1 | 0;
|
|
3974
3974
|
tmp[tmp1] = c;
|
|
3975
3975
|
};
|
|
3976
|
-
protoOf(IntArrayBuilder).
|
|
3977
|
-
return copyOf_3(this.
|
|
3976
|
+
protoOf(IntArrayBuilder).us = function () {
|
|
3977
|
+
return copyOf_3(this.yw_1, this.zw_1);
|
|
3978
3978
|
};
|
|
3979
3979
|
function UIntArrayBuilder(bufferWithData) {
|
|
3980
3980
|
PrimitiveArrayBuilder.call(this);
|
|
3981
|
-
this.
|
|
3982
|
-
this.
|
|
3981
|
+
this.gx_1 = bufferWithData;
|
|
3982
|
+
this.hx_1 = _UIntArray___get_size__impl__r6l8ci(bufferWithData);
|
|
3983
3983
|
this.ia(10);
|
|
3984
3984
|
}
|
|
3985
|
-
protoOf(UIntArrayBuilder).
|
|
3986
|
-
return this.
|
|
3985
|
+
protoOf(UIntArrayBuilder).ts = function () {
|
|
3986
|
+
return this.hx_1;
|
|
3987
3987
|
};
|
|
3988
3988
|
protoOf(UIntArrayBuilder).ia = function (requiredCapacity) {
|
|
3989
|
-
if (_UIntArray___get_size__impl__r6l8ci(this.
|
|
3989
|
+
if (_UIntArray___get_size__impl__r6l8ci(this.gx_1) < requiredCapacity) {
|
|
3990
3990
|
var tmp = this;
|
|
3991
3991
|
var tmp$ret$0;
|
|
3992
3992
|
// Inline function 'kotlin.collections.copyOf' call
|
|
3993
|
-
var tmp0_copyOf = this.
|
|
3994
|
-
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.
|
|
3993
|
+
var tmp0_copyOf = this.gx_1;
|
|
3994
|
+
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.gx_1), 2));
|
|
3995
3995
|
tmp$ret$0 = _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0_copyOf), tmp1_copyOf));
|
|
3996
|
-
tmp.
|
|
3996
|
+
tmp.gx_1 = tmp$ret$0;
|
|
3997
3997
|
}
|
|
3998
3998
|
};
|
|
3999
|
-
protoOf(UIntArrayBuilder).
|
|
4000
|
-
this.
|
|
4001
|
-
var tmp = this.
|
|
3999
|
+
protoOf(UIntArrayBuilder).ix = function (c) {
|
|
4000
|
+
this.ws();
|
|
4001
|
+
var tmp = this.gx_1;
|
|
4002
4002
|
var tmp0_this = this;
|
|
4003
|
-
var tmp1 = tmp0_this.
|
|
4004
|
-
tmp0_this.
|
|
4003
|
+
var tmp1 = tmp0_this.hx_1;
|
|
4004
|
+
tmp0_this.hx_1 = tmp1 + 1 | 0;
|
|
4005
4005
|
UIntArray__set_impl_7f2zu2(tmp, tmp1, c);
|
|
4006
4006
|
};
|
|
4007
|
-
protoOf(UIntArrayBuilder).
|
|
4007
|
+
protoOf(UIntArrayBuilder).vy = function () {
|
|
4008
4008
|
var tmp$ret$0;
|
|
4009
4009
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4010
|
-
var tmp0_copyOf = this.
|
|
4011
|
-
var tmp1_copyOf = this.
|
|
4010
|
+
var tmp0_copyOf = this.gx_1;
|
|
4011
|
+
var tmp1_copyOf = this.hx_1;
|
|
4012
4012
|
tmp$ret$0 = _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0_copyOf), tmp1_copyOf));
|
|
4013
4013
|
return tmp$ret$0;
|
|
4014
4014
|
};
|
|
4015
|
-
protoOf(UIntArrayBuilder).
|
|
4016
|
-
return new UIntArray(this.
|
|
4015
|
+
protoOf(UIntArrayBuilder).us = function () {
|
|
4016
|
+
return new UIntArray(this.vy());
|
|
4017
4017
|
};
|
|
4018
4018
|
function ShortArrayBuilder(bufferWithData) {
|
|
4019
4019
|
PrimitiveArrayBuilder.call(this);
|
|
4020
|
-
this.
|
|
4021
|
-
this.
|
|
4020
|
+
this.nx_1 = bufferWithData;
|
|
4021
|
+
this.ox_1 = bufferWithData.length;
|
|
4022
4022
|
this.ia(10);
|
|
4023
4023
|
}
|
|
4024
|
-
protoOf(ShortArrayBuilder).
|
|
4025
|
-
return this.
|
|
4024
|
+
protoOf(ShortArrayBuilder).ts = function () {
|
|
4025
|
+
return this.ox_1;
|
|
4026
4026
|
};
|
|
4027
4027
|
protoOf(ShortArrayBuilder).ia = function (requiredCapacity) {
|
|
4028
|
-
if (this.
|
|
4029
|
-
this.
|
|
4028
|
+
if (this.nx_1.length < requiredCapacity)
|
|
4029
|
+
this.nx_1 = copyOf_4(this.nx_1, coerceAtLeast(requiredCapacity, imul(this.nx_1.length, 2)));
|
|
4030
4030
|
};
|
|
4031
|
-
protoOf(ShortArrayBuilder).
|
|
4032
|
-
this.
|
|
4033
|
-
var tmp = this.
|
|
4031
|
+
protoOf(ShortArrayBuilder).px = function (c) {
|
|
4032
|
+
this.ws();
|
|
4033
|
+
var tmp = this.nx_1;
|
|
4034
4034
|
var tmp0_this = this;
|
|
4035
|
-
var tmp1 = tmp0_this.
|
|
4036
|
-
tmp0_this.
|
|
4035
|
+
var tmp1 = tmp0_this.ox_1;
|
|
4036
|
+
tmp0_this.ox_1 = tmp1 + 1 | 0;
|
|
4037
4037
|
tmp[tmp1] = c;
|
|
4038
4038
|
};
|
|
4039
|
-
protoOf(ShortArrayBuilder).
|
|
4040
|
-
return copyOf_4(this.
|
|
4039
|
+
protoOf(ShortArrayBuilder).us = function () {
|
|
4040
|
+
return copyOf_4(this.nx_1, this.ox_1);
|
|
4041
4041
|
};
|
|
4042
4042
|
function UShortArrayBuilder(bufferWithData) {
|
|
4043
4043
|
PrimitiveArrayBuilder.call(this);
|
|
4044
|
-
this.
|
|
4045
|
-
this.
|
|
4044
|
+
this.vx_1 = bufferWithData;
|
|
4045
|
+
this.wx_1 = _UShortArray___get_size__impl__jqto1b(bufferWithData);
|
|
4046
4046
|
this.ia(10);
|
|
4047
4047
|
}
|
|
4048
|
-
protoOf(UShortArrayBuilder).
|
|
4049
|
-
return this.
|
|
4048
|
+
protoOf(UShortArrayBuilder).ts = function () {
|
|
4049
|
+
return this.wx_1;
|
|
4050
4050
|
};
|
|
4051
4051
|
protoOf(UShortArrayBuilder).ia = function (requiredCapacity) {
|
|
4052
|
-
if (_UShortArray___get_size__impl__jqto1b(this.
|
|
4052
|
+
if (_UShortArray___get_size__impl__jqto1b(this.vx_1) < requiredCapacity) {
|
|
4053
4053
|
var tmp = this;
|
|
4054
4054
|
var tmp$ret$0;
|
|
4055
4055
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4056
|
-
var tmp0_copyOf = this.
|
|
4057
|
-
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.
|
|
4056
|
+
var tmp0_copyOf = this.vx_1;
|
|
4057
|
+
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.vx_1), 2));
|
|
4058
4058
|
tmp$ret$0 = _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0_copyOf), tmp1_copyOf));
|
|
4059
|
-
tmp.
|
|
4059
|
+
tmp.vx_1 = tmp$ret$0;
|
|
4060
4060
|
}
|
|
4061
4061
|
};
|
|
4062
|
-
protoOf(UShortArrayBuilder).
|
|
4063
|
-
this.
|
|
4064
|
-
var tmp = this.
|
|
4062
|
+
protoOf(UShortArrayBuilder).xx = function (c) {
|
|
4063
|
+
this.ws();
|
|
4064
|
+
var tmp = this.vx_1;
|
|
4065
4065
|
var tmp0_this = this;
|
|
4066
|
-
var tmp1 = tmp0_this.
|
|
4067
|
-
tmp0_this.
|
|
4066
|
+
var tmp1 = tmp0_this.wx_1;
|
|
4067
|
+
tmp0_this.wx_1 = tmp1 + 1 | 0;
|
|
4068
4068
|
UShortArray__set_impl_6d8whp(tmp, tmp1, c);
|
|
4069
4069
|
};
|
|
4070
|
-
protoOf(UShortArrayBuilder).
|
|
4070
|
+
protoOf(UShortArrayBuilder).wy = function () {
|
|
4071
4071
|
var tmp$ret$0;
|
|
4072
4072
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4073
|
-
var tmp0_copyOf = this.
|
|
4074
|
-
var tmp1_copyOf = this.
|
|
4073
|
+
var tmp0_copyOf = this.vx_1;
|
|
4074
|
+
var tmp1_copyOf = this.wx_1;
|
|
4075
4075
|
tmp$ret$0 = _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0_copyOf), tmp1_copyOf));
|
|
4076
4076
|
return tmp$ret$0;
|
|
4077
4077
|
};
|
|
4078
|
-
protoOf(UShortArrayBuilder).
|
|
4079
|
-
return new UShortArray(this.
|
|
4078
|
+
protoOf(UShortArrayBuilder).us = function () {
|
|
4079
|
+
return new UShortArray(this.wy());
|
|
4080
4080
|
};
|
|
4081
4081
|
function ByteArrayBuilder(bufferWithData) {
|
|
4082
4082
|
PrimitiveArrayBuilder.call(this);
|
|
4083
|
-
this.
|
|
4084
|
-
this.
|
|
4083
|
+
this.cy_1 = bufferWithData;
|
|
4084
|
+
this.dy_1 = bufferWithData.length;
|
|
4085
4085
|
this.ia(10);
|
|
4086
4086
|
}
|
|
4087
|
-
protoOf(ByteArrayBuilder).
|
|
4088
|
-
return this.
|
|
4087
|
+
protoOf(ByteArrayBuilder).ts = function () {
|
|
4088
|
+
return this.dy_1;
|
|
4089
4089
|
};
|
|
4090
4090
|
protoOf(ByteArrayBuilder).ia = function (requiredCapacity) {
|
|
4091
|
-
if (this.
|
|
4092
|
-
this.
|
|
4091
|
+
if (this.cy_1.length < requiredCapacity)
|
|
4092
|
+
this.cy_1 = copyOf_5(this.cy_1, coerceAtLeast(requiredCapacity, imul(this.cy_1.length, 2)));
|
|
4093
4093
|
};
|
|
4094
|
-
protoOf(ByteArrayBuilder).
|
|
4095
|
-
this.
|
|
4096
|
-
var tmp = this.
|
|
4094
|
+
protoOf(ByteArrayBuilder).ey = function (c) {
|
|
4095
|
+
this.ws();
|
|
4096
|
+
var tmp = this.cy_1;
|
|
4097
4097
|
var tmp0_this = this;
|
|
4098
|
-
var tmp1 = tmp0_this.
|
|
4099
|
-
tmp0_this.
|
|
4098
|
+
var tmp1 = tmp0_this.dy_1;
|
|
4099
|
+
tmp0_this.dy_1 = tmp1 + 1 | 0;
|
|
4100
4100
|
tmp[tmp1] = c;
|
|
4101
4101
|
};
|
|
4102
|
-
protoOf(ByteArrayBuilder).
|
|
4103
|
-
return copyOf_5(this.
|
|
4102
|
+
protoOf(ByteArrayBuilder).us = function () {
|
|
4103
|
+
return copyOf_5(this.cy_1, this.dy_1);
|
|
4104
4104
|
};
|
|
4105
4105
|
function UByteArrayBuilder(bufferWithData) {
|
|
4106
4106
|
PrimitiveArrayBuilder.call(this);
|
|
4107
|
-
this.
|
|
4108
|
-
this.
|
|
4107
|
+
this.ky_1 = bufferWithData;
|
|
4108
|
+
this.ly_1 = _UByteArray___get_size__impl__h6pkdv(bufferWithData);
|
|
4109
4109
|
this.ia(10);
|
|
4110
4110
|
}
|
|
4111
|
-
protoOf(UByteArrayBuilder).
|
|
4112
|
-
return this.
|
|
4111
|
+
protoOf(UByteArrayBuilder).ts = function () {
|
|
4112
|
+
return this.ly_1;
|
|
4113
4113
|
};
|
|
4114
4114
|
protoOf(UByteArrayBuilder).ia = function (requiredCapacity) {
|
|
4115
|
-
if (_UByteArray___get_size__impl__h6pkdv(this.
|
|
4115
|
+
if (_UByteArray___get_size__impl__h6pkdv(this.ky_1) < requiredCapacity) {
|
|
4116
4116
|
var tmp = this;
|
|
4117
4117
|
var tmp$ret$0;
|
|
4118
4118
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4119
|
-
var tmp0_copyOf = this.
|
|
4120
|
-
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.
|
|
4119
|
+
var tmp0_copyOf = this.ky_1;
|
|
4120
|
+
var tmp1_copyOf = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.ky_1), 2));
|
|
4121
4121
|
tmp$ret$0 = _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0_copyOf), tmp1_copyOf));
|
|
4122
|
-
tmp.
|
|
4122
|
+
tmp.ky_1 = tmp$ret$0;
|
|
4123
4123
|
}
|
|
4124
4124
|
};
|
|
4125
|
-
protoOf(UByteArrayBuilder).
|
|
4126
|
-
this.
|
|
4127
|
-
var tmp = this.
|
|
4125
|
+
protoOf(UByteArrayBuilder).my = function (c) {
|
|
4126
|
+
this.ws();
|
|
4127
|
+
var tmp = this.ky_1;
|
|
4128
4128
|
var tmp0_this = this;
|
|
4129
|
-
var tmp1 = tmp0_this.
|
|
4130
|
-
tmp0_this.
|
|
4129
|
+
var tmp1 = tmp0_this.ly_1;
|
|
4130
|
+
tmp0_this.ly_1 = tmp1 + 1 | 0;
|
|
4131
4131
|
UByteArray__set_impl_jvcicn(tmp, tmp1, c);
|
|
4132
4132
|
};
|
|
4133
|
-
protoOf(UByteArrayBuilder).
|
|
4133
|
+
protoOf(UByteArrayBuilder).xy = function () {
|
|
4134
4134
|
var tmp$ret$0;
|
|
4135
4135
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4136
|
-
var tmp0_copyOf = this.
|
|
4137
|
-
var tmp1_copyOf = this.
|
|
4136
|
+
var tmp0_copyOf = this.ky_1;
|
|
4137
|
+
var tmp1_copyOf = this.ly_1;
|
|
4138
4138
|
tmp$ret$0 = _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0_copyOf), tmp1_copyOf));
|
|
4139
4139
|
return tmp$ret$0;
|
|
4140
4140
|
};
|
|
4141
|
-
protoOf(UByteArrayBuilder).
|
|
4142
|
-
return new UByteArray(this.
|
|
4141
|
+
protoOf(UByteArrayBuilder).us = function () {
|
|
4142
|
+
return new UByteArray(this.xy());
|
|
4143
4143
|
};
|
|
4144
4144
|
function BooleanArrayBuilder(bufferWithData) {
|
|
4145
4145
|
PrimitiveArrayBuilder.call(this);
|
|
4146
|
-
this.
|
|
4147
|
-
this.
|
|
4146
|
+
this.ry_1 = bufferWithData;
|
|
4147
|
+
this.sy_1 = bufferWithData.length;
|
|
4148
4148
|
this.ia(10);
|
|
4149
4149
|
}
|
|
4150
|
-
protoOf(BooleanArrayBuilder).
|
|
4151
|
-
return this.
|
|
4150
|
+
protoOf(BooleanArrayBuilder).ts = function () {
|
|
4151
|
+
return this.sy_1;
|
|
4152
4152
|
};
|
|
4153
4153
|
protoOf(BooleanArrayBuilder).ia = function (requiredCapacity) {
|
|
4154
|
-
if (this.
|
|
4155
|
-
this.
|
|
4154
|
+
if (this.ry_1.length < requiredCapacity)
|
|
4155
|
+
this.ry_1 = copyOf_6(this.ry_1, coerceAtLeast(requiredCapacity, imul(this.ry_1.length, 2)));
|
|
4156
4156
|
};
|
|
4157
|
-
protoOf(BooleanArrayBuilder).
|
|
4158
|
-
this.
|
|
4159
|
-
var tmp = this.
|
|
4157
|
+
protoOf(BooleanArrayBuilder).ty = function (c) {
|
|
4158
|
+
this.ws();
|
|
4159
|
+
var tmp = this.ry_1;
|
|
4160
4160
|
var tmp0_this = this;
|
|
4161
|
-
var tmp1 = tmp0_this.
|
|
4162
|
-
tmp0_this.
|
|
4161
|
+
var tmp1 = tmp0_this.sy_1;
|
|
4162
|
+
tmp0_this.sy_1 = tmp1 + 1 | 0;
|
|
4163
4163
|
tmp[tmp1] = c;
|
|
4164
4164
|
};
|
|
4165
|
-
protoOf(BooleanArrayBuilder).
|
|
4166
|
-
return copyOf_6(this.
|
|
4165
|
+
protoOf(BooleanArrayBuilder).us = function () {
|
|
4166
|
+
return copyOf_6(this.ry_1, this.sy_1);
|
|
4167
4167
|
};
|
|
4168
4168
|
function get_BUILTIN_SERIALIZERS() {
|
|
4169
4169
|
_init_properties_Primitives_kt__k0eto4();
|
|
@@ -4177,13 +4177,13 @@
|
|
|
4177
4177
|
}
|
|
4178
4178
|
function StringSerializer() {
|
|
4179
4179
|
StringSerializer_instance = this;
|
|
4180
|
-
this.
|
|
4180
|
+
this.yy_1 = new PrimitiveSerialDescriptor_0('kotlin.String', STRING_getInstance());
|
|
4181
4181
|
}
|
|
4182
|
-
protoOf(StringSerializer).
|
|
4183
|
-
return this.
|
|
4182
|
+
protoOf(StringSerializer).bm = function () {
|
|
4183
|
+
return this.yy_1;
|
|
4184
4184
|
};
|
|
4185
|
-
protoOf(StringSerializer).
|
|
4186
|
-
return decoder.
|
|
4185
|
+
protoOf(StringSerializer).cm = function (decoder) {
|
|
4186
|
+
return decoder.uo();
|
|
4187
4187
|
};
|
|
4188
4188
|
var StringSerializer_instance;
|
|
4189
4189
|
function StringSerializer_getInstance() {
|
|
@@ -4193,16 +4193,16 @@
|
|
|
4193
4193
|
}
|
|
4194
4194
|
function CharSerializer() {
|
|
4195
4195
|
CharSerializer_instance = this;
|
|
4196
|
-
this.
|
|
4196
|
+
this.zy_1 = new PrimitiveSerialDescriptor_0('kotlin.Char', CHAR_getInstance());
|
|
4197
4197
|
}
|
|
4198
|
-
protoOf(CharSerializer).
|
|
4199
|
-
return this.
|
|
4198
|
+
protoOf(CharSerializer).bm = function () {
|
|
4199
|
+
return this.zy_1;
|
|
4200
4200
|
};
|
|
4201
|
-
protoOf(CharSerializer).
|
|
4202
|
-
return decoder.
|
|
4201
|
+
protoOf(CharSerializer).az = function (decoder) {
|
|
4202
|
+
return decoder.to();
|
|
4203
4203
|
};
|
|
4204
|
-
protoOf(CharSerializer).
|
|
4205
|
-
return new Char(this.
|
|
4204
|
+
protoOf(CharSerializer).cm = function (decoder) {
|
|
4205
|
+
return new Char(this.az(decoder));
|
|
4206
4206
|
};
|
|
4207
4207
|
var CharSerializer_instance;
|
|
4208
4208
|
function CharSerializer_getInstance() {
|
|
@@ -4212,13 +4212,13 @@
|
|
|
4212
4212
|
}
|
|
4213
4213
|
function DoubleSerializer() {
|
|
4214
4214
|
DoubleSerializer_instance = this;
|
|
4215
|
-
this.
|
|
4215
|
+
this.bz_1 = new PrimitiveSerialDescriptor_0('kotlin.Double', DOUBLE_getInstance());
|
|
4216
4216
|
}
|
|
4217
|
-
protoOf(DoubleSerializer).
|
|
4218
|
-
return this.
|
|
4217
|
+
protoOf(DoubleSerializer).bm = function () {
|
|
4218
|
+
return this.bz_1;
|
|
4219
4219
|
};
|
|
4220
|
-
protoOf(DoubleSerializer).
|
|
4221
|
-
return decoder.
|
|
4220
|
+
protoOf(DoubleSerializer).cm = function (decoder) {
|
|
4221
|
+
return decoder.so();
|
|
4222
4222
|
};
|
|
4223
4223
|
var DoubleSerializer_instance;
|
|
4224
4224
|
function DoubleSerializer_getInstance() {
|
|
@@ -4228,13 +4228,13 @@
|
|
|
4228
4228
|
}
|
|
4229
4229
|
function FloatSerializer() {
|
|
4230
4230
|
FloatSerializer_instance = this;
|
|
4231
|
-
this.
|
|
4231
|
+
this.cz_1 = new PrimitiveSerialDescriptor_0('kotlin.Float', FLOAT_getInstance());
|
|
4232
4232
|
}
|
|
4233
|
-
protoOf(FloatSerializer).
|
|
4234
|
-
return this.
|
|
4233
|
+
protoOf(FloatSerializer).bm = function () {
|
|
4234
|
+
return this.cz_1;
|
|
4235
4235
|
};
|
|
4236
|
-
protoOf(FloatSerializer).
|
|
4237
|
-
return decoder.
|
|
4236
|
+
protoOf(FloatSerializer).cm = function (decoder) {
|
|
4237
|
+
return decoder.ro();
|
|
4238
4238
|
};
|
|
4239
4239
|
var FloatSerializer_instance;
|
|
4240
4240
|
function FloatSerializer_getInstance() {
|
|
@@ -4244,13 +4244,13 @@
|
|
|
4244
4244
|
}
|
|
4245
4245
|
function LongSerializer() {
|
|
4246
4246
|
LongSerializer_instance = this;
|
|
4247
|
-
this.
|
|
4247
|
+
this.dz_1 = new PrimitiveSerialDescriptor_0('kotlin.Long', LONG_getInstance());
|
|
4248
4248
|
}
|
|
4249
|
-
protoOf(LongSerializer).
|
|
4250
|
-
return this.
|
|
4249
|
+
protoOf(LongSerializer).bm = function () {
|
|
4250
|
+
return this.dz_1;
|
|
4251
4251
|
};
|
|
4252
|
-
protoOf(LongSerializer).
|
|
4253
|
-
return decoder.
|
|
4252
|
+
protoOf(LongSerializer).cm = function (decoder) {
|
|
4253
|
+
return decoder.qo();
|
|
4254
4254
|
};
|
|
4255
4255
|
var LongSerializer_instance;
|
|
4256
4256
|
function LongSerializer_getInstance() {
|
|
@@ -4260,13 +4260,13 @@
|
|
|
4260
4260
|
}
|
|
4261
4261
|
function IntSerializer() {
|
|
4262
4262
|
IntSerializer_instance = this;
|
|
4263
|
-
this.
|
|
4263
|
+
this.ez_1 = new PrimitiveSerialDescriptor_0('kotlin.Int', INT_getInstance());
|
|
4264
4264
|
}
|
|
4265
|
-
protoOf(IntSerializer).
|
|
4266
|
-
return this.
|
|
4265
|
+
protoOf(IntSerializer).bm = function () {
|
|
4266
|
+
return this.ez_1;
|
|
4267
4267
|
};
|
|
4268
|
-
protoOf(IntSerializer).
|
|
4269
|
-
return decoder.
|
|
4268
|
+
protoOf(IntSerializer).cm = function (decoder) {
|
|
4269
|
+
return decoder.po();
|
|
4270
4270
|
};
|
|
4271
4271
|
var IntSerializer_instance;
|
|
4272
4272
|
function IntSerializer_getInstance() {
|
|
@@ -4276,13 +4276,13 @@
|
|
|
4276
4276
|
}
|
|
4277
4277
|
function ShortSerializer() {
|
|
4278
4278
|
ShortSerializer_instance = this;
|
|
4279
|
-
this.
|
|
4279
|
+
this.fz_1 = new PrimitiveSerialDescriptor_0('kotlin.Short', SHORT_getInstance());
|
|
4280
4280
|
}
|
|
4281
|
-
protoOf(ShortSerializer).
|
|
4282
|
-
return this.
|
|
4281
|
+
protoOf(ShortSerializer).bm = function () {
|
|
4282
|
+
return this.fz_1;
|
|
4283
4283
|
};
|
|
4284
|
-
protoOf(ShortSerializer).
|
|
4285
|
-
return decoder.
|
|
4284
|
+
protoOf(ShortSerializer).cm = function (decoder) {
|
|
4285
|
+
return decoder.oo();
|
|
4286
4286
|
};
|
|
4287
4287
|
var ShortSerializer_instance;
|
|
4288
4288
|
function ShortSerializer_getInstance() {
|
|
@@ -4292,13 +4292,13 @@
|
|
|
4292
4292
|
}
|
|
4293
4293
|
function ByteSerializer() {
|
|
4294
4294
|
ByteSerializer_instance = this;
|
|
4295
|
-
this.
|
|
4295
|
+
this.gz_1 = new PrimitiveSerialDescriptor_0('kotlin.Byte', BYTE_getInstance());
|
|
4296
4296
|
}
|
|
4297
|
-
protoOf(ByteSerializer).
|
|
4298
|
-
return this.
|
|
4297
|
+
protoOf(ByteSerializer).bm = function () {
|
|
4298
|
+
return this.gz_1;
|
|
4299
4299
|
};
|
|
4300
|
-
protoOf(ByteSerializer).
|
|
4301
|
-
return decoder.
|
|
4300
|
+
protoOf(ByteSerializer).cm = function (decoder) {
|
|
4301
|
+
return decoder.no();
|
|
4302
4302
|
};
|
|
4303
4303
|
var ByteSerializer_instance;
|
|
4304
4304
|
function ByteSerializer_getInstance() {
|
|
@@ -4308,13 +4308,13 @@
|
|
|
4308
4308
|
}
|
|
4309
4309
|
function BooleanSerializer() {
|
|
4310
4310
|
BooleanSerializer_instance = this;
|
|
4311
|
-
this.
|
|
4311
|
+
this.hz_1 = new PrimitiveSerialDescriptor_0('kotlin.Boolean', BOOLEAN_getInstance());
|
|
4312
4312
|
}
|
|
4313
|
-
protoOf(BooleanSerializer).
|
|
4314
|
-
return this.
|
|
4313
|
+
protoOf(BooleanSerializer).bm = function () {
|
|
4314
|
+
return this.hz_1;
|
|
4315
4315
|
};
|
|
4316
|
-
protoOf(BooleanSerializer).
|
|
4317
|
-
return decoder.
|
|
4316
|
+
protoOf(BooleanSerializer).cm = function (decoder) {
|
|
4317
|
+
return decoder.mo();
|
|
4318
4318
|
};
|
|
4319
4319
|
var BooleanSerializer_instance;
|
|
4320
4320
|
function BooleanSerializer_getInstance() {
|
|
@@ -4324,16 +4324,16 @@
|
|
|
4324
4324
|
}
|
|
4325
4325
|
function UnitSerializer() {
|
|
4326
4326
|
UnitSerializer_instance = this;
|
|
4327
|
-
this.
|
|
4327
|
+
this.iz_1 = new ObjectSerializer('kotlin.Unit', Unit_getInstance());
|
|
4328
4328
|
}
|
|
4329
|
-
protoOf(UnitSerializer).
|
|
4330
|
-
return this.
|
|
4329
|
+
protoOf(UnitSerializer).bm = function () {
|
|
4330
|
+
return this.iz_1.bm();
|
|
4331
4331
|
};
|
|
4332
|
-
protoOf(UnitSerializer).
|
|
4333
|
-
this.
|
|
4332
|
+
protoOf(UnitSerializer).jz = function (decoder) {
|
|
4333
|
+
this.iz_1.cm(decoder);
|
|
4334
4334
|
};
|
|
4335
|
-
protoOf(UnitSerializer).
|
|
4336
|
-
this.
|
|
4335
|
+
protoOf(UnitSerializer).cm = function (decoder) {
|
|
4336
|
+
this.jz(decoder);
|
|
4337
4337
|
return Unit_getInstance();
|
|
4338
4338
|
};
|
|
4339
4339
|
var UnitSerializer_instance;
|
|
@@ -4346,47 +4346,47 @@
|
|
|
4346
4346
|
throw IllegalStateException_init_$Create$('Primitive descriptor does not have elements');
|
|
4347
4347
|
}
|
|
4348
4348
|
function PrimitiveSerialDescriptor_0(serialName, kind) {
|
|
4349
|
-
this.
|
|
4350
|
-
this.
|
|
4349
|
+
this.kz_1 = serialName;
|
|
4350
|
+
this.lz_1 = kind;
|
|
4351
4351
|
}
|
|
4352
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4353
|
-
return this.
|
|
4352
|
+
protoOf(PrimitiveSerialDescriptor_0).cn = function () {
|
|
4353
|
+
return this.kz_1;
|
|
4354
4354
|
};
|
|
4355
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4356
|
-
return this.
|
|
4355
|
+
protoOf(PrimitiveSerialDescriptor_0).gn = function () {
|
|
4356
|
+
return this.lz_1;
|
|
4357
4357
|
};
|
|
4358
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4358
|
+
protoOf(PrimitiveSerialDescriptor_0).en = function () {
|
|
4359
4359
|
return 0;
|
|
4360
4360
|
};
|
|
4361
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4361
|
+
protoOf(PrimitiveSerialDescriptor_0).kn = function (index) {
|
|
4362
4362
|
error_0(this);
|
|
4363
4363
|
};
|
|
4364
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4364
|
+
protoOf(PrimitiveSerialDescriptor_0).jn = function (name) {
|
|
4365
4365
|
error_0(this);
|
|
4366
4366
|
};
|
|
4367
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4367
|
+
protoOf(PrimitiveSerialDescriptor_0).ln = function (index) {
|
|
4368
4368
|
error_0(this);
|
|
4369
4369
|
};
|
|
4370
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4370
|
+
protoOf(PrimitiveSerialDescriptor_0).in = function (index) {
|
|
4371
4371
|
error_0(this);
|
|
4372
4372
|
};
|
|
4373
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
4373
|
+
protoOf(PrimitiveSerialDescriptor_0).hn = function (index) {
|
|
4374
4374
|
error_0(this);
|
|
4375
4375
|
};
|
|
4376
4376
|
protoOf(PrimitiveSerialDescriptor_0).toString = function () {
|
|
4377
|
-
return 'PrimitiveDescriptor(' + this.
|
|
4377
|
+
return 'PrimitiveDescriptor(' + this.kz_1 + ')';
|
|
4378
4378
|
};
|
|
4379
4379
|
protoOf(PrimitiveSerialDescriptor_0).equals = function (other) {
|
|
4380
4380
|
if (this === other)
|
|
4381
4381
|
return true;
|
|
4382
4382
|
if (!(other instanceof PrimitiveSerialDescriptor_0))
|
|
4383
4383
|
return false;
|
|
4384
|
-
if (this.
|
|
4384
|
+
if (this.kz_1 === other.kz_1 ? equals(this.lz_1, other.lz_1) : false)
|
|
4385
4385
|
return true;
|
|
4386
4386
|
return false;
|
|
4387
4387
|
};
|
|
4388
4388
|
protoOf(PrimitiveSerialDescriptor_0).hashCode = function () {
|
|
4389
|
-
return getStringHashCode(this.
|
|
4389
|
+
return getStringHashCode(this.kz_1) + imul(31, this.lz_1.hashCode()) | 0;
|
|
4390
4390
|
};
|
|
4391
4391
|
function PrimitiveDescriptorSafe(serialName, kind) {
|
|
4392
4392
|
_init_properties_Primitives_kt__k0eto4();
|
|
@@ -4444,17 +4444,17 @@
|
|
|
4444
4444
|
function NamedValueDecoder() {
|
|
4445
4445
|
TaggedDecoder.call(this);
|
|
4446
4446
|
}
|
|
4447
|
-
protoOf(NamedValueDecoder).
|
|
4448
|
-
return this.
|
|
4447
|
+
protoOf(NamedValueDecoder).oz = function (_this__u8e3s4, index) {
|
|
4448
|
+
return this.qz(this.pz(_this__u8e3s4, index));
|
|
4449
4449
|
};
|
|
4450
|
-
protoOf(NamedValueDecoder).
|
|
4451
|
-
var tmp0_elvis_lhs = this.
|
|
4452
|
-
return this.
|
|
4450
|
+
protoOf(NamedValueDecoder).qz = function (nestedName) {
|
|
4451
|
+
var tmp0_elvis_lhs = this.tz();
|
|
4452
|
+
return this.uz(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs, nestedName);
|
|
4453
4453
|
};
|
|
4454
|
-
protoOf(NamedValueDecoder).
|
|
4455
|
-
return descriptor.
|
|
4454
|
+
protoOf(NamedValueDecoder).pz = function (descriptor, index) {
|
|
4455
|
+
return descriptor.kn(index);
|
|
4456
4456
|
};
|
|
4457
|
-
protoOf(NamedValueDecoder).
|
|
4457
|
+
protoOf(NamedValueDecoder).uz = function (parentName, childName) {
|
|
4458
4458
|
var tmp;
|
|
4459
4459
|
var tmp$ret$0;
|
|
4460
4460
|
// Inline function 'kotlin.text.isEmpty' call
|
|
@@ -4467,22 +4467,22 @@
|
|
|
4467
4467
|
return tmp;
|
|
4468
4468
|
};
|
|
4469
4469
|
function tagBlock($this, tag, block) {
|
|
4470
|
-
$this.
|
|
4470
|
+
$this.i10(tag);
|
|
4471
4471
|
var r = block();
|
|
4472
|
-
if (!$this.
|
|
4473
|
-
$this.
|
|
4472
|
+
if (!$this.sz_1) {
|
|
4473
|
+
$this.j10();
|
|
4474
4474
|
}
|
|
4475
|
-
$this.
|
|
4475
|
+
$this.sz_1 = false;
|
|
4476
4476
|
return r;
|
|
4477
4477
|
}
|
|
4478
4478
|
function TaggedDecoder$decodeSerializableElement$lambda(this$0, $deserializer, $previousValue) {
|
|
4479
4479
|
return function () {
|
|
4480
|
-
return this$0.
|
|
4480
|
+
return this$0.xo($deserializer, $previousValue);
|
|
4481
4481
|
};
|
|
4482
4482
|
}
|
|
4483
4483
|
function TaggedDecoder$decodeNullableSerializableElement$lambda(this$0, $deserializer, $previousValue) {
|
|
4484
4484
|
return function () {
|
|
4485
|
-
return this$0.
|
|
4485
|
+
return this$0.ko() ? this$0.xo($deserializer, $previousValue) : this$0.lo();
|
|
4486
4486
|
};
|
|
4487
4487
|
}
|
|
4488
4488
|
function TaggedDecoder() {
|
|
@@ -4490,75 +4490,75 @@
|
|
|
4490
4490
|
var tmp$ret$0;
|
|
4491
4491
|
// Inline function 'kotlin.collections.arrayListOf' call
|
|
4492
4492
|
tmp$ret$0 = ArrayList_init_$Create$_0();
|
|
4493
|
-
tmp.
|
|
4494
|
-
this.
|
|
4493
|
+
tmp.rz_1 = tmp$ret$0;
|
|
4494
|
+
this.sz_1 = false;
|
|
4495
4495
|
}
|
|
4496
|
-
protoOf(TaggedDecoder).
|
|
4496
|
+
protoOf(TaggedDecoder).op = function () {
|
|
4497
4497
|
return EmptySerializersModule_0();
|
|
4498
4498
|
};
|
|
4499
|
-
protoOf(TaggedDecoder).
|
|
4499
|
+
protoOf(TaggedDecoder).vz = function (tag) {
|
|
4500
4500
|
throw SerializationException_init_$Create$('' + getKClassFromExpression(this) + " can't retrieve untyped values");
|
|
4501
4501
|
};
|
|
4502
|
-
protoOf(TaggedDecoder).
|
|
4502
|
+
protoOf(TaggedDecoder).wz = function (tag) {
|
|
4503
4503
|
return true;
|
|
4504
4504
|
};
|
|
4505
|
-
protoOf(TaggedDecoder).
|
|
4506
|
-
var tmp = this.
|
|
4505
|
+
protoOf(TaggedDecoder).xz = function (tag) {
|
|
4506
|
+
var tmp = this.vz(tag);
|
|
4507
4507
|
return typeof tmp === 'boolean' ? tmp : THROW_CCE();
|
|
4508
4508
|
};
|
|
4509
|
-
protoOf(TaggedDecoder).
|
|
4510
|
-
var tmp = this.
|
|
4509
|
+
protoOf(TaggedDecoder).yz = function (tag) {
|
|
4510
|
+
var tmp = this.vz(tag);
|
|
4511
4511
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4512
4512
|
};
|
|
4513
|
-
protoOf(TaggedDecoder).
|
|
4514
|
-
var tmp = this.
|
|
4513
|
+
protoOf(TaggedDecoder).zz = function (tag) {
|
|
4514
|
+
var tmp = this.vz(tag);
|
|
4515
4515
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4516
4516
|
};
|
|
4517
|
-
protoOf(TaggedDecoder).
|
|
4518
|
-
var tmp = this.
|
|
4517
|
+
protoOf(TaggedDecoder).a10 = function (tag) {
|
|
4518
|
+
var tmp = this.vz(tag);
|
|
4519
4519
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4520
4520
|
};
|
|
4521
|
-
protoOf(TaggedDecoder).
|
|
4522
|
-
var tmp = this.
|
|
4521
|
+
protoOf(TaggedDecoder).b10 = function (tag) {
|
|
4522
|
+
var tmp = this.vz(tag);
|
|
4523
4523
|
return tmp instanceof Long ? tmp : THROW_CCE();
|
|
4524
4524
|
};
|
|
4525
|
-
protoOf(TaggedDecoder).
|
|
4526
|
-
var tmp = this.
|
|
4525
|
+
protoOf(TaggedDecoder).c10 = function (tag) {
|
|
4526
|
+
var tmp = this.vz(tag);
|
|
4527
4527
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4528
4528
|
};
|
|
4529
|
-
protoOf(TaggedDecoder).
|
|
4530
|
-
var tmp = this.
|
|
4529
|
+
protoOf(TaggedDecoder).d10 = function (tag) {
|
|
4530
|
+
var tmp = this.vz(tag);
|
|
4531
4531
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4532
4532
|
};
|
|
4533
|
-
protoOf(TaggedDecoder).
|
|
4534
|
-
var tmp = this.
|
|
4533
|
+
protoOf(TaggedDecoder).e10 = function (tag) {
|
|
4534
|
+
var tmp = this.vz(tag);
|
|
4535
4535
|
return tmp instanceof Char ? tmp.w4_1 : THROW_CCE();
|
|
4536
4536
|
};
|
|
4537
|
-
protoOf(TaggedDecoder).
|
|
4538
|
-
var tmp = this.
|
|
4537
|
+
protoOf(TaggedDecoder).f10 = function (tag) {
|
|
4538
|
+
var tmp = this.vz(tag);
|
|
4539
4539
|
return typeof tmp === 'string' ? tmp : THROW_CCE();
|
|
4540
4540
|
};
|
|
4541
|
-
protoOf(TaggedDecoder).
|
|
4542
|
-
var tmp = this.
|
|
4541
|
+
protoOf(TaggedDecoder).g10 = function (tag, enumDescriptor) {
|
|
4542
|
+
var tmp = this.vz(tag);
|
|
4543
4543
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
4544
4544
|
};
|
|
4545
|
-
protoOf(TaggedDecoder).
|
|
4545
|
+
protoOf(TaggedDecoder).h10 = function (tag, inlineDescriptor) {
|
|
4546
4546
|
var tmp$ret$0;
|
|
4547
4547
|
// Inline function 'kotlin.apply' call
|
|
4548
4548
|
// Inline function 'kotlin.contracts.contract' call
|
|
4549
4549
|
// Inline function 'kotlinx.serialization.internal.TaggedDecoder.decodeTaggedInline.<anonymous>' call
|
|
4550
|
-
this.
|
|
4550
|
+
this.i10(tag);
|
|
4551
4551
|
tmp$ret$0 = this;
|
|
4552
4552
|
return tmp$ret$0;
|
|
4553
4553
|
};
|
|
4554
|
-
protoOf(TaggedDecoder).
|
|
4555
|
-
return this.
|
|
4554
|
+
protoOf(TaggedDecoder).xo = function (deserializer, previousValue) {
|
|
4555
|
+
return this.yo(deserializer);
|
|
4556
4556
|
};
|
|
4557
|
-
protoOf(TaggedDecoder).
|
|
4558
|
-
return this.
|
|
4557
|
+
protoOf(TaggedDecoder).wo = function (descriptor) {
|
|
4558
|
+
return this.h10(this.j10(), descriptor);
|
|
4559
4559
|
};
|
|
4560
|
-
protoOf(TaggedDecoder).
|
|
4561
|
-
var tmp0_elvis_lhs = this.
|
|
4560
|
+
protoOf(TaggedDecoder).ko = function () {
|
|
4561
|
+
var tmp0_elvis_lhs = this.tz();
|
|
4562
4562
|
var tmp;
|
|
4563
4563
|
if (tmp0_elvis_lhs == null) {
|
|
4564
4564
|
return false;
|
|
@@ -4566,93 +4566,93 @@
|
|
|
4566
4566
|
tmp = tmp0_elvis_lhs;
|
|
4567
4567
|
}
|
|
4568
4568
|
var currentTag = tmp;
|
|
4569
|
-
return this.
|
|
4570
|
-
};
|
|
4571
|
-
protoOf(TaggedDecoder).jo = function () {
|
|
4572
|
-
return null;
|
|
4573
|
-
};
|
|
4574
|
-
protoOf(TaggedDecoder).ko = function () {
|
|
4575
|
-
return this.vz(this.h10());
|
|
4569
|
+
return this.wz(currentTag);
|
|
4576
4570
|
};
|
|
4577
4571
|
protoOf(TaggedDecoder).lo = function () {
|
|
4578
|
-
return
|
|
4572
|
+
return null;
|
|
4579
4573
|
};
|
|
4580
4574
|
protoOf(TaggedDecoder).mo = function () {
|
|
4581
|
-
return this.xz(this.
|
|
4575
|
+
return this.xz(this.j10());
|
|
4582
4576
|
};
|
|
4583
4577
|
protoOf(TaggedDecoder).no = function () {
|
|
4584
|
-
return this.yz(this.
|
|
4578
|
+
return this.yz(this.j10());
|
|
4585
4579
|
};
|
|
4586
4580
|
protoOf(TaggedDecoder).oo = function () {
|
|
4587
|
-
return this.zz(this.
|
|
4581
|
+
return this.zz(this.j10());
|
|
4588
4582
|
};
|
|
4589
4583
|
protoOf(TaggedDecoder).po = function () {
|
|
4590
|
-
return this.a10(this.
|
|
4584
|
+
return this.a10(this.j10());
|
|
4591
4585
|
};
|
|
4592
4586
|
protoOf(TaggedDecoder).qo = function () {
|
|
4593
|
-
return this.b10(this.
|
|
4587
|
+
return this.b10(this.j10());
|
|
4594
4588
|
};
|
|
4595
4589
|
protoOf(TaggedDecoder).ro = function () {
|
|
4596
|
-
return this.c10(this.
|
|
4590
|
+
return this.c10(this.j10());
|
|
4597
4591
|
};
|
|
4598
4592
|
protoOf(TaggedDecoder).so = function () {
|
|
4599
|
-
return this.d10(this.
|
|
4593
|
+
return this.d10(this.j10());
|
|
4600
4594
|
};
|
|
4601
|
-
protoOf(TaggedDecoder).to = function (
|
|
4602
|
-
return this.e10(this.
|
|
4595
|
+
protoOf(TaggedDecoder).to = function () {
|
|
4596
|
+
return this.e10(this.j10());
|
|
4603
4597
|
};
|
|
4604
|
-
protoOf(TaggedDecoder).
|
|
4605
|
-
return this;
|
|
4598
|
+
protoOf(TaggedDecoder).uo = function () {
|
|
4599
|
+
return this.f10(this.j10());
|
|
4606
4600
|
};
|
|
4607
|
-
protoOf(TaggedDecoder).
|
|
4601
|
+
protoOf(TaggedDecoder).vo = function (enumDescriptor) {
|
|
4602
|
+
return this.g10(this.j10(), enumDescriptor);
|
|
4608
4603
|
};
|
|
4609
|
-
protoOf(TaggedDecoder).zo = function (descriptor
|
|
4610
|
-
return this
|
|
4604
|
+
protoOf(TaggedDecoder).zo = function (descriptor) {
|
|
4605
|
+
return this;
|
|
4611
4606
|
};
|
|
4612
|
-
protoOf(TaggedDecoder).ap = function (descriptor
|
|
4613
|
-
return this.wz(this.mz(descriptor, index));
|
|
4607
|
+
protoOf(TaggedDecoder).ap = function (descriptor) {
|
|
4614
4608
|
};
|
|
4615
4609
|
protoOf(TaggedDecoder).bp = function (descriptor, index) {
|
|
4616
|
-
return this.xz(this.
|
|
4610
|
+
return this.xz(this.oz(descriptor, index));
|
|
4617
4611
|
};
|
|
4618
4612
|
protoOf(TaggedDecoder).cp = function (descriptor, index) {
|
|
4619
|
-
return this.yz(this.
|
|
4613
|
+
return this.yz(this.oz(descriptor, index));
|
|
4620
4614
|
};
|
|
4621
4615
|
protoOf(TaggedDecoder).dp = function (descriptor, index) {
|
|
4622
|
-
return this.zz(this.
|
|
4616
|
+
return this.zz(this.oz(descriptor, index));
|
|
4623
4617
|
};
|
|
4624
4618
|
protoOf(TaggedDecoder).ep = function (descriptor, index) {
|
|
4625
|
-
return this.a10(this.
|
|
4619
|
+
return this.a10(this.oz(descriptor, index));
|
|
4626
4620
|
};
|
|
4627
4621
|
protoOf(TaggedDecoder).fp = function (descriptor, index) {
|
|
4628
|
-
return this.b10(this.
|
|
4622
|
+
return this.b10(this.oz(descriptor, index));
|
|
4629
4623
|
};
|
|
4630
4624
|
protoOf(TaggedDecoder).gp = function (descriptor, index) {
|
|
4631
|
-
return this.c10(this.
|
|
4625
|
+
return this.c10(this.oz(descriptor, index));
|
|
4632
4626
|
};
|
|
4633
4627
|
protoOf(TaggedDecoder).hp = function (descriptor, index) {
|
|
4634
|
-
return this.d10(this.
|
|
4628
|
+
return this.d10(this.oz(descriptor, index));
|
|
4635
4629
|
};
|
|
4636
4630
|
protoOf(TaggedDecoder).ip = function (descriptor, index) {
|
|
4637
|
-
return this.
|
|
4631
|
+
return this.e10(this.oz(descriptor, index));
|
|
4638
4632
|
};
|
|
4639
|
-
protoOf(TaggedDecoder).jp = function (descriptor, index
|
|
4640
|
-
|
|
4641
|
-
|
|
4633
|
+
protoOf(TaggedDecoder).jp = function (descriptor, index) {
|
|
4634
|
+
return this.f10(this.oz(descriptor, index));
|
|
4635
|
+
};
|
|
4636
|
+
protoOf(TaggedDecoder).kp = function (descriptor, index) {
|
|
4637
|
+
return this.h10(this.oz(descriptor, index), descriptor.in(index));
|
|
4642
4638
|
};
|
|
4643
4639
|
protoOf(TaggedDecoder).lp = function (descriptor, index, deserializer, previousValue) {
|
|
4644
|
-
var tmp = this.
|
|
4640
|
+
var tmp = this.oz(descriptor, index);
|
|
4641
|
+
return tagBlock(this, tmp, TaggedDecoder$decodeSerializableElement$lambda(this, deserializer, previousValue));
|
|
4642
|
+
};
|
|
4643
|
+
protoOf(TaggedDecoder).np = function (descriptor, index, deserializer, previousValue) {
|
|
4644
|
+
var tmp = this.oz(descriptor, index);
|
|
4645
4645
|
return tagBlock(this, tmp, TaggedDecoder$decodeNullableSerializableElement$lambda(this, deserializer, previousValue));
|
|
4646
4646
|
};
|
|
4647
|
-
protoOf(TaggedDecoder).
|
|
4648
|
-
return lastOrNull(this.
|
|
4647
|
+
protoOf(TaggedDecoder).tz = function () {
|
|
4648
|
+
return lastOrNull(this.rz_1);
|
|
4649
4649
|
};
|
|
4650
|
-
protoOf(TaggedDecoder).
|
|
4651
|
-
this.
|
|
4650
|
+
protoOf(TaggedDecoder).i10 = function (name) {
|
|
4651
|
+
this.rz_1.a(name);
|
|
4652
4652
|
};
|
|
4653
|
-
protoOf(TaggedDecoder).
|
|
4654
|
-
var r = this.
|
|
4655
|
-
this.
|
|
4653
|
+
protoOf(TaggedDecoder).j10 = function () {
|
|
4654
|
+
var r = this.rz_1.v3(get_lastIndex_0(this.rz_1));
|
|
4655
|
+
this.sz_1 = true;
|
|
4656
4656
|
return r;
|
|
4657
4657
|
};
|
|
4658
4658
|
function get_NULL() {
|
|
@@ -4661,21 +4661,21 @@
|
|
|
4661
4661
|
}
|
|
4662
4662
|
var NULL;
|
|
4663
4663
|
function MapEntry(key, value) {
|
|
4664
|
-
this.
|
|
4665
|
-
this.
|
|
4664
|
+
this.k10_1 = key;
|
|
4665
|
+
this.l10_1 = value;
|
|
4666
4666
|
}
|
|
4667
4667
|
protoOf(MapEntry).v = function () {
|
|
4668
|
-
return this.
|
|
4668
|
+
return this.k10_1;
|
|
4669
4669
|
};
|
|
4670
4670
|
protoOf(MapEntry).w = function () {
|
|
4671
|
-
return this.
|
|
4671
|
+
return this.l10_1;
|
|
4672
4672
|
};
|
|
4673
4673
|
protoOf(MapEntry).toString = function () {
|
|
4674
|
-
return 'MapEntry(key=' + this.
|
|
4674
|
+
return 'MapEntry(key=' + this.k10_1 + ', value=' + this.l10_1 + ')';
|
|
4675
4675
|
};
|
|
4676
4676
|
protoOf(MapEntry).hashCode = function () {
|
|
4677
|
-
var result = this.
|
|
4678
|
-
result = imul(result, 31) + (this.
|
|
4677
|
+
var result = this.k10_1 == null ? 0 : hashCode(this.k10_1);
|
|
4678
|
+
result = imul(result, 31) + (this.l10_1 == null ? 0 : hashCode(this.l10_1)) | 0;
|
|
4679
4679
|
return result;
|
|
4680
4680
|
};
|
|
4681
4681
|
protoOf(MapEntry).equals = function (other) {
|
|
@@ -4684,16 +4684,16 @@
|
|
|
4684
4684
|
if (!(other instanceof MapEntry))
|
|
4685
4685
|
return false;
|
|
4686
4686
|
var tmp0_other_with_cast = other instanceof MapEntry ? other : THROW_CCE();
|
|
4687
|
-
if (!equals(this.
|
|
4687
|
+
if (!equals(this.k10_1, tmp0_other_with_cast.k10_1))
|
|
4688
4688
|
return false;
|
|
4689
|
-
if (!equals(this.
|
|
4689
|
+
if (!equals(this.l10_1, tmp0_other_with_cast.l10_1))
|
|
4690
4690
|
return false;
|
|
4691
4691
|
return true;
|
|
4692
4692
|
};
|
|
4693
4693
|
function MapEntrySerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
4694
4694
|
return function ($this$buildSerialDescriptor) {
|
|
4695
|
-
$this$buildSerialDescriptor.
|
|
4696
|
-
$this$buildSerialDescriptor.
|
|
4695
|
+
$this$buildSerialDescriptor.lm('key', $keySerializer.bm());
|
|
4696
|
+
$this$buildSerialDescriptor.lm('value', $valueSerializer.bm());
|
|
4697
4697
|
return Unit_getInstance();
|
|
4698
4698
|
};
|
|
4699
4699
|
}
|
|
@@ -4701,37 +4701,37 @@
|
|
|
4701
4701
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
4702
4702
|
var tmp = this;
|
|
4703
4703
|
var tmp_0 = MAP_getInstance();
|
|
4704
|
-
tmp.
|
|
4704
|
+
tmp.o10_1 = buildSerialDescriptor('kotlin.collections.Map.Entry', tmp_0, [], MapEntrySerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
4705
4705
|
}
|
|
4706
|
-
protoOf(MapEntrySerializer_0).
|
|
4707
|
-
return this.
|
|
4706
|
+
protoOf(MapEntrySerializer_0).bm = function () {
|
|
4707
|
+
return this.o10_1;
|
|
4708
4708
|
};
|
|
4709
|
-
protoOf(MapEntrySerializer_0).
|
|
4709
|
+
protoOf(MapEntrySerializer_0).p10 = function (key, value) {
|
|
4710
4710
|
return new MapEntry(key, value);
|
|
4711
4711
|
};
|
|
4712
4712
|
function PairSerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
4713
4713
|
return function ($this$buildClassSerialDescriptor) {
|
|
4714
|
-
$this$buildClassSerialDescriptor.
|
|
4715
|
-
$this$buildClassSerialDescriptor.
|
|
4714
|
+
$this$buildClassSerialDescriptor.lm('first', $keySerializer.bm());
|
|
4715
|
+
$this$buildClassSerialDescriptor.lm('second', $valueSerializer.bm());
|
|
4716
4716
|
return Unit_getInstance();
|
|
4717
4717
|
};
|
|
4718
4718
|
}
|
|
4719
4719
|
function PairSerializer_0(keySerializer, valueSerializer) {
|
|
4720
4720
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
4721
4721
|
var tmp = this;
|
|
4722
|
-
tmp.
|
|
4722
|
+
tmp.u10_1 = buildClassSerialDescriptor('kotlin.Pair', [], PairSerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
4723
4723
|
}
|
|
4724
|
-
protoOf(PairSerializer_0).
|
|
4725
|
-
return this.
|
|
4724
|
+
protoOf(PairSerializer_0).bm = function () {
|
|
4725
|
+
return this.u10_1;
|
|
4726
4726
|
};
|
|
4727
|
-
protoOf(PairSerializer_0).
|
|
4727
|
+
protoOf(PairSerializer_0).p10 = function (key, value) {
|
|
4728
4728
|
return to(key, value);
|
|
4729
4729
|
};
|
|
4730
4730
|
function decodeSequentially_1($this, composite) {
|
|
4731
|
-
var a = composite.
|
|
4732
|
-
var b = composite.
|
|
4733
|
-
var c = composite.
|
|
4734
|
-
composite.
|
|
4731
|
+
var a = composite.mp($this.y10_1, 0, $this.v10_1);
|
|
4732
|
+
var b = composite.mp($this.y10_1, 1, $this.w10_1);
|
|
4733
|
+
var c = composite.mp($this.y10_1, 2, $this.x10_1);
|
|
4734
|
+
composite.ap($this.y10_1);
|
|
4735
4735
|
return new Triple(a, b, c);
|
|
4736
4736
|
}
|
|
4737
4737
|
function decodeStructure($this, composite) {
|
|
@@ -4739,19 +4739,19 @@
|
|
|
4739
4739
|
var b = get_NULL();
|
|
4740
4740
|
var c = get_NULL();
|
|
4741
4741
|
mainLoop: while (true) {
|
|
4742
|
-
var index = composite.
|
|
4742
|
+
var index = composite.qp($this.y10_1);
|
|
4743
4743
|
Companion_getInstance_7();
|
|
4744
4744
|
if (index === -1) {
|
|
4745
4745
|
break mainLoop;
|
|
4746
4746
|
} else {
|
|
4747
4747
|
if (index === 0) {
|
|
4748
|
-
a = composite.
|
|
4748
|
+
a = composite.mp($this.y10_1, 0, $this.v10_1);
|
|
4749
4749
|
} else {
|
|
4750
4750
|
if (index === 1) {
|
|
4751
|
-
b = composite.
|
|
4751
|
+
b = composite.mp($this.y10_1, 1, $this.w10_1);
|
|
4752
4752
|
} else {
|
|
4753
4753
|
if (index === 2) {
|
|
4754
|
-
c = composite.
|
|
4754
|
+
c = composite.mp($this.y10_1, 2, $this.x10_1);
|
|
4755
4755
|
} else {
|
|
4756
4756
|
throw SerializationException_init_$Create$('Unexpected index ' + index);
|
|
4757
4757
|
}
|
|
@@ -4759,7 +4759,7 @@
|
|
|
4759
4759
|
}
|
|
4760
4760
|
}
|
|
4761
4761
|
}
|
|
4762
|
-
composite.
|
|
4762
|
+
composite.ap($this.y10_1);
|
|
4763
4763
|
if (a === get_NULL())
|
|
4764
4764
|
throw SerializationException_init_$Create$("Element 'first' is missing");
|
|
4765
4765
|
if (b === get_NULL())
|
|
@@ -4772,60 +4772,60 @@
|
|
|
4772
4772
|
}
|
|
4773
4773
|
function TripleSerializer$descriptor$lambda(this$0) {
|
|
4774
4774
|
return function ($this$buildClassSerialDescriptor) {
|
|
4775
|
-
$this$buildClassSerialDescriptor.
|
|
4776
|
-
$this$buildClassSerialDescriptor.
|
|
4777
|
-
$this$buildClassSerialDescriptor.
|
|
4775
|
+
$this$buildClassSerialDescriptor.lm('first', this$0.v10_1.bm());
|
|
4776
|
+
$this$buildClassSerialDescriptor.lm('second', this$0.w10_1.bm());
|
|
4777
|
+
$this$buildClassSerialDescriptor.lm('third', this$0.x10_1.bm());
|
|
4778
4778
|
return Unit_getInstance();
|
|
4779
4779
|
};
|
|
4780
4780
|
}
|
|
4781
4781
|
function TripleSerializer_0(aSerializer, bSerializer, cSerializer) {
|
|
4782
|
-
this.
|
|
4783
|
-
this.
|
|
4784
|
-
this.
|
|
4782
|
+
this.v10_1 = aSerializer;
|
|
4783
|
+
this.w10_1 = bSerializer;
|
|
4784
|
+
this.x10_1 = cSerializer;
|
|
4785
4785
|
var tmp = this;
|
|
4786
|
-
tmp.
|
|
4786
|
+
tmp.y10_1 = buildClassSerialDescriptor('kotlin.Triple', [], TripleSerializer$descriptor$lambda(this));
|
|
4787
4787
|
}
|
|
4788
|
-
protoOf(TripleSerializer_0).
|
|
4789
|
-
return this.
|
|
4788
|
+
protoOf(TripleSerializer_0).bm = function () {
|
|
4789
|
+
return this.y10_1;
|
|
4790
4790
|
};
|
|
4791
|
-
protoOf(TripleSerializer_0).
|
|
4792
|
-
var composite = decoder.
|
|
4793
|
-
if (composite.
|
|
4791
|
+
protoOf(TripleSerializer_0).cm = function (decoder) {
|
|
4792
|
+
var composite = decoder.zo(this.y10_1);
|
|
4793
|
+
if (composite.pp()) {
|
|
4794
4794
|
return decodeSequentially_1(this, composite);
|
|
4795
4795
|
}
|
|
4796
4796
|
return decodeStructure(this, composite);
|
|
4797
4797
|
};
|
|
4798
4798
|
function KeyValueSerializer(keySerializer, valueSerializer) {
|
|
4799
|
-
this.
|
|
4800
|
-
this.
|
|
4799
|
+
this.q10_1 = keySerializer;
|
|
4800
|
+
this.r10_1 = valueSerializer;
|
|
4801
4801
|
}
|
|
4802
|
-
protoOf(KeyValueSerializer).
|
|
4802
|
+
protoOf(KeyValueSerializer).cm = function (decoder) {
|
|
4803
4803
|
var tmp$ret$1;
|
|
4804
4804
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
4805
|
-
var tmp0_decodeStructure = this.
|
|
4806
|
-
var composite = decoder.
|
|
4805
|
+
var tmp0_decodeStructure = this.bm();
|
|
4806
|
+
var composite = decoder.zo(tmp0_decodeStructure);
|
|
4807
4807
|
var tmp$ret$0;
|
|
4808
4808
|
$l$block: {
|
|
4809
4809
|
// Inline function 'kotlinx.serialization.internal.KeyValueSerializer.deserialize.<anonymous>' call
|
|
4810
|
-
if (composite.
|
|
4811
|
-
var key = composite.
|
|
4812
|
-
var value = composite.
|
|
4813
|
-
tmp$ret$0 = this.
|
|
4810
|
+
if (composite.pp()) {
|
|
4811
|
+
var key = composite.mp(this.bm(), 0, this.q10_1);
|
|
4812
|
+
var value = composite.mp(this.bm(), 1, this.r10_1);
|
|
4813
|
+
tmp$ret$0 = this.p10(key, value);
|
|
4814
4814
|
break $l$block;
|
|
4815
4815
|
}
|
|
4816
4816
|
var key_0 = get_NULL();
|
|
4817
4817
|
var value_0 = get_NULL();
|
|
4818
4818
|
mainLoop: while (true) {
|
|
4819
|
-
var idx = composite.
|
|
4819
|
+
var idx = composite.qp(this.bm());
|
|
4820
4820
|
Companion_getInstance_7();
|
|
4821
4821
|
if (idx === -1) {
|
|
4822
4822
|
break mainLoop;
|
|
4823
4823
|
} else {
|
|
4824
4824
|
if (idx === 0) {
|
|
4825
|
-
key_0 = composite.
|
|
4825
|
+
key_0 = composite.mp(this.bm(), 0, this.q10_1);
|
|
4826
4826
|
} else {
|
|
4827
4827
|
if (idx === 1) {
|
|
4828
|
-
value_0 = composite.
|
|
4828
|
+
value_0 = composite.mp(this.bm(), 1, this.r10_1);
|
|
4829
4829
|
} else {
|
|
4830
4830
|
throw SerializationException_init_$Create$('Invalid index: ' + idx);
|
|
4831
4831
|
}
|
|
@@ -4837,10 +4837,10 @@
|
|
|
4837
4837
|
if (value_0 === get_NULL())
|
|
4838
4838
|
throw SerializationException_init_$Create$("Element 'value' is missing");
|
|
4839
4839
|
var tmp = (key_0 == null ? true : isObject(key_0)) ? key_0 : THROW_CCE();
|
|
4840
|
-
tmp$ret$0 = this.
|
|
4840
|
+
tmp$ret$0 = this.p10(tmp, (value_0 == null ? true : isObject(value_0)) ? value_0 : THROW_CCE());
|
|
4841
4841
|
}
|
|
4842
4842
|
var result = tmp$ret$0;
|
|
4843
|
-
composite.
|
|
4843
|
+
composite.ap(tmp0_decodeStructure);
|
|
4844
4844
|
tmp$ret$1 = result;
|
|
4845
4845
|
return tmp$ret$1;
|
|
4846
4846
|
};
|
|
@@ -4854,20 +4854,20 @@
|
|
|
4854
4854
|
}
|
|
4855
4855
|
function ULongSerializer() {
|
|
4856
4856
|
ULongSerializer_instance = this;
|
|
4857
|
-
this.
|
|
4857
|
+
this.z10_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_4(Companion_getInstance_0()));
|
|
4858
4858
|
}
|
|
4859
|
-
protoOf(ULongSerializer).
|
|
4860
|
-
return this.
|
|
4859
|
+
protoOf(ULongSerializer).bm = function () {
|
|
4860
|
+
return this.z10_1;
|
|
4861
4861
|
};
|
|
4862
|
-
protoOf(ULongSerializer).
|
|
4862
|
+
protoOf(ULongSerializer).a11 = function (decoder) {
|
|
4863
4863
|
var tmp$ret$0;
|
|
4864
4864
|
// Inline function 'kotlin.toULong' call
|
|
4865
|
-
var tmp0_toULong = decoder.
|
|
4865
|
+
var tmp0_toULong = decoder.wo(this.z10_1).qo();
|
|
4866
4866
|
tmp$ret$0 = _ULong___init__impl__c78o9k(tmp0_toULong);
|
|
4867
4867
|
return tmp$ret$0;
|
|
4868
4868
|
};
|
|
4869
|
-
protoOf(ULongSerializer).
|
|
4870
|
-
return new ULong(this.
|
|
4869
|
+
protoOf(ULongSerializer).cm = function (decoder) {
|
|
4870
|
+
return new ULong(this.a11(decoder));
|
|
4871
4871
|
};
|
|
4872
4872
|
var ULongSerializer_instance;
|
|
4873
4873
|
function ULongSerializer_getInstance() {
|
|
@@ -4877,20 +4877,20 @@
|
|
|
4877
4877
|
}
|
|
4878
4878
|
function UIntSerializer() {
|
|
4879
4879
|
UIntSerializer_instance = this;
|
|
4880
|
-
this.
|
|
4880
|
+
this.b11_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_6(IntCompanionObject_getInstance()));
|
|
4881
4881
|
}
|
|
4882
|
-
protoOf(UIntSerializer).
|
|
4883
|
-
return this.
|
|
4882
|
+
protoOf(UIntSerializer).bm = function () {
|
|
4883
|
+
return this.b11_1;
|
|
4884
4884
|
};
|
|
4885
|
-
protoOf(UIntSerializer).
|
|
4885
|
+
protoOf(UIntSerializer).c11 = function (decoder) {
|
|
4886
4886
|
var tmp$ret$0;
|
|
4887
4887
|
// Inline function 'kotlin.toUInt' call
|
|
4888
|
-
var tmp0_toUInt = decoder.
|
|
4888
|
+
var tmp0_toUInt = decoder.wo(this.b11_1).po();
|
|
4889
4889
|
tmp$ret$0 = _UInt___init__impl__l7qpdl(tmp0_toUInt);
|
|
4890
4890
|
return tmp$ret$0;
|
|
4891
4891
|
};
|
|
4892
|
-
protoOf(UIntSerializer).
|
|
4893
|
-
return new UInt(this.
|
|
4892
|
+
protoOf(UIntSerializer).cm = function (decoder) {
|
|
4893
|
+
return new UInt(this.c11(decoder));
|
|
4894
4894
|
};
|
|
4895
4895
|
var UIntSerializer_instance;
|
|
4896
4896
|
function UIntSerializer_getInstance() {
|
|
@@ -4900,20 +4900,20 @@
|
|
|
4900
4900
|
}
|
|
4901
4901
|
function UShortSerializer() {
|
|
4902
4902
|
UShortSerializer_instance = this;
|
|
4903
|
-
this.
|
|
4903
|
+
this.d11_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_8(ShortCompanionObject_getInstance()));
|
|
4904
4904
|
}
|
|
4905
|
-
protoOf(UShortSerializer).
|
|
4906
|
-
return this.
|
|
4905
|
+
protoOf(UShortSerializer).bm = function () {
|
|
4906
|
+
return this.d11_1;
|
|
4907
4907
|
};
|
|
4908
|
-
protoOf(UShortSerializer).
|
|
4908
|
+
protoOf(UShortSerializer).e11 = function (decoder) {
|
|
4909
4909
|
var tmp$ret$0;
|
|
4910
4910
|
// Inline function 'kotlin.toUShort' call
|
|
4911
|
-
var tmp0_toUShort = decoder.
|
|
4911
|
+
var tmp0_toUShort = decoder.wo(this.d11_1).oo();
|
|
4912
4912
|
tmp$ret$0 = _UShort___init__impl__jigrne(tmp0_toUShort);
|
|
4913
4913
|
return tmp$ret$0;
|
|
4914
4914
|
};
|
|
4915
|
-
protoOf(UShortSerializer).
|
|
4916
|
-
return new UShort(this.
|
|
4915
|
+
protoOf(UShortSerializer).cm = function (decoder) {
|
|
4916
|
+
return new UShort(this.e11(decoder));
|
|
4917
4917
|
};
|
|
4918
4918
|
var UShortSerializer_instance;
|
|
4919
4919
|
function UShortSerializer_getInstance() {
|
|
@@ -4923,20 +4923,20 @@
|
|
|
4923
4923
|
}
|
|
4924
4924
|
function UByteSerializer() {
|
|
4925
4925
|
UByteSerializer_instance = this;
|
|
4926
|
-
this.
|
|
4926
|
+
this.f11_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_10(ByteCompanionObject_getInstance()));
|
|
4927
4927
|
}
|
|
4928
|
-
protoOf(UByteSerializer).
|
|
4929
|
-
return this.
|
|
4928
|
+
protoOf(UByteSerializer).bm = function () {
|
|
4929
|
+
return this.f11_1;
|
|
4930
4930
|
};
|
|
4931
|
-
protoOf(UByteSerializer).
|
|
4931
|
+
protoOf(UByteSerializer).g11 = function (decoder) {
|
|
4932
4932
|
var tmp$ret$0;
|
|
4933
4933
|
// Inline function 'kotlin.toUByte' call
|
|
4934
|
-
var tmp0_toUByte = decoder.
|
|
4934
|
+
var tmp0_toUByte = decoder.wo(this.f11_1).no();
|
|
4935
4935
|
tmp$ret$0 = _UByte___init__impl__g9hnc4(tmp0_toUByte);
|
|
4936
4936
|
return tmp$ret$0;
|
|
4937
4937
|
};
|
|
4938
|
-
protoOf(UByteSerializer).
|
|
4939
|
-
return new UByte(this.
|
|
4938
|
+
protoOf(UByteSerializer).cm = function (decoder) {
|
|
4939
|
+
return new UByte(this.g11(decoder));
|
|
4940
4940
|
};
|
|
4941
4941
|
var UByteSerializer_instance;
|
|
4942
4942
|
function UByteSerializer_getInstance() {
|
|
@@ -4951,20 +4951,20 @@
|
|
|
4951
4951
|
var EmptySerializersModule;
|
|
4952
4952
|
function SerializersModule() {
|
|
4953
4953
|
}
|
|
4954
|
-
protoOf(SerializersModule).
|
|
4954
|
+
protoOf(SerializersModule).vm = function (kClass, typeArgumentsSerializers, $super) {
|
|
4955
4955
|
typeArgumentsSerializers = typeArgumentsSerializers === VOID ? emptyList() : typeArgumentsSerializers;
|
|
4956
|
-
return $super === VOID ? this.
|
|
4956
|
+
return $super === VOID ? this.um(kClass, typeArgumentsSerializers) : $super.um.call(this, kClass, typeArgumentsSerializers);
|
|
4957
4957
|
};
|
|
4958
4958
|
function SerialModuleImpl(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider) {
|
|
4959
4959
|
SerializersModule.call(this);
|
|
4960
|
-
this.
|
|
4961
|
-
this.
|
|
4962
|
-
this.
|
|
4963
|
-
this.
|
|
4964
|
-
this.
|
|
4965
|
-
}
|
|
4966
|
-
protoOf(SerialModuleImpl).
|
|
4967
|
-
var tmp0_safe_receiver = this.
|
|
4960
|
+
this.i11_1 = class2ContextualFactory;
|
|
4961
|
+
this.j11_1 = polyBase2Serializers;
|
|
4962
|
+
this.k11_1 = polyBase2DefaultSerializerProvider;
|
|
4963
|
+
this.l11_1 = polyBase2NamedSerializers;
|
|
4964
|
+
this.m11_1 = polyBase2DefaultDeserializerProvider;
|
|
4965
|
+
}
|
|
4966
|
+
protoOf(SerialModuleImpl).up = function (baseClass, serializedClassName) {
|
|
4967
|
+
var tmp0_safe_receiver = this.l11_1.m2(baseClass);
|
|
4968
4968
|
var tmp;
|
|
4969
4969
|
if (tmp0_safe_receiver == null) {
|
|
4970
4970
|
tmp = null;
|
|
@@ -4978,18 +4978,18 @@
|
|
|
4978
4978
|
var registered = (!(tmp_0 == null) ? isInterface(tmp_0, KSerializer) : false) ? tmp_0 : null;
|
|
4979
4979
|
if (!(registered == null))
|
|
4980
4980
|
return registered;
|
|
4981
|
-
var tmp_1 = this.
|
|
4981
|
+
var tmp_1 = this.m11_1.m2(baseClass);
|
|
4982
4982
|
var tmp1_safe_receiver = (!(tmp_1 == null) ? typeof tmp_1 === 'function' : false) ? tmp_1 : null;
|
|
4983
4983
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(serializedClassName);
|
|
4984
4984
|
};
|
|
4985
|
-
protoOf(SerialModuleImpl).
|
|
4986
|
-
var tmp0_safe_receiver = this.
|
|
4987
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
4985
|
+
protoOf(SerialModuleImpl).um = function (kClass, typeArgumentsSerializers) {
|
|
4986
|
+
var tmp0_safe_receiver = this.i11_1.m2(kClass);
|
|
4987
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n11(typeArgumentsSerializers);
|
|
4988
4988
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : null;
|
|
4989
4989
|
};
|
|
4990
|
-
protoOf(SerialModuleImpl).
|
|
4990
|
+
protoOf(SerialModuleImpl).h11 = function (collector) {
|
|
4991
4991
|
// Inline function 'kotlin.collections.forEach' call
|
|
4992
|
-
var tmp0_forEach = this.
|
|
4992
|
+
var tmp0_forEach = this.i11_1;
|
|
4993
4993
|
var tmp$ret$0;
|
|
4994
4994
|
// Inline function 'kotlin.collections.iterator' call
|
|
4995
4995
|
tmp$ret$0 = tmp0_forEach.u().c();
|
|
@@ -5008,16 +5008,16 @@
|
|
|
5008
5008
|
var tmp0_subject = serial;
|
|
5009
5009
|
if (tmp0_subject instanceof Argless) {
|
|
5010
5010
|
var tmp = isInterface(kclass, KClass) ? kclass : THROW_CCE();
|
|
5011
|
-
var tmp_0 = serial.
|
|
5012
|
-
collector.
|
|
5011
|
+
var tmp_0 = serial.q11_1;
|
|
5012
|
+
collector.r11(tmp, isInterface(tmp_0, KSerializer) ? tmp_0 : THROW_CCE());
|
|
5013
5013
|
} else {
|
|
5014
5014
|
if (tmp0_subject instanceof WithTypeArguments) {
|
|
5015
|
-
collector.
|
|
5015
|
+
collector.p11(kclass, serial.o11_1);
|
|
5016
5016
|
}
|
|
5017
5017
|
}
|
|
5018
5018
|
}
|
|
5019
5019
|
// Inline function 'kotlin.collections.forEach' call
|
|
5020
|
-
var tmp1_forEach = this.
|
|
5020
|
+
var tmp1_forEach = this.j11_1;
|
|
5021
5021
|
var tmp$ret$3;
|
|
5022
5022
|
// Inline function 'kotlin.collections.iterator' call
|
|
5023
5023
|
tmp$ret$3 = tmp1_forEach.u().c();
|
|
@@ -5054,11 +5054,11 @@
|
|
|
5054
5054
|
var tmp$ret$9;
|
|
5055
5055
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
5056
5056
|
tmp$ret$9 = isInterface(serializer, KSerializer) ? serializer : THROW_CCE();
|
|
5057
|
-
collector.
|
|
5057
|
+
collector.s11(tmp_1, tmp_2, tmp$ret$9);
|
|
5058
5058
|
}
|
|
5059
5059
|
}
|
|
5060
5060
|
// Inline function 'kotlin.collections.forEach' call
|
|
5061
|
-
var tmp2_forEach = this.
|
|
5061
|
+
var tmp2_forEach = this.k11_1;
|
|
5062
5062
|
var tmp$ret$10;
|
|
5063
5063
|
// Inline function 'kotlin.collections.iterator' call
|
|
5064
5064
|
tmp$ret$10 = tmp2_forEach.u().c();
|
|
@@ -5075,10 +5075,10 @@
|
|
|
5075
5075
|
tmp$ret$12 = element_2.w();
|
|
5076
5076
|
var provider = tmp$ret$12;
|
|
5077
5077
|
var tmp_3 = isInterface(baseClass_0, KClass) ? baseClass_0 : THROW_CCE();
|
|
5078
|
-
collector.
|
|
5078
|
+
collector.t11(tmp_3, typeof provider === 'function' ? provider : THROW_CCE());
|
|
5079
5079
|
}
|
|
5080
5080
|
// Inline function 'kotlin.collections.forEach' call
|
|
5081
|
-
var tmp3_forEach = this.
|
|
5081
|
+
var tmp3_forEach = this.m11_1;
|
|
5082
5082
|
var tmp$ret$13;
|
|
5083
5083
|
// Inline function 'kotlin.collections.iterator' call
|
|
5084
5084
|
tmp$ret$13 = tmp3_forEach.u().c();
|
|
@@ -5095,7 +5095,7 @@
|
|
|
5095
5095
|
tmp$ret$15 = element_3.w();
|
|
5096
5096
|
var provider_0 = tmp$ret$15;
|
|
5097
5097
|
var tmp_4 = isInterface(baseClass_1, KClass) ? baseClass_1 : THROW_CCE();
|
|
5098
|
-
collector.
|
|
5098
|
+
collector.u11(tmp_4, typeof provider_0 === 'function' ? provider_0 : THROW_CCE());
|
|
5099
5099
|
}
|
|
5100
5100
|
};
|
|
5101
5101
|
function Argless() {
|
|
@@ -5123,21 +5123,21 @@
|
|
|
5123
5123
|
function SerializersModuleCollector() {
|
|
5124
5124
|
}
|
|
5125
5125
|
function SerializableWith(serializer) {
|
|
5126
|
-
this.
|
|
5126
|
+
this.v11_1 = serializer;
|
|
5127
5127
|
}
|
|
5128
5128
|
protoOf(SerializableWith).equals = function (other) {
|
|
5129
5129
|
if (!(other instanceof SerializableWith))
|
|
5130
5130
|
return false;
|
|
5131
5131
|
var tmp0_other_with_cast = other instanceof SerializableWith ? other : THROW_CCE();
|
|
5132
|
-
if (!this.
|
|
5132
|
+
if (!this.v11_1.equals(tmp0_other_with_cast.v11_1))
|
|
5133
5133
|
return false;
|
|
5134
5134
|
return true;
|
|
5135
5135
|
};
|
|
5136
5136
|
protoOf(SerializableWith).hashCode = function () {
|
|
5137
|
-
return imul(getStringHashCode('serializer'), 127) ^ this.
|
|
5137
|
+
return imul(getStringHashCode('serializer'), 127) ^ this.v11_1.hashCode();
|
|
5138
5138
|
};
|
|
5139
5139
|
protoOf(SerializableWith).toString = function () {
|
|
5140
|
-
return '@kotlinx.serialization.SerializableWith(serializer=' + this.
|
|
5140
|
+
return '@kotlinx.serialization.SerializableWith(serializer=' + this.v11_1 + ')';
|
|
5141
5141
|
};
|
|
5142
5142
|
function createCache(factory) {
|
|
5143
5143
|
return new createCache$1(factory);
|
|
@@ -5179,7 +5179,7 @@
|
|
|
5179
5179
|
tmp_0 = (!(assocObject == null) ? isInterface(assocObject, KSerializer) : false) ? assocObject : THROW_CCE();
|
|
5180
5180
|
} else {
|
|
5181
5181
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory) : false) {
|
|
5182
|
-
var tmp_1 = assocObject.
|
|
5182
|
+
var tmp_1 = assocObject.jv(args.slice());
|
|
5183
5183
|
tmp_0 = isInterface(tmp_1, KSerializer) ? tmp_1 : THROW_CCE();
|
|
5184
5184
|
} else {
|
|
5185
5185
|
if (get_isInterface(_this__u8e3s4)) {
|
|
@@ -5225,15 +5225,15 @@
|
|
|
5225
5225
|
return _this__u8e3s4[index];
|
|
5226
5226
|
}
|
|
5227
5227
|
function createCache$1($factory) {
|
|
5228
|
-
this.
|
|
5228
|
+
this.w11_1 = $factory;
|
|
5229
5229
|
}
|
|
5230
|
-
protoOf(createCache$1).
|
|
5231
|
-
return this.
|
|
5230
|
+
protoOf(createCache$1).wm = function (key) {
|
|
5231
|
+
return this.w11_1(key);
|
|
5232
5232
|
};
|
|
5233
5233
|
function createParametrizedCache$1($factory) {
|
|
5234
|
-
this.
|
|
5234
|
+
this.x11_1 = $factory;
|
|
5235
5235
|
}
|
|
5236
|
-
protoOf(createParametrizedCache$1).
|
|
5236
|
+
protoOf(createParametrizedCache$1).xm = function (key, types) {
|
|
5237
5237
|
var tmp$ret$3;
|
|
5238
5238
|
// Inline function 'kotlin.runCatching' call
|
|
5239
5239
|
var tmp;
|
|
@@ -5243,7 +5243,7 @@
|
|
|
5243
5243
|
var tmp0_success = Companion_getInstance_6();
|
|
5244
5244
|
var tmp$ret$0;
|
|
5245
5245
|
// Inline function 'kotlinx.serialization.internal.<no name provided>.get.<anonymous>' call
|
|
5246
|
-
tmp$ret$0 = this.
|
|
5246
|
+
tmp$ret$0 = this.x11_1(key, types);
|
|
5247
5247
|
var tmp1_success = tmp$ret$0;
|
|
5248
5248
|
tmp$ret$1 = _Result___init__impl__xyqfz8(tmp1_success);
|
|
5249
5249
|
tmp = tmp$ret$1;
|
|
@@ -5265,59 +5265,59 @@
|
|
|
5265
5265
|
return tmp$ret$3;
|
|
5266
5266
|
};
|
|
5267
5267
|
//region block: post-declaration
|
|
5268
|
-
protoOf(SerialDescriptorImpl).
|
|
5269
|
-
protoOf(SerialDescriptorImpl).
|
|
5270
|
-
protoOf(AbstractDecoder).
|
|
5271
|
-
protoOf(AbstractDecoder).
|
|
5272
|
-
protoOf(AbstractDecoder).
|
|
5273
|
-
protoOf(AbstractDecoder).
|
|
5274
|
-
protoOf(ListLikeDescriptor).
|
|
5275
|
-
protoOf(ListLikeDescriptor).
|
|
5276
|
-
protoOf(ListLikeDescriptor).
|
|
5277
|
-
protoOf(ArrayListClassDesc).
|
|
5278
|
-
protoOf(ArrayListClassDesc).
|
|
5279
|
-
protoOf(ArrayListClassDesc).
|
|
5280
|
-
protoOf(HashSetClassDesc).
|
|
5281
|
-
protoOf(HashSetClassDesc).
|
|
5282
|
-
protoOf(HashSetClassDesc).
|
|
5283
|
-
protoOf(LinkedHashSetClassDesc).
|
|
5284
|
-
protoOf(LinkedHashSetClassDesc).
|
|
5285
|
-
protoOf(LinkedHashSetClassDesc).
|
|
5286
|
-
protoOf(MapLikeDescriptor).
|
|
5287
|
-
protoOf(MapLikeDescriptor).
|
|
5288
|
-
protoOf(MapLikeDescriptor).
|
|
5289
|
-
protoOf(HashMapClassDesc).
|
|
5290
|
-
protoOf(HashMapClassDesc).
|
|
5291
|
-
protoOf(HashMapClassDesc).
|
|
5292
|
-
protoOf(LinkedHashMapClassDesc).
|
|
5293
|
-
protoOf(LinkedHashMapClassDesc).
|
|
5294
|
-
protoOf(LinkedHashMapClassDesc).
|
|
5295
|
-
protoOf(ArrayClassDesc).
|
|
5296
|
-
protoOf(ArrayClassDesc).
|
|
5297
|
-
protoOf(ArrayClassDesc).
|
|
5298
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
5299
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
5300
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
5301
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
5302
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
5303
|
-
protoOf(EnumDescriptor).
|
|
5304
|
-
protoOf(EnumDescriptor).
|
|
5305
|
-
protoOf(InlineClassDescriptor).
|
|
5306
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
5307
|
-
protoOf(NothingSerialDescriptor).
|
|
5308
|
-
protoOf(NothingSerialDescriptor).
|
|
5309
|
-
protoOf(NothingSerialDescriptor).
|
|
5310
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
5311
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
5312
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
5313
|
-
protoOf(TaggedDecoder).
|
|
5314
|
-
protoOf(TaggedDecoder).
|
|
5315
|
-
protoOf(TaggedDecoder).
|
|
5316
|
-
protoOf(TaggedDecoder).
|
|
5317
|
-
protoOf(NamedValueDecoder).
|
|
5318
|
-
protoOf(NamedValueDecoder).
|
|
5319
|
-
protoOf(NamedValueDecoder).
|
|
5320
|
-
protoOf(NamedValueDecoder).
|
|
5268
|
+
protoOf(SerialDescriptorImpl).ym = get_isNullable;
|
|
5269
|
+
protoOf(SerialDescriptorImpl).fn = get_isInline;
|
|
5270
|
+
protoOf(AbstractDecoder).mp = decodeSerializableElement$default;
|
|
5271
|
+
protoOf(AbstractDecoder).yo = decodeSerializableValue;
|
|
5272
|
+
protoOf(AbstractDecoder).pp = decodeSequentially;
|
|
5273
|
+
protoOf(AbstractDecoder).rp = decodeCollectionSize;
|
|
5274
|
+
protoOf(ListLikeDescriptor).ym = get_isNullable;
|
|
5275
|
+
protoOf(ListLikeDescriptor).fn = get_isInline;
|
|
5276
|
+
protoOf(ListLikeDescriptor).dn = get_annotations;
|
|
5277
|
+
protoOf(ArrayListClassDesc).ym = get_isNullable;
|
|
5278
|
+
protoOf(ArrayListClassDesc).fn = get_isInline;
|
|
5279
|
+
protoOf(ArrayListClassDesc).dn = get_annotations;
|
|
5280
|
+
protoOf(HashSetClassDesc).ym = get_isNullable;
|
|
5281
|
+
protoOf(HashSetClassDesc).fn = get_isInline;
|
|
5282
|
+
protoOf(HashSetClassDesc).dn = get_annotations;
|
|
5283
|
+
protoOf(LinkedHashSetClassDesc).ym = get_isNullable;
|
|
5284
|
+
protoOf(LinkedHashSetClassDesc).fn = get_isInline;
|
|
5285
|
+
protoOf(LinkedHashSetClassDesc).dn = get_annotations;
|
|
5286
|
+
protoOf(MapLikeDescriptor).ym = get_isNullable;
|
|
5287
|
+
protoOf(MapLikeDescriptor).fn = get_isInline;
|
|
5288
|
+
protoOf(MapLikeDescriptor).dn = get_annotations;
|
|
5289
|
+
protoOf(HashMapClassDesc).ym = get_isNullable;
|
|
5290
|
+
protoOf(HashMapClassDesc).fn = get_isInline;
|
|
5291
|
+
protoOf(HashMapClassDesc).dn = get_annotations;
|
|
5292
|
+
protoOf(LinkedHashMapClassDesc).ym = get_isNullable;
|
|
5293
|
+
protoOf(LinkedHashMapClassDesc).fn = get_isInline;
|
|
5294
|
+
protoOf(LinkedHashMapClassDesc).dn = get_annotations;
|
|
5295
|
+
protoOf(ArrayClassDesc).ym = get_isNullable;
|
|
5296
|
+
protoOf(ArrayClassDesc).fn = get_isInline;
|
|
5297
|
+
protoOf(ArrayClassDesc).dn = get_annotations;
|
|
5298
|
+
protoOf(PrimitiveArrayDescriptor).ym = get_isNullable;
|
|
5299
|
+
protoOf(PrimitiveArrayDescriptor).fn = get_isInline;
|
|
5300
|
+
protoOf(PrimitiveArrayDescriptor).dn = get_annotations;
|
|
5301
|
+
protoOf(PluginGeneratedSerialDescriptor).ym = get_isNullable;
|
|
5302
|
+
protoOf(PluginGeneratedSerialDescriptor).fn = get_isInline;
|
|
5303
|
+
protoOf(EnumDescriptor).ym = get_isNullable;
|
|
5304
|
+
protoOf(EnumDescriptor).fn = get_isInline;
|
|
5305
|
+
protoOf(InlineClassDescriptor).ym = get_isNullable;
|
|
5306
|
+
protoOf(InlinePrimitiveDescriptor$1).bv = typeParametersSerializers;
|
|
5307
|
+
protoOf(NothingSerialDescriptor).ym = get_isNullable;
|
|
5308
|
+
protoOf(NothingSerialDescriptor).fn = get_isInline;
|
|
5309
|
+
protoOf(NothingSerialDescriptor).dn = get_annotations;
|
|
5310
|
+
protoOf(PrimitiveSerialDescriptor_0).ym = get_isNullable;
|
|
5311
|
+
protoOf(PrimitiveSerialDescriptor_0).fn = get_isInline;
|
|
5312
|
+
protoOf(PrimitiveSerialDescriptor_0).dn = get_annotations;
|
|
5313
|
+
protoOf(TaggedDecoder).mp = decodeSerializableElement$default;
|
|
5314
|
+
protoOf(TaggedDecoder).yo = decodeSerializableValue;
|
|
5315
|
+
protoOf(TaggedDecoder).pp = decodeSequentially;
|
|
5316
|
+
protoOf(TaggedDecoder).rp = decodeCollectionSize;
|
|
5317
|
+
protoOf(NamedValueDecoder).yo = decodeSerializableValue;
|
|
5318
|
+
protoOf(NamedValueDecoder).mp = decodeSerializableElement$default;
|
|
5319
|
+
protoOf(NamedValueDecoder).pp = decodeSequentially;
|
|
5320
|
+
protoOf(NamedValueDecoder).rp = decodeCollectionSize;
|
|
5321
5321
|
//endregion
|
|
5322
5322
|
//region block: exports
|
|
5323
5323
|
_.$_$ = _.$_$ || {};
|