@doordeck/doordeck-headless-sdk 0.84.0 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2250 -1528
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +16 -16
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +8 -8
- package/kotlin/doordeck-sdk.js +6246 -6177
- package/kotlin/kotlin-kotlin-stdlib.js +1270 -1334
- package/kotlin/kotlinx-atomicfu.js +4 -5
- package/kotlin/kotlinx-coroutines-core.js +212 -411
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +14 -15
- package/kotlin/kotlinx-io-kotlinx-io-core.js +44 -138
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +302 -345
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +160 -243
- package/kotlin/ktor-ktor-client-ktor-client-core.js +86 -122
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +28 -34
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +23 -23
- package/kotlin/ktor-ktor-http-ktor-http-cio.js +42 -72
- package/kotlin/ktor-ktor-http.js +107 -170
- package/kotlin/ktor-ktor-io.js +61 -84
- package/kotlin/ktor-ktor-shared-ktor-events.js +5 -7
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +1 -1
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +29 -39
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +10 -10
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +13 -19
- package/kotlin/ktor-ktor-utils.js +84 -114
- package/package.json +3 -3
|
@@ -2,82 +2,83 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
4
|
var imul = Math.imul;
|
|
5
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
5
|
+
var protoOf = kotlin_kotlin.$_$.tb;
|
|
6
6
|
var initMetadataForInterface = kotlin_kotlin.$_$.va;
|
|
7
7
|
var VOID = kotlin_kotlin.$_$.h;
|
|
8
|
-
var StringCompanionObject_instance = kotlin_kotlin.$_$.
|
|
9
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
10
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
8
|
+
var StringCompanionObject_instance = kotlin_kotlin.$_$.z4;
|
|
9
|
+
var Unit_instance = kotlin_kotlin.$_$.k5;
|
|
10
|
+
var emptyList = kotlin_kotlin.$_$.z6;
|
|
11
11
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.l;
|
|
12
|
-
var lazy = kotlin_kotlin.$_$.
|
|
13
|
-
var toString = kotlin_kotlin.$_$.
|
|
12
|
+
var lazy = kotlin_kotlin.$_$.kg;
|
|
13
|
+
var toString = kotlin_kotlin.$_$.xb;
|
|
14
14
|
var initMetadataForClass = kotlin_kotlin.$_$.ra;
|
|
15
15
|
var getKClassFromExpression = kotlin_kotlin.$_$.e;
|
|
16
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
16
|
+
var KProperty1 = kotlin_kotlin.$_$.kc;
|
|
17
17
|
var getPropertyCallableRef = kotlin_kotlin.$_$.oa;
|
|
18
|
-
var asList = kotlin_kotlin.$_$.
|
|
19
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
20
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
18
|
+
var asList = kotlin_kotlin.$_$.b6;
|
|
19
|
+
var objectCreate = kotlin_kotlin.$_$.sb;
|
|
20
|
+
var THROW_CCE = kotlin_kotlin.$_$.nf;
|
|
21
21
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w1;
|
|
22
|
-
var zip = kotlin_kotlin.$_$.
|
|
23
|
-
var toMap = kotlin_kotlin.$_$.
|
|
22
|
+
var zip = kotlin_kotlin.$_$.b9;
|
|
23
|
+
var toMap = kotlin_kotlin.$_$.v8;
|
|
24
24
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.y;
|
|
25
25
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.a2;
|
|
26
|
-
var mapCapacity = kotlin_kotlin.$_$.
|
|
26
|
+
var mapCapacity = kotlin_kotlin.$_$.w7;
|
|
27
27
|
var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.x;
|
|
28
|
-
var KtMap = kotlin_kotlin.$_$.
|
|
28
|
+
var KtMap = kotlin_kotlin.$_$.u5;
|
|
29
29
|
var isInterface = kotlin_kotlin.$_$.gb;
|
|
30
30
|
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.t1;
|
|
31
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
31
|
+
var captureStack = kotlin_kotlin.$_$.ca;
|
|
32
32
|
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.v1;
|
|
33
33
|
var IllegalArgumentException_init_$Init$_1 = kotlin_kotlin.$_$.x1;
|
|
34
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
35
|
-
var
|
|
34
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.ff;
|
|
35
|
+
var listOf = kotlin_kotlin.$_$.u7;
|
|
36
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.f6;
|
|
36
37
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.o;
|
|
37
|
-
var KClass = kotlin_kotlin.$_$.
|
|
38
|
-
var Triple = kotlin_kotlin.$_$.
|
|
38
|
+
var KClass = kotlin_kotlin.$_$.gc;
|
|
39
|
+
var Triple = kotlin_kotlin.$_$.pf;
|
|
39
40
|
var getKClass = kotlin_kotlin.$_$.f;
|
|
40
|
-
var Pair = kotlin_kotlin.$_$.
|
|
41
|
-
var Entry = kotlin_kotlin.$_$.
|
|
42
|
-
var KtMutableMap = kotlin_kotlin.$_$.
|
|
43
|
-
var LinkedHashMap = kotlin_kotlin.$_$.
|
|
44
|
-
var HashMap = kotlin_kotlin.$_$.
|
|
45
|
-
var KtSet = kotlin_kotlin.$_$.
|
|
46
|
-
var KtMutableSet = kotlin_kotlin.$_$.
|
|
47
|
-
var LinkedHashSet = kotlin_kotlin.$_$.
|
|
48
|
-
var HashSet = kotlin_kotlin.$_$.
|
|
49
|
-
var Collection = kotlin_kotlin.$_$.
|
|
50
|
-
var KtList = kotlin_kotlin.$_$.
|
|
51
|
-
var KtMutableList = kotlin_kotlin.$_$.
|
|
52
|
-
var ArrayList = kotlin_kotlin.$_$.
|
|
53
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
54
|
-
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.
|
|
55
|
-
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.
|
|
56
|
-
var Result = kotlin_kotlin.$_$.
|
|
57
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
58
|
-
var equals = kotlin_kotlin.$_$.
|
|
41
|
+
var Pair = kotlin_kotlin.$_$.kf;
|
|
42
|
+
var Entry = kotlin_kotlin.$_$.s5;
|
|
43
|
+
var KtMutableMap = kotlin_kotlin.$_$.w5;
|
|
44
|
+
var LinkedHashMap = kotlin_kotlin.$_$.p5;
|
|
45
|
+
var HashMap = kotlin_kotlin.$_$.n5;
|
|
46
|
+
var KtSet = kotlin_kotlin.$_$.y5;
|
|
47
|
+
var KtMutableSet = kotlin_kotlin.$_$.x5;
|
|
48
|
+
var LinkedHashSet = kotlin_kotlin.$_$.q5;
|
|
49
|
+
var HashSet = kotlin_kotlin.$_$.o5;
|
|
50
|
+
var Collection = kotlin_kotlin.$_$.m5;
|
|
51
|
+
var KtList = kotlin_kotlin.$_$.r5;
|
|
52
|
+
var KtMutableList = kotlin_kotlin.$_$.v5;
|
|
53
|
+
var ArrayList = kotlin_kotlin.$_$.l5;
|
|
54
|
+
var copyToArray = kotlin_kotlin.$_$.v6;
|
|
55
|
+
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.e3;
|
|
56
|
+
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.d3;
|
|
57
|
+
var Result = kotlin_kotlin.$_$.lf;
|
|
58
|
+
var ensureNotNull = kotlin_kotlin.$_$.fg;
|
|
59
|
+
var equals = kotlin_kotlin.$_$.ka;
|
|
59
60
|
var getStringHashCode = kotlin_kotlin.$_$.pa;
|
|
60
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
61
|
-
var toList = kotlin_kotlin.$_$.
|
|
61
|
+
var isBlank = kotlin_kotlin.$_$.bd;
|
|
62
|
+
var toList = kotlin_kotlin.$_$.t8;
|
|
62
63
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.p;
|
|
63
64
|
var HashSet_init_$Create$ = kotlin_kotlin.$_$.v;
|
|
64
|
-
var toHashSet = kotlin_kotlin.$_$.
|
|
65
|
-
var toBooleanArray = kotlin_kotlin.$_$.
|
|
66
|
-
var withIndex = kotlin_kotlin.$_$.
|
|
67
|
-
var to = kotlin_kotlin.$_$.
|
|
68
|
-
var lazy_0 = kotlin_kotlin.$_$.
|
|
69
|
-
var contentEquals = kotlin_kotlin.$_$.
|
|
70
|
-
var until = kotlin_kotlin.$_$.
|
|
71
|
-
var joinToString = kotlin_kotlin.$_$.
|
|
65
|
+
var toHashSet = kotlin_kotlin.$_$.q8;
|
|
66
|
+
var toBooleanArray = kotlin_kotlin.$_$.o8;
|
|
67
|
+
var withIndex = kotlin_kotlin.$_$.a9;
|
|
68
|
+
var to = kotlin_kotlin.$_$.rg;
|
|
69
|
+
var lazy_0 = kotlin_kotlin.$_$.lg;
|
|
70
|
+
var contentEquals = kotlin_kotlin.$_$.g6;
|
|
71
|
+
var until = kotlin_kotlin.$_$.fc;
|
|
72
|
+
var joinToString = kotlin_kotlin.$_$.o7;
|
|
72
73
|
var initMetadataForObject = kotlin_kotlin.$_$.xa;
|
|
73
|
-
var Long = kotlin_kotlin.$_$.
|
|
74
|
-
var Char = kotlin_kotlin.$_$.
|
|
75
|
-
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.
|
|
76
|
-
var Duration = kotlin_kotlin.$_$.
|
|
77
|
-
var Companion_getInstance = kotlin_kotlin.$_$.
|
|
78
|
-
var Uuid = kotlin_kotlin.$_$.
|
|
79
|
-
var Companion_getInstance_0 = kotlin_kotlin.$_$.
|
|
80
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
74
|
+
var Long = kotlin_kotlin.$_$.hf;
|
|
75
|
+
var Char = kotlin_kotlin.$_$.xe;
|
|
76
|
+
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.r2;
|
|
77
|
+
var Duration = kotlin_kotlin.$_$.re;
|
|
78
|
+
var Companion_getInstance = kotlin_kotlin.$_$.b5;
|
|
79
|
+
var Uuid = kotlin_kotlin.$_$.te;
|
|
80
|
+
var Companion_getInstance_0 = kotlin_kotlin.$_$.c5;
|
|
81
|
+
var toIntOrNull = kotlin_kotlin.$_$.ee;
|
|
81
82
|
var hashCode = kotlin_kotlin.$_$.qa;
|
|
82
83
|
var ArrayList_init_$Create$_1 = kotlin_kotlin.$_$.q;
|
|
83
84
|
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.w;
|
|
@@ -87,109 +88,108 @@
|
|
|
87
88
|
var HashMap_init_$Create$_0 = kotlin_kotlin.$_$.t;
|
|
88
89
|
var LinkedHashMap_init_$Create$_1 = kotlin_kotlin.$_$.z;
|
|
89
90
|
var isArray = kotlin_kotlin.$_$.ya;
|
|
90
|
-
var arrayIterator = kotlin_kotlin.$_$.
|
|
91
|
-
var step = kotlin_kotlin.$_$.
|
|
92
|
-
var getValue = kotlin_kotlin.$_$.
|
|
91
|
+
var arrayIterator = kotlin_kotlin.$_$.aa;
|
|
92
|
+
var step = kotlin_kotlin.$_$.ec;
|
|
93
|
+
var getValue = kotlin_kotlin.$_$.j7;
|
|
93
94
|
var longArray = kotlin_kotlin.$_$.lb;
|
|
94
95
|
var initMetadataForCompanion = kotlin_kotlin.$_$.sa;
|
|
95
|
-
var get_lastIndex = kotlin_kotlin.$_$.
|
|
96
|
-
var countTrailingZeroBits = kotlin_kotlin.$_$.
|
|
97
|
-
var indexOf = kotlin_kotlin.$_$.
|
|
98
|
-
var contentToString = kotlin_kotlin.$_$.
|
|
99
|
-
var Enum = kotlin_kotlin.$_$.
|
|
100
|
-
var fillArrayVal = kotlin_kotlin.$_$.la;
|
|
96
|
+
var get_lastIndex = kotlin_kotlin.$_$.q7;
|
|
97
|
+
var countTrailingZeroBits = kotlin_kotlin.$_$.dg;
|
|
98
|
+
var indexOf = kotlin_kotlin.$_$.k7;
|
|
99
|
+
var contentToString = kotlin_kotlin.$_$.k6;
|
|
100
|
+
var Enum = kotlin_kotlin.$_$.cf;
|
|
101
101
|
var HashSet_init_$Create$_1 = kotlin_kotlin.$_$.u;
|
|
102
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
103
|
-
var KTypeParameter = kotlin_kotlin.$_$.
|
|
104
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
105
|
-
var booleanArray = kotlin_kotlin.$_$.
|
|
106
|
-
var emptyMap = kotlin_kotlin.$_$.
|
|
107
|
-
var Companion_getInstance_1 = kotlin_kotlin.$_$.
|
|
102
|
+
var toString_0 = kotlin_kotlin.$_$.qg;
|
|
103
|
+
var KTypeParameter = kotlin_kotlin.$_$.lc;
|
|
104
|
+
var contentHashCode = kotlin_kotlin.$_$.j6;
|
|
105
|
+
var booleanArray = kotlin_kotlin.$_$.ba;
|
|
106
|
+
var emptyMap = kotlin_kotlin.$_$.a7;
|
|
107
|
+
var Companion_getInstance_1 = kotlin_kotlin.$_$.d5;
|
|
108
108
|
var isCharArray = kotlin_kotlin.$_$.bb;
|
|
109
|
-
var charArray = kotlin_kotlin.$_$.
|
|
110
|
-
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.
|
|
109
|
+
var charArray = kotlin_kotlin.$_$.ea;
|
|
110
|
+
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.v4;
|
|
111
111
|
var isDoubleArray = kotlin_kotlin.$_$.db;
|
|
112
|
-
var FloatCompanionObject_instance = kotlin_kotlin.$_$.
|
|
112
|
+
var FloatCompanionObject_instance = kotlin_kotlin.$_$.w4;
|
|
113
113
|
var isFloatArray = kotlin_kotlin.$_$.eb;
|
|
114
|
-
var Companion_getInstance_2 = kotlin_kotlin.$_$.
|
|
114
|
+
var Companion_getInstance_2 = kotlin_kotlin.$_$.e5;
|
|
115
115
|
var isLongArray = kotlin_kotlin.$_$.hb;
|
|
116
|
-
var Companion_getInstance_3 = kotlin_kotlin.$_$.
|
|
117
|
-
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.
|
|
118
|
-
var ULongArray = kotlin_kotlin.$_$.
|
|
119
|
-
var _ULongArray___init__impl__twm1l3 = kotlin_kotlin.$_$.
|
|
120
|
-
var _ULong___init__impl__c78o9k = kotlin_kotlin.$_$.
|
|
121
|
-
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.
|
|
122
|
-
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.
|
|
123
|
-
var IntCompanionObject_instance = kotlin_kotlin.$_$.
|
|
116
|
+
var Companion_getInstance_3 = kotlin_kotlin.$_$.i5;
|
|
117
|
+
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.g4;
|
|
118
|
+
var ULongArray = kotlin_kotlin.$_$.uf;
|
|
119
|
+
var _ULongArray___init__impl__twm1l3 = kotlin_kotlin.$_$.c4;
|
|
120
|
+
var _ULong___init__impl__c78o9k = kotlin_kotlin.$_$.z3;
|
|
121
|
+
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.e4;
|
|
122
|
+
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.a4;
|
|
123
|
+
var IntCompanionObject_instance = kotlin_kotlin.$_$.x4;
|
|
124
124
|
var isIntArray = kotlin_kotlin.$_$.fb;
|
|
125
|
-
var Companion_getInstance_4 = kotlin_kotlin.$_$.
|
|
126
|
-
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.
|
|
127
|
-
var UIntArray = kotlin_kotlin.$_$.
|
|
128
|
-
var _UIntArray___init__impl__ghjpc6 = kotlin_kotlin.$_$.
|
|
129
|
-
var _UInt___init__impl__l7qpdl = kotlin_kotlin.$_$.
|
|
130
|
-
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.
|
|
131
|
-
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.
|
|
132
|
-
var ShortCompanionObject_instance = kotlin_kotlin.$_$.
|
|
125
|
+
var Companion_getInstance_4 = kotlin_kotlin.$_$.h5;
|
|
126
|
+
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.x3;
|
|
127
|
+
var UIntArray = kotlin_kotlin.$_$.sf;
|
|
128
|
+
var _UIntArray___init__impl__ghjpc6 = kotlin_kotlin.$_$.t3;
|
|
129
|
+
var _UInt___init__impl__l7qpdl = kotlin_kotlin.$_$.q3;
|
|
130
|
+
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.v3;
|
|
131
|
+
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.r3;
|
|
132
|
+
var ShortCompanionObject_instance = kotlin_kotlin.$_$.y4;
|
|
133
133
|
var isShortArray = kotlin_kotlin.$_$.ib;
|
|
134
|
-
var Companion_getInstance_5 = kotlin_kotlin.$_$.
|
|
135
|
-
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.
|
|
136
|
-
var UShortArray = kotlin_kotlin.$_$.
|
|
137
|
-
var _UShortArray___init__impl__9b26ef = kotlin_kotlin.$_$.
|
|
138
|
-
var _UShort___init__impl__jigrne = kotlin_kotlin.$_$.
|
|
139
|
-
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.
|
|
140
|
-
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.
|
|
141
|
-
var ByteCompanionObject_instance = kotlin_kotlin.$_$.
|
|
134
|
+
var Companion_getInstance_5 = kotlin_kotlin.$_$.j5;
|
|
135
|
+
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.p4;
|
|
136
|
+
var UShortArray = kotlin_kotlin.$_$.wf;
|
|
137
|
+
var _UShortArray___init__impl__9b26ef = kotlin_kotlin.$_$.l4;
|
|
138
|
+
var _UShort___init__impl__jigrne = kotlin_kotlin.$_$.i4;
|
|
139
|
+
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.n4;
|
|
140
|
+
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.j4;
|
|
141
|
+
var ByteCompanionObject_instance = kotlin_kotlin.$_$.u4;
|
|
142
142
|
var isByteArray = kotlin_kotlin.$_$.ab;
|
|
143
|
-
var Companion_getInstance_6 = kotlin_kotlin.$_$.
|
|
144
|
-
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.
|
|
145
|
-
var UByteArray = kotlin_kotlin.$_$.
|
|
146
|
-
var _UByteArray___init__impl__ip4y9n = kotlin_kotlin.$_$.
|
|
147
|
-
var _UByte___init__impl__g9hnc4 = kotlin_kotlin.$_$.
|
|
148
|
-
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.
|
|
149
|
-
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.
|
|
150
|
-
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.
|
|
143
|
+
var Companion_getInstance_6 = kotlin_kotlin.$_$.g5;
|
|
144
|
+
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.n3;
|
|
145
|
+
var UByteArray = kotlin_kotlin.$_$.qf;
|
|
146
|
+
var _UByteArray___init__impl__ip4y9n = kotlin_kotlin.$_$.j3;
|
|
147
|
+
var _UByte___init__impl__g9hnc4 = kotlin_kotlin.$_$.f3;
|
|
148
|
+
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.k3;
|
|
149
|
+
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.g3;
|
|
150
|
+
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.t4;
|
|
151
151
|
var isBooleanArray = kotlin_kotlin.$_$.za;
|
|
152
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
153
|
-
var copyOf = kotlin_kotlin.$_$.
|
|
154
|
-
var copyOf_0 = kotlin_kotlin.$_$.
|
|
155
|
-
var copyOf_1 = kotlin_kotlin.$_$.
|
|
156
|
-
var copyOf_2 = kotlin_kotlin.$_$.
|
|
157
|
-
var _ULongArray___get_storage__impl__28e64j = kotlin_kotlin.$_$.
|
|
158
|
-
var _ULongArray___init__impl__twm1l3_0 = kotlin_kotlin.$_$.
|
|
159
|
-
var ULongArray__set_impl_z19mvh = kotlin_kotlin.$_$.
|
|
160
|
-
var copyOf_3 = kotlin_kotlin.$_$.
|
|
161
|
-
var _UIntArray___get_storage__impl__92a0v0 = kotlin_kotlin.$_$.
|
|
162
|
-
var _UIntArray___init__impl__ghjpc6_0 = kotlin_kotlin.$_$.
|
|
163
|
-
var UIntArray__set_impl_7f2zu2 = kotlin_kotlin.$_$.
|
|
164
|
-
var copyOf_4 = kotlin_kotlin.$_$.
|
|
165
|
-
var _UShortArray___get_storage__impl__t2jpv5 = kotlin_kotlin.$_$.
|
|
166
|
-
var _UShortArray___init__impl__9b26ef_0 = kotlin_kotlin.$_$.
|
|
167
|
-
var UShortArray__set_impl_6d8whp = kotlin_kotlin.$_$.
|
|
168
|
-
var copyOf_5 = kotlin_kotlin.$_$.
|
|
169
|
-
var _UByteArray___get_storage__impl__d4kctt = kotlin_kotlin.$_$.
|
|
170
|
-
var _UByteArray___init__impl__ip4y9n_0 = kotlin_kotlin.$_$.
|
|
171
|
-
var UByteArray__set_impl_jvcicn = kotlin_kotlin.$_$.
|
|
172
|
-
var copyOf_6 = kotlin_kotlin.$_$.
|
|
173
|
-
var Unit = kotlin_kotlin.$_$.
|
|
174
|
-
var trimIndent = kotlin_kotlin.$_$.
|
|
175
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
176
|
-
var lastOrNull = kotlin_kotlin.$_$.
|
|
177
|
-
var get_lastIndex_0 = kotlin_kotlin.$_$.
|
|
178
|
-
var ULong = kotlin_kotlin.$_$.
|
|
179
|
-
var UInt = kotlin_kotlin.$_$.
|
|
180
|
-
var UShort = kotlin_kotlin.$_$.
|
|
181
|
-
var UByte = kotlin_kotlin.$_$.
|
|
182
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
183
|
-
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.
|
|
184
|
-
var mapOf = kotlin_kotlin.$_$.
|
|
152
|
+
var coerceAtLeast = kotlin_kotlin.$_$.ac;
|
|
153
|
+
var copyOf = kotlin_kotlin.$_$.p6;
|
|
154
|
+
var copyOf_0 = kotlin_kotlin.$_$.r6;
|
|
155
|
+
var copyOf_1 = kotlin_kotlin.$_$.s6;
|
|
156
|
+
var copyOf_2 = kotlin_kotlin.$_$.n6;
|
|
157
|
+
var _ULongArray___get_storage__impl__28e64j = kotlin_kotlin.$_$.h4;
|
|
158
|
+
var _ULongArray___init__impl__twm1l3_0 = kotlin_kotlin.$_$.d4;
|
|
159
|
+
var ULongArray__set_impl_z19mvh = kotlin_kotlin.$_$.f4;
|
|
160
|
+
var copyOf_3 = kotlin_kotlin.$_$.u6;
|
|
161
|
+
var _UIntArray___get_storage__impl__92a0v0 = kotlin_kotlin.$_$.y3;
|
|
162
|
+
var _UIntArray___init__impl__ghjpc6_0 = kotlin_kotlin.$_$.u3;
|
|
163
|
+
var UIntArray__set_impl_7f2zu2 = kotlin_kotlin.$_$.w3;
|
|
164
|
+
var copyOf_4 = kotlin_kotlin.$_$.m6;
|
|
165
|
+
var _UShortArray___get_storage__impl__t2jpv5 = kotlin_kotlin.$_$.q4;
|
|
166
|
+
var _UShortArray___init__impl__9b26ef_0 = kotlin_kotlin.$_$.m4;
|
|
167
|
+
var UShortArray__set_impl_6d8whp = kotlin_kotlin.$_$.o4;
|
|
168
|
+
var copyOf_5 = kotlin_kotlin.$_$.q6;
|
|
169
|
+
var _UByteArray___get_storage__impl__d4kctt = kotlin_kotlin.$_$.o3;
|
|
170
|
+
var _UByteArray___init__impl__ip4y9n_0 = kotlin_kotlin.$_$.i3;
|
|
171
|
+
var UByteArray__set_impl_jvcicn = kotlin_kotlin.$_$.m3;
|
|
172
|
+
var copyOf_6 = kotlin_kotlin.$_$.o6;
|
|
173
|
+
var Unit = kotlin_kotlin.$_$.yf;
|
|
174
|
+
var trimIndent = kotlin_kotlin.$_$.oe;
|
|
175
|
+
var charSequenceLength = kotlin_kotlin.$_$.ga;
|
|
176
|
+
var lastOrNull = kotlin_kotlin.$_$.s7;
|
|
177
|
+
var get_lastIndex_0 = kotlin_kotlin.$_$.r7;
|
|
178
|
+
var ULong = kotlin_kotlin.$_$.vf;
|
|
179
|
+
var UInt = kotlin_kotlin.$_$.tf;
|
|
180
|
+
var UShort = kotlin_kotlin.$_$.xf;
|
|
181
|
+
var UByte = kotlin_kotlin.$_$.rf;
|
|
182
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.mg;
|
|
183
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.a5;
|
|
184
|
+
var mapOf = kotlin_kotlin.$_$.x7;
|
|
185
185
|
var get_js = kotlin_kotlin.$_$.kb;
|
|
186
186
|
var findAssociatedObject = kotlin_kotlin.$_$.d;
|
|
187
|
-
var get_indices = kotlin_kotlin.$_$.
|
|
187
|
+
var get_indices = kotlin_kotlin.$_$.m7;
|
|
188
188
|
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.d2;
|
|
189
|
-
var get_indices_0 = kotlin_kotlin.$_$.
|
|
190
|
-
var Companion_instance = kotlin_kotlin.$_$.
|
|
191
|
-
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.
|
|
192
|
-
var createFailure = kotlin_kotlin.$_$.
|
|
189
|
+
var get_indices_0 = kotlin_kotlin.$_$.l7;
|
|
190
|
+
var Companion_instance = kotlin_kotlin.$_$.f5;
|
|
191
|
+
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.b3;
|
|
192
|
+
var createFailure = kotlin_kotlin.$_$.eg;
|
|
193
193
|
//endregion
|
|
194
194
|
//region block: pre-declaration
|
|
195
195
|
initMetadataForInterface(SerializationStrategy, 'SerializationStrategy');
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
initMetadataForInterface(StringFormat, 'StringFormat');
|
|
203
203
|
initMetadataForInterface(BinaryFormat, 'BinaryFormat');
|
|
204
204
|
initMetadataForClass(SerializationException, 'SerializationException', SerializationException_init_$Create$, IllegalArgumentException);
|
|
205
|
-
initMetadataForClass(UnknownFieldException, 'UnknownFieldException', VOID, SerializationException);
|
|
206
205
|
initMetadataForClass(MissingFieldException, 'MissingFieldException', VOID, SerializationException);
|
|
206
|
+
initMetadataForClass(UnknownFieldException, 'UnknownFieldException', VOID, SerializationException);
|
|
207
207
|
function get_isNullable() {
|
|
208
208
|
return false;
|
|
209
209
|
}
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
function PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
395
395
|
return function ($this$buildSerialDescriptor) {
|
|
396
|
-
$this$buildSerialDescriptor.x1u('type',
|
|
396
|
+
$this$buildSerialDescriptor.x1u('type', serializer_2(StringCompanionObject_instance).m1u());
|
|
397
397
|
$this$buildSerialDescriptor.x1u('value', buildSerialDescriptor('kotlinx.serialization.Polymorphic<' + this$0.y1u_1.kb() + '>', CONTEXTUAL_getInstance(), []));
|
|
398
398
|
$this$buildSerialDescriptor.r1u_1 = this$0.z1u_1;
|
|
399
399
|
return Unit_instance;
|
|
@@ -460,11 +460,11 @@
|
|
|
460
460
|
}
|
|
461
461
|
function SealedClassSerializer$descriptor$delegate$lambda$lambda$lambda(this$0) {
|
|
462
462
|
return function ($this$buildSerialDescriptor) {
|
|
463
|
+
// Inline function 'kotlin.collections.forEach' call
|
|
463
464
|
// Inline function 'kotlin.collections.iterator' call
|
|
464
465
|
var _iterator__ex2g4s = this$0.j1v_1.x().p();
|
|
465
466
|
while (_iterator__ex2g4s.q()) {
|
|
466
467
|
var element = _iterator__ex2g4s.r();
|
|
467
|
-
// Inline function 'kotlinx.serialization.SealedClassSerializer.descriptor$delegate.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
468
468
|
// Inline function 'kotlin.collections.component1' call
|
|
469
469
|
var name = element.y();
|
|
470
470
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
}
|
|
477
477
|
function SealedClassSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
478
478
|
return function ($this$buildSerialDescriptor) {
|
|
479
|
-
$this$buildSerialDescriptor.x1u('type',
|
|
479
|
+
$this$buildSerialDescriptor.x1u('type', serializer_2(StringCompanionObject_instance).m1u());
|
|
480
480
|
var tmp = 'kotlinx.serialization.Sealed<' + this$0.f1v_1.kb() + '>';
|
|
481
481
|
var tmp_0 = CONTEXTUAL_getInstance();
|
|
482
482
|
var elementDescriptor = buildSerialDescriptor(tmp, tmp_0, [], SealedClassSerializer$descriptor$delegate$lambda$lambda$lambda(this$0));
|
|
@@ -498,7 +498,6 @@
|
|
|
498
498
|
return this.k1v_1.p();
|
|
499
499
|
};
|
|
500
500
|
protoOf(SealedClassSerializer$$inlined$groupingBy$1).m1v = function (element) {
|
|
501
|
-
// Inline function 'kotlinx.serialization.SealedClassSerializer.<anonymous>' call
|
|
502
501
|
return element.z().m1u().n1v();
|
|
503
502
|
};
|
|
504
503
|
protoOf(SealedClassSerializer$$inlined$groupingBy$1).o1v = function (element) {
|
|
@@ -529,7 +528,6 @@
|
|
|
529
528
|
var e = _iterator__ex2g4s.r();
|
|
530
529
|
var key = tmp0.o1v(e);
|
|
531
530
|
var accumulator = destination.k2(key);
|
|
532
|
-
// Inline function 'kotlinx.serialization.SealedClassSerializer.<anonymous>' call
|
|
533
531
|
accumulator == null && !destination.i2(key);
|
|
534
532
|
if (!(accumulator == null)) {
|
|
535
533
|
// Inline function 'kotlin.error' call
|
|
@@ -546,11 +544,9 @@
|
|
|
546
544
|
var _iterator__ex2g4s_0 = destination.x().p();
|
|
547
545
|
while (_iterator__ex2g4s_0.q()) {
|
|
548
546
|
var element = _iterator__ex2g4s_0.r();
|
|
549
|
-
// Inline function 'kotlin.collections.mapValuesTo.<anonymous>' call
|
|
550
547
|
var tmp_2 = element.y();
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
destination_0.n2(tmp_2, tmp$ret$7);
|
|
548
|
+
var tmp$ret$8 = element.z().z();
|
|
549
|
+
destination_0.n2(tmp_2, tmp$ret$8);
|
|
554
550
|
}
|
|
555
551
|
tmp_1.j1v_1 = destination_0;
|
|
556
552
|
}
|
|
@@ -618,19 +614,6 @@
|
|
|
618
614
|
function SerializationException() {
|
|
619
615
|
captureStack(this, SerializationException);
|
|
620
616
|
}
|
|
621
|
-
function UnknownFieldException_init_$Init$(index, $this) {
|
|
622
|
-
UnknownFieldException.call($this, 'An unknown field for index ' + index);
|
|
623
|
-
return $this;
|
|
624
|
-
}
|
|
625
|
-
function UnknownFieldException_init_$Create$(index) {
|
|
626
|
-
var tmp = UnknownFieldException_init_$Init$(index, objectCreate(protoOf(UnknownFieldException)));
|
|
627
|
-
captureStack(tmp, UnknownFieldException_init_$Create$);
|
|
628
|
-
return tmp;
|
|
629
|
-
}
|
|
630
|
-
function UnknownFieldException(message) {
|
|
631
|
-
SerializationException_init_$Init$_0(message, this);
|
|
632
|
-
captureStack(this, UnknownFieldException);
|
|
633
|
-
}
|
|
634
617
|
function MissingFieldException_init_$Init$(missingFields, serialName, $this) {
|
|
635
618
|
MissingFieldException.call($this, missingFields, missingFields.s() === 1 ? "Field '" + missingFields.u(0) + "' is required for type with serial name '" + serialName + "', but it was missing" : 'Fields ' + toString(missingFields) + " are required for type with serial name '" + serialName + "', but they were missing", null);
|
|
636
619
|
return $this;
|
|
@@ -640,11 +623,33 @@
|
|
|
640
623
|
captureStack(tmp, MissingFieldException_init_$Create$);
|
|
641
624
|
return tmp;
|
|
642
625
|
}
|
|
626
|
+
function MissingFieldException_init_$Init$_0(missingField, serialName, $this) {
|
|
627
|
+
MissingFieldException.call($this, listOf(missingField), "Field '" + missingField + "' is required for type with serial name '" + serialName + "', but it was missing", null);
|
|
628
|
+
return $this;
|
|
629
|
+
}
|
|
630
|
+
function MissingFieldException_init_$Create$_0(missingField, serialName) {
|
|
631
|
+
var tmp = MissingFieldException_init_$Init$_0(missingField, serialName, objectCreate(protoOf(MissingFieldException)));
|
|
632
|
+
captureStack(tmp, MissingFieldException_init_$Create$_0);
|
|
633
|
+
return tmp;
|
|
634
|
+
}
|
|
643
635
|
function MissingFieldException(missingFields, message, cause) {
|
|
644
636
|
SerializationException_init_$Init$_1(message, cause, this);
|
|
645
637
|
captureStack(this, MissingFieldException);
|
|
646
638
|
this.t1v_1 = missingFields;
|
|
647
639
|
}
|
|
640
|
+
function UnknownFieldException_init_$Init$(index, $this) {
|
|
641
|
+
UnknownFieldException.call($this, 'An unknown field for index ' + index);
|
|
642
|
+
return $this;
|
|
643
|
+
}
|
|
644
|
+
function UnknownFieldException_init_$Create$(index) {
|
|
645
|
+
var tmp = UnknownFieldException_init_$Init$(index, objectCreate(protoOf(UnknownFieldException)));
|
|
646
|
+
captureStack(tmp, UnknownFieldException_init_$Create$);
|
|
647
|
+
return tmp;
|
|
648
|
+
}
|
|
649
|
+
function UnknownFieldException(message) {
|
|
650
|
+
SerializationException_init_$Init$_0(message, this);
|
|
651
|
+
captureStack(this, UnknownFieldException);
|
|
652
|
+
}
|
|
648
653
|
function serializerOrNull(_this__u8e3s4) {
|
|
649
654
|
var tmp0_elvis_lhs = compiledSerializerImpl(_this__u8e3s4);
|
|
650
655
|
return tmp0_elvis_lhs == null ? builtinSerializerOrNull(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
@@ -658,7 +663,6 @@
|
|
|
658
663
|
var _iterator__ex2g4s = typeArguments.p();
|
|
659
664
|
while (_iterator__ex2g4s.q()) {
|
|
660
665
|
var item = _iterator__ex2g4s.r();
|
|
661
|
-
// Inline function 'kotlinx.serialization.serializersForParameters.<anonymous>' call
|
|
662
666
|
var tmp$ret$0 = serializer(_this__u8e3s4, item);
|
|
663
667
|
destination.k(tmp$ret$0);
|
|
664
668
|
}
|
|
@@ -670,7 +674,6 @@
|
|
|
670
674
|
var _iterator__ex2g4s_0 = typeArguments.p();
|
|
671
675
|
while (_iterator__ex2g4s_0.q()) {
|
|
672
676
|
var item_0 = _iterator__ex2g4s_0.r();
|
|
673
|
-
// Inline function 'kotlinx.serialization.serializersForParameters.<anonymous>' call
|
|
674
677
|
var tmp0_elvis_lhs = serializerOrNull_0(_this__u8e3s4, item_0);
|
|
675
678
|
var tmp_0;
|
|
676
679
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -748,7 +751,6 @@
|
|
|
748
751
|
var _iterator__ex2g4s = this_0.p();
|
|
749
752
|
while (_iterator__ex2g4s.q()) {
|
|
750
753
|
var item = _iterator__ex2g4s.r();
|
|
751
|
-
// Inline function 'kotlinx.serialization.serializerByKTypeImpl.stub_for_inlining' call
|
|
752
754
|
var tmp$ret$0 = typeOrThrow(item);
|
|
753
755
|
destination.k(tmp$ret$0);
|
|
754
756
|
}
|
|
@@ -831,7 +833,10 @@
|
|
|
831
833
|
return get_nullable(_this__u8e3s4);
|
|
832
834
|
return isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
833
835
|
}
|
|
834
|
-
function serializer_0(
|
|
836
|
+
function serializer_0(type) {
|
|
837
|
+
return serializer(EmptySerializersModule_0(), type);
|
|
838
|
+
}
|
|
839
|
+
function serializer_1(_this__u8e3s4) {
|
|
835
840
|
var tmp0_elvis_lhs = serializerOrNull(_this__u8e3s4);
|
|
836
841
|
var tmp;
|
|
837
842
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -976,91 +981,91 @@
|
|
|
976
981
|
}
|
|
977
982
|
return tmp;
|
|
978
983
|
}
|
|
979
|
-
function
|
|
984
|
+
function serializer_2(_this__u8e3s4) {
|
|
980
985
|
return StringSerializer_getInstance();
|
|
981
986
|
}
|
|
982
|
-
function
|
|
987
|
+
function serializer_3(_this__u8e3s4) {
|
|
983
988
|
return CharSerializer_getInstance();
|
|
984
989
|
}
|
|
985
990
|
function CharArraySerializer() {
|
|
986
991
|
return CharArraySerializer_getInstance();
|
|
987
992
|
}
|
|
988
|
-
function
|
|
993
|
+
function serializer_4(_this__u8e3s4) {
|
|
989
994
|
return DoubleSerializer_getInstance();
|
|
990
995
|
}
|
|
991
996
|
function DoubleArraySerializer() {
|
|
992
997
|
return DoubleArraySerializer_getInstance();
|
|
993
998
|
}
|
|
994
|
-
function
|
|
999
|
+
function serializer_5(_this__u8e3s4) {
|
|
995
1000
|
return FloatSerializer_getInstance();
|
|
996
1001
|
}
|
|
997
1002
|
function FloatArraySerializer() {
|
|
998
1003
|
return FloatArraySerializer_getInstance();
|
|
999
1004
|
}
|
|
1000
|
-
function
|
|
1005
|
+
function serializer_6(_this__u8e3s4) {
|
|
1001
1006
|
return LongSerializer_getInstance();
|
|
1002
1007
|
}
|
|
1003
1008
|
function LongArraySerializer() {
|
|
1004
1009
|
return LongArraySerializer_getInstance();
|
|
1005
1010
|
}
|
|
1006
|
-
function
|
|
1011
|
+
function serializer_7(_this__u8e3s4) {
|
|
1007
1012
|
return ULongSerializer_getInstance();
|
|
1008
1013
|
}
|
|
1009
1014
|
function ULongArraySerializer() {
|
|
1010
1015
|
return ULongArraySerializer_getInstance();
|
|
1011
1016
|
}
|
|
1012
|
-
function
|
|
1017
|
+
function serializer_8(_this__u8e3s4) {
|
|
1013
1018
|
return IntSerializer_getInstance();
|
|
1014
1019
|
}
|
|
1015
1020
|
function IntArraySerializer() {
|
|
1016
1021
|
return IntArraySerializer_getInstance();
|
|
1017
1022
|
}
|
|
1018
|
-
function
|
|
1023
|
+
function serializer_9(_this__u8e3s4) {
|
|
1019
1024
|
return UIntSerializer_getInstance();
|
|
1020
1025
|
}
|
|
1021
1026
|
function UIntArraySerializer() {
|
|
1022
1027
|
return UIntArraySerializer_getInstance();
|
|
1023
1028
|
}
|
|
1024
|
-
function
|
|
1029
|
+
function serializer_10(_this__u8e3s4) {
|
|
1025
1030
|
return ShortSerializer_getInstance();
|
|
1026
1031
|
}
|
|
1027
1032
|
function ShortArraySerializer() {
|
|
1028
1033
|
return ShortArraySerializer_getInstance();
|
|
1029
1034
|
}
|
|
1030
|
-
function
|
|
1035
|
+
function serializer_11(_this__u8e3s4) {
|
|
1031
1036
|
return UShortSerializer_getInstance();
|
|
1032
1037
|
}
|
|
1033
1038
|
function UShortArraySerializer() {
|
|
1034
1039
|
return UShortArraySerializer_getInstance();
|
|
1035
1040
|
}
|
|
1036
|
-
function
|
|
1041
|
+
function serializer_12(_this__u8e3s4) {
|
|
1037
1042
|
return ByteSerializer_getInstance();
|
|
1038
1043
|
}
|
|
1039
1044
|
function ByteArraySerializer() {
|
|
1040
1045
|
return ByteArraySerializer_getInstance();
|
|
1041
1046
|
}
|
|
1042
|
-
function
|
|
1047
|
+
function serializer_13(_this__u8e3s4) {
|
|
1043
1048
|
return UByteSerializer_getInstance();
|
|
1044
1049
|
}
|
|
1045
1050
|
function UByteArraySerializer() {
|
|
1046
1051
|
return UByteArraySerializer_getInstance();
|
|
1047
1052
|
}
|
|
1048
|
-
function
|
|
1053
|
+
function serializer_14(_this__u8e3s4) {
|
|
1049
1054
|
return BooleanSerializer_getInstance();
|
|
1050
1055
|
}
|
|
1051
1056
|
function BooleanArraySerializer() {
|
|
1052
1057
|
return BooleanArraySerializer_getInstance();
|
|
1053
1058
|
}
|
|
1054
|
-
function
|
|
1059
|
+
function serializer_15(_this__u8e3s4) {
|
|
1055
1060
|
return UnitSerializer_getInstance();
|
|
1056
1061
|
}
|
|
1057
1062
|
function NothingSerializer() {
|
|
1058
1063
|
return NothingSerializer_getInstance();
|
|
1059
1064
|
}
|
|
1060
|
-
function
|
|
1065
|
+
function serializer_16(_this__u8e3s4) {
|
|
1061
1066
|
return DurationSerializer_getInstance();
|
|
1062
1067
|
}
|
|
1063
|
-
function
|
|
1068
|
+
function serializer_17(_this__u8e3s4) {
|
|
1064
1069
|
return UuidSerializer_getInstance();
|
|
1065
1070
|
}
|
|
1066
1071
|
function MapEntrySerializer(keySerializer, valueSerializer) {
|
|
@@ -1151,7 +1156,6 @@
|
|
|
1151
1156
|
tmp = null;
|
|
1152
1157
|
} else {
|
|
1153
1158
|
// Inline function 'kotlin.let' call
|
|
1154
|
-
// Inline function 'kotlinx.serialization.descriptors.getContextualDescriptor.<anonymous>' call
|
|
1155
1159
|
var tmp0_safe_receiver_0 = _this__u8e3s4.v1v(tmp0_safe_receiver);
|
|
1156
1160
|
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.m1u();
|
|
1157
1161
|
}
|
|
@@ -1197,7 +1201,6 @@
|
|
|
1197
1201
|
this.r1w_1 = $this_elementDescriptors;
|
|
1198
1202
|
}
|
|
1199
1203
|
protoOf(elementDescriptors$$inlined$Iterable$1).p = function () {
|
|
1200
|
-
// Inline function 'kotlinx.serialization.descriptors.<get-elementDescriptors>.<anonymous>' call
|
|
1201
1204
|
return new elementDescriptors$1(this.r1w_1);
|
|
1202
1205
|
};
|
|
1203
1206
|
function elementNames$1($this_elementNames) {
|
|
@@ -1217,7 +1220,6 @@
|
|
|
1217
1220
|
this.u1w_1 = $this_elementNames;
|
|
1218
1221
|
}
|
|
1219
1222
|
protoOf(elementNames$$inlined$Iterable$1).p = function () {
|
|
1220
|
-
// Inline function 'kotlinx.serialization.descriptors.<get-elementNames>.<anonymous>' call
|
|
1221
1223
|
return new elementNames$1(this.u1w_1);
|
|
1222
1224
|
};
|
|
1223
1225
|
function buildSerialDescriptor(serialName, kind, typeParameters, builder) {
|
|
@@ -1231,13 +1233,11 @@
|
|
|
1231
1233
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
1232
1234
|
// Inline function 'kotlin.require' call
|
|
1233
1235
|
if (!!isBlank(serialName)) {
|
|
1234
|
-
// Inline function 'kotlinx.serialization.descriptors.buildSerialDescriptor.<anonymous>' call
|
|
1235
1236
|
var message = 'Blank serial names are prohibited';
|
|
1236
1237
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1237
1238
|
}
|
|
1238
1239
|
// Inline function 'kotlin.require' call
|
|
1239
1240
|
if (!!equals(kind, CLASS_getInstance())) {
|
|
1240
|
-
// Inline function 'kotlinx.serialization.descriptors.buildSerialDescriptor.<anonymous>' call
|
|
1241
1241
|
var message_0 = "For StructureKind.CLASS please use 'buildClassSerialDescriptor' instead";
|
|
1242
1242
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1243
1243
|
}
|
|
@@ -1258,7 +1258,6 @@
|
|
|
1258
1258
|
protoOf(ClassSerialDescriptorBuilder).v1w = function (elementName, descriptor, annotations, isOptional) {
|
|
1259
1259
|
// Inline function 'kotlin.require' call
|
|
1260
1260
|
if (!this.t1u_1.k(elementName)) {
|
|
1261
|
-
// Inline function 'kotlinx.serialization.descriptors.ClassSerialDescriptorBuilder.element.<anonymous>' call
|
|
1262
1261
|
var message = "Element with name '" + elementName + "' is already registered in " + this.p1u_1;
|
|
1263
1262
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1264
1263
|
}
|
|
@@ -1323,8 +1322,7 @@
|
|
|
1323
1322
|
var _iterator__ex2g4s = this_2.p();
|
|
1324
1323
|
while (_iterator__ex2g4s.q()) {
|
|
1325
1324
|
var item = _iterator__ex2g4s.r();
|
|
1326
|
-
|
|
1327
|
-
var tmp$ret$2 = to(item.eg_1, item.dg_1);
|
|
1325
|
+
var tmp$ret$2 = to(item.ig_1, item.hg_1);
|
|
1328
1326
|
destination.k(tmp$ret$2);
|
|
1329
1327
|
}
|
|
1330
1328
|
tmp_1.f1x_1 = toMap(destination);
|
|
@@ -1379,7 +1377,6 @@
|
|
|
1379
1377
|
tmp$ret$0 = false;
|
|
1380
1378
|
break $l$block_5;
|
|
1381
1379
|
}
|
|
1382
|
-
// Inline function 'kotlinx.serialization.descriptors.SerialDescriptorImpl.equals.<anonymous>' call
|
|
1383
1380
|
if (!contentEquals(this.g1x_1, other.g1x_1)) {
|
|
1384
1381
|
tmp$ret$0 = false;
|
|
1385
1382
|
break $l$block_5;
|
|
@@ -1427,7 +1424,6 @@
|
|
|
1427
1424
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
1428
1425
|
// Inline function 'kotlin.require' call
|
|
1429
1426
|
if (!!isBlank(serialName)) {
|
|
1430
|
-
// Inline function 'kotlinx.serialization.descriptors.buildClassSerialDescriptor.<anonymous>' call
|
|
1431
1427
|
var message = 'Blank serial names are prohibited';
|
|
1432
1428
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1433
1429
|
}
|
|
@@ -1439,7 +1435,6 @@
|
|
|
1439
1435
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
1440
1436
|
// Inline function 'kotlin.require' call
|
|
1441
1437
|
if (!!isBlank(serialName)) {
|
|
1442
|
-
// Inline function 'kotlinx.serialization.descriptors.PrimitiveSerialDescriptor.<anonymous>' call
|
|
1443
1438
|
var message = 'Blank serial names are prohibited';
|
|
1444
1439
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1445
1440
|
}
|
|
@@ -1743,7 +1738,6 @@
|
|
|
1743
1738
|
var isNullabilitySupported = deserializer.m1u().z1v();
|
|
1744
1739
|
var tmp;
|
|
1745
1740
|
if (isNullabilitySupported || this.k1x()) {
|
|
1746
|
-
// Inline function 'kotlinx.serialization.encoding.AbstractDecoder.decodeNullableSerializableElement.<anonymous>' call
|
|
1747
1741
|
tmp = this.x1x(deserializer, previousValue);
|
|
1748
1742
|
} else {
|
|
1749
1743
|
tmp = this.l1x();
|
|
@@ -1877,7 +1871,6 @@
|
|
|
1877
1871
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
1878
1872
|
var descriptor = this.m1u();
|
|
1879
1873
|
var composite = encoder.z1x(descriptor);
|
|
1880
|
-
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.serialize.<anonymous>' call
|
|
1881
1874
|
composite.o1z(this.m1u(), 0, actualSerializer.m1u().n1v());
|
|
1882
1875
|
var tmp = this.m1u();
|
|
1883
1876
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -1894,7 +1887,6 @@
|
|
|
1894
1887
|
var composite = decoder.z1x(descriptor);
|
|
1895
1888
|
var tmp$ret$0;
|
|
1896
1889
|
$l$block: {
|
|
1897
|
-
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.deserialize.<anonymous>' call
|
|
1898
1890
|
var klassName = null;
|
|
1899
1891
|
var value = null;
|
|
1900
1892
|
if (composite.p1y()) {
|
|
@@ -1915,7 +1907,6 @@
|
|
|
1915
1907
|
$l$block_0: {
|
|
1916
1908
|
// Inline function 'kotlin.requireNotNull' call
|
|
1917
1909
|
if (tmp0 == null) {
|
|
1918
|
-
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.deserialize.<anonymous>.<anonymous>' call
|
|
1919
1910
|
var message = 'Cannot read polymorphic value before its type token';
|
|
1920
1911
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1921
1912
|
} else {
|
|
@@ -1938,7 +1929,6 @@
|
|
|
1938
1929
|
$l$block_1: {
|
|
1939
1930
|
// Inline function 'kotlin.requireNotNull' call
|
|
1940
1931
|
if (tmp1 == null) {
|
|
1941
|
-
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.deserialize.<anonymous>.<anonymous>' call
|
|
1942
1932
|
var message_0 = 'Polymorphic value has not been read for class ' + klassName;
|
|
1943
1933
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1944
1934
|
} else {
|
|
@@ -2006,10 +1996,10 @@
|
|
|
2006
1996
|
encoder.d1z(Duration__toIsoString_impl_9h6wsm(value));
|
|
2007
1997
|
};
|
|
2008
1998
|
protoOf(DurationSerializer).n1u = function (encoder, value) {
|
|
2009
|
-
return this.c20(encoder, value instanceof Duration ? value.
|
|
1999
|
+
return this.c20(encoder, value instanceof Duration ? value.vk_1 : THROW_CCE());
|
|
2010
2000
|
};
|
|
2011
2001
|
protoOf(DurationSerializer).d20 = function (decoder) {
|
|
2012
|
-
return Companion_getInstance().
|
|
2002
|
+
return Companion_getInstance().uk(decoder.u1x());
|
|
2013
2003
|
};
|
|
2014
2004
|
protoOf(DurationSerializer).o1u = function (decoder) {
|
|
2015
2005
|
return new Duration(this.d20(decoder));
|
|
@@ -2034,7 +2024,7 @@
|
|
|
2034
2024
|
return this.f20(encoder, value instanceof Uuid ? value : THROW_CCE());
|
|
2035
2025
|
};
|
|
2036
2026
|
protoOf(UuidSerializer).o1u = function (decoder) {
|
|
2037
|
-
return Companion_getInstance_0().
|
|
2027
|
+
return Companion_getInstance_0().nl(decoder.u1x());
|
|
2038
2028
|
};
|
|
2039
2029
|
var UuidSerializer_instance;
|
|
2040
2030
|
function UuidSerializer_getInstance() {
|
|
@@ -2100,7 +2090,6 @@
|
|
|
2100
2090
|
protoOf(ListLikeDescriptor).l1w = function (index) {
|
|
2101
2091
|
// Inline function 'kotlin.require' call
|
|
2102
2092
|
if (!(index >= 0)) {
|
|
2103
|
-
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.isElementOptional.<anonymous>' call
|
|
2104
2093
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2105
2094
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2106
2095
|
}
|
|
@@ -2109,7 +2098,6 @@
|
|
|
2109
2098
|
protoOf(ListLikeDescriptor).j1w = function (index) {
|
|
2110
2099
|
// Inline function 'kotlin.require' call
|
|
2111
2100
|
if (!(index >= 0)) {
|
|
2112
|
-
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.getElementAnnotations.<anonymous>' call
|
|
2113
2101
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2114
2102
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2115
2103
|
}
|
|
@@ -2118,7 +2106,6 @@
|
|
|
2118
2106
|
protoOf(ListLikeDescriptor).k1w = function (index) {
|
|
2119
2107
|
// Inline function 'kotlin.require' call
|
|
2120
2108
|
if (!(index >= 0)) {
|
|
2121
|
-
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
2122
2109
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2123
2110
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2124
2111
|
}
|
|
@@ -2170,7 +2157,6 @@
|
|
|
2170
2157
|
protoOf(MapLikeDescriptor).l1w = function (index) {
|
|
2171
2158
|
// Inline function 'kotlin.require' call
|
|
2172
2159
|
if (!(index >= 0)) {
|
|
2173
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.isElementOptional.<anonymous>' call
|
|
2174
2160
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2175
2161
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2176
2162
|
}
|
|
@@ -2179,7 +2165,6 @@
|
|
|
2179
2165
|
protoOf(MapLikeDescriptor).j1w = function (index) {
|
|
2180
2166
|
// Inline function 'kotlin.require' call
|
|
2181
2167
|
if (!(index >= 0)) {
|
|
2182
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.getElementAnnotations.<anonymous>' call
|
|
2183
2168
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2184
2169
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2185
2170
|
}
|
|
@@ -2188,7 +2173,6 @@
|
|
|
2188
2173
|
protoOf(MapLikeDescriptor).k1w = function (index) {
|
|
2189
2174
|
// Inline function 'kotlin.require' call
|
|
2190
2175
|
if (!(index >= 0)) {
|
|
2191
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
2192
2176
|
var message = 'Illegal index ' + index + ', ' + this.n1v() + ' expects only non-negative indices';
|
|
2193
2177
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2194
2178
|
}
|
|
@@ -2533,7 +2517,6 @@
|
|
|
2533
2517
|
protoOf(MapLikeSerializer).t22 = function (decoder, builder, startIndex, size) {
|
|
2534
2518
|
// Inline function 'kotlin.require' call
|
|
2535
2519
|
if (!(size >= 0)) {
|
|
2536
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.readAll.<anonymous>' call
|
|
2537
2520
|
var message = 'Size must be known in advance when using READ_ALL';
|
|
2538
2521
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2539
2522
|
}
|
|
@@ -2558,10 +2541,8 @@
|
|
|
2558
2541
|
if (checkIndex) {
|
|
2559
2542
|
// Inline function 'kotlin.also' call
|
|
2560
2543
|
var this_0 = decoder.q1y(this.m1u());
|
|
2561
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.readElement.<anonymous>' call
|
|
2562
2544
|
// Inline function 'kotlin.require' call
|
|
2563
2545
|
if (!(this_0 === (index + 1 | 0))) {
|
|
2564
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.readElement.<anonymous>.<anonymous>' call
|
|
2565
2546
|
var message = 'Value must follow key in a map, index for key: ' + index + ', returned index for value: ' + this_0;
|
|
2566
2547
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2567
2548
|
}
|
|
@@ -2595,7 +2576,6 @@
|
|
|
2595
2576
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
2596
2577
|
var descriptor = this.m1u();
|
|
2597
2578
|
var composite = encoder.v1z(descriptor, size);
|
|
2598
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.serialize.<anonymous>' call
|
|
2599
2579
|
var iterator = this.m22(value);
|
|
2600
2580
|
var index = 0;
|
|
2601
2581
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -2603,7 +2583,6 @@
|
|
|
2603
2583
|
var _iterator__ex2g4s = iterator;
|
|
2604
2584
|
while (_iterator__ex2g4s.q()) {
|
|
2605
2585
|
var element = _iterator__ex2g4s.r();
|
|
2606
|
-
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.serialize.<anonymous>.<anonymous>' call
|
|
2607
2586
|
// Inline function 'kotlin.collections.component1' call
|
|
2608
2587
|
var k = element.y();
|
|
2609
2588
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -2631,7 +2610,6 @@
|
|
|
2631
2610
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
2632
2611
|
var descriptor = this.m1u();
|
|
2633
2612
|
var composite = encoder.v1z(descriptor, size);
|
|
2634
|
-
// Inline function 'kotlinx.serialization.internal.CollectionLikeSerializer.serialize.<anonymous>' call
|
|
2635
2613
|
var iterator = this.m22(value);
|
|
2636
2614
|
var inductionVariable = 0;
|
|
2637
2615
|
if (inductionVariable < size)
|
|
@@ -2649,7 +2627,6 @@
|
|
|
2649
2627
|
protoOf(CollectionLikeSerializer).p21 = function (decoder, builder, startIndex, size) {
|
|
2650
2628
|
// Inline function 'kotlin.require' call
|
|
2651
2629
|
if (!(size >= 0)) {
|
|
2652
|
-
// Inline function 'kotlinx.serialization.internal.CollectionLikeSerializer.readAll.<anonymous>' call
|
|
2653
2630
|
var message = 'Size must be known in advance when using READ_ALL';
|
|
2654
2631
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2655
2632
|
}
|
|
@@ -2752,7 +2729,6 @@
|
|
|
2752
2729
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
2753
2730
|
var descriptor = this.m23_1;
|
|
2754
2731
|
var composite = encoder.v1z(descriptor, size);
|
|
2755
|
-
// Inline function 'kotlinx.serialization.internal.PrimitiveArraySerializer.serialize.<anonymous>' call
|
|
2756
2732
|
this.x23(composite, value, size);
|
|
2757
2733
|
composite.a1y(descriptor);
|
|
2758
2734
|
};
|
|
@@ -2878,7 +2854,6 @@
|
|
|
2878
2854
|
while (inductionVariable < last) {
|
|
2879
2855
|
var element = indexedObject[inductionVariable];
|
|
2880
2856
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2881
|
-
// Inline function 'kotlinx.serialization.internal.EnumSerializer.createUnmarkedDescriptor.<anonymous>' call
|
|
2882
2857
|
d.w24(element.q2_1);
|
|
2883
2858
|
}
|
|
2884
2859
|
return d;
|
|
@@ -2932,7 +2907,7 @@
|
|
|
2932
2907
|
var tmp = 0;
|
|
2933
2908
|
var tmp_0 = $elementsCount;
|
|
2934
2909
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2935
|
-
var tmp_1 =
|
|
2910
|
+
var tmp_1 = Array(tmp_0);
|
|
2936
2911
|
while (tmp < tmp_0) {
|
|
2937
2912
|
var tmp_2 = tmp;
|
|
2938
2913
|
tmp_1[tmp_2] = buildSerialDescriptor($name + '.' + this$0.h1w(tmp_2), OBJECT_getInstance(), []);
|
|
@@ -2979,10 +2954,8 @@
|
|
|
2979
2954
|
var _iterator__ex2g4s = get_elementNames(this).p();
|
|
2980
2955
|
while (_iterator__ex2g4s.q()) {
|
|
2981
2956
|
var element = _iterator__ex2g4s.r();
|
|
2982
|
-
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy.<anonymous>' call
|
|
2983
2957
|
var hash = accumulator;
|
|
2984
2958
|
var tmp = imul(31, hash);
|
|
2985
|
-
// Inline function 'kotlinx.serialization.internal.EnumDescriptor.hashCode.<anonymous>' call
|
|
2986
2959
|
// Inline function 'kotlin.hashCode' call
|
|
2987
2960
|
var tmp1_elvis_lhs = element == null ? null : hashCode(element);
|
|
2988
2961
|
accumulator = tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
@@ -3030,7 +3003,6 @@
|
|
|
3030
3003
|
tmp$ret$0 = false;
|
|
3031
3004
|
break $l$block_5;
|
|
3032
3005
|
}
|
|
3033
|
-
// Inline function 'kotlinx.serialization.internal.InlineClassDescriptor.equals.<anonymous>' call
|
|
3034
3006
|
if (!(other.b26_1 && contentEquals(this.m25(), other.m25()))) {
|
|
3035
3007
|
tmp$ret$0 = false;
|
|
3036
3008
|
break $l$block_5;
|
|
@@ -3310,7 +3282,6 @@
|
|
|
3310
3282
|
var composite = decoder.z1x(descriptor);
|
|
3311
3283
|
var tmp$ret$0;
|
|
3312
3284
|
$l$block_0: {
|
|
3313
|
-
// Inline function 'kotlinx.serialization.internal.ObjectSerializer.deserialize.<anonymous>' call
|
|
3314
3285
|
if (composite.p1y()) {
|
|
3315
3286
|
tmp$ret$0 = Unit_instance;
|
|
3316
3287
|
break $l$block_0;
|
|
@@ -3372,13 +3343,12 @@
|
|
|
3372
3343
|
}
|
|
3373
3344
|
function typeOrThrow(_this__u8e3s4) {
|
|
3374
3345
|
_init_properties_Platform_common_kt__3qzecs();
|
|
3375
|
-
var tmp0 = _this__u8e3s4.
|
|
3346
|
+
var tmp0 = _this__u8e3s4.zi_1;
|
|
3376
3347
|
var tmp$ret$1;
|
|
3377
3348
|
$l$block: {
|
|
3378
3349
|
// Inline function 'kotlin.requireNotNull' call
|
|
3379
3350
|
if (tmp0 == null) {
|
|
3380
|
-
|
|
3381
|
-
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.vi_1);
|
|
3351
|
+
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.zi_1);
|
|
3382
3352
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
3383
3353
|
} else {
|
|
3384
3354
|
tmp$ret$1 = tmp0;
|
|
@@ -3396,7 +3366,6 @@
|
|
|
3396
3366
|
_init_properties_Platform_common_kt__3qzecs();
|
|
3397
3367
|
// Inline function 'kotlin.takeUnless' call
|
|
3398
3368
|
var tmp;
|
|
3399
|
-
// Inline function 'kotlinx.serialization.internal.compactArray.<anonymous>' call
|
|
3400
3369
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
3401
3370
|
if (!(_this__u8e3s4 == null || _this__u8e3s4.h())) {
|
|
3402
3371
|
tmp = _this__u8e3s4;
|
|
@@ -3461,10 +3430,8 @@
|
|
|
3461
3430
|
var _iterator__ex2g4s = elementDescriptors.p();
|
|
3462
3431
|
while (_iterator__ex2g4s.q()) {
|
|
3463
3432
|
var element = _iterator__ex2g4s.r();
|
|
3464
|
-
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy.<anonymous>' call
|
|
3465
3433
|
var hash = accumulator;
|
|
3466
3434
|
var tmp = imul(31, hash);
|
|
3467
|
-
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
3468
3435
|
// Inline function 'kotlin.hashCode' call
|
|
3469
3436
|
var tmp0_safe_receiver = element.n1v();
|
|
3470
3437
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
@@ -3477,10 +3444,8 @@
|
|
|
3477
3444
|
var _iterator__ex2g4s_0 = elementDescriptors.p();
|
|
3478
3445
|
while (_iterator__ex2g4s_0.q()) {
|
|
3479
3446
|
var element_0 = _iterator__ex2g4s_0.r();
|
|
3480
|
-
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy.<anonymous>' call
|
|
3481
3447
|
var hash_0 = accumulator_0;
|
|
3482
3448
|
var tmp_0 = imul(31, hash_0);
|
|
3483
|
-
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
3484
3449
|
// Inline function 'kotlin.hashCode' call
|
|
3485
3450
|
var tmp0_safe_receiver_0 = element_0.d1w();
|
|
3486
3451
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
@@ -3541,7 +3506,6 @@
|
|
|
3541
3506
|
while (inductionVariable < last) {
|
|
3542
3507
|
var item = tmp1_safe_receiver[inductionVariable];
|
|
3543
3508
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3544
|
-
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.typeParameterDescriptors$delegate.<anonymous>.<anonymous>' call
|
|
3545
3509
|
var tmp$ret$0 = item.m1u();
|
|
3546
3510
|
destination.k(tmp$ret$0);
|
|
3547
3511
|
}
|
|
@@ -3570,7 +3534,7 @@
|
|
|
3570
3534
|
var tmp_0 = 0;
|
|
3571
3535
|
var tmp_1 = this.m24_1;
|
|
3572
3536
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3573
|
-
var tmp_2 =
|
|
3537
|
+
var tmp_2 = Array(tmp_1);
|
|
3574
3538
|
while (tmp_0 < tmp_1) {
|
|
3575
3539
|
tmp_2[tmp_0] = '[UNINITIALIZED]';
|
|
3576
3540
|
tmp_0 = tmp_0 + 1 | 0;
|
|
@@ -3579,7 +3543,7 @@
|
|
|
3579
3543
|
var tmp_3 = this;
|
|
3580
3544
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3581
3545
|
var size = this.m24_1;
|
|
3582
|
-
tmp_3.p24_1 =
|
|
3546
|
+
tmp_3.p24_1 = Array(size);
|
|
3583
3547
|
this.q24_1 = null;
|
|
3584
3548
|
this.r24_1 = booleanArray(this.m24_1);
|
|
3585
3549
|
this.s24_1 = emptyMap();
|
|
@@ -3674,7 +3638,6 @@
|
|
|
3674
3638
|
tmp$ret$0 = false;
|
|
3675
3639
|
break $l$block_5;
|
|
3676
3640
|
}
|
|
3677
|
-
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.equals.<anonymous>' call
|
|
3678
3641
|
if (!contentEquals(this.m25(), other.m25())) {
|
|
3679
3642
|
tmp$ret$0 = false;
|
|
3680
3643
|
break $l$block_5;
|
|
@@ -3747,7 +3710,7 @@
|
|
|
3747
3710
|
}
|
|
3748
3711
|
function CharArraySerializer_0() {
|
|
3749
3712
|
CharArraySerializer_instance = this;
|
|
3750
|
-
PrimitiveArraySerializer.call(this,
|
|
3713
|
+
PrimitiveArraySerializer.call(this, serializer_3(Companion_getInstance_1()));
|
|
3751
3714
|
}
|
|
3752
3715
|
protoOf(CharArraySerializer_0).r26 = function (_this__u8e3s4) {
|
|
3753
3716
|
return _this__u8e3s4.length;
|
|
@@ -3794,7 +3757,7 @@
|
|
|
3794
3757
|
}
|
|
3795
3758
|
function DoubleArraySerializer_0() {
|
|
3796
3759
|
DoubleArraySerializer_instance = this;
|
|
3797
|
-
PrimitiveArraySerializer.call(this,
|
|
3760
|
+
PrimitiveArraySerializer.call(this, serializer_4(DoubleCompanionObject_instance));
|
|
3798
3761
|
}
|
|
3799
3762
|
protoOf(DoubleArraySerializer_0).a27 = function (_this__u8e3s4) {
|
|
3800
3763
|
return _this__u8e3s4.length;
|
|
@@ -3841,7 +3804,7 @@
|
|
|
3841
3804
|
}
|
|
3842
3805
|
function FloatArraySerializer_0() {
|
|
3843
3806
|
FloatArraySerializer_instance = this;
|
|
3844
|
-
PrimitiveArraySerializer.call(this,
|
|
3807
|
+
PrimitiveArraySerializer.call(this, serializer_5(FloatCompanionObject_instance));
|
|
3845
3808
|
}
|
|
3846
3809
|
protoOf(FloatArraySerializer_0).j27 = function (_this__u8e3s4) {
|
|
3847
3810
|
return _this__u8e3s4.length;
|
|
@@ -3888,7 +3851,7 @@
|
|
|
3888
3851
|
}
|
|
3889
3852
|
function LongArraySerializer_0() {
|
|
3890
3853
|
LongArraySerializer_instance = this;
|
|
3891
|
-
PrimitiveArraySerializer.call(this,
|
|
3854
|
+
PrimitiveArraySerializer.call(this, serializer_6(Companion_getInstance_2()));
|
|
3892
3855
|
}
|
|
3893
3856
|
protoOf(LongArraySerializer_0).s27 = function (_this__u8e3s4) {
|
|
3894
3857
|
return _this__u8e3s4.length;
|
|
@@ -3935,7 +3898,7 @@
|
|
|
3935
3898
|
}
|
|
3936
3899
|
function ULongArraySerializer_0() {
|
|
3937
3900
|
ULongArraySerializer_instance = this;
|
|
3938
|
-
PrimitiveArraySerializer.call(this,
|
|
3901
|
+
PrimitiveArraySerializer.call(this, serializer_7(Companion_getInstance_3()));
|
|
3939
3902
|
}
|
|
3940
3903
|
protoOf(ULongArraySerializer_0).b28 = function (_this__u8e3s4) {
|
|
3941
3904
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
@@ -3992,7 +3955,7 @@
|
|
|
3992
3955
|
}
|
|
3993
3956
|
function IntArraySerializer_0() {
|
|
3994
3957
|
IntArraySerializer_instance = this;
|
|
3995
|
-
PrimitiveArraySerializer.call(this,
|
|
3958
|
+
PrimitiveArraySerializer.call(this, serializer_8(IntCompanionObject_instance));
|
|
3996
3959
|
}
|
|
3997
3960
|
protoOf(IntArraySerializer_0).l28 = function (_this__u8e3s4) {
|
|
3998
3961
|
return _this__u8e3s4.length;
|
|
@@ -4039,7 +4002,7 @@
|
|
|
4039
4002
|
}
|
|
4040
4003
|
function UIntArraySerializer_0() {
|
|
4041
4004
|
UIntArraySerializer_instance = this;
|
|
4042
|
-
PrimitiveArraySerializer.call(this,
|
|
4005
|
+
PrimitiveArraySerializer.call(this, serializer_9(Companion_getInstance_4()));
|
|
4043
4006
|
}
|
|
4044
4007
|
protoOf(UIntArraySerializer_0).u28 = function (_this__u8e3s4) {
|
|
4045
4008
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
@@ -4096,7 +4059,7 @@
|
|
|
4096
4059
|
}
|
|
4097
4060
|
function ShortArraySerializer_0() {
|
|
4098
4061
|
ShortArraySerializer_instance = this;
|
|
4099
|
-
PrimitiveArraySerializer.call(this,
|
|
4062
|
+
PrimitiveArraySerializer.call(this, serializer_10(ShortCompanionObject_instance));
|
|
4100
4063
|
}
|
|
4101
4064
|
protoOf(ShortArraySerializer_0).e29 = function (_this__u8e3s4) {
|
|
4102
4065
|
return _this__u8e3s4.length;
|
|
@@ -4143,7 +4106,7 @@
|
|
|
4143
4106
|
}
|
|
4144
4107
|
function UShortArraySerializer_0() {
|
|
4145
4108
|
UShortArraySerializer_instance = this;
|
|
4146
|
-
PrimitiveArraySerializer.call(this,
|
|
4109
|
+
PrimitiveArraySerializer.call(this, serializer_11(Companion_getInstance_5()));
|
|
4147
4110
|
}
|
|
4148
4111
|
protoOf(UShortArraySerializer_0).n29 = function (_this__u8e3s4) {
|
|
4149
4112
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
@@ -4200,7 +4163,7 @@
|
|
|
4200
4163
|
}
|
|
4201
4164
|
function ByteArraySerializer_0() {
|
|
4202
4165
|
ByteArraySerializer_instance = this;
|
|
4203
|
-
PrimitiveArraySerializer.call(this,
|
|
4166
|
+
PrimitiveArraySerializer.call(this, serializer_12(ByteCompanionObject_instance));
|
|
4204
4167
|
}
|
|
4205
4168
|
protoOf(ByteArraySerializer_0).x29 = function (_this__u8e3s4) {
|
|
4206
4169
|
return _this__u8e3s4.length;
|
|
@@ -4247,7 +4210,7 @@
|
|
|
4247
4210
|
}
|
|
4248
4211
|
function UByteArraySerializer_0() {
|
|
4249
4212
|
UByteArraySerializer_instance = this;
|
|
4250
|
-
PrimitiveArraySerializer.call(this,
|
|
4213
|
+
PrimitiveArraySerializer.call(this, serializer_13(Companion_getInstance_6()));
|
|
4251
4214
|
}
|
|
4252
4215
|
protoOf(UByteArraySerializer_0).g2a = function (_this__u8e3s4) {
|
|
4253
4216
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
@@ -4304,7 +4267,7 @@
|
|
|
4304
4267
|
}
|
|
4305
4268
|
function BooleanArraySerializer_0() {
|
|
4306
4269
|
BooleanArraySerializer_instance = this;
|
|
4307
|
-
PrimitiveArraySerializer.call(this,
|
|
4270
|
+
PrimitiveArraySerializer.call(this, serializer_14(BooleanCompanionObject_instance));
|
|
4308
4271
|
}
|
|
4309
4272
|
protoOf(BooleanArraySerializer_0).q2a = function (_this__u8e3s4) {
|
|
4310
4273
|
return _this__u8e3s4.length;
|
|
@@ -5023,7 +4986,6 @@
|
|
|
5023
4986
|
var isNullabilitySupported = $deserializer.m1u().z1v();
|
|
5024
4987
|
var tmp;
|
|
5025
4988
|
if (isNullabilitySupported || tmp0.k1x()) {
|
|
5026
|
-
// Inline function 'kotlinx.serialization.internal.TaggedDecoder.decodeNullableSerializableElement.<anonymous>.<anonymous>' call
|
|
5027
4989
|
tmp = this$0.x1x($deserializer, $previousValue);
|
|
5028
4990
|
} else {
|
|
5029
4991
|
tmp = tmp0.l1x();
|
|
@@ -5088,7 +5050,6 @@
|
|
|
5088
5050
|
};
|
|
5089
5051
|
protoOf(TaggedDecoder).v2c = function (tag, inlineDescriptor) {
|
|
5090
5052
|
// Inline function 'kotlin.apply' call
|
|
5091
|
-
// Inline function 'kotlinx.serialization.internal.TaggedDecoder.decodeTaggedInline.<anonymous>' call
|
|
5092
5053
|
this.w2c(tag);
|
|
5093
5054
|
return this;
|
|
5094
5055
|
};
|
|
@@ -5278,13 +5239,13 @@
|
|
|
5278
5239
|
return this.n2d_1;
|
|
5279
5240
|
};
|
|
5280
5241
|
protoOf(PairSerializer_0).o2d = function (_this__u8e3s4) {
|
|
5281
|
-
return _this__u8e3s4.
|
|
5242
|
+
return _this__u8e3s4.rg_1;
|
|
5282
5243
|
};
|
|
5283
5244
|
protoOf(PairSerializer_0).e2d = function (_this__u8e3s4) {
|
|
5284
5245
|
return this.o2d(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
5285
5246
|
};
|
|
5286
5247
|
protoOf(PairSerializer_0).p2d = function (_this__u8e3s4) {
|
|
5287
|
-
return _this__u8e3s4.
|
|
5248
|
+
return _this__u8e3s4.sg_1;
|
|
5288
5249
|
};
|
|
5289
5250
|
protoOf(PairSerializer_0).g2d = function (_this__u8e3s4) {
|
|
5290
5251
|
return this.p2d(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
@@ -5352,9 +5313,9 @@
|
|
|
5352
5313
|
};
|
|
5353
5314
|
protoOf(TripleSerializer_0).u2d = function (encoder, value) {
|
|
5354
5315
|
var structuredEncoder = encoder.z1x(this.t2d_1);
|
|
5355
|
-
structuredEncoder.q1z(this.t2d_1, 0, this.q2d_1, value.
|
|
5356
|
-
structuredEncoder.q1z(this.t2d_1, 1, this.r2d_1, value.
|
|
5357
|
-
structuredEncoder.q1z(this.t2d_1, 2, this.s2d_1, value.
|
|
5316
|
+
structuredEncoder.q1z(this.t2d_1, 0, this.q2d_1, value.jl_1);
|
|
5317
|
+
structuredEncoder.q1z(this.t2d_1, 1, this.r2d_1, value.kl_1);
|
|
5318
|
+
structuredEncoder.q1z(this.t2d_1, 2, this.s2d_1, value.ll_1);
|
|
5358
5319
|
structuredEncoder.a1y(this.t2d_1);
|
|
5359
5320
|
};
|
|
5360
5321
|
protoOf(TripleSerializer_0).n1u = function (encoder, value) {
|
|
@@ -5386,7 +5347,6 @@
|
|
|
5386
5347
|
var composite = decoder.z1x(descriptor);
|
|
5387
5348
|
var tmp$ret$0;
|
|
5388
5349
|
$l$block: {
|
|
5389
|
-
// Inline function 'kotlinx.serialization.internal.KeyValueSerializer.deserialize.<anonymous>' call
|
|
5390
5350
|
if (composite.p1y()) {
|
|
5391
5351
|
var key = composite.m1y(this.m1u(), 0, this.i2d_1);
|
|
5392
5352
|
var value = composite.m1y(this.m1u(), 1, this.j2d_1);
|
|
@@ -5430,7 +5390,7 @@
|
|
|
5430
5390
|
}
|
|
5431
5391
|
function ULongSerializer() {
|
|
5432
5392
|
ULongSerializer_instance = this;
|
|
5433
|
-
this.v2d_1 = InlinePrimitiveDescriptor('kotlin.ULong',
|
|
5393
|
+
this.v2d_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_6(Companion_getInstance_2()));
|
|
5434
5394
|
}
|
|
5435
5395
|
protoOf(ULongSerializer).m1u = function () {
|
|
5436
5396
|
return this.v2d_1;
|
|
@@ -5460,7 +5420,7 @@
|
|
|
5460
5420
|
}
|
|
5461
5421
|
function UIntSerializer() {
|
|
5462
5422
|
UIntSerializer_instance = this;
|
|
5463
|
-
this.y2d_1 = InlinePrimitiveDescriptor('kotlin.UInt',
|
|
5423
|
+
this.y2d_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_8(IntCompanionObject_instance));
|
|
5464
5424
|
}
|
|
5465
5425
|
protoOf(UIntSerializer).m1u = function () {
|
|
5466
5426
|
return this.y2d_1;
|
|
@@ -5490,7 +5450,7 @@
|
|
|
5490
5450
|
}
|
|
5491
5451
|
function UShortSerializer() {
|
|
5492
5452
|
UShortSerializer_instance = this;
|
|
5493
|
-
this.b2e_1 = InlinePrimitiveDescriptor('kotlin.UShort',
|
|
5453
|
+
this.b2e_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_10(ShortCompanionObject_instance));
|
|
5494
5454
|
}
|
|
5495
5455
|
protoOf(UShortSerializer).m1u = function () {
|
|
5496
5456
|
return this.b2e_1;
|
|
@@ -5520,7 +5480,7 @@
|
|
|
5520
5480
|
}
|
|
5521
5481
|
function UByteSerializer() {
|
|
5522
5482
|
UByteSerializer_instance = this;
|
|
5523
|
-
this.e2e_1 = InlinePrimitiveDescriptor('kotlin.UByte',
|
|
5483
|
+
this.e2e_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_12(ByteCompanionObject_instance));
|
|
5524
5484
|
}
|
|
5525
5485
|
protoOf(UByteSerializer).m1u = function () {
|
|
5526
5486
|
return this.e2e_1;
|
|
@@ -5611,7 +5571,6 @@
|
|
|
5611
5571
|
var _iterator__ex2g4s = this.i2e_1.x().p();
|
|
5612
5572
|
while (_iterator__ex2g4s.q()) {
|
|
5613
5573
|
var element = _iterator__ex2g4s.r();
|
|
5614
|
-
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
5615
5574
|
// Inline function 'kotlin.collections.component1' call
|
|
5616
5575
|
var kclass = element.y();
|
|
5617
5576
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -5633,7 +5592,6 @@
|
|
|
5633
5592
|
var _iterator__ex2g4s_0 = this.j2e_1.x().p();
|
|
5634
5593
|
while (_iterator__ex2g4s_0.q()) {
|
|
5635
5594
|
var element_0 = _iterator__ex2g4s_0.r();
|
|
5636
|
-
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
5637
5595
|
// Inline function 'kotlin.collections.component1' call
|
|
5638
5596
|
var baseClass = element_0.y();
|
|
5639
5597
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -5643,7 +5601,6 @@
|
|
|
5643
5601
|
var _iterator__ex2g4s_1 = classMap.x().p();
|
|
5644
5602
|
while (_iterator__ex2g4s_1.q()) {
|
|
5645
5603
|
var element_1 = _iterator__ex2g4s_1.r();
|
|
5646
|
-
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>.<anonymous>' call
|
|
5647
5604
|
// Inline function 'kotlin.collections.component1' call
|
|
5648
5605
|
var actualClass = element_1.y();
|
|
5649
5606
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -5651,8 +5608,8 @@
|
|
|
5651
5608
|
var tmp_1 = isInterface(baseClass, KClass) ? baseClass : THROW_CCE();
|
|
5652
5609
|
var tmp_2 = isInterface(actualClass, KClass) ? actualClass : THROW_CCE();
|
|
5653
5610
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
5654
|
-
var tmp$ret$
|
|
5655
|
-
collector.t2e(tmp_1, tmp_2, tmp$ret$
|
|
5611
|
+
var tmp$ret$11 = isInterface(serializer, KSerializer) ? serializer : THROW_CCE();
|
|
5612
|
+
collector.t2e(tmp_1, tmp_2, tmp$ret$11);
|
|
5656
5613
|
}
|
|
5657
5614
|
}
|
|
5658
5615
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -5660,7 +5617,6 @@
|
|
|
5660
5617
|
var _iterator__ex2g4s_2 = this.k2e_1.x().p();
|
|
5661
5618
|
while (_iterator__ex2g4s_2.q()) {
|
|
5662
5619
|
var element_2 = _iterator__ex2g4s_2.r();
|
|
5663
|
-
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
5664
5620
|
// Inline function 'kotlin.collections.component1' call
|
|
5665
5621
|
var baseClass_0 = element_2.y();
|
|
5666
5622
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -5673,7 +5629,6 @@
|
|
|
5673
5629
|
var _iterator__ex2g4s_3 = this.m2e_1.x().p();
|
|
5674
5630
|
while (_iterator__ex2g4s_3.q()) {
|
|
5675
5631
|
var element_3 = _iterator__ex2g4s_3.r();
|
|
5676
|
-
// Inline function 'kotlinx.serialization.modules.SerialModuleImpl.dumpTo.<anonymous>' call
|
|
5677
5632
|
// Inline function 'kotlin.collections.component1' call
|
|
5678
5633
|
var baseClass_1 = element_3.y();
|
|
5679
5634
|
// Inline function 'kotlin.collections.component2' call
|
|
@@ -5732,7 +5687,7 @@
|
|
|
5732
5687
|
return get_isInterface(_this__u8e3s4);
|
|
5733
5688
|
}
|
|
5734
5689
|
function initBuiltins() {
|
|
5735
|
-
return mapOf([to(PrimitiveClasses_getInstance().qc(),
|
|
5690
|
+
return mapOf([to(PrimitiveClasses_getInstance().qc(), serializer_2(StringCompanionObject_instance)), to(getKClass(Char), serializer_3(Companion_getInstance_1())), to(PrimitiveClasses_getInstance().tc(), CharArraySerializer()), to(PrimitiveClasses_getInstance().oc(), serializer_4(DoubleCompanionObject_instance)), to(PrimitiveClasses_getInstance().zc(), DoubleArraySerializer()), to(PrimitiveClasses_getInstance().nc(), serializer_5(FloatCompanionObject_instance)), to(PrimitiveClasses_getInstance().yc(), FloatArraySerializer()), to(getKClass(Long), serializer_6(Companion_getInstance_2())), to(PrimitiveClasses_getInstance().xc(), LongArraySerializer()), to(getKClass(ULong), serializer_7(Companion_getInstance_3())), to(getKClass(ULongArray), ULongArraySerializer()), to(PrimitiveClasses_getInstance().mc(), serializer_8(IntCompanionObject_instance)), to(PrimitiveClasses_getInstance().wc(), IntArraySerializer()), to(getKClass(UInt), serializer_9(Companion_getInstance_4())), to(getKClass(UIntArray), UIntArraySerializer()), to(PrimitiveClasses_getInstance().lc(), serializer_10(ShortCompanionObject_instance)), to(PrimitiveClasses_getInstance().vc(), ShortArraySerializer()), to(getKClass(UShort), serializer_11(Companion_getInstance_5())), to(getKClass(UShortArray), UShortArraySerializer()), to(PrimitiveClasses_getInstance().kc(), serializer_12(ByteCompanionObject_instance)), to(PrimitiveClasses_getInstance().uc(), ByteArraySerializer()), to(getKClass(UByte), serializer_13(Companion_getInstance_6())), to(getKClass(UByteArray), UByteArraySerializer()), to(PrimitiveClasses_getInstance().jc(), serializer_14(BooleanCompanionObject_instance)), to(PrimitiveClasses_getInstance().sc(), BooleanArraySerializer()), to(getKClass(Unit), serializer_15(Unit_instance)), to(PrimitiveClasses_getInstance().ic(), NothingSerializer()), to(getKClass(Duration), serializer_16(Companion_getInstance())), to(getKClass(Uuid), serializer_17(Companion_getInstance_0()))]);
|
|
5736
5691
|
}
|
|
5737
5692
|
function get_isInterface(_this__u8e3s4) {
|
|
5738
5693
|
if (_this__u8e3s4 === PrimitiveClasses_getInstance().ic())
|
|
@@ -5818,7 +5773,6 @@
|
|
|
5818
5773
|
// Inline function 'kotlin.runCatching' call
|
|
5819
5774
|
var tmp;
|
|
5820
5775
|
try {
|
|
5821
|
-
// Inline function 'kotlinx.serialization.internal.<no name provided>.get.<anonymous>' call
|
|
5822
5776
|
// Inline function 'kotlin.Companion.success' call
|
|
5823
5777
|
var value = this.y2e_1(key, types);
|
|
5824
5778
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
@@ -5869,79 +5823,82 @@
|
|
|
5869
5823
|
//endregion
|
|
5870
5824
|
//region block: exports
|
|
5871
5825
|
_.$_$ = _.$_$ || {};
|
|
5872
|
-
_.$_$.a =
|
|
5873
|
-
_.$_$.b =
|
|
5874
|
-
_.$_$.c = SerializationException_init_$
|
|
5875
|
-
_.$_$.d =
|
|
5876
|
-
_.$_$.e =
|
|
5877
|
-
_.$_$.f =
|
|
5878
|
-
_.$_$.g =
|
|
5879
|
-
_.$_$.h =
|
|
5880
|
-
_.$_$.i =
|
|
5881
|
-
_.$_$.j =
|
|
5882
|
-
_.$_$.k =
|
|
5883
|
-
_.$_$.l =
|
|
5884
|
-
_.$_$.m =
|
|
5885
|
-
_.$_$.n =
|
|
5886
|
-
_.$_$.o =
|
|
5887
|
-
_.$_$.p =
|
|
5888
|
-
_.$_$.q =
|
|
5889
|
-
_.$_$.r =
|
|
5890
|
-
_.$_$.s =
|
|
5891
|
-
_.$_$.t =
|
|
5892
|
-
_.$_$.u =
|
|
5893
|
-
_.$_$.v =
|
|
5894
|
-
_.$_$.w =
|
|
5895
|
-
_.$_$.x =
|
|
5896
|
-
_.$_$.y =
|
|
5897
|
-
_.$_$.z =
|
|
5898
|
-
_.$_$.a1 =
|
|
5899
|
-
_.$_$.b1 =
|
|
5900
|
-
_.$_$.c1 =
|
|
5901
|
-
_.$_$.d1 =
|
|
5902
|
-
_.$_$.e1 =
|
|
5903
|
-
_.$_$.f1 =
|
|
5904
|
-
_.$_$.g1 =
|
|
5905
|
-
_.$_$.h1 =
|
|
5906
|
-
_.$_$.i1 =
|
|
5907
|
-
_.$_$.j1 =
|
|
5908
|
-
_.$_$.k1 =
|
|
5909
|
-
_.$_$.l1 =
|
|
5910
|
-
_.$_$.m1 =
|
|
5911
|
-
_.$_$.n1 =
|
|
5912
|
-
_.$_$.o1 =
|
|
5913
|
-
_.$_$.p1 =
|
|
5914
|
-
_.$_$.q1 =
|
|
5915
|
-
_.$_$.r1 =
|
|
5916
|
-
_.$_$.s1 =
|
|
5917
|
-
_.$_$.t1 =
|
|
5918
|
-
_.$_$.u1 =
|
|
5919
|
-
_.$_$.v1 =
|
|
5920
|
-
_.$_$.w1 =
|
|
5921
|
-
_.$_$.x1 =
|
|
5922
|
-
_.$_$.y1 =
|
|
5923
|
-
_.$_$.z1 =
|
|
5924
|
-
_.$_$.a2 =
|
|
5925
|
-
_.$_$.b2 =
|
|
5926
|
-
_.$_$.c2 =
|
|
5927
|
-
_.$_$.d2 =
|
|
5928
|
-
_.$_$.e2 =
|
|
5929
|
-
_.$_$.f2 =
|
|
5930
|
-
_.$_$.g2 =
|
|
5931
|
-
_.$_$.h2 =
|
|
5932
|
-
_.$_$.i2 =
|
|
5933
|
-
_.$_$.j2 =
|
|
5934
|
-
_.$_$.k2 =
|
|
5935
|
-
_.$_$.l2 =
|
|
5936
|
-
_.$_$.m2 =
|
|
5937
|
-
_.$_$.n2 =
|
|
5938
|
-
_.$_$.o2 =
|
|
5939
|
-
_.$_$.p2 =
|
|
5940
|
-
_.$_$.q2 =
|
|
5941
|
-
_.$_$.r2 =
|
|
5942
|
-
_.$_$.s2 =
|
|
5943
|
-
_.$_$.t2 =
|
|
5944
|
-
_.$_$.u2 =
|
|
5826
|
+
_.$_$.a = MissingFieldException_init_$Create$_0;
|
|
5827
|
+
_.$_$.b = SealedClassSerializer_init_$Create$;
|
|
5828
|
+
_.$_$.c = SerializationException_init_$Init$_0;
|
|
5829
|
+
_.$_$.d = SerializationException_init_$Create$_0;
|
|
5830
|
+
_.$_$.e = UnknownFieldException_init_$Create$;
|
|
5831
|
+
_.$_$.f = SEALED_getInstance;
|
|
5832
|
+
_.$_$.g = STRING_getInstance;
|
|
5833
|
+
_.$_$.h = CONTEXTUAL_getInstance;
|
|
5834
|
+
_.$_$.i = ENUM_getInstance;
|
|
5835
|
+
_.$_$.j = CLASS_getInstance;
|
|
5836
|
+
_.$_$.k = LIST_getInstance;
|
|
5837
|
+
_.$_$.l = MAP_getInstance;
|
|
5838
|
+
_.$_$.m = OBJECT_getInstance;
|
|
5839
|
+
_.$_$.n = BooleanSerializer_getInstance;
|
|
5840
|
+
_.$_$.o = ByteArraySerializer_getInstance;
|
|
5841
|
+
_.$_$.p = DoubleSerializer_getInstance;
|
|
5842
|
+
_.$_$.q = IntSerializer_getInstance;
|
|
5843
|
+
_.$_$.r = LongSerializer_getInstance;
|
|
5844
|
+
_.$_$.s = ShortSerializer_getInstance;
|
|
5845
|
+
_.$_$.t = StringSerializer_getInstance;
|
|
5846
|
+
_.$_$.u = ListSerializer;
|
|
5847
|
+
_.$_$.v = MapSerializer;
|
|
5848
|
+
_.$_$.w = SetSerializer;
|
|
5849
|
+
_.$_$.x = get_nullable;
|
|
5850
|
+
_.$_$.y = serializer_2;
|
|
5851
|
+
_.$_$.z = serializer_11;
|
|
5852
|
+
_.$_$.a1 = serializer_9;
|
|
5853
|
+
_.$_$.b1 = serializer_13;
|
|
5854
|
+
_.$_$.c1 = serializer_7;
|
|
5855
|
+
_.$_$.d1 = PolymorphicKind;
|
|
5856
|
+
_.$_$.e1 = PrimitiveKind;
|
|
5857
|
+
_.$_$.f1 = PrimitiveSerialDescriptor;
|
|
5858
|
+
_.$_$.g1 = get_annotations;
|
|
5859
|
+
_.$_$.h1 = get_isInline;
|
|
5860
|
+
_.$_$.i1 = get_isNullable;
|
|
5861
|
+
_.$_$.j1 = SerialDescriptor;
|
|
5862
|
+
_.$_$.k1 = ENUM;
|
|
5863
|
+
_.$_$.l1 = buildClassSerialDescriptor;
|
|
5864
|
+
_.$_$.m1 = buildSerialDescriptor;
|
|
5865
|
+
_.$_$.n1 = getContextualDescriptor;
|
|
5866
|
+
_.$_$.o1 = AbstractDecoder;
|
|
5867
|
+
_.$_$.p1 = AbstractEncoder;
|
|
5868
|
+
_.$_$.q1 = CompositeDecoder;
|
|
5869
|
+
_.$_$.r1 = CompositeEncoder;
|
|
5870
|
+
_.$_$.s1 = Decoder;
|
|
5871
|
+
_.$_$.t1 = Encoder;
|
|
5872
|
+
_.$_$.u1 = AbstractPolymorphicSerializer;
|
|
5873
|
+
_.$_$.v1 = ArrayListSerializer;
|
|
5874
|
+
_.$_$.w1 = ElementMarker;
|
|
5875
|
+
_.$_$.x1 = typeParametersSerializers;
|
|
5876
|
+
_.$_$.y1 = GeneratedSerializer;
|
|
5877
|
+
_.$_$.z1 = InlinePrimitiveDescriptor;
|
|
5878
|
+
_.$_$.a2 = LinkedHashMapSerializer;
|
|
5879
|
+
_.$_$.b2 = NamedValueDecoder;
|
|
5880
|
+
_.$_$.c2 = PluginGeneratedSerialDescriptor;
|
|
5881
|
+
_.$_$.d2 = SerializerFactory;
|
|
5882
|
+
_.$_$.e2 = createSimpleEnumSerializer;
|
|
5883
|
+
_.$_$.f2 = jsonCachedSerialNames;
|
|
5884
|
+
_.$_$.g2 = throwMissingFieldException;
|
|
5885
|
+
_.$_$.h2 = EmptySerializersModule_0;
|
|
5886
|
+
_.$_$.i2 = contextual;
|
|
5887
|
+
_.$_$.j2 = SerializersModuleCollector;
|
|
5888
|
+
_.$_$.k2 = BinaryFormat;
|
|
5889
|
+
_.$_$.l2 = DeserializationStrategy;
|
|
5890
|
+
_.$_$.m2 = KSerializer;
|
|
5891
|
+
_.$_$.n2 = MissingFieldException;
|
|
5892
|
+
_.$_$.o2 = SealedClassSerializer;
|
|
5893
|
+
_.$_$.p2 = SerializationException;
|
|
5894
|
+
_.$_$.q2 = SerializationStrategy;
|
|
5895
|
+
_.$_$.r2 = StringFormat;
|
|
5896
|
+
_.$_$.s2 = findPolymorphicSerializer_0;
|
|
5897
|
+
_.$_$.t2 = findPolymorphicSerializer;
|
|
5898
|
+
_.$_$.u2 = serializerOrNull_0;
|
|
5899
|
+
_.$_$.v2 = serializer_0;
|
|
5900
|
+
_.$_$.w2 = serializer_1;
|
|
5901
|
+
_.$_$.x2 = serializer;
|
|
5945
5902
|
//endregion
|
|
5946
5903
|
return _;
|
|
5947
5904
|
}(module.exports, require('./kotlin-kotlin-stdlib.js')));
|