game_client_logic_deb 1.8.69 → 1.8.71
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/88b0986a7186d029-atomicfu-js-ir.js +20 -20
- package/Kosi-Kaverit-kaverit.js +65 -65
- package/Kosi-Kodein-kodein-di.js +550 -550
- package/Kotlin-DateTime-library-kotlinx-datetime.js +111 -111
- package/Logic_Debertz-core.js +1632 -1399
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10672 -10457
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +61 -7
- package/Logic_Debertz-game_client.js +3363 -3312
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +377 -376
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +280 -283
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +850 -773
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1114 -1114
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1998 -1998
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid.js +25 -25
|
@@ -13,44 +13,44 @@
|
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
15
|
var imul = Math.imul;
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
17
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
18
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.va;
|
|
17
|
+
var interfaceMeta = kotlin_kotlin.$_$.ca;
|
|
18
|
+
var setMetadataFor = kotlin_kotlin.$_$.wa;
|
|
19
19
|
var VOID = kotlin_kotlin.$_$.f;
|
|
20
20
|
var asList = kotlin_kotlin.$_$.o5;
|
|
21
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
21
|
+
var objectCreate = kotlin_kotlin.$_$.ta;
|
|
22
22
|
var StringCompanionObject_instance = kotlin_kotlin.$_$.m4;
|
|
23
23
|
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
24
24
|
var emptyList = kotlin_kotlin.$_$.l6;
|
|
25
25
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.j;
|
|
26
|
-
var lazy = kotlin_kotlin.$_$.
|
|
27
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
26
|
+
var lazy = kotlin_kotlin.$_$.pe;
|
|
27
|
+
var classMeta = kotlin_kotlin.$_$.s9;
|
|
28
28
|
var getKClassFromExpression = kotlin_kotlin.$_$.d;
|
|
29
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
30
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
31
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
29
|
+
var KProperty1 = kotlin_kotlin.$_$.mb;
|
|
30
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.z9;
|
|
31
|
+
var THROW_CCE = kotlin_kotlin.$_$.ud;
|
|
32
32
|
var Entry = kotlin_kotlin.$_$.g5;
|
|
33
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
33
|
+
var isInterface = kotlin_kotlin.$_$.ka;
|
|
34
34
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.n1;
|
|
35
|
-
var zip = kotlin_kotlin.$_$.
|
|
36
|
-
var toMap = kotlin_kotlin.$_$.
|
|
35
|
+
var zip = kotlin_kotlin.$_$.p8;
|
|
36
|
+
var toMap = kotlin_kotlin.$_$.k8;
|
|
37
37
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.v;
|
|
38
|
-
var toString = kotlin_kotlin.$_$.
|
|
38
|
+
var toString = kotlin_kotlin.$_$.ab;
|
|
39
39
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.q1;
|
|
40
|
-
var mapCapacity = kotlin_kotlin.$_$.
|
|
40
|
+
var mapCapacity = kotlin_kotlin.$_$.m7;
|
|
41
41
|
var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.u;
|
|
42
42
|
var Map = kotlin_kotlin.$_$.h5;
|
|
43
43
|
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.k1;
|
|
44
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
44
|
+
var captureStack = kotlin_kotlin.$_$.m9;
|
|
45
45
|
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.m1;
|
|
46
46
|
var IllegalArgumentException_init_$Init$_1 = kotlin_kotlin.$_$.o1;
|
|
47
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
47
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.md;
|
|
48
48
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.t5;
|
|
49
49
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.l;
|
|
50
|
-
var KClass = kotlin_kotlin.$_$.
|
|
51
|
-
var Triple = kotlin_kotlin.$_$.
|
|
50
|
+
var KClass = kotlin_kotlin.$_$.kb;
|
|
51
|
+
var Triple = kotlin_kotlin.$_$.wd;
|
|
52
52
|
var getKClass = kotlin_kotlin.$_$.e;
|
|
53
|
-
var Pair = kotlin_kotlin.$_$.
|
|
53
|
+
var Pair = kotlin_kotlin.$_$.rd;
|
|
54
54
|
var LinkedHashMap = kotlin_kotlin.$_$.d5;
|
|
55
55
|
var MutableMap = kotlin_kotlin.$_$.j5;
|
|
56
56
|
var HashMap = kotlin_kotlin.$_$.b5;
|
|
@@ -65,30 +65,30 @@
|
|
|
65
65
|
var copyToArray = kotlin_kotlin.$_$.j6;
|
|
66
66
|
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.t2;
|
|
67
67
|
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.s2;
|
|
68
|
-
var Result = kotlin_kotlin.$_$.
|
|
69
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
70
|
-
var equals = kotlin_kotlin.$_$.
|
|
71
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
72
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
73
|
-
var toList = kotlin_kotlin.$_$.
|
|
68
|
+
var Result = kotlin_kotlin.$_$.sd;
|
|
69
|
+
var ensureNotNull = kotlin_kotlin.$_$.le;
|
|
70
|
+
var equals = kotlin_kotlin.$_$.v9;
|
|
71
|
+
var getStringHashCode = kotlin_kotlin.$_$.aa;
|
|
72
|
+
var isBlank = kotlin_kotlin.$_$.ac;
|
|
73
|
+
var toList = kotlin_kotlin.$_$.j8;
|
|
74
74
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.m;
|
|
75
75
|
var HashSet_init_$Create$ = kotlin_kotlin.$_$.s;
|
|
76
|
-
var toHashSet = kotlin_kotlin.$_$.
|
|
77
|
-
var toBooleanArray = kotlin_kotlin.$_$.
|
|
78
|
-
var withIndex = kotlin_kotlin.$_$.
|
|
79
|
-
var to = kotlin_kotlin.$_$.
|
|
80
|
-
var lazy_0 = kotlin_kotlin.$_$.
|
|
76
|
+
var toHashSet = kotlin_kotlin.$_$.h8;
|
|
77
|
+
var toBooleanArray = kotlin_kotlin.$_$.g8;
|
|
78
|
+
var withIndex = kotlin_kotlin.$_$.n8;
|
|
79
|
+
var to = kotlin_kotlin.$_$.xe;
|
|
80
|
+
var lazy_0 = kotlin_kotlin.$_$.qe;
|
|
81
81
|
var contentEquals = kotlin_kotlin.$_$.v5;
|
|
82
|
-
var until = kotlin_kotlin.$_$.
|
|
83
|
-
var joinToString = kotlin_kotlin.$_$.
|
|
84
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
85
|
-
var Long = kotlin_kotlin.$_$.
|
|
86
|
-
var Char = kotlin_kotlin.$_$.
|
|
82
|
+
var until = kotlin_kotlin.$_$.jb;
|
|
83
|
+
var joinToString = kotlin_kotlin.$_$.b7;
|
|
84
|
+
var objectMeta = kotlin_kotlin.$_$.ua;
|
|
85
|
+
var Long = kotlin_kotlin.$_$.od;
|
|
86
|
+
var Char = kotlin_kotlin.$_$.ed;
|
|
87
87
|
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.k2;
|
|
88
|
-
var Duration = kotlin_kotlin.$_$.
|
|
88
|
+
var Duration = kotlin_kotlin.$_$.ad;
|
|
89
89
|
var Companion_getInstance = kotlin_kotlin.$_$.q4;
|
|
90
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
91
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
90
|
+
var toIntOrNull = kotlin_kotlin.$_$.rc;
|
|
91
|
+
var hashCode = kotlin_kotlin.$_$.ba;
|
|
92
92
|
var ArrayList_init_$Create$_1 = kotlin_kotlin.$_$.n;
|
|
93
93
|
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.t;
|
|
94
94
|
var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
@@ -96,68 +96,69 @@
|
|
|
96
96
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.p;
|
|
97
97
|
var HashMap_init_$Create$_0 = kotlin_kotlin.$_$.q;
|
|
98
98
|
var LinkedHashMap_init_$Create$_1 = kotlin_kotlin.$_$.w;
|
|
99
|
-
var isArray = kotlin_kotlin.$_$.
|
|
100
|
-
var arrayIterator = kotlin_kotlin.$_$.
|
|
101
|
-
var step = kotlin_kotlin.$_$.
|
|
102
|
-
var getValue = kotlin_kotlin.$_$.
|
|
103
|
-
var longArray = kotlin_kotlin.$_$.
|
|
99
|
+
var isArray = kotlin_kotlin.$_$.da;
|
|
100
|
+
var arrayIterator = kotlin_kotlin.$_$.k9;
|
|
101
|
+
var step = kotlin_kotlin.$_$.ib;
|
|
102
|
+
var getValue = kotlin_kotlin.$_$.w6;
|
|
103
|
+
var longArray = kotlin_kotlin.$_$.oa;
|
|
104
104
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.s4;
|
|
105
|
-
var get_lastIndex = kotlin_kotlin.$_$.
|
|
106
|
-
var countTrailingZeroBits = kotlin_kotlin.$_$.
|
|
107
|
-
var
|
|
105
|
+
var get_lastIndex = kotlin_kotlin.$_$.c7;
|
|
106
|
+
var countTrailingZeroBits = kotlin_kotlin.$_$.je;
|
|
107
|
+
var getOrNull = kotlin_kotlin.$_$.u6;
|
|
108
|
+
var indexOf = kotlin_kotlin.$_$.x6;
|
|
108
109
|
var contentToString = kotlin_kotlin.$_$.z5;
|
|
109
|
-
var Enum = kotlin_kotlin.$_$.
|
|
110
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
110
|
+
var Enum = kotlin_kotlin.$_$.jd;
|
|
111
|
+
var fillArrayVal = kotlin_kotlin.$_$.w9;
|
|
111
112
|
var HashSet_init_$Create$_1 = kotlin_kotlin.$_$.r;
|
|
112
|
-
var KTypeParameter = kotlin_kotlin.$_$.
|
|
113
|
-
var booleanArray = kotlin_kotlin.$_$.
|
|
113
|
+
var KTypeParameter = kotlin_kotlin.$_$.nb;
|
|
114
|
+
var booleanArray = kotlin_kotlin.$_$.l9;
|
|
114
115
|
var emptyMap = kotlin_kotlin.$_$.m6;
|
|
115
116
|
var contentHashCode = kotlin_kotlin.$_$.y5;
|
|
116
117
|
var Companion_getInstance_1 = kotlin_kotlin.$_$.r4;
|
|
117
|
-
var isCharArray = kotlin_kotlin.$_$.
|
|
118
|
-
var charArray = kotlin_kotlin.$_$.
|
|
118
|
+
var isCharArray = kotlin_kotlin.$_$.ga;
|
|
119
|
+
var charArray = kotlin_kotlin.$_$.o9;
|
|
119
120
|
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.i4;
|
|
120
|
-
var isDoubleArray = kotlin_kotlin.$_$.
|
|
121
|
+
var isDoubleArray = kotlin_kotlin.$_$.ha;
|
|
121
122
|
var FloatCompanionObject_instance = kotlin_kotlin.$_$.j4;
|
|
122
|
-
var isFloatArray = kotlin_kotlin.$_$.
|
|
123
|
-
var isLongArray = kotlin_kotlin.$_$.
|
|
123
|
+
var isFloatArray = kotlin_kotlin.$_$.ia;
|
|
124
|
+
var isLongArray = kotlin_kotlin.$_$.la;
|
|
124
125
|
var Companion_getInstance_2 = kotlin_kotlin.$_$.w4;
|
|
125
126
|
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.t3;
|
|
126
|
-
var ULongArray = kotlin_kotlin.$_$.
|
|
127
|
+
var ULongArray = kotlin_kotlin.$_$.be;
|
|
127
128
|
var _ULongArray___init__impl__twm1l3 = kotlin_kotlin.$_$.p3;
|
|
128
129
|
var _ULong___init__impl__c78o9k = kotlin_kotlin.$_$.m3;
|
|
129
130
|
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.r3;
|
|
130
131
|
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.n3;
|
|
131
132
|
var IntCompanionObject_instance = kotlin_kotlin.$_$.k4;
|
|
132
|
-
var isIntArray = kotlin_kotlin.$_$.
|
|
133
|
+
var isIntArray = kotlin_kotlin.$_$.ja;
|
|
133
134
|
var Companion_getInstance_3 = kotlin_kotlin.$_$.v4;
|
|
134
135
|
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.k3;
|
|
135
|
-
var UIntArray = kotlin_kotlin.$_$.
|
|
136
|
+
var UIntArray = kotlin_kotlin.$_$.zd;
|
|
136
137
|
var _UIntArray___init__impl__ghjpc6 = kotlin_kotlin.$_$.g3;
|
|
137
138
|
var _UInt___init__impl__l7qpdl = kotlin_kotlin.$_$.d3;
|
|
138
139
|
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.i3;
|
|
139
140
|
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.e3;
|
|
140
141
|
var ShortCompanionObject_instance = kotlin_kotlin.$_$.l4;
|
|
141
|
-
var isShortArray = kotlin_kotlin.$_$.
|
|
142
|
+
var isShortArray = kotlin_kotlin.$_$.ma;
|
|
142
143
|
var Companion_getInstance_4 = kotlin_kotlin.$_$.x4;
|
|
143
144
|
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.c4;
|
|
144
|
-
var UShortArray = kotlin_kotlin.$_$.
|
|
145
|
+
var UShortArray = kotlin_kotlin.$_$.de;
|
|
145
146
|
var _UShortArray___init__impl__9b26ef = kotlin_kotlin.$_$.y3;
|
|
146
147
|
var _UShort___init__impl__jigrne = kotlin_kotlin.$_$.v3;
|
|
147
148
|
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.a4;
|
|
148
149
|
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.w3;
|
|
149
150
|
var ByteCompanionObject_instance = kotlin_kotlin.$_$.h4;
|
|
150
|
-
var isByteArray = kotlin_kotlin.$_$.
|
|
151
|
+
var isByteArray = kotlin_kotlin.$_$.fa;
|
|
151
152
|
var Companion_getInstance_5 = kotlin_kotlin.$_$.u4;
|
|
152
153
|
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.b3;
|
|
153
|
-
var UByteArray = kotlin_kotlin.$_$.
|
|
154
|
+
var UByteArray = kotlin_kotlin.$_$.xd;
|
|
154
155
|
var _UByteArray___init__impl__ip4y9n = kotlin_kotlin.$_$.y2;
|
|
155
156
|
var _UByte___init__impl__g9hnc4 = kotlin_kotlin.$_$.u2;
|
|
156
157
|
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.z2;
|
|
157
158
|
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.v2;
|
|
158
159
|
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.g4;
|
|
159
|
-
var isBooleanArray = kotlin_kotlin.$_$.
|
|
160
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
160
|
+
var isBooleanArray = kotlin_kotlin.$_$.ea;
|
|
161
|
+
var coerceAtLeast = kotlin_kotlin.$_$.eb;
|
|
161
162
|
var copyOf = kotlin_kotlin.$_$.d6;
|
|
162
163
|
var copyOf_0 = kotlin_kotlin.$_$.f6;
|
|
163
164
|
var copyOf_1 = kotlin_kotlin.$_$.g6;
|
|
@@ -178,31 +179,31 @@
|
|
|
178
179
|
var _UByteArray___init__impl__ip4y9n_0 = kotlin_kotlin.$_$.x2;
|
|
179
180
|
var UByteArray__set_impl_jvcicn = kotlin_kotlin.$_$.a3;
|
|
180
181
|
var copyOf_6 = kotlin_kotlin.$_$.c6;
|
|
181
|
-
var Unit = kotlin_kotlin.$_$.
|
|
182
|
-
var trimIndent = kotlin_kotlin.$_$.
|
|
183
|
-
var equals_0 = kotlin_kotlin.$_$.
|
|
184
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
185
|
-
var charSequenceGet = kotlin_kotlin.$_$.
|
|
182
|
+
var Unit = kotlin_kotlin.$_$.fe;
|
|
183
|
+
var trimIndent = kotlin_kotlin.$_$.zc;
|
|
184
|
+
var equals_0 = kotlin_kotlin.$_$.yb;
|
|
185
|
+
var charSequenceLength = kotlin_kotlin.$_$.q9;
|
|
186
|
+
var charSequenceGet = kotlin_kotlin.$_$.p9;
|
|
186
187
|
var toString_0 = kotlin_kotlin.$_$.p2;
|
|
187
|
-
var titlecase = kotlin_kotlin.$_$.
|
|
188
|
-
var isLowerCase = kotlin_kotlin.$_$.
|
|
188
|
+
var titlecase = kotlin_kotlin.$_$.nc;
|
|
189
|
+
var isLowerCase = kotlin_kotlin.$_$.bc;
|
|
189
190
|
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.o4;
|
|
190
|
-
var ULong = kotlin_kotlin.$_$.
|
|
191
|
-
var UInt = kotlin_kotlin.$_$.
|
|
192
|
-
var UShort = kotlin_kotlin.$_$.
|
|
193
|
-
var UByte = kotlin_kotlin.$_$.
|
|
194
|
-
var mapOf = kotlin_kotlin.$_$.
|
|
195
|
-
var lastOrNull = kotlin_kotlin.$_$.
|
|
196
|
-
var get_lastIndex_0 = kotlin_kotlin.$_$.
|
|
191
|
+
var ULong = kotlin_kotlin.$_$.ce;
|
|
192
|
+
var UInt = kotlin_kotlin.$_$.ae;
|
|
193
|
+
var UShort = kotlin_kotlin.$_$.ee;
|
|
194
|
+
var UByte = kotlin_kotlin.$_$.yd;
|
|
195
|
+
var mapOf = kotlin_kotlin.$_$.o7;
|
|
196
|
+
var lastOrNull = kotlin_kotlin.$_$.f7;
|
|
197
|
+
var get_lastIndex_0 = kotlin_kotlin.$_$.d7;
|
|
197
198
|
var asSequence = kotlin_kotlin.$_$.q5;
|
|
198
|
-
var get_js = kotlin_kotlin.$_$.
|
|
199
|
+
var get_js = kotlin_kotlin.$_$.na;
|
|
199
200
|
var findAssociatedObject = kotlin_kotlin.$_$.c;
|
|
200
|
-
var get_indices = kotlin_kotlin.$_$.
|
|
201
|
+
var get_indices = kotlin_kotlin.$_$.z6;
|
|
201
202
|
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.s1;
|
|
202
|
-
var get_indices_0 = kotlin_kotlin.$_$.
|
|
203
|
+
var get_indices_0 = kotlin_kotlin.$_$.y6;
|
|
203
204
|
var Companion_instance = kotlin_kotlin.$_$.t4;
|
|
204
205
|
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.q2;
|
|
205
|
-
var createFailure = kotlin_kotlin.$_$.
|
|
206
|
+
var createFailure = kotlin_kotlin.$_$.ke;
|
|
206
207
|
//endregion
|
|
207
208
|
//region block: pre-declaration
|
|
208
209
|
setMetadataFor(SerializationStrategy, 'SerializationStrategy', interfaceMeta);
|
|
@@ -390,7 +391,7 @@
|
|
|
390
391
|
setMetadataFor(Argless, 'Argless', classMeta, ContextualProvider);
|
|
391
392
|
setMetadataFor(WithTypeArguments, 'WithTypeArguments', classMeta, ContextualProvider);
|
|
392
393
|
function contextual(kClass, serializer) {
|
|
393
|
-
return this.
|
|
394
|
+
return this.b14(kClass, SerializersModuleCollector$contextual$lambda(serializer));
|
|
394
395
|
}
|
|
395
396
|
setMetadataFor(SerializersModuleCollector, 'SerializersModuleCollector', interfaceMeta);
|
|
396
397
|
setMetadataFor(SerializersModuleBuilder, 'SerializersModuleBuilder', classMeta, VOID, [SerializersModuleCollector]);
|
|
@@ -2866,61 +2867,114 @@
|
|
|
2866
2867
|
function createSimpleEnumSerializer(serialName, values) {
|
|
2867
2868
|
return new EnumSerializer(serialName, values);
|
|
2868
2869
|
}
|
|
2870
|
+
function createAnnotatedEnumSerializer(serialName, values, names, entryAnnotations, classAnnotations) {
|
|
2871
|
+
var descriptor = new EnumDescriptor(serialName, values.length);
|
|
2872
|
+
if (classAnnotations == null)
|
|
2873
|
+
null;
|
|
2874
|
+
else {
|
|
2875
|
+
// Inline function 'kotlin.collections.forEach' call
|
|
2876
|
+
var inductionVariable = 0;
|
|
2877
|
+
var last = classAnnotations.length;
|
|
2878
|
+
while (inductionVariable < last) {
|
|
2879
|
+
var element = classAnnotations[inductionVariable];
|
|
2880
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
2881
|
+
// Inline function 'kotlinx.serialization.internal.createAnnotatedEnumSerializer.<anonymous>' call
|
|
2882
|
+
descriptor.qt(element);
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
2886
|
+
var index = 0;
|
|
2887
|
+
var inductionVariable_0 = 0;
|
|
2888
|
+
var last_0 = values.length;
|
|
2889
|
+
while (inductionVariable_0 < last_0) {
|
|
2890
|
+
var item = values[inductionVariable_0];
|
|
2891
|
+
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
2892
|
+
// Inline function 'kotlinx.serialization.internal.createAnnotatedEnumSerializer.<anonymous>' call
|
|
2893
|
+
var tmp1 = index;
|
|
2894
|
+
index = tmp1 + 1 | 0;
|
|
2895
|
+
var tmp0_elvis_lhs = getOrNull(names, tmp1);
|
|
2896
|
+
var elementName = tmp0_elvis_lhs == null ? item.f8_1 : tmp0_elvis_lhs;
|
|
2897
|
+
descriptor.rt(elementName);
|
|
2898
|
+
var tmp1_safe_receiver = getOrNull(entryAnnotations, tmp1);
|
|
2899
|
+
if (tmp1_safe_receiver == null)
|
|
2900
|
+
null;
|
|
2901
|
+
else {
|
|
2902
|
+
// Inline function 'kotlin.collections.forEach' call
|
|
2903
|
+
var inductionVariable_1 = 0;
|
|
2904
|
+
var last_1 = tmp1_safe_receiver.length;
|
|
2905
|
+
while (inductionVariable_1 < last_1) {
|
|
2906
|
+
var element_0 = tmp1_safe_receiver[inductionVariable_1];
|
|
2907
|
+
inductionVariable_1 = inductionVariable_1 + 1 | 0;
|
|
2908
|
+
// Inline function 'kotlinx.serialization.internal.createAnnotatedEnumSerializer.<anonymous>.<anonymous>' call
|
|
2909
|
+
descriptor.st(element_0);
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
return EnumSerializer_init_$Create$(serialName, values, descriptor);
|
|
2914
|
+
}
|
|
2915
|
+
function EnumSerializer_init_$Init$(serialName, values, descriptor, $this) {
|
|
2916
|
+
EnumSerializer.call($this, serialName, values);
|
|
2917
|
+
$this.ut_1 = descriptor;
|
|
2918
|
+
return $this;
|
|
2919
|
+
}
|
|
2920
|
+
function EnumSerializer_init_$Create$(serialName, values, descriptor) {
|
|
2921
|
+
return EnumSerializer_init_$Init$(serialName, values, descriptor, objectCreate(protoOf(EnumSerializer)));
|
|
2922
|
+
}
|
|
2869
2923
|
function createUnmarkedDescriptor($this, serialName) {
|
|
2870
|
-
var d = new EnumDescriptor(serialName, $this.
|
|
2924
|
+
var d = new EnumDescriptor(serialName, $this.tt_1.length);
|
|
2871
2925
|
// Inline function 'kotlin.collections.forEach' call
|
|
2872
|
-
var indexedObject = $this.
|
|
2926
|
+
var indexedObject = $this.tt_1;
|
|
2873
2927
|
var inductionVariable = 0;
|
|
2874
2928
|
var last = indexedObject.length;
|
|
2875
2929
|
while (inductionVariable < last) {
|
|
2876
2930
|
var element = indexedObject[inductionVariable];
|
|
2877
2931
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2878
2932
|
// Inline function 'kotlinx.serialization.internal.EnumSerializer.createUnmarkedDescriptor.<anonymous>' call
|
|
2879
|
-
d.
|
|
2933
|
+
d.rt(element.f8_1);
|
|
2880
2934
|
}
|
|
2881
2935
|
return d;
|
|
2882
2936
|
}
|
|
2883
2937
|
function EnumSerializer$descriptor$delegate$lambda(this$0, $serialName) {
|
|
2884
2938
|
return function () {
|
|
2885
|
-
var tmp0_elvis_lhs = this$0.
|
|
2939
|
+
var tmp0_elvis_lhs = this$0.ut_1;
|
|
2886
2940
|
return tmp0_elvis_lhs == null ? createUnmarkedDescriptor(this$0, $serialName) : tmp0_elvis_lhs;
|
|
2887
2941
|
};
|
|
2888
2942
|
}
|
|
2889
2943
|
function EnumSerializer(serialName, values) {
|
|
2890
|
-
this.
|
|
2891
|
-
this.
|
|
2944
|
+
this.tt_1 = values;
|
|
2945
|
+
this.ut_1 = null;
|
|
2892
2946
|
var tmp = this;
|
|
2893
|
-
tmp.
|
|
2947
|
+
tmp.vt_1 = lazy_0(EnumSerializer$descriptor$delegate$lambda(this, serialName));
|
|
2894
2948
|
}
|
|
2895
2949
|
protoOf(EnumSerializer).pj = function () {
|
|
2896
2950
|
// Inline function 'kotlin.getValue' call
|
|
2897
|
-
var this_0 = this.
|
|
2951
|
+
var this_0 = this.vt_1;
|
|
2898
2952
|
descriptor$factory_1();
|
|
2899
2953
|
return this_0.o2();
|
|
2900
2954
|
};
|
|
2901
|
-
protoOf(EnumSerializer).
|
|
2902
|
-
var index = indexOf(this.
|
|
2955
|
+
protoOf(EnumSerializer).wt = function (encoder, value) {
|
|
2956
|
+
var index = indexOf(this.tt_1, value);
|
|
2903
2957
|
if (index === -1) {
|
|
2904
|
-
throw SerializationException_init_$Create$_0('' + value + ' is not a valid enum ' + this.pj().qk() + ', ' + ('must be one of ' + contentToString(this.
|
|
2958
|
+
throw SerializationException_init_$Create$_0('' + value + ' is not a valid enum ' + this.pj().qk() + ', ' + ('must be one of ' + contentToString(this.tt_1)));
|
|
2905
2959
|
}
|
|
2906
2960
|
encoder.co(this.pj(), index);
|
|
2907
2961
|
};
|
|
2908
2962
|
protoOf(EnumSerializer).qj = function (encoder, value) {
|
|
2909
|
-
return this.
|
|
2963
|
+
return this.wt(encoder, value instanceof Enum ? value : THROW_CCE());
|
|
2910
2964
|
};
|
|
2911
2965
|
protoOf(EnumSerializer).rj = function (decoder) {
|
|
2912
2966
|
var index = decoder.tm(this.pj());
|
|
2913
|
-
if (!(0 <= index ? index <= (this.
|
|
2914
|
-
throw SerializationException_init_$Create$_0('' + index + ' is not among valid ' + this.pj().qk() + ' enum values, ' + ('values size is ' + this.
|
|
2967
|
+
if (!(0 <= index ? index <= (this.tt_1.length - 1 | 0) : false)) {
|
|
2968
|
+
throw SerializationException_init_$Create$_0('' + index + ' is not among valid ' + this.pj().qk() + ' enum values, ' + ('values size is ' + this.tt_1.length));
|
|
2915
2969
|
}
|
|
2916
|
-
return this.
|
|
2970
|
+
return this.tt_1[index];
|
|
2917
2971
|
};
|
|
2918
2972
|
protoOf(EnumSerializer).toString = function () {
|
|
2919
2973
|
return 'kotlinx.serialization.internal.EnumSerializer<' + this.pj().qk() + '>';
|
|
2920
2974
|
};
|
|
2921
2975
|
function _get_elementDescriptors__y23q9p($this) {
|
|
2922
2976
|
// Inline function 'kotlin.getValue' call
|
|
2923
|
-
var this_0 = $this.
|
|
2977
|
+
var this_0 = $this.ku_1;
|
|
2924
2978
|
elementDescriptors$factory();
|
|
2925
2979
|
return this_0.o2();
|
|
2926
2980
|
}
|
|
@@ -2940,12 +2994,12 @@
|
|
|
2940
2994
|
}
|
|
2941
2995
|
function EnumDescriptor(name, elementsCount) {
|
|
2942
2996
|
PluginGeneratedSerialDescriptor.call(this, name, VOID, elementsCount);
|
|
2943
|
-
this.
|
|
2997
|
+
this.ju_1 = ENUM_getInstance();
|
|
2944
2998
|
var tmp = this;
|
|
2945
|
-
tmp.
|
|
2999
|
+
tmp.ku_1 = lazy_0(EnumDescriptor$elementDescriptors$delegate$lambda(elementsCount, name, this));
|
|
2946
3000
|
}
|
|
2947
3001
|
protoOf(EnumDescriptor).el = function () {
|
|
2948
|
-
return this.
|
|
3002
|
+
return this.ju_1;
|
|
2949
3003
|
};
|
|
2950
3004
|
protoOf(EnumDescriptor).gl = function (index) {
|
|
2951
3005
|
return getChecked(_get_elementDescriptors__y23q9p(this), index);
|
|
@@ -3003,10 +3057,10 @@
|
|
|
3003
3057
|
}
|
|
3004
3058
|
function InlineClassDescriptor(name, generatedSerializer) {
|
|
3005
3059
|
PluginGeneratedSerialDescriptor.call(this, name, generatedSerializer, 1);
|
|
3006
|
-
this.
|
|
3060
|
+
this.zu_1 = true;
|
|
3007
3061
|
}
|
|
3008
3062
|
protoOf(InlineClassDescriptor).dl = function () {
|
|
3009
|
-
return this.
|
|
3063
|
+
return this.zu_1;
|
|
3010
3064
|
};
|
|
3011
3065
|
protoOf(InlineClassDescriptor).hashCode = function () {
|
|
3012
3066
|
return imul(protoOf(PluginGeneratedSerialDescriptor).hashCode.call(this), 31);
|
|
@@ -3028,7 +3082,7 @@
|
|
|
3028
3082
|
break $l$block_5;
|
|
3029
3083
|
}
|
|
3030
3084
|
// Inline function 'kotlinx.serialization.internal.InlineClassDescriptor.equals.<anonymous>' call
|
|
3031
|
-
if (!(other.
|
|
3085
|
+
if (!(other.zu_1 ? contentEquals(this.lu(), other.lu()) : false)) {
|
|
3032
3086
|
tmp$ret$0 = false;
|
|
3033
3087
|
break $l$block_5;
|
|
3034
3088
|
}
|
|
@@ -3057,13 +3111,13 @@
|
|
|
3057
3111
|
return tmp$ret$0;
|
|
3058
3112
|
};
|
|
3059
3113
|
function InlinePrimitiveDescriptor$1($primitiveSerializer) {
|
|
3060
|
-
this.
|
|
3114
|
+
this.av_1 = $primitiveSerializer;
|
|
3061
3115
|
}
|
|
3062
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
3116
|
+
protoOf(InlinePrimitiveDescriptor$1).bv = function () {
|
|
3063
3117
|
// Inline function 'kotlin.arrayOf' call
|
|
3064
3118
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3065
3119
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3066
|
-
return [this.
|
|
3120
|
+
return [this.av_1];
|
|
3067
3121
|
};
|
|
3068
3122
|
protoOf(InlinePrimitiveDescriptor$1).pj = function () {
|
|
3069
3123
|
var message = 'unsupported';
|
|
@@ -3085,10 +3139,10 @@
|
|
|
3085
3139
|
function NoOpEncoder() {
|
|
3086
3140
|
NoOpEncoder_instance = this;
|
|
3087
3141
|
AbstractEncoder.call(this);
|
|
3088
|
-
this.
|
|
3142
|
+
this.dv_1 = EmptySerializersModule_0();
|
|
3089
3143
|
}
|
|
3090
3144
|
protoOf(NoOpEncoder).mn = function () {
|
|
3091
|
-
return this.
|
|
3145
|
+
return this.dv_1;
|
|
3092
3146
|
};
|
|
3093
3147
|
protoOf(NoOpEncoder).rn = function (value) {
|
|
3094
3148
|
return Unit_instance;
|
|
@@ -3137,14 +3191,14 @@
|
|
|
3137
3191
|
}
|
|
3138
3192
|
function NothingSerialDescriptor() {
|
|
3139
3193
|
NothingSerialDescriptor_instance = this;
|
|
3140
|
-
this.
|
|
3141
|
-
this.
|
|
3194
|
+
this.ev_1 = OBJECT_getInstance();
|
|
3195
|
+
this.fv_1 = 'kotlin.Nothing';
|
|
3142
3196
|
}
|
|
3143
3197
|
protoOf(NothingSerialDescriptor).el = function () {
|
|
3144
|
-
return this.
|
|
3198
|
+
return this.ev_1;
|
|
3145
3199
|
};
|
|
3146
3200
|
protoOf(NothingSerialDescriptor).qk = function () {
|
|
3147
|
-
return this.
|
|
3201
|
+
return this.fv_1;
|
|
3148
3202
|
};
|
|
3149
3203
|
protoOf(NothingSerialDescriptor).cl = function () {
|
|
3150
3204
|
return 0;
|
|
@@ -3171,7 +3225,7 @@
|
|
|
3171
3225
|
return this === other;
|
|
3172
3226
|
};
|
|
3173
3227
|
protoOf(NothingSerialDescriptor).hashCode = function () {
|
|
3174
|
-
return getStringHashCode(this.
|
|
3228
|
+
return getStringHashCode(this.fv_1) + imul(31, this.ev_1.hashCode()) | 0;
|
|
3175
3229
|
};
|
|
3176
3230
|
var NothingSerialDescriptor_instance;
|
|
3177
3231
|
function NothingSerialDescriptor_getInstance() {
|
|
@@ -3180,25 +3234,25 @@
|
|
|
3180
3234
|
return NothingSerialDescriptor_instance;
|
|
3181
3235
|
}
|
|
3182
3236
|
function NullableSerializer(serializer) {
|
|
3183
|
-
this.
|
|
3184
|
-
this.
|
|
3237
|
+
this.gv_1 = serializer;
|
|
3238
|
+
this.hv_1 = new SerialDescriptorForNullable(this.gv_1.pj());
|
|
3185
3239
|
}
|
|
3186
3240
|
protoOf(NullableSerializer).pj = function () {
|
|
3187
|
-
return this.
|
|
3241
|
+
return this.hv_1;
|
|
3188
3242
|
};
|
|
3189
|
-
protoOf(NullableSerializer).
|
|
3243
|
+
protoOf(NullableSerializer).iv = function (encoder, value) {
|
|
3190
3244
|
if (!(value == null)) {
|
|
3191
3245
|
encoder.so();
|
|
3192
|
-
encoder.po(this.
|
|
3246
|
+
encoder.po(this.gv_1, value);
|
|
3193
3247
|
} else {
|
|
3194
3248
|
encoder.sn();
|
|
3195
3249
|
}
|
|
3196
3250
|
};
|
|
3197
3251
|
protoOf(NullableSerializer).qj = function (encoder, value) {
|
|
3198
|
-
return this.
|
|
3252
|
+
return this.iv(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
3199
3253
|
};
|
|
3200
3254
|
protoOf(NullableSerializer).rj = function (decoder) {
|
|
3201
|
-
return decoder.im() ? decoder.wm(this.
|
|
3255
|
+
return decoder.im() ? decoder.wm(this.gv_1) : decoder.jm();
|
|
3202
3256
|
};
|
|
3203
3257
|
protoOf(NullableSerializer).equals = function (other) {
|
|
3204
3258
|
if (this === other)
|
|
@@ -3207,12 +3261,12 @@
|
|
|
3207
3261
|
return false;
|
|
3208
3262
|
if (!(other instanceof NullableSerializer))
|
|
3209
3263
|
THROW_CCE();
|
|
3210
|
-
if (!equals(this.
|
|
3264
|
+
if (!equals(this.gv_1, other.gv_1))
|
|
3211
3265
|
return false;
|
|
3212
3266
|
return true;
|
|
3213
3267
|
};
|
|
3214
3268
|
protoOf(NullableSerializer).hashCode = function () {
|
|
3215
|
-
return hashCode(this.
|
|
3269
|
+
return hashCode(this.gv_1);
|
|
3216
3270
|
};
|
|
3217
3271
|
function SerialDescriptorForNullable(original) {
|
|
3218
3272
|
this.kl_1 = original;
|
|
@@ -3272,7 +3326,7 @@
|
|
|
3272
3326
|
};
|
|
3273
3327
|
function ObjectSerializer_init_$Init$(serialName, objectInstance, classAnnotations, $this) {
|
|
3274
3328
|
ObjectSerializer.call($this, serialName, objectInstance);
|
|
3275
|
-
$this.
|
|
3329
|
+
$this.kv_1 = asList(classAnnotations);
|
|
3276
3330
|
return $this;
|
|
3277
3331
|
}
|
|
3278
3332
|
function ObjectSerializer_init_$Create$(serialName, objectInstance, classAnnotations) {
|
|
@@ -3280,7 +3334,7 @@
|
|
|
3280
3334
|
}
|
|
3281
3335
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
3282
3336
|
return function ($this$buildSerialDescriptor) {
|
|
3283
|
-
$this$buildSerialDescriptor.xj_1 = this$0.
|
|
3337
|
+
$this$buildSerialDescriptor.xj_1 = this$0.kv_1;
|
|
3284
3338
|
return Unit_instance;
|
|
3285
3339
|
};
|
|
3286
3340
|
}
|
|
@@ -3291,15 +3345,15 @@
|
|
|
3291
3345
|
};
|
|
3292
3346
|
}
|
|
3293
3347
|
function ObjectSerializer(serialName, objectInstance) {
|
|
3294
|
-
this.
|
|
3295
|
-
this.
|
|
3348
|
+
this.jv_1 = objectInstance;
|
|
3349
|
+
this.kv_1 = emptyList();
|
|
3296
3350
|
var tmp = this;
|
|
3297
3351
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3298
|
-
tmp.
|
|
3352
|
+
tmp.lv_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
3299
3353
|
}
|
|
3300
3354
|
protoOf(ObjectSerializer).pj = function () {
|
|
3301
3355
|
// Inline function 'kotlin.getValue' call
|
|
3302
|
-
var this_0 = this.
|
|
3356
|
+
var this_0 = this.lv_1;
|
|
3303
3357
|
descriptor$factory_2();
|
|
3304
3358
|
return this_0.o2();
|
|
3305
3359
|
};
|
|
@@ -3330,7 +3384,7 @@
|
|
|
3330
3384
|
}
|
|
3331
3385
|
var result = tmp$ret$0;
|
|
3332
3386
|
composite.ym(descriptor);
|
|
3333
|
-
return this.
|
|
3387
|
+
return this.jv_1;
|
|
3334
3388
|
};
|
|
3335
3389
|
function descriptor$factory_2() {
|
|
3336
3390
|
return getPropertyCallableRef('descriptor', 1, KProperty1, function (receiver) {
|
|
@@ -3442,26 +3496,26 @@
|
|
|
3442
3496
|
}
|
|
3443
3497
|
function _get_childSerializers__7vnyfa($this) {
|
|
3444
3498
|
// Inline function 'kotlin.getValue' call
|
|
3445
|
-
var this_0 = $this.
|
|
3499
|
+
var this_0 = $this.nt_1;
|
|
3446
3500
|
childSerializers$factory();
|
|
3447
3501
|
return this_0.o2();
|
|
3448
3502
|
}
|
|
3449
3503
|
function _get__hashCode__tgwhef_0($this) {
|
|
3450
3504
|
// Inline function 'kotlin.getValue' call
|
|
3451
|
-
var this_0 = $this.
|
|
3505
|
+
var this_0 = $this.pt_1;
|
|
3452
3506
|
_hashCode$factory_0();
|
|
3453
3507
|
return this_0.o2();
|
|
3454
3508
|
}
|
|
3455
3509
|
function buildIndices($this) {
|
|
3456
3510
|
var indices = HashMap_init_$Create$();
|
|
3457
3511
|
var inductionVariable = 0;
|
|
3458
|
-
var last = $this.
|
|
3512
|
+
var last = $this.it_1.length - 1 | 0;
|
|
3459
3513
|
if (inductionVariable <= last)
|
|
3460
3514
|
do {
|
|
3461
3515
|
var i = inductionVariable;
|
|
3462
3516
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3463
3517
|
// Inline function 'kotlin.collections.set' call
|
|
3464
|
-
var key = $this.
|
|
3518
|
+
var key = $this.it_1[i];
|
|
3465
3519
|
indices.k2(key, i);
|
|
3466
3520
|
}
|
|
3467
3521
|
while (inductionVariable <= last);
|
|
@@ -3469,15 +3523,15 @@
|
|
|
3469
3523
|
}
|
|
3470
3524
|
function PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this$0) {
|
|
3471
3525
|
return function () {
|
|
3472
|
-
var tmp0_safe_receiver = this$0.
|
|
3473
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3526
|
+
var tmp0_safe_receiver = this$0.ft_1;
|
|
3527
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.bv();
|
|
3474
3528
|
return tmp1_elvis_lhs == null ? get_EMPTY_SERIALIZER_ARRAY() : tmp1_elvis_lhs;
|
|
3475
3529
|
};
|
|
3476
3530
|
}
|
|
3477
3531
|
function PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this$0) {
|
|
3478
3532
|
return function () {
|
|
3479
|
-
var tmp0_safe_receiver = this$0.
|
|
3480
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3533
|
+
var tmp0_safe_receiver = this$0.ft_1;
|
|
3534
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.cv();
|
|
3481
3535
|
var tmp;
|
|
3482
3536
|
if (tmp1_safe_receiver == null) {
|
|
3483
3537
|
tmp = null;
|
|
@@ -3501,7 +3555,7 @@
|
|
|
3501
3555
|
}
|
|
3502
3556
|
function PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this$0) {
|
|
3503
3557
|
return function () {
|
|
3504
|
-
return hashCodeImpl(this$0, this$0.
|
|
3558
|
+
return hashCodeImpl(this$0, this$0.lu());
|
|
3505
3559
|
};
|
|
3506
3560
|
}
|
|
3507
3561
|
function PluginGeneratedSerialDescriptor$toString$lambda(this$0) {
|
|
@@ -3511,94 +3565,116 @@
|
|
|
3511
3565
|
}
|
|
3512
3566
|
function PluginGeneratedSerialDescriptor(serialName, generatedSerializer, elementsCount) {
|
|
3513
3567
|
generatedSerializer = generatedSerializer === VOID ? null : generatedSerializer;
|
|
3514
|
-
this.
|
|
3515
|
-
this.
|
|
3516
|
-
this.
|
|
3517
|
-
this.
|
|
3568
|
+
this.et_1 = serialName;
|
|
3569
|
+
this.ft_1 = generatedSerializer;
|
|
3570
|
+
this.gt_1 = elementsCount;
|
|
3571
|
+
this.ht_1 = -1;
|
|
3518
3572
|
var tmp = this;
|
|
3519
3573
|
var tmp_0 = 0;
|
|
3520
|
-
var tmp_1 = this.
|
|
3574
|
+
var tmp_1 = this.gt_1;
|
|
3521
3575
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3522
3576
|
var tmp_2 = fillArrayVal(Array(tmp_1), null);
|
|
3523
3577
|
while (tmp_0 < tmp_1) {
|
|
3524
3578
|
tmp_2[tmp_0] = '[UNINITIALIZED]';
|
|
3525
3579
|
tmp_0 = tmp_0 + 1 | 0;
|
|
3526
3580
|
}
|
|
3527
|
-
tmp.
|
|
3581
|
+
tmp.it_1 = tmp_2;
|
|
3528
3582
|
var tmp_3 = this;
|
|
3529
3583
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3530
|
-
var size = this.
|
|
3531
|
-
tmp_3.
|
|
3532
|
-
this.
|
|
3533
|
-
this.
|
|
3534
|
-
this.
|
|
3584
|
+
var size = this.gt_1;
|
|
3585
|
+
tmp_3.jt_1 = fillArrayVal(Array(size), null);
|
|
3586
|
+
this.kt_1 = null;
|
|
3587
|
+
this.lt_1 = booleanArray(this.gt_1);
|
|
3588
|
+
this.mt_1 = emptyMap();
|
|
3535
3589
|
var tmp_4 = this;
|
|
3536
3590
|
var tmp_5 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3537
|
-
tmp_4.
|
|
3591
|
+
tmp_4.nt_1 = lazy(tmp_5, PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this));
|
|
3538
3592
|
var tmp_6 = this;
|
|
3539
3593
|
var tmp_7 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3540
|
-
tmp_6.
|
|
3594
|
+
tmp_6.ot_1 = lazy(tmp_7, PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this));
|
|
3541
3595
|
var tmp_8 = this;
|
|
3542
3596
|
var tmp_9 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3543
|
-
tmp_8.
|
|
3597
|
+
tmp_8.pt_1 = lazy(tmp_9, PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this));
|
|
3544
3598
|
}
|
|
3545
3599
|
protoOf(PluginGeneratedSerialDescriptor).qk = function () {
|
|
3546
|
-
return this.
|
|
3600
|
+
return this.et_1;
|
|
3547
3601
|
};
|
|
3548
3602
|
protoOf(PluginGeneratedSerialDescriptor).cl = function () {
|
|
3549
|
-
return this.
|
|
3603
|
+
return this.gt_1;
|
|
3550
3604
|
};
|
|
3551
3605
|
protoOf(PluginGeneratedSerialDescriptor).el = function () {
|
|
3552
3606
|
return CLASS_getInstance();
|
|
3553
3607
|
};
|
|
3554
3608
|
protoOf(PluginGeneratedSerialDescriptor).bl = function () {
|
|
3555
|
-
var tmp0_elvis_lhs = this.
|
|
3609
|
+
var tmp0_elvis_lhs = this.kt_1;
|
|
3556
3610
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
3557
3611
|
};
|
|
3558
3612
|
protoOf(PluginGeneratedSerialDescriptor).gm = function () {
|
|
3559
|
-
return this.
|
|
3613
|
+
return this.mt_1.j2();
|
|
3560
3614
|
};
|
|
3561
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3615
|
+
protoOf(PluginGeneratedSerialDescriptor).lu = function () {
|
|
3562
3616
|
// Inline function 'kotlin.getValue' call
|
|
3563
|
-
var this_0 = this.
|
|
3617
|
+
var this_0 = this.ot_1;
|
|
3564
3618
|
typeParameterDescriptors$factory();
|
|
3565
3619
|
return this_0.o2();
|
|
3566
3620
|
};
|
|
3567
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3568
|
-
this.
|
|
3569
|
-
this.
|
|
3570
|
-
this.
|
|
3571
|
-
this.
|
|
3572
|
-
if (this.
|
|
3573
|
-
this.
|
|
3621
|
+
protoOf(PluginGeneratedSerialDescriptor).mu = function (name, isOptional) {
|
|
3622
|
+
this.ht_1 = this.ht_1 + 1 | 0;
|
|
3623
|
+
this.it_1[this.ht_1] = name;
|
|
3624
|
+
this.lt_1[this.ht_1] = isOptional;
|
|
3625
|
+
this.jt_1[this.ht_1] = null;
|
|
3626
|
+
if (this.ht_1 === (this.gt_1 - 1 | 0)) {
|
|
3627
|
+
this.mt_1 = buildIndices(this);
|
|
3574
3628
|
}
|
|
3575
3629
|
};
|
|
3576
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3630
|
+
protoOf(PluginGeneratedSerialDescriptor).rt = function (name, isOptional, $super) {
|
|
3577
3631
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
3578
3632
|
var tmp;
|
|
3579
3633
|
if ($super === VOID) {
|
|
3580
|
-
this.
|
|
3634
|
+
this.mu(name, isOptional);
|
|
3581
3635
|
tmp = Unit_instance;
|
|
3582
3636
|
} else {
|
|
3583
|
-
tmp = $super.
|
|
3637
|
+
tmp = $super.mu.call(this, name, isOptional);
|
|
3584
3638
|
}
|
|
3585
3639
|
return tmp;
|
|
3586
3640
|
};
|
|
3641
|
+
protoOf(PluginGeneratedSerialDescriptor).st = function (annotation) {
|
|
3642
|
+
// Inline function 'kotlin.let' call
|
|
3643
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
3644
|
+
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.pushAnnotation.<anonymous>' call
|
|
3645
|
+
var it = this.jt_1[this.ht_1];
|
|
3646
|
+
var tmp;
|
|
3647
|
+
if (it == null) {
|
|
3648
|
+
var result = ArrayList_init_$Create$(1);
|
|
3649
|
+
this.jt_1[this.ht_1] = result;
|
|
3650
|
+
tmp = result;
|
|
3651
|
+
} else {
|
|
3652
|
+
tmp = it;
|
|
3653
|
+
}
|
|
3654
|
+
var list = tmp;
|
|
3655
|
+
list.s(annotation);
|
|
3656
|
+
};
|
|
3657
|
+
protoOf(PluginGeneratedSerialDescriptor).qt = function (a) {
|
|
3658
|
+
if (this.kt_1 == null) {
|
|
3659
|
+
this.kt_1 = ArrayList_init_$Create$(1);
|
|
3660
|
+
}
|
|
3661
|
+
ensureNotNull(this.kt_1).s(a);
|
|
3662
|
+
};
|
|
3587
3663
|
protoOf(PluginGeneratedSerialDescriptor).gl = function (index) {
|
|
3588
3664
|
return getChecked(_get_childSerializers__7vnyfa(this), index).pj();
|
|
3589
3665
|
};
|
|
3590
3666
|
protoOf(PluginGeneratedSerialDescriptor).jl = function (index) {
|
|
3591
|
-
return getChecked_0(this.
|
|
3667
|
+
return getChecked_0(this.lt_1, index);
|
|
3592
3668
|
};
|
|
3593
3669
|
protoOf(PluginGeneratedSerialDescriptor).fl = function (index) {
|
|
3594
|
-
var tmp0_elvis_lhs = getChecked(this.
|
|
3670
|
+
var tmp0_elvis_lhs = getChecked(this.jt_1, index);
|
|
3595
3671
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
3596
3672
|
};
|
|
3597
3673
|
protoOf(PluginGeneratedSerialDescriptor).il = function (index) {
|
|
3598
|
-
return getChecked(this.
|
|
3674
|
+
return getChecked(this.it_1, index);
|
|
3599
3675
|
};
|
|
3600
3676
|
protoOf(PluginGeneratedSerialDescriptor).hl = function (name) {
|
|
3601
|
-
var tmp0_elvis_lhs = this.
|
|
3677
|
+
var tmp0_elvis_lhs = this.mt_1.t2(name);
|
|
3602
3678
|
var tmp;
|
|
3603
3679
|
if (tmp0_elvis_lhs == null) {
|
|
3604
3680
|
tmp = -3;
|
|
@@ -3624,7 +3700,7 @@
|
|
|
3624
3700
|
break $l$block_5;
|
|
3625
3701
|
}
|
|
3626
3702
|
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.equals.<anonymous>' call
|
|
3627
|
-
if (!contentEquals(this.
|
|
3703
|
+
if (!contentEquals(this.lu(), other.lu())) {
|
|
3628
3704
|
tmp$ret$0 = false;
|
|
3629
3705
|
break $l$block_5;
|
|
3630
3706
|
}
|
|
@@ -3656,7 +3732,7 @@
|
|
|
3656
3732
|
return _get__hashCode__tgwhef_0(this);
|
|
3657
3733
|
};
|
|
3658
3734
|
protoOf(PluginGeneratedSerialDescriptor).toString = function () {
|
|
3659
|
-
var tmp = until(0, this.
|
|
3735
|
+
var tmp = until(0, this.gt_1);
|
|
3660
3736
|
var tmp_0 = this.qk() + '(';
|
|
3661
3737
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, PluginGeneratedSerialDescriptor$toString$lambda(this));
|
|
3662
3738
|
};
|
|
@@ -3707,7 +3783,7 @@
|
|
|
3707
3783
|
}
|
|
3708
3784
|
function typeParameterDescriptors$factory() {
|
|
3709
3785
|
return getPropertyCallableRef('typeParameterDescriptors', 1, KProperty1, function (receiver) {
|
|
3710
|
-
return receiver.
|
|
3786
|
+
return receiver.lu();
|
|
3711
3787
|
}, null);
|
|
3712
3788
|
}
|
|
3713
3789
|
function _hashCode$factory_0() {
|
|
@@ -3738,31 +3814,31 @@
|
|
|
3738
3814
|
CharArraySerializer_instance = this;
|
|
3739
3815
|
PrimitiveArraySerializer.call(this, serializer_2(Companion_getInstance_1()));
|
|
3740
3816
|
}
|
|
3741
|
-
protoOf(CharArraySerializer_0).
|
|
3817
|
+
protoOf(CharArraySerializer_0).pv = function (_this__u8e3s4) {
|
|
3742
3818
|
return _this__u8e3s4.length;
|
|
3743
3819
|
};
|
|
3744
3820
|
protoOf(CharArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3745
|
-
return this.
|
|
3821
|
+
return this.pv((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3746
3822
|
};
|
|
3747
|
-
protoOf(CharArraySerializer_0).
|
|
3823
|
+
protoOf(CharArraySerializer_0).qv = function (_this__u8e3s4) {
|
|
3748
3824
|
return new CharArrayBuilder(_this__u8e3s4);
|
|
3749
3825
|
};
|
|
3750
3826
|
protoOf(CharArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3751
|
-
return this.
|
|
3827
|
+
return this.qv((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3752
3828
|
};
|
|
3753
3829
|
protoOf(CharArraySerializer_0).ss = function () {
|
|
3754
3830
|
return charArray(0);
|
|
3755
3831
|
};
|
|
3756
|
-
protoOf(CharArraySerializer_0).
|
|
3757
|
-
builder.
|
|
3832
|
+
protoOf(CharArraySerializer_0).rv = function (decoder, index, builder, checkIndex) {
|
|
3833
|
+
builder.uv(decoder.gn(this.ks_1, index));
|
|
3758
3834
|
};
|
|
3759
3835
|
protoOf(CharArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
3760
|
-
return this.
|
|
3836
|
+
return this.rv(decoder, index, builder instanceof CharArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3761
3837
|
};
|
|
3762
3838
|
protoOf(CharArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
3763
|
-
return this.
|
|
3839
|
+
return this.rv(decoder, index, builder instanceof CharArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3764
3840
|
};
|
|
3765
|
-
protoOf(CharArraySerializer_0).
|
|
3841
|
+
protoOf(CharArraySerializer_0).vv = function (encoder, content, size) {
|
|
3766
3842
|
var inductionVariable = 0;
|
|
3767
3843
|
if (inductionVariable < size)
|
|
3768
3844
|
do {
|
|
@@ -3773,7 +3849,7 @@
|
|
|
3773
3849
|
while (inductionVariable < size);
|
|
3774
3850
|
};
|
|
3775
3851
|
protoOf(CharArraySerializer_0).us = function (encoder, content, size) {
|
|
3776
|
-
return this.
|
|
3852
|
+
return this.vv(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
3777
3853
|
};
|
|
3778
3854
|
var CharArraySerializer_instance;
|
|
3779
3855
|
function CharArraySerializer_getInstance() {
|
|
@@ -3785,31 +3861,31 @@
|
|
|
3785
3861
|
DoubleArraySerializer_instance = this;
|
|
3786
3862
|
PrimitiveArraySerializer.call(this, serializer_3(DoubleCompanionObject_instance));
|
|
3787
3863
|
}
|
|
3788
|
-
protoOf(DoubleArraySerializer_0).
|
|
3864
|
+
protoOf(DoubleArraySerializer_0).yv = function (_this__u8e3s4) {
|
|
3789
3865
|
return _this__u8e3s4.length;
|
|
3790
3866
|
};
|
|
3791
3867
|
protoOf(DoubleArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3792
|
-
return this.
|
|
3868
|
+
return this.yv((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3793
3869
|
};
|
|
3794
|
-
protoOf(DoubleArraySerializer_0).
|
|
3870
|
+
protoOf(DoubleArraySerializer_0).zv = function (_this__u8e3s4) {
|
|
3795
3871
|
return new DoubleArrayBuilder(_this__u8e3s4);
|
|
3796
3872
|
};
|
|
3797
3873
|
protoOf(DoubleArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3798
|
-
return this.
|
|
3874
|
+
return this.zv((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3799
3875
|
};
|
|
3800
3876
|
protoOf(DoubleArraySerializer_0).ss = function () {
|
|
3801
3877
|
return new Float64Array(0);
|
|
3802
3878
|
};
|
|
3803
|
-
protoOf(DoubleArraySerializer_0).
|
|
3804
|
-
builder.
|
|
3879
|
+
protoOf(DoubleArraySerializer_0).aw = function (decoder, index, builder, checkIndex) {
|
|
3880
|
+
builder.dw(decoder.fn(this.ks_1, index));
|
|
3805
3881
|
};
|
|
3806
3882
|
protoOf(DoubleArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
3807
|
-
return this.
|
|
3883
|
+
return this.aw(decoder, index, builder instanceof DoubleArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3808
3884
|
};
|
|
3809
3885
|
protoOf(DoubleArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
3810
|
-
return this.
|
|
3886
|
+
return this.aw(decoder, index, builder instanceof DoubleArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3811
3887
|
};
|
|
3812
|
-
protoOf(DoubleArraySerializer_0).
|
|
3888
|
+
protoOf(DoubleArraySerializer_0).ew = function (encoder, content, size) {
|
|
3813
3889
|
var inductionVariable = 0;
|
|
3814
3890
|
if (inductionVariable < size)
|
|
3815
3891
|
do {
|
|
@@ -3820,7 +3896,7 @@
|
|
|
3820
3896
|
while (inductionVariable < size);
|
|
3821
3897
|
};
|
|
3822
3898
|
protoOf(DoubleArraySerializer_0).us = function (encoder, content, size) {
|
|
3823
|
-
return this.
|
|
3899
|
+
return this.ew(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
3824
3900
|
};
|
|
3825
3901
|
var DoubleArraySerializer_instance;
|
|
3826
3902
|
function DoubleArraySerializer_getInstance() {
|
|
@@ -3832,31 +3908,31 @@
|
|
|
3832
3908
|
FloatArraySerializer_instance = this;
|
|
3833
3909
|
PrimitiveArraySerializer.call(this, serializer_4(FloatCompanionObject_instance));
|
|
3834
3910
|
}
|
|
3835
|
-
protoOf(FloatArraySerializer_0).
|
|
3911
|
+
protoOf(FloatArraySerializer_0).hw = function (_this__u8e3s4) {
|
|
3836
3912
|
return _this__u8e3s4.length;
|
|
3837
3913
|
};
|
|
3838
3914
|
protoOf(FloatArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3839
|
-
return this.
|
|
3915
|
+
return this.hw((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3840
3916
|
};
|
|
3841
|
-
protoOf(FloatArraySerializer_0).
|
|
3917
|
+
protoOf(FloatArraySerializer_0).iw = function (_this__u8e3s4) {
|
|
3842
3918
|
return new FloatArrayBuilder(_this__u8e3s4);
|
|
3843
3919
|
};
|
|
3844
3920
|
protoOf(FloatArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3845
|
-
return this.
|
|
3921
|
+
return this.iw((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3846
3922
|
};
|
|
3847
3923
|
protoOf(FloatArraySerializer_0).ss = function () {
|
|
3848
3924
|
return new Float32Array(0);
|
|
3849
3925
|
};
|
|
3850
|
-
protoOf(FloatArraySerializer_0).
|
|
3851
|
-
builder.
|
|
3926
|
+
protoOf(FloatArraySerializer_0).jw = function (decoder, index, builder, checkIndex) {
|
|
3927
|
+
builder.mw(decoder.en(this.ks_1, index));
|
|
3852
3928
|
};
|
|
3853
3929
|
protoOf(FloatArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
3854
|
-
return this.
|
|
3930
|
+
return this.jw(decoder, index, builder instanceof FloatArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3855
3931
|
};
|
|
3856
3932
|
protoOf(FloatArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
3857
|
-
return this.
|
|
3933
|
+
return this.jw(decoder, index, builder instanceof FloatArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3858
3934
|
};
|
|
3859
|
-
protoOf(FloatArraySerializer_0).
|
|
3935
|
+
protoOf(FloatArraySerializer_0).nw = function (encoder, content, size) {
|
|
3860
3936
|
var inductionVariable = 0;
|
|
3861
3937
|
if (inductionVariable < size)
|
|
3862
3938
|
do {
|
|
@@ -3867,7 +3943,7 @@
|
|
|
3867
3943
|
while (inductionVariable < size);
|
|
3868
3944
|
};
|
|
3869
3945
|
protoOf(FloatArraySerializer_0).us = function (encoder, content, size) {
|
|
3870
|
-
return this.
|
|
3946
|
+
return this.nw(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
3871
3947
|
};
|
|
3872
3948
|
var FloatArraySerializer_instance;
|
|
3873
3949
|
function FloatArraySerializer_getInstance() {
|
|
@@ -3879,31 +3955,31 @@
|
|
|
3879
3955
|
LongArraySerializer_instance = this;
|
|
3880
3956
|
PrimitiveArraySerializer.call(this, serializer_5(Companion_getInstance_0()));
|
|
3881
3957
|
}
|
|
3882
|
-
protoOf(LongArraySerializer_0).
|
|
3958
|
+
protoOf(LongArraySerializer_0).qw = function (_this__u8e3s4) {
|
|
3883
3959
|
return _this__u8e3s4.length;
|
|
3884
3960
|
};
|
|
3885
3961
|
protoOf(LongArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3886
|
-
return this.
|
|
3962
|
+
return this.qw((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3887
3963
|
};
|
|
3888
|
-
protoOf(LongArraySerializer_0).
|
|
3964
|
+
protoOf(LongArraySerializer_0).rw = function (_this__u8e3s4) {
|
|
3889
3965
|
return new LongArrayBuilder(_this__u8e3s4);
|
|
3890
3966
|
};
|
|
3891
3967
|
protoOf(LongArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3892
|
-
return this.
|
|
3968
|
+
return this.rw((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3893
3969
|
};
|
|
3894
3970
|
protoOf(LongArraySerializer_0).ss = function () {
|
|
3895
3971
|
return longArray(0);
|
|
3896
3972
|
};
|
|
3897
|
-
protoOf(LongArraySerializer_0).
|
|
3898
|
-
builder.
|
|
3973
|
+
protoOf(LongArraySerializer_0).sw = function (decoder, index, builder, checkIndex) {
|
|
3974
|
+
builder.vw(decoder.dn(this.ks_1, index));
|
|
3899
3975
|
};
|
|
3900
3976
|
protoOf(LongArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
3901
|
-
return this.
|
|
3977
|
+
return this.sw(decoder, index, builder instanceof LongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3902
3978
|
};
|
|
3903
3979
|
protoOf(LongArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
3904
|
-
return this.
|
|
3980
|
+
return this.sw(decoder, index, builder instanceof LongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3905
3981
|
};
|
|
3906
|
-
protoOf(LongArraySerializer_0).
|
|
3982
|
+
protoOf(LongArraySerializer_0).ww = function (encoder, content, size) {
|
|
3907
3983
|
var inductionVariable = 0;
|
|
3908
3984
|
if (inductionVariable < size)
|
|
3909
3985
|
do {
|
|
@@ -3914,7 +3990,7 @@
|
|
|
3914
3990
|
while (inductionVariable < size);
|
|
3915
3991
|
};
|
|
3916
3992
|
protoOf(LongArraySerializer_0).us = function (encoder, content, size) {
|
|
3917
|
-
return this.
|
|
3993
|
+
return this.ww(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
3918
3994
|
};
|
|
3919
3995
|
var LongArraySerializer_instance;
|
|
3920
3996
|
function LongArraySerializer_getInstance() {
|
|
@@ -3926,37 +4002,37 @@
|
|
|
3926
4002
|
ULongArraySerializer_instance = this;
|
|
3927
4003
|
PrimitiveArraySerializer.call(this, serializer_6(Companion_getInstance_2()));
|
|
3928
4004
|
}
|
|
3929
|
-
protoOf(ULongArraySerializer_0).
|
|
4005
|
+
protoOf(ULongArraySerializer_0).zw = function (_this__u8e3s4) {
|
|
3930
4006
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
3931
4007
|
};
|
|
3932
4008
|
protoOf(ULongArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3933
|
-
return this.
|
|
4009
|
+
return this.zw(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.aj_1 : THROW_CCE());
|
|
3934
4010
|
};
|
|
3935
|
-
protoOf(ULongArraySerializer_0).
|
|
4011
|
+
protoOf(ULongArraySerializer_0).ax = function (_this__u8e3s4) {
|
|
3936
4012
|
return new ULongArrayBuilder(_this__u8e3s4);
|
|
3937
4013
|
};
|
|
3938
4014
|
protoOf(ULongArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3939
|
-
return this.
|
|
4015
|
+
return this.ax(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.aj_1 : THROW_CCE());
|
|
3940
4016
|
};
|
|
3941
|
-
protoOf(ULongArraySerializer_0).
|
|
4017
|
+
protoOf(ULongArraySerializer_0).bx = function () {
|
|
3942
4018
|
return _ULongArray___init__impl__twm1l3(0);
|
|
3943
4019
|
};
|
|
3944
4020
|
protoOf(ULongArraySerializer_0).ss = function () {
|
|
3945
|
-
return new ULongArray(this.
|
|
4021
|
+
return new ULongArray(this.bx());
|
|
3946
4022
|
};
|
|
3947
|
-
protoOf(ULongArraySerializer_0).
|
|
4023
|
+
protoOf(ULongArraySerializer_0).cx = function (decoder, index, builder, checkIndex) {
|
|
3948
4024
|
// Inline function 'kotlin.toULong' call
|
|
3949
4025
|
var this_0 = decoder.in(this.ks_1, index).om();
|
|
3950
4026
|
var tmp$ret$0 = _ULong___init__impl__c78o9k(this_0);
|
|
3951
|
-
builder.
|
|
4027
|
+
builder.fx(tmp$ret$0);
|
|
3952
4028
|
};
|
|
3953
4029
|
protoOf(ULongArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
3954
|
-
return this.
|
|
4030
|
+
return this.cx(decoder, index, builder instanceof ULongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3955
4031
|
};
|
|
3956
4032
|
protoOf(ULongArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
3957
|
-
return this.
|
|
4033
|
+
return this.cx(decoder, index, builder instanceof ULongArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
3958
4034
|
};
|
|
3959
|
-
protoOf(ULongArraySerializer_0).
|
|
4035
|
+
protoOf(ULongArraySerializer_0).gx = function (encoder, content, size) {
|
|
3960
4036
|
var inductionVariable = 0;
|
|
3961
4037
|
if (inductionVariable < size)
|
|
3962
4038
|
do {
|
|
@@ -3971,7 +4047,7 @@
|
|
|
3971
4047
|
while (inductionVariable < size);
|
|
3972
4048
|
};
|
|
3973
4049
|
protoOf(ULongArraySerializer_0).us = function (encoder, content, size) {
|
|
3974
|
-
return this.
|
|
4050
|
+
return this.gx(encoder, content instanceof ULongArray ? content.aj_1 : THROW_CCE(), size);
|
|
3975
4051
|
};
|
|
3976
4052
|
var ULongArraySerializer_instance;
|
|
3977
4053
|
function ULongArraySerializer_getInstance() {
|
|
@@ -3983,31 +4059,31 @@
|
|
|
3983
4059
|
IntArraySerializer_instance = this;
|
|
3984
4060
|
PrimitiveArraySerializer.call(this, serializer_7(IntCompanionObject_instance));
|
|
3985
4061
|
}
|
|
3986
|
-
protoOf(IntArraySerializer_0).
|
|
4062
|
+
protoOf(IntArraySerializer_0).jx = function (_this__u8e3s4) {
|
|
3987
4063
|
return _this__u8e3s4.length;
|
|
3988
4064
|
};
|
|
3989
4065
|
protoOf(IntArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
3990
|
-
return this.
|
|
4066
|
+
return this.jx((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3991
4067
|
};
|
|
3992
|
-
protoOf(IntArraySerializer_0).
|
|
4068
|
+
protoOf(IntArraySerializer_0).kx = function (_this__u8e3s4) {
|
|
3993
4069
|
return new IntArrayBuilder(_this__u8e3s4);
|
|
3994
4070
|
};
|
|
3995
4071
|
protoOf(IntArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
3996
|
-
return this.
|
|
4072
|
+
return this.kx((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3997
4073
|
};
|
|
3998
4074
|
protoOf(IntArraySerializer_0).ss = function () {
|
|
3999
4075
|
return new Int32Array(0);
|
|
4000
4076
|
};
|
|
4001
|
-
protoOf(IntArraySerializer_0).
|
|
4002
|
-
builder.
|
|
4077
|
+
protoOf(IntArraySerializer_0).lx = function (decoder, index, builder, checkIndex) {
|
|
4078
|
+
builder.ox(decoder.cn(this.ks_1, index));
|
|
4003
4079
|
};
|
|
4004
4080
|
protoOf(IntArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4005
|
-
return this.
|
|
4081
|
+
return this.lx(decoder, index, builder instanceof IntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4006
4082
|
};
|
|
4007
4083
|
protoOf(IntArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4008
|
-
return this.
|
|
4084
|
+
return this.lx(decoder, index, builder instanceof IntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4009
4085
|
};
|
|
4010
|
-
protoOf(IntArraySerializer_0).
|
|
4086
|
+
protoOf(IntArraySerializer_0).px = function (encoder, content, size) {
|
|
4011
4087
|
var inductionVariable = 0;
|
|
4012
4088
|
if (inductionVariable < size)
|
|
4013
4089
|
do {
|
|
@@ -4018,7 +4094,7 @@
|
|
|
4018
4094
|
while (inductionVariable < size);
|
|
4019
4095
|
};
|
|
4020
4096
|
protoOf(IntArraySerializer_0).us = function (encoder, content, size) {
|
|
4021
|
-
return this.
|
|
4097
|
+
return this.px(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
4022
4098
|
};
|
|
4023
4099
|
var IntArraySerializer_instance;
|
|
4024
4100
|
function IntArraySerializer_getInstance() {
|
|
@@ -4030,37 +4106,37 @@
|
|
|
4030
4106
|
UIntArraySerializer_instance = this;
|
|
4031
4107
|
PrimitiveArraySerializer.call(this, serializer_8(Companion_getInstance_3()));
|
|
4032
4108
|
}
|
|
4033
|
-
protoOf(UIntArraySerializer_0).
|
|
4109
|
+
protoOf(UIntArraySerializer_0).sx = function (_this__u8e3s4) {
|
|
4034
4110
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
4035
4111
|
};
|
|
4036
4112
|
protoOf(UIntArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4037
|
-
return this.
|
|
4113
|
+
return this.sx(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.oi_1 : THROW_CCE());
|
|
4038
4114
|
};
|
|
4039
|
-
protoOf(UIntArraySerializer_0).
|
|
4115
|
+
protoOf(UIntArraySerializer_0).tx = function (_this__u8e3s4) {
|
|
4040
4116
|
return new UIntArrayBuilder(_this__u8e3s4);
|
|
4041
4117
|
};
|
|
4042
4118
|
protoOf(UIntArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4043
|
-
return this.
|
|
4119
|
+
return this.tx(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.oi_1 : THROW_CCE());
|
|
4044
4120
|
};
|
|
4045
|
-
protoOf(UIntArraySerializer_0).
|
|
4121
|
+
protoOf(UIntArraySerializer_0).ux = function () {
|
|
4046
4122
|
return _UIntArray___init__impl__ghjpc6(0);
|
|
4047
4123
|
};
|
|
4048
4124
|
protoOf(UIntArraySerializer_0).ss = function () {
|
|
4049
|
-
return new UIntArray(this.
|
|
4125
|
+
return new UIntArray(this.ux());
|
|
4050
4126
|
};
|
|
4051
|
-
protoOf(UIntArraySerializer_0).
|
|
4127
|
+
protoOf(UIntArraySerializer_0).vx = function (decoder, index, builder, checkIndex) {
|
|
4052
4128
|
// Inline function 'kotlin.toUInt' call
|
|
4053
4129
|
var this_0 = decoder.in(this.ks_1, index).nm();
|
|
4054
4130
|
var tmp$ret$0 = _UInt___init__impl__l7qpdl(this_0);
|
|
4055
|
-
builder.
|
|
4131
|
+
builder.yx(tmp$ret$0);
|
|
4056
4132
|
};
|
|
4057
4133
|
protoOf(UIntArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4058
|
-
return this.
|
|
4134
|
+
return this.vx(decoder, index, builder instanceof UIntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4059
4135
|
};
|
|
4060
4136
|
protoOf(UIntArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4061
|
-
return this.
|
|
4137
|
+
return this.vx(decoder, index, builder instanceof UIntArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4062
4138
|
};
|
|
4063
|
-
protoOf(UIntArraySerializer_0).
|
|
4139
|
+
protoOf(UIntArraySerializer_0).zx = function (encoder, content, size) {
|
|
4064
4140
|
var inductionVariable = 0;
|
|
4065
4141
|
if (inductionVariable < size)
|
|
4066
4142
|
do {
|
|
@@ -4075,7 +4151,7 @@
|
|
|
4075
4151
|
while (inductionVariable < size);
|
|
4076
4152
|
};
|
|
4077
4153
|
protoOf(UIntArraySerializer_0).us = function (encoder, content, size) {
|
|
4078
|
-
return this.
|
|
4154
|
+
return this.zx(encoder, content instanceof UIntArray ? content.oi_1 : THROW_CCE(), size);
|
|
4079
4155
|
};
|
|
4080
4156
|
var UIntArraySerializer_instance;
|
|
4081
4157
|
function UIntArraySerializer_getInstance() {
|
|
@@ -4087,31 +4163,31 @@
|
|
|
4087
4163
|
ShortArraySerializer_instance = this;
|
|
4088
4164
|
PrimitiveArraySerializer.call(this, serializer_9(ShortCompanionObject_instance));
|
|
4089
4165
|
}
|
|
4090
|
-
protoOf(ShortArraySerializer_0).
|
|
4166
|
+
protoOf(ShortArraySerializer_0).cy = function (_this__u8e3s4) {
|
|
4091
4167
|
return _this__u8e3s4.length;
|
|
4092
4168
|
};
|
|
4093
4169
|
protoOf(ShortArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4094
|
-
return this.
|
|
4170
|
+
return this.cy((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4095
4171
|
};
|
|
4096
|
-
protoOf(ShortArraySerializer_0).
|
|
4172
|
+
protoOf(ShortArraySerializer_0).dy = function (_this__u8e3s4) {
|
|
4097
4173
|
return new ShortArrayBuilder(_this__u8e3s4);
|
|
4098
4174
|
};
|
|
4099
4175
|
protoOf(ShortArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4100
|
-
return this.
|
|
4176
|
+
return this.dy((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4101
4177
|
};
|
|
4102
4178
|
protoOf(ShortArraySerializer_0).ss = function () {
|
|
4103
4179
|
return new Int16Array(0);
|
|
4104
4180
|
};
|
|
4105
|
-
protoOf(ShortArraySerializer_0).
|
|
4106
|
-
builder.
|
|
4181
|
+
protoOf(ShortArraySerializer_0).ey = function (decoder, index, builder, checkIndex) {
|
|
4182
|
+
builder.hy(decoder.bn(this.ks_1, index));
|
|
4107
4183
|
};
|
|
4108
4184
|
protoOf(ShortArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4109
|
-
return this.
|
|
4185
|
+
return this.ey(decoder, index, builder instanceof ShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4110
4186
|
};
|
|
4111
4187
|
protoOf(ShortArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4112
|
-
return this.
|
|
4188
|
+
return this.ey(decoder, index, builder instanceof ShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4113
4189
|
};
|
|
4114
|
-
protoOf(ShortArraySerializer_0).
|
|
4190
|
+
protoOf(ShortArraySerializer_0).iy = function (encoder, content, size) {
|
|
4115
4191
|
var inductionVariable = 0;
|
|
4116
4192
|
if (inductionVariable < size)
|
|
4117
4193
|
do {
|
|
@@ -4122,7 +4198,7 @@
|
|
|
4122
4198
|
while (inductionVariable < size);
|
|
4123
4199
|
};
|
|
4124
4200
|
protoOf(ShortArraySerializer_0).us = function (encoder, content, size) {
|
|
4125
|
-
return this.
|
|
4201
|
+
return this.iy(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
4126
4202
|
};
|
|
4127
4203
|
var ShortArraySerializer_instance;
|
|
4128
4204
|
function ShortArraySerializer_getInstance() {
|
|
@@ -4134,37 +4210,37 @@
|
|
|
4134
4210
|
UShortArraySerializer_instance = this;
|
|
4135
4211
|
PrimitiveArraySerializer.call(this, serializer_10(Companion_getInstance_4()));
|
|
4136
4212
|
}
|
|
4137
|
-
protoOf(UShortArraySerializer_0).
|
|
4213
|
+
protoOf(UShortArraySerializer_0).ly = function (_this__u8e3s4) {
|
|
4138
4214
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
4139
4215
|
};
|
|
4140
4216
|
protoOf(UShortArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4141
|
-
return this.
|
|
4217
|
+
return this.ly(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.mj_1 : THROW_CCE());
|
|
4142
4218
|
};
|
|
4143
|
-
protoOf(UShortArraySerializer_0).
|
|
4219
|
+
protoOf(UShortArraySerializer_0).my = function (_this__u8e3s4) {
|
|
4144
4220
|
return new UShortArrayBuilder(_this__u8e3s4);
|
|
4145
4221
|
};
|
|
4146
4222
|
protoOf(UShortArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4147
|
-
return this.
|
|
4223
|
+
return this.my(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.mj_1 : THROW_CCE());
|
|
4148
4224
|
};
|
|
4149
|
-
protoOf(UShortArraySerializer_0).
|
|
4225
|
+
protoOf(UShortArraySerializer_0).ny = function () {
|
|
4150
4226
|
return _UShortArray___init__impl__9b26ef(0);
|
|
4151
4227
|
};
|
|
4152
4228
|
protoOf(UShortArraySerializer_0).ss = function () {
|
|
4153
|
-
return new UShortArray(this.
|
|
4229
|
+
return new UShortArray(this.ny());
|
|
4154
4230
|
};
|
|
4155
|
-
protoOf(UShortArraySerializer_0).
|
|
4231
|
+
protoOf(UShortArraySerializer_0).oy = function (decoder, index, builder, checkIndex) {
|
|
4156
4232
|
// Inline function 'kotlin.toUShort' call
|
|
4157
4233
|
var this_0 = decoder.in(this.ks_1, index).mm();
|
|
4158
4234
|
var tmp$ret$0 = _UShort___init__impl__jigrne(this_0);
|
|
4159
|
-
builder.
|
|
4235
|
+
builder.ry(tmp$ret$0);
|
|
4160
4236
|
};
|
|
4161
4237
|
protoOf(UShortArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4162
|
-
return this.
|
|
4238
|
+
return this.oy(decoder, index, builder instanceof UShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4163
4239
|
};
|
|
4164
4240
|
protoOf(UShortArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4165
|
-
return this.
|
|
4241
|
+
return this.oy(decoder, index, builder instanceof UShortArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4166
4242
|
};
|
|
4167
|
-
protoOf(UShortArraySerializer_0).
|
|
4243
|
+
protoOf(UShortArraySerializer_0).sy = function (encoder, content, size) {
|
|
4168
4244
|
var inductionVariable = 0;
|
|
4169
4245
|
if (inductionVariable < size)
|
|
4170
4246
|
do {
|
|
@@ -4179,7 +4255,7 @@
|
|
|
4179
4255
|
while (inductionVariable < size);
|
|
4180
4256
|
};
|
|
4181
4257
|
protoOf(UShortArraySerializer_0).us = function (encoder, content, size) {
|
|
4182
|
-
return this.
|
|
4258
|
+
return this.sy(encoder, content instanceof UShortArray ? content.mj_1 : THROW_CCE(), size);
|
|
4183
4259
|
};
|
|
4184
4260
|
var UShortArraySerializer_instance;
|
|
4185
4261
|
function UShortArraySerializer_getInstance() {
|
|
@@ -4191,31 +4267,31 @@
|
|
|
4191
4267
|
ByteArraySerializer_instance = this;
|
|
4192
4268
|
PrimitiveArraySerializer.call(this, serializer_11(ByteCompanionObject_instance));
|
|
4193
4269
|
}
|
|
4194
|
-
protoOf(ByteArraySerializer_0).
|
|
4270
|
+
protoOf(ByteArraySerializer_0).vy = function (_this__u8e3s4) {
|
|
4195
4271
|
return _this__u8e3s4.length;
|
|
4196
4272
|
};
|
|
4197
4273
|
protoOf(ByteArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4198
|
-
return this.
|
|
4274
|
+
return this.vy((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4199
4275
|
};
|
|
4200
|
-
protoOf(ByteArraySerializer_0).
|
|
4276
|
+
protoOf(ByteArraySerializer_0).wy = function (_this__u8e3s4) {
|
|
4201
4277
|
return new ByteArrayBuilder(_this__u8e3s4);
|
|
4202
4278
|
};
|
|
4203
4279
|
protoOf(ByteArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4204
|
-
return this.
|
|
4280
|
+
return this.wy((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4205
4281
|
};
|
|
4206
4282
|
protoOf(ByteArraySerializer_0).ss = function () {
|
|
4207
4283
|
return new Int8Array(0);
|
|
4208
4284
|
};
|
|
4209
|
-
protoOf(ByteArraySerializer_0).
|
|
4210
|
-
builder.
|
|
4285
|
+
protoOf(ByteArraySerializer_0).xy = function (decoder, index, builder, checkIndex) {
|
|
4286
|
+
builder.az(decoder.an(this.ks_1, index));
|
|
4211
4287
|
};
|
|
4212
4288
|
protoOf(ByteArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4213
|
-
return this.
|
|
4289
|
+
return this.xy(decoder, index, builder instanceof ByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4214
4290
|
};
|
|
4215
4291
|
protoOf(ByteArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4216
|
-
return this.
|
|
4292
|
+
return this.xy(decoder, index, builder instanceof ByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4217
4293
|
};
|
|
4218
|
-
protoOf(ByteArraySerializer_0).
|
|
4294
|
+
protoOf(ByteArraySerializer_0).bz = function (encoder, content, size) {
|
|
4219
4295
|
var inductionVariable = 0;
|
|
4220
4296
|
if (inductionVariable < size)
|
|
4221
4297
|
do {
|
|
@@ -4226,7 +4302,7 @@
|
|
|
4226
4302
|
while (inductionVariable < size);
|
|
4227
4303
|
};
|
|
4228
4304
|
protoOf(ByteArraySerializer_0).us = function (encoder, content, size) {
|
|
4229
|
-
return this.
|
|
4305
|
+
return this.bz(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
4230
4306
|
};
|
|
4231
4307
|
var ByteArraySerializer_instance;
|
|
4232
4308
|
function ByteArraySerializer_getInstance() {
|
|
@@ -4238,37 +4314,37 @@
|
|
|
4238
4314
|
UByteArraySerializer_instance = this;
|
|
4239
4315
|
PrimitiveArraySerializer.call(this, serializer_12(Companion_getInstance_5()));
|
|
4240
4316
|
}
|
|
4241
|
-
protoOf(UByteArraySerializer_0).
|
|
4317
|
+
protoOf(UByteArraySerializer_0).ez = function (_this__u8e3s4) {
|
|
4242
4318
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
4243
4319
|
};
|
|
4244
4320
|
protoOf(UByteArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4245
|
-
return this.
|
|
4321
|
+
return this.ez(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.ci_1 : THROW_CCE());
|
|
4246
4322
|
};
|
|
4247
|
-
protoOf(UByteArraySerializer_0).
|
|
4323
|
+
protoOf(UByteArraySerializer_0).fz = function (_this__u8e3s4) {
|
|
4248
4324
|
return new UByteArrayBuilder(_this__u8e3s4);
|
|
4249
4325
|
};
|
|
4250
4326
|
protoOf(UByteArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4251
|
-
return this.
|
|
4327
|
+
return this.fz(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.ci_1 : THROW_CCE());
|
|
4252
4328
|
};
|
|
4253
|
-
protoOf(UByteArraySerializer_0).
|
|
4329
|
+
protoOf(UByteArraySerializer_0).gz = function () {
|
|
4254
4330
|
return _UByteArray___init__impl__ip4y9n(0);
|
|
4255
4331
|
};
|
|
4256
4332
|
protoOf(UByteArraySerializer_0).ss = function () {
|
|
4257
|
-
return new UByteArray(this.
|
|
4333
|
+
return new UByteArray(this.gz());
|
|
4258
4334
|
};
|
|
4259
|
-
protoOf(UByteArraySerializer_0).
|
|
4335
|
+
protoOf(UByteArraySerializer_0).hz = function (decoder, index, builder, checkIndex) {
|
|
4260
4336
|
// Inline function 'kotlin.toUByte' call
|
|
4261
4337
|
var this_0 = decoder.in(this.ks_1, index).lm();
|
|
4262
4338
|
var tmp$ret$0 = _UByte___init__impl__g9hnc4(this_0);
|
|
4263
|
-
builder.
|
|
4339
|
+
builder.kz(tmp$ret$0);
|
|
4264
4340
|
};
|
|
4265
4341
|
protoOf(UByteArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4266
|
-
return this.
|
|
4342
|
+
return this.hz(decoder, index, builder instanceof UByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4267
4343
|
};
|
|
4268
4344
|
protoOf(UByteArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4269
|
-
return this.
|
|
4345
|
+
return this.hz(decoder, index, builder instanceof UByteArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4270
4346
|
};
|
|
4271
|
-
protoOf(UByteArraySerializer_0).
|
|
4347
|
+
protoOf(UByteArraySerializer_0).lz = function (encoder, content, size) {
|
|
4272
4348
|
var inductionVariable = 0;
|
|
4273
4349
|
if (inductionVariable < size)
|
|
4274
4350
|
do {
|
|
@@ -4283,7 +4359,7 @@
|
|
|
4283
4359
|
while (inductionVariable < size);
|
|
4284
4360
|
};
|
|
4285
4361
|
protoOf(UByteArraySerializer_0).us = function (encoder, content, size) {
|
|
4286
|
-
return this.
|
|
4362
|
+
return this.lz(encoder, content instanceof UByteArray ? content.ci_1 : THROW_CCE(), size);
|
|
4287
4363
|
};
|
|
4288
4364
|
var UByteArraySerializer_instance;
|
|
4289
4365
|
function UByteArraySerializer_getInstance() {
|
|
@@ -4295,31 +4371,31 @@
|
|
|
4295
4371
|
BooleanArraySerializer_instance = this;
|
|
4296
4372
|
PrimitiveArraySerializer.call(this, serializer_13(BooleanCompanionObject_instance));
|
|
4297
4373
|
}
|
|
4298
|
-
protoOf(BooleanArraySerializer_0).
|
|
4374
|
+
protoOf(BooleanArraySerializer_0).oz = function (_this__u8e3s4) {
|
|
4299
4375
|
return _this__u8e3s4.length;
|
|
4300
4376
|
};
|
|
4301
4377
|
protoOf(BooleanArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
4302
|
-
return this.
|
|
4378
|
+
return this.oz((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4303
4379
|
};
|
|
4304
|
-
protoOf(BooleanArraySerializer_0).
|
|
4380
|
+
protoOf(BooleanArraySerializer_0).pz = function (_this__u8e3s4) {
|
|
4305
4381
|
return new BooleanArrayBuilder(_this__u8e3s4);
|
|
4306
4382
|
};
|
|
4307
4383
|
protoOf(BooleanArraySerializer_0).dq = function (_this__u8e3s4) {
|
|
4308
|
-
return this.
|
|
4384
|
+
return this.pz((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
4309
4385
|
};
|
|
4310
4386
|
protoOf(BooleanArraySerializer_0).ss = function () {
|
|
4311
4387
|
return booleanArray(0);
|
|
4312
4388
|
};
|
|
4313
|
-
protoOf(BooleanArraySerializer_0).
|
|
4314
|
-
builder.
|
|
4389
|
+
protoOf(BooleanArraySerializer_0).qz = function (decoder, index, builder, checkIndex) {
|
|
4390
|
+
builder.tz(decoder.zm(this.ks_1, index));
|
|
4315
4391
|
};
|
|
4316
4392
|
protoOf(BooleanArraySerializer_0).oq = function (decoder, index, builder, checkIndex) {
|
|
4317
|
-
return this.
|
|
4393
|
+
return this.qz(decoder, index, builder instanceof BooleanArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4318
4394
|
};
|
|
4319
4395
|
protoOf(BooleanArraySerializer_0).ts = function (decoder, index, builder, checkIndex) {
|
|
4320
|
-
return this.
|
|
4396
|
+
return this.qz(decoder, index, builder instanceof BooleanArrayBuilder ? builder : THROW_CCE(), checkIndex);
|
|
4321
4397
|
};
|
|
4322
|
-
protoOf(BooleanArraySerializer_0).
|
|
4398
|
+
protoOf(BooleanArraySerializer_0).uz = function (encoder, content, size) {
|
|
4323
4399
|
var inductionVariable = 0;
|
|
4324
4400
|
if (inductionVariable < size)
|
|
4325
4401
|
do {
|
|
@@ -4330,7 +4406,7 @@
|
|
|
4330
4406
|
while (inductionVariable < size);
|
|
4331
4407
|
};
|
|
4332
4408
|
protoOf(BooleanArraySerializer_0).us = function (encoder, content, size) {
|
|
4333
|
-
return this.
|
|
4409
|
+
return this.uz(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
4334
4410
|
};
|
|
4335
4411
|
var BooleanArraySerializer_instance;
|
|
4336
4412
|
function BooleanArraySerializer_getInstance() {
|
|
@@ -4340,323 +4416,323 @@
|
|
|
4340
4416
|
}
|
|
4341
4417
|
function CharArrayBuilder(bufferWithData) {
|
|
4342
4418
|
PrimitiveArrayBuilder.call(this);
|
|
4343
|
-
this.
|
|
4344
|
-
this.
|
|
4419
|
+
this.sv_1 = bufferWithData;
|
|
4420
|
+
this.tv_1 = bufferWithData.length;
|
|
4345
4421
|
this.a3(10);
|
|
4346
4422
|
}
|
|
4347
4423
|
protoOf(CharArrayBuilder).ms = function () {
|
|
4348
|
-
return this.
|
|
4424
|
+
return this.tv_1;
|
|
4349
4425
|
};
|
|
4350
4426
|
protoOf(CharArrayBuilder).a3 = function (requiredCapacity) {
|
|
4351
|
-
if (this.
|
|
4352
|
-
this.
|
|
4427
|
+
if (this.sv_1.length < requiredCapacity)
|
|
4428
|
+
this.sv_1 = copyOf(this.sv_1, coerceAtLeast(requiredCapacity, imul(this.sv_1.length, 2)));
|
|
4353
4429
|
};
|
|
4354
|
-
protoOf(CharArrayBuilder).
|
|
4430
|
+
protoOf(CharArrayBuilder).uv = function (c) {
|
|
4355
4431
|
this.ws();
|
|
4356
|
-
var tmp = this.
|
|
4357
|
-
var tmp1 = this.
|
|
4358
|
-
this.
|
|
4432
|
+
var tmp = this.sv_1;
|
|
4433
|
+
var tmp1 = this.tv_1;
|
|
4434
|
+
this.tv_1 = tmp1 + 1 | 0;
|
|
4359
4435
|
tmp[tmp1] = c;
|
|
4360
4436
|
};
|
|
4361
4437
|
protoOf(CharArrayBuilder).os = function () {
|
|
4362
|
-
return copyOf(this.
|
|
4438
|
+
return copyOf(this.sv_1, this.tv_1);
|
|
4363
4439
|
};
|
|
4364
4440
|
function DoubleArrayBuilder(bufferWithData) {
|
|
4365
4441
|
PrimitiveArrayBuilder.call(this);
|
|
4366
|
-
this.
|
|
4367
|
-
this.
|
|
4442
|
+
this.bw_1 = bufferWithData;
|
|
4443
|
+
this.cw_1 = bufferWithData.length;
|
|
4368
4444
|
this.a3(10);
|
|
4369
4445
|
}
|
|
4370
4446
|
protoOf(DoubleArrayBuilder).ms = function () {
|
|
4371
|
-
return this.
|
|
4447
|
+
return this.cw_1;
|
|
4372
4448
|
};
|
|
4373
4449
|
protoOf(DoubleArrayBuilder).a3 = function (requiredCapacity) {
|
|
4374
|
-
if (this.
|
|
4375
|
-
this.
|
|
4450
|
+
if (this.bw_1.length < requiredCapacity)
|
|
4451
|
+
this.bw_1 = copyOf_0(this.bw_1, coerceAtLeast(requiredCapacity, imul(this.bw_1.length, 2)));
|
|
4376
4452
|
};
|
|
4377
|
-
protoOf(DoubleArrayBuilder).
|
|
4453
|
+
protoOf(DoubleArrayBuilder).dw = function (c) {
|
|
4378
4454
|
this.ws();
|
|
4379
|
-
var tmp = this.
|
|
4380
|
-
var tmp1 = this.
|
|
4381
|
-
this.
|
|
4455
|
+
var tmp = this.bw_1;
|
|
4456
|
+
var tmp1 = this.cw_1;
|
|
4457
|
+
this.cw_1 = tmp1 + 1 | 0;
|
|
4382
4458
|
tmp[tmp1] = c;
|
|
4383
4459
|
};
|
|
4384
4460
|
protoOf(DoubleArrayBuilder).os = function () {
|
|
4385
|
-
return copyOf_0(this.
|
|
4461
|
+
return copyOf_0(this.bw_1, this.cw_1);
|
|
4386
4462
|
};
|
|
4387
4463
|
function FloatArrayBuilder(bufferWithData) {
|
|
4388
4464
|
PrimitiveArrayBuilder.call(this);
|
|
4389
|
-
this.
|
|
4390
|
-
this.
|
|
4465
|
+
this.kw_1 = bufferWithData;
|
|
4466
|
+
this.lw_1 = bufferWithData.length;
|
|
4391
4467
|
this.a3(10);
|
|
4392
4468
|
}
|
|
4393
4469
|
protoOf(FloatArrayBuilder).ms = function () {
|
|
4394
|
-
return this.
|
|
4470
|
+
return this.lw_1;
|
|
4395
4471
|
};
|
|
4396
4472
|
protoOf(FloatArrayBuilder).a3 = function (requiredCapacity) {
|
|
4397
|
-
if (this.
|
|
4398
|
-
this.
|
|
4473
|
+
if (this.kw_1.length < requiredCapacity)
|
|
4474
|
+
this.kw_1 = copyOf_1(this.kw_1, coerceAtLeast(requiredCapacity, imul(this.kw_1.length, 2)));
|
|
4399
4475
|
};
|
|
4400
|
-
protoOf(FloatArrayBuilder).
|
|
4476
|
+
protoOf(FloatArrayBuilder).mw = function (c) {
|
|
4401
4477
|
this.ws();
|
|
4402
|
-
var tmp = this.
|
|
4403
|
-
var tmp1 = this.
|
|
4404
|
-
this.
|
|
4478
|
+
var tmp = this.kw_1;
|
|
4479
|
+
var tmp1 = this.lw_1;
|
|
4480
|
+
this.lw_1 = tmp1 + 1 | 0;
|
|
4405
4481
|
tmp[tmp1] = c;
|
|
4406
4482
|
};
|
|
4407
4483
|
protoOf(FloatArrayBuilder).os = function () {
|
|
4408
|
-
return copyOf_1(this.
|
|
4484
|
+
return copyOf_1(this.kw_1, this.lw_1);
|
|
4409
4485
|
};
|
|
4410
4486
|
function LongArrayBuilder(bufferWithData) {
|
|
4411
4487
|
PrimitiveArrayBuilder.call(this);
|
|
4412
|
-
this.
|
|
4413
|
-
this.
|
|
4488
|
+
this.tw_1 = bufferWithData;
|
|
4489
|
+
this.uw_1 = bufferWithData.length;
|
|
4414
4490
|
this.a3(10);
|
|
4415
4491
|
}
|
|
4416
4492
|
protoOf(LongArrayBuilder).ms = function () {
|
|
4417
|
-
return this.
|
|
4493
|
+
return this.uw_1;
|
|
4418
4494
|
};
|
|
4419
4495
|
protoOf(LongArrayBuilder).a3 = function (requiredCapacity) {
|
|
4420
|
-
if (this.
|
|
4421
|
-
this.
|
|
4496
|
+
if (this.tw_1.length < requiredCapacity)
|
|
4497
|
+
this.tw_1 = copyOf_2(this.tw_1, coerceAtLeast(requiredCapacity, imul(this.tw_1.length, 2)));
|
|
4422
4498
|
};
|
|
4423
|
-
protoOf(LongArrayBuilder).
|
|
4499
|
+
protoOf(LongArrayBuilder).vw = function (c) {
|
|
4424
4500
|
this.ws();
|
|
4425
|
-
var tmp = this.
|
|
4426
|
-
var tmp1 = this.
|
|
4427
|
-
this.
|
|
4501
|
+
var tmp = this.tw_1;
|
|
4502
|
+
var tmp1 = this.uw_1;
|
|
4503
|
+
this.uw_1 = tmp1 + 1 | 0;
|
|
4428
4504
|
tmp[tmp1] = c;
|
|
4429
4505
|
};
|
|
4430
4506
|
protoOf(LongArrayBuilder).os = function () {
|
|
4431
|
-
return copyOf_2(this.
|
|
4507
|
+
return copyOf_2(this.tw_1, this.uw_1);
|
|
4432
4508
|
};
|
|
4433
4509
|
function ULongArrayBuilder(bufferWithData) {
|
|
4434
4510
|
PrimitiveArrayBuilder.call(this);
|
|
4435
|
-
this.
|
|
4436
|
-
this.
|
|
4511
|
+
this.dx_1 = bufferWithData;
|
|
4512
|
+
this.ex_1 = _ULongArray___get_size__impl__ju6dtr(bufferWithData);
|
|
4437
4513
|
this.a3(10);
|
|
4438
4514
|
}
|
|
4439
4515
|
protoOf(ULongArrayBuilder).ms = function () {
|
|
4440
|
-
return this.
|
|
4516
|
+
return this.ex_1;
|
|
4441
4517
|
};
|
|
4442
4518
|
protoOf(ULongArrayBuilder).a3 = function (requiredCapacity) {
|
|
4443
|
-
if (_ULongArray___get_size__impl__ju6dtr(this.
|
|
4519
|
+
if (_ULongArray___get_size__impl__ju6dtr(this.dx_1) < requiredCapacity) {
|
|
4444
4520
|
var tmp = this;
|
|
4445
4521
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4446
|
-
var this_0 = this.
|
|
4447
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.
|
|
4448
|
-
tmp.
|
|
4522
|
+
var this_0 = this.dx_1;
|
|
4523
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.dx_1), 2));
|
|
4524
|
+
tmp.dx_1 = _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(this_0), newSize));
|
|
4449
4525
|
}
|
|
4450
4526
|
};
|
|
4451
|
-
protoOf(ULongArrayBuilder).
|
|
4527
|
+
protoOf(ULongArrayBuilder).fx = function (c) {
|
|
4452
4528
|
this.ws();
|
|
4453
|
-
var tmp = this.
|
|
4454
|
-
var tmp1 = this.
|
|
4455
|
-
this.
|
|
4529
|
+
var tmp = this.dx_1;
|
|
4530
|
+
var tmp1 = this.ex_1;
|
|
4531
|
+
this.ex_1 = tmp1 + 1 | 0;
|
|
4456
4532
|
ULongArray__set_impl_z19mvh(tmp, tmp1, c);
|
|
4457
4533
|
};
|
|
4458
|
-
protoOf(ULongArrayBuilder).
|
|
4534
|
+
protoOf(ULongArrayBuilder).vz = function () {
|
|
4459
4535
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4460
|
-
var this_0 = this.
|
|
4461
|
-
var newSize = this.
|
|
4536
|
+
var this_0 = this.dx_1;
|
|
4537
|
+
var newSize = this.ex_1;
|
|
4462
4538
|
return _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(this_0), newSize));
|
|
4463
4539
|
};
|
|
4464
4540
|
protoOf(ULongArrayBuilder).os = function () {
|
|
4465
|
-
return new ULongArray(this.
|
|
4541
|
+
return new ULongArray(this.vz());
|
|
4466
4542
|
};
|
|
4467
4543
|
function IntArrayBuilder(bufferWithData) {
|
|
4468
4544
|
PrimitiveArrayBuilder.call(this);
|
|
4469
|
-
this.
|
|
4470
|
-
this.
|
|
4545
|
+
this.mx_1 = bufferWithData;
|
|
4546
|
+
this.nx_1 = bufferWithData.length;
|
|
4471
4547
|
this.a3(10);
|
|
4472
4548
|
}
|
|
4473
4549
|
protoOf(IntArrayBuilder).ms = function () {
|
|
4474
|
-
return this.
|
|
4550
|
+
return this.nx_1;
|
|
4475
4551
|
};
|
|
4476
4552
|
protoOf(IntArrayBuilder).a3 = function (requiredCapacity) {
|
|
4477
|
-
if (this.
|
|
4478
|
-
this.
|
|
4553
|
+
if (this.mx_1.length < requiredCapacity)
|
|
4554
|
+
this.mx_1 = copyOf_3(this.mx_1, coerceAtLeast(requiredCapacity, imul(this.mx_1.length, 2)));
|
|
4479
4555
|
};
|
|
4480
|
-
protoOf(IntArrayBuilder).
|
|
4556
|
+
protoOf(IntArrayBuilder).ox = function (c) {
|
|
4481
4557
|
this.ws();
|
|
4482
|
-
var tmp = this.
|
|
4483
|
-
var tmp1 = this.
|
|
4484
|
-
this.
|
|
4558
|
+
var tmp = this.mx_1;
|
|
4559
|
+
var tmp1 = this.nx_1;
|
|
4560
|
+
this.nx_1 = tmp1 + 1 | 0;
|
|
4485
4561
|
tmp[tmp1] = c;
|
|
4486
4562
|
};
|
|
4487
4563
|
protoOf(IntArrayBuilder).os = function () {
|
|
4488
|
-
return copyOf_3(this.
|
|
4564
|
+
return copyOf_3(this.mx_1, this.nx_1);
|
|
4489
4565
|
};
|
|
4490
4566
|
function UIntArrayBuilder(bufferWithData) {
|
|
4491
4567
|
PrimitiveArrayBuilder.call(this);
|
|
4492
|
-
this.
|
|
4493
|
-
this.
|
|
4568
|
+
this.wx_1 = bufferWithData;
|
|
4569
|
+
this.xx_1 = _UIntArray___get_size__impl__r6l8ci(bufferWithData);
|
|
4494
4570
|
this.a3(10);
|
|
4495
4571
|
}
|
|
4496
4572
|
protoOf(UIntArrayBuilder).ms = function () {
|
|
4497
|
-
return this.
|
|
4573
|
+
return this.xx_1;
|
|
4498
4574
|
};
|
|
4499
4575
|
protoOf(UIntArrayBuilder).a3 = function (requiredCapacity) {
|
|
4500
|
-
if (_UIntArray___get_size__impl__r6l8ci(this.
|
|
4576
|
+
if (_UIntArray___get_size__impl__r6l8ci(this.wx_1) < requiredCapacity) {
|
|
4501
4577
|
var tmp = this;
|
|
4502
4578
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4503
|
-
var this_0 = this.
|
|
4504
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.
|
|
4505
|
-
tmp.
|
|
4579
|
+
var this_0 = this.wx_1;
|
|
4580
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.wx_1), 2));
|
|
4581
|
+
tmp.wx_1 = _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(this_0), newSize));
|
|
4506
4582
|
}
|
|
4507
4583
|
};
|
|
4508
|
-
protoOf(UIntArrayBuilder).
|
|
4584
|
+
protoOf(UIntArrayBuilder).yx = function (c) {
|
|
4509
4585
|
this.ws();
|
|
4510
|
-
var tmp = this.
|
|
4511
|
-
var tmp1 = this.
|
|
4512
|
-
this.
|
|
4586
|
+
var tmp = this.wx_1;
|
|
4587
|
+
var tmp1 = this.xx_1;
|
|
4588
|
+
this.xx_1 = tmp1 + 1 | 0;
|
|
4513
4589
|
UIntArray__set_impl_7f2zu2(tmp, tmp1, c);
|
|
4514
4590
|
};
|
|
4515
|
-
protoOf(UIntArrayBuilder).
|
|
4591
|
+
protoOf(UIntArrayBuilder).wz = function () {
|
|
4516
4592
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4517
|
-
var this_0 = this.
|
|
4518
|
-
var newSize = this.
|
|
4593
|
+
var this_0 = this.wx_1;
|
|
4594
|
+
var newSize = this.xx_1;
|
|
4519
4595
|
return _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(this_0), newSize));
|
|
4520
4596
|
};
|
|
4521
4597
|
protoOf(UIntArrayBuilder).os = function () {
|
|
4522
|
-
return new UIntArray(this.
|
|
4598
|
+
return new UIntArray(this.wz());
|
|
4523
4599
|
};
|
|
4524
4600
|
function ShortArrayBuilder(bufferWithData) {
|
|
4525
4601
|
PrimitiveArrayBuilder.call(this);
|
|
4526
|
-
this.
|
|
4527
|
-
this.
|
|
4602
|
+
this.fy_1 = bufferWithData;
|
|
4603
|
+
this.gy_1 = bufferWithData.length;
|
|
4528
4604
|
this.a3(10);
|
|
4529
4605
|
}
|
|
4530
4606
|
protoOf(ShortArrayBuilder).ms = function () {
|
|
4531
|
-
return this.
|
|
4607
|
+
return this.gy_1;
|
|
4532
4608
|
};
|
|
4533
4609
|
protoOf(ShortArrayBuilder).a3 = function (requiredCapacity) {
|
|
4534
|
-
if (this.
|
|
4535
|
-
this.
|
|
4610
|
+
if (this.fy_1.length < requiredCapacity)
|
|
4611
|
+
this.fy_1 = copyOf_4(this.fy_1, coerceAtLeast(requiredCapacity, imul(this.fy_1.length, 2)));
|
|
4536
4612
|
};
|
|
4537
|
-
protoOf(ShortArrayBuilder).
|
|
4613
|
+
protoOf(ShortArrayBuilder).hy = function (c) {
|
|
4538
4614
|
this.ws();
|
|
4539
|
-
var tmp = this.
|
|
4540
|
-
var tmp1 = this.
|
|
4541
|
-
this.
|
|
4615
|
+
var tmp = this.fy_1;
|
|
4616
|
+
var tmp1 = this.gy_1;
|
|
4617
|
+
this.gy_1 = tmp1 + 1 | 0;
|
|
4542
4618
|
tmp[tmp1] = c;
|
|
4543
4619
|
};
|
|
4544
4620
|
protoOf(ShortArrayBuilder).os = function () {
|
|
4545
|
-
return copyOf_4(this.
|
|
4621
|
+
return copyOf_4(this.fy_1, this.gy_1);
|
|
4546
4622
|
};
|
|
4547
4623
|
function UShortArrayBuilder(bufferWithData) {
|
|
4548
4624
|
PrimitiveArrayBuilder.call(this);
|
|
4549
|
-
this.
|
|
4550
|
-
this.
|
|
4625
|
+
this.py_1 = bufferWithData;
|
|
4626
|
+
this.qy_1 = _UShortArray___get_size__impl__jqto1b(bufferWithData);
|
|
4551
4627
|
this.a3(10);
|
|
4552
4628
|
}
|
|
4553
4629
|
protoOf(UShortArrayBuilder).ms = function () {
|
|
4554
|
-
return this.
|
|
4630
|
+
return this.qy_1;
|
|
4555
4631
|
};
|
|
4556
4632
|
protoOf(UShortArrayBuilder).a3 = function (requiredCapacity) {
|
|
4557
|
-
if (_UShortArray___get_size__impl__jqto1b(this.
|
|
4633
|
+
if (_UShortArray___get_size__impl__jqto1b(this.py_1) < requiredCapacity) {
|
|
4558
4634
|
var tmp = this;
|
|
4559
4635
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4560
|
-
var this_0 = this.
|
|
4561
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.
|
|
4562
|
-
tmp.
|
|
4636
|
+
var this_0 = this.py_1;
|
|
4637
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.py_1), 2));
|
|
4638
|
+
tmp.py_1 = _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(this_0), newSize));
|
|
4563
4639
|
}
|
|
4564
4640
|
};
|
|
4565
|
-
protoOf(UShortArrayBuilder).
|
|
4641
|
+
protoOf(UShortArrayBuilder).ry = function (c) {
|
|
4566
4642
|
this.ws();
|
|
4567
|
-
var tmp = this.
|
|
4568
|
-
var tmp1 = this.
|
|
4569
|
-
this.
|
|
4643
|
+
var tmp = this.py_1;
|
|
4644
|
+
var tmp1 = this.qy_1;
|
|
4645
|
+
this.qy_1 = tmp1 + 1 | 0;
|
|
4570
4646
|
UShortArray__set_impl_6d8whp(tmp, tmp1, c);
|
|
4571
4647
|
};
|
|
4572
|
-
protoOf(UShortArrayBuilder).
|
|
4648
|
+
protoOf(UShortArrayBuilder).xz = function () {
|
|
4573
4649
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4574
|
-
var this_0 = this.
|
|
4575
|
-
var newSize = this.
|
|
4650
|
+
var this_0 = this.py_1;
|
|
4651
|
+
var newSize = this.qy_1;
|
|
4576
4652
|
return _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(this_0), newSize));
|
|
4577
4653
|
};
|
|
4578
4654
|
protoOf(UShortArrayBuilder).os = function () {
|
|
4579
|
-
return new UShortArray(this.
|
|
4655
|
+
return new UShortArray(this.xz());
|
|
4580
4656
|
};
|
|
4581
4657
|
function ByteArrayBuilder(bufferWithData) {
|
|
4582
4658
|
PrimitiveArrayBuilder.call(this);
|
|
4583
|
-
this.
|
|
4584
|
-
this.
|
|
4659
|
+
this.yy_1 = bufferWithData;
|
|
4660
|
+
this.zy_1 = bufferWithData.length;
|
|
4585
4661
|
this.a3(10);
|
|
4586
4662
|
}
|
|
4587
4663
|
protoOf(ByteArrayBuilder).ms = function () {
|
|
4588
|
-
return this.
|
|
4664
|
+
return this.zy_1;
|
|
4589
4665
|
};
|
|
4590
4666
|
protoOf(ByteArrayBuilder).a3 = function (requiredCapacity) {
|
|
4591
|
-
if (this.
|
|
4592
|
-
this.
|
|
4667
|
+
if (this.yy_1.length < requiredCapacity)
|
|
4668
|
+
this.yy_1 = copyOf_5(this.yy_1, coerceAtLeast(requiredCapacity, imul(this.yy_1.length, 2)));
|
|
4593
4669
|
};
|
|
4594
|
-
protoOf(ByteArrayBuilder).
|
|
4670
|
+
protoOf(ByteArrayBuilder).az = function (c) {
|
|
4595
4671
|
this.ws();
|
|
4596
|
-
var tmp = this.
|
|
4597
|
-
var tmp1 = this.
|
|
4598
|
-
this.
|
|
4672
|
+
var tmp = this.yy_1;
|
|
4673
|
+
var tmp1 = this.zy_1;
|
|
4674
|
+
this.zy_1 = tmp1 + 1 | 0;
|
|
4599
4675
|
tmp[tmp1] = c;
|
|
4600
4676
|
};
|
|
4601
4677
|
protoOf(ByteArrayBuilder).os = function () {
|
|
4602
|
-
return copyOf_5(this.
|
|
4678
|
+
return copyOf_5(this.yy_1, this.zy_1);
|
|
4603
4679
|
};
|
|
4604
4680
|
function UByteArrayBuilder(bufferWithData) {
|
|
4605
4681
|
PrimitiveArrayBuilder.call(this);
|
|
4606
|
-
this.
|
|
4607
|
-
this.
|
|
4682
|
+
this.iz_1 = bufferWithData;
|
|
4683
|
+
this.jz_1 = _UByteArray___get_size__impl__h6pkdv(bufferWithData);
|
|
4608
4684
|
this.a3(10);
|
|
4609
4685
|
}
|
|
4610
4686
|
protoOf(UByteArrayBuilder).ms = function () {
|
|
4611
|
-
return this.
|
|
4687
|
+
return this.jz_1;
|
|
4612
4688
|
};
|
|
4613
4689
|
protoOf(UByteArrayBuilder).a3 = function (requiredCapacity) {
|
|
4614
|
-
if (_UByteArray___get_size__impl__h6pkdv(this.
|
|
4690
|
+
if (_UByteArray___get_size__impl__h6pkdv(this.iz_1) < requiredCapacity) {
|
|
4615
4691
|
var tmp = this;
|
|
4616
4692
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4617
|
-
var this_0 = this.
|
|
4618
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.
|
|
4619
|
-
tmp.
|
|
4693
|
+
var this_0 = this.iz_1;
|
|
4694
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.iz_1), 2));
|
|
4695
|
+
tmp.iz_1 = _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(this_0), newSize));
|
|
4620
4696
|
}
|
|
4621
4697
|
};
|
|
4622
|
-
protoOf(UByteArrayBuilder).
|
|
4698
|
+
protoOf(UByteArrayBuilder).kz = function (c) {
|
|
4623
4699
|
this.ws();
|
|
4624
|
-
var tmp = this.
|
|
4625
|
-
var tmp1 = this.
|
|
4626
|
-
this.
|
|
4700
|
+
var tmp = this.iz_1;
|
|
4701
|
+
var tmp1 = this.jz_1;
|
|
4702
|
+
this.jz_1 = tmp1 + 1 | 0;
|
|
4627
4703
|
UByteArray__set_impl_jvcicn(tmp, tmp1, c);
|
|
4628
4704
|
};
|
|
4629
|
-
protoOf(UByteArrayBuilder).
|
|
4705
|
+
protoOf(UByteArrayBuilder).yz = function () {
|
|
4630
4706
|
// Inline function 'kotlin.collections.copyOf' call
|
|
4631
|
-
var this_0 = this.
|
|
4632
|
-
var newSize = this.
|
|
4707
|
+
var this_0 = this.iz_1;
|
|
4708
|
+
var newSize = this.jz_1;
|
|
4633
4709
|
return _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(this_0), newSize));
|
|
4634
4710
|
};
|
|
4635
4711
|
protoOf(UByteArrayBuilder).os = function () {
|
|
4636
|
-
return new UByteArray(this.
|
|
4712
|
+
return new UByteArray(this.yz());
|
|
4637
4713
|
};
|
|
4638
4714
|
function BooleanArrayBuilder(bufferWithData) {
|
|
4639
4715
|
PrimitiveArrayBuilder.call(this);
|
|
4640
|
-
this.
|
|
4641
|
-
this.
|
|
4716
|
+
this.rz_1 = bufferWithData;
|
|
4717
|
+
this.sz_1 = bufferWithData.length;
|
|
4642
4718
|
this.a3(10);
|
|
4643
4719
|
}
|
|
4644
4720
|
protoOf(BooleanArrayBuilder).ms = function () {
|
|
4645
|
-
return this.
|
|
4721
|
+
return this.sz_1;
|
|
4646
4722
|
};
|
|
4647
4723
|
protoOf(BooleanArrayBuilder).a3 = function (requiredCapacity) {
|
|
4648
|
-
if (this.
|
|
4649
|
-
this.
|
|
4724
|
+
if (this.rz_1.length < requiredCapacity)
|
|
4725
|
+
this.rz_1 = copyOf_6(this.rz_1, coerceAtLeast(requiredCapacity, imul(this.rz_1.length, 2)));
|
|
4650
4726
|
};
|
|
4651
|
-
protoOf(BooleanArrayBuilder).
|
|
4727
|
+
protoOf(BooleanArrayBuilder).tz = function (c) {
|
|
4652
4728
|
this.ws();
|
|
4653
|
-
var tmp = this.
|
|
4654
|
-
var tmp1 = this.
|
|
4655
|
-
this.
|
|
4729
|
+
var tmp = this.rz_1;
|
|
4730
|
+
var tmp1 = this.sz_1;
|
|
4731
|
+
this.sz_1 = tmp1 + 1 | 0;
|
|
4656
4732
|
tmp[tmp1] = c;
|
|
4657
4733
|
};
|
|
4658
4734
|
protoOf(BooleanArrayBuilder).os = function () {
|
|
4659
|
-
return copyOf_6(this.
|
|
4735
|
+
return copyOf_6(this.rz_1, this.sz_1);
|
|
4660
4736
|
};
|
|
4661
4737
|
function get_BUILTIN_SERIALIZERS() {
|
|
4662
4738
|
_init_properties_Primitives_kt__k0eto4();
|
|
@@ -4670,16 +4746,16 @@
|
|
|
4670
4746
|
}
|
|
4671
4747
|
function StringSerializer() {
|
|
4672
4748
|
StringSerializer_instance = this;
|
|
4673
|
-
this.
|
|
4749
|
+
this.zz_1 = new PrimitiveSerialDescriptor_0('kotlin.String', STRING_getInstance());
|
|
4674
4750
|
}
|
|
4675
4751
|
protoOf(StringSerializer).pj = function () {
|
|
4676
|
-
return this.
|
|
4752
|
+
return this.zz_1;
|
|
4677
4753
|
};
|
|
4678
|
-
protoOf(StringSerializer).
|
|
4754
|
+
protoOf(StringSerializer).a10 = function (encoder, value) {
|
|
4679
4755
|
return encoder.bo(value);
|
|
4680
4756
|
};
|
|
4681
4757
|
protoOf(StringSerializer).qj = function (encoder, value) {
|
|
4682
|
-
return this.
|
|
4758
|
+
return this.a10(encoder, (!(value == null) ? typeof value === 'string' : false) ? value : THROW_CCE());
|
|
4683
4759
|
};
|
|
4684
4760
|
protoOf(StringSerializer).rj = function (decoder) {
|
|
4685
4761
|
return decoder.sm();
|
|
@@ -4692,22 +4768,22 @@
|
|
|
4692
4768
|
}
|
|
4693
4769
|
function CharSerializer() {
|
|
4694
4770
|
CharSerializer_instance = this;
|
|
4695
|
-
this.
|
|
4771
|
+
this.b10_1 = new PrimitiveSerialDescriptor_0('kotlin.Char', CHAR_getInstance());
|
|
4696
4772
|
}
|
|
4697
4773
|
protoOf(CharSerializer).pj = function () {
|
|
4698
|
-
return this.
|
|
4774
|
+
return this.b10_1;
|
|
4699
4775
|
};
|
|
4700
|
-
protoOf(CharSerializer).
|
|
4776
|
+
protoOf(CharSerializer).c10 = function (encoder, value) {
|
|
4701
4777
|
return encoder.ao(value);
|
|
4702
4778
|
};
|
|
4703
4779
|
protoOf(CharSerializer).qj = function (encoder, value) {
|
|
4704
|
-
return this.
|
|
4780
|
+
return this.c10(encoder, value instanceof Char ? value.u8_1 : THROW_CCE());
|
|
4705
4781
|
};
|
|
4706
|
-
protoOf(CharSerializer).
|
|
4782
|
+
protoOf(CharSerializer).d10 = function (decoder) {
|
|
4707
4783
|
return decoder.rm();
|
|
4708
4784
|
};
|
|
4709
4785
|
protoOf(CharSerializer).rj = function (decoder) {
|
|
4710
|
-
return new Char(this.
|
|
4786
|
+
return new Char(this.d10(decoder));
|
|
4711
4787
|
};
|
|
4712
4788
|
var CharSerializer_instance;
|
|
4713
4789
|
function CharSerializer_getInstance() {
|
|
@@ -4717,16 +4793,16 @@
|
|
|
4717
4793
|
}
|
|
4718
4794
|
function DoubleSerializer() {
|
|
4719
4795
|
DoubleSerializer_instance = this;
|
|
4720
|
-
this.
|
|
4796
|
+
this.e10_1 = new PrimitiveSerialDescriptor_0('kotlin.Double', DOUBLE_getInstance());
|
|
4721
4797
|
}
|
|
4722
4798
|
protoOf(DoubleSerializer).pj = function () {
|
|
4723
|
-
return this.
|
|
4799
|
+
return this.e10_1;
|
|
4724
4800
|
};
|
|
4725
|
-
protoOf(DoubleSerializer).
|
|
4801
|
+
protoOf(DoubleSerializer).f10 = function (encoder, value) {
|
|
4726
4802
|
return encoder.zn(value);
|
|
4727
4803
|
};
|
|
4728
4804
|
protoOf(DoubleSerializer).qj = function (encoder, value) {
|
|
4729
|
-
return this.
|
|
4805
|
+
return this.f10(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
4730
4806
|
};
|
|
4731
4807
|
protoOf(DoubleSerializer).rj = function (decoder) {
|
|
4732
4808
|
return decoder.qm();
|
|
@@ -4739,16 +4815,16 @@
|
|
|
4739
4815
|
}
|
|
4740
4816
|
function FloatSerializer() {
|
|
4741
4817
|
FloatSerializer_instance = this;
|
|
4742
|
-
this.
|
|
4818
|
+
this.g10_1 = new PrimitiveSerialDescriptor_0('kotlin.Float', FLOAT_getInstance());
|
|
4743
4819
|
}
|
|
4744
4820
|
protoOf(FloatSerializer).pj = function () {
|
|
4745
|
-
return this.
|
|
4821
|
+
return this.g10_1;
|
|
4746
4822
|
};
|
|
4747
|
-
protoOf(FloatSerializer).
|
|
4823
|
+
protoOf(FloatSerializer).h10 = function (encoder, value) {
|
|
4748
4824
|
return encoder.yn(value);
|
|
4749
4825
|
};
|
|
4750
4826
|
protoOf(FloatSerializer).qj = function (encoder, value) {
|
|
4751
|
-
return this.
|
|
4827
|
+
return this.h10(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
4752
4828
|
};
|
|
4753
4829
|
protoOf(FloatSerializer).rj = function (decoder) {
|
|
4754
4830
|
return decoder.pm();
|
|
@@ -4761,16 +4837,16 @@
|
|
|
4761
4837
|
}
|
|
4762
4838
|
function LongSerializer() {
|
|
4763
4839
|
LongSerializer_instance = this;
|
|
4764
|
-
this.
|
|
4840
|
+
this.i10_1 = new PrimitiveSerialDescriptor_0('kotlin.Long', LONG_getInstance());
|
|
4765
4841
|
}
|
|
4766
4842
|
protoOf(LongSerializer).pj = function () {
|
|
4767
|
-
return this.
|
|
4843
|
+
return this.i10_1;
|
|
4768
4844
|
};
|
|
4769
|
-
protoOf(LongSerializer).
|
|
4845
|
+
protoOf(LongSerializer).j10 = function (encoder, value) {
|
|
4770
4846
|
return encoder.xn(value);
|
|
4771
4847
|
};
|
|
4772
4848
|
protoOf(LongSerializer).qj = function (encoder, value) {
|
|
4773
|
-
return this.
|
|
4849
|
+
return this.j10(encoder, value instanceof Long ? value : THROW_CCE());
|
|
4774
4850
|
};
|
|
4775
4851
|
protoOf(LongSerializer).rj = function (decoder) {
|
|
4776
4852
|
return decoder.om();
|
|
@@ -4783,16 +4859,16 @@
|
|
|
4783
4859
|
}
|
|
4784
4860
|
function IntSerializer() {
|
|
4785
4861
|
IntSerializer_instance = this;
|
|
4786
|
-
this.
|
|
4862
|
+
this.k10_1 = new PrimitiveSerialDescriptor_0('kotlin.Int', INT_getInstance());
|
|
4787
4863
|
}
|
|
4788
4864
|
protoOf(IntSerializer).pj = function () {
|
|
4789
|
-
return this.
|
|
4865
|
+
return this.k10_1;
|
|
4790
4866
|
};
|
|
4791
|
-
protoOf(IntSerializer).
|
|
4867
|
+
protoOf(IntSerializer).l10 = function (encoder, value) {
|
|
4792
4868
|
return encoder.wn(value);
|
|
4793
4869
|
};
|
|
4794
4870
|
protoOf(IntSerializer).qj = function (encoder, value) {
|
|
4795
|
-
return this.
|
|
4871
|
+
return this.l10(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
4796
4872
|
};
|
|
4797
4873
|
protoOf(IntSerializer).rj = function (decoder) {
|
|
4798
4874
|
return decoder.nm();
|
|
@@ -4805,16 +4881,16 @@
|
|
|
4805
4881
|
}
|
|
4806
4882
|
function ShortSerializer() {
|
|
4807
4883
|
ShortSerializer_instance = this;
|
|
4808
|
-
this.
|
|
4884
|
+
this.m10_1 = new PrimitiveSerialDescriptor_0('kotlin.Short', SHORT_getInstance());
|
|
4809
4885
|
}
|
|
4810
4886
|
protoOf(ShortSerializer).pj = function () {
|
|
4811
|
-
return this.
|
|
4887
|
+
return this.m10_1;
|
|
4812
4888
|
};
|
|
4813
|
-
protoOf(ShortSerializer).
|
|
4889
|
+
protoOf(ShortSerializer).n10 = function (encoder, value) {
|
|
4814
4890
|
return encoder.vn(value);
|
|
4815
4891
|
};
|
|
4816
4892
|
protoOf(ShortSerializer).qj = function (encoder, value) {
|
|
4817
|
-
return this.
|
|
4893
|
+
return this.n10(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
4818
4894
|
};
|
|
4819
4895
|
protoOf(ShortSerializer).rj = function (decoder) {
|
|
4820
4896
|
return decoder.mm();
|
|
@@ -4827,16 +4903,16 @@
|
|
|
4827
4903
|
}
|
|
4828
4904
|
function ByteSerializer() {
|
|
4829
4905
|
ByteSerializer_instance = this;
|
|
4830
|
-
this.
|
|
4906
|
+
this.o10_1 = new PrimitiveSerialDescriptor_0('kotlin.Byte', BYTE_getInstance());
|
|
4831
4907
|
}
|
|
4832
4908
|
protoOf(ByteSerializer).pj = function () {
|
|
4833
|
-
return this.
|
|
4909
|
+
return this.o10_1;
|
|
4834
4910
|
};
|
|
4835
|
-
protoOf(ByteSerializer).
|
|
4911
|
+
protoOf(ByteSerializer).p10 = function (encoder, value) {
|
|
4836
4912
|
return encoder.un(value);
|
|
4837
4913
|
};
|
|
4838
4914
|
protoOf(ByteSerializer).qj = function (encoder, value) {
|
|
4839
|
-
return this.
|
|
4915
|
+
return this.p10(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
4840
4916
|
};
|
|
4841
4917
|
protoOf(ByteSerializer).rj = function (decoder) {
|
|
4842
4918
|
return decoder.lm();
|
|
@@ -4849,16 +4925,16 @@
|
|
|
4849
4925
|
}
|
|
4850
4926
|
function BooleanSerializer() {
|
|
4851
4927
|
BooleanSerializer_instance = this;
|
|
4852
|
-
this.
|
|
4928
|
+
this.q10_1 = new PrimitiveSerialDescriptor_0('kotlin.Boolean', BOOLEAN_getInstance());
|
|
4853
4929
|
}
|
|
4854
4930
|
protoOf(BooleanSerializer).pj = function () {
|
|
4855
|
-
return this.
|
|
4931
|
+
return this.q10_1;
|
|
4856
4932
|
};
|
|
4857
|
-
protoOf(BooleanSerializer).
|
|
4933
|
+
protoOf(BooleanSerializer).r10 = function (encoder, value) {
|
|
4858
4934
|
return encoder.tn(value);
|
|
4859
4935
|
};
|
|
4860
4936
|
protoOf(BooleanSerializer).qj = function (encoder, value) {
|
|
4861
|
-
return this.
|
|
4937
|
+
return this.r10(encoder, (!(value == null) ? typeof value === 'boolean' : false) ? value : THROW_CCE());
|
|
4862
4938
|
};
|
|
4863
4939
|
protoOf(BooleanSerializer).rj = function (decoder) {
|
|
4864
4940
|
return decoder.km();
|
|
@@ -4871,23 +4947,23 @@
|
|
|
4871
4947
|
}
|
|
4872
4948
|
function UnitSerializer() {
|
|
4873
4949
|
UnitSerializer_instance = this;
|
|
4874
|
-
this.
|
|
4950
|
+
this.s10_1 = new ObjectSerializer('kotlin.Unit', Unit_instance);
|
|
4875
4951
|
}
|
|
4876
4952
|
protoOf(UnitSerializer).pj = function () {
|
|
4877
|
-
return this.
|
|
4953
|
+
return this.s10_1.pj();
|
|
4878
4954
|
};
|
|
4879
|
-
protoOf(UnitSerializer).
|
|
4880
|
-
this.
|
|
4955
|
+
protoOf(UnitSerializer).t10 = function (decoder) {
|
|
4956
|
+
this.s10_1.rj(decoder);
|
|
4881
4957
|
};
|
|
4882
4958
|
protoOf(UnitSerializer).rj = function (decoder) {
|
|
4883
|
-
this.
|
|
4959
|
+
this.t10(decoder);
|
|
4884
4960
|
return Unit_instance;
|
|
4885
4961
|
};
|
|
4886
|
-
protoOf(UnitSerializer).
|
|
4887
|
-
this.
|
|
4962
|
+
protoOf(UnitSerializer).u10 = function (encoder, value) {
|
|
4963
|
+
this.s10_1.fk(encoder, Unit_instance);
|
|
4888
4964
|
};
|
|
4889
4965
|
protoOf(UnitSerializer).qj = function (encoder, value) {
|
|
4890
|
-
return this.
|
|
4966
|
+
return this.u10(encoder, value instanceof Unit ? value : THROW_CCE());
|
|
4891
4967
|
};
|
|
4892
4968
|
var UnitSerializer_instance;
|
|
4893
4969
|
function UnitSerializer_getInstance() {
|
|
@@ -4899,14 +4975,14 @@
|
|
|
4899
4975
|
throw IllegalStateException_init_$Create$('Primitive descriptor does not have elements');
|
|
4900
4976
|
}
|
|
4901
4977
|
function PrimitiveSerialDescriptor_0(serialName, kind) {
|
|
4902
|
-
this.
|
|
4903
|
-
this.
|
|
4978
|
+
this.v10_1 = serialName;
|
|
4979
|
+
this.w10_1 = kind;
|
|
4904
4980
|
}
|
|
4905
4981
|
protoOf(PrimitiveSerialDescriptor_0).qk = function () {
|
|
4906
|
-
return this.
|
|
4982
|
+
return this.v10_1;
|
|
4907
4983
|
};
|
|
4908
4984
|
protoOf(PrimitiveSerialDescriptor_0).el = function () {
|
|
4909
|
-
return this.
|
|
4985
|
+
return this.w10_1;
|
|
4910
4986
|
};
|
|
4911
4987
|
protoOf(PrimitiveSerialDescriptor_0).cl = function () {
|
|
4912
4988
|
return 0;
|
|
@@ -4927,19 +5003,19 @@
|
|
|
4927
5003
|
error_0(this);
|
|
4928
5004
|
};
|
|
4929
5005
|
protoOf(PrimitiveSerialDescriptor_0).toString = function () {
|
|
4930
|
-
return 'PrimitiveDescriptor(' + this.
|
|
5006
|
+
return 'PrimitiveDescriptor(' + this.v10_1 + ')';
|
|
4931
5007
|
};
|
|
4932
5008
|
protoOf(PrimitiveSerialDescriptor_0).equals = function (other) {
|
|
4933
5009
|
if (this === other)
|
|
4934
5010
|
return true;
|
|
4935
5011
|
if (!(other instanceof PrimitiveSerialDescriptor_0))
|
|
4936
5012
|
return false;
|
|
4937
|
-
if (this.
|
|
5013
|
+
if (this.v10_1 === other.v10_1 ? equals(this.w10_1, other.w10_1) : false)
|
|
4938
5014
|
return true;
|
|
4939
5015
|
return false;
|
|
4940
5016
|
};
|
|
4941
5017
|
protoOf(PrimitiveSerialDescriptor_0).hashCode = function () {
|
|
4942
|
-
return getStringHashCode(this.
|
|
5018
|
+
return getStringHashCode(this.v10_1) + imul(31, this.w10_1.hashCode()) | 0;
|
|
4943
5019
|
};
|
|
4944
5020
|
function PrimitiveDescriptorSafe(serialName, kind) {
|
|
4945
5021
|
_init_properties_Primitives_kt__k0eto4();
|
|
@@ -4987,17 +5063,17 @@
|
|
|
4987
5063
|
function NamedValueDecoder() {
|
|
4988
5064
|
TaggedDecoder.call(this);
|
|
4989
5065
|
}
|
|
4990
|
-
protoOf(NamedValueDecoder).
|
|
4991
|
-
return this.
|
|
5066
|
+
protoOf(NamedValueDecoder).z10 = function (_this__u8e3s4, index) {
|
|
5067
|
+
return this.b11(this.a11(_this__u8e3s4, index));
|
|
4992
5068
|
};
|
|
4993
|
-
protoOf(NamedValueDecoder).
|
|
4994
|
-
var tmp0_elvis_lhs = this.
|
|
4995
|
-
return this.
|
|
5069
|
+
protoOf(NamedValueDecoder).b11 = function (nestedName) {
|
|
5070
|
+
var tmp0_elvis_lhs = this.e11();
|
|
5071
|
+
return this.f11(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs, nestedName);
|
|
4996
5072
|
};
|
|
4997
|
-
protoOf(NamedValueDecoder).
|
|
5073
|
+
protoOf(NamedValueDecoder).a11 = function (descriptor, index) {
|
|
4998
5074
|
return descriptor.il(index);
|
|
4999
5075
|
};
|
|
5000
|
-
protoOf(NamedValueDecoder).
|
|
5076
|
+
protoOf(NamedValueDecoder).f11 = function (parentName, childName) {
|
|
5001
5077
|
var tmp;
|
|
5002
5078
|
// Inline function 'kotlin.text.isEmpty' call
|
|
5003
5079
|
if (charSequenceLength(parentName) === 0) {
|
|
@@ -5008,12 +5084,12 @@
|
|
|
5008
5084
|
return tmp;
|
|
5009
5085
|
};
|
|
5010
5086
|
function tagBlock($this, tag, block) {
|
|
5011
|
-
$this.
|
|
5087
|
+
$this.t11(tag);
|
|
5012
5088
|
var r = block();
|
|
5013
|
-
if (!$this.
|
|
5014
|
-
$this.
|
|
5089
|
+
if (!$this.d11_1) {
|
|
5090
|
+
$this.u11();
|
|
5015
5091
|
}
|
|
5016
|
-
$this.
|
|
5092
|
+
$this.d11_1 = false;
|
|
5017
5093
|
return r;
|
|
5018
5094
|
}
|
|
5019
5095
|
function TaggedDecoder$decodeSerializableElement$lambda(this$0, $deserializer, $previousValue) {
|
|
@@ -5039,73 +5115,73 @@
|
|
|
5039
5115
|
function TaggedDecoder() {
|
|
5040
5116
|
var tmp = this;
|
|
5041
5117
|
// Inline function 'kotlin.collections.arrayListOf' call
|
|
5042
|
-
tmp.
|
|
5043
|
-
this.
|
|
5118
|
+
tmp.c11_1 = ArrayList_init_$Create$_0();
|
|
5119
|
+
this.d11_1 = false;
|
|
5044
5120
|
}
|
|
5045
5121
|
protoOf(TaggedDecoder).mn = function () {
|
|
5046
5122
|
return EmptySerializersModule_0();
|
|
5047
5123
|
};
|
|
5048
|
-
protoOf(TaggedDecoder).
|
|
5124
|
+
protoOf(TaggedDecoder).g11 = function (tag) {
|
|
5049
5125
|
throw SerializationException_init_$Create$_0('' + getKClassFromExpression(this) + " can't retrieve untyped values");
|
|
5050
5126
|
};
|
|
5051
|
-
protoOf(TaggedDecoder).
|
|
5127
|
+
protoOf(TaggedDecoder).h11 = function (tag) {
|
|
5052
5128
|
return true;
|
|
5053
5129
|
};
|
|
5054
|
-
protoOf(TaggedDecoder).
|
|
5055
|
-
var tmp = this.
|
|
5130
|
+
protoOf(TaggedDecoder).i11 = function (tag) {
|
|
5131
|
+
var tmp = this.g11(tag);
|
|
5056
5132
|
return typeof tmp === 'boolean' ? tmp : THROW_CCE();
|
|
5057
5133
|
};
|
|
5058
|
-
protoOf(TaggedDecoder).
|
|
5059
|
-
var tmp = this.
|
|
5134
|
+
protoOf(TaggedDecoder).j11 = function (tag) {
|
|
5135
|
+
var tmp = this.g11(tag);
|
|
5060
5136
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5061
5137
|
};
|
|
5062
|
-
protoOf(TaggedDecoder).
|
|
5063
|
-
var tmp = this.
|
|
5138
|
+
protoOf(TaggedDecoder).k11 = function (tag) {
|
|
5139
|
+
var tmp = this.g11(tag);
|
|
5064
5140
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5065
5141
|
};
|
|
5066
|
-
protoOf(TaggedDecoder).
|
|
5067
|
-
var tmp = this.
|
|
5142
|
+
protoOf(TaggedDecoder).l11 = function (tag) {
|
|
5143
|
+
var tmp = this.g11(tag);
|
|
5068
5144
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5069
5145
|
};
|
|
5070
|
-
protoOf(TaggedDecoder).
|
|
5071
|
-
var tmp = this.
|
|
5146
|
+
protoOf(TaggedDecoder).m11 = function (tag) {
|
|
5147
|
+
var tmp = this.g11(tag);
|
|
5072
5148
|
return tmp instanceof Long ? tmp : THROW_CCE();
|
|
5073
5149
|
};
|
|
5074
|
-
protoOf(TaggedDecoder).
|
|
5075
|
-
var tmp = this.
|
|
5150
|
+
protoOf(TaggedDecoder).n11 = function (tag) {
|
|
5151
|
+
var tmp = this.g11(tag);
|
|
5076
5152
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5077
5153
|
};
|
|
5078
|
-
protoOf(TaggedDecoder).
|
|
5079
|
-
var tmp = this.
|
|
5154
|
+
protoOf(TaggedDecoder).o11 = function (tag) {
|
|
5155
|
+
var tmp = this.g11(tag);
|
|
5080
5156
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5081
5157
|
};
|
|
5082
|
-
protoOf(TaggedDecoder).
|
|
5083
|
-
var tmp = this.
|
|
5158
|
+
protoOf(TaggedDecoder).p11 = function (tag) {
|
|
5159
|
+
var tmp = this.g11(tag);
|
|
5084
5160
|
return tmp instanceof Char ? tmp.u8_1 : THROW_CCE();
|
|
5085
5161
|
};
|
|
5086
|
-
protoOf(TaggedDecoder).
|
|
5087
|
-
var tmp = this.
|
|
5162
|
+
protoOf(TaggedDecoder).q11 = function (tag) {
|
|
5163
|
+
var tmp = this.g11(tag);
|
|
5088
5164
|
return typeof tmp === 'string' ? tmp : THROW_CCE();
|
|
5089
5165
|
};
|
|
5090
|
-
protoOf(TaggedDecoder).
|
|
5091
|
-
var tmp = this.
|
|
5166
|
+
protoOf(TaggedDecoder).r11 = function (tag, enumDescriptor) {
|
|
5167
|
+
var tmp = this.g11(tag);
|
|
5092
5168
|
return typeof tmp === 'number' ? tmp : THROW_CCE();
|
|
5093
5169
|
};
|
|
5094
|
-
protoOf(TaggedDecoder).
|
|
5170
|
+
protoOf(TaggedDecoder).s11 = function (tag, inlineDescriptor) {
|
|
5095
5171
|
// Inline function 'kotlin.apply' call
|
|
5096
5172
|
// Inline function 'kotlin.contracts.contract' call
|
|
5097
5173
|
// Inline function 'kotlinx.serialization.internal.TaggedDecoder.decodeTaggedInline.<anonymous>' call
|
|
5098
|
-
this.
|
|
5174
|
+
this.t11(tag);
|
|
5099
5175
|
return this;
|
|
5100
5176
|
};
|
|
5101
5177
|
protoOf(TaggedDecoder).vm = function (deserializer, previousValue) {
|
|
5102
5178
|
return this.wm(deserializer);
|
|
5103
5179
|
};
|
|
5104
5180
|
protoOf(TaggedDecoder).um = function (descriptor) {
|
|
5105
|
-
return this.
|
|
5181
|
+
return this.s11(this.u11(), descriptor);
|
|
5106
5182
|
};
|
|
5107
5183
|
protoOf(TaggedDecoder).im = function () {
|
|
5108
|
-
var tmp0_elvis_lhs = this.
|
|
5184
|
+
var tmp0_elvis_lhs = this.e11();
|
|
5109
5185
|
var tmp;
|
|
5110
5186
|
if (tmp0_elvis_lhs == null) {
|
|
5111
5187
|
return false;
|
|
@@ -5113,40 +5189,40 @@
|
|
|
5113
5189
|
tmp = tmp0_elvis_lhs;
|
|
5114
5190
|
}
|
|
5115
5191
|
var currentTag = tmp;
|
|
5116
|
-
return this.
|
|
5192
|
+
return this.h11(currentTag);
|
|
5117
5193
|
};
|
|
5118
5194
|
protoOf(TaggedDecoder).jm = function () {
|
|
5119
5195
|
return null;
|
|
5120
5196
|
};
|
|
5121
5197
|
protoOf(TaggedDecoder).km = function () {
|
|
5122
|
-
return this.
|
|
5198
|
+
return this.i11(this.u11());
|
|
5123
5199
|
};
|
|
5124
5200
|
protoOf(TaggedDecoder).lm = function () {
|
|
5125
|
-
return this.
|
|
5201
|
+
return this.j11(this.u11());
|
|
5126
5202
|
};
|
|
5127
5203
|
protoOf(TaggedDecoder).mm = function () {
|
|
5128
|
-
return this.
|
|
5204
|
+
return this.k11(this.u11());
|
|
5129
5205
|
};
|
|
5130
5206
|
protoOf(TaggedDecoder).nm = function () {
|
|
5131
|
-
return this.
|
|
5207
|
+
return this.l11(this.u11());
|
|
5132
5208
|
};
|
|
5133
5209
|
protoOf(TaggedDecoder).om = function () {
|
|
5134
|
-
return this.
|
|
5210
|
+
return this.m11(this.u11());
|
|
5135
5211
|
};
|
|
5136
5212
|
protoOf(TaggedDecoder).pm = function () {
|
|
5137
|
-
return this.
|
|
5213
|
+
return this.n11(this.u11());
|
|
5138
5214
|
};
|
|
5139
5215
|
protoOf(TaggedDecoder).qm = function () {
|
|
5140
|
-
return this.
|
|
5216
|
+
return this.o11(this.u11());
|
|
5141
5217
|
};
|
|
5142
5218
|
protoOf(TaggedDecoder).rm = function () {
|
|
5143
|
-
return this.
|
|
5219
|
+
return this.p11(this.u11());
|
|
5144
5220
|
};
|
|
5145
5221
|
protoOf(TaggedDecoder).sm = function () {
|
|
5146
|
-
return this.
|
|
5222
|
+
return this.q11(this.u11());
|
|
5147
5223
|
};
|
|
5148
5224
|
protoOf(TaggedDecoder).tm = function (enumDescriptor) {
|
|
5149
|
-
return this.
|
|
5225
|
+
return this.r11(this.u11(), enumDescriptor);
|
|
5150
5226
|
};
|
|
5151
5227
|
protoOf(TaggedDecoder).xm = function (descriptor) {
|
|
5152
5228
|
return this;
|
|
@@ -5154,52 +5230,52 @@
|
|
|
5154
5230
|
protoOf(TaggedDecoder).ym = function (descriptor) {
|
|
5155
5231
|
};
|
|
5156
5232
|
protoOf(TaggedDecoder).zm = function (descriptor, index) {
|
|
5157
|
-
return this.
|
|
5233
|
+
return this.i11(this.z10(descriptor, index));
|
|
5158
5234
|
};
|
|
5159
5235
|
protoOf(TaggedDecoder).an = function (descriptor, index) {
|
|
5160
|
-
return this.
|
|
5236
|
+
return this.j11(this.z10(descriptor, index));
|
|
5161
5237
|
};
|
|
5162
5238
|
protoOf(TaggedDecoder).bn = function (descriptor, index) {
|
|
5163
|
-
return this.
|
|
5239
|
+
return this.k11(this.z10(descriptor, index));
|
|
5164
5240
|
};
|
|
5165
5241
|
protoOf(TaggedDecoder).cn = function (descriptor, index) {
|
|
5166
|
-
return this.
|
|
5242
|
+
return this.l11(this.z10(descriptor, index));
|
|
5167
5243
|
};
|
|
5168
5244
|
protoOf(TaggedDecoder).dn = function (descriptor, index) {
|
|
5169
|
-
return this.
|
|
5245
|
+
return this.m11(this.z10(descriptor, index));
|
|
5170
5246
|
};
|
|
5171
5247
|
protoOf(TaggedDecoder).en = function (descriptor, index) {
|
|
5172
|
-
return this.
|
|
5248
|
+
return this.n11(this.z10(descriptor, index));
|
|
5173
5249
|
};
|
|
5174
5250
|
protoOf(TaggedDecoder).fn = function (descriptor, index) {
|
|
5175
|
-
return this.
|
|
5251
|
+
return this.o11(this.z10(descriptor, index));
|
|
5176
5252
|
};
|
|
5177
5253
|
protoOf(TaggedDecoder).gn = function (descriptor, index) {
|
|
5178
|
-
return this.
|
|
5254
|
+
return this.p11(this.z10(descriptor, index));
|
|
5179
5255
|
};
|
|
5180
5256
|
protoOf(TaggedDecoder).hn = function (descriptor, index) {
|
|
5181
|
-
return this.
|
|
5257
|
+
return this.q11(this.z10(descriptor, index));
|
|
5182
5258
|
};
|
|
5183
5259
|
protoOf(TaggedDecoder).in = function (descriptor, index) {
|
|
5184
|
-
return this.
|
|
5260
|
+
return this.s11(this.z10(descriptor, index), descriptor.gl(index));
|
|
5185
5261
|
};
|
|
5186
5262
|
protoOf(TaggedDecoder).jn = function (descriptor, index, deserializer, previousValue) {
|
|
5187
|
-
var tmp = this.
|
|
5263
|
+
var tmp = this.z10(descriptor, index);
|
|
5188
5264
|
return tagBlock(this, tmp, TaggedDecoder$decodeSerializableElement$lambda(this, deserializer, previousValue));
|
|
5189
5265
|
};
|
|
5190
5266
|
protoOf(TaggedDecoder).ln = function (descriptor, index, deserializer, previousValue) {
|
|
5191
|
-
var tmp = this.
|
|
5267
|
+
var tmp = this.z10(descriptor, index);
|
|
5192
5268
|
return tagBlock(this, tmp, TaggedDecoder$decodeNullableSerializableElement$lambda(this, deserializer, previousValue));
|
|
5193
5269
|
};
|
|
5194
|
-
protoOf(TaggedDecoder).
|
|
5195
|
-
return lastOrNull(this.
|
|
5270
|
+
protoOf(TaggedDecoder).e11 = function () {
|
|
5271
|
+
return lastOrNull(this.c11_1);
|
|
5196
5272
|
};
|
|
5197
|
-
protoOf(TaggedDecoder).
|
|
5198
|
-
this.
|
|
5273
|
+
protoOf(TaggedDecoder).t11 = function (name) {
|
|
5274
|
+
this.c11_1.s(name);
|
|
5199
5275
|
};
|
|
5200
|
-
protoOf(TaggedDecoder).
|
|
5201
|
-
var r = this.
|
|
5202
|
-
this.
|
|
5276
|
+
protoOf(TaggedDecoder).u11 = function () {
|
|
5277
|
+
var r = this.c11_1.i1(get_lastIndex_0(this.c11_1));
|
|
5278
|
+
this.d11_1 = true;
|
|
5203
5279
|
return r;
|
|
5204
5280
|
};
|
|
5205
5281
|
function get_NULL() {
|
|
@@ -5208,21 +5284,21 @@
|
|
|
5208
5284
|
}
|
|
5209
5285
|
var NULL;
|
|
5210
5286
|
function MapEntry(key, value) {
|
|
5211
|
-
this.
|
|
5212
|
-
this.
|
|
5287
|
+
this.v11_1 = key;
|
|
5288
|
+
this.w11_1 = value;
|
|
5213
5289
|
}
|
|
5214
5290
|
protoOf(MapEntry).n2 = function () {
|
|
5215
|
-
return this.
|
|
5291
|
+
return this.v11_1;
|
|
5216
5292
|
};
|
|
5217
5293
|
protoOf(MapEntry).o2 = function () {
|
|
5218
|
-
return this.
|
|
5294
|
+
return this.w11_1;
|
|
5219
5295
|
};
|
|
5220
5296
|
protoOf(MapEntry).toString = function () {
|
|
5221
|
-
return 'MapEntry(key=' + this.
|
|
5297
|
+
return 'MapEntry(key=' + this.v11_1 + ', value=' + this.w11_1 + ')';
|
|
5222
5298
|
};
|
|
5223
5299
|
protoOf(MapEntry).hashCode = function () {
|
|
5224
|
-
var result = this.
|
|
5225
|
-
result = imul(result, 31) + (this.
|
|
5300
|
+
var result = this.v11_1 == null ? 0 : hashCode(this.v11_1);
|
|
5301
|
+
result = imul(result, 31) + (this.w11_1 == null ? 0 : hashCode(this.w11_1)) | 0;
|
|
5226
5302
|
return result;
|
|
5227
5303
|
};
|
|
5228
5304
|
protoOf(MapEntry).equals = function (other) {
|
|
@@ -5231,9 +5307,9 @@
|
|
|
5231
5307
|
if (!(other instanceof MapEntry))
|
|
5232
5308
|
return false;
|
|
5233
5309
|
var tmp0_other_with_cast = other instanceof MapEntry ? other : THROW_CCE();
|
|
5234
|
-
if (!equals(this.
|
|
5310
|
+
if (!equals(this.v11_1, tmp0_other_with_cast.v11_1))
|
|
5235
5311
|
return false;
|
|
5236
|
-
if (!equals(this.
|
|
5312
|
+
if (!equals(this.w11_1, tmp0_other_with_cast.w11_1))
|
|
5237
5313
|
return false;
|
|
5238
5314
|
return true;
|
|
5239
5315
|
};
|
|
@@ -5248,24 +5324,24 @@
|
|
|
5248
5324
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
5249
5325
|
var tmp = this;
|
|
5250
5326
|
var tmp_0 = MAP_getInstance();
|
|
5251
|
-
tmp.
|
|
5327
|
+
tmp.z11_1 = buildSerialDescriptor('kotlin.collections.Map.Entry', tmp_0, [], MapEntrySerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
5252
5328
|
}
|
|
5253
5329
|
protoOf(MapEntrySerializer_0).pj = function () {
|
|
5254
|
-
return this.
|
|
5330
|
+
return this.z11_1;
|
|
5255
5331
|
};
|
|
5256
|
-
protoOf(MapEntrySerializer_0).
|
|
5332
|
+
protoOf(MapEntrySerializer_0).a12 = function (_this__u8e3s4) {
|
|
5257
5333
|
return _this__u8e3s4.n2();
|
|
5258
5334
|
};
|
|
5259
|
-
protoOf(MapEntrySerializer_0).
|
|
5260
|
-
return this.
|
|
5335
|
+
protoOf(MapEntrySerializer_0).b12 = function (_this__u8e3s4) {
|
|
5336
|
+
return this.a12((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
5261
5337
|
};
|
|
5262
|
-
protoOf(MapEntrySerializer_0).
|
|
5338
|
+
protoOf(MapEntrySerializer_0).c12 = function (_this__u8e3s4) {
|
|
5263
5339
|
return _this__u8e3s4.o2();
|
|
5264
5340
|
};
|
|
5265
|
-
protoOf(MapEntrySerializer_0).
|
|
5266
|
-
return this.
|
|
5341
|
+
protoOf(MapEntrySerializer_0).d12 = function (_this__u8e3s4) {
|
|
5342
|
+
return this.c12((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
5267
5343
|
};
|
|
5268
|
-
protoOf(MapEntrySerializer_0).
|
|
5344
|
+
protoOf(MapEntrySerializer_0).e12 = function (key, value) {
|
|
5269
5345
|
return new MapEntry(key, value);
|
|
5270
5346
|
};
|
|
5271
5347
|
function PairSerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
@@ -5278,31 +5354,31 @@
|
|
|
5278
5354
|
function PairSerializer_0(keySerializer, valueSerializer) {
|
|
5279
5355
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
5280
5356
|
var tmp = this;
|
|
5281
|
-
tmp.
|
|
5357
|
+
tmp.k12_1 = buildClassSerialDescriptor('kotlin.Pair', [], PairSerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
5282
5358
|
}
|
|
5283
5359
|
protoOf(PairSerializer_0).pj = function () {
|
|
5284
|
-
return this.
|
|
5360
|
+
return this.k12_1;
|
|
5285
5361
|
};
|
|
5286
|
-
protoOf(PairSerializer_0).
|
|
5362
|
+
protoOf(PairSerializer_0).l12 = function (_this__u8e3s4) {
|
|
5287
5363
|
return _this__u8e3s4.ad_1;
|
|
5288
5364
|
};
|
|
5289
|
-
protoOf(PairSerializer_0).
|
|
5290
|
-
return this.
|
|
5365
|
+
protoOf(PairSerializer_0).b12 = function (_this__u8e3s4) {
|
|
5366
|
+
return this.l12(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
5291
5367
|
};
|
|
5292
|
-
protoOf(PairSerializer_0).
|
|
5368
|
+
protoOf(PairSerializer_0).m12 = function (_this__u8e3s4) {
|
|
5293
5369
|
return _this__u8e3s4.bd_1;
|
|
5294
5370
|
};
|
|
5295
|
-
protoOf(PairSerializer_0).
|
|
5296
|
-
return this.
|
|
5371
|
+
protoOf(PairSerializer_0).d12 = function (_this__u8e3s4) {
|
|
5372
|
+
return this.m12(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
5297
5373
|
};
|
|
5298
|
-
protoOf(PairSerializer_0).
|
|
5374
|
+
protoOf(PairSerializer_0).e12 = function (key, value) {
|
|
5299
5375
|
return to(key, value);
|
|
5300
5376
|
};
|
|
5301
5377
|
function decodeSequentially_1($this, composite) {
|
|
5302
|
-
var a = composite.kn($this.
|
|
5303
|
-
var b = composite.kn($this.
|
|
5304
|
-
var c = composite.kn($this.
|
|
5305
|
-
composite.ym($this.
|
|
5378
|
+
var a = composite.kn($this.q12_1, 0, $this.n12_1);
|
|
5379
|
+
var b = composite.kn($this.q12_1, 1, $this.o12_1);
|
|
5380
|
+
var c = composite.kn($this.q12_1, 2, $this.p12_1);
|
|
5381
|
+
composite.ym($this.q12_1);
|
|
5306
5382
|
return new Triple(a, b, c);
|
|
5307
5383
|
}
|
|
5308
5384
|
function decodeStructure($this, composite) {
|
|
@@ -5310,18 +5386,18 @@
|
|
|
5310
5386
|
var b = get_NULL();
|
|
5311
5387
|
var c = get_NULL();
|
|
5312
5388
|
mainLoop: while (true) {
|
|
5313
|
-
var index = composite.on($this.
|
|
5389
|
+
var index = composite.on($this.q12_1);
|
|
5314
5390
|
if (index === -1) {
|
|
5315
5391
|
break mainLoop;
|
|
5316
5392
|
} else {
|
|
5317
5393
|
if (index === 0) {
|
|
5318
|
-
a = composite.kn($this.
|
|
5394
|
+
a = composite.kn($this.q12_1, 0, $this.n12_1);
|
|
5319
5395
|
} else {
|
|
5320
5396
|
if (index === 1) {
|
|
5321
|
-
b = composite.kn($this.
|
|
5397
|
+
b = composite.kn($this.q12_1, 1, $this.o12_1);
|
|
5322
5398
|
} else {
|
|
5323
5399
|
if (index === 2) {
|
|
5324
|
-
c = composite.kn($this.
|
|
5400
|
+
c = composite.kn($this.q12_1, 2, $this.p12_1);
|
|
5325
5401
|
} else {
|
|
5326
5402
|
throw SerializationException_init_$Create$_0('Unexpected index ' + index);
|
|
5327
5403
|
}
|
|
@@ -5329,7 +5405,7 @@
|
|
|
5329
5405
|
}
|
|
5330
5406
|
}
|
|
5331
5407
|
}
|
|
5332
|
-
composite.ym($this.
|
|
5408
|
+
composite.ym($this.q12_1);
|
|
5333
5409
|
if (a === get_NULL())
|
|
5334
5410
|
throw SerializationException_init_$Create$_0("Element 'first' is missing");
|
|
5335
5411
|
if (b === get_NULL())
|
|
@@ -5342,51 +5418,51 @@
|
|
|
5342
5418
|
}
|
|
5343
5419
|
function TripleSerializer$descriptor$lambda(this$0) {
|
|
5344
5420
|
return function ($this$buildClassSerialDescriptor) {
|
|
5345
|
-
$this$buildClassSerialDescriptor.dk('first', this$0.
|
|
5346
|
-
$this$buildClassSerialDescriptor.dk('second', this$0.
|
|
5347
|
-
$this$buildClassSerialDescriptor.dk('third', this$0.
|
|
5421
|
+
$this$buildClassSerialDescriptor.dk('first', this$0.n12_1.pj());
|
|
5422
|
+
$this$buildClassSerialDescriptor.dk('second', this$0.o12_1.pj());
|
|
5423
|
+
$this$buildClassSerialDescriptor.dk('third', this$0.p12_1.pj());
|
|
5348
5424
|
return Unit_instance;
|
|
5349
5425
|
};
|
|
5350
5426
|
}
|
|
5351
5427
|
function TripleSerializer_0(aSerializer, bSerializer, cSerializer) {
|
|
5352
|
-
this.
|
|
5353
|
-
this.
|
|
5354
|
-
this.
|
|
5428
|
+
this.n12_1 = aSerializer;
|
|
5429
|
+
this.o12_1 = bSerializer;
|
|
5430
|
+
this.p12_1 = cSerializer;
|
|
5355
5431
|
var tmp = this;
|
|
5356
|
-
tmp.
|
|
5432
|
+
tmp.q12_1 = buildClassSerialDescriptor('kotlin.Triple', [], TripleSerializer$descriptor$lambda(this));
|
|
5357
5433
|
}
|
|
5358
5434
|
protoOf(TripleSerializer_0).pj = function () {
|
|
5359
|
-
return this.
|
|
5435
|
+
return this.q12_1;
|
|
5360
5436
|
};
|
|
5361
|
-
protoOf(TripleSerializer_0).
|
|
5362
|
-
var structuredEncoder = encoder.xm(this.
|
|
5363
|
-
structuredEncoder.oo(this.
|
|
5364
|
-
structuredEncoder.oo(this.
|
|
5365
|
-
structuredEncoder.oo(this.
|
|
5366
|
-
structuredEncoder.ym(this.
|
|
5437
|
+
protoOf(TripleSerializer_0).r12 = function (encoder, value) {
|
|
5438
|
+
var structuredEncoder = encoder.xm(this.q12_1);
|
|
5439
|
+
structuredEncoder.oo(this.q12_1, 0, this.n12_1, value.nh_1);
|
|
5440
|
+
structuredEncoder.oo(this.q12_1, 1, this.o12_1, value.oh_1);
|
|
5441
|
+
structuredEncoder.oo(this.q12_1, 2, this.p12_1, value.ph_1);
|
|
5442
|
+
structuredEncoder.ym(this.q12_1);
|
|
5367
5443
|
};
|
|
5368
5444
|
protoOf(TripleSerializer_0).qj = function (encoder, value) {
|
|
5369
|
-
return this.
|
|
5445
|
+
return this.r12(encoder, value instanceof Triple ? value : THROW_CCE());
|
|
5370
5446
|
};
|
|
5371
5447
|
protoOf(TripleSerializer_0).rj = function (decoder) {
|
|
5372
|
-
var composite = decoder.xm(this.
|
|
5448
|
+
var composite = decoder.xm(this.q12_1);
|
|
5373
5449
|
if (composite.nn()) {
|
|
5374
5450
|
return decodeSequentially_1(this, composite);
|
|
5375
5451
|
}
|
|
5376
5452
|
return decodeStructure(this, composite);
|
|
5377
5453
|
};
|
|
5378
5454
|
function KeyValueSerializer(keySerializer, valueSerializer) {
|
|
5379
|
-
this.
|
|
5380
|
-
this.
|
|
5455
|
+
this.f12_1 = keySerializer;
|
|
5456
|
+
this.g12_1 = valueSerializer;
|
|
5381
5457
|
}
|
|
5382
|
-
protoOf(KeyValueSerializer).
|
|
5458
|
+
protoOf(KeyValueSerializer).h12 = function (encoder, value) {
|
|
5383
5459
|
var structuredEncoder = encoder.xm(this.pj());
|
|
5384
|
-
structuredEncoder.oo(this.pj(), 0, this.
|
|
5385
|
-
structuredEncoder.oo(this.pj(), 1, this.
|
|
5460
|
+
structuredEncoder.oo(this.pj(), 0, this.f12_1, this.b12(value));
|
|
5461
|
+
structuredEncoder.oo(this.pj(), 1, this.g12_1, this.d12(value));
|
|
5386
5462
|
structuredEncoder.ym(this.pj());
|
|
5387
5463
|
};
|
|
5388
5464
|
protoOf(KeyValueSerializer).qj = function (encoder, value) {
|
|
5389
|
-
return this.
|
|
5465
|
+
return this.h12(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
5390
5466
|
};
|
|
5391
5467
|
protoOf(KeyValueSerializer).rj = function (decoder) {
|
|
5392
5468
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
@@ -5396,9 +5472,9 @@
|
|
|
5396
5472
|
$l$block: {
|
|
5397
5473
|
// Inline function 'kotlinx.serialization.internal.KeyValueSerializer.deserialize.<anonymous>' call
|
|
5398
5474
|
if (composite.nn()) {
|
|
5399
|
-
var key = composite.kn(this.pj(), 0, this.
|
|
5400
|
-
var value = composite.kn(this.pj(), 1, this.
|
|
5401
|
-
tmp$ret$0 = this.
|
|
5475
|
+
var key = composite.kn(this.pj(), 0, this.f12_1);
|
|
5476
|
+
var value = composite.kn(this.pj(), 1, this.g12_1);
|
|
5477
|
+
tmp$ret$0 = this.e12(key, value);
|
|
5402
5478
|
break $l$block;
|
|
5403
5479
|
}
|
|
5404
5480
|
var key_0 = get_NULL();
|
|
@@ -5409,10 +5485,10 @@
|
|
|
5409
5485
|
break mainLoop;
|
|
5410
5486
|
} else {
|
|
5411
5487
|
if (idx === 0) {
|
|
5412
|
-
key_0 = composite.kn(this.pj(), 0, this.
|
|
5488
|
+
key_0 = composite.kn(this.pj(), 0, this.f12_1);
|
|
5413
5489
|
} else {
|
|
5414
5490
|
if (idx === 1) {
|
|
5415
|
-
value_0 = composite.kn(this.pj(), 1, this.
|
|
5491
|
+
value_0 = composite.kn(this.pj(), 1, this.g12_1);
|
|
5416
5492
|
} else {
|
|
5417
5493
|
throw SerializationException_init_$Create$_0('Invalid index: ' + idx);
|
|
5418
5494
|
}
|
|
@@ -5424,7 +5500,7 @@
|
|
|
5424
5500
|
if (value_0 === get_NULL())
|
|
5425
5501
|
throw SerializationException_init_$Create$_0("Element 'value' is missing");
|
|
5426
5502
|
var tmp = (key_0 == null ? true : !(key_0 == null)) ? key_0 : THROW_CCE();
|
|
5427
|
-
tmp$ret$0 = this.
|
|
5503
|
+
tmp$ret$0 = this.e12(tmp, (value_0 == null ? true : !(value_0 == null)) ? value_0 : THROW_CCE());
|
|
5428
5504
|
}
|
|
5429
5505
|
var result = tmp$ret$0;
|
|
5430
5506
|
composite.ym(descriptor);
|
|
@@ -5439,27 +5515,27 @@
|
|
|
5439
5515
|
}
|
|
5440
5516
|
function ULongSerializer() {
|
|
5441
5517
|
ULongSerializer_instance = this;
|
|
5442
|
-
this.
|
|
5518
|
+
this.s12_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_5(Companion_getInstance_0()));
|
|
5443
5519
|
}
|
|
5444
5520
|
protoOf(ULongSerializer).pj = function () {
|
|
5445
|
-
return this.
|
|
5521
|
+
return this.s12_1;
|
|
5446
5522
|
};
|
|
5447
|
-
protoOf(ULongSerializer).
|
|
5448
|
-
var tmp = encoder.do(this.
|
|
5523
|
+
protoOf(ULongSerializer).t12 = function (encoder, value) {
|
|
5524
|
+
var tmp = encoder.do(this.s12_1);
|
|
5449
5525
|
// Inline function 'kotlin.ULong.toLong' call
|
|
5450
5526
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(value);
|
|
5451
5527
|
tmp.xn(tmp$ret$0);
|
|
5452
5528
|
};
|
|
5453
5529
|
protoOf(ULongSerializer).qj = function (encoder, value) {
|
|
5454
|
-
return this.
|
|
5530
|
+
return this.t12(encoder, value instanceof ULong ? value.vi_1 : THROW_CCE());
|
|
5455
5531
|
};
|
|
5456
|
-
protoOf(ULongSerializer).
|
|
5532
|
+
protoOf(ULongSerializer).u12 = function (decoder) {
|
|
5457
5533
|
// Inline function 'kotlin.toULong' call
|
|
5458
|
-
var this_0 = decoder.um(this.
|
|
5534
|
+
var this_0 = decoder.um(this.s12_1).om();
|
|
5459
5535
|
return _ULong___init__impl__c78o9k(this_0);
|
|
5460
5536
|
};
|
|
5461
5537
|
protoOf(ULongSerializer).rj = function (decoder) {
|
|
5462
|
-
return new ULong(this.
|
|
5538
|
+
return new ULong(this.u12(decoder));
|
|
5463
5539
|
};
|
|
5464
5540
|
var ULongSerializer_instance;
|
|
5465
5541
|
function ULongSerializer_getInstance() {
|
|
@@ -5469,27 +5545,27 @@
|
|
|
5469
5545
|
}
|
|
5470
5546
|
function UIntSerializer() {
|
|
5471
5547
|
UIntSerializer_instance = this;
|
|
5472
|
-
this.
|
|
5548
|
+
this.v12_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_7(IntCompanionObject_instance));
|
|
5473
5549
|
}
|
|
5474
5550
|
protoOf(UIntSerializer).pj = function () {
|
|
5475
|
-
return this.
|
|
5551
|
+
return this.v12_1;
|
|
5476
5552
|
};
|
|
5477
|
-
protoOf(UIntSerializer).
|
|
5478
|
-
var tmp = encoder.do(this.
|
|
5553
|
+
protoOf(UIntSerializer).w12 = function (encoder, value) {
|
|
5554
|
+
var tmp = encoder.do(this.v12_1);
|
|
5479
5555
|
// Inline function 'kotlin.UInt.toInt' call
|
|
5480
5556
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(value);
|
|
5481
5557
|
tmp.wn(tmp$ret$0);
|
|
5482
5558
|
};
|
|
5483
5559
|
protoOf(UIntSerializer).qj = function (encoder, value) {
|
|
5484
|
-
return this.
|
|
5560
|
+
return this.w12(encoder, value instanceof UInt ? value.ji_1 : THROW_CCE());
|
|
5485
5561
|
};
|
|
5486
|
-
protoOf(UIntSerializer).
|
|
5562
|
+
protoOf(UIntSerializer).x12 = function (decoder) {
|
|
5487
5563
|
// Inline function 'kotlin.toUInt' call
|
|
5488
|
-
var this_0 = decoder.um(this.
|
|
5564
|
+
var this_0 = decoder.um(this.v12_1).nm();
|
|
5489
5565
|
return _UInt___init__impl__l7qpdl(this_0);
|
|
5490
5566
|
};
|
|
5491
5567
|
protoOf(UIntSerializer).rj = function (decoder) {
|
|
5492
|
-
return new UInt(this.
|
|
5568
|
+
return new UInt(this.x12(decoder));
|
|
5493
5569
|
};
|
|
5494
5570
|
var UIntSerializer_instance;
|
|
5495
5571
|
function UIntSerializer_getInstance() {
|
|
@@ -5499,27 +5575,27 @@
|
|
|
5499
5575
|
}
|
|
5500
5576
|
function UShortSerializer() {
|
|
5501
5577
|
UShortSerializer_instance = this;
|
|
5502
|
-
this.
|
|
5578
|
+
this.y12_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_9(ShortCompanionObject_instance));
|
|
5503
5579
|
}
|
|
5504
5580
|
protoOf(UShortSerializer).pj = function () {
|
|
5505
|
-
return this.
|
|
5581
|
+
return this.y12_1;
|
|
5506
5582
|
};
|
|
5507
|
-
protoOf(UShortSerializer).
|
|
5508
|
-
var tmp = encoder.do(this.
|
|
5583
|
+
protoOf(UShortSerializer).z12 = function (encoder, value) {
|
|
5584
|
+
var tmp = encoder.do(this.y12_1);
|
|
5509
5585
|
// Inline function 'kotlin.UShort.toShort' call
|
|
5510
5586
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(value);
|
|
5511
5587
|
tmp.vn(tmp$ret$0);
|
|
5512
5588
|
};
|
|
5513
5589
|
protoOf(UShortSerializer).qj = function (encoder, value) {
|
|
5514
|
-
return this.
|
|
5590
|
+
return this.z12(encoder, value instanceof UShort ? value.hj_1 : THROW_CCE());
|
|
5515
5591
|
};
|
|
5516
|
-
protoOf(UShortSerializer).
|
|
5592
|
+
protoOf(UShortSerializer).a13 = function (decoder) {
|
|
5517
5593
|
// Inline function 'kotlin.toUShort' call
|
|
5518
|
-
var this_0 = decoder.um(this.
|
|
5594
|
+
var this_0 = decoder.um(this.y12_1).mm();
|
|
5519
5595
|
return _UShort___init__impl__jigrne(this_0);
|
|
5520
5596
|
};
|
|
5521
5597
|
protoOf(UShortSerializer).rj = function (decoder) {
|
|
5522
|
-
return new UShort(this.
|
|
5598
|
+
return new UShort(this.a13(decoder));
|
|
5523
5599
|
};
|
|
5524
5600
|
var UShortSerializer_instance;
|
|
5525
5601
|
function UShortSerializer_getInstance() {
|
|
@@ -5529,27 +5605,27 @@
|
|
|
5529
5605
|
}
|
|
5530
5606
|
function UByteSerializer() {
|
|
5531
5607
|
UByteSerializer_instance = this;
|
|
5532
|
-
this.
|
|
5608
|
+
this.b13_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_11(ByteCompanionObject_instance));
|
|
5533
5609
|
}
|
|
5534
5610
|
protoOf(UByteSerializer).pj = function () {
|
|
5535
|
-
return this.
|
|
5611
|
+
return this.b13_1;
|
|
5536
5612
|
};
|
|
5537
|
-
protoOf(UByteSerializer).
|
|
5538
|
-
var tmp = encoder.do(this.
|
|
5613
|
+
protoOf(UByteSerializer).c13 = function (encoder, value) {
|
|
5614
|
+
var tmp = encoder.do(this.b13_1);
|
|
5539
5615
|
// Inline function 'kotlin.UByte.toByte' call
|
|
5540
5616
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(value);
|
|
5541
5617
|
tmp.un(tmp$ret$0);
|
|
5542
5618
|
};
|
|
5543
5619
|
protoOf(UByteSerializer).qj = function (encoder, value) {
|
|
5544
|
-
return this.
|
|
5620
|
+
return this.c13(encoder, value instanceof UByte ? value.xh_1 : THROW_CCE());
|
|
5545
5621
|
};
|
|
5546
|
-
protoOf(UByteSerializer).
|
|
5622
|
+
protoOf(UByteSerializer).d13 = function (decoder) {
|
|
5547
5623
|
// Inline function 'kotlin.toUByte' call
|
|
5548
|
-
var this_0 = decoder.um(this.
|
|
5624
|
+
var this_0 = decoder.um(this.b13_1).lm();
|
|
5549
5625
|
return _UByte___init__impl__g9hnc4(this_0);
|
|
5550
5626
|
};
|
|
5551
5627
|
protoOf(UByteSerializer).rj = function (decoder) {
|
|
5552
|
-
return new UByte(this.
|
|
5628
|
+
return new UByte(this.d13(decoder));
|
|
5553
5629
|
};
|
|
5554
5630
|
var UByteSerializer_instance;
|
|
5555
5631
|
function UByteSerializer_getInstance() {
|
|
@@ -5559,23 +5635,23 @@
|
|
|
5559
5635
|
}
|
|
5560
5636
|
function PolymorphicModuleBuilder(baseClass, baseSerializer) {
|
|
5561
5637
|
baseSerializer = baseSerializer === VOID ? null : baseSerializer;
|
|
5562
|
-
this.
|
|
5563
|
-
this.
|
|
5638
|
+
this.e13_1 = baseClass;
|
|
5639
|
+
this.f13_1 = baseSerializer;
|
|
5564
5640
|
var tmp = this;
|
|
5565
5641
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5566
|
-
tmp.
|
|
5567
|
-
this.
|
|
5568
|
-
this.
|
|
5642
|
+
tmp.g13_1 = ArrayList_init_$Create$_0();
|
|
5643
|
+
this.h13_1 = null;
|
|
5644
|
+
this.i13_1 = null;
|
|
5569
5645
|
}
|
|
5570
|
-
protoOf(PolymorphicModuleBuilder).
|
|
5571
|
-
this.
|
|
5646
|
+
protoOf(PolymorphicModuleBuilder).j13 = function (subclass, serializer) {
|
|
5647
|
+
this.g13_1.s(to(subclass, serializer));
|
|
5572
5648
|
};
|
|
5573
|
-
protoOf(PolymorphicModuleBuilder).
|
|
5574
|
-
if (!(this.
|
|
5575
|
-
builder.
|
|
5649
|
+
protoOf(PolymorphicModuleBuilder).k13 = function (builder) {
|
|
5650
|
+
if (!(this.f13_1 == null)) {
|
|
5651
|
+
builder.q13(this.e13_1, this.e13_1, this.f13_1);
|
|
5576
5652
|
}
|
|
5577
5653
|
// Inline function 'kotlin.collections.forEach' call
|
|
5578
|
-
var tmp0_iterator = this.
|
|
5654
|
+
var tmp0_iterator = this.g13_1.v();
|
|
5579
5655
|
while (tmp0_iterator.w()) {
|
|
5580
5656
|
var element = tmp0_iterator.y();
|
|
5581
5657
|
// Inline function 'kotlinx.serialization.modules.PolymorphicModuleBuilder.buildTo.<anonymous>' call
|
|
@@ -5584,15 +5660,15 @@
|
|
|
5584
5660
|
var tmp = isInterface(kclass, KClass) ? kclass : THROW_CCE();
|
|
5585
5661
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
5586
5662
|
var tmp$ret$0 = isInterface(serializer, KSerializer) ? serializer : THROW_CCE();
|
|
5587
|
-
builder.
|
|
5663
|
+
builder.q13(this.e13_1, tmp, tmp$ret$0);
|
|
5588
5664
|
}
|
|
5589
|
-
var defaultSerializer = this.
|
|
5665
|
+
var defaultSerializer = this.h13_1;
|
|
5590
5666
|
if (!(defaultSerializer == null)) {
|
|
5591
|
-
builder.
|
|
5667
|
+
builder.r13(this.e13_1, defaultSerializer, false);
|
|
5592
5668
|
}
|
|
5593
|
-
var defaultDeserializer = this.
|
|
5669
|
+
var defaultDeserializer = this.i13_1;
|
|
5594
5670
|
if (!(defaultDeserializer == null)) {
|
|
5595
|
-
builder.
|
|
5671
|
+
builder.s13(this.e13_1, defaultDeserializer, false);
|
|
5596
5672
|
}
|
|
5597
5673
|
};
|
|
5598
5674
|
function get_EmptySerializersModuleLegacyJs() {
|
|
@@ -5608,26 +5684,26 @@
|
|
|
5608
5684
|
};
|
|
5609
5685
|
function SerialModuleImpl(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider) {
|
|
5610
5686
|
SerializersModule.call(this);
|
|
5611
|
-
this.
|
|
5612
|
-
this.
|
|
5613
|
-
this.
|
|
5614
|
-
this.
|
|
5615
|
-
this.
|
|
5687
|
+
this.u13_1 = class2ContextualFactory;
|
|
5688
|
+
this.v13_1 = polyBase2Serializers;
|
|
5689
|
+
this.w13_1 = polyBase2DefaultSerializerProvider;
|
|
5690
|
+
this.x13_1 = polyBase2NamedSerializers;
|
|
5691
|
+
this.y13_1 = polyBase2DefaultDeserializerProvider;
|
|
5616
5692
|
}
|
|
5617
5693
|
protoOf(SerialModuleImpl).yo = function (baseClass, value) {
|
|
5618
5694
|
if (!baseClass.w5(value))
|
|
5619
5695
|
return null;
|
|
5620
|
-
var tmp0_safe_receiver = this.
|
|
5696
|
+
var tmp0_safe_receiver = this.v13_1.t2(baseClass);
|
|
5621
5697
|
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.t2(getKClassFromExpression(value));
|
|
5622
5698
|
var registered = (!(tmp == null) ? isInterface(tmp, SerializationStrategy) : false) ? tmp : null;
|
|
5623
5699
|
if (!(registered == null))
|
|
5624
5700
|
return registered;
|
|
5625
|
-
var tmp_0 = this.
|
|
5701
|
+
var tmp_0 = this.w13_1.t2(baseClass);
|
|
5626
5702
|
var tmp1_safe_receiver = (!(tmp_0 == null) ? typeof tmp_0 === 'function' : false) ? tmp_0 : null;
|
|
5627
5703
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(value);
|
|
5628
5704
|
};
|
|
5629
5705
|
protoOf(SerialModuleImpl).xo = function (baseClass, serializedClassName) {
|
|
5630
|
-
var tmp0_safe_receiver = this.
|
|
5706
|
+
var tmp0_safe_receiver = this.x13_1.t2(baseClass);
|
|
5631
5707
|
var tmp;
|
|
5632
5708
|
if (tmp0_safe_receiver == null) {
|
|
5633
5709
|
tmp = null;
|
|
@@ -5639,19 +5715,19 @@
|
|
|
5639
5715
|
var registered = (!(tmp_0 == null) ? isInterface(tmp_0, KSerializer) : false) ? tmp_0 : null;
|
|
5640
5716
|
if (!(registered == null))
|
|
5641
5717
|
return registered;
|
|
5642
|
-
var tmp_1 = this.
|
|
5718
|
+
var tmp_1 = this.y13_1.t2(baseClass);
|
|
5643
5719
|
var tmp1_safe_receiver = (!(tmp_1 == null) ? typeof tmp_1 === 'function' : false) ? tmp_1 : null;
|
|
5644
5720
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(serializedClassName);
|
|
5645
5721
|
};
|
|
5646
5722
|
protoOf(SerialModuleImpl).tk = function (kClass, typeArgumentsSerializers) {
|
|
5647
|
-
var tmp0_safe_receiver = this.
|
|
5648
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
5723
|
+
var tmp0_safe_receiver = this.u13_1.t2(kClass);
|
|
5724
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z13(typeArgumentsSerializers);
|
|
5649
5725
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : null;
|
|
5650
5726
|
};
|
|
5651
|
-
protoOf(SerialModuleImpl).
|
|
5727
|
+
protoOf(SerialModuleImpl).t13 = function (collector) {
|
|
5652
5728
|
// Inline function 'kotlin.collections.forEach' call
|
|
5653
5729
|
// Inline function 'kotlin.collections.iterator' call
|
|
5654
|
-
var tmp0_iterator = this.
|
|
5730
|
+
var tmp0_iterator = this.u13_1.m2().v();
|
|
5655
5731
|
while (tmp0_iterator.w()) {
|
|
5656
5732
|
var element = tmp0_iterator.y();
|
|
5657
5733
|
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
@@ -5661,17 +5737,17 @@
|
|
|
5661
5737
|
var serial = element.o2();
|
|
5662
5738
|
if (serial instanceof Argless) {
|
|
5663
5739
|
var tmp = isInterface(kclass, KClass) ? kclass : THROW_CCE();
|
|
5664
|
-
var tmp_0 = serial.
|
|
5665
|
-
collector.
|
|
5740
|
+
var tmp_0 = serial.c14_1;
|
|
5741
|
+
collector.d14(tmp, isInterface(tmp_0, KSerializer) ? tmp_0 : THROW_CCE());
|
|
5666
5742
|
} else {
|
|
5667
5743
|
if (serial instanceof WithTypeArguments) {
|
|
5668
|
-
collector.
|
|
5744
|
+
collector.b14(kclass, serial.a14_1);
|
|
5669
5745
|
}
|
|
5670
5746
|
}
|
|
5671
5747
|
}
|
|
5672
5748
|
// Inline function 'kotlin.collections.forEach' call
|
|
5673
5749
|
// Inline function 'kotlin.collections.iterator' call
|
|
5674
|
-
var tmp0_iterator_0 = this.
|
|
5750
|
+
var tmp0_iterator_0 = this.v13_1.m2().v();
|
|
5675
5751
|
while (tmp0_iterator_0.w()) {
|
|
5676
5752
|
var element_0 = tmp0_iterator_0.y();
|
|
5677
5753
|
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
@@ -5693,12 +5769,12 @@
|
|
|
5693
5769
|
var tmp_2 = isInterface(actualClass, KClass) ? actualClass : THROW_CCE();
|
|
5694
5770
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
5695
5771
|
var tmp$ret$9 = isInterface(serializer, KSerializer) ? serializer : THROW_CCE();
|
|
5696
|
-
collector.
|
|
5772
|
+
collector.e14(tmp_1, tmp_2, tmp$ret$9);
|
|
5697
5773
|
}
|
|
5698
5774
|
}
|
|
5699
5775
|
// Inline function 'kotlin.collections.forEach' call
|
|
5700
5776
|
// Inline function 'kotlin.collections.iterator' call
|
|
5701
|
-
var tmp0_iterator_2 = this.
|
|
5777
|
+
var tmp0_iterator_2 = this.w13_1.m2().v();
|
|
5702
5778
|
while (tmp0_iterator_2.w()) {
|
|
5703
5779
|
var element_2 = tmp0_iterator_2.y();
|
|
5704
5780
|
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
@@ -5707,11 +5783,11 @@
|
|
|
5707
5783
|
// Inline function 'kotlin.collections.component2' call
|
|
5708
5784
|
var provider = element_2.o2();
|
|
5709
5785
|
var tmp_3 = isInterface(baseClass_0, KClass) ? baseClass_0 : THROW_CCE();
|
|
5710
|
-
collector.
|
|
5786
|
+
collector.f14(tmp_3, typeof provider === 'function' ? provider : THROW_CCE());
|
|
5711
5787
|
}
|
|
5712
5788
|
// Inline function 'kotlin.collections.forEach' call
|
|
5713
5789
|
// Inline function 'kotlin.collections.iterator' call
|
|
5714
|
-
var tmp0_iterator_3 = this.
|
|
5790
|
+
var tmp0_iterator_3 = this.y13_1.m2().v();
|
|
5715
5791
|
while (tmp0_iterator_3.w()) {
|
|
5716
5792
|
var element_3 = tmp0_iterator_3.y();
|
|
5717
5793
|
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
@@ -5720,34 +5796,34 @@
|
|
|
5720
5796
|
// Inline function 'kotlin.collections.component2' call
|
|
5721
5797
|
var provider_0 = element_3.o2();
|
|
5722
5798
|
var tmp_4 = isInterface(baseClass_1, KClass) ? baseClass_1 : THROW_CCE();
|
|
5723
|
-
collector.
|
|
5799
|
+
collector.g14(tmp_4, typeof provider_0 === 'function' ? provider_0 : THROW_CCE());
|
|
5724
5800
|
}
|
|
5725
5801
|
};
|
|
5726
5802
|
function Argless(serializer) {
|
|
5727
5803
|
ContextualProvider.call(this);
|
|
5728
|
-
this.
|
|
5804
|
+
this.c14_1 = serializer;
|
|
5729
5805
|
}
|
|
5730
|
-
protoOf(Argless).
|
|
5731
|
-
return this.
|
|
5806
|
+
protoOf(Argless).z13 = function (typeArgumentsSerializers) {
|
|
5807
|
+
return this.c14_1;
|
|
5732
5808
|
};
|
|
5733
5809
|
protoOf(Argless).equals = function (other) {
|
|
5734
5810
|
var tmp;
|
|
5735
5811
|
if (other instanceof Argless) {
|
|
5736
|
-
tmp = equals(other.
|
|
5812
|
+
tmp = equals(other.c14_1, this.c14_1);
|
|
5737
5813
|
} else {
|
|
5738
5814
|
tmp = false;
|
|
5739
5815
|
}
|
|
5740
5816
|
return tmp;
|
|
5741
5817
|
};
|
|
5742
5818
|
protoOf(Argless).hashCode = function () {
|
|
5743
|
-
return hashCode(this.
|
|
5819
|
+
return hashCode(this.c14_1);
|
|
5744
5820
|
};
|
|
5745
5821
|
function WithTypeArguments(provider) {
|
|
5746
5822
|
ContextualProvider.call(this);
|
|
5747
|
-
this.
|
|
5823
|
+
this.a14_1 = provider;
|
|
5748
5824
|
}
|
|
5749
|
-
protoOf(WithTypeArguments).
|
|
5750
|
-
return this.
|
|
5825
|
+
protoOf(WithTypeArguments).z13 = function (typeArgumentsSerializers) {
|
|
5826
|
+
return this.a14_1(typeArgumentsSerializers);
|
|
5751
5827
|
};
|
|
5752
5828
|
function ContextualProvider() {
|
|
5753
5829
|
}
|
|
@@ -5764,79 +5840,79 @@
|
|
|
5764
5840
|
function SerializersModuleBuilder() {
|
|
5765
5841
|
var tmp = this;
|
|
5766
5842
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5767
|
-
tmp.
|
|
5843
|
+
tmp.l13_1 = HashMap_init_$Create$();
|
|
5768
5844
|
var tmp_0 = this;
|
|
5769
5845
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5770
|
-
tmp_0.
|
|
5846
|
+
tmp_0.m13_1 = HashMap_init_$Create$();
|
|
5771
5847
|
var tmp_1 = this;
|
|
5772
5848
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5773
|
-
tmp_1.
|
|
5849
|
+
tmp_1.n13_1 = HashMap_init_$Create$();
|
|
5774
5850
|
var tmp_2 = this;
|
|
5775
5851
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5776
|
-
tmp_2.
|
|
5852
|
+
tmp_2.o13_1 = HashMap_init_$Create$();
|
|
5777
5853
|
var tmp_3 = this;
|
|
5778
5854
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5779
|
-
tmp_3.
|
|
5855
|
+
tmp_3.p13_1 = HashMap_init_$Create$();
|
|
5780
5856
|
}
|
|
5781
|
-
protoOf(SerializersModuleBuilder).
|
|
5782
|
-
return this.
|
|
5857
|
+
protoOf(SerializersModuleBuilder).d14 = function (kClass, serializer) {
|
|
5858
|
+
return this.h14(kClass, new Argless(serializer));
|
|
5783
5859
|
};
|
|
5784
|
-
protoOf(SerializersModuleBuilder).
|
|
5785
|
-
return this.
|
|
5860
|
+
protoOf(SerializersModuleBuilder).b14 = function (kClass, provider) {
|
|
5861
|
+
return this.h14(kClass, new WithTypeArguments(provider));
|
|
5786
5862
|
};
|
|
5787
|
-
protoOf(SerializersModuleBuilder).
|
|
5788
|
-
this.
|
|
5863
|
+
protoOf(SerializersModuleBuilder).e14 = function (baseClass, actualClass, actualSerializer) {
|
|
5864
|
+
this.q13(baseClass, actualClass, actualSerializer);
|
|
5789
5865
|
};
|
|
5790
|
-
protoOf(SerializersModuleBuilder).
|
|
5791
|
-
this.
|
|
5866
|
+
protoOf(SerializersModuleBuilder).f14 = function (baseClass, defaultSerializerProvider) {
|
|
5867
|
+
this.r13(baseClass, defaultSerializerProvider, false);
|
|
5792
5868
|
};
|
|
5793
|
-
protoOf(SerializersModuleBuilder).
|
|
5794
|
-
this.
|
|
5869
|
+
protoOf(SerializersModuleBuilder).g14 = function (baseClass, defaultDeserializerProvider) {
|
|
5870
|
+
this.s13(baseClass, defaultDeserializerProvider, false);
|
|
5795
5871
|
};
|
|
5796
|
-
protoOf(SerializersModuleBuilder).
|
|
5797
|
-
module_0.
|
|
5872
|
+
protoOf(SerializersModuleBuilder).i14 = function (module_0) {
|
|
5873
|
+
module_0.t13(this);
|
|
5798
5874
|
};
|
|
5799
|
-
protoOf(SerializersModuleBuilder).
|
|
5875
|
+
protoOf(SerializersModuleBuilder).j14 = function (forClass, provider, allowOverwrite) {
|
|
5800
5876
|
if (!allowOverwrite) {
|
|
5801
|
-
var previous = this.
|
|
5877
|
+
var previous = this.l13_1.t2(forClass);
|
|
5802
5878
|
if (!(previous == null) ? !equals(previous, provider) : false) {
|
|
5803
5879
|
throw new SerializerAlreadyRegisteredException('Contextual serializer or serializer provider for ' + forClass + ' already registered in this module');
|
|
5804
5880
|
}
|
|
5805
5881
|
}
|
|
5806
5882
|
// Inline function 'kotlin.collections.set' call
|
|
5807
|
-
this.
|
|
5883
|
+
this.l13_1.k2(forClass, provider);
|
|
5808
5884
|
};
|
|
5809
|
-
protoOf(SerializersModuleBuilder).
|
|
5885
|
+
protoOf(SerializersModuleBuilder).h14 = function (forClass, provider, allowOverwrite, $super) {
|
|
5810
5886
|
allowOverwrite = allowOverwrite === VOID ? false : allowOverwrite;
|
|
5811
5887
|
var tmp;
|
|
5812
5888
|
if ($super === VOID) {
|
|
5813
|
-
this.
|
|
5889
|
+
this.j14(forClass, provider, allowOverwrite);
|
|
5814
5890
|
tmp = Unit_instance;
|
|
5815
5891
|
} else {
|
|
5816
|
-
tmp = $super.
|
|
5892
|
+
tmp = $super.j14.call(this, forClass, provider, allowOverwrite);
|
|
5817
5893
|
}
|
|
5818
5894
|
return tmp;
|
|
5819
5895
|
};
|
|
5820
|
-
protoOf(SerializersModuleBuilder).
|
|
5821
|
-
var previous = this.
|
|
5896
|
+
protoOf(SerializersModuleBuilder).r13 = function (baseClass, defaultSerializerProvider, allowOverwrite) {
|
|
5897
|
+
var previous = this.n13_1.t2(baseClass);
|
|
5822
5898
|
if ((!(previous == null) ? !equals(previous, defaultSerializerProvider) : false) ? !allowOverwrite : false) {
|
|
5823
5899
|
throw IllegalArgumentException_init_$Create$('Default serializers provider for ' + baseClass + ' is already registered: ' + previous);
|
|
5824
5900
|
}
|
|
5825
5901
|
// Inline function 'kotlin.collections.set' call
|
|
5826
|
-
this.
|
|
5902
|
+
this.n13_1.k2(baseClass, defaultSerializerProvider);
|
|
5827
5903
|
};
|
|
5828
|
-
protoOf(SerializersModuleBuilder).
|
|
5829
|
-
var previous = this.
|
|
5904
|
+
protoOf(SerializersModuleBuilder).s13 = function (baseClass, defaultDeserializerProvider, allowOverwrite) {
|
|
5905
|
+
var previous = this.p13_1.t2(baseClass);
|
|
5830
5906
|
if ((!(previous == null) ? !equals(previous, defaultDeserializerProvider) : false) ? !allowOverwrite : false) {
|
|
5831
5907
|
throw IllegalArgumentException_init_$Create$('Default deserializers provider for ' + baseClass + ' is already registered: ' + previous);
|
|
5832
5908
|
}
|
|
5833
5909
|
// Inline function 'kotlin.collections.set' call
|
|
5834
|
-
this.
|
|
5910
|
+
this.p13_1.k2(baseClass, defaultDeserializerProvider);
|
|
5835
5911
|
};
|
|
5836
|
-
protoOf(SerializersModuleBuilder).
|
|
5912
|
+
protoOf(SerializersModuleBuilder).k14 = function (baseClass, concreteClass, concreteSerializer, allowOverwrite) {
|
|
5837
5913
|
var name = concreteSerializer.pj().qk();
|
|
5838
5914
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5839
|
-
var this_0 = this.
|
|
5915
|
+
var this_0 = this.m13_1;
|
|
5840
5916
|
var value = this_0.t2(baseClass);
|
|
5841
5917
|
var tmp;
|
|
5842
5918
|
if (value == null) {
|
|
@@ -5850,7 +5926,7 @@
|
|
|
5850
5926
|
var baseClassSerializers = tmp;
|
|
5851
5927
|
var previousSerializer = baseClassSerializers.t2(concreteClass);
|
|
5852
5928
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5853
|
-
var this_1 = this.
|
|
5929
|
+
var this_1 = this.o13_1;
|
|
5854
5930
|
var value_0 = this_1.t2(baseClass);
|
|
5855
5931
|
var tmp_0;
|
|
5856
5932
|
if (value_0 == null) {
|
|
@@ -5882,7 +5958,7 @@
|
|
|
5882
5958
|
var previousByName = names.t2(name);
|
|
5883
5959
|
if (!(previousByName == null)) {
|
|
5884
5960
|
// Inline function 'kotlin.sequences.find' call
|
|
5885
|
-
var this_2 = asSequence(ensureNotNull(this.
|
|
5961
|
+
var this_2 = asSequence(ensureNotNull(this.m13_1.t2(baseClass)));
|
|
5886
5962
|
var tmp$ret$5;
|
|
5887
5963
|
$l$block: {
|
|
5888
5964
|
// Inline function 'kotlin.sequences.firstOrNull' call
|
|
@@ -5905,19 +5981,19 @@
|
|
|
5905
5981
|
// Inline function 'kotlin.collections.set' call
|
|
5906
5982
|
names.k2(name, concreteSerializer);
|
|
5907
5983
|
};
|
|
5908
|
-
protoOf(SerializersModuleBuilder).
|
|
5984
|
+
protoOf(SerializersModuleBuilder).q13 = function (baseClass, concreteClass, concreteSerializer, allowOverwrite, $super) {
|
|
5909
5985
|
allowOverwrite = allowOverwrite === VOID ? false : allowOverwrite;
|
|
5910
5986
|
var tmp;
|
|
5911
5987
|
if ($super === VOID) {
|
|
5912
|
-
this.
|
|
5988
|
+
this.k14(baseClass, concreteClass, concreteSerializer, allowOverwrite);
|
|
5913
5989
|
tmp = Unit_instance;
|
|
5914
5990
|
} else {
|
|
5915
|
-
tmp = $super.
|
|
5991
|
+
tmp = $super.k14.call(this, baseClass, concreteClass, concreteSerializer, allowOverwrite);
|
|
5916
5992
|
}
|
|
5917
5993
|
return tmp;
|
|
5918
5994
|
};
|
|
5919
5995
|
protoOf(SerializersModuleBuilder).os = function () {
|
|
5920
|
-
return new SerialModuleImpl(this.
|
|
5996
|
+
return new SerialModuleImpl(this.l13_1, this.m13_1, this.n13_1, this.o13_1, this.p13_1);
|
|
5921
5997
|
};
|
|
5922
5998
|
function SerializerAlreadyRegisteredException_init_$Init$(baseClass, concreteClass, $this) {
|
|
5923
5999
|
SerializerAlreadyRegisteredException.call($this, 'Serializer for ' + concreteClass + ' already registered in the scope of ' + baseClass);
|
|
@@ -5940,21 +6016,21 @@
|
|
|
5940
6016
|
function SerializersModuleCollector() {
|
|
5941
6017
|
}
|
|
5942
6018
|
function SerializableWith(serializer) {
|
|
5943
|
-
this.
|
|
6019
|
+
this.l14_1 = serializer;
|
|
5944
6020
|
}
|
|
5945
6021
|
protoOf(SerializableWith).equals = function (other) {
|
|
5946
6022
|
if (!(other instanceof SerializableWith))
|
|
5947
6023
|
return false;
|
|
5948
6024
|
var tmp0_other_with_cast = other instanceof SerializableWith ? other : THROW_CCE();
|
|
5949
|
-
if (!this.
|
|
6025
|
+
if (!this.l14_1.equals(tmp0_other_with_cast.l14_1))
|
|
5950
6026
|
return false;
|
|
5951
6027
|
return true;
|
|
5952
6028
|
};
|
|
5953
6029
|
protoOf(SerializableWith).hashCode = function () {
|
|
5954
|
-
return imul(getStringHashCode('serializer'), 127) ^ this.
|
|
6030
|
+
return imul(getStringHashCode('serializer'), 127) ^ this.l14_1.hashCode();
|
|
5955
6031
|
};
|
|
5956
6032
|
protoOf(SerializableWith).toString = function () {
|
|
5957
|
-
return '@kotlinx.serialization.SerializableWith(serializer=' + this.
|
|
6033
|
+
return '@kotlinx.serialization.SerializableWith(serializer=' + this.l14_1 + ')';
|
|
5958
6034
|
};
|
|
5959
6035
|
function createCache(factory) {
|
|
5960
6036
|
return new createCache$1(factory);
|
|
@@ -5997,7 +6073,7 @@
|
|
|
5997
6073
|
tmp_0 = (!(assocObject == null) ? isInterface(assocObject, KSerializer) : false) ? assocObject : THROW_CCE();
|
|
5998
6074
|
} else {
|
|
5999
6075
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory) : false) {
|
|
6000
|
-
var tmp_1 = assocObject.
|
|
6076
|
+
var tmp_1 = assocObject.mv(args.slice());
|
|
6001
6077
|
tmp_0 = isInterface(tmp_1, KSerializer) ? tmp_1 : THROW_CCE();
|
|
6002
6078
|
} else {
|
|
6003
6079
|
if (get_isInterface(_this__u8e3s4)) {
|
|
@@ -6036,13 +6112,13 @@
|
|
|
6036
6112
|
return _this__u8e3s4[index];
|
|
6037
6113
|
}
|
|
6038
6114
|
function createCache$1($factory) {
|
|
6039
|
-
this.
|
|
6115
|
+
this.m14_1 = $factory;
|
|
6040
6116
|
}
|
|
6041
6117
|
protoOf(createCache$1).vk = function (key) {
|
|
6042
|
-
return this.
|
|
6118
|
+
return this.m14_1(key);
|
|
6043
6119
|
};
|
|
6044
6120
|
function createParametrizedCache$1($factory) {
|
|
6045
|
-
this.
|
|
6121
|
+
this.n14_1 = $factory;
|
|
6046
6122
|
}
|
|
6047
6123
|
protoOf(createParametrizedCache$1).wk = function (key, types) {
|
|
6048
6124
|
// Inline function 'kotlin.runCatching' call
|
|
@@ -6050,7 +6126,7 @@
|
|
|
6050
6126
|
try {
|
|
6051
6127
|
// Inline function 'kotlin.Companion.success' call
|
|
6052
6128
|
// Inline function 'kotlinx.serialization.internal.<no name provided>.get.<anonymous>' call
|
|
6053
|
-
var value = this.
|
|
6129
|
+
var value = this.n14_1(key, types);
|
|
6054
6130
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
6055
6131
|
} catch ($p) {
|
|
6056
6132
|
var tmp_0;
|
|
@@ -6085,7 +6161,7 @@
|
|
|
6085
6161
|
protoOf(MapLikeDescriptor).bl = get_annotations;
|
|
6086
6162
|
protoOf(PluginGeneratedSerialDescriptor).xk = get_isNullable;
|
|
6087
6163
|
protoOf(PluginGeneratedSerialDescriptor).dl = get_isInline;
|
|
6088
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
6164
|
+
protoOf(InlinePrimitiveDescriptor$1).cv = typeParametersSerializers;
|
|
6089
6165
|
protoOf(NothingSerialDescriptor).xk = get_isNullable;
|
|
6090
6166
|
protoOf(NothingSerialDescriptor).dl = get_isInline;
|
|
6091
6167
|
protoOf(NothingSerialDescriptor).bl = get_annotations;
|
|
@@ -6155,23 +6231,24 @@
|
|
|
6155
6231
|
_.$_$.y1 = NamedValueDecoder;
|
|
6156
6232
|
_.$_$.z1 = PluginGeneratedSerialDescriptor;
|
|
6157
6233
|
_.$_$.a2 = SerializerFactory;
|
|
6158
|
-
_.$_$.b2 =
|
|
6159
|
-
_.$_$.c2 =
|
|
6160
|
-
_.$_$.d2 =
|
|
6161
|
-
_.$_$.e2 =
|
|
6162
|
-
_.$_$.f2 =
|
|
6163
|
-
_.$_$.g2 =
|
|
6164
|
-
_.$_$.h2 =
|
|
6165
|
-
_.$_$.i2 =
|
|
6166
|
-
_.$_$.j2 =
|
|
6167
|
-
_.$_$.k2 =
|
|
6168
|
-
_.$_$.l2 =
|
|
6169
|
-
_.$_$.m2 =
|
|
6170
|
-
_.$_$.n2 =
|
|
6171
|
-
_.$_$.o2 =
|
|
6172
|
-
_.$_$.p2 =
|
|
6173
|
-
_.$_$.q2 =
|
|
6174
|
-
_.$_$.r2 =
|
|
6234
|
+
_.$_$.b2 = createAnnotatedEnumSerializer;
|
|
6235
|
+
_.$_$.c2 = createSimpleEnumSerializer;
|
|
6236
|
+
_.$_$.d2 = jsonCachedSerialNames;
|
|
6237
|
+
_.$_$.e2 = throwMissingFieldException;
|
|
6238
|
+
_.$_$.f2 = EmptySerializersModule_0;
|
|
6239
|
+
_.$_$.g2 = PolymorphicModuleBuilder;
|
|
6240
|
+
_.$_$.h2 = SerializersModuleBuilder;
|
|
6241
|
+
_.$_$.i2 = contextual;
|
|
6242
|
+
_.$_$.j2 = SerializersModuleCollector;
|
|
6243
|
+
_.$_$.k2 = DeserializationStrategy;
|
|
6244
|
+
_.$_$.l2 = KSerializer;
|
|
6245
|
+
_.$_$.m2 = MissingFieldException;
|
|
6246
|
+
_.$_$.n2 = SealedClassSerializer;
|
|
6247
|
+
_.$_$.o2 = SerializationException;
|
|
6248
|
+
_.$_$.p2 = findPolymorphicSerializer_0;
|
|
6249
|
+
_.$_$.q2 = findPolymorphicSerializer;
|
|
6250
|
+
_.$_$.r2 = serializer_0;
|
|
6251
|
+
_.$_$.s2 = serializer;
|
|
6175
6252
|
//endregion
|
|
6176
6253
|
return _;
|
|
6177
6254
|
}));
|