git-digger 1.8.31 → 1.8.34
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/clikt-clikt-mordant.js +98 -98
- package/kotlin/clikt-clikt-mordant.js.map +1 -1
- package/kotlin/clikt-clikt.js +2126 -2142
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/colormath-root-colormath.js +483 -483
- package/kotlin/colormath-root-colormath.js.map +1 -1
- package/kotlin/command-line-tools-digger-cli.js +72 -72
- package/kotlin/command-line-tools-digger-cli.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +2626 -2562
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +929 -928
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +311 -311
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/kotlin/mordant-mordant.js +1749 -1749
- package/kotlin/mordant-mordant.js.map +1 -1
- package/kotlin/tools-cli-tools.js +1 -1
- package/kotlin/tools-digger-core.js +212 -212
- package/kotlin/tools-digger-core.js.map +1 -1
- package/kotlin/tools-digger-json.js +120 -120
- package/kotlin/tools-digger-json.js.map +1 -1
- package/kotlin/tools-digger-model.js +59 -59
- package/kotlin/tools-git-adapter.js +81 -81
- package/kotlin/tools-git-adapter.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
4
|
var imul = Math.imul;
|
|
5
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
6
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
5
|
+
var protoOf = kotlin_kotlin.$_$.d8;
|
|
6
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.j7;
|
|
7
7
|
var VOID = kotlin_kotlin.$_$.c;
|
|
8
8
|
var StringCompanionObject_instance = kotlin_kotlin.$_$.n2;
|
|
9
9
|
var Unit_instance = kotlin_kotlin.$_$.z2;
|
|
10
10
|
var emptyList = kotlin_kotlin.$_$.c4;
|
|
11
11
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.f;
|
|
12
|
-
var lazy = kotlin_kotlin.$_$.
|
|
13
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
14
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
15
|
-
var toString = kotlin_kotlin.$_$.
|
|
16
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
17
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
12
|
+
var lazy = kotlin_kotlin.$_$.cc;
|
|
13
|
+
var KProperty1 = kotlin_kotlin.$_$.v8;
|
|
14
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.d7;
|
|
15
|
+
var toString = kotlin_kotlin.$_$.f8;
|
|
16
|
+
var initMetadataForClass = kotlin_kotlin.$_$.g7;
|
|
17
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.r8;
|
|
18
18
|
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.u;
|
|
19
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
20
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
19
|
+
var objectCreate = kotlin_kotlin.$_$.c8;
|
|
20
|
+
var captureStack = kotlin_kotlin.$_$.t6;
|
|
21
21
|
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.v;
|
|
22
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
22
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.eb;
|
|
23
23
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.v3;
|
|
24
24
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.g;
|
|
25
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
26
|
-
var KClass = kotlin_kotlin.$_$.
|
|
27
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
28
|
-
var Triple = kotlin_kotlin.$_$.
|
|
29
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
30
|
-
var Pair = kotlin_kotlin.$_$.
|
|
25
|
+
var THROW_CCE = kotlin_kotlin.$_$.kb;
|
|
26
|
+
var KClass = kotlin_kotlin.$_$.t8;
|
|
27
|
+
var isInterface = kotlin_kotlin.$_$.u7;
|
|
28
|
+
var Triple = kotlin_kotlin.$_$.lb;
|
|
29
|
+
var getKClass = kotlin_kotlin.$_$.s8;
|
|
30
|
+
var Pair = kotlin_kotlin.$_$.hb;
|
|
31
31
|
var Entry = kotlin_kotlin.$_$.h3;
|
|
32
32
|
var KtMap = kotlin_kotlin.$_$.i3;
|
|
33
33
|
var KtMutableMap = kotlin_kotlin.$_$.k3;
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
var copyToArray = kotlin_kotlin.$_$.a4;
|
|
45
45
|
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.m1;
|
|
46
46
|
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.k1;
|
|
47
|
-
var Result = kotlin_kotlin.$_$.
|
|
48
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
49
|
-
var equals = kotlin_kotlin.$_$.
|
|
50
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
51
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
47
|
+
var Result = kotlin_kotlin.$_$.ib;
|
|
48
|
+
var ensureNotNull = kotlin_kotlin.$_$.zb;
|
|
49
|
+
var equals = kotlin_kotlin.$_$.a7;
|
|
50
|
+
var getStringHashCode = kotlin_kotlin.$_$.e7;
|
|
51
|
+
var isBlank = kotlin_kotlin.$_$.w9;
|
|
52
52
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w;
|
|
53
53
|
var toList = kotlin_kotlin.$_$.y5;
|
|
54
54
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.h;
|
|
@@ -56,83 +56,84 @@
|
|
|
56
56
|
var toHashSet = kotlin_kotlin.$_$.v5;
|
|
57
57
|
var toBooleanArray = kotlin_kotlin.$_$.u5;
|
|
58
58
|
var withIndex = kotlin_kotlin.$_$.d6;
|
|
59
|
-
var to = kotlin_kotlin.$_$.
|
|
59
|
+
var to = kotlin_kotlin.$_$.ic;
|
|
60
60
|
var toMap = kotlin_kotlin.$_$.z5;
|
|
61
|
-
var lazy_0 = kotlin_kotlin.$_$.
|
|
61
|
+
var lazy_0 = kotlin_kotlin.$_$.dc;
|
|
62
62
|
var contentEquals = kotlin_kotlin.$_$.x3;
|
|
63
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
64
|
-
var Char = kotlin_kotlin.$_$.
|
|
63
|
+
var initMetadataForObject = kotlin_kotlin.$_$.l7;
|
|
64
|
+
var Char = kotlin_kotlin.$_$.za;
|
|
65
65
|
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.f1;
|
|
66
|
-
var Duration = kotlin_kotlin.$_$.
|
|
67
|
-
var Instant = kotlin_kotlin.$_$.
|
|
68
|
-
var Uuid = kotlin_kotlin.$_$.
|
|
69
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
66
|
+
var Duration = kotlin_kotlin.$_$.wa;
|
|
67
|
+
var Instant = kotlin_kotlin.$_$.xa;
|
|
68
|
+
var Uuid = kotlin_kotlin.$_$.ya;
|
|
69
|
+
var hashCode = kotlin_kotlin.$_$.f7;
|
|
70
70
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.z;
|
|
71
|
-
var isArray = kotlin_kotlin.$_$.
|
|
72
|
-
var arrayIterator = kotlin_kotlin.$_$.
|
|
71
|
+
var isArray = kotlin_kotlin.$_$.m7;
|
|
72
|
+
var arrayIterator = kotlin_kotlin.$_$.r6;
|
|
73
73
|
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.k;
|
|
74
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
75
|
-
var KTypeParameter = kotlin_kotlin.$_$.
|
|
74
|
+
var toString_0 = kotlin_kotlin.$_$.hc;
|
|
75
|
+
var KTypeParameter = kotlin_kotlin.$_$.w8;
|
|
76
76
|
var contentHashCode = kotlin_kotlin.$_$.z3;
|
|
77
|
-
var until = kotlin_kotlin.$_$.
|
|
77
|
+
var until = kotlin_kotlin.$_$.o8;
|
|
78
78
|
var joinToString = kotlin_kotlin.$_$.n4;
|
|
79
79
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.j;
|
|
80
|
-
var booleanArray = kotlin_kotlin.$_$.
|
|
80
|
+
var booleanArray = kotlin_kotlin.$_$.s6;
|
|
81
81
|
var emptyMap = kotlin_kotlin.$_$.d4;
|
|
82
82
|
var Companion_getInstance = kotlin_kotlin.$_$.s2;
|
|
83
|
-
var isCharArray = kotlin_kotlin.$_$.
|
|
83
|
+
var isCharArray = kotlin_kotlin.$_$.p7;
|
|
84
84
|
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.j2;
|
|
85
|
-
var isDoubleArray = kotlin_kotlin.$_$.
|
|
85
|
+
var isDoubleArray = kotlin_kotlin.$_$.r7;
|
|
86
86
|
var FloatCompanionObject_instance = kotlin_kotlin.$_$.k2;
|
|
87
|
-
var isFloatArray = kotlin_kotlin.$_$.
|
|
87
|
+
var isFloatArray = kotlin_kotlin.$_$.s7;
|
|
88
88
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.t2;
|
|
89
|
-
var isLongArray = kotlin_kotlin.$_$.
|
|
89
|
+
var isLongArray = kotlin_kotlin.$_$.o6;
|
|
90
90
|
var Companion_getInstance_1 = kotlin_kotlin.$_$.x2;
|
|
91
91
|
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.b2;
|
|
92
|
-
var ULongArray = kotlin_kotlin.$_$.
|
|
92
|
+
var ULongArray = kotlin_kotlin.$_$.qb;
|
|
93
93
|
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.a2;
|
|
94
94
|
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.y1;
|
|
95
95
|
var IntCompanionObject_instance = kotlin_kotlin.$_$.l2;
|
|
96
|
-
var isIntArray = kotlin_kotlin.$_$.
|
|
96
|
+
var isIntArray = kotlin_kotlin.$_$.t7;
|
|
97
97
|
var Companion_getInstance_2 = kotlin_kotlin.$_$.w2;
|
|
98
98
|
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.w1;
|
|
99
|
-
var UIntArray = kotlin_kotlin.$_$.
|
|
99
|
+
var UIntArray = kotlin_kotlin.$_$.ob;
|
|
100
100
|
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.v1;
|
|
101
101
|
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.t1;
|
|
102
102
|
var ShortCompanionObject_instance = kotlin_kotlin.$_$.m2;
|
|
103
|
-
var isShortArray = kotlin_kotlin.$_$.
|
|
103
|
+
var isShortArray = kotlin_kotlin.$_$.v7;
|
|
104
104
|
var Companion_getInstance_3 = kotlin_kotlin.$_$.y2;
|
|
105
105
|
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.g2;
|
|
106
|
-
var UShortArray = kotlin_kotlin.$_$.
|
|
106
|
+
var UShortArray = kotlin_kotlin.$_$.sb;
|
|
107
107
|
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.f2;
|
|
108
108
|
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.d2;
|
|
109
109
|
var ByteCompanionObject_instance = kotlin_kotlin.$_$.i2;
|
|
110
|
-
var isByteArray = kotlin_kotlin.$_$.
|
|
110
|
+
var isByteArray = kotlin_kotlin.$_$.o7;
|
|
111
111
|
var Companion_getInstance_4 = kotlin_kotlin.$_$.v2;
|
|
112
112
|
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.r1;
|
|
113
|
-
var UByteArray = kotlin_kotlin.$_$.
|
|
113
|
+
var UByteArray = kotlin_kotlin.$_$.mb;
|
|
114
114
|
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.q1;
|
|
115
115
|
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.o1;
|
|
116
116
|
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.h2;
|
|
117
|
-
var isBooleanArray = kotlin_kotlin.$_$.
|
|
118
|
-
var Long = kotlin_kotlin.$_$.
|
|
119
|
-
var Unit = kotlin_kotlin.$_$.
|
|
120
|
-
var UInt = kotlin_kotlin.$_$.
|
|
121
|
-
var ULong = kotlin_kotlin.$_$.
|
|
122
|
-
var UByte = kotlin_kotlin.$_$.
|
|
123
|
-
var UShort = kotlin_kotlin.$_$.
|
|
117
|
+
var isBooleanArray = kotlin_kotlin.$_$.n7;
|
|
118
|
+
var Long = kotlin_kotlin.$_$.gb;
|
|
119
|
+
var Unit = kotlin_kotlin.$_$.ub;
|
|
120
|
+
var UInt = kotlin_kotlin.$_$.pb;
|
|
121
|
+
var ULong = kotlin_kotlin.$_$.rb;
|
|
122
|
+
var UByte = kotlin_kotlin.$_$.nb;
|
|
123
|
+
var UShort = kotlin_kotlin.$_$.tb;
|
|
124
124
|
var get_indices = kotlin_kotlin.$_$.l4;
|
|
125
125
|
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.a1;
|
|
126
126
|
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.o2;
|
|
127
|
+
var get_longArrayClass = kotlin_kotlin.$_$.p6;
|
|
127
128
|
var Companion_getInstance_5 = kotlin_kotlin.$_$.p2;
|
|
128
129
|
var Companion_getInstance_6 = kotlin_kotlin.$_$.q2;
|
|
129
130
|
var Companion_getInstance_7 = kotlin_kotlin.$_$.r2;
|
|
130
131
|
var mapOf = kotlin_kotlin.$_$.z4;
|
|
131
|
-
var get_js = kotlin_kotlin.$_$.
|
|
132
|
+
var get_js = kotlin_kotlin.$_$.w7;
|
|
132
133
|
var findAssociatedObject = kotlin_kotlin.$_$.b;
|
|
133
134
|
var Companion_instance = kotlin_kotlin.$_$.u2;
|
|
134
135
|
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.j1;
|
|
135
|
-
var createFailure = kotlin_kotlin.$_$.
|
|
136
|
+
var createFailure = kotlin_kotlin.$_$.yb;
|
|
136
137
|
//endregion
|
|
137
138
|
//region block: pre-declaration
|
|
138
139
|
initMetadataForInterface(SerializationStrategy, 'SerializationStrategy');
|
|
@@ -180,21 +181,21 @@
|
|
|
180
181
|
function encodeNotNullMark() {
|
|
181
182
|
}
|
|
182
183
|
function beginCollection(descriptor, collectionSize) {
|
|
183
|
-
return this.
|
|
184
|
+
return this.go(descriptor);
|
|
184
185
|
}
|
|
185
186
|
function encodeSerializableValue(serializer, value) {
|
|
186
|
-
serializer.
|
|
187
|
+
serializer.fm(this, value);
|
|
187
188
|
}
|
|
188
189
|
function encodeNullableSerializableValue(serializer, value) {
|
|
189
|
-
var isNullabilitySupported = serializer.
|
|
190
|
+
var isNullabilitySupported = serializer.em().bn();
|
|
190
191
|
if (isNullabilitySupported) {
|
|
191
|
-
return this.
|
|
192
|
+
return this.gp(isInterface(serializer, SerializationStrategy) ? serializer : THROW_CCE(), value);
|
|
192
193
|
}
|
|
193
194
|
if (value == null) {
|
|
194
|
-
this.
|
|
195
|
+
this.ko();
|
|
195
196
|
} else {
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
197
|
+
this.kp();
|
|
198
|
+
this.gp(serializer, value);
|
|
198
199
|
}
|
|
199
200
|
}
|
|
200
201
|
initMetadataForInterface(Encoder, 'Encoder');
|
|
@@ -283,49 +284,49 @@
|
|
|
283
284
|
}
|
|
284
285
|
function PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
285
286
|
return function ($this$buildSerialDescriptor) {
|
|
286
|
-
$this$buildSerialDescriptor.
|
|
287
|
-
$this$buildSerialDescriptor.
|
|
288
|
-
$this$buildSerialDescriptor.
|
|
287
|
+
$this$buildSerialDescriptor.om('type', serializer_0(StringCompanionObject_instance).em());
|
|
288
|
+
$this$buildSerialDescriptor.om('value', buildSerialDescriptor('kotlinx.serialization.Polymorphic<' + this$0.pm_1.o() + '>', CONTEXTUAL_getInstance(), []));
|
|
289
|
+
$this$buildSerialDescriptor.im_1 = this$0.qm_1;
|
|
289
290
|
return Unit_instance;
|
|
290
291
|
};
|
|
291
292
|
}
|
|
292
293
|
function PolymorphicSerializer$descriptor$delegate$lambda(this$0) {
|
|
293
294
|
return function () {
|
|
294
295
|
var tmp = OPEN_getInstance();
|
|
295
|
-
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.
|
|
296
|
+
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.pm_1);
|
|
296
297
|
};
|
|
297
298
|
}
|
|
298
299
|
function PolymorphicSerializer$_get_descriptor_$ref_8tw9if() {
|
|
299
300
|
return function (p0) {
|
|
300
|
-
return p0.
|
|
301
|
+
return p0.em();
|
|
301
302
|
};
|
|
302
303
|
}
|
|
303
304
|
function PolymorphicSerializer(baseClass) {
|
|
304
305
|
AbstractPolymorphicSerializer.call(this);
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
306
|
+
this.pm_1 = baseClass;
|
|
307
|
+
this.qm_1 = emptyList();
|
|
307
308
|
var tmp = this;
|
|
308
309
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
309
|
-
tmp.
|
|
310
|
+
tmp.rm_1 = lazy(tmp_0, PolymorphicSerializer$descriptor$delegate$lambda(this));
|
|
310
311
|
}
|
|
311
|
-
protoOf(PolymorphicSerializer).
|
|
312
|
-
return this.
|
|
312
|
+
protoOf(PolymorphicSerializer).sm = function () {
|
|
313
|
+
return this.pm_1;
|
|
313
314
|
};
|
|
314
|
-
protoOf(PolymorphicSerializer).
|
|
315
|
-
var tmp0 = this.
|
|
315
|
+
protoOf(PolymorphicSerializer).em = function () {
|
|
316
|
+
var tmp0 = this.rm_1;
|
|
316
317
|
var tmp = KProperty1;
|
|
317
318
|
// Inline function 'kotlin.getValue' call
|
|
318
319
|
getPropertyCallableRef('descriptor', 1, tmp, PolymorphicSerializer$_get_descriptor_$ref_8tw9if(), null);
|
|
319
|
-
return tmp0.
|
|
320
|
+
return tmp0.o1();
|
|
320
321
|
};
|
|
321
322
|
protoOf(PolymorphicSerializer).toString = function () {
|
|
322
|
-
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + toString(this.
|
|
323
|
+
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + toString(this.pm_1) + ')';
|
|
323
324
|
};
|
|
324
325
|
function findPolymorphicSerializer(_this__u8e3s4, encoder, value) {
|
|
325
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
326
|
+
var tmp0_elvis_lhs = _this__u8e3s4.um(encoder, value);
|
|
326
327
|
var tmp;
|
|
327
328
|
if (tmp0_elvis_lhs == null) {
|
|
328
|
-
throwSubtypeNotRegistered(getKClassFromExpression(value), _this__u8e3s4.
|
|
329
|
+
throwSubtypeNotRegistered(getKClassFromExpression(value), _this__u8e3s4.sm());
|
|
329
330
|
} else {
|
|
330
331
|
tmp = tmp0_elvis_lhs;
|
|
331
332
|
}
|
|
@@ -333,17 +334,17 @@
|
|
|
333
334
|
}
|
|
334
335
|
function SealedClassSerializer$_get_descriptor_$ref_m511rz() {
|
|
335
336
|
return function (p0) {
|
|
336
|
-
return p0.
|
|
337
|
+
return p0.em();
|
|
337
338
|
};
|
|
338
339
|
}
|
|
339
340
|
function SealedClassSerializer() {
|
|
340
341
|
}
|
|
341
|
-
protoOf(SealedClassSerializer).
|
|
342
|
-
var tmp0 = this.
|
|
342
|
+
protoOf(SealedClassSerializer).em = function () {
|
|
343
|
+
var tmp0 = this.vm_1;
|
|
343
344
|
var tmp = KProperty1;
|
|
344
345
|
// Inline function 'kotlin.getValue' call
|
|
345
346
|
getPropertyCallableRef('descriptor', 1, tmp, SealedClassSerializer$_get_descriptor_$ref_m511rz(), null);
|
|
346
|
-
return tmp0.
|
|
347
|
+
return tmp0.o1();
|
|
347
348
|
};
|
|
348
349
|
function SerializationException_init_$Init$($this) {
|
|
349
350
|
IllegalArgumentException_init_$Init$($this);
|
|
@@ -378,20 +379,20 @@
|
|
|
378
379
|
// Inline function 'kotlin.collections.map' call
|
|
379
380
|
// Inline function 'kotlin.collections.mapTo' call
|
|
380
381
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
381
|
-
var _iterator__ex2g4s = typeArguments.
|
|
382
|
-
while (_iterator__ex2g4s.
|
|
383
|
-
var item = _iterator__ex2g4s.
|
|
382
|
+
var _iterator__ex2g4s = typeArguments.t();
|
|
383
|
+
while (_iterator__ex2g4s.u()) {
|
|
384
|
+
var item = _iterator__ex2g4s.v();
|
|
384
385
|
var tmp$ret$0 = serializer(_this__u8e3s4, item);
|
|
385
|
-
destination.
|
|
386
|
+
destination.x(tmp$ret$0);
|
|
386
387
|
}
|
|
387
388
|
tmp = destination;
|
|
388
389
|
} else {
|
|
389
390
|
// Inline function 'kotlin.collections.map' call
|
|
390
391
|
// Inline function 'kotlin.collections.mapTo' call
|
|
391
392
|
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
392
|
-
var _iterator__ex2g4s_0 = typeArguments.
|
|
393
|
-
while (_iterator__ex2g4s_0.
|
|
394
|
-
var item_0 = _iterator__ex2g4s_0.
|
|
393
|
+
var _iterator__ex2g4s_0 = typeArguments.t();
|
|
394
|
+
while (_iterator__ex2g4s_0.u()) {
|
|
395
|
+
var item_0 = _iterator__ex2g4s_0.v();
|
|
395
396
|
var tmp0_elvis_lhs = serializerOrNull_0(_this__u8e3s4, item_0);
|
|
396
397
|
var tmp_0;
|
|
397
398
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -400,7 +401,7 @@
|
|
|
400
401
|
tmp_0 = tmp0_elvis_lhs;
|
|
401
402
|
}
|
|
402
403
|
var tmp$ret$3 = tmp_0;
|
|
403
|
-
destination_0.
|
|
404
|
+
destination_0.x(tmp$ret$3);
|
|
404
405
|
}
|
|
405
406
|
tmp = destination_0;
|
|
406
407
|
}
|
|
@@ -427,26 +428,26 @@
|
|
|
427
428
|
function builtinParametrizedSerializer(_this__u8e3s4, serializers, elementClassifierIfArray) {
|
|
428
429
|
var tmp;
|
|
429
430
|
if (_this__u8e3s4.equals(getKClass(Collection)) || _this__u8e3s4.equals(getKClass(KtList)) || (_this__u8e3s4.equals(getKClass(KtMutableList)) || _this__u8e3s4.equals(getKClass(ArrayList)))) {
|
|
430
|
-
tmp = new ArrayListSerializer(serializers.
|
|
431
|
+
tmp = new ArrayListSerializer(serializers.e1(0));
|
|
431
432
|
} else if (_this__u8e3s4.equals(getKClass(HashSet))) {
|
|
432
|
-
tmp = new HashSetSerializer(serializers.
|
|
433
|
+
tmp = new HashSetSerializer(serializers.e1(0));
|
|
433
434
|
} else if (_this__u8e3s4.equals(getKClass(KtSet)) || (_this__u8e3s4.equals(getKClass(KtMutableSet)) || _this__u8e3s4.equals(getKClass(LinkedHashSet)))) {
|
|
434
|
-
tmp = new LinkedHashSetSerializer(serializers.
|
|
435
|
+
tmp = new LinkedHashSetSerializer(serializers.e1(0));
|
|
435
436
|
} else if (_this__u8e3s4.equals(getKClass(HashMap))) {
|
|
436
|
-
tmp = new HashMapSerializer(serializers.
|
|
437
|
+
tmp = new HashMapSerializer(serializers.e1(0), serializers.e1(1));
|
|
437
438
|
} else if (_this__u8e3s4.equals(getKClass(KtMap)) || (_this__u8e3s4.equals(getKClass(KtMutableMap)) || _this__u8e3s4.equals(getKClass(LinkedHashMap)))) {
|
|
438
|
-
tmp = new LinkedHashMapSerializer(serializers.
|
|
439
|
+
tmp = new LinkedHashMapSerializer(serializers.e1(0), serializers.e1(1));
|
|
439
440
|
} else if (_this__u8e3s4.equals(getKClass(Entry))) {
|
|
440
|
-
tmp = MapEntrySerializer(serializers.
|
|
441
|
+
tmp = MapEntrySerializer(serializers.e1(0), serializers.e1(1));
|
|
441
442
|
} else if (_this__u8e3s4.equals(getKClass(Pair))) {
|
|
442
|
-
tmp = PairSerializer(serializers.
|
|
443
|
+
tmp = PairSerializer(serializers.e1(0), serializers.e1(1));
|
|
443
444
|
} else if (_this__u8e3s4.equals(getKClass(Triple))) {
|
|
444
|
-
tmp = TripleSerializer(serializers.
|
|
445
|
+
tmp = TripleSerializer(serializers.e1(0), serializers.e1(1), serializers.e1(2));
|
|
445
446
|
} else {
|
|
446
447
|
var tmp_0;
|
|
447
448
|
if (isReferenceArray(_this__u8e3s4)) {
|
|
448
449
|
var tmp_1 = elementClassifierIfArray();
|
|
449
|
-
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.
|
|
450
|
+
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.e1(0));
|
|
450
451
|
} else {
|
|
451
452
|
tmp_0 = null;
|
|
452
453
|
}
|
|
@@ -461,22 +462,22 @@
|
|
|
461
462
|
}
|
|
462
463
|
function serializerByKTypeImpl(_this__u8e3s4, type, failOnMissingTypeArgSerializer) {
|
|
463
464
|
var rootClass = kclass(type);
|
|
464
|
-
var isNullable = type.
|
|
465
|
+
var isNullable = type.l();
|
|
465
466
|
// Inline function 'kotlin.collections.map' call
|
|
466
|
-
var this_0 = type.
|
|
467
|
+
var this_0 = type.k();
|
|
467
468
|
// Inline function 'kotlin.collections.mapTo' call
|
|
468
469
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
469
|
-
var _iterator__ex2g4s = this_0.
|
|
470
|
-
while (_iterator__ex2g4s.
|
|
471
|
-
var item = _iterator__ex2g4s.
|
|
470
|
+
var _iterator__ex2g4s = this_0.t();
|
|
471
|
+
while (_iterator__ex2g4s.u()) {
|
|
472
|
+
var item = _iterator__ex2g4s.v();
|
|
472
473
|
var tmp$ret$0 = typeOrThrow(item);
|
|
473
|
-
destination.
|
|
474
|
+
destination.x(tmp$ret$0);
|
|
474
475
|
}
|
|
475
476
|
var typeArguments = destination;
|
|
476
477
|
var tmp;
|
|
477
|
-
if (typeArguments.
|
|
478
|
+
if (typeArguments.r()) {
|
|
478
479
|
var tmp_0;
|
|
479
|
-
if (isInterface_0(rootClass) && !(_this__u8e3s4.
|
|
480
|
+
if (isInterface_0(rootClass) && !(_this__u8e3s4.xm(rootClass) == null)) {
|
|
480
481
|
tmp_0 = null;
|
|
481
482
|
} else {
|
|
482
483
|
tmp_0 = findCachedSerializer(rootClass, isNullable);
|
|
@@ -484,7 +485,7 @@
|
|
|
484
485
|
tmp = tmp_0;
|
|
485
486
|
} else {
|
|
486
487
|
var tmp_1;
|
|
487
|
-
if (_this__u8e3s4.
|
|
488
|
+
if (_this__u8e3s4.wm()) {
|
|
488
489
|
tmp_1 = null;
|
|
489
490
|
} else {
|
|
490
491
|
// Inline function 'kotlin.Result.getOrNull' call
|
|
@@ -504,9 +505,9 @@
|
|
|
504
505
|
if (!(cachedSerializer == null))
|
|
505
506
|
return cachedSerializer;
|
|
506
507
|
var tmp_4;
|
|
507
|
-
if (typeArguments.
|
|
508
|
+
if (typeArguments.r()) {
|
|
508
509
|
var tmp0_elvis_lhs = serializerOrNull(rootClass);
|
|
509
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.
|
|
510
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.xm(rootClass) : tmp0_elvis_lhs;
|
|
510
511
|
var tmp_5;
|
|
511
512
|
if (tmp1_elvis_lhs == null) {
|
|
512
513
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -525,7 +526,7 @@
|
|
|
525
526
|
}
|
|
526
527
|
var serializers = tmp_6;
|
|
527
528
|
var tmp3_elvis_lhs = parametrizedSerializerOrNull(rootClass, serializers, serializerByKTypeImpl$lambda(typeArguments));
|
|
528
|
-
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.
|
|
529
|
+
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.ym(rootClass, serializers) : tmp3_elvis_lhs;
|
|
529
530
|
var tmp_7;
|
|
530
531
|
if (tmp4_elvis_lhs == null) {
|
|
531
532
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -553,7 +554,7 @@
|
|
|
553
554
|
}
|
|
554
555
|
function serializerByKTypeImpl$lambda($typeArguments) {
|
|
555
556
|
return function () {
|
|
556
|
-
return $typeArguments.
|
|
557
|
+
return $typeArguments.e1(0).j();
|
|
557
558
|
};
|
|
558
559
|
}
|
|
559
560
|
function get_SERIALIZERS_CACHE() {
|
|
@@ -580,7 +581,7 @@
|
|
|
580
581
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
581
582
|
var tmp;
|
|
582
583
|
if (!isNullable) {
|
|
583
|
-
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().
|
|
584
|
+
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().zm(clazz);
|
|
584
585
|
var tmp_0;
|
|
585
586
|
if (tmp0_safe_receiver == null) {
|
|
586
587
|
tmp_0 = null;
|
|
@@ -590,7 +591,7 @@
|
|
|
590
591
|
}
|
|
591
592
|
tmp = tmp_0;
|
|
592
593
|
} else {
|
|
593
|
-
tmp = get_SERIALIZERS_CACHE_NULLABLE().
|
|
594
|
+
tmp = get_SERIALIZERS_CACHE_NULLABLE().zm(clazz);
|
|
594
595
|
}
|
|
595
596
|
return tmp;
|
|
596
597
|
}
|
|
@@ -598,10 +599,10 @@
|
|
|
598
599
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
599
600
|
var tmp;
|
|
600
601
|
if (!isNullable) {
|
|
601
|
-
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().
|
|
602
|
+
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().an(clazz, types);
|
|
602
603
|
tmp = new Result(tmp_0) instanceof Result ? tmp_0 : THROW_CCE();
|
|
603
604
|
} else {
|
|
604
|
-
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().
|
|
605
|
+
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().an(clazz, types);
|
|
605
606
|
}
|
|
606
607
|
return tmp;
|
|
607
608
|
}
|
|
@@ -645,7 +646,7 @@
|
|
|
645
646
|
}
|
|
646
647
|
function PARAMETRIZED_SERIALIZERS_CACHE$lambda$lambda($types) {
|
|
647
648
|
return function () {
|
|
648
|
-
return $types.
|
|
649
|
+
return $types.e1(0).j();
|
|
649
650
|
};
|
|
650
651
|
}
|
|
651
652
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda(clazz, types) {
|
|
@@ -664,7 +665,7 @@
|
|
|
664
665
|
}
|
|
665
666
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda$lambda($types) {
|
|
666
667
|
return function () {
|
|
667
|
-
return $types.
|
|
668
|
+
return $types.e1(0).j();
|
|
668
669
|
};
|
|
669
670
|
}
|
|
670
671
|
var properties_initialized_SerializersCache_kt_q8kf25;
|
|
@@ -694,7 +695,7 @@
|
|
|
694
695
|
}
|
|
695
696
|
function get_nullable(_this__u8e3s4) {
|
|
696
697
|
var tmp;
|
|
697
|
-
if (_this__u8e3s4.
|
|
698
|
+
if (_this__u8e3s4.em().bn()) {
|
|
698
699
|
tmp = isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
699
700
|
} else {
|
|
700
701
|
tmp = new NullableSerializer(_this__u8e3s4);
|
|
@@ -792,12 +793,12 @@
|
|
|
792
793
|
return new ContextDescriptor(_this__u8e3s4, context);
|
|
793
794
|
}
|
|
794
795
|
function ContextDescriptor(original, kClass) {
|
|
795
|
-
this.
|
|
796
|
-
this.
|
|
797
|
-
this.
|
|
796
|
+
this.cn_1 = original;
|
|
797
|
+
this.dn_1 = kClass;
|
|
798
|
+
this.en_1 = this.cn_1.fn() + '<' + this.dn_1.o() + '>';
|
|
798
799
|
}
|
|
799
|
-
protoOf(ContextDescriptor).
|
|
800
|
-
return this.
|
|
800
|
+
protoOf(ContextDescriptor).fn = function () {
|
|
801
|
+
return this.en_1;
|
|
801
802
|
};
|
|
802
803
|
protoOf(ContextDescriptor).equals = function (other) {
|
|
803
804
|
var tmp0_elvis_lhs = other instanceof ContextDescriptor ? other : null;
|
|
@@ -808,36 +809,36 @@
|
|
|
808
809
|
tmp = tmp0_elvis_lhs;
|
|
809
810
|
}
|
|
810
811
|
var another = tmp;
|
|
811
|
-
return equals(this.
|
|
812
|
+
return equals(this.cn_1, another.cn_1) && another.dn_1.equals(this.dn_1);
|
|
812
813
|
};
|
|
813
814
|
protoOf(ContextDescriptor).hashCode = function () {
|
|
814
|
-
var result = this.
|
|
815
|
-
result = imul(31, result) + getStringHashCode(this.
|
|
815
|
+
var result = this.dn_1.hashCode();
|
|
816
|
+
result = imul(31, result) + getStringHashCode(this.en_1) | 0;
|
|
816
817
|
return result;
|
|
817
818
|
};
|
|
818
819
|
protoOf(ContextDescriptor).toString = function () {
|
|
819
|
-
return 'ContextDescriptor(kClass: ' + toString(this.
|
|
820
|
+
return 'ContextDescriptor(kClass: ' + toString(this.dn_1) + ', original: ' + toString(this.cn_1) + ')';
|
|
820
821
|
};
|
|
821
|
-
protoOf(ContextDescriptor).
|
|
822
|
-
return this.
|
|
822
|
+
protoOf(ContextDescriptor).gn = function () {
|
|
823
|
+
return this.cn_1.gn();
|
|
823
824
|
};
|
|
824
|
-
protoOf(ContextDescriptor).
|
|
825
|
-
return this.
|
|
825
|
+
protoOf(ContextDescriptor).bn = function () {
|
|
826
|
+
return this.cn_1.bn();
|
|
826
827
|
};
|
|
827
|
-
protoOf(ContextDescriptor).
|
|
828
|
-
return this.
|
|
828
|
+
protoOf(ContextDescriptor).hn = function () {
|
|
829
|
+
return this.cn_1.hn();
|
|
829
830
|
};
|
|
830
|
-
protoOf(ContextDescriptor).
|
|
831
|
-
return this.
|
|
831
|
+
protoOf(ContextDescriptor).in = function () {
|
|
832
|
+
return this.cn_1.in();
|
|
832
833
|
};
|
|
833
|
-
protoOf(ContextDescriptor).
|
|
834
|
-
return this.
|
|
834
|
+
protoOf(ContextDescriptor).jn = function () {
|
|
835
|
+
return this.cn_1.jn();
|
|
835
836
|
};
|
|
836
|
-
protoOf(ContextDescriptor).
|
|
837
|
-
return this.
|
|
837
|
+
protoOf(ContextDescriptor).kn = function (index) {
|
|
838
|
+
return this.cn_1.kn(index);
|
|
838
839
|
};
|
|
839
|
-
protoOf(ContextDescriptor).
|
|
840
|
-
return this.
|
|
840
|
+
protoOf(ContextDescriptor).ln = function (index) {
|
|
841
|
+
return this.cn_1.ln(index);
|
|
841
842
|
};
|
|
842
843
|
function getContextualDescriptor(_this__u8e3s4, descriptor) {
|
|
843
844
|
var tmp0_safe_receiver = get_capturedKClass(descriptor);
|
|
@@ -846,18 +847,18 @@
|
|
|
846
847
|
tmp = null;
|
|
847
848
|
} else {
|
|
848
849
|
// Inline function 'kotlin.let' call
|
|
849
|
-
var tmp0_safe_receiver_0 = _this__u8e3s4.
|
|
850
|
-
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
850
|
+
var tmp0_safe_receiver_0 = _this__u8e3s4.xm(tmp0_safe_receiver);
|
|
851
|
+
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.em();
|
|
851
852
|
}
|
|
852
853
|
return tmp;
|
|
853
854
|
}
|
|
854
855
|
function get_capturedKClass(_this__u8e3s4) {
|
|
855
856
|
var tmp;
|
|
856
857
|
if (_this__u8e3s4 instanceof ContextDescriptor) {
|
|
857
|
-
tmp = _this__u8e3s4.
|
|
858
|
+
tmp = _this__u8e3s4.dn_1;
|
|
858
859
|
} else {
|
|
859
860
|
if (_this__u8e3s4 instanceof SerialDescriptorForNullable) {
|
|
860
|
-
tmp = get_capturedKClass(_this__u8e3s4.
|
|
861
|
+
tmp = get_capturedKClass(_this__u8e3s4.mn_1);
|
|
861
862
|
} else {
|
|
862
863
|
tmp = null;
|
|
863
864
|
}
|
|
@@ -871,23 +872,23 @@
|
|
|
871
872
|
return new elementDescriptors$$inlined$Iterable$1(_this__u8e3s4);
|
|
872
873
|
}
|
|
873
874
|
function elementDescriptors$1($this_elementDescriptors) {
|
|
874
|
-
this.
|
|
875
|
-
this.
|
|
875
|
+
this.qn_1 = $this_elementDescriptors;
|
|
876
|
+
this.pn_1 = $this_elementDescriptors.in();
|
|
876
877
|
}
|
|
877
|
-
protoOf(elementDescriptors$1).
|
|
878
|
-
return this.
|
|
878
|
+
protoOf(elementDescriptors$1).u = function () {
|
|
879
|
+
return this.pn_1 > 0;
|
|
879
880
|
};
|
|
880
|
-
protoOf(elementDescriptors$1).
|
|
881
|
-
var tmp = this.
|
|
882
|
-
var _unary__edvuaz = this.
|
|
883
|
-
this.
|
|
884
|
-
return this.
|
|
881
|
+
protoOf(elementDescriptors$1).v = function () {
|
|
882
|
+
var tmp = this.qn_1.in();
|
|
883
|
+
var _unary__edvuaz = this.pn_1;
|
|
884
|
+
this.pn_1 = _unary__edvuaz - 1 | 0;
|
|
885
|
+
return this.qn_1.ln(tmp - _unary__edvuaz | 0);
|
|
885
886
|
};
|
|
886
887
|
function elementDescriptors$$inlined$Iterable$1($this_elementDescriptors) {
|
|
887
|
-
this.
|
|
888
|
+
this.rn_1 = $this_elementDescriptors;
|
|
888
889
|
}
|
|
889
|
-
protoOf(elementDescriptors$$inlined$Iterable$1).
|
|
890
|
-
return new elementDescriptors$1(this.
|
|
890
|
+
protoOf(elementDescriptors$$inlined$Iterable$1).t = function () {
|
|
891
|
+
return new elementDescriptors$1(this.rn_1);
|
|
891
892
|
};
|
|
892
893
|
function buildClassSerialDescriptor(serialName, typeParameters, builderAction) {
|
|
893
894
|
var tmp;
|
|
@@ -905,42 +906,42 @@
|
|
|
905
906
|
}
|
|
906
907
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
907
908
|
builderAction(sdBuilder);
|
|
908
|
-
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.
|
|
909
|
+
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.jm_1.f1(), toList(typeParameters), sdBuilder);
|
|
909
910
|
}
|
|
910
911
|
function ClassSerialDescriptorBuilder(serialName) {
|
|
911
|
-
this.
|
|
912
|
-
this.
|
|
913
|
-
this.
|
|
914
|
-
this.fm_1 = ArrayList_init_$Create$_0();
|
|
915
|
-
this.gm_1 = HashSet_init_$Create$();
|
|
916
|
-
this.hm_1 = ArrayList_init_$Create$_0();
|
|
917
|
-
this.im_1 = ArrayList_init_$Create$_0();
|
|
912
|
+
this.gm_1 = serialName;
|
|
913
|
+
this.hm_1 = false;
|
|
914
|
+
this.im_1 = emptyList();
|
|
918
915
|
this.jm_1 = ArrayList_init_$Create$_0();
|
|
916
|
+
this.km_1 = HashSet_init_$Create$();
|
|
917
|
+
this.lm_1 = ArrayList_init_$Create$_0();
|
|
918
|
+
this.mm_1 = ArrayList_init_$Create$_0();
|
|
919
|
+
this.nm_1 = ArrayList_init_$Create$_0();
|
|
919
920
|
}
|
|
920
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
921
|
+
protoOf(ClassSerialDescriptorBuilder).sn = function (elementName, descriptor, annotations, isOptional) {
|
|
921
922
|
// Inline function 'kotlin.require' call
|
|
922
|
-
if (!this.
|
|
923
|
-
var message = "Element with name '" + elementName + "' is already registered in " + this.
|
|
923
|
+
if (!this.km_1.x(elementName)) {
|
|
924
|
+
var message = "Element with name '" + elementName + "' is already registered in " + this.gm_1;
|
|
924
925
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
925
926
|
}
|
|
926
927
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
927
|
-
this.
|
|
928
|
+
this.jm_1.x(elementName);
|
|
928
929
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
929
|
-
this.
|
|
930
|
+
this.lm_1.x(descriptor);
|
|
930
931
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
931
|
-
this.
|
|
932
|
+
this.mm_1.x(annotations);
|
|
932
933
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
933
|
-
this.
|
|
934
|
+
this.nm_1.x(isOptional);
|
|
934
935
|
};
|
|
935
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
936
|
+
protoOf(ClassSerialDescriptorBuilder).om = function (elementName, descriptor, annotations, isOptional, $super) {
|
|
936
937
|
annotations = annotations === VOID ? emptyList() : annotations;
|
|
937
938
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
938
939
|
var tmp;
|
|
939
940
|
if ($super === VOID) {
|
|
940
|
-
this.
|
|
941
|
+
this.sn(elementName, descriptor, annotations, isOptional);
|
|
941
942
|
tmp = Unit_instance;
|
|
942
943
|
} else {
|
|
943
|
-
tmp = $super.
|
|
944
|
+
tmp = $super.sn.call(this, elementName, descriptor, annotations, isOptional);
|
|
944
945
|
}
|
|
945
946
|
return tmp;
|
|
946
947
|
};
|
|
@@ -965,18 +966,18 @@
|
|
|
965
966
|
}
|
|
966
967
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
967
968
|
builder(sdBuilder);
|
|
968
|
-
return new SerialDescriptorImpl(serialName, kind, sdBuilder.
|
|
969
|
+
return new SerialDescriptorImpl(serialName, kind, sdBuilder.jm_1.f1(), toList(typeParameters), sdBuilder);
|
|
969
970
|
}
|
|
970
971
|
function _get__hashCode__tgwhef($this) {
|
|
971
|
-
var tmp0 = $this.
|
|
972
|
+
var tmp0 = $this.eo_1;
|
|
972
973
|
var tmp = KProperty1;
|
|
973
974
|
// Inline function 'kotlin.getValue' call
|
|
974
975
|
getPropertyCallableRef('_hashCode', 1, tmp, SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp(), null);
|
|
975
|
-
return tmp0.
|
|
976
|
+
return tmp0.o1();
|
|
976
977
|
}
|
|
977
978
|
function SerialDescriptorImpl$_hashCode$delegate$lambda(this$0) {
|
|
978
979
|
return function () {
|
|
979
|
-
return hashCodeImpl(this$0, this$0.
|
|
980
|
+
return hashCodeImpl(this$0, this$0.do_1);
|
|
980
981
|
};
|
|
981
982
|
}
|
|
982
983
|
function SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp() {
|
|
@@ -985,57 +986,57 @@
|
|
|
985
986
|
};
|
|
986
987
|
}
|
|
987
988
|
function SerialDescriptorImpl(serialName, kind, elementsCount, typeParameters, builder) {
|
|
988
|
-
this.
|
|
989
|
-
this.
|
|
990
|
-
this.
|
|
991
|
-
this.
|
|
992
|
-
this.
|
|
989
|
+
this.tn_1 = serialName;
|
|
990
|
+
this.un_1 = kind;
|
|
991
|
+
this.vn_1 = elementsCount;
|
|
992
|
+
this.wn_1 = builder.im_1;
|
|
993
|
+
this.xn_1 = toHashSet(builder.jm_1);
|
|
993
994
|
var tmp = this;
|
|
994
995
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
995
|
-
var this_0 = builder.
|
|
996
|
-
tmp.
|
|
997
|
-
this.
|
|
996
|
+
var this_0 = builder.jm_1;
|
|
997
|
+
tmp.yn_1 = copyToArray(this_0);
|
|
998
|
+
this.zn_1 = compactArray(builder.lm_1);
|
|
998
999
|
var tmp_0 = this;
|
|
999
1000
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1000
|
-
var this_1 = builder.
|
|
1001
|
-
tmp_0.
|
|
1002
|
-
this.
|
|
1001
|
+
var this_1 = builder.mm_1;
|
|
1002
|
+
tmp_0.ao_1 = copyToArray(this_1);
|
|
1003
|
+
this.bo_1 = toBooleanArray(builder.nm_1);
|
|
1003
1004
|
var tmp_1 = this;
|
|
1004
1005
|
// Inline function 'kotlin.collections.map' call
|
|
1005
|
-
var this_2 = withIndex(this.
|
|
1006
|
+
var this_2 = withIndex(this.yn_1);
|
|
1006
1007
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1007
1008
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_2, 10));
|
|
1008
|
-
var _iterator__ex2g4s = this_2.
|
|
1009
|
-
while (_iterator__ex2g4s.
|
|
1010
|
-
var item = _iterator__ex2g4s.
|
|
1011
|
-
var tmp$ret$2 = to(item.
|
|
1012
|
-
destination.
|
|
1013
|
-
}
|
|
1014
|
-
tmp_1.
|
|
1015
|
-
this.
|
|
1009
|
+
var _iterator__ex2g4s = this_2.t();
|
|
1010
|
+
while (_iterator__ex2g4s.u()) {
|
|
1011
|
+
var item = _iterator__ex2g4s.v();
|
|
1012
|
+
var tmp$ret$2 = to(item.md_1, item.ld_1);
|
|
1013
|
+
destination.x(tmp$ret$2);
|
|
1014
|
+
}
|
|
1015
|
+
tmp_1.co_1 = toMap(destination);
|
|
1016
|
+
this.do_1 = compactArray(typeParameters);
|
|
1016
1017
|
var tmp_2 = this;
|
|
1017
|
-
tmp_2.
|
|
1018
|
+
tmp_2.eo_1 = lazy_0(SerialDescriptorImpl$_hashCode$delegate$lambda(this));
|
|
1018
1019
|
}
|
|
1019
|
-
protoOf(SerialDescriptorImpl).
|
|
1020
|
-
return this.
|
|
1020
|
+
protoOf(SerialDescriptorImpl).fn = function () {
|
|
1021
|
+
return this.tn_1;
|
|
1021
1022
|
};
|
|
1022
|
-
protoOf(SerialDescriptorImpl).
|
|
1023
|
-
return this.
|
|
1023
|
+
protoOf(SerialDescriptorImpl).gn = function () {
|
|
1024
|
+
return this.un_1;
|
|
1024
1025
|
};
|
|
1025
|
-
protoOf(SerialDescriptorImpl).
|
|
1026
|
-
return this.
|
|
1026
|
+
protoOf(SerialDescriptorImpl).in = function () {
|
|
1027
|
+
return this.vn_1;
|
|
1027
1028
|
};
|
|
1028
|
-
protoOf(SerialDescriptorImpl).
|
|
1029
|
-
return this.
|
|
1029
|
+
protoOf(SerialDescriptorImpl).jn = function () {
|
|
1030
|
+
return this.wn_1;
|
|
1030
1031
|
};
|
|
1031
|
-
protoOf(SerialDescriptorImpl).
|
|
1032
|
-
return this.
|
|
1032
|
+
protoOf(SerialDescriptorImpl).fo = function () {
|
|
1033
|
+
return this.xn_1;
|
|
1033
1034
|
};
|
|
1034
|
-
protoOf(SerialDescriptorImpl).
|
|
1035
|
-
return getChecked(this.
|
|
1035
|
+
protoOf(SerialDescriptorImpl).kn = function (index) {
|
|
1036
|
+
return getChecked(this.yn_1, index);
|
|
1036
1037
|
};
|
|
1037
|
-
protoOf(SerialDescriptorImpl).
|
|
1038
|
-
return getChecked(this.
|
|
1038
|
+
protoOf(SerialDescriptorImpl).ln = function (index) {
|
|
1039
|
+
return getChecked(this.zn_1, index);
|
|
1039
1040
|
};
|
|
1040
1041
|
protoOf(SerialDescriptorImpl).equals = function (other) {
|
|
1041
1042
|
var tmp$ret$0;
|
|
@@ -1049,29 +1050,29 @@
|
|
|
1049
1050
|
tmp$ret$0 = false;
|
|
1050
1051
|
break $l$block_5;
|
|
1051
1052
|
}
|
|
1052
|
-
if (!(this.
|
|
1053
|
+
if (!(this.fn() === other.fn())) {
|
|
1053
1054
|
tmp$ret$0 = false;
|
|
1054
1055
|
break $l$block_5;
|
|
1055
1056
|
}
|
|
1056
|
-
if (!contentEquals(this.
|
|
1057
|
+
if (!contentEquals(this.do_1, other.do_1)) {
|
|
1057
1058
|
tmp$ret$0 = false;
|
|
1058
1059
|
break $l$block_5;
|
|
1059
1060
|
}
|
|
1060
|
-
if (!(this.
|
|
1061
|
+
if (!(this.in() === other.in())) {
|
|
1061
1062
|
tmp$ret$0 = false;
|
|
1062
1063
|
break $l$block_5;
|
|
1063
1064
|
}
|
|
1064
1065
|
var inductionVariable = 0;
|
|
1065
|
-
var last = this.
|
|
1066
|
+
var last = this.in();
|
|
1066
1067
|
if (inductionVariable < last)
|
|
1067
1068
|
do {
|
|
1068
1069
|
var index = inductionVariable;
|
|
1069
1070
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1070
|
-
if (!(this.
|
|
1071
|
+
if (!(this.ln(index).fn() === other.ln(index).fn())) {
|
|
1071
1072
|
tmp$ret$0 = false;
|
|
1072
1073
|
break $l$block_5;
|
|
1073
1074
|
}
|
|
1074
|
-
if (!equals(this.
|
|
1075
|
+
if (!equals(this.ln(index).gn(), other.ln(index).gn())) {
|
|
1075
1076
|
tmp$ret$0 = false;
|
|
1076
1077
|
break $l$block_5;
|
|
1077
1078
|
}
|
|
@@ -1222,7 +1223,7 @@
|
|
|
1222
1223
|
function SerialKind() {
|
|
1223
1224
|
}
|
|
1224
1225
|
protoOf(SerialKind).toString = function () {
|
|
1225
|
-
return ensureNotNull(getKClassFromExpression(this).
|
|
1226
|
+
return ensureNotNull(getKClassFromExpression(this).o());
|
|
1226
1227
|
};
|
|
1227
1228
|
protoOf(SerialKind).hashCode = function () {
|
|
1228
1229
|
return getStringHashCode(this.toString());
|
|
@@ -1272,106 +1273,106 @@
|
|
|
1272
1273
|
}
|
|
1273
1274
|
function AbstractEncoder() {
|
|
1274
1275
|
}
|
|
1275
|
-
protoOf(AbstractEncoder).
|
|
1276
|
+
protoOf(AbstractEncoder).go = function (descriptor) {
|
|
1276
1277
|
return this;
|
|
1277
1278
|
};
|
|
1278
|
-
protoOf(AbstractEncoder).
|
|
1279
|
+
protoOf(AbstractEncoder).ho = function (descriptor) {
|
|
1279
1280
|
};
|
|
1280
|
-
protoOf(AbstractEncoder).
|
|
1281
|
+
protoOf(AbstractEncoder).io = function (descriptor, index) {
|
|
1281
1282
|
return true;
|
|
1282
1283
|
};
|
|
1283
|
-
protoOf(AbstractEncoder).
|
|
1284
|
+
protoOf(AbstractEncoder).jo = function (value) {
|
|
1284
1285
|
throw SerializationException_init_$Create$_0('Non-serializable ' + toString(getKClassFromExpression(value)) + ' is not supported by ' + toString(getKClassFromExpression(this)) + ' encoder');
|
|
1285
1286
|
};
|
|
1286
|
-
protoOf(AbstractEncoder).
|
|
1287
|
+
protoOf(AbstractEncoder).ko = function () {
|
|
1287
1288
|
throw SerializationException_init_$Create$_0("'null' is not supported by default");
|
|
1288
1289
|
};
|
|
1289
|
-
protoOf(AbstractEncoder).ho = function (value) {
|
|
1290
|
-
return this.fo(value);
|
|
1291
|
-
};
|
|
1292
|
-
protoOf(AbstractEncoder).io = function (value) {
|
|
1293
|
-
return this.fo(value);
|
|
1294
|
-
};
|
|
1295
|
-
protoOf(AbstractEncoder).jo = function (value) {
|
|
1296
|
-
return this.fo(value);
|
|
1297
|
-
};
|
|
1298
|
-
protoOf(AbstractEncoder).ko = function (value) {
|
|
1299
|
-
return this.fo(value);
|
|
1300
|
-
};
|
|
1301
1290
|
protoOf(AbstractEncoder).lo = function (value) {
|
|
1302
|
-
return this.
|
|
1291
|
+
return this.jo(value);
|
|
1303
1292
|
};
|
|
1304
1293
|
protoOf(AbstractEncoder).mo = function (value) {
|
|
1305
|
-
return this.
|
|
1294
|
+
return this.jo(value);
|
|
1306
1295
|
};
|
|
1307
1296
|
protoOf(AbstractEncoder).no = function (value) {
|
|
1308
|
-
return this.
|
|
1297
|
+
return this.jo(value);
|
|
1309
1298
|
};
|
|
1310
1299
|
protoOf(AbstractEncoder).oo = function (value) {
|
|
1311
|
-
return this.
|
|
1300
|
+
return this.jo(value);
|
|
1312
1301
|
};
|
|
1313
1302
|
protoOf(AbstractEncoder).po = function (value) {
|
|
1314
|
-
return this.
|
|
1303
|
+
return this.jo(value);
|
|
1315
1304
|
};
|
|
1316
|
-
protoOf(AbstractEncoder).qo = function (
|
|
1317
|
-
return this;
|
|
1305
|
+
protoOf(AbstractEncoder).qo = function (value) {
|
|
1306
|
+
return this.jo(value);
|
|
1318
1307
|
};
|
|
1319
|
-
protoOf(AbstractEncoder).ro = function (
|
|
1320
|
-
|
|
1321
|
-
this.ho(value);
|
|
1322
|
-
}
|
|
1308
|
+
protoOf(AbstractEncoder).ro = function (value) {
|
|
1309
|
+
return this.jo(value);
|
|
1323
1310
|
};
|
|
1324
|
-
protoOf(AbstractEncoder).so = function (
|
|
1325
|
-
|
|
1326
|
-
this.io(value);
|
|
1327
|
-
}
|
|
1311
|
+
protoOf(AbstractEncoder).so = function (value) {
|
|
1312
|
+
return this.jo(new Char(value));
|
|
1328
1313
|
};
|
|
1329
|
-
protoOf(AbstractEncoder).to = function (
|
|
1330
|
-
|
|
1331
|
-
this.jo(value);
|
|
1332
|
-
}
|
|
1314
|
+
protoOf(AbstractEncoder).to = function (value) {
|
|
1315
|
+
return this.jo(value);
|
|
1333
1316
|
};
|
|
1334
|
-
protoOf(AbstractEncoder).uo = function (descriptor
|
|
1335
|
-
|
|
1336
|
-
this.ko(value);
|
|
1337
|
-
}
|
|
1317
|
+
protoOf(AbstractEncoder).uo = function (descriptor) {
|
|
1318
|
+
return this;
|
|
1338
1319
|
};
|
|
1339
1320
|
protoOf(AbstractEncoder).vo = function (descriptor, index, value) {
|
|
1340
|
-
if (this.
|
|
1321
|
+
if (this.io(descriptor, index)) {
|
|
1341
1322
|
this.lo(value);
|
|
1342
1323
|
}
|
|
1343
1324
|
};
|
|
1344
1325
|
protoOf(AbstractEncoder).wo = function (descriptor, index, value) {
|
|
1345
|
-
if (this.
|
|
1326
|
+
if (this.io(descriptor, index)) {
|
|
1346
1327
|
this.mo(value);
|
|
1347
1328
|
}
|
|
1348
1329
|
};
|
|
1349
1330
|
protoOf(AbstractEncoder).xo = function (descriptor, index, value) {
|
|
1350
|
-
if (this.
|
|
1331
|
+
if (this.io(descriptor, index)) {
|
|
1351
1332
|
this.no(value);
|
|
1352
1333
|
}
|
|
1353
1334
|
};
|
|
1354
1335
|
protoOf(AbstractEncoder).yo = function (descriptor, index, value) {
|
|
1355
|
-
if (this.
|
|
1336
|
+
if (this.io(descriptor, index)) {
|
|
1356
1337
|
this.oo(value);
|
|
1357
1338
|
}
|
|
1358
1339
|
};
|
|
1359
1340
|
protoOf(AbstractEncoder).zo = function (descriptor, index, value) {
|
|
1360
|
-
if (this.
|
|
1341
|
+
if (this.io(descriptor, index)) {
|
|
1361
1342
|
this.po(value);
|
|
1362
1343
|
}
|
|
1363
1344
|
};
|
|
1364
|
-
protoOf(AbstractEncoder).ap = function (descriptor, index) {
|
|
1365
|
-
|
|
1345
|
+
protoOf(AbstractEncoder).ap = function (descriptor, index, value) {
|
|
1346
|
+
if (this.io(descriptor, index)) {
|
|
1347
|
+
this.qo(value);
|
|
1348
|
+
}
|
|
1366
1349
|
};
|
|
1367
|
-
protoOf(AbstractEncoder).bp = function (descriptor, index,
|
|
1368
|
-
if (this.
|
|
1369
|
-
this.
|
|
1350
|
+
protoOf(AbstractEncoder).bp = function (descriptor, index, value) {
|
|
1351
|
+
if (this.io(descriptor, index)) {
|
|
1352
|
+
this.ro(value);
|
|
1370
1353
|
}
|
|
1371
1354
|
};
|
|
1372
|
-
protoOf(AbstractEncoder).
|
|
1373
|
-
if (this.
|
|
1374
|
-
this.
|
|
1355
|
+
protoOf(AbstractEncoder).cp = function (descriptor, index, value) {
|
|
1356
|
+
if (this.io(descriptor, index)) {
|
|
1357
|
+
this.so(value);
|
|
1358
|
+
}
|
|
1359
|
+
};
|
|
1360
|
+
protoOf(AbstractEncoder).dp = function (descriptor, index, value) {
|
|
1361
|
+
if (this.io(descriptor, index)) {
|
|
1362
|
+
this.to(value);
|
|
1363
|
+
}
|
|
1364
|
+
};
|
|
1365
|
+
protoOf(AbstractEncoder).ep = function (descriptor, index) {
|
|
1366
|
+
return this.io(descriptor, index) ? this.uo(descriptor.ln(index)) : NoOpEncoder_getInstance();
|
|
1367
|
+
};
|
|
1368
|
+
protoOf(AbstractEncoder).fp = function (descriptor, index, serializer, value) {
|
|
1369
|
+
if (this.io(descriptor, index)) {
|
|
1370
|
+
this.gp(serializer, value);
|
|
1371
|
+
}
|
|
1372
|
+
};
|
|
1373
|
+
protoOf(AbstractEncoder).hp = function (descriptor, index, serializer, value) {
|
|
1374
|
+
if (this.io(descriptor, index)) {
|
|
1375
|
+
this.ip(serializer, value);
|
|
1375
1376
|
}
|
|
1376
1377
|
};
|
|
1377
1378
|
function Encoder() {
|
|
@@ -1380,50 +1381,50 @@
|
|
|
1380
1381
|
}
|
|
1381
1382
|
function AbstractPolymorphicSerializer() {
|
|
1382
1383
|
}
|
|
1383
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1384
|
+
protoOf(AbstractPolymorphicSerializer).tm = function (encoder, value) {
|
|
1384
1385
|
var actualSerializer = findPolymorphicSerializer(this, encoder, value);
|
|
1385
1386
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
1386
|
-
var descriptor = this.
|
|
1387
|
-
var composite = encoder.
|
|
1388
|
-
composite.
|
|
1389
|
-
var tmp = this.
|
|
1387
|
+
var descriptor = this.em();
|
|
1388
|
+
var composite = encoder.go(descriptor);
|
|
1389
|
+
composite.dp(this.em(), 0, actualSerializer.em().fn());
|
|
1390
|
+
var tmp = this.em();
|
|
1390
1391
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
1391
1392
|
var tmp$ret$0 = isInterface(actualSerializer, SerializationStrategy) ? actualSerializer : THROW_CCE();
|
|
1392
|
-
composite.
|
|
1393
|
-
composite.
|
|
1393
|
+
composite.fp(tmp, 1, tmp$ret$0, value);
|
|
1394
|
+
composite.ho(descriptor);
|
|
1394
1395
|
};
|
|
1395
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1396
|
-
return this.
|
|
1396
|
+
protoOf(AbstractPolymorphicSerializer).fm = function (encoder, value) {
|
|
1397
|
+
return this.tm(encoder, !(value == null) ? value : THROW_CCE());
|
|
1397
1398
|
};
|
|
1398
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1399
|
-
return encoder.
|
|
1399
|
+
protoOf(AbstractPolymorphicSerializer).um = function (encoder, value) {
|
|
1400
|
+
return encoder.jp().np(this.sm(), value);
|
|
1400
1401
|
};
|
|
1401
1402
|
function throwSubtypeNotRegistered(subClass, baseClass) {
|
|
1402
|
-
var tmp0_elvis_lhs = subClass.
|
|
1403
|
+
var tmp0_elvis_lhs = subClass.o();
|
|
1403
1404
|
throwSubtypeNotRegistered_0(tmp0_elvis_lhs == null ? toString(subClass) : tmp0_elvis_lhs, baseClass);
|
|
1404
1405
|
}
|
|
1405
1406
|
function throwSubtypeNotRegistered_0(subClassName, baseClass) {
|
|
1406
|
-
var scope = "in the polymorphic scope of '" + baseClass.
|
|
1407
|
-
throw SerializationException_init_$Create$_0(subClassName == null ? 'Class discriminator was missing and no default serializers were registered ' + scope + '.' : "Serializer for subclass '" + subClassName + "' is not found " + scope + '.\n' + ("Check if class with serial name '" + subClassName + "' exists and serializer is registered in a corresponding SerializersModule.\n") + ("To be registered automatically, class '" + subClassName + "' has to be '@Serializable', and the base class '" + baseClass.
|
|
1407
|
+
var scope = "in the polymorphic scope of '" + baseClass.o() + "'";
|
|
1408
|
+
throw SerializationException_init_$Create$_0(subClassName == null ? 'Class discriminator was missing and no default serializers were registered ' + scope + '.' : "Serializer for subclass '" + subClassName + "' is not found " + scope + '.\n' + ("Check if class with serial name '" + subClassName + "' exists and serializer is registered in a corresponding SerializersModule.\n") + ("To be registered automatically, class '" + subClassName + "' has to be '@Serializable', and the base class '" + baseClass.o() + "' has to be sealed and '@Serializable'."));
|
|
1408
1409
|
}
|
|
1409
1410
|
function NothingSerializer_0() {
|
|
1410
1411
|
NothingSerializer_instance = this;
|
|
1411
|
-
this.
|
|
1412
|
+
this.op_1 = NothingSerialDescriptor_getInstance();
|
|
1412
1413
|
}
|
|
1413
|
-
protoOf(NothingSerializer_0).
|
|
1414
|
-
return this.
|
|
1414
|
+
protoOf(NothingSerializer_0).em = function () {
|
|
1415
|
+
return this.op_1;
|
|
1415
1416
|
};
|
|
1416
|
-
protoOf(NothingSerializer_0).
|
|
1417
|
+
protoOf(NothingSerializer_0).pp = function (encoder, value) {
|
|
1417
1418
|
throw SerializationException_init_$Create$_0("'kotlin.Nothing' cannot be serialized");
|
|
1418
1419
|
};
|
|
1419
|
-
protoOf(NothingSerializer_0).
|
|
1420
|
+
protoOf(NothingSerializer_0).fm = function (encoder, value) {
|
|
1420
1421
|
var tmp;
|
|
1421
1422
|
if (false) {
|
|
1422
1423
|
tmp = value;
|
|
1423
1424
|
} else {
|
|
1424
1425
|
tmp = THROW_CCE();
|
|
1425
1426
|
}
|
|
1426
|
-
return this.
|
|
1427
|
+
return this.pp(encoder, tmp);
|
|
1427
1428
|
};
|
|
1428
1429
|
var NothingSerializer_instance;
|
|
1429
1430
|
function NothingSerializer_getInstance() {
|
|
@@ -1433,16 +1434,16 @@
|
|
|
1433
1434
|
}
|
|
1434
1435
|
function DurationSerializer() {
|
|
1435
1436
|
DurationSerializer_instance = this;
|
|
1436
|
-
this.
|
|
1437
|
+
this.qp_1 = new PrimitiveSerialDescriptor('kotlin.time.Duration', STRING_getInstance());
|
|
1437
1438
|
}
|
|
1438
|
-
protoOf(DurationSerializer).
|
|
1439
|
-
return this.
|
|
1439
|
+
protoOf(DurationSerializer).em = function () {
|
|
1440
|
+
return this.qp_1;
|
|
1440
1441
|
};
|
|
1441
|
-
protoOf(DurationSerializer).
|
|
1442
|
-
encoder.
|
|
1442
|
+
protoOf(DurationSerializer).rp = function (encoder, value) {
|
|
1443
|
+
encoder.to(Duration__toIsoString_impl_9h6wsm(value));
|
|
1443
1444
|
};
|
|
1444
|
-
protoOf(DurationSerializer).
|
|
1445
|
-
return this.
|
|
1445
|
+
protoOf(DurationSerializer).fm = function (encoder, value) {
|
|
1446
|
+
return this.rp(encoder, value instanceof Duration ? value.rg_1 : THROW_CCE());
|
|
1446
1447
|
};
|
|
1447
1448
|
var DurationSerializer_instance;
|
|
1448
1449
|
function DurationSerializer_getInstance() {
|
|
@@ -1452,16 +1453,16 @@
|
|
|
1452
1453
|
}
|
|
1453
1454
|
function InstantSerializer() {
|
|
1454
1455
|
InstantSerializer_instance = this;
|
|
1455
|
-
this.
|
|
1456
|
+
this.sp_1 = new PrimitiveSerialDescriptor('kotlin.time.Instant', STRING_getInstance());
|
|
1456
1457
|
}
|
|
1457
|
-
protoOf(InstantSerializer).
|
|
1458
|
-
return this.
|
|
1458
|
+
protoOf(InstantSerializer).em = function () {
|
|
1459
|
+
return this.sp_1;
|
|
1459
1460
|
};
|
|
1460
|
-
protoOf(InstantSerializer).
|
|
1461
|
-
encoder.
|
|
1461
|
+
protoOf(InstantSerializer).tp = function (encoder, value) {
|
|
1462
|
+
encoder.to(value.toString());
|
|
1462
1463
|
};
|
|
1463
|
-
protoOf(InstantSerializer).
|
|
1464
|
-
return this.
|
|
1464
|
+
protoOf(InstantSerializer).fm = function (encoder, value) {
|
|
1465
|
+
return this.tp(encoder, value instanceof Instant ? value : THROW_CCE());
|
|
1465
1466
|
};
|
|
1466
1467
|
var InstantSerializer_instance;
|
|
1467
1468
|
function InstantSerializer_getInstance() {
|
|
@@ -1471,16 +1472,16 @@
|
|
|
1471
1472
|
}
|
|
1472
1473
|
function UuidSerializer() {
|
|
1473
1474
|
UuidSerializer_instance = this;
|
|
1474
|
-
this.
|
|
1475
|
+
this.up_1 = new PrimitiveSerialDescriptor('kotlin.uuid.Uuid', STRING_getInstance());
|
|
1475
1476
|
}
|
|
1476
|
-
protoOf(UuidSerializer).
|
|
1477
|
-
return this.
|
|
1477
|
+
protoOf(UuidSerializer).em = function () {
|
|
1478
|
+
return this.up_1;
|
|
1478
1479
|
};
|
|
1479
|
-
protoOf(UuidSerializer).
|
|
1480
|
-
encoder.
|
|
1480
|
+
protoOf(UuidSerializer).vp = function (encoder, value) {
|
|
1481
|
+
encoder.to(value.toString());
|
|
1481
1482
|
};
|
|
1482
|
-
protoOf(UuidSerializer).
|
|
1483
|
-
return this.
|
|
1483
|
+
protoOf(UuidSerializer).fm = function (encoder, value) {
|
|
1484
|
+
return this.vp(encoder, value instanceof Uuid ? value : THROW_CCE());
|
|
1484
1485
|
};
|
|
1485
1486
|
var UuidSerializer_instance;
|
|
1486
1487
|
function UuidSerializer_getInstance() {
|
|
@@ -1493,19 +1494,19 @@
|
|
|
1493
1494
|
function ArrayListClassDesc(elementDesc) {
|
|
1494
1495
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1495
1496
|
}
|
|
1496
|
-
protoOf(ArrayListClassDesc).
|
|
1497
|
+
protoOf(ArrayListClassDesc).fn = function () {
|
|
1497
1498
|
return 'kotlin.collections.ArrayList';
|
|
1498
1499
|
};
|
|
1499
1500
|
function HashSetClassDesc(elementDesc) {
|
|
1500
1501
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1501
1502
|
}
|
|
1502
|
-
protoOf(HashSetClassDesc).
|
|
1503
|
+
protoOf(HashSetClassDesc).fn = function () {
|
|
1503
1504
|
return 'kotlin.collections.HashSet';
|
|
1504
1505
|
};
|
|
1505
1506
|
function LinkedHashSetClassDesc(elementDesc) {
|
|
1506
1507
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1507
1508
|
}
|
|
1508
|
-
protoOf(LinkedHashSetClassDesc).
|
|
1509
|
+
protoOf(LinkedHashSetClassDesc).fn = function () {
|
|
1509
1510
|
return 'kotlin.collections.LinkedHashSet';
|
|
1510
1511
|
};
|
|
1511
1512
|
function HashMapClassDesc(keyDesc, valueDesc) {
|
|
@@ -1517,76 +1518,76 @@
|
|
|
1517
1518
|
function ArrayClassDesc(elementDesc) {
|
|
1518
1519
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1519
1520
|
}
|
|
1520
|
-
protoOf(ArrayClassDesc).
|
|
1521
|
+
protoOf(ArrayClassDesc).fn = function () {
|
|
1521
1522
|
return 'kotlin.Array';
|
|
1522
1523
|
};
|
|
1523
1524
|
function ListLikeDescriptor(elementDescriptor) {
|
|
1524
|
-
this.
|
|
1525
|
-
this.
|
|
1525
|
+
this.yp_1 = elementDescriptor;
|
|
1526
|
+
this.zp_1 = 1;
|
|
1526
1527
|
}
|
|
1527
|
-
protoOf(ListLikeDescriptor).
|
|
1528
|
+
protoOf(ListLikeDescriptor).gn = function () {
|
|
1528
1529
|
return LIST_getInstance();
|
|
1529
1530
|
};
|
|
1530
|
-
protoOf(ListLikeDescriptor).
|
|
1531
|
-
return this.
|
|
1531
|
+
protoOf(ListLikeDescriptor).in = function () {
|
|
1532
|
+
return this.zp_1;
|
|
1532
1533
|
};
|
|
1533
|
-
protoOf(ListLikeDescriptor).
|
|
1534
|
+
protoOf(ListLikeDescriptor).kn = function (index) {
|
|
1534
1535
|
return index.toString();
|
|
1535
1536
|
};
|
|
1536
|
-
protoOf(ListLikeDescriptor).
|
|
1537
|
+
protoOf(ListLikeDescriptor).ln = function (index) {
|
|
1537
1538
|
// Inline function 'kotlin.require' call
|
|
1538
1539
|
if (!(index >= 0)) {
|
|
1539
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1540
|
+
var message = 'Illegal index ' + index + ', ' + this.fn() + ' expects only non-negative indices';
|
|
1540
1541
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1541
1542
|
}
|
|
1542
|
-
return this.
|
|
1543
|
+
return this.yp_1;
|
|
1543
1544
|
};
|
|
1544
1545
|
protoOf(ListLikeDescriptor).equals = function (other) {
|
|
1545
1546
|
if (this === other)
|
|
1546
1547
|
return true;
|
|
1547
1548
|
if (!(other instanceof ListLikeDescriptor))
|
|
1548
1549
|
return false;
|
|
1549
|
-
if (equals(this.
|
|
1550
|
+
if (equals(this.yp_1, other.yp_1) && this.fn() === other.fn())
|
|
1550
1551
|
return true;
|
|
1551
1552
|
return false;
|
|
1552
1553
|
};
|
|
1553
1554
|
protoOf(ListLikeDescriptor).hashCode = function () {
|
|
1554
|
-
return imul(hashCode(this.
|
|
1555
|
+
return imul(hashCode(this.yp_1), 31) + getStringHashCode(this.fn()) | 0;
|
|
1555
1556
|
};
|
|
1556
1557
|
protoOf(ListLikeDescriptor).toString = function () {
|
|
1557
|
-
return this.
|
|
1558
|
+
return this.fn() + '(' + toString(this.yp_1) + ')';
|
|
1558
1559
|
};
|
|
1559
1560
|
function MapLikeDescriptor(serialName, keyDescriptor, valueDescriptor) {
|
|
1560
|
-
this.
|
|
1561
|
-
this.
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1561
|
+
this.eq_1 = serialName;
|
|
1562
|
+
this.fq_1 = keyDescriptor;
|
|
1563
|
+
this.gq_1 = valueDescriptor;
|
|
1564
|
+
this.hq_1 = 2;
|
|
1564
1565
|
}
|
|
1565
|
-
protoOf(MapLikeDescriptor).
|
|
1566
|
-
return this.
|
|
1566
|
+
protoOf(MapLikeDescriptor).fn = function () {
|
|
1567
|
+
return this.eq_1;
|
|
1567
1568
|
};
|
|
1568
|
-
protoOf(MapLikeDescriptor).
|
|
1569
|
+
protoOf(MapLikeDescriptor).gn = function () {
|
|
1569
1570
|
return MAP_getInstance();
|
|
1570
1571
|
};
|
|
1571
|
-
protoOf(MapLikeDescriptor).
|
|
1572
|
-
return this.
|
|
1572
|
+
protoOf(MapLikeDescriptor).in = function () {
|
|
1573
|
+
return this.hq_1;
|
|
1573
1574
|
};
|
|
1574
|
-
protoOf(MapLikeDescriptor).
|
|
1575
|
+
protoOf(MapLikeDescriptor).kn = function (index) {
|
|
1575
1576
|
return index.toString();
|
|
1576
1577
|
};
|
|
1577
|
-
protoOf(MapLikeDescriptor).
|
|
1578
|
+
protoOf(MapLikeDescriptor).ln = function (index) {
|
|
1578
1579
|
// Inline function 'kotlin.require' call
|
|
1579
1580
|
if (!(index >= 0)) {
|
|
1580
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1581
|
+
var message = 'Illegal index ' + index + ', ' + this.fn() + ' expects only non-negative indices';
|
|
1581
1582
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1582
1583
|
}
|
|
1583
1584
|
var tmp;
|
|
1584
1585
|
switch (index % 2 | 0) {
|
|
1585
1586
|
case 0:
|
|
1586
|
-
tmp = this.
|
|
1587
|
+
tmp = this.fq_1;
|
|
1587
1588
|
break;
|
|
1588
1589
|
case 1:
|
|
1589
|
-
tmp = this.
|
|
1590
|
+
tmp = this.gq_1;
|
|
1590
1591
|
break;
|
|
1591
1592
|
default:
|
|
1592
1593
|
var message_0 = 'Unreached';
|
|
@@ -1599,223 +1600,223 @@
|
|
|
1599
1600
|
return true;
|
|
1600
1601
|
if (!(other instanceof MapLikeDescriptor))
|
|
1601
1602
|
return false;
|
|
1602
|
-
if (!(this.
|
|
1603
|
+
if (!(this.fn() === other.fn()))
|
|
1603
1604
|
return false;
|
|
1604
|
-
if (!equals(this.
|
|
1605
|
+
if (!equals(this.fq_1, other.fq_1))
|
|
1605
1606
|
return false;
|
|
1606
|
-
if (!equals(this.
|
|
1607
|
+
if (!equals(this.gq_1, other.gq_1))
|
|
1607
1608
|
return false;
|
|
1608
1609
|
return true;
|
|
1609
1610
|
};
|
|
1610
1611
|
protoOf(MapLikeDescriptor).hashCode = function () {
|
|
1611
|
-
var result = getStringHashCode(this.
|
|
1612
|
-
result = imul(31, result) + hashCode(this.
|
|
1613
|
-
result = imul(31, result) + hashCode(this.
|
|
1612
|
+
var result = getStringHashCode(this.fn());
|
|
1613
|
+
result = imul(31, result) + hashCode(this.fq_1) | 0;
|
|
1614
|
+
result = imul(31, result) + hashCode(this.gq_1) | 0;
|
|
1614
1615
|
return result;
|
|
1615
1616
|
};
|
|
1616
1617
|
protoOf(MapLikeDescriptor).toString = function () {
|
|
1617
|
-
return this.
|
|
1618
|
+
return this.fn() + '(' + toString(this.fq_1) + ', ' + toString(this.gq_1) + ')';
|
|
1618
1619
|
};
|
|
1619
1620
|
function PrimitiveArrayDescriptor(primitive) {
|
|
1620
1621
|
ListLikeDescriptor.call(this, primitive);
|
|
1621
|
-
this.
|
|
1622
|
+
this.mq_1 = primitive.fn() + 'Array';
|
|
1622
1623
|
}
|
|
1623
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
1624
|
-
return this.
|
|
1624
|
+
protoOf(PrimitiveArrayDescriptor).fn = function () {
|
|
1625
|
+
return this.mq_1;
|
|
1625
1626
|
};
|
|
1626
1627
|
function ArrayListSerializer(element) {
|
|
1627
1628
|
CollectionSerializer.call(this, element);
|
|
1628
|
-
this.
|
|
1629
|
+
this.oq_1 = new ArrayListClassDesc(element.em());
|
|
1629
1630
|
}
|
|
1630
|
-
protoOf(ArrayListSerializer).
|
|
1631
|
-
return this.
|
|
1631
|
+
protoOf(ArrayListSerializer).em = function () {
|
|
1632
|
+
return this.oq_1;
|
|
1632
1633
|
};
|
|
1633
1634
|
function HashSetSerializer(eSerializer) {
|
|
1634
1635
|
CollectionSerializer.call(this, eSerializer);
|
|
1635
|
-
this.
|
|
1636
|
+
this.vq_1 = new HashSetClassDesc(eSerializer.em());
|
|
1636
1637
|
}
|
|
1637
|
-
protoOf(HashSetSerializer).
|
|
1638
|
-
return this.
|
|
1638
|
+
protoOf(HashSetSerializer).em = function () {
|
|
1639
|
+
return this.vq_1;
|
|
1639
1640
|
};
|
|
1640
1641
|
function LinkedHashSetSerializer(eSerializer) {
|
|
1641
1642
|
CollectionSerializer.call(this, eSerializer);
|
|
1642
|
-
this.
|
|
1643
|
+
this.xq_1 = new LinkedHashSetClassDesc(eSerializer.em());
|
|
1643
1644
|
}
|
|
1644
|
-
protoOf(LinkedHashSetSerializer).
|
|
1645
|
-
return this.
|
|
1645
|
+
protoOf(LinkedHashSetSerializer).em = function () {
|
|
1646
|
+
return this.xq_1;
|
|
1646
1647
|
};
|
|
1647
1648
|
function HashMapSerializer(kSerializer, vSerializer) {
|
|
1648
1649
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1649
|
-
this.
|
|
1650
|
+
this.ar_1 = new HashMapClassDesc(kSerializer.em(), vSerializer.em());
|
|
1650
1651
|
}
|
|
1651
|
-
protoOf(HashMapSerializer).
|
|
1652
|
-
return this.
|
|
1652
|
+
protoOf(HashMapSerializer).em = function () {
|
|
1653
|
+
return this.ar_1;
|
|
1653
1654
|
};
|
|
1654
|
-
protoOf(HashMapSerializer).
|
|
1655
|
-
return _this__u8e3s4.
|
|
1655
|
+
protoOf(HashMapSerializer).br = function (_this__u8e3s4) {
|
|
1656
|
+
return _this__u8e3s4.f1();
|
|
1656
1657
|
};
|
|
1657
|
-
protoOf(HashMapSerializer).
|
|
1658
|
-
return this.
|
|
1658
|
+
protoOf(HashMapSerializer).cr = function (_this__u8e3s4) {
|
|
1659
|
+
return this.br((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1659
1660
|
};
|
|
1660
|
-
protoOf(HashMapSerializer).
|
|
1661
|
+
protoOf(HashMapSerializer).dr = function (_this__u8e3s4) {
|
|
1661
1662
|
// Inline function 'kotlin.collections.iterator' call
|
|
1662
|
-
return _this__u8e3s4.
|
|
1663
|
+
return _this__u8e3s4.m1().t();
|
|
1663
1664
|
};
|
|
1664
|
-
protoOf(HashMapSerializer).
|
|
1665
|
-
return this.
|
|
1665
|
+
protoOf(HashMapSerializer).er = function (_this__u8e3s4) {
|
|
1666
|
+
return this.dr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1666
1667
|
};
|
|
1667
1668
|
function LinkedHashMapSerializer(kSerializer, vSerializer) {
|
|
1668
1669
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1669
|
-
this.
|
|
1670
|
+
this.jr_1 = new LinkedHashMapClassDesc(kSerializer.em(), vSerializer.em());
|
|
1670
1671
|
}
|
|
1671
|
-
protoOf(LinkedHashMapSerializer).
|
|
1672
|
-
return this.
|
|
1672
|
+
protoOf(LinkedHashMapSerializer).em = function () {
|
|
1673
|
+
return this.jr_1;
|
|
1673
1674
|
};
|
|
1674
|
-
protoOf(LinkedHashMapSerializer).
|
|
1675
|
-
return _this__u8e3s4.
|
|
1675
|
+
protoOf(LinkedHashMapSerializer).br = function (_this__u8e3s4) {
|
|
1676
|
+
return _this__u8e3s4.f1();
|
|
1676
1677
|
};
|
|
1677
|
-
protoOf(LinkedHashMapSerializer).
|
|
1678
|
-
return this.
|
|
1678
|
+
protoOf(LinkedHashMapSerializer).cr = function (_this__u8e3s4) {
|
|
1679
|
+
return this.br((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1679
1680
|
};
|
|
1680
|
-
protoOf(LinkedHashMapSerializer).
|
|
1681
|
+
protoOf(LinkedHashMapSerializer).dr = function (_this__u8e3s4) {
|
|
1681
1682
|
// Inline function 'kotlin.collections.iterator' call
|
|
1682
|
-
return _this__u8e3s4.
|
|
1683
|
+
return _this__u8e3s4.m1().t();
|
|
1683
1684
|
};
|
|
1684
|
-
protoOf(LinkedHashMapSerializer).
|
|
1685
|
-
return this.
|
|
1685
|
+
protoOf(LinkedHashMapSerializer).er = function (_this__u8e3s4) {
|
|
1686
|
+
return this.dr((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1686
1687
|
};
|
|
1687
1688
|
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
1688
1689
|
CollectionLikeSerializer.call(this, eSerializer);
|
|
1689
|
-
this.
|
|
1690
|
-
this.
|
|
1690
|
+
this.lr_1 = kClass;
|
|
1691
|
+
this.mr_1 = new ArrayClassDesc(eSerializer.em());
|
|
1691
1692
|
}
|
|
1692
|
-
protoOf(ReferenceArraySerializer).
|
|
1693
|
-
return this.
|
|
1693
|
+
protoOf(ReferenceArraySerializer).em = function () {
|
|
1694
|
+
return this.mr_1;
|
|
1694
1695
|
};
|
|
1695
|
-
protoOf(ReferenceArraySerializer).
|
|
1696
|
+
protoOf(ReferenceArraySerializer).nr = function (_this__u8e3s4) {
|
|
1696
1697
|
return _this__u8e3s4.length;
|
|
1697
1698
|
};
|
|
1698
|
-
protoOf(ReferenceArraySerializer).
|
|
1699
|
-
return this.
|
|
1699
|
+
protoOf(ReferenceArraySerializer).cr = function (_this__u8e3s4) {
|
|
1700
|
+
return this.nr((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1700
1701
|
};
|
|
1701
|
-
protoOf(ReferenceArraySerializer).
|
|
1702
|
+
protoOf(ReferenceArraySerializer).or = function (_this__u8e3s4) {
|
|
1702
1703
|
return arrayIterator(_this__u8e3s4);
|
|
1703
1704
|
};
|
|
1704
|
-
protoOf(ReferenceArraySerializer).
|
|
1705
|
-
return this.
|
|
1705
|
+
protoOf(ReferenceArraySerializer).er = function (_this__u8e3s4) {
|
|
1706
|
+
return this.or((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1706
1707
|
};
|
|
1707
1708
|
function CollectionSerializer(element) {
|
|
1708
1709
|
CollectionLikeSerializer.call(this, element);
|
|
1709
1710
|
}
|
|
1710
|
-
protoOf(CollectionSerializer).
|
|
1711
|
-
return _this__u8e3s4.
|
|
1711
|
+
protoOf(CollectionSerializer).qq = function (_this__u8e3s4) {
|
|
1712
|
+
return _this__u8e3s4.f1();
|
|
1712
1713
|
};
|
|
1713
|
-
protoOf(CollectionSerializer).
|
|
1714
|
-
return this.
|
|
1714
|
+
protoOf(CollectionSerializer).cr = function (_this__u8e3s4) {
|
|
1715
|
+
return this.qq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1715
1716
|
};
|
|
1716
|
-
protoOf(CollectionSerializer).
|
|
1717
|
-
return _this__u8e3s4.
|
|
1717
|
+
protoOf(CollectionSerializer).rq = function (_this__u8e3s4) {
|
|
1718
|
+
return _this__u8e3s4.t();
|
|
1718
1719
|
};
|
|
1719
|
-
protoOf(CollectionSerializer).
|
|
1720
|
-
return this.
|
|
1720
|
+
protoOf(CollectionSerializer).er = function (_this__u8e3s4) {
|
|
1721
|
+
return this.rq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1721
1722
|
};
|
|
1722
1723
|
function MapLikeSerializer(keySerializer, valueSerializer) {
|
|
1723
1724
|
AbstractCollectionSerializer.call(this);
|
|
1724
|
-
this.
|
|
1725
|
-
this.
|
|
1725
|
+
this.fr_1 = keySerializer;
|
|
1726
|
+
this.gr_1 = valueSerializer;
|
|
1726
1727
|
}
|
|
1727
|
-
protoOf(MapLikeSerializer).
|
|
1728
|
-
var size = this.
|
|
1728
|
+
protoOf(MapLikeSerializer).tq = function (encoder, value) {
|
|
1729
|
+
var size = this.cr(value);
|
|
1729
1730
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1730
|
-
var descriptor = this.
|
|
1731
|
-
var composite = encoder.
|
|
1732
|
-
var iterator = this.
|
|
1731
|
+
var descriptor = this.em();
|
|
1732
|
+
var composite = encoder.lp(descriptor, size);
|
|
1733
|
+
var iterator = this.er(value);
|
|
1733
1734
|
var index = 0;
|
|
1734
1735
|
// Inline function 'kotlin.collections.forEach' call
|
|
1735
1736
|
// Inline function 'kotlin.collections.iterator' call
|
|
1736
1737
|
var _iterator__ex2g4s = iterator;
|
|
1737
|
-
while (_iterator__ex2g4s.
|
|
1738
|
-
var element = _iterator__ex2g4s.
|
|
1738
|
+
while (_iterator__ex2g4s.u()) {
|
|
1739
|
+
var element = _iterator__ex2g4s.v();
|
|
1739
1740
|
// Inline function 'kotlin.collections.component1' call
|
|
1740
|
-
var k = element.
|
|
1741
|
+
var k = element.n1();
|
|
1741
1742
|
// Inline function 'kotlin.collections.component2' call
|
|
1742
|
-
var v = element.
|
|
1743
|
-
var tmp = this.
|
|
1743
|
+
var v = element.o1();
|
|
1744
|
+
var tmp = this.em();
|
|
1744
1745
|
var _unary__edvuaz = index;
|
|
1745
1746
|
index = _unary__edvuaz + 1 | 0;
|
|
1746
|
-
composite.
|
|
1747
|
-
var tmp_0 = this.
|
|
1747
|
+
composite.fp(tmp, _unary__edvuaz, this.fr_1, k);
|
|
1748
|
+
var tmp_0 = this.em();
|
|
1748
1749
|
var _unary__edvuaz_0 = index;
|
|
1749
1750
|
index = _unary__edvuaz_0 + 1 | 0;
|
|
1750
|
-
composite.
|
|
1751
|
+
composite.fp(tmp_0, _unary__edvuaz_0, this.gr_1, v);
|
|
1751
1752
|
}
|
|
1752
|
-
composite.
|
|
1753
|
+
composite.ho(descriptor);
|
|
1753
1754
|
};
|
|
1754
|
-
protoOf(MapLikeSerializer).
|
|
1755
|
-
return this.
|
|
1755
|
+
protoOf(MapLikeSerializer).fm = function (encoder, value) {
|
|
1756
|
+
return this.tq(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1756
1757
|
};
|
|
1757
1758
|
function CollectionLikeSerializer(elementSerializer) {
|
|
1758
1759
|
AbstractCollectionSerializer.call(this);
|
|
1759
|
-
this.
|
|
1760
|
+
this.sq_1 = elementSerializer;
|
|
1760
1761
|
}
|
|
1761
|
-
protoOf(CollectionLikeSerializer).
|
|
1762
|
-
var size = this.
|
|
1762
|
+
protoOf(CollectionLikeSerializer).tq = function (encoder, value) {
|
|
1763
|
+
var size = this.cr(value);
|
|
1763
1764
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1764
|
-
var descriptor = this.
|
|
1765
|
-
var composite = encoder.
|
|
1766
|
-
var iterator = this.
|
|
1765
|
+
var descriptor = this.em();
|
|
1766
|
+
var composite = encoder.lp(descriptor, size);
|
|
1767
|
+
var iterator = this.er(value);
|
|
1767
1768
|
var inductionVariable = 0;
|
|
1768
1769
|
if (inductionVariable < size)
|
|
1769
1770
|
do {
|
|
1770
1771
|
var index = inductionVariable;
|
|
1771
1772
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1772
|
-
composite.
|
|
1773
|
+
composite.fp(this.em(), index, this.sq_1, iterator.v());
|
|
1773
1774
|
}
|
|
1774
1775
|
while (inductionVariable < size);
|
|
1775
|
-
composite.
|
|
1776
|
+
composite.ho(descriptor);
|
|
1776
1777
|
};
|
|
1777
|
-
protoOf(CollectionLikeSerializer).
|
|
1778
|
-
return this.
|
|
1778
|
+
protoOf(CollectionLikeSerializer).fm = function (encoder, value) {
|
|
1779
|
+
return this.tq(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1779
1780
|
};
|
|
1780
1781
|
function AbstractCollectionSerializer() {
|
|
1781
1782
|
}
|
|
1782
1783
|
function PrimitiveArraySerializer(primitiveSerializer) {
|
|
1783
1784
|
CollectionLikeSerializer.call(this, primitiveSerializer);
|
|
1784
|
-
this.
|
|
1785
|
+
this.qr_1 = new PrimitiveArrayDescriptor(primitiveSerializer.em());
|
|
1785
1786
|
}
|
|
1786
|
-
protoOf(PrimitiveArraySerializer).
|
|
1787
|
-
return this.
|
|
1787
|
+
protoOf(PrimitiveArraySerializer).em = function () {
|
|
1788
|
+
return this.qr_1;
|
|
1788
1789
|
};
|
|
1789
|
-
protoOf(PrimitiveArraySerializer).
|
|
1790
|
+
protoOf(PrimitiveArraySerializer).rr = function (_this__u8e3s4) {
|
|
1790
1791
|
var message = 'This method lead to boxing and must not be used, use writeContents instead';
|
|
1791
1792
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1792
1793
|
};
|
|
1793
|
-
protoOf(PrimitiveArraySerializer).
|
|
1794
|
-
return this.
|
|
1794
|
+
protoOf(PrimitiveArraySerializer).er = function (_this__u8e3s4) {
|
|
1795
|
+
return this.rr((_this__u8e3s4 == null ? true : !(_this__u8e3s4 == null)) ? _this__u8e3s4 : THROW_CCE());
|
|
1795
1796
|
};
|
|
1796
|
-
protoOf(PrimitiveArraySerializer).
|
|
1797
|
-
var size = this.
|
|
1797
|
+
protoOf(PrimitiveArraySerializer).tr = function (encoder, value) {
|
|
1798
|
+
var size = this.cr(value);
|
|
1798
1799
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1799
|
-
var descriptor = this.
|
|
1800
|
-
var composite = encoder.
|
|
1801
|
-
this.
|
|
1802
|
-
composite.
|
|
1800
|
+
var descriptor = this.qr_1;
|
|
1801
|
+
var composite = encoder.lp(descriptor, size);
|
|
1802
|
+
this.sr(composite, value, size);
|
|
1803
|
+
composite.ho(descriptor);
|
|
1803
1804
|
};
|
|
1804
|
-
protoOf(PrimitiveArraySerializer).
|
|
1805
|
-
return this.
|
|
1805
|
+
protoOf(PrimitiveArraySerializer).fm = function (encoder, value) {
|
|
1806
|
+
return this.tr(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1806
1807
|
};
|
|
1807
|
-
protoOf(PrimitiveArraySerializer).
|
|
1808
|
-
return this.
|
|
1808
|
+
protoOf(PrimitiveArraySerializer).tq = function (encoder, value) {
|
|
1809
|
+
return this.tr(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1809
1810
|
};
|
|
1810
1811
|
function InlinePrimitiveDescriptor(name, primitiveSerializer) {
|
|
1811
1812
|
return new InlineClassDescriptor(name, new InlinePrimitiveDescriptor$1(primitiveSerializer));
|
|
1812
1813
|
}
|
|
1813
1814
|
function InlineClassDescriptor(name, generatedSerializer) {
|
|
1814
1815
|
PluginGeneratedSerialDescriptor.call(this, name, generatedSerializer, 1);
|
|
1815
|
-
this.
|
|
1816
|
+
this.gs_1 = true;
|
|
1816
1817
|
}
|
|
1817
|
-
protoOf(InlineClassDescriptor).
|
|
1818
|
-
return this.
|
|
1818
|
+
protoOf(InlineClassDescriptor).hn = function () {
|
|
1819
|
+
return this.gs_1;
|
|
1819
1820
|
};
|
|
1820
1821
|
protoOf(InlineClassDescriptor).hashCode = function () {
|
|
1821
1822
|
return imul(protoOf(PluginGeneratedSerialDescriptor).hashCode.call(this), 31);
|
|
@@ -1832,29 +1833,29 @@
|
|
|
1832
1833
|
tmp$ret$0 = false;
|
|
1833
1834
|
break $l$block_5;
|
|
1834
1835
|
}
|
|
1835
|
-
if (!(this.
|
|
1836
|
+
if (!(this.fn() === other.fn())) {
|
|
1836
1837
|
tmp$ret$0 = false;
|
|
1837
1838
|
break $l$block_5;
|
|
1838
1839
|
}
|
|
1839
|
-
if (!(other.
|
|
1840
|
+
if (!(other.gs_1 && contentEquals(this.ts(), other.ts()))) {
|
|
1840
1841
|
tmp$ret$0 = false;
|
|
1841
1842
|
break $l$block_5;
|
|
1842
1843
|
}
|
|
1843
|
-
if (!(this.
|
|
1844
|
+
if (!(this.in() === other.in())) {
|
|
1844
1845
|
tmp$ret$0 = false;
|
|
1845
1846
|
break $l$block_5;
|
|
1846
1847
|
}
|
|
1847
1848
|
var inductionVariable = 0;
|
|
1848
|
-
var last = this.
|
|
1849
|
+
var last = this.in();
|
|
1849
1850
|
if (inductionVariable < last)
|
|
1850
1851
|
do {
|
|
1851
1852
|
var index = inductionVariable;
|
|
1852
1853
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1853
|
-
if (!(this.
|
|
1854
|
+
if (!(this.ln(index).fn() === other.ln(index).fn())) {
|
|
1854
1855
|
tmp$ret$0 = false;
|
|
1855
1856
|
break $l$block_5;
|
|
1856
1857
|
}
|
|
1857
|
-
if (!equals(this.
|
|
1858
|
+
if (!equals(this.ln(index).gn(), other.ln(index).gn())) {
|
|
1858
1859
|
tmp$ret$0 = false;
|
|
1859
1860
|
break $l$block_5;
|
|
1860
1861
|
}
|
|
@@ -1865,19 +1866,19 @@
|
|
|
1865
1866
|
return tmp$ret$0;
|
|
1866
1867
|
};
|
|
1867
1868
|
function InlinePrimitiveDescriptor$1($primitiveSerializer) {
|
|
1868
|
-
this.
|
|
1869
|
+
this.vs_1 = $primitiveSerializer;
|
|
1869
1870
|
}
|
|
1870
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1871
|
+
protoOf(InlinePrimitiveDescriptor$1).ws = function () {
|
|
1871
1872
|
// Inline function 'kotlin.arrayOf' call
|
|
1872
1873
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1873
1874
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1874
|
-
return [this.
|
|
1875
|
+
return [this.vs_1];
|
|
1875
1876
|
};
|
|
1876
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1877
|
+
protoOf(InlinePrimitiveDescriptor$1).em = function () {
|
|
1877
1878
|
var message = 'unsupported';
|
|
1878
1879
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1879
1880
|
};
|
|
1880
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1881
|
+
protoOf(InlinePrimitiveDescriptor$1).fm = function (encoder, value) {
|
|
1881
1882
|
// Inline function 'kotlin.error' call
|
|
1882
1883
|
var message = 'unsupported';
|
|
1883
1884
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
@@ -1888,42 +1889,42 @@
|
|
|
1888
1889
|
function NoOpEncoder() {
|
|
1889
1890
|
NoOpEncoder_instance = this;
|
|
1890
1891
|
AbstractEncoder.call(this);
|
|
1891
|
-
this.
|
|
1892
|
+
this.ys_1 = EmptySerializersModule_0();
|
|
1892
1893
|
}
|
|
1893
|
-
protoOf(NoOpEncoder).
|
|
1894
|
-
return this.
|
|
1894
|
+
protoOf(NoOpEncoder).jp = function () {
|
|
1895
|
+
return this.ys_1;
|
|
1895
1896
|
};
|
|
1896
|
-
protoOf(NoOpEncoder).
|
|
1897
|
+
protoOf(NoOpEncoder).jo = function (value) {
|
|
1897
1898
|
return Unit_instance;
|
|
1898
1899
|
};
|
|
1899
|
-
protoOf(NoOpEncoder).
|
|
1900
|
+
protoOf(NoOpEncoder).ko = function () {
|
|
1900
1901
|
return Unit_instance;
|
|
1901
1902
|
};
|
|
1902
|
-
protoOf(NoOpEncoder).
|
|
1903
|
+
protoOf(NoOpEncoder).lo = function (value) {
|
|
1903
1904
|
return Unit_instance;
|
|
1904
1905
|
};
|
|
1905
|
-
protoOf(NoOpEncoder).
|
|
1906
|
+
protoOf(NoOpEncoder).mo = function (value) {
|
|
1906
1907
|
return Unit_instance;
|
|
1907
1908
|
};
|
|
1908
|
-
protoOf(NoOpEncoder).
|
|
1909
|
+
protoOf(NoOpEncoder).no = function (value) {
|
|
1909
1910
|
return Unit_instance;
|
|
1910
1911
|
};
|
|
1911
|
-
protoOf(NoOpEncoder).
|
|
1912
|
+
protoOf(NoOpEncoder).oo = function (value) {
|
|
1912
1913
|
return Unit_instance;
|
|
1913
1914
|
};
|
|
1914
|
-
protoOf(NoOpEncoder).
|
|
1915
|
+
protoOf(NoOpEncoder).po = function (value) {
|
|
1915
1916
|
return Unit_instance;
|
|
1916
1917
|
};
|
|
1917
|
-
protoOf(NoOpEncoder).
|
|
1918
|
+
protoOf(NoOpEncoder).qo = function (value) {
|
|
1918
1919
|
return Unit_instance;
|
|
1919
1920
|
};
|
|
1920
|
-
protoOf(NoOpEncoder).
|
|
1921
|
+
protoOf(NoOpEncoder).ro = function (value) {
|
|
1921
1922
|
return Unit_instance;
|
|
1922
1923
|
};
|
|
1923
|
-
protoOf(NoOpEncoder).
|
|
1924
|
+
protoOf(NoOpEncoder).so = function (value) {
|
|
1924
1925
|
return Unit_instance;
|
|
1925
1926
|
};
|
|
1926
|
-
protoOf(NoOpEncoder).
|
|
1927
|
+
protoOf(NoOpEncoder).to = function (value) {
|
|
1927
1928
|
return Unit_instance;
|
|
1928
1929
|
};
|
|
1929
1930
|
var NoOpEncoder_instance;
|
|
@@ -1937,22 +1938,22 @@
|
|
|
1937
1938
|
}
|
|
1938
1939
|
function NothingSerialDescriptor() {
|
|
1939
1940
|
NothingSerialDescriptor_instance = this;
|
|
1940
|
-
this.
|
|
1941
|
-
this.
|
|
1941
|
+
this.zs_1 = OBJECT_getInstance();
|
|
1942
|
+
this.at_1 = 'kotlin.Nothing';
|
|
1942
1943
|
}
|
|
1943
|
-
protoOf(NothingSerialDescriptor).
|
|
1944
|
-
return this.
|
|
1944
|
+
protoOf(NothingSerialDescriptor).gn = function () {
|
|
1945
|
+
return this.zs_1;
|
|
1945
1946
|
};
|
|
1946
|
-
protoOf(NothingSerialDescriptor).
|
|
1947
|
-
return this.
|
|
1947
|
+
protoOf(NothingSerialDescriptor).fn = function () {
|
|
1948
|
+
return this.at_1;
|
|
1948
1949
|
};
|
|
1949
|
-
protoOf(NothingSerialDescriptor).
|
|
1950
|
+
protoOf(NothingSerialDescriptor).in = function () {
|
|
1950
1951
|
return 0;
|
|
1951
1952
|
};
|
|
1952
|
-
protoOf(NothingSerialDescriptor).
|
|
1953
|
+
protoOf(NothingSerialDescriptor).kn = function (index) {
|
|
1953
1954
|
error(this);
|
|
1954
1955
|
};
|
|
1955
|
-
protoOf(NothingSerialDescriptor).
|
|
1956
|
+
protoOf(NothingSerialDescriptor).ln = function (index) {
|
|
1956
1957
|
error(this);
|
|
1957
1958
|
};
|
|
1958
1959
|
protoOf(NothingSerialDescriptor).toString = function () {
|
|
@@ -1962,7 +1963,7 @@
|
|
|
1962
1963
|
return this === other;
|
|
1963
1964
|
};
|
|
1964
1965
|
protoOf(NothingSerialDescriptor).hashCode = function () {
|
|
1965
|
-
return getStringHashCode(this.
|
|
1966
|
+
return getStringHashCode(this.at_1) + imul(31, this.zs_1.hashCode()) | 0;
|
|
1966
1967
|
};
|
|
1967
1968
|
var NothingSerialDescriptor_instance;
|
|
1968
1969
|
function NothingSerialDescriptor_getInstance() {
|
|
@@ -1971,22 +1972,22 @@
|
|
|
1971
1972
|
return NothingSerialDescriptor_instance;
|
|
1972
1973
|
}
|
|
1973
1974
|
function NullableSerializer(serializer) {
|
|
1974
|
-
this.
|
|
1975
|
-
this.
|
|
1975
|
+
this.bt_1 = serializer;
|
|
1976
|
+
this.ct_1 = new SerialDescriptorForNullable(this.bt_1.em());
|
|
1976
1977
|
}
|
|
1977
|
-
protoOf(NullableSerializer).
|
|
1978
|
-
return this.
|
|
1978
|
+
protoOf(NullableSerializer).em = function () {
|
|
1979
|
+
return this.ct_1;
|
|
1979
1980
|
};
|
|
1980
|
-
protoOf(NullableSerializer).
|
|
1981
|
+
protoOf(NullableSerializer).dt = function (encoder, value) {
|
|
1981
1982
|
if (!(value == null)) {
|
|
1982
|
-
encoder.
|
|
1983
|
-
encoder.
|
|
1983
|
+
encoder.kp();
|
|
1984
|
+
encoder.gp(this.bt_1, value);
|
|
1984
1985
|
} else {
|
|
1985
|
-
encoder.
|
|
1986
|
+
encoder.ko();
|
|
1986
1987
|
}
|
|
1987
1988
|
};
|
|
1988
|
-
protoOf(NullableSerializer).
|
|
1989
|
-
return this.
|
|
1989
|
+
protoOf(NullableSerializer).fm = function (encoder, value) {
|
|
1990
|
+
return this.dt(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1990
1991
|
};
|
|
1991
1992
|
protoOf(NullableSerializer).equals = function (other) {
|
|
1992
1993
|
if (this === other)
|
|
@@ -1995,25 +1996,25 @@
|
|
|
1995
1996
|
return false;
|
|
1996
1997
|
if (!(other instanceof NullableSerializer))
|
|
1997
1998
|
THROW_CCE();
|
|
1998
|
-
if (!equals(this.
|
|
1999
|
+
if (!equals(this.bt_1, other.bt_1))
|
|
1999
2000
|
return false;
|
|
2000
2001
|
return true;
|
|
2001
2002
|
};
|
|
2002
2003
|
protoOf(NullableSerializer).hashCode = function () {
|
|
2003
|
-
return hashCode(this.
|
|
2004
|
+
return hashCode(this.bt_1);
|
|
2004
2005
|
};
|
|
2005
2006
|
function SerialDescriptorForNullable(original) {
|
|
2006
|
-
this.
|
|
2007
|
-
this.
|
|
2008
|
-
this.
|
|
2007
|
+
this.mn_1 = original;
|
|
2008
|
+
this.nn_1 = this.mn_1.fn() + '?';
|
|
2009
|
+
this.on_1 = cachedSerialNames(this.mn_1);
|
|
2009
2010
|
}
|
|
2010
|
-
protoOf(SerialDescriptorForNullable).
|
|
2011
|
-
return this.
|
|
2011
|
+
protoOf(SerialDescriptorForNullable).fn = function () {
|
|
2012
|
+
return this.nn_1;
|
|
2012
2013
|
};
|
|
2013
|
-
protoOf(SerialDescriptorForNullable).
|
|
2014
|
-
return this.
|
|
2014
|
+
protoOf(SerialDescriptorForNullable).fo = function () {
|
|
2015
|
+
return this.on_1;
|
|
2015
2016
|
};
|
|
2016
|
-
protoOf(SerialDescriptorForNullable).
|
|
2017
|
+
protoOf(SerialDescriptorForNullable).bn = function () {
|
|
2017
2018
|
return true;
|
|
2018
2019
|
};
|
|
2019
2020
|
protoOf(SerialDescriptorForNullable).equals = function (other) {
|
|
@@ -2021,37 +2022,37 @@
|
|
|
2021
2022
|
return true;
|
|
2022
2023
|
if (!(other instanceof SerialDescriptorForNullable))
|
|
2023
2024
|
return false;
|
|
2024
|
-
if (!equals(this.
|
|
2025
|
+
if (!equals(this.mn_1, other.mn_1))
|
|
2025
2026
|
return false;
|
|
2026
2027
|
return true;
|
|
2027
2028
|
};
|
|
2028
2029
|
protoOf(SerialDescriptorForNullable).toString = function () {
|
|
2029
|
-
return toString(this.
|
|
2030
|
+
return toString(this.mn_1) + '?';
|
|
2030
2031
|
};
|
|
2031
2032
|
protoOf(SerialDescriptorForNullable).hashCode = function () {
|
|
2032
|
-
return imul(hashCode(this.
|
|
2033
|
+
return imul(hashCode(this.mn_1), 31);
|
|
2033
2034
|
};
|
|
2034
|
-
protoOf(SerialDescriptorForNullable).
|
|
2035
|
-
return this.
|
|
2035
|
+
protoOf(SerialDescriptorForNullable).gn = function () {
|
|
2036
|
+
return this.mn_1.gn();
|
|
2036
2037
|
};
|
|
2037
|
-
protoOf(SerialDescriptorForNullable).
|
|
2038
|
-
return this.
|
|
2038
|
+
protoOf(SerialDescriptorForNullable).hn = function () {
|
|
2039
|
+
return this.mn_1.hn();
|
|
2039
2040
|
};
|
|
2040
|
-
protoOf(SerialDescriptorForNullable).
|
|
2041
|
-
return this.
|
|
2041
|
+
protoOf(SerialDescriptorForNullable).in = function () {
|
|
2042
|
+
return this.mn_1.in();
|
|
2042
2043
|
};
|
|
2043
|
-
protoOf(SerialDescriptorForNullable).
|
|
2044
|
-
return this.
|
|
2044
|
+
protoOf(SerialDescriptorForNullable).jn = function () {
|
|
2045
|
+
return this.mn_1.jn();
|
|
2045
2046
|
};
|
|
2046
|
-
protoOf(SerialDescriptorForNullable).
|
|
2047
|
-
return this.
|
|
2047
|
+
protoOf(SerialDescriptorForNullable).kn = function (index) {
|
|
2048
|
+
return this.mn_1.kn(index);
|
|
2048
2049
|
};
|
|
2049
|
-
protoOf(SerialDescriptorForNullable).
|
|
2050
|
-
return this.
|
|
2050
|
+
protoOf(SerialDescriptorForNullable).ln = function (index) {
|
|
2051
|
+
return this.mn_1.ln(index);
|
|
2051
2052
|
};
|
|
2052
2053
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
2053
2054
|
return function ($this$buildSerialDescriptor) {
|
|
2054
|
-
$this$buildSerialDescriptor.
|
|
2055
|
+
$this$buildSerialDescriptor.im_1 = this$0.ft_1;
|
|
2055
2056
|
return Unit_instance;
|
|
2056
2057
|
};
|
|
2057
2058
|
}
|
|
@@ -2063,28 +2064,28 @@
|
|
|
2063
2064
|
}
|
|
2064
2065
|
function ObjectSerializer$_get_descriptor_$ref_7z4xb6() {
|
|
2065
2066
|
return function (p0) {
|
|
2066
|
-
return p0.
|
|
2067
|
+
return p0.em();
|
|
2067
2068
|
};
|
|
2068
2069
|
}
|
|
2069
2070
|
function ObjectSerializer(serialName, objectInstance) {
|
|
2070
|
-
this.
|
|
2071
|
-
this.
|
|
2071
|
+
this.et_1 = objectInstance;
|
|
2072
|
+
this.ft_1 = emptyList();
|
|
2072
2073
|
var tmp = this;
|
|
2073
2074
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2074
|
-
tmp.
|
|
2075
|
+
tmp.gt_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
2075
2076
|
}
|
|
2076
|
-
protoOf(ObjectSerializer).
|
|
2077
|
-
var tmp0 = this.
|
|
2077
|
+
protoOf(ObjectSerializer).em = function () {
|
|
2078
|
+
var tmp0 = this.gt_1;
|
|
2078
2079
|
var tmp = KProperty1;
|
|
2079
2080
|
// Inline function 'kotlin.getValue' call
|
|
2080
2081
|
getPropertyCallableRef('descriptor', 1, tmp, ObjectSerializer$_get_descriptor_$ref_7z4xb6(), null);
|
|
2081
|
-
return tmp0.
|
|
2082
|
+
return tmp0.o1();
|
|
2082
2083
|
};
|
|
2083
|
-
protoOf(ObjectSerializer).
|
|
2084
|
-
encoder.
|
|
2084
|
+
protoOf(ObjectSerializer).tm = function (encoder, value) {
|
|
2085
|
+
encoder.go(this.em()).ho(this.em());
|
|
2085
2086
|
};
|
|
2086
|
-
protoOf(ObjectSerializer).
|
|
2087
|
-
return this.
|
|
2087
|
+
protoOf(ObjectSerializer).fm = function (encoder, value) {
|
|
2088
|
+
return this.tm(encoder, !(value == null) ? value : THROW_CCE());
|
|
2088
2089
|
};
|
|
2089
2090
|
function get_EMPTY_DESCRIPTOR_ARRAY() {
|
|
2090
2091
|
_init_properties_Platform_common_kt__3qzecs();
|
|
@@ -2096,7 +2097,7 @@
|
|
|
2096
2097
|
// Inline function 'kotlin.takeUnless' call
|
|
2097
2098
|
var tmp;
|
|
2098
2099
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
2099
|
-
if (!(_this__u8e3s4 == null || _this__u8e3s4.
|
|
2100
|
+
if (!(_this__u8e3s4 == null || _this__u8e3s4.r())) {
|
|
2100
2101
|
tmp = _this__u8e3s4;
|
|
2101
2102
|
} else {
|
|
2102
2103
|
tmp = null;
|
|
@@ -2115,24 +2116,24 @@
|
|
|
2115
2116
|
function cachedSerialNames(_this__u8e3s4) {
|
|
2116
2117
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2117
2118
|
if (isInterface(_this__u8e3s4, CachedNames))
|
|
2118
|
-
return _this__u8e3s4.
|
|
2119
|
-
var result = HashSet_init_$Create$_0(_this__u8e3s4.
|
|
2119
|
+
return _this__u8e3s4.fo();
|
|
2120
|
+
var result = HashSet_init_$Create$_0(_this__u8e3s4.in());
|
|
2120
2121
|
var inductionVariable = 0;
|
|
2121
|
-
var last = _this__u8e3s4.
|
|
2122
|
+
var last = _this__u8e3s4.in();
|
|
2122
2123
|
if (inductionVariable < last)
|
|
2123
2124
|
do {
|
|
2124
2125
|
var i = inductionVariable;
|
|
2125
2126
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2126
2127
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2127
|
-
var element = _this__u8e3s4.
|
|
2128
|
-
result.
|
|
2128
|
+
var element = _this__u8e3s4.kn(i);
|
|
2129
|
+
result.x(element);
|
|
2129
2130
|
}
|
|
2130
2131
|
while (inductionVariable < last);
|
|
2131
2132
|
return result;
|
|
2132
2133
|
}
|
|
2133
2134
|
function kclass(_this__u8e3s4) {
|
|
2134
2135
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2135
|
-
var t = _this__u8e3s4.
|
|
2136
|
+
var t = _this__u8e3s4.j();
|
|
2136
2137
|
var tmp;
|
|
2137
2138
|
if (!(t == null) ? isInterface(t, KClass) : false) {
|
|
2138
2139
|
tmp = t;
|
|
@@ -2148,12 +2149,12 @@
|
|
|
2148
2149
|
}
|
|
2149
2150
|
function typeOrThrow(_this__u8e3s4) {
|
|
2150
2151
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2151
|
-
var tmp0 = _this__u8e3s4.
|
|
2152
|
+
var tmp0 = _this__u8e3s4.rf_1;
|
|
2152
2153
|
var tmp$ret$1;
|
|
2153
2154
|
$l$block: {
|
|
2154
2155
|
// Inline function 'kotlin.requireNotNull' call
|
|
2155
2156
|
if (tmp0 == null) {
|
|
2156
|
-
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.
|
|
2157
|
+
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.rf_1);
|
|
2157
2158
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2158
2159
|
} else {
|
|
2159
2160
|
tmp$ret$1 = tmp0;
|
|
@@ -2164,7 +2165,7 @@
|
|
|
2164
2165
|
}
|
|
2165
2166
|
function notRegisteredMessage(_this__u8e3s4) {
|
|
2166
2167
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2167
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2168
|
+
var tmp0_elvis_lhs = _this__u8e3s4.o();
|
|
2168
2169
|
return notRegisteredMessage_0(tmp0_elvis_lhs == null ? '<local class name not available>' : tmp0_elvis_lhs);
|
|
2169
2170
|
}
|
|
2170
2171
|
function notRegisteredMessage_0(className) {
|
|
@@ -2182,19 +2183,19 @@
|
|
|
2182
2183
|
}
|
|
2183
2184
|
}
|
|
2184
2185
|
function hashCodeImpl(_this__u8e3s4, typeParams) {
|
|
2185
|
-
var result = getStringHashCode(_this__u8e3s4.
|
|
2186
|
+
var result = getStringHashCode(_this__u8e3s4.fn());
|
|
2186
2187
|
result = imul(31, result) + contentHashCode(typeParams) | 0;
|
|
2187
2188
|
var elementDescriptors = get_elementDescriptors(_this__u8e3s4);
|
|
2188
2189
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2189
2190
|
// Inline function 'kotlin.collections.fold' call
|
|
2190
2191
|
var accumulator = 1;
|
|
2191
|
-
var _iterator__ex2g4s = elementDescriptors.
|
|
2192
|
-
while (_iterator__ex2g4s.
|
|
2193
|
-
var element = _iterator__ex2g4s.
|
|
2192
|
+
var _iterator__ex2g4s = elementDescriptors.t();
|
|
2193
|
+
while (_iterator__ex2g4s.u()) {
|
|
2194
|
+
var element = _iterator__ex2g4s.v();
|
|
2194
2195
|
var hash = accumulator;
|
|
2195
2196
|
var tmp = imul(31, hash);
|
|
2196
2197
|
// Inline function 'kotlin.hashCode' call
|
|
2197
|
-
var tmp0_safe_receiver = element.
|
|
2198
|
+
var tmp0_safe_receiver = element.fn();
|
|
2198
2199
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
2199
2200
|
accumulator = tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
2200
2201
|
}
|
|
@@ -2202,13 +2203,13 @@
|
|
|
2202
2203
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2203
2204
|
// Inline function 'kotlin.collections.fold' call
|
|
2204
2205
|
var accumulator_0 = 1;
|
|
2205
|
-
var _iterator__ex2g4s_0 = elementDescriptors.
|
|
2206
|
-
while (_iterator__ex2g4s_0.
|
|
2207
|
-
var element_0 = _iterator__ex2g4s_0.
|
|
2206
|
+
var _iterator__ex2g4s_0 = elementDescriptors.t();
|
|
2207
|
+
while (_iterator__ex2g4s_0.u()) {
|
|
2208
|
+
var element_0 = _iterator__ex2g4s_0.v();
|
|
2208
2209
|
var hash_0 = accumulator_0;
|
|
2209
2210
|
var tmp_0 = imul(31, hash_0);
|
|
2210
2211
|
// Inline function 'kotlin.hashCode' call
|
|
2211
|
-
var tmp0_safe_receiver_0 = element_0.
|
|
2212
|
+
var tmp0_safe_receiver_0 = element_0.gn();
|
|
2212
2213
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
2213
2214
|
accumulator_0 = tmp_0 + (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0) | 0;
|
|
2214
2215
|
}
|
|
@@ -2218,43 +2219,43 @@
|
|
|
2218
2219
|
return result;
|
|
2219
2220
|
}
|
|
2220
2221
|
function toStringImpl(_this__u8e3s4) {
|
|
2221
|
-
var tmp = until(0, _this__u8e3s4.
|
|
2222
|
-
var tmp_0 = _this__u8e3s4.
|
|
2222
|
+
var tmp = until(0, _this__u8e3s4.in());
|
|
2223
|
+
var tmp_0 = _this__u8e3s4.fn() + '(';
|
|
2223
2224
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, toStringImpl$lambda(_this__u8e3s4));
|
|
2224
2225
|
}
|
|
2225
2226
|
function _get_childSerializers__7vnyfa($this) {
|
|
2226
|
-
var tmp0 = $this.
|
|
2227
|
+
var tmp0 = $this.qs_1;
|
|
2227
2228
|
var tmp = KProperty1;
|
|
2228
2229
|
// Inline function 'kotlin.getValue' call
|
|
2229
2230
|
getPropertyCallableRef('childSerializers', 1, tmp, PluginGeneratedSerialDescriptor$_get_childSerializers_$ref_e7suca(), null);
|
|
2230
|
-
return tmp0.
|
|
2231
|
+
return tmp0.o1();
|
|
2231
2232
|
}
|
|
2232
2233
|
function _get__hashCode__tgwhef_0($this) {
|
|
2233
|
-
var tmp0 = $this.
|
|
2234
|
+
var tmp0 = $this.ss_1;
|
|
2234
2235
|
var tmp = KProperty1;
|
|
2235
2236
|
// Inline function 'kotlin.getValue' call
|
|
2236
2237
|
getPropertyCallableRef('_hashCode', 1, tmp, PluginGeneratedSerialDescriptor$_get__hashCode_$ref_cmj4vz(), null);
|
|
2237
|
-
return tmp0.
|
|
2238
|
+
return tmp0.o1();
|
|
2238
2239
|
}
|
|
2239
2240
|
function buildIndices($this) {
|
|
2240
2241
|
var indices = HashMap_init_$Create$();
|
|
2241
2242
|
var inductionVariable = 0;
|
|
2242
|
-
var last = $this.
|
|
2243
|
+
var last = $this.ls_1.length - 1 | 0;
|
|
2243
2244
|
if (inductionVariable <= last)
|
|
2244
2245
|
do {
|
|
2245
2246
|
var i = inductionVariable;
|
|
2246
2247
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2247
2248
|
// Inline function 'kotlin.collections.set' call
|
|
2248
|
-
var key = $this.
|
|
2249
|
-
indices.
|
|
2249
|
+
var key = $this.ls_1[i];
|
|
2250
|
+
indices.r2(key, i);
|
|
2250
2251
|
}
|
|
2251
2252
|
while (inductionVariable <= last);
|
|
2252
2253
|
return indices;
|
|
2253
2254
|
}
|
|
2254
2255
|
function PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this$0) {
|
|
2255
2256
|
return function () {
|
|
2256
|
-
var tmp0_safe_receiver = this$0.
|
|
2257
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2257
|
+
var tmp0_safe_receiver = this$0.is_1;
|
|
2258
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ws();
|
|
2258
2259
|
return tmp1_elvis_lhs == null ? get_EMPTY_SERIALIZER_ARRAY() : tmp1_elvis_lhs;
|
|
2259
2260
|
};
|
|
2260
2261
|
}
|
|
@@ -2265,8 +2266,8 @@
|
|
|
2265
2266
|
}
|
|
2266
2267
|
function PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this$0) {
|
|
2267
2268
|
return function () {
|
|
2268
|
-
var tmp0_safe_receiver = this$0.
|
|
2269
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2269
|
+
var tmp0_safe_receiver = this$0.is_1;
|
|
2270
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.xs();
|
|
2270
2271
|
var tmp;
|
|
2271
2272
|
if (tmp1_safe_receiver == null) {
|
|
2272
2273
|
tmp = null;
|
|
@@ -2279,8 +2280,8 @@
|
|
|
2279
2280
|
while (inductionVariable < last) {
|
|
2280
2281
|
var item = tmp1_safe_receiver[inductionVariable];
|
|
2281
2282
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2282
|
-
var tmp$ret$0 = item.
|
|
2283
|
-
destination.
|
|
2283
|
+
var tmp$ret$0 = item.em();
|
|
2284
|
+
destination.x(tmp$ret$0);
|
|
2284
2285
|
}
|
|
2285
2286
|
tmp = destination;
|
|
2286
2287
|
}
|
|
@@ -2289,12 +2290,12 @@
|
|
|
2289
2290
|
}
|
|
2290
2291
|
function PluginGeneratedSerialDescriptor$_get_typeParameterDescriptors_$ref_jk3pka() {
|
|
2291
2292
|
return function (p0) {
|
|
2292
|
-
return p0.
|
|
2293
|
+
return p0.ts();
|
|
2293
2294
|
};
|
|
2294
2295
|
}
|
|
2295
2296
|
function PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this$0) {
|
|
2296
2297
|
return function () {
|
|
2297
|
-
return hashCodeImpl(this$0, this$0.
|
|
2298
|
+
return hashCodeImpl(this$0, this$0.ts());
|
|
2298
2299
|
};
|
|
2299
2300
|
}
|
|
2300
2301
|
function PluginGeneratedSerialDescriptor$_get__hashCode_$ref_cmj4vz() {
|
|
@@ -2304,74 +2305,74 @@
|
|
|
2304
2305
|
}
|
|
2305
2306
|
function PluginGeneratedSerialDescriptor(serialName, generatedSerializer, elementsCount) {
|
|
2306
2307
|
generatedSerializer = generatedSerializer === VOID ? null : generatedSerializer;
|
|
2307
|
-
this.
|
|
2308
|
-
this.
|
|
2309
|
-
this.
|
|
2310
|
-
this.
|
|
2308
|
+
this.hs_1 = serialName;
|
|
2309
|
+
this.is_1 = generatedSerializer;
|
|
2310
|
+
this.js_1 = elementsCount;
|
|
2311
|
+
this.ks_1 = -1;
|
|
2311
2312
|
var tmp = this;
|
|
2312
2313
|
var tmp_0 = 0;
|
|
2313
|
-
var tmp_1 = this.
|
|
2314
|
+
var tmp_1 = this.js_1;
|
|
2314
2315
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2315
2316
|
var tmp_2 = Array(tmp_1);
|
|
2316
2317
|
while (tmp_0 < tmp_1) {
|
|
2317
2318
|
tmp_2[tmp_0] = '[UNINITIALIZED]';
|
|
2318
2319
|
tmp_0 = tmp_0 + 1 | 0;
|
|
2319
2320
|
}
|
|
2320
|
-
tmp.
|
|
2321
|
+
tmp.ls_1 = tmp_2;
|
|
2321
2322
|
var tmp_3 = this;
|
|
2322
2323
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2323
|
-
var size = this.
|
|
2324
|
-
tmp_3.
|
|
2325
|
-
this.
|
|
2326
|
-
this.
|
|
2327
|
-
this.
|
|
2324
|
+
var size = this.js_1;
|
|
2325
|
+
tmp_3.ms_1 = Array(size);
|
|
2326
|
+
this.ns_1 = null;
|
|
2327
|
+
this.os_1 = booleanArray(this.js_1);
|
|
2328
|
+
this.ps_1 = emptyMap();
|
|
2328
2329
|
var tmp_4 = this;
|
|
2329
2330
|
var tmp_5 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2330
|
-
tmp_4.
|
|
2331
|
+
tmp_4.qs_1 = lazy(tmp_5, PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this));
|
|
2331
2332
|
var tmp_6 = this;
|
|
2332
2333
|
var tmp_7 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2333
|
-
tmp_6.
|
|
2334
|
+
tmp_6.rs_1 = lazy(tmp_7, PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this));
|
|
2334
2335
|
var tmp_8 = this;
|
|
2335
2336
|
var tmp_9 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2336
|
-
tmp_8.
|
|
2337
|
+
tmp_8.ss_1 = lazy(tmp_9, PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this));
|
|
2337
2338
|
}
|
|
2338
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2339
|
-
return this.
|
|
2339
|
+
protoOf(PluginGeneratedSerialDescriptor).fn = function () {
|
|
2340
|
+
return this.hs_1;
|
|
2340
2341
|
};
|
|
2341
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2342
|
-
return this.
|
|
2342
|
+
protoOf(PluginGeneratedSerialDescriptor).in = function () {
|
|
2343
|
+
return this.js_1;
|
|
2343
2344
|
};
|
|
2344
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2345
|
+
protoOf(PluginGeneratedSerialDescriptor).gn = function () {
|
|
2345
2346
|
return CLASS_getInstance();
|
|
2346
2347
|
};
|
|
2347
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2348
|
-
var tmp0_elvis_lhs = this.
|
|
2348
|
+
protoOf(PluginGeneratedSerialDescriptor).jn = function () {
|
|
2349
|
+
var tmp0_elvis_lhs = this.ns_1;
|
|
2349
2350
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
2350
2351
|
};
|
|
2351
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2352
|
-
return this.
|
|
2352
|
+
protoOf(PluginGeneratedSerialDescriptor).fo = function () {
|
|
2353
|
+
return this.ps_1.l2();
|
|
2353
2354
|
};
|
|
2354
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2355
|
-
var tmp0 = this.
|
|
2355
|
+
protoOf(PluginGeneratedSerialDescriptor).ts = function () {
|
|
2356
|
+
var tmp0 = this.rs_1;
|
|
2356
2357
|
var tmp = KProperty1;
|
|
2357
2358
|
// Inline function 'kotlin.getValue' call
|
|
2358
2359
|
getPropertyCallableRef('typeParameterDescriptors', 1, tmp, PluginGeneratedSerialDescriptor$_get_typeParameterDescriptors_$ref_jk3pka(), null);
|
|
2359
|
-
return tmp0.
|
|
2360
|
+
return tmp0.o1();
|
|
2360
2361
|
};
|
|
2361
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2362
|
-
this.
|
|
2363
|
-
this.
|
|
2364
|
-
this.
|
|
2365
|
-
this.
|
|
2366
|
-
if (this.
|
|
2367
|
-
this.
|
|
2362
|
+
protoOf(PluginGeneratedSerialDescriptor).us = function (name, isOptional) {
|
|
2363
|
+
this.ks_1 = this.ks_1 + 1 | 0;
|
|
2364
|
+
this.ls_1[this.ks_1] = name;
|
|
2365
|
+
this.os_1[this.ks_1] = isOptional;
|
|
2366
|
+
this.ms_1[this.ks_1] = null;
|
|
2367
|
+
if (this.ks_1 === (this.js_1 - 1 | 0)) {
|
|
2368
|
+
this.ps_1 = buildIndices(this);
|
|
2368
2369
|
}
|
|
2369
2370
|
};
|
|
2370
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2371
|
-
return getChecked(_get_childSerializers__7vnyfa(this), index).
|
|
2371
|
+
protoOf(PluginGeneratedSerialDescriptor).ln = function (index) {
|
|
2372
|
+
return getChecked(_get_childSerializers__7vnyfa(this), index).em();
|
|
2372
2373
|
};
|
|
2373
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2374
|
-
return getChecked(this.
|
|
2374
|
+
protoOf(PluginGeneratedSerialDescriptor).kn = function (index) {
|
|
2375
|
+
return getChecked(this.ls_1, index);
|
|
2375
2376
|
};
|
|
2376
2377
|
protoOf(PluginGeneratedSerialDescriptor).equals = function (other) {
|
|
2377
2378
|
var tmp$ret$0;
|
|
@@ -2385,29 +2386,29 @@
|
|
|
2385
2386
|
tmp$ret$0 = false;
|
|
2386
2387
|
break $l$block_5;
|
|
2387
2388
|
}
|
|
2388
|
-
if (!(this.
|
|
2389
|
+
if (!(this.fn() === other.fn())) {
|
|
2389
2390
|
tmp$ret$0 = false;
|
|
2390
2391
|
break $l$block_5;
|
|
2391
2392
|
}
|
|
2392
|
-
if (!contentEquals(this.
|
|
2393
|
+
if (!contentEquals(this.ts(), other.ts())) {
|
|
2393
2394
|
tmp$ret$0 = false;
|
|
2394
2395
|
break $l$block_5;
|
|
2395
2396
|
}
|
|
2396
|
-
if (!(this.
|
|
2397
|
+
if (!(this.in() === other.in())) {
|
|
2397
2398
|
tmp$ret$0 = false;
|
|
2398
2399
|
break $l$block_5;
|
|
2399
2400
|
}
|
|
2400
2401
|
var inductionVariable = 0;
|
|
2401
|
-
var last = this.
|
|
2402
|
+
var last = this.in();
|
|
2402
2403
|
if (inductionVariable < last)
|
|
2403
2404
|
do {
|
|
2404
2405
|
var index = inductionVariable;
|
|
2405
2406
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2406
|
-
if (!(this.
|
|
2407
|
+
if (!(this.ln(index).fn() === other.ln(index).fn())) {
|
|
2407
2408
|
tmp$ret$0 = false;
|
|
2408
2409
|
break $l$block_5;
|
|
2409
2410
|
}
|
|
2410
|
-
if (!equals(this.
|
|
2411
|
+
if (!equals(this.ln(index).gn(), other.ln(index).gn())) {
|
|
2411
2412
|
tmp$ret$0 = false;
|
|
2412
2413
|
break $l$block_5;
|
|
2413
2414
|
}
|
|
@@ -2425,7 +2426,7 @@
|
|
|
2425
2426
|
};
|
|
2426
2427
|
function toStringImpl$lambda($this_toStringImpl) {
|
|
2427
2428
|
return function (i) {
|
|
2428
|
-
return $this_toStringImpl.
|
|
2429
|
+
return $this_toStringImpl.kn(i) + ': ' + $this_toStringImpl.ln(i).fn();
|
|
2429
2430
|
};
|
|
2430
2431
|
}
|
|
2431
2432
|
function get_EMPTY_SERIALIZER_ARRAY() {
|
|
@@ -2451,24 +2452,24 @@
|
|
|
2451
2452
|
CharArraySerializer_instance = this;
|
|
2452
2453
|
PrimitiveArraySerializer.call(this, serializer_9(Companion_getInstance()));
|
|
2453
2454
|
}
|
|
2454
|
-
protoOf(CharArraySerializer_0).
|
|
2455
|
+
protoOf(CharArraySerializer_0).kt = function (_this__u8e3s4) {
|
|
2455
2456
|
return _this__u8e3s4.length;
|
|
2456
2457
|
};
|
|
2457
|
-
protoOf(CharArraySerializer_0).
|
|
2458
|
-
return this.
|
|
2458
|
+
protoOf(CharArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2459
|
+
return this.kt((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2459
2460
|
};
|
|
2460
|
-
protoOf(CharArraySerializer_0).
|
|
2461
|
+
protoOf(CharArraySerializer_0).lt = function (encoder, content, size) {
|
|
2461
2462
|
var inductionVariable = 0;
|
|
2462
2463
|
if (inductionVariable < size)
|
|
2463
2464
|
do {
|
|
2464
2465
|
var i = inductionVariable;
|
|
2465
2466
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2466
|
-
encoder.
|
|
2467
|
+
encoder.cp(this.qr_1, i, content[i]);
|
|
2467
2468
|
}
|
|
2468
2469
|
while (inductionVariable < size);
|
|
2469
2470
|
};
|
|
2470
|
-
protoOf(CharArraySerializer_0).
|
|
2471
|
-
return this.
|
|
2471
|
+
protoOf(CharArraySerializer_0).sr = function (encoder, content, size) {
|
|
2472
|
+
return this.lt(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
2472
2473
|
};
|
|
2473
2474
|
var CharArraySerializer_instance;
|
|
2474
2475
|
function CharArraySerializer_getInstance() {
|
|
@@ -2480,24 +2481,24 @@
|
|
|
2480
2481
|
DoubleArraySerializer_instance = this;
|
|
2481
2482
|
PrimitiveArraySerializer.call(this, serializer_10(DoubleCompanionObject_instance));
|
|
2482
2483
|
}
|
|
2483
|
-
protoOf(DoubleArraySerializer_0).
|
|
2484
|
+
protoOf(DoubleArraySerializer_0).ot = function (_this__u8e3s4) {
|
|
2484
2485
|
return _this__u8e3s4.length;
|
|
2485
2486
|
};
|
|
2486
|
-
protoOf(DoubleArraySerializer_0).
|
|
2487
|
-
return this.
|
|
2487
|
+
protoOf(DoubleArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2488
|
+
return this.ot((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2488
2489
|
};
|
|
2489
|
-
protoOf(DoubleArraySerializer_0).
|
|
2490
|
+
protoOf(DoubleArraySerializer_0).pt = function (encoder, content, size) {
|
|
2490
2491
|
var inductionVariable = 0;
|
|
2491
2492
|
if (inductionVariable < size)
|
|
2492
2493
|
do {
|
|
2493
2494
|
var i = inductionVariable;
|
|
2494
2495
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2495
|
-
encoder.
|
|
2496
|
+
encoder.bp(this.qr_1, i, content[i]);
|
|
2496
2497
|
}
|
|
2497
2498
|
while (inductionVariable < size);
|
|
2498
2499
|
};
|
|
2499
|
-
protoOf(DoubleArraySerializer_0).
|
|
2500
|
-
return this.
|
|
2500
|
+
protoOf(DoubleArraySerializer_0).sr = function (encoder, content, size) {
|
|
2501
|
+
return this.pt(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
2501
2502
|
};
|
|
2502
2503
|
var DoubleArraySerializer_instance;
|
|
2503
2504
|
function DoubleArraySerializer_getInstance() {
|
|
@@ -2509,24 +2510,24 @@
|
|
|
2509
2510
|
FloatArraySerializer_instance = this;
|
|
2510
2511
|
PrimitiveArraySerializer.call(this, serializer_11(FloatCompanionObject_instance));
|
|
2511
2512
|
}
|
|
2512
|
-
protoOf(FloatArraySerializer_0).
|
|
2513
|
+
protoOf(FloatArraySerializer_0).st = function (_this__u8e3s4) {
|
|
2513
2514
|
return _this__u8e3s4.length;
|
|
2514
2515
|
};
|
|
2515
|
-
protoOf(FloatArraySerializer_0).
|
|
2516
|
-
return this.
|
|
2516
|
+
protoOf(FloatArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2517
|
+
return this.st((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2517
2518
|
};
|
|
2518
|
-
protoOf(FloatArraySerializer_0).
|
|
2519
|
+
protoOf(FloatArraySerializer_0).tt = function (encoder, content, size) {
|
|
2519
2520
|
var inductionVariable = 0;
|
|
2520
2521
|
if (inductionVariable < size)
|
|
2521
2522
|
do {
|
|
2522
2523
|
var i = inductionVariable;
|
|
2523
2524
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2524
|
-
encoder.
|
|
2525
|
+
encoder.ap(this.qr_1, i, content[i]);
|
|
2525
2526
|
}
|
|
2526
2527
|
while (inductionVariable < size);
|
|
2527
2528
|
};
|
|
2528
|
-
protoOf(FloatArraySerializer_0).
|
|
2529
|
-
return this.
|
|
2529
|
+
protoOf(FloatArraySerializer_0).sr = function (encoder, content, size) {
|
|
2530
|
+
return this.tt(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
2530
2531
|
};
|
|
2531
2532
|
var FloatArraySerializer_instance;
|
|
2532
2533
|
function FloatArraySerializer_getInstance() {
|
|
@@ -2538,24 +2539,24 @@
|
|
|
2538
2539
|
LongArraySerializer_instance = this;
|
|
2539
2540
|
PrimitiveArraySerializer.call(this, serializer_6(Companion_getInstance_0()));
|
|
2540
2541
|
}
|
|
2541
|
-
protoOf(LongArraySerializer_0).
|
|
2542
|
+
protoOf(LongArraySerializer_0).wt = function (_this__u8e3s4) {
|
|
2542
2543
|
return _this__u8e3s4.length;
|
|
2543
2544
|
};
|
|
2544
|
-
protoOf(LongArraySerializer_0).
|
|
2545
|
-
return this.
|
|
2545
|
+
protoOf(LongArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2546
|
+
return this.wt((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2546
2547
|
};
|
|
2547
|
-
protoOf(LongArraySerializer_0).
|
|
2548
|
+
protoOf(LongArraySerializer_0).xt = function (encoder, content, size) {
|
|
2548
2549
|
var inductionVariable = 0;
|
|
2549
2550
|
if (inductionVariable < size)
|
|
2550
2551
|
do {
|
|
2551
2552
|
var i = inductionVariable;
|
|
2552
2553
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2553
|
-
encoder.
|
|
2554
|
+
encoder.zo(this.qr_1, i, content[i]);
|
|
2554
2555
|
}
|
|
2555
2556
|
while (inductionVariable < size);
|
|
2556
2557
|
};
|
|
2557
|
-
protoOf(LongArraySerializer_0).
|
|
2558
|
-
return this.
|
|
2558
|
+
protoOf(LongArraySerializer_0).sr = function (encoder, content, size) {
|
|
2559
|
+
return this.xt(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
2559
2560
|
};
|
|
2560
2561
|
var LongArraySerializer_instance;
|
|
2561
2562
|
function LongArraySerializer_getInstance() {
|
|
@@ -2567,28 +2568,28 @@
|
|
|
2567
2568
|
ULongArraySerializer_instance = this;
|
|
2568
2569
|
PrimitiveArraySerializer.call(this, serializer_2(Companion_getInstance_1()));
|
|
2569
2570
|
}
|
|
2570
|
-
protoOf(ULongArraySerializer_0).
|
|
2571
|
+
protoOf(ULongArraySerializer_0).au = function (_this__u8e3s4) {
|
|
2571
2572
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
2572
2573
|
};
|
|
2573
|
-
protoOf(ULongArraySerializer_0).
|
|
2574
|
-
return this.
|
|
2574
|
+
protoOf(ULongArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2575
|
+
return this.au(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.jj_1 : THROW_CCE());
|
|
2575
2576
|
};
|
|
2576
|
-
protoOf(ULongArraySerializer_0).
|
|
2577
|
+
protoOf(ULongArraySerializer_0).bu = function (encoder, content, size) {
|
|
2577
2578
|
var inductionVariable = 0;
|
|
2578
2579
|
if (inductionVariable < size)
|
|
2579
2580
|
do {
|
|
2580
2581
|
var i = inductionVariable;
|
|
2581
2582
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2582
|
-
var tmp = encoder.
|
|
2583
|
+
var tmp = encoder.ep(this.qr_1, i);
|
|
2583
2584
|
// Inline function 'kotlin.ULong.toLong' call
|
|
2584
2585
|
var this_0 = ULongArray__get_impl_pr71q9(content, i);
|
|
2585
2586
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(this_0);
|
|
2586
|
-
tmp.
|
|
2587
|
+
tmp.po(tmp$ret$0);
|
|
2587
2588
|
}
|
|
2588
2589
|
while (inductionVariable < size);
|
|
2589
2590
|
};
|
|
2590
|
-
protoOf(ULongArraySerializer_0).
|
|
2591
|
-
return this.
|
|
2591
|
+
protoOf(ULongArraySerializer_0).sr = function (encoder, content, size) {
|
|
2592
|
+
return this.bu(encoder, content instanceof ULongArray ? content.jj_1 : THROW_CCE(), size);
|
|
2592
2593
|
};
|
|
2593
2594
|
var ULongArraySerializer_instance;
|
|
2594
2595
|
function ULongArraySerializer_getInstance() {
|
|
@@ -2600,24 +2601,24 @@
|
|
|
2600
2601
|
IntArraySerializer_instance = this;
|
|
2601
2602
|
PrimitiveArraySerializer.call(this, serializer_5(IntCompanionObject_instance));
|
|
2602
2603
|
}
|
|
2603
|
-
protoOf(IntArraySerializer_0).
|
|
2604
|
+
protoOf(IntArraySerializer_0).eu = function (_this__u8e3s4) {
|
|
2604
2605
|
return _this__u8e3s4.length;
|
|
2605
2606
|
};
|
|
2606
|
-
protoOf(IntArraySerializer_0).
|
|
2607
|
-
return this.
|
|
2607
|
+
protoOf(IntArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2608
|
+
return this.eu((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2608
2609
|
};
|
|
2609
|
-
protoOf(IntArraySerializer_0).
|
|
2610
|
+
protoOf(IntArraySerializer_0).fu = function (encoder, content, size) {
|
|
2610
2611
|
var inductionVariable = 0;
|
|
2611
2612
|
if (inductionVariable < size)
|
|
2612
2613
|
do {
|
|
2613
2614
|
var i = inductionVariable;
|
|
2614
2615
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2615
|
-
encoder.
|
|
2616
|
+
encoder.yo(this.qr_1, i, content[i]);
|
|
2616
2617
|
}
|
|
2617
2618
|
while (inductionVariable < size);
|
|
2618
2619
|
};
|
|
2619
|
-
protoOf(IntArraySerializer_0).
|
|
2620
|
-
return this.
|
|
2620
|
+
protoOf(IntArraySerializer_0).sr = function (encoder, content, size) {
|
|
2621
|
+
return this.fu(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
2621
2622
|
};
|
|
2622
2623
|
var IntArraySerializer_instance;
|
|
2623
2624
|
function IntArraySerializer_getInstance() {
|
|
@@ -2629,28 +2630,28 @@
|
|
|
2629
2630
|
UIntArraySerializer_instance = this;
|
|
2630
2631
|
PrimitiveArraySerializer.call(this, serializer_1(Companion_getInstance_2()));
|
|
2631
2632
|
}
|
|
2632
|
-
protoOf(UIntArraySerializer_0).
|
|
2633
|
+
protoOf(UIntArraySerializer_0).iu = function (_this__u8e3s4) {
|
|
2633
2634
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
2634
2635
|
};
|
|
2635
|
-
protoOf(UIntArraySerializer_0).
|
|
2636
|
-
return this.
|
|
2636
|
+
protoOf(UIntArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2637
|
+
return this.iu(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.yi_1 : THROW_CCE());
|
|
2637
2638
|
};
|
|
2638
|
-
protoOf(UIntArraySerializer_0).
|
|
2639
|
+
protoOf(UIntArraySerializer_0).ju = function (encoder, content, size) {
|
|
2639
2640
|
var inductionVariable = 0;
|
|
2640
2641
|
if (inductionVariable < size)
|
|
2641
2642
|
do {
|
|
2642
2643
|
var i = inductionVariable;
|
|
2643
2644
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2644
|
-
var tmp = encoder.
|
|
2645
|
+
var tmp = encoder.ep(this.qr_1, i);
|
|
2645
2646
|
// Inline function 'kotlin.UInt.toInt' call
|
|
2646
2647
|
var this_0 = UIntArray__get_impl_gp5kza(content, i);
|
|
2647
2648
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
2648
|
-
tmp.
|
|
2649
|
+
tmp.oo(tmp$ret$0);
|
|
2649
2650
|
}
|
|
2650
2651
|
while (inductionVariable < size);
|
|
2651
2652
|
};
|
|
2652
|
-
protoOf(UIntArraySerializer_0).
|
|
2653
|
-
return this.
|
|
2653
|
+
protoOf(UIntArraySerializer_0).sr = function (encoder, content, size) {
|
|
2654
|
+
return this.ju(encoder, content instanceof UIntArray ? content.yi_1 : THROW_CCE(), size);
|
|
2654
2655
|
};
|
|
2655
2656
|
var UIntArraySerializer_instance;
|
|
2656
2657
|
function UIntArraySerializer_getInstance() {
|
|
@@ -2662,24 +2663,24 @@
|
|
|
2662
2663
|
ShortArraySerializer_instance = this;
|
|
2663
2664
|
PrimitiveArraySerializer.call(this, serializer_8(ShortCompanionObject_instance));
|
|
2664
2665
|
}
|
|
2665
|
-
protoOf(ShortArraySerializer_0).
|
|
2666
|
+
protoOf(ShortArraySerializer_0).mu = function (_this__u8e3s4) {
|
|
2666
2667
|
return _this__u8e3s4.length;
|
|
2667
2668
|
};
|
|
2668
|
-
protoOf(ShortArraySerializer_0).
|
|
2669
|
-
return this.
|
|
2669
|
+
protoOf(ShortArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2670
|
+
return this.mu((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2670
2671
|
};
|
|
2671
|
-
protoOf(ShortArraySerializer_0).
|
|
2672
|
+
protoOf(ShortArraySerializer_0).nu = function (encoder, content, size) {
|
|
2672
2673
|
var inductionVariable = 0;
|
|
2673
2674
|
if (inductionVariable < size)
|
|
2674
2675
|
do {
|
|
2675
2676
|
var i = inductionVariable;
|
|
2676
2677
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2677
|
-
encoder.
|
|
2678
|
+
encoder.xo(this.qr_1, i, content[i]);
|
|
2678
2679
|
}
|
|
2679
2680
|
while (inductionVariable < size);
|
|
2680
2681
|
};
|
|
2681
|
-
protoOf(ShortArraySerializer_0).
|
|
2682
|
-
return this.
|
|
2682
|
+
protoOf(ShortArraySerializer_0).sr = function (encoder, content, size) {
|
|
2683
|
+
return this.nu(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
2683
2684
|
};
|
|
2684
2685
|
var ShortArraySerializer_instance;
|
|
2685
2686
|
function ShortArraySerializer_getInstance() {
|
|
@@ -2691,28 +2692,28 @@
|
|
|
2691
2692
|
UShortArraySerializer_instance = this;
|
|
2692
2693
|
PrimitiveArraySerializer.call(this, serializer_4(Companion_getInstance_3()));
|
|
2693
2694
|
}
|
|
2694
|
-
protoOf(UShortArraySerializer_0).
|
|
2695
|
+
protoOf(UShortArraySerializer_0).qu = function (_this__u8e3s4) {
|
|
2695
2696
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
2696
2697
|
};
|
|
2697
|
-
protoOf(UShortArraySerializer_0).
|
|
2698
|
-
return this.
|
|
2698
|
+
protoOf(UShortArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2699
|
+
return this.qu(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.uj_1 : THROW_CCE());
|
|
2699
2700
|
};
|
|
2700
|
-
protoOf(UShortArraySerializer_0).
|
|
2701
|
+
protoOf(UShortArraySerializer_0).ru = function (encoder, content, size) {
|
|
2701
2702
|
var inductionVariable = 0;
|
|
2702
2703
|
if (inductionVariable < size)
|
|
2703
2704
|
do {
|
|
2704
2705
|
var i = inductionVariable;
|
|
2705
2706
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2706
|
-
var tmp = encoder.
|
|
2707
|
+
var tmp = encoder.ep(this.qr_1, i);
|
|
2707
2708
|
// Inline function 'kotlin.UShort.toShort' call
|
|
2708
2709
|
var this_0 = UShortArray__get_impl_fnbhmx(content, i);
|
|
2709
2710
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(this_0);
|
|
2710
|
-
tmp.
|
|
2711
|
+
tmp.no(tmp$ret$0);
|
|
2711
2712
|
}
|
|
2712
2713
|
while (inductionVariable < size);
|
|
2713
2714
|
};
|
|
2714
|
-
protoOf(UShortArraySerializer_0).
|
|
2715
|
-
return this.
|
|
2715
|
+
protoOf(UShortArraySerializer_0).sr = function (encoder, content, size) {
|
|
2716
|
+
return this.ru(encoder, content instanceof UShortArray ? content.uj_1 : THROW_CCE(), size);
|
|
2716
2717
|
};
|
|
2717
2718
|
var UShortArraySerializer_instance;
|
|
2718
2719
|
function UShortArraySerializer_getInstance() {
|
|
@@ -2724,24 +2725,24 @@
|
|
|
2724
2725
|
ByteArraySerializer_instance = this;
|
|
2725
2726
|
PrimitiveArraySerializer.call(this, serializer_7(ByteCompanionObject_instance));
|
|
2726
2727
|
}
|
|
2727
|
-
protoOf(ByteArraySerializer_0).
|
|
2728
|
+
protoOf(ByteArraySerializer_0).uu = function (_this__u8e3s4) {
|
|
2728
2729
|
return _this__u8e3s4.length;
|
|
2729
2730
|
};
|
|
2730
|
-
protoOf(ByteArraySerializer_0).
|
|
2731
|
-
return this.
|
|
2731
|
+
protoOf(ByteArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2732
|
+
return this.uu((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2732
2733
|
};
|
|
2733
|
-
protoOf(ByteArraySerializer_0).
|
|
2734
|
+
protoOf(ByteArraySerializer_0).vu = function (encoder, content, size) {
|
|
2734
2735
|
var inductionVariable = 0;
|
|
2735
2736
|
if (inductionVariable < size)
|
|
2736
2737
|
do {
|
|
2737
2738
|
var i = inductionVariable;
|
|
2738
2739
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2739
|
-
encoder.
|
|
2740
|
+
encoder.wo(this.qr_1, i, content[i]);
|
|
2740
2741
|
}
|
|
2741
2742
|
while (inductionVariable < size);
|
|
2742
2743
|
};
|
|
2743
|
-
protoOf(ByteArraySerializer_0).
|
|
2744
|
-
return this.
|
|
2744
|
+
protoOf(ByteArraySerializer_0).sr = function (encoder, content, size) {
|
|
2745
|
+
return this.vu(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
2745
2746
|
};
|
|
2746
2747
|
var ByteArraySerializer_instance;
|
|
2747
2748
|
function ByteArraySerializer_getInstance() {
|
|
@@ -2753,28 +2754,28 @@
|
|
|
2753
2754
|
UByteArraySerializer_instance = this;
|
|
2754
2755
|
PrimitiveArraySerializer.call(this, serializer_3(Companion_getInstance_4()));
|
|
2755
2756
|
}
|
|
2756
|
-
protoOf(UByteArraySerializer_0).
|
|
2757
|
+
protoOf(UByteArraySerializer_0).yu = function (_this__u8e3s4) {
|
|
2757
2758
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
2758
2759
|
};
|
|
2759
|
-
protoOf(UByteArraySerializer_0).
|
|
2760
|
-
return this.
|
|
2760
|
+
protoOf(UByteArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2761
|
+
return this.yu(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.ni_1 : THROW_CCE());
|
|
2761
2762
|
};
|
|
2762
|
-
protoOf(UByteArraySerializer_0).
|
|
2763
|
+
protoOf(UByteArraySerializer_0).zu = function (encoder, content, size) {
|
|
2763
2764
|
var inductionVariable = 0;
|
|
2764
2765
|
if (inductionVariable < size)
|
|
2765
2766
|
do {
|
|
2766
2767
|
var i = inductionVariable;
|
|
2767
2768
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2768
|
-
var tmp = encoder.
|
|
2769
|
+
var tmp = encoder.ep(this.qr_1, i);
|
|
2769
2770
|
// Inline function 'kotlin.UByte.toByte' call
|
|
2770
2771
|
var this_0 = UByteArray__get_impl_t5f3hv(content, i);
|
|
2771
2772
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(this_0);
|
|
2772
|
-
tmp.
|
|
2773
|
+
tmp.mo(tmp$ret$0);
|
|
2773
2774
|
}
|
|
2774
2775
|
while (inductionVariable < size);
|
|
2775
2776
|
};
|
|
2776
|
-
protoOf(UByteArraySerializer_0).
|
|
2777
|
-
return this.
|
|
2777
|
+
protoOf(UByteArraySerializer_0).sr = function (encoder, content, size) {
|
|
2778
|
+
return this.zu(encoder, content instanceof UByteArray ? content.ni_1 : THROW_CCE(), size);
|
|
2778
2779
|
};
|
|
2779
2780
|
var UByteArraySerializer_instance;
|
|
2780
2781
|
function UByteArraySerializer_getInstance() {
|
|
@@ -2786,24 +2787,24 @@
|
|
|
2786
2787
|
BooleanArraySerializer_instance = this;
|
|
2787
2788
|
PrimitiveArraySerializer.call(this, serializer_12(BooleanCompanionObject_instance));
|
|
2788
2789
|
}
|
|
2789
|
-
protoOf(BooleanArraySerializer_0).
|
|
2790
|
+
protoOf(BooleanArraySerializer_0).cv = function (_this__u8e3s4) {
|
|
2790
2791
|
return _this__u8e3s4.length;
|
|
2791
2792
|
};
|
|
2792
|
-
protoOf(BooleanArraySerializer_0).
|
|
2793
|
-
return this.
|
|
2793
|
+
protoOf(BooleanArraySerializer_0).cr = function (_this__u8e3s4) {
|
|
2794
|
+
return this.cv((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2794
2795
|
};
|
|
2795
|
-
protoOf(BooleanArraySerializer_0).
|
|
2796
|
+
protoOf(BooleanArraySerializer_0).dv = function (encoder, content, size) {
|
|
2796
2797
|
var inductionVariable = 0;
|
|
2797
2798
|
if (inductionVariable < size)
|
|
2798
2799
|
do {
|
|
2799
2800
|
var i = inductionVariable;
|
|
2800
2801
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2801
|
-
encoder.
|
|
2802
|
+
encoder.vo(this.qr_1, i, content[i]);
|
|
2802
2803
|
}
|
|
2803
2804
|
while (inductionVariable < size);
|
|
2804
2805
|
};
|
|
2805
|
-
protoOf(BooleanArraySerializer_0).
|
|
2806
|
-
return this.
|
|
2806
|
+
protoOf(BooleanArraySerializer_0).sr = function (encoder, content, size) {
|
|
2807
|
+
return this.dv(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
2807
2808
|
};
|
|
2808
2809
|
var BooleanArraySerializer_instance;
|
|
2809
2810
|
function BooleanArraySerializer_getInstance() {
|
|
@@ -2818,16 +2819,16 @@
|
|
|
2818
2819
|
var BUILTIN_SERIALIZERS;
|
|
2819
2820
|
function StringSerializer() {
|
|
2820
2821
|
StringSerializer_instance = this;
|
|
2821
|
-
this.
|
|
2822
|
+
this.ev_1 = new PrimitiveSerialDescriptor('kotlin.String', STRING_getInstance());
|
|
2822
2823
|
}
|
|
2823
|
-
protoOf(StringSerializer).
|
|
2824
|
-
return this.
|
|
2824
|
+
protoOf(StringSerializer).em = function () {
|
|
2825
|
+
return this.ev_1;
|
|
2825
2826
|
};
|
|
2826
|
-
protoOf(StringSerializer).
|
|
2827
|
-
return encoder.
|
|
2827
|
+
protoOf(StringSerializer).fv = function (encoder, value) {
|
|
2828
|
+
return encoder.to(value);
|
|
2828
2829
|
};
|
|
2829
|
-
protoOf(StringSerializer).
|
|
2830
|
-
return this.
|
|
2830
|
+
protoOf(StringSerializer).fm = function (encoder, value) {
|
|
2831
|
+
return this.fv(encoder, (!(value == null) ? typeof value === 'string' : false) ? value : THROW_CCE());
|
|
2831
2832
|
};
|
|
2832
2833
|
var StringSerializer_instance;
|
|
2833
2834
|
function StringSerializer_getInstance() {
|
|
@@ -2836,59 +2837,59 @@
|
|
|
2836
2837
|
return StringSerializer_instance;
|
|
2837
2838
|
}
|
|
2838
2839
|
function error_0($this) {
|
|
2839
|
-
throw IllegalStateException_init_$Create$('Primitive descriptor ' + $this.
|
|
2840
|
+
throw IllegalStateException_init_$Create$('Primitive descriptor ' + $this.gv_1 + ' does not have elements');
|
|
2840
2841
|
}
|
|
2841
2842
|
function PrimitiveSerialDescriptor(serialName, kind) {
|
|
2842
|
-
this.
|
|
2843
|
-
this.
|
|
2843
|
+
this.gv_1 = serialName;
|
|
2844
|
+
this.hv_1 = kind;
|
|
2844
2845
|
}
|
|
2845
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
2846
|
-
return this.
|
|
2846
|
+
protoOf(PrimitiveSerialDescriptor).fn = function () {
|
|
2847
|
+
return this.gv_1;
|
|
2847
2848
|
};
|
|
2848
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
2849
|
-
return this.
|
|
2849
|
+
protoOf(PrimitiveSerialDescriptor).gn = function () {
|
|
2850
|
+
return this.hv_1;
|
|
2850
2851
|
};
|
|
2851
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
2852
|
+
protoOf(PrimitiveSerialDescriptor).in = function () {
|
|
2852
2853
|
return 0;
|
|
2853
2854
|
};
|
|
2854
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
2855
|
+
protoOf(PrimitiveSerialDescriptor).kn = function (index) {
|
|
2855
2856
|
error_0(this);
|
|
2856
2857
|
};
|
|
2857
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
2858
|
+
protoOf(PrimitiveSerialDescriptor).ln = function (index) {
|
|
2858
2859
|
error_0(this);
|
|
2859
2860
|
};
|
|
2860
2861
|
protoOf(PrimitiveSerialDescriptor).toString = function () {
|
|
2861
|
-
return 'PrimitiveDescriptor(' + this.
|
|
2862
|
+
return 'PrimitiveDescriptor(' + this.gv_1 + ')';
|
|
2862
2863
|
};
|
|
2863
2864
|
protoOf(PrimitiveSerialDescriptor).equals = function (other) {
|
|
2864
2865
|
if (this === other)
|
|
2865
2866
|
return true;
|
|
2866
2867
|
if (!(other instanceof PrimitiveSerialDescriptor))
|
|
2867
2868
|
return false;
|
|
2868
|
-
if (this.
|
|
2869
|
+
if (this.gv_1 === other.gv_1 && equals(this.hv_1, other.hv_1))
|
|
2869
2870
|
return true;
|
|
2870
2871
|
return false;
|
|
2871
2872
|
};
|
|
2872
2873
|
protoOf(PrimitiveSerialDescriptor).hashCode = function () {
|
|
2873
|
-
return getStringHashCode(this.
|
|
2874
|
+
return getStringHashCode(this.gv_1) + imul(31, this.hv_1.hashCode()) | 0;
|
|
2874
2875
|
};
|
|
2875
2876
|
function builtinSerializerOrNull(_this__u8e3s4) {
|
|
2876
2877
|
_init_properties_Primitives_kt__k0eto4();
|
|
2877
|
-
var tmp = get_BUILTIN_SERIALIZERS().
|
|
2878
|
+
var tmp = get_BUILTIN_SERIALIZERS().k2(_this__u8e3s4);
|
|
2878
2879
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : THROW_CCE();
|
|
2879
2880
|
}
|
|
2880
2881
|
function IntSerializer() {
|
|
2881
2882
|
IntSerializer_instance = this;
|
|
2882
|
-
this.
|
|
2883
|
+
this.iv_1 = new PrimitiveSerialDescriptor('kotlin.Int', INT_getInstance());
|
|
2883
2884
|
}
|
|
2884
|
-
protoOf(IntSerializer).
|
|
2885
|
-
return this.
|
|
2885
|
+
protoOf(IntSerializer).em = function () {
|
|
2886
|
+
return this.iv_1;
|
|
2886
2887
|
};
|
|
2887
|
-
protoOf(IntSerializer).
|
|
2888
|
-
return encoder.
|
|
2888
|
+
protoOf(IntSerializer).jv = function (encoder, value) {
|
|
2889
|
+
return encoder.oo(value);
|
|
2889
2890
|
};
|
|
2890
|
-
protoOf(IntSerializer).
|
|
2891
|
-
return this.
|
|
2891
|
+
protoOf(IntSerializer).fm = function (encoder, value) {
|
|
2892
|
+
return this.jv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2892
2893
|
};
|
|
2893
2894
|
var IntSerializer_instance;
|
|
2894
2895
|
function IntSerializer_getInstance() {
|
|
@@ -2898,16 +2899,16 @@
|
|
|
2898
2899
|
}
|
|
2899
2900
|
function LongSerializer() {
|
|
2900
2901
|
LongSerializer_instance = this;
|
|
2901
|
-
this.
|
|
2902
|
+
this.kv_1 = new PrimitiveSerialDescriptor('kotlin.Long', LONG_getInstance());
|
|
2902
2903
|
}
|
|
2903
|
-
protoOf(LongSerializer).
|
|
2904
|
-
return this.
|
|
2904
|
+
protoOf(LongSerializer).em = function () {
|
|
2905
|
+
return this.kv_1;
|
|
2905
2906
|
};
|
|
2906
|
-
protoOf(LongSerializer).
|
|
2907
|
-
return encoder.
|
|
2907
|
+
protoOf(LongSerializer).lv = function (encoder, value) {
|
|
2908
|
+
return encoder.po(value);
|
|
2908
2909
|
};
|
|
2909
|
-
protoOf(LongSerializer).
|
|
2910
|
-
return this.
|
|
2910
|
+
protoOf(LongSerializer).fm = function (encoder, value) {
|
|
2911
|
+
return this.lv(encoder, value instanceof Long ? value : THROW_CCE());
|
|
2911
2912
|
};
|
|
2912
2913
|
var LongSerializer_instance;
|
|
2913
2914
|
function LongSerializer_getInstance() {
|
|
@@ -2917,16 +2918,16 @@
|
|
|
2917
2918
|
}
|
|
2918
2919
|
function ByteSerializer() {
|
|
2919
2920
|
ByteSerializer_instance = this;
|
|
2920
|
-
this.
|
|
2921
|
+
this.mv_1 = new PrimitiveSerialDescriptor('kotlin.Byte', BYTE_getInstance());
|
|
2921
2922
|
}
|
|
2922
|
-
protoOf(ByteSerializer).
|
|
2923
|
-
return this.
|
|
2923
|
+
protoOf(ByteSerializer).em = function () {
|
|
2924
|
+
return this.mv_1;
|
|
2924
2925
|
};
|
|
2925
|
-
protoOf(ByteSerializer).
|
|
2926
|
-
return encoder.
|
|
2926
|
+
protoOf(ByteSerializer).nv = function (encoder, value) {
|
|
2927
|
+
return encoder.mo(value);
|
|
2927
2928
|
};
|
|
2928
|
-
protoOf(ByteSerializer).
|
|
2929
|
-
return this.
|
|
2929
|
+
protoOf(ByteSerializer).fm = function (encoder, value) {
|
|
2930
|
+
return this.nv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2930
2931
|
};
|
|
2931
2932
|
var ByteSerializer_instance;
|
|
2932
2933
|
function ByteSerializer_getInstance() {
|
|
@@ -2936,16 +2937,16 @@
|
|
|
2936
2937
|
}
|
|
2937
2938
|
function ShortSerializer() {
|
|
2938
2939
|
ShortSerializer_instance = this;
|
|
2939
|
-
this.
|
|
2940
|
+
this.ov_1 = new PrimitiveSerialDescriptor('kotlin.Short', SHORT_getInstance());
|
|
2940
2941
|
}
|
|
2941
|
-
protoOf(ShortSerializer).
|
|
2942
|
-
return this.
|
|
2942
|
+
protoOf(ShortSerializer).em = function () {
|
|
2943
|
+
return this.ov_1;
|
|
2943
2944
|
};
|
|
2944
|
-
protoOf(ShortSerializer).
|
|
2945
|
-
return encoder.
|
|
2945
|
+
protoOf(ShortSerializer).pv = function (encoder, value) {
|
|
2946
|
+
return encoder.no(value);
|
|
2946
2947
|
};
|
|
2947
|
-
protoOf(ShortSerializer).
|
|
2948
|
-
return this.
|
|
2948
|
+
protoOf(ShortSerializer).fm = function (encoder, value) {
|
|
2949
|
+
return this.pv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2949
2950
|
};
|
|
2950
2951
|
var ShortSerializer_instance;
|
|
2951
2952
|
function ShortSerializer_getInstance() {
|
|
@@ -2955,16 +2956,16 @@
|
|
|
2955
2956
|
}
|
|
2956
2957
|
function CharSerializer() {
|
|
2957
2958
|
CharSerializer_instance = this;
|
|
2958
|
-
this.
|
|
2959
|
+
this.qv_1 = new PrimitiveSerialDescriptor('kotlin.Char', CHAR_getInstance());
|
|
2959
2960
|
}
|
|
2960
|
-
protoOf(CharSerializer).
|
|
2961
|
-
return this.
|
|
2961
|
+
protoOf(CharSerializer).em = function () {
|
|
2962
|
+
return this.qv_1;
|
|
2962
2963
|
};
|
|
2963
|
-
protoOf(CharSerializer).
|
|
2964
|
-
return encoder.
|
|
2964
|
+
protoOf(CharSerializer).rv = function (encoder, value) {
|
|
2965
|
+
return encoder.so(value);
|
|
2965
2966
|
};
|
|
2966
|
-
protoOf(CharSerializer).
|
|
2967
|
-
return this.
|
|
2967
|
+
protoOf(CharSerializer).fm = function (encoder, value) {
|
|
2968
|
+
return this.rv(encoder, value instanceof Char ? value.u1_1 : THROW_CCE());
|
|
2968
2969
|
};
|
|
2969
2970
|
var CharSerializer_instance;
|
|
2970
2971
|
function CharSerializer_getInstance() {
|
|
@@ -2974,16 +2975,16 @@
|
|
|
2974
2975
|
}
|
|
2975
2976
|
function DoubleSerializer() {
|
|
2976
2977
|
DoubleSerializer_instance = this;
|
|
2977
|
-
this.
|
|
2978
|
+
this.sv_1 = new PrimitiveSerialDescriptor('kotlin.Double', DOUBLE_getInstance());
|
|
2978
2979
|
}
|
|
2979
|
-
protoOf(DoubleSerializer).
|
|
2980
|
-
return this.
|
|
2980
|
+
protoOf(DoubleSerializer).em = function () {
|
|
2981
|
+
return this.sv_1;
|
|
2981
2982
|
};
|
|
2982
|
-
protoOf(DoubleSerializer).
|
|
2983
|
-
return encoder.
|
|
2983
|
+
protoOf(DoubleSerializer).tv = function (encoder, value) {
|
|
2984
|
+
return encoder.ro(value);
|
|
2984
2985
|
};
|
|
2985
|
-
protoOf(DoubleSerializer).
|
|
2986
|
-
return this.
|
|
2986
|
+
protoOf(DoubleSerializer).fm = function (encoder, value) {
|
|
2987
|
+
return this.tv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2987
2988
|
};
|
|
2988
2989
|
var DoubleSerializer_instance;
|
|
2989
2990
|
function DoubleSerializer_getInstance() {
|
|
@@ -2993,16 +2994,16 @@
|
|
|
2993
2994
|
}
|
|
2994
2995
|
function FloatSerializer() {
|
|
2995
2996
|
FloatSerializer_instance = this;
|
|
2996
|
-
this.
|
|
2997
|
+
this.uv_1 = new PrimitiveSerialDescriptor('kotlin.Float', FLOAT_getInstance());
|
|
2997
2998
|
}
|
|
2998
|
-
protoOf(FloatSerializer).
|
|
2999
|
-
return this.
|
|
2999
|
+
protoOf(FloatSerializer).em = function () {
|
|
3000
|
+
return this.uv_1;
|
|
3000
3001
|
};
|
|
3001
|
-
protoOf(FloatSerializer).
|
|
3002
|
-
return encoder.
|
|
3002
|
+
protoOf(FloatSerializer).vv = function (encoder, value) {
|
|
3003
|
+
return encoder.qo(value);
|
|
3003
3004
|
};
|
|
3004
|
-
protoOf(FloatSerializer).
|
|
3005
|
-
return this.
|
|
3005
|
+
protoOf(FloatSerializer).fm = function (encoder, value) {
|
|
3006
|
+
return this.vv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
3006
3007
|
};
|
|
3007
3008
|
var FloatSerializer_instance;
|
|
3008
3009
|
function FloatSerializer_getInstance() {
|
|
@@ -3012,16 +3013,16 @@
|
|
|
3012
3013
|
}
|
|
3013
3014
|
function BooleanSerializer() {
|
|
3014
3015
|
BooleanSerializer_instance = this;
|
|
3015
|
-
this.
|
|
3016
|
+
this.wv_1 = new PrimitiveSerialDescriptor('kotlin.Boolean', BOOLEAN_getInstance());
|
|
3016
3017
|
}
|
|
3017
|
-
protoOf(BooleanSerializer).
|
|
3018
|
-
return this.
|
|
3018
|
+
protoOf(BooleanSerializer).em = function () {
|
|
3019
|
+
return this.wv_1;
|
|
3019
3020
|
};
|
|
3020
|
-
protoOf(BooleanSerializer).
|
|
3021
|
-
return encoder.
|
|
3021
|
+
protoOf(BooleanSerializer).xv = function (encoder, value) {
|
|
3022
|
+
return encoder.lo(value);
|
|
3022
3023
|
};
|
|
3023
|
-
protoOf(BooleanSerializer).
|
|
3024
|
-
return this.
|
|
3024
|
+
protoOf(BooleanSerializer).fm = function (encoder, value) {
|
|
3025
|
+
return this.xv(encoder, (!(value == null) ? typeof value === 'boolean' : false) ? value : THROW_CCE());
|
|
3025
3026
|
};
|
|
3026
3027
|
var BooleanSerializer_instance;
|
|
3027
3028
|
function BooleanSerializer_getInstance() {
|
|
@@ -3031,16 +3032,16 @@
|
|
|
3031
3032
|
}
|
|
3032
3033
|
function UnitSerializer() {
|
|
3033
3034
|
UnitSerializer_instance = this;
|
|
3034
|
-
this.
|
|
3035
|
+
this.yv_1 = new ObjectSerializer('kotlin.Unit', Unit_instance);
|
|
3035
3036
|
}
|
|
3036
|
-
protoOf(UnitSerializer).
|
|
3037
|
-
return this.
|
|
3037
|
+
protoOf(UnitSerializer).em = function () {
|
|
3038
|
+
return this.yv_1.em();
|
|
3038
3039
|
};
|
|
3039
|
-
protoOf(UnitSerializer).
|
|
3040
|
-
this.
|
|
3040
|
+
protoOf(UnitSerializer).zv = function (encoder, value) {
|
|
3041
|
+
this.yv_1.tm(encoder, Unit_instance);
|
|
3041
3042
|
};
|
|
3042
|
-
protoOf(UnitSerializer).
|
|
3043
|
-
return this.
|
|
3043
|
+
protoOf(UnitSerializer).fm = function (encoder, value) {
|
|
3044
|
+
return this.zv(encoder, value instanceof Unit ? value : THROW_CCE());
|
|
3044
3045
|
};
|
|
3045
3046
|
var UnitSerializer_instance;
|
|
3046
3047
|
function UnitSerializer_getInstance() {
|
|
@@ -3057,8 +3058,8 @@
|
|
|
3057
3058
|
}
|
|
3058
3059
|
function MapEntrySerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
3059
3060
|
return function ($this$buildSerialDescriptor) {
|
|
3060
|
-
$this$buildSerialDescriptor.
|
|
3061
|
-
$this$buildSerialDescriptor.
|
|
3061
|
+
$this$buildSerialDescriptor.om('key', $keySerializer.em());
|
|
3062
|
+
$this$buildSerialDescriptor.om('value', $valueSerializer.em());
|
|
3062
3063
|
return Unit_instance;
|
|
3063
3064
|
};
|
|
3064
3065
|
}
|
|
@@ -3066,106 +3067,106 @@
|
|
|
3066
3067
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3067
3068
|
var tmp = this;
|
|
3068
3069
|
var tmp_0 = MAP_getInstance();
|
|
3069
|
-
tmp.
|
|
3070
|
+
tmp.cw_1 = buildSerialDescriptor('kotlin.collections.Map.Entry', tmp_0, [], MapEntrySerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3070
3071
|
}
|
|
3071
|
-
protoOf(MapEntrySerializer_0).
|
|
3072
|
-
return this.
|
|
3072
|
+
protoOf(MapEntrySerializer_0).em = function () {
|
|
3073
|
+
return this.cw_1;
|
|
3073
3074
|
};
|
|
3074
|
-
protoOf(MapEntrySerializer_0).
|
|
3075
|
-
return _this__u8e3s4.
|
|
3075
|
+
protoOf(MapEntrySerializer_0).dw = function (_this__u8e3s4) {
|
|
3076
|
+
return _this__u8e3s4.n1();
|
|
3076
3077
|
};
|
|
3077
|
-
protoOf(MapEntrySerializer_0).
|
|
3078
|
-
return this.
|
|
3078
|
+
protoOf(MapEntrySerializer_0).ew = function (_this__u8e3s4) {
|
|
3079
|
+
return this.dw((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3079
3080
|
};
|
|
3080
|
-
protoOf(MapEntrySerializer_0).
|
|
3081
|
-
return _this__u8e3s4.
|
|
3081
|
+
protoOf(MapEntrySerializer_0).fw = function (_this__u8e3s4) {
|
|
3082
|
+
return _this__u8e3s4.o1();
|
|
3082
3083
|
};
|
|
3083
|
-
protoOf(MapEntrySerializer_0).
|
|
3084
|
-
return this.
|
|
3084
|
+
protoOf(MapEntrySerializer_0).gw = function (_this__u8e3s4) {
|
|
3085
|
+
return this.fw((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3085
3086
|
};
|
|
3086
3087
|
function PairSerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
3087
3088
|
return function ($this$buildClassSerialDescriptor) {
|
|
3088
|
-
$this$buildClassSerialDescriptor.
|
|
3089
|
-
$this$buildClassSerialDescriptor.
|
|
3089
|
+
$this$buildClassSerialDescriptor.om('first', $keySerializer.em());
|
|
3090
|
+
$this$buildClassSerialDescriptor.om('second', $valueSerializer.em());
|
|
3090
3091
|
return Unit_instance;
|
|
3091
3092
|
};
|
|
3092
3093
|
}
|
|
3093
3094
|
function PairSerializer_0(keySerializer, valueSerializer) {
|
|
3094
3095
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3095
3096
|
var tmp = this;
|
|
3096
|
-
tmp.
|
|
3097
|
+
tmp.mw_1 = buildClassSerialDescriptor('kotlin.Pair', [], PairSerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3097
3098
|
}
|
|
3098
|
-
protoOf(PairSerializer_0).
|
|
3099
|
-
return this.
|
|
3099
|
+
protoOf(PairSerializer_0).em = function () {
|
|
3100
|
+
return this.mw_1;
|
|
3100
3101
|
};
|
|
3101
|
-
protoOf(PairSerializer_0).
|
|
3102
|
-
return _this__u8e3s4.
|
|
3102
|
+
protoOf(PairSerializer_0).nw = function (_this__u8e3s4) {
|
|
3103
|
+
return _this__u8e3s4.p9_1;
|
|
3103
3104
|
};
|
|
3104
|
-
protoOf(PairSerializer_0).
|
|
3105
|
-
return this.
|
|
3105
|
+
protoOf(PairSerializer_0).ew = function (_this__u8e3s4) {
|
|
3106
|
+
return this.nw(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3106
3107
|
};
|
|
3107
|
-
protoOf(PairSerializer_0).
|
|
3108
|
-
return _this__u8e3s4.
|
|
3108
|
+
protoOf(PairSerializer_0).ow = function (_this__u8e3s4) {
|
|
3109
|
+
return _this__u8e3s4.q9_1;
|
|
3109
3110
|
};
|
|
3110
|
-
protoOf(PairSerializer_0).
|
|
3111
|
-
return this.
|
|
3111
|
+
protoOf(PairSerializer_0).gw = function (_this__u8e3s4) {
|
|
3112
|
+
return this.ow(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3112
3113
|
};
|
|
3113
3114
|
function TripleSerializer$descriptor$lambda(this$0) {
|
|
3114
3115
|
return function ($this$buildClassSerialDescriptor) {
|
|
3115
|
-
$this$buildClassSerialDescriptor.
|
|
3116
|
-
$this$buildClassSerialDescriptor.
|
|
3117
|
-
$this$buildClassSerialDescriptor.
|
|
3116
|
+
$this$buildClassSerialDescriptor.om('first', this$0.pw_1.em());
|
|
3117
|
+
$this$buildClassSerialDescriptor.om('second', this$0.qw_1.em());
|
|
3118
|
+
$this$buildClassSerialDescriptor.om('third', this$0.rw_1.em());
|
|
3118
3119
|
return Unit_instance;
|
|
3119
3120
|
};
|
|
3120
3121
|
}
|
|
3121
3122
|
function TripleSerializer_0(aSerializer, bSerializer, cSerializer) {
|
|
3122
|
-
this.
|
|
3123
|
-
this.
|
|
3124
|
-
this.
|
|
3123
|
+
this.pw_1 = aSerializer;
|
|
3124
|
+
this.qw_1 = bSerializer;
|
|
3125
|
+
this.rw_1 = cSerializer;
|
|
3125
3126
|
var tmp = this;
|
|
3126
|
-
tmp.
|
|
3127
|
+
tmp.sw_1 = buildClassSerialDescriptor('kotlin.Triple', [], TripleSerializer$descriptor$lambda(this));
|
|
3127
3128
|
}
|
|
3128
|
-
protoOf(TripleSerializer_0).
|
|
3129
|
-
return this.
|
|
3129
|
+
protoOf(TripleSerializer_0).em = function () {
|
|
3130
|
+
return this.sw_1;
|
|
3130
3131
|
};
|
|
3131
|
-
protoOf(TripleSerializer_0).
|
|
3132
|
-
var structuredEncoder = encoder.
|
|
3133
|
-
structuredEncoder.
|
|
3134
|
-
structuredEncoder.
|
|
3135
|
-
structuredEncoder.
|
|
3136
|
-
structuredEncoder.
|
|
3132
|
+
protoOf(TripleSerializer_0).tw = function (encoder, value) {
|
|
3133
|
+
var structuredEncoder = encoder.go(this.sw_1);
|
|
3134
|
+
structuredEncoder.fp(this.sw_1, 0, this.pw_1, value.th_1);
|
|
3135
|
+
structuredEncoder.fp(this.sw_1, 1, this.qw_1, value.uh_1);
|
|
3136
|
+
structuredEncoder.fp(this.sw_1, 2, this.rw_1, value.vh_1);
|
|
3137
|
+
structuredEncoder.ho(this.sw_1);
|
|
3137
3138
|
};
|
|
3138
|
-
protoOf(TripleSerializer_0).
|
|
3139
|
-
return this.
|
|
3139
|
+
protoOf(TripleSerializer_0).fm = function (encoder, value) {
|
|
3140
|
+
return this.tw(encoder, value instanceof Triple ? value : THROW_CCE());
|
|
3140
3141
|
};
|
|
3141
3142
|
function KeyValueSerializer(keySerializer, valueSerializer) {
|
|
3142
|
-
this.
|
|
3143
|
-
this.
|
|
3143
|
+
this.hw_1 = keySerializer;
|
|
3144
|
+
this.iw_1 = valueSerializer;
|
|
3144
3145
|
}
|
|
3145
|
-
protoOf(KeyValueSerializer).
|
|
3146
|
-
var structuredEncoder = encoder.
|
|
3147
|
-
structuredEncoder.
|
|
3148
|
-
structuredEncoder.
|
|
3149
|
-
structuredEncoder.
|
|
3146
|
+
protoOf(KeyValueSerializer).jw = function (encoder, value) {
|
|
3147
|
+
var structuredEncoder = encoder.go(this.em());
|
|
3148
|
+
structuredEncoder.fp(this.em(), 0, this.hw_1, this.ew(value));
|
|
3149
|
+
structuredEncoder.fp(this.em(), 1, this.iw_1, this.gw(value));
|
|
3150
|
+
structuredEncoder.ho(this.em());
|
|
3150
3151
|
};
|
|
3151
|
-
protoOf(KeyValueSerializer).
|
|
3152
|
-
return this.
|
|
3152
|
+
protoOf(KeyValueSerializer).fm = function (encoder, value) {
|
|
3153
|
+
return this.jw(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
3153
3154
|
};
|
|
3154
3155
|
function UIntSerializer() {
|
|
3155
3156
|
UIntSerializer_instance = this;
|
|
3156
|
-
this.
|
|
3157
|
+
this.uw_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_5(IntCompanionObject_instance));
|
|
3157
3158
|
}
|
|
3158
|
-
protoOf(UIntSerializer).
|
|
3159
|
-
return this.
|
|
3159
|
+
protoOf(UIntSerializer).em = function () {
|
|
3160
|
+
return this.uw_1;
|
|
3160
3161
|
};
|
|
3161
|
-
protoOf(UIntSerializer).
|
|
3162
|
-
var tmp = encoder.
|
|
3162
|
+
protoOf(UIntSerializer).vw = function (encoder, value) {
|
|
3163
|
+
var tmp = encoder.uo(this.uw_1);
|
|
3163
3164
|
// Inline function 'kotlin.UInt.toInt' call
|
|
3164
3165
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(value);
|
|
3165
|
-
tmp.
|
|
3166
|
+
tmp.oo(tmp$ret$0);
|
|
3166
3167
|
};
|
|
3167
|
-
protoOf(UIntSerializer).
|
|
3168
|
-
return this.
|
|
3168
|
+
protoOf(UIntSerializer).fm = function (encoder, value) {
|
|
3169
|
+
return this.vw(encoder, value instanceof UInt ? value.ti_1 : THROW_CCE());
|
|
3169
3170
|
};
|
|
3170
3171
|
var UIntSerializer_instance;
|
|
3171
3172
|
function UIntSerializer_getInstance() {
|
|
@@ -3175,19 +3176,19 @@
|
|
|
3175
3176
|
}
|
|
3176
3177
|
function ULongSerializer() {
|
|
3177
3178
|
ULongSerializer_instance = this;
|
|
3178
|
-
this.
|
|
3179
|
+
this.ww_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_6(Companion_getInstance_0()));
|
|
3179
3180
|
}
|
|
3180
|
-
protoOf(ULongSerializer).
|
|
3181
|
-
return this.
|
|
3181
|
+
protoOf(ULongSerializer).em = function () {
|
|
3182
|
+
return this.ww_1;
|
|
3182
3183
|
};
|
|
3183
|
-
protoOf(ULongSerializer).
|
|
3184
|
-
var tmp = encoder.
|
|
3184
|
+
protoOf(ULongSerializer).xw = function (encoder, value) {
|
|
3185
|
+
var tmp = encoder.uo(this.ww_1);
|
|
3185
3186
|
// Inline function 'kotlin.ULong.toLong' call
|
|
3186
3187
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(value);
|
|
3187
|
-
tmp.
|
|
3188
|
+
tmp.po(tmp$ret$0);
|
|
3188
3189
|
};
|
|
3189
|
-
protoOf(ULongSerializer).
|
|
3190
|
-
return this.
|
|
3190
|
+
protoOf(ULongSerializer).fm = function (encoder, value) {
|
|
3191
|
+
return this.xw(encoder, value instanceof ULong ? value.ej_1 : THROW_CCE());
|
|
3191
3192
|
};
|
|
3192
3193
|
var ULongSerializer_instance;
|
|
3193
3194
|
function ULongSerializer_getInstance() {
|
|
@@ -3197,19 +3198,19 @@
|
|
|
3197
3198
|
}
|
|
3198
3199
|
function UByteSerializer() {
|
|
3199
3200
|
UByteSerializer_instance = this;
|
|
3200
|
-
this.
|
|
3201
|
+
this.yw_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_7(ByteCompanionObject_instance));
|
|
3201
3202
|
}
|
|
3202
|
-
protoOf(UByteSerializer).
|
|
3203
|
-
return this.
|
|
3203
|
+
protoOf(UByteSerializer).em = function () {
|
|
3204
|
+
return this.yw_1;
|
|
3204
3205
|
};
|
|
3205
|
-
protoOf(UByteSerializer).
|
|
3206
|
-
var tmp = encoder.
|
|
3206
|
+
protoOf(UByteSerializer).zw = function (encoder, value) {
|
|
3207
|
+
var tmp = encoder.uo(this.yw_1);
|
|
3207
3208
|
// Inline function 'kotlin.UByte.toByte' call
|
|
3208
3209
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(value);
|
|
3209
|
-
tmp.
|
|
3210
|
+
tmp.mo(tmp$ret$0);
|
|
3210
3211
|
};
|
|
3211
|
-
protoOf(UByteSerializer).
|
|
3212
|
-
return this.
|
|
3212
|
+
protoOf(UByteSerializer).fm = function (encoder, value) {
|
|
3213
|
+
return this.zw(encoder, value instanceof UByte ? value.ii_1 : THROW_CCE());
|
|
3213
3214
|
};
|
|
3214
3215
|
var UByteSerializer_instance;
|
|
3215
3216
|
function UByteSerializer_getInstance() {
|
|
@@ -3219,19 +3220,19 @@
|
|
|
3219
3220
|
}
|
|
3220
3221
|
function UShortSerializer() {
|
|
3221
3222
|
UShortSerializer_instance = this;
|
|
3222
|
-
this.
|
|
3223
|
+
this.ax_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_8(ShortCompanionObject_instance));
|
|
3223
3224
|
}
|
|
3224
|
-
protoOf(UShortSerializer).
|
|
3225
|
-
return this.
|
|
3225
|
+
protoOf(UShortSerializer).em = function () {
|
|
3226
|
+
return this.ax_1;
|
|
3226
3227
|
};
|
|
3227
|
-
protoOf(UShortSerializer).
|
|
3228
|
-
var tmp = encoder.
|
|
3228
|
+
protoOf(UShortSerializer).bx = function (encoder, value) {
|
|
3229
|
+
var tmp = encoder.uo(this.ax_1);
|
|
3229
3230
|
// Inline function 'kotlin.UShort.toShort' call
|
|
3230
3231
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(value);
|
|
3231
|
-
tmp.
|
|
3232
|
+
tmp.no(tmp$ret$0);
|
|
3232
3233
|
};
|
|
3233
|
-
protoOf(UShortSerializer).
|
|
3234
|
-
return this.
|
|
3234
|
+
protoOf(UShortSerializer).fm = function (encoder, value) {
|
|
3235
|
+
return this.bx(encoder, value instanceof UShort ? value.pj_1 : THROW_CCE());
|
|
3235
3236
|
};
|
|
3236
3237
|
var UShortSerializer_instance;
|
|
3237
3238
|
function UShortSerializer_getInstance() {
|
|
@@ -3246,37 +3247,37 @@
|
|
|
3246
3247
|
var EmptySerializersModule;
|
|
3247
3248
|
function SerializersModule() {
|
|
3248
3249
|
}
|
|
3249
|
-
protoOf(SerializersModule).
|
|
3250
|
+
protoOf(SerializersModule).xm = function (kClass, typeArgumentsSerializers, $super) {
|
|
3250
3251
|
typeArgumentsSerializers = typeArgumentsSerializers === VOID ? emptyList() : typeArgumentsSerializers;
|
|
3251
|
-
return $super === VOID ? this.
|
|
3252
|
+
return $super === VOID ? this.ym(kClass, typeArgumentsSerializers) : $super.ym.call(this, kClass, typeArgumentsSerializers);
|
|
3252
3253
|
};
|
|
3253
3254
|
function SerialModuleImpl(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider, hasInterfaceContextualSerializers) {
|
|
3254
3255
|
SerializersModule.call(this);
|
|
3255
|
-
this.
|
|
3256
|
-
this.
|
|
3257
|
-
this.
|
|
3258
|
-
this.
|
|
3259
|
-
this.
|
|
3260
|
-
this.
|
|
3261
|
-
}
|
|
3262
|
-
protoOf(SerialModuleImpl).
|
|
3263
|
-
return this.
|
|
3264
|
-
};
|
|
3265
|
-
protoOf(SerialModuleImpl).
|
|
3266
|
-
if (!baseClass.
|
|
3256
|
+
this.cx_1 = class2ContextualFactory;
|
|
3257
|
+
this.dx_1 = polyBase2Serializers;
|
|
3258
|
+
this.ex_1 = polyBase2DefaultSerializerProvider;
|
|
3259
|
+
this.fx_1 = polyBase2NamedSerializers;
|
|
3260
|
+
this.gx_1 = polyBase2DefaultDeserializerProvider;
|
|
3261
|
+
this.hx_1 = hasInterfaceContextualSerializers;
|
|
3262
|
+
}
|
|
3263
|
+
protoOf(SerialModuleImpl).wm = function () {
|
|
3264
|
+
return this.hx_1;
|
|
3265
|
+
};
|
|
3266
|
+
protoOf(SerialModuleImpl).np = function (baseClass, value) {
|
|
3267
|
+
if (!baseClass.u9(value))
|
|
3267
3268
|
return null;
|
|
3268
|
-
var tmp0_safe_receiver = this.
|
|
3269
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3269
|
+
var tmp0_safe_receiver = this.dx_1.k2(baseClass);
|
|
3270
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k2(getKClassFromExpression(value));
|
|
3270
3271
|
var registered = (!(tmp == null) ? isInterface(tmp, SerializationStrategy) : false) ? tmp : null;
|
|
3271
3272
|
if (!(registered == null))
|
|
3272
3273
|
return registered;
|
|
3273
|
-
var tmp_0 = this.
|
|
3274
|
+
var tmp_0 = this.ex_1.k2(baseClass);
|
|
3274
3275
|
var tmp1_safe_receiver = (!(tmp_0 == null) ? typeof tmp_0 === 'function' : false) ? tmp_0 : null;
|
|
3275
3276
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(value);
|
|
3276
3277
|
};
|
|
3277
|
-
protoOf(SerialModuleImpl).
|
|
3278
|
-
var tmp0_safe_receiver = this.
|
|
3279
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3278
|
+
protoOf(SerialModuleImpl).ym = function (kClass, typeArgumentsSerializers) {
|
|
3279
|
+
var tmp0_safe_receiver = this.cx_1.k2(kClass);
|
|
3280
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ix(typeArgumentsSerializers);
|
|
3280
3281
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : null;
|
|
3281
3282
|
};
|
|
3282
3283
|
var properties_initialized_SerializersModule_kt_fjigjn;
|
|
@@ -3290,21 +3291,21 @@
|
|
|
3290
3291
|
return get_EmptySerializersModuleLegacyJs();
|
|
3291
3292
|
}
|
|
3292
3293
|
function SerializableWith(serializer) {
|
|
3293
|
-
this.
|
|
3294
|
+
this.jx_1 = serializer;
|
|
3294
3295
|
}
|
|
3295
3296
|
protoOf(SerializableWith).equals = function (other) {
|
|
3296
3297
|
if (!(other instanceof SerializableWith))
|
|
3297
3298
|
return false;
|
|
3298
3299
|
var tmp0_other_with_cast = other instanceof SerializableWith ? other : THROW_CCE();
|
|
3299
|
-
if (!this.
|
|
3300
|
+
if (!this.jx_1.equals(tmp0_other_with_cast.jx_1))
|
|
3300
3301
|
return false;
|
|
3301
3302
|
return true;
|
|
3302
3303
|
};
|
|
3303
3304
|
protoOf(SerializableWith).hashCode = function () {
|
|
3304
|
-
return imul(getStringHashCode('serializer'), 127) ^ this.
|
|
3305
|
+
return imul(getStringHashCode('serializer'), 127) ^ this.jx_1.hashCode();
|
|
3305
3306
|
};
|
|
3306
3307
|
protoOf(SerializableWith).toString = function () {
|
|
3307
|
-
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.
|
|
3308
|
+
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.jx_1) + ')';
|
|
3308
3309
|
};
|
|
3309
3310
|
function createCache(factory) {
|
|
3310
3311
|
return new createCache$1(factory);
|
|
@@ -3321,10 +3322,10 @@
|
|
|
3321
3322
|
return _this__u8e3s4[index];
|
|
3322
3323
|
}
|
|
3323
3324
|
function initBuiltins() {
|
|
3324
|
-
return mapOf([to(PrimitiveClasses_getInstance().
|
|
3325
|
+
return mapOf([to(PrimitiveClasses_getInstance().oa(), serializer_0(StringCompanionObject_instance)), to(getKClass(Char), serializer_9(Companion_getInstance())), to(PrimitiveClasses_getInstance().ra(), CharArraySerializer()), to(PrimitiveClasses_getInstance().ma(), serializer_10(DoubleCompanionObject_instance)), to(PrimitiveClasses_getInstance().wa(), DoubleArraySerializer()), to(PrimitiveClasses_getInstance().la(), serializer_11(FloatCompanionObject_instance)), to(PrimitiveClasses_getInstance().va(), FloatArraySerializer()), to(getKClass(Long), serializer_6(Companion_getInstance_0())), to(get_longArrayClass(), LongArraySerializer()), to(getKClass(ULong), serializer_2(Companion_getInstance_1())), to(getKClass(ULongArray), ULongArraySerializer()), to(PrimitiveClasses_getInstance().ja(), serializer_5(IntCompanionObject_instance)), to(PrimitiveClasses_getInstance().ua(), IntArraySerializer()), to(getKClass(UInt), serializer_1(Companion_getInstance_2())), to(getKClass(UIntArray), UIntArraySerializer()), to(PrimitiveClasses_getInstance().ia(), serializer_8(ShortCompanionObject_instance)), to(PrimitiveClasses_getInstance().ta(), ShortArraySerializer()), to(getKClass(UShort), serializer_4(Companion_getInstance_3())), to(getKClass(UShortArray), UShortArraySerializer()), to(PrimitiveClasses_getInstance().ha(), serializer_7(ByteCompanionObject_instance)), to(PrimitiveClasses_getInstance().sa(), ByteArraySerializer()), to(getKClass(UByte), serializer_3(Companion_getInstance_4())), to(getKClass(UByteArray), UByteArraySerializer()), to(PrimitiveClasses_getInstance().ga(), serializer_12(BooleanCompanionObject_instance)), to(PrimitiveClasses_getInstance().qa(), BooleanArraySerializer()), to(getKClass(Unit), serializer_13(Unit_instance)), to(PrimitiveClasses_getInstance().fa(), NothingSerializer()), to(getKClass(Duration), serializer_14(Companion_getInstance_5())), to(getKClass(Instant), serializer_15(Companion_getInstance_6())), to(getKClass(Uuid), serializer_16(Companion_getInstance_7()))]);
|
|
3325
3326
|
}
|
|
3326
3327
|
function get_isInterfaceHack(_this__u8e3s4) {
|
|
3327
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
3328
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().fa())
|
|
3328
3329
|
return false;
|
|
3329
3330
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3330
3331
|
var tmp0_safe_receiver = get_js(_this__u8e3s4).$metadata$;
|
|
@@ -3335,7 +3336,7 @@
|
|
|
3335
3336
|
var tmp;
|
|
3336
3337
|
if (tmp0_elvis_lhs == null) {
|
|
3337
3338
|
var tmp_0;
|
|
3338
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
3339
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().fa()) {
|
|
3339
3340
|
tmp_0 = NothingSerializer_getInstance();
|
|
3340
3341
|
} else {
|
|
3341
3342
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3353,7 +3354,7 @@
|
|
|
3353
3354
|
throw SerializationException_init_$Create$_0(notRegisteredMessage(_this__u8e3s4) + 'To get enum serializer on Kotlin/JS, it should be annotated with @Serializable annotation.');
|
|
3354
3355
|
}
|
|
3355
3356
|
function isReferenceArray(rootClass) {
|
|
3356
|
-
return rootClass.equals(PrimitiveClasses_getInstance().
|
|
3357
|
+
return rootClass.equals(PrimitiveClasses_getInstance().na());
|
|
3357
3358
|
}
|
|
3358
3359
|
function constructSerializerForGivenTypeArgs(_this__u8e3s4, args) {
|
|
3359
3360
|
var tmp;
|
|
@@ -3365,7 +3366,7 @@
|
|
|
3365
3366
|
tmp_0 = isInterface(assocObject, KSerializer) ? assocObject : THROW_CCE();
|
|
3366
3367
|
} else {
|
|
3367
3368
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory) : false) {
|
|
3368
|
-
var tmp_1 = assocObject.
|
|
3369
|
+
var tmp_1 = assocObject.ht(args.slice());
|
|
3369
3370
|
tmp_0 = isInterface(tmp_1, KSerializer) ? tmp_1 : THROW_CCE();
|
|
3370
3371
|
} else {
|
|
3371
3372
|
tmp_0 = null;
|
|
@@ -3381,20 +3382,20 @@
|
|
|
3381
3382
|
return tmp;
|
|
3382
3383
|
}
|
|
3383
3384
|
function createCache$1($factory) {
|
|
3384
|
-
this.
|
|
3385
|
+
this.kx_1 = $factory;
|
|
3385
3386
|
}
|
|
3386
|
-
protoOf(createCache$1).
|
|
3387
|
-
return this.
|
|
3387
|
+
protoOf(createCache$1).zm = function (key) {
|
|
3388
|
+
return this.kx_1(key);
|
|
3388
3389
|
};
|
|
3389
3390
|
function createParametrizedCache$1($factory) {
|
|
3390
|
-
this.
|
|
3391
|
+
this.lx_1 = $factory;
|
|
3391
3392
|
}
|
|
3392
|
-
protoOf(createParametrizedCache$1).
|
|
3393
|
+
protoOf(createParametrizedCache$1).an = function (key, types) {
|
|
3393
3394
|
// Inline function 'kotlin.runCatching' call
|
|
3394
3395
|
var tmp;
|
|
3395
3396
|
try {
|
|
3396
3397
|
// Inline function 'kotlin.Companion.success' call
|
|
3397
|
-
var value = this.
|
|
3398
|
+
var value = this.lx_1(key, types);
|
|
3398
3399
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
3399
3400
|
} catch ($p) {
|
|
3400
3401
|
var tmp_0;
|
|
@@ -3410,28 +3411,28 @@
|
|
|
3410
3411
|
return tmp;
|
|
3411
3412
|
};
|
|
3412
3413
|
//region block: post-declaration
|
|
3413
|
-
protoOf(SerialDescriptorImpl).
|
|
3414
|
-
protoOf(SerialDescriptorImpl).
|
|
3415
|
-
protoOf(AbstractEncoder).
|
|
3416
|
-
protoOf(AbstractEncoder).
|
|
3417
|
-
protoOf(AbstractEncoder).
|
|
3418
|
-
protoOf(AbstractEncoder).
|
|
3419
|
-
protoOf(AbstractEncoder).
|
|
3420
|
-
protoOf(ListLikeDescriptor).
|
|
3421
|
-
protoOf(ListLikeDescriptor).
|
|
3422
|
-
protoOf(ListLikeDescriptor).
|
|
3423
|
-
protoOf(MapLikeDescriptor).
|
|
3424
|
-
protoOf(MapLikeDescriptor).
|
|
3425
|
-
protoOf(MapLikeDescriptor).
|
|
3426
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3427
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3428
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
3429
|
-
protoOf(NothingSerialDescriptor).
|
|
3430
|
-
protoOf(NothingSerialDescriptor).
|
|
3431
|
-
protoOf(NothingSerialDescriptor).
|
|
3432
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3433
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3434
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3414
|
+
protoOf(SerialDescriptorImpl).bn = get_isNullable;
|
|
3415
|
+
protoOf(SerialDescriptorImpl).hn = get_isInline;
|
|
3416
|
+
protoOf(AbstractEncoder).kp = encodeNotNullMark;
|
|
3417
|
+
protoOf(AbstractEncoder).lp = beginCollection;
|
|
3418
|
+
protoOf(AbstractEncoder).gp = encodeSerializableValue;
|
|
3419
|
+
protoOf(AbstractEncoder).ip = encodeNullableSerializableValue;
|
|
3420
|
+
protoOf(AbstractEncoder).mp = shouldEncodeElementDefault;
|
|
3421
|
+
protoOf(ListLikeDescriptor).bn = get_isNullable;
|
|
3422
|
+
protoOf(ListLikeDescriptor).hn = get_isInline;
|
|
3423
|
+
protoOf(ListLikeDescriptor).jn = get_annotations;
|
|
3424
|
+
protoOf(MapLikeDescriptor).bn = get_isNullable;
|
|
3425
|
+
protoOf(MapLikeDescriptor).hn = get_isInline;
|
|
3426
|
+
protoOf(MapLikeDescriptor).jn = get_annotations;
|
|
3427
|
+
protoOf(PluginGeneratedSerialDescriptor).bn = get_isNullable;
|
|
3428
|
+
protoOf(PluginGeneratedSerialDescriptor).hn = get_isInline;
|
|
3429
|
+
protoOf(InlinePrimitiveDescriptor$1).xs = typeParametersSerializers;
|
|
3430
|
+
protoOf(NothingSerialDescriptor).bn = get_isNullable;
|
|
3431
|
+
protoOf(NothingSerialDescriptor).hn = get_isInline;
|
|
3432
|
+
protoOf(NothingSerialDescriptor).jn = get_annotations;
|
|
3433
|
+
protoOf(PrimitiveSerialDescriptor).bn = get_isNullable;
|
|
3434
|
+
protoOf(PrimitiveSerialDescriptor).hn = get_isInline;
|
|
3435
|
+
protoOf(PrimitiveSerialDescriptor).jn = get_annotations;
|
|
3435
3436
|
//endregion
|
|
3436
3437
|
//region block: exports
|
|
3437
3438
|
_.$_$ = _.$_$ || {};
|