@doordeck/doordeck-headless-sdk 0.85.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/README.md +1 -1
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +76 -207
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +6 -6
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +2 -2
- package/kotlin/doordeck-sdk.js +807 -738
- package/kotlin/kotlin-kotlin-stdlib.js +1066 -1150
- package/kotlin/kotlinx-atomicfu.js +5 -6
- package/kotlin/kotlinx-coroutines-core.js +177 -376
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +9 -10
- package/kotlin/kotlinx-io-kotlinx-io-core.js +41 -135
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +77 -136
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +76 -159
- package/kotlin/ktor-ktor-client-ktor-client-core.js +62 -98
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +21 -27
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +14 -14
- package/kotlin/ktor-ktor-http-ktor-http-cio.js +27 -57
- package/kotlin/ktor-ktor-http.js +71 -134
- package/kotlin/ktor-ktor-io.js +55 -78
- package/kotlin/ktor-ktor-shared-ktor-events.js +4 -6
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +9 -19
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +10 -10
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +12 -18
- package/kotlin/ktor-ktor-utils.js +40 -70
- package/package.json +3 -3
|
@@ -3,41 +3,41 @@
|
|
|
3
3
|
//region block: imports
|
|
4
4
|
var imul = Math.imul;
|
|
5
5
|
var EmptySerializersModule = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h2;
|
|
6
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
7
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
6
|
+
var protoOf = kotlin_kotlin.$_$.tb;
|
|
7
|
+
var initMetadataForObject = kotlin_kotlin.$_$.xa;
|
|
8
8
|
var VOID = kotlin_kotlin.$_$.h;
|
|
9
9
|
var Unit_instance = kotlin_kotlin.$_$.k5;
|
|
10
10
|
var StringFormat = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r2;
|
|
11
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
12
|
-
var toString = kotlin_kotlin.$_$.
|
|
11
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ra;
|
|
12
|
+
var toString = kotlin_kotlin.$_$.xb;
|
|
13
13
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w1;
|
|
14
14
|
var charSequenceLength = kotlin_kotlin.$_$.ga;
|
|
15
15
|
var charSequenceGet = kotlin_kotlin.$_$.fa;
|
|
16
16
|
var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.t2;
|
|
17
17
|
var equals = kotlin_kotlin.$_$.ka;
|
|
18
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
19
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
20
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
21
|
-
var Enum = kotlin_kotlin.$_$.
|
|
18
|
+
var THROW_CCE = kotlin_kotlin.$_$.nf;
|
|
19
|
+
var getStringHashCode = kotlin_kotlin.$_$.pa;
|
|
20
|
+
var toString_0 = kotlin_kotlin.$_$.qg;
|
|
21
|
+
var Enum = kotlin_kotlin.$_$.cf;
|
|
22
22
|
var Decoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s1;
|
|
23
23
|
var CompositeDecoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q1;
|
|
24
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
25
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
24
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.va;
|
|
25
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.sa;
|
|
26
26
|
var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.j1;
|
|
27
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
27
|
+
var hashCode = kotlin_kotlin.$_$.qa;
|
|
28
28
|
var joinToString = kotlin_kotlin.$_$.o7;
|
|
29
29
|
var KtMap = kotlin_kotlin.$_$.u5;
|
|
30
30
|
var getKClassFromExpression = kotlin_kotlin.$_$.e;
|
|
31
31
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d2;
|
|
32
|
-
var getBooleanHashCode = kotlin_kotlin.$_$.
|
|
32
|
+
var getBooleanHashCode = kotlin_kotlin.$_$.ma;
|
|
33
33
|
var KtList = kotlin_kotlin.$_$.r5;
|
|
34
|
-
var toDouble = kotlin_kotlin.$_$.
|
|
34
|
+
var toDouble = kotlin_kotlin.$_$.de;
|
|
35
35
|
var StringCompanionObject_instance = kotlin_kotlin.$_$.z4;
|
|
36
36
|
var serializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y;
|
|
37
37
|
var InlinePrimitiveDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z1;
|
|
38
38
|
var SEALED_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f;
|
|
39
39
|
var buildSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.m1;
|
|
40
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
40
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.mg;
|
|
41
41
|
var KSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.m2;
|
|
42
42
|
var STRING_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g;
|
|
43
43
|
var MapSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
|
|
@@ -45,25 +45,25 @@
|
|
|
45
45
|
var ListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.u;
|
|
46
46
|
var ENUM_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i;
|
|
47
47
|
var PrimitiveSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f1;
|
|
48
|
-
var toLongOrNull = kotlin_kotlin.$_$.
|
|
49
|
-
var toULongOrNull = kotlin_kotlin.$_$.
|
|
50
|
-
var ULong = kotlin_kotlin.$_$.
|
|
48
|
+
var toLongOrNull = kotlin_kotlin.$_$.ge;
|
|
49
|
+
var toULongOrNull = kotlin_kotlin.$_$.le;
|
|
50
|
+
var ULong = kotlin_kotlin.$_$.vf;
|
|
51
51
|
var Companion_getInstance = kotlin_kotlin.$_$.i5;
|
|
52
52
|
var serializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c1;
|
|
53
53
|
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.a4;
|
|
54
|
-
var toDoubleOrNull = kotlin_kotlin.$_$.
|
|
55
|
-
var toBooleanStrictOrNull = kotlin_kotlin.$_$.
|
|
56
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
54
|
+
var toDoubleOrNull = kotlin_kotlin.$_$.ce;
|
|
55
|
+
var toBooleanStrictOrNull = kotlin_kotlin.$_$.ae;
|
|
56
|
+
var isInterface = kotlin_kotlin.$_$.gb;
|
|
57
57
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.a2;
|
|
58
|
-
var lazy = kotlin_kotlin.$_$.
|
|
58
|
+
var lazy = kotlin_kotlin.$_$.lg;
|
|
59
59
|
var get_isNullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i1;
|
|
60
60
|
var get_isInline = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.h1;
|
|
61
61
|
var get_annotations = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g1;
|
|
62
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
63
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
62
|
+
var KProperty1 = kotlin_kotlin.$_$.kc;
|
|
63
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.oa;
|
|
64
64
|
var Encoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t1;
|
|
65
65
|
var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r1;
|
|
66
|
-
var toLong = kotlin_kotlin.$_$.
|
|
66
|
+
var toLong = kotlin_kotlin.$_$.vb;
|
|
67
67
|
var _UInt___init__impl__l7qpdl = kotlin_kotlin.$_$.q3;
|
|
68
68
|
var UInt__toString_impl_dbgl21 = kotlin_kotlin.$_$.s3;
|
|
69
69
|
var _ULong___init__impl__c78o9k = kotlin_kotlin.$_$.z3;
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
var ElementMarker = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
|
|
76
76
|
var captureStack = kotlin_kotlin.$_$.ca;
|
|
77
77
|
var charSequenceSubSequence = kotlin_kotlin.$_$.ha;
|
|
78
|
-
var coerceAtLeast = kotlin_kotlin.$_$.
|
|
79
|
-
var coerceAtMost = kotlin_kotlin.$_$.
|
|
78
|
+
var coerceAtLeast = kotlin_kotlin.$_$.ac;
|
|
79
|
+
var coerceAtMost = kotlin_kotlin.$_$.bc;
|
|
80
80
|
var SerializationException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p2;
|
|
81
81
|
var SerializationException_init_$Init$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c;
|
|
82
82
|
var Collection = kotlin_kotlin.$_$.m5;
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
var singleOrNull = kotlin_kotlin.$_$.j8;
|
|
88
88
|
var emptyMap = kotlin_kotlin.$_$.a7;
|
|
89
89
|
var getValue = kotlin_kotlin.$_$.j7;
|
|
90
|
-
var fillArrayVal = kotlin_kotlin.$_$.ma;
|
|
91
90
|
var copyOf = kotlin_kotlin.$_$.t6;
|
|
92
91
|
var copyOf_0 = kotlin_kotlin.$_$.u6;
|
|
93
92
|
var LIST_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.k;
|
|
@@ -98,14 +97,14 @@
|
|
|
98
97
|
var ENUM = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.k1;
|
|
99
98
|
var contextual = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i2;
|
|
100
99
|
var SerializersModuleCollector = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.j2;
|
|
101
|
-
var DeepRecursiveFunction = kotlin_kotlin.$_$.
|
|
102
|
-
var invoke = kotlin_kotlin.$_$.
|
|
100
|
+
var DeepRecursiveFunction = kotlin_kotlin.$_$.af;
|
|
101
|
+
var invoke = kotlin_kotlin.$_$.gg;
|
|
103
102
|
var CoroutineImpl = kotlin_kotlin.$_$.u9;
|
|
104
|
-
var DeepRecursiveScope = kotlin_kotlin.$_$.
|
|
105
|
-
var Unit = kotlin_kotlin.$_$.
|
|
103
|
+
var DeepRecursiveScope = kotlin_kotlin.$_$.bf;
|
|
104
|
+
var Unit = kotlin_kotlin.$_$.yf;
|
|
106
105
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.e9;
|
|
107
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
108
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
106
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.wa;
|
|
107
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.ta;
|
|
109
108
|
var SealedClassSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.o2;
|
|
110
109
|
var jsonCachedSerialNames = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f2;
|
|
111
110
|
var AbstractDecoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.o1;
|
|
@@ -113,24 +112,24 @@
|
|
|
113
112
|
var DeserializationStrategy = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.l2;
|
|
114
113
|
var getKClass = kotlin_kotlin.$_$.f;
|
|
115
114
|
var findPolymorphicSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s2;
|
|
116
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
117
|
-
var substringBefore = kotlin_kotlin.$_$.
|
|
118
|
-
var removeSuffix = kotlin_kotlin.$_$.
|
|
119
|
-
var substringAfter = kotlin_kotlin.$_$.
|
|
120
|
-
var contains = kotlin_kotlin.$_$.
|
|
121
|
-
var plus = kotlin_kotlin.$_$.
|
|
115
|
+
var ensureNotNull = kotlin_kotlin.$_$.fg;
|
|
116
|
+
var substringBefore = kotlin_kotlin.$_$.wd;
|
|
117
|
+
var removeSuffix = kotlin_kotlin.$_$.kd;
|
|
118
|
+
var substringAfter = kotlin_kotlin.$_$.vd;
|
|
119
|
+
var contains = kotlin_kotlin.$_$.oc;
|
|
120
|
+
var plus = kotlin_kotlin.$_$.ng;
|
|
122
121
|
var MissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n2;
|
|
123
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
124
|
-
var isFinite = kotlin_kotlin.$_$.
|
|
125
|
-
var isFinite_0 = kotlin_kotlin.$_$.
|
|
126
|
-
var toUInt = kotlin_kotlin.$_$.
|
|
122
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.ff;
|
|
123
|
+
var isFinite = kotlin_kotlin.$_$.ig;
|
|
124
|
+
var isFinite_0 = kotlin_kotlin.$_$.hg;
|
|
125
|
+
var toUInt = kotlin_kotlin.$_$.ke;
|
|
127
126
|
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.r3;
|
|
128
|
-
var toULong = kotlin_kotlin.$_$.
|
|
129
|
-
var toUByte = kotlin_kotlin.$_$.
|
|
127
|
+
var toULong = kotlin_kotlin.$_$.me;
|
|
128
|
+
var toUByte = kotlin_kotlin.$_$.je;
|
|
130
129
|
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.g3;
|
|
131
|
-
var toUShort = kotlin_kotlin.$_$.
|
|
130
|
+
var toUShort = kotlin_kotlin.$_$.ne;
|
|
132
131
|
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.j4;
|
|
133
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
132
|
+
var objectCreate = kotlin_kotlin.$_$.sb;
|
|
134
133
|
var AbstractEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p1;
|
|
135
134
|
var OBJECT_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.m;
|
|
136
135
|
var findPolymorphicSerializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t2;
|
|
@@ -144,31 +143,31 @@
|
|
|
144
143
|
var serializer_3 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z;
|
|
145
144
|
var setOf = kotlin_kotlin.$_$.i8;
|
|
146
145
|
var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.z2;
|
|
147
|
-
var numberToChar = kotlin_kotlin.$_$.
|
|
148
|
-
var equals_0 = kotlin_kotlin.$_$.
|
|
149
|
-
var toByte = kotlin_kotlin.$_$.
|
|
150
|
-
var startsWith = kotlin_kotlin.$_$.
|
|
146
|
+
var numberToChar = kotlin_kotlin.$_$.ob;
|
|
147
|
+
var equals_0 = kotlin_kotlin.$_$.wc;
|
|
148
|
+
var toByte = kotlin_kotlin.$_$.ub;
|
|
149
|
+
var startsWith = kotlin_kotlin.$_$.rd;
|
|
151
150
|
var NamedValueDecoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b2;
|
|
152
|
-
var numberRangeToNumber = kotlin_kotlin.$_$.
|
|
153
|
-
var ClosedRange = kotlin_kotlin.$_$.
|
|
154
|
-
var contains_0 = kotlin_kotlin.$_$.
|
|
155
|
-
var single = kotlin_kotlin.$_$.
|
|
156
|
-
var Char = kotlin_kotlin.$_$.
|
|
151
|
+
var numberRangeToNumber = kotlin_kotlin.$_$.nb;
|
|
152
|
+
var ClosedRange = kotlin_kotlin.$_$.zb;
|
|
153
|
+
var contains_0 = kotlin_kotlin.$_$.dc;
|
|
154
|
+
var single = kotlin_kotlin.$_$.od;
|
|
155
|
+
var Char = kotlin_kotlin.$_$.xe;
|
|
157
156
|
var emptySet = kotlin_kotlin.$_$.b7;
|
|
158
157
|
var plus_0 = kotlin_kotlin.$_$.z7;
|
|
159
|
-
var toInt = kotlin_kotlin.$_$.
|
|
158
|
+
var toInt = kotlin_kotlin.$_$.fe;
|
|
160
159
|
var toList = kotlin_kotlin.$_$.s8;
|
|
161
160
|
var enumEntries = kotlin_kotlin.$_$.w9;
|
|
162
161
|
var getContextualDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n1;
|
|
163
162
|
var last = kotlin_kotlin.$_$.t7;
|
|
164
163
|
var removeLast = kotlin_kotlin.$_$.f8;
|
|
165
|
-
var lastIndexOf = kotlin_kotlin.$_$.
|
|
166
|
-
var Long = kotlin_kotlin.$_$.
|
|
164
|
+
var lastIndexOf = kotlin_kotlin.$_$.fd;
|
|
165
|
+
var Long = kotlin_kotlin.$_$.hf;
|
|
167
166
|
var Char__minus_impl_a2frrh = kotlin_kotlin.$_$.v2;
|
|
168
|
-
var numberToLong = kotlin_kotlin.$_$.
|
|
167
|
+
var numberToLong = kotlin_kotlin.$_$.rb;
|
|
169
168
|
var charArray = kotlin_kotlin.$_$.ea;
|
|
170
|
-
var indexOf = kotlin_kotlin.$_$.
|
|
171
|
-
var indexOf_0 = kotlin_kotlin.$_$.
|
|
169
|
+
var indexOf = kotlin_kotlin.$_$.zc;
|
|
170
|
+
var indexOf_0 = kotlin_kotlin.$_$.ad;
|
|
172
171
|
var StringBuilder_init_$Create$_0 = kotlin_kotlin.$_$.i1;
|
|
173
172
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.r;
|
|
174
173
|
//endregion
|
|
@@ -304,13 +303,11 @@
|
|
|
304
303
|
if (this.s4w_1) {
|
|
305
304
|
// Inline function 'kotlin.require' call
|
|
306
305
|
if (!(this.j4w_1 === 'type')) {
|
|
307
|
-
// Inline function 'kotlinx.serialization.json.JsonBuilder.build.<anonymous>' call
|
|
308
306
|
var message = 'Class discriminator should not be specified when array polymorphism is specified';
|
|
309
307
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
310
308
|
}
|
|
311
309
|
// Inline function 'kotlin.require' call
|
|
312
310
|
if (!this.k4w_1.equals(ClassDiscriminatorMode_POLYMORPHIC_getInstance())) {
|
|
313
|
-
// Inline function 'kotlinx.serialization.json.JsonBuilder.build.<anonymous>' call
|
|
314
311
|
var message_0 = 'useArrayPolymorphism option can only be used if classDiscriminatorMode in a default POLYMORPHIC state.';
|
|
315
312
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
316
313
|
}
|
|
@@ -318,31 +315,28 @@
|
|
|
318
315
|
if (!this.g4w_1) {
|
|
319
316
|
// Inline function 'kotlin.require' call
|
|
320
317
|
if (!(this.h4w_1 === ' ')) {
|
|
321
|
-
// Inline function 'kotlinx.serialization.json.JsonBuilder.build.<anonymous>' call
|
|
322
318
|
var message_1 = 'Indent should not be specified when default printing mode is used';
|
|
323
319
|
throw IllegalArgumentException_init_$Create$(toString(message_1));
|
|
324
320
|
}
|
|
325
321
|
} else if (!(this.h4w_1 === ' ')) {
|
|
326
322
|
var tmp3 = this.h4w_1;
|
|
327
|
-
var tmp$ret$
|
|
323
|
+
var tmp$ret$7;
|
|
328
324
|
$l$block: {
|
|
329
325
|
// Inline function 'kotlin.text.all' call
|
|
330
326
|
var inductionVariable = 0;
|
|
331
327
|
while (inductionVariable < charSequenceLength(tmp3)) {
|
|
332
328
|
var element = charSequenceGet(tmp3, inductionVariable);
|
|
333
329
|
inductionVariable = inductionVariable + 1 | 0;
|
|
334
|
-
// Inline function 'kotlinx.serialization.json.JsonBuilder.build.<anonymous>' call
|
|
335
330
|
if (!(element === _Char___init__impl__6a9atx(32) || element === _Char___init__impl__6a9atx(9) || element === _Char___init__impl__6a9atx(13) || element === _Char___init__impl__6a9atx(10))) {
|
|
336
|
-
tmp$ret$
|
|
331
|
+
tmp$ret$7 = false;
|
|
337
332
|
break $l$block;
|
|
338
333
|
}
|
|
339
334
|
}
|
|
340
|
-
tmp$ret$
|
|
335
|
+
tmp$ret$7 = true;
|
|
341
336
|
}
|
|
342
|
-
var allWhitespaces = tmp$ret$
|
|
337
|
+
var allWhitespaces = tmp$ret$7;
|
|
343
338
|
// Inline function 'kotlin.require' call
|
|
344
339
|
if (!allWhitespaces) {
|
|
345
|
-
// Inline function 'kotlinx.serialization.json.JsonBuilder.build.<anonymous>' call
|
|
346
340
|
var message_2 = 'Only whitespace, tab, newline and carriage return are allowed as pretty print symbols. Had ' + this.h4w_1;
|
|
347
341
|
throw IllegalArgumentException_init_$Create$(toString(message_2));
|
|
348
342
|
}
|
|
@@ -494,7 +488,6 @@
|
|
|
494
488
|
// Inline function 'kotlin.text.buildString' call
|
|
495
489
|
// Inline function 'kotlin.apply' call
|
|
496
490
|
var this_0 = StringBuilder_init_$Create$();
|
|
497
|
-
// Inline function 'kotlinx.serialization.json.JsonObject.toString.<anonymous>.<anonymous>' call
|
|
498
491
|
printQuoted(this_0, k);
|
|
499
492
|
this_0.s8(_Char___init__impl__6a9atx(58));
|
|
500
493
|
this_0.q8(v);
|
|
@@ -607,7 +600,6 @@
|
|
|
607
600
|
// Inline function 'kotlin.require' call
|
|
608
601
|
// Inline function 'kotlin.require' call
|
|
609
602
|
if (!this.v4x_1.e1w()) {
|
|
610
|
-
// Inline function 'kotlin.require.<anonymous>' call
|
|
611
603
|
var message = 'Failed requirement.';
|
|
612
604
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
613
605
|
}
|
|
@@ -622,7 +614,6 @@
|
|
|
622
614
|
// Inline function 'kotlin.text.buildString' call
|
|
623
615
|
// Inline function 'kotlin.apply' call
|
|
624
616
|
var this_0 = StringBuilder_init_$Create$();
|
|
625
|
-
// Inline function 'kotlinx.serialization.json.JsonLiteral.toString.<anonymous>' call
|
|
626
617
|
printQuoted(this_0, this.w4x_1);
|
|
627
618
|
tmp = this_0.toString();
|
|
628
619
|
} else {
|
|
@@ -1287,7 +1278,6 @@
|
|
|
1287
1278
|
do {
|
|
1288
1279
|
var index = inductionVariable;
|
|
1289
1280
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1290
|
-
// Inline function 'kotlinx.serialization.json.internal.ComposerWithPrettyPrint.nextItem.<anonymous>' call
|
|
1291
1281
|
this.d4z(this.x4z_1.k4v_1.b4x_1);
|
|
1292
1282
|
}
|
|
1293
1283
|
while (inductionVariable < times);
|
|
@@ -1415,7 +1405,6 @@
|
|
|
1415
1405
|
var _iterator__ex2g4s = tmp0.p();
|
|
1416
1406
|
while (_iterator__ex2g4s.q()) {
|
|
1417
1407
|
var element = _iterator__ex2g4s.r();
|
|
1418
|
-
// Inline function 'kotlinx.serialization.json.internal.ignoreUnknownKeys.<anonymous>' call
|
|
1419
1408
|
if (element instanceof JsonIgnoreUnknownKeys) {
|
|
1420
1409
|
tmp$ret$0 = true;
|
|
1421
1410
|
break $l$block_0;
|
|
@@ -1517,7 +1506,6 @@
|
|
|
1517
1506
|
while (inductionVariable_0 < last_0) {
|
|
1518
1507
|
var element_0 = tmp1_safe_receiver[inductionVariable_0];
|
|
1519
1508
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
1520
|
-
// Inline function 'kotlinx.serialization.json.internal.buildDeserializationNamesMap.<anonymous>' call
|
|
1521
1509
|
var tmp;
|
|
1522
1510
|
if (useLowercaseEnums) {
|
|
1523
1511
|
// Inline function 'kotlin.text.lowercase' call
|
|
@@ -1544,7 +1532,6 @@
|
|
|
1544
1532
|
null;
|
|
1545
1533
|
else {
|
|
1546
1534
|
// Inline function 'kotlin.let' call
|
|
1547
|
-
// Inline function 'kotlinx.serialization.json.internal.buildDeserializationNamesMap.<anonymous>' call
|
|
1548
1535
|
buildDeserializationNamesMap$putOrThrow(builder, _this__u8e3s4, nameToPut, i);
|
|
1549
1536
|
}
|
|
1550
1537
|
}
|
|
@@ -1552,7 +1539,6 @@
|
|
|
1552
1539
|
// Inline function 'kotlin.collections.ifEmpty' call
|
|
1553
1540
|
var tmp_1;
|
|
1554
1541
|
if (builder.h()) {
|
|
1555
|
-
// Inline function 'kotlinx.serialization.json.internal.buildDeserializationNamesMap.<anonymous>' call
|
|
1556
1542
|
tmp_1 = emptyMap();
|
|
1557
1543
|
} else {
|
|
1558
1544
|
tmp_1 = builder;
|
|
@@ -1579,7 +1565,7 @@
|
|
|
1579
1565
|
var tmp = 0;
|
|
1580
1566
|
var tmp_0 = $this_serializationNamesIndices.f1w();
|
|
1581
1567
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
1582
|
-
var tmp_1 =
|
|
1568
|
+
var tmp_1 = Array(tmp_0);
|
|
1583
1569
|
while (tmp < tmp_0) {
|
|
1584
1570
|
var tmp_2 = tmp;
|
|
1585
1571
|
var baseName = $this_serializationNamesIndices.h1w(tmp_2);
|
|
@@ -1611,7 +1597,7 @@
|
|
|
1611
1597
|
function JsonPath() {
|
|
1612
1598
|
var tmp = this;
|
|
1613
1599
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
1614
|
-
tmp.j50_1 =
|
|
1600
|
+
tmp.j50_1 = Array(8);
|
|
1615
1601
|
var tmp_0 = this;
|
|
1616
1602
|
var tmp_1 = 0;
|
|
1617
1603
|
var tmp_2 = new Int32Array(8);
|
|
@@ -1666,7 +1652,6 @@
|
|
|
1666
1652
|
// Inline function 'kotlin.text.buildString' call
|
|
1667
1653
|
// Inline function 'kotlin.apply' call
|
|
1668
1654
|
var this_0 = StringBuilder_init_$Create$();
|
|
1669
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonPath.getPath.<anonymous>' call
|
|
1670
1655
|
this_0.r8('$');
|
|
1671
1656
|
// Inline function 'kotlin.repeat' call
|
|
1672
1657
|
var times = this.l50_1 + 1 | 0;
|
|
@@ -1675,7 +1660,6 @@
|
|
|
1675
1660
|
do {
|
|
1676
1661
|
var index = inductionVariable;
|
|
1677
1662
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1678
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonPath.getPath.<anonymous>.<anonymous>' call
|
|
1679
1663
|
var element = this.j50_1[index];
|
|
1680
1664
|
if (!(element == null) ? isInterface(element, SerialDescriptor) : false) {
|
|
1681
1665
|
if (equals(element.d1w(), LIST_getInstance())) {
|
|
@@ -1774,7 +1758,7 @@
|
|
|
1774
1758
|
var tmp = WriteMode_OBJ_getInstance();
|
|
1775
1759
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
1776
1760
|
var size = get_entries().s();
|
|
1777
|
-
var tmp$ret$0 =
|
|
1761
|
+
var tmp$ret$0 = Array(size);
|
|
1778
1762
|
var encoder = StreamingJsonEncoder_init_$Create$(writer, json, tmp, tmp$ret$0);
|
|
1779
1763
|
encoder.r1z(serializer, value);
|
|
1780
1764
|
}
|
|
@@ -1789,7 +1773,6 @@
|
|
|
1789
1773
|
$l$loop: while ($this.e51_1.k51()) {
|
|
1790
1774
|
var key = $this.f51_1 ? $this.e51_1.m51() : $this.e51_1.l51();
|
|
1791
1775
|
$this.e51_1.i51(5);
|
|
1792
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeReader.readObject.<anonymous>' call
|
|
1793
1776
|
var element = $this.n51();
|
|
1794
1777
|
// Inline function 'kotlin.collections.set' call
|
|
1795
1778
|
result.n2(key, element);
|
|
@@ -1812,7 +1795,7 @@
|
|
|
1812
1795
|
}
|
|
1813
1796
|
return new JsonObject(result);
|
|
1814
1797
|
}
|
|
1815
|
-
function readObject_0(
|
|
1798
|
+
function readObject_0($this, _this__u8e3s4, $completion) {
|
|
1816
1799
|
var tmp = new $readObjectCOROUTINE$0($this, _this__u8e3s4, $completion);
|
|
1817
1800
|
tmp.i9_1 = Unit_instance;
|
|
1818
1801
|
tmp.j9_1 = null;
|
|
@@ -1835,7 +1818,6 @@
|
|
|
1835
1818
|
var condition = lastToken === 9;
|
|
1836
1819
|
var position = tmp0.x4v_1;
|
|
1837
1820
|
if (!condition) {
|
|
1838
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeReader.readArray.<anonymous>' call
|
|
1839
1821
|
var tmp$ret$1 = 'Expected end of the array or comma';
|
|
1840
1822
|
tmp0.e50(tmp$ret$1, position);
|
|
1841
1823
|
}
|
|
@@ -1901,7 +1883,7 @@
|
|
|
1901
1883
|
} else {
|
|
1902
1884
|
if (this.p52_1 === 6) {
|
|
1903
1885
|
this.g9_1 = 1;
|
|
1904
|
-
suspendResult = readObject_0(this.
|
|
1886
|
+
suspendResult = readObject_0(this.m52_1, this.n52_1, this);
|
|
1905
1887
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1906
1888
|
return suspendResult;
|
|
1907
1889
|
}
|
|
@@ -1988,7 +1970,7 @@
|
|
|
1988
1970
|
this.d52_1 = this.a52_1.f51_1 ? this.a52_1.e51_1.m51() : this.a52_1.e51_1.l51();
|
|
1989
1971
|
this.a52_1.e51_1.i51(5);
|
|
1990
1972
|
this.g9_1 = 2;
|
|
1991
|
-
suspendResult = this.y51_1.
|
|
1973
|
+
suspendResult = this.y51_1.xk(Unit_instance, this);
|
|
1992
1974
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1993
1975
|
return suspendResult;
|
|
1994
1976
|
}
|
|
@@ -2124,7 +2106,6 @@
|
|
|
2124
2106
|
var value_0 = this_0.k2(descriptor);
|
|
2125
2107
|
var tmp;
|
|
2126
2108
|
if (value_0 == null) {
|
|
2127
|
-
// Inline function 'kotlinx.serialization.json.internal.DescriptorSchemaCache.set.<anonymous>' call
|
|
2128
2109
|
var answer = createMapForCache(2);
|
|
2129
2110
|
this_0.n2(descriptor, answer);
|
|
2130
2111
|
tmp = answer;
|
|
@@ -2163,7 +2144,7 @@
|
|
|
2163
2144
|
function DiscriminatorHolder(discriminatorToSkip) {
|
|
2164
2145
|
this.v52_1 = discriminatorToSkip;
|
|
2165
2146
|
}
|
|
2166
|
-
function trySkip(
|
|
2147
|
+
function trySkip($this, _this__u8e3s4, unknownKey) {
|
|
2167
2148
|
if (_this__u8e3s4 == null)
|
|
2168
2149
|
return false;
|
|
2169
2150
|
if (_this__u8e3s4.v52_1 === unknownKey) {
|
|
@@ -2200,7 +2181,6 @@
|
|
|
2200
2181
|
var condition = !hasComma;
|
|
2201
2182
|
var position = tmp0.x4v_1;
|
|
2202
2183
|
if (!condition) {
|
|
2203
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeMapIndex.<anonymous>' call
|
|
2204
2184
|
var tmp$ret$0 = 'Unexpected leading comma';
|
|
2205
2185
|
tmp0.e50(tmp$ret$0, position);
|
|
2206
2186
|
}
|
|
@@ -2210,9 +2190,8 @@
|
|
|
2210
2190
|
var condition_0 = hasComma;
|
|
2211
2191
|
var position_0 = tmp3.x4v_1;
|
|
2212
2192
|
if (!condition_0) {
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
tmp3.e50(tmp$ret$1, position_0);
|
|
2193
|
+
var tmp$ret$2 = 'Expected comma after the key-value pair';
|
|
2194
|
+
tmp3.e50(tmp$ret$2, position_0);
|
|
2216
2195
|
}
|
|
2217
2196
|
}
|
|
2218
2197
|
}
|
|
@@ -2235,7 +2214,6 @@
|
|
|
2235
2214
|
var elementDescriptor = descriptor.k1w(index);
|
|
2236
2215
|
var tmp;
|
|
2237
2216
|
if (isOptional && !elementDescriptor.z1v()) {
|
|
2238
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.coerceInputValue.<anonymous>' call
|
|
2239
2217
|
tmp = $this.r4v_1.y52(true);
|
|
2240
2218
|
} else {
|
|
2241
2219
|
tmp = false;
|
|
@@ -2247,7 +2225,6 @@
|
|
|
2247
2225
|
if (equals(elementDescriptor.d1w(), ENUM_getInstance())) {
|
|
2248
2226
|
var tmp_0;
|
|
2249
2227
|
if (elementDescriptor.z1v()) {
|
|
2250
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.coerceInputValue.<anonymous>' call
|
|
2251
2228
|
tmp_0 = $this.r4v_1.y52(false);
|
|
2252
2229
|
} else {
|
|
2253
2230
|
tmp_0 = false;
|
|
@@ -2256,7 +2233,6 @@
|
|
|
2256
2233
|
tmp$ret$1 = false;
|
|
2257
2234
|
break $l$block_2;
|
|
2258
2235
|
}
|
|
2259
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.coerceInputValue.<anonymous>' call
|
|
2260
2236
|
var tmp0_elvis_lhs = $this.r4v_1.z52($this.v4v_1.x4w_1);
|
|
2261
2237
|
var tmp_1;
|
|
2262
2238
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -2269,7 +2245,6 @@
|
|
|
2269
2245
|
var enumIndex = getJsonNameIndex(elementDescriptor, tmp0, enumValue);
|
|
2270
2246
|
var coerceToNull = !tmp0.k4v_1.a4x_1 && elementDescriptor.z1v();
|
|
2271
2247
|
if (enumIndex === -3 && (isOptional || coerceToNull)) {
|
|
2272
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.coerceInputValue.<anonymous>' call
|
|
2273
2248
|
$this.r4v_1.l51();
|
|
2274
2249
|
tmp$ret$1 = true;
|
|
2275
2250
|
break $l$block_2;
|
|
@@ -2318,7 +2293,7 @@
|
|
|
2318
2293
|
return tmp2_elvis_lhs == null ? -1 : tmp2_elvis_lhs;
|
|
2319
2294
|
}
|
|
2320
2295
|
function handleUnknown($this, descriptor, key) {
|
|
2321
|
-
if (ignoreUnknownKeys(descriptor, $this.p4v_1) || trySkip($this
|
|
2296
|
+
if (ignoreUnknownKeys(descriptor, $this.p4v_1) || trySkip($this, $this.u4v_1, key)) {
|
|
2322
2297
|
$this.r4v_1.b53($this.v4v_1.x4w_1);
|
|
2323
2298
|
} else {
|
|
2324
2299
|
$this.r4v_1.y4v_1.q50();
|
|
@@ -2408,7 +2383,6 @@
|
|
|
2408
2383
|
if (!(tmp0 instanceof JsonObject)) {
|
|
2409
2384
|
var tmp_2 = getKClass(JsonObject).kb();
|
|
2410
2385
|
var tmp_3 = getKClassFromExpression(tmp0).kb();
|
|
2411
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue.<anonymous>' call
|
|
2412
2386
|
var tmp$ret$1 = this.r4v_1.y4v_1.r50();
|
|
2413
2387
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_2 + ', but had ' + tmp_3 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$1, toString(tmp0));
|
|
2414
2388
|
}
|
|
@@ -2579,7 +2553,6 @@
|
|
|
2579
2553
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2580
2554
|
var input = tmp0.m51();
|
|
2581
2555
|
try {
|
|
2582
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeFloat.<anonymous>' call
|
|
2583
2556
|
// Inline function 'kotlin.text.toFloat' call
|
|
2584
2557
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2585
2558
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -2607,7 +2580,6 @@
|
|
|
2607
2580
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2608
2581
|
var input = tmp0.m51();
|
|
2609
2582
|
try {
|
|
2610
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeDouble.<anonymous>' call
|
|
2611
2583
|
tmp$ret$1 = toDouble(input);
|
|
2612
2584
|
break $l$block;
|
|
2613
2585
|
} catch ($p) {
|
|
@@ -2666,7 +2638,6 @@
|
|
|
2666
2638
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2667
2639
|
var input = tmp0.m51();
|
|
2668
2640
|
try {
|
|
2669
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonDecoderForUnsignedTypes.decodeInt.<anonymous>' call
|
|
2670
2641
|
// Inline function 'kotlin.UInt.toInt' call
|
|
2671
2642
|
var this_0 = toUInt(input);
|
|
2672
2643
|
tmp$ret$2 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
@@ -2689,7 +2660,6 @@
|
|
|
2689
2660
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2690
2661
|
var input = tmp0.m51();
|
|
2691
2662
|
try {
|
|
2692
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonDecoderForUnsignedTypes.decodeLong.<anonymous>' call
|
|
2693
2663
|
// Inline function 'kotlin.ULong.toLong' call
|
|
2694
2664
|
var this_0 = toULong(input);
|
|
2695
2665
|
tmp$ret$2 = _ULong___get_data__impl__fggpzb(this_0);
|
|
@@ -2712,7 +2682,6 @@
|
|
|
2712
2682
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2713
2683
|
var input = tmp0.m51();
|
|
2714
2684
|
try {
|
|
2715
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonDecoderForUnsignedTypes.decodeByte.<anonymous>' call
|
|
2716
2685
|
// Inline function 'kotlin.UByte.toByte' call
|
|
2717
2686
|
var this_0 = toUByte(input);
|
|
2718
2687
|
tmp$ret$2 = _UByte___get_data__impl__jof9qr(this_0);
|
|
@@ -2735,7 +2704,6 @@
|
|
|
2735
2704
|
// Inline function 'kotlinx.serialization.json.internal.parseString' call
|
|
2736
2705
|
var input = tmp0.m51();
|
|
2737
2706
|
try {
|
|
2738
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonDecoderForUnsignedTypes.decodeShort.<anonymous>' call
|
|
2739
2707
|
// Inline function 'kotlin.UShort.toShort' call
|
|
2740
2708
|
var this_0 = toUShort(input);
|
|
2741
2709
|
tmp$ret$2 = _UShort___get_data__impl__g0245(this_0);
|
|
@@ -2818,8 +2786,6 @@
|
|
|
2818
2786
|
case 1:
|
|
2819
2787
|
// Inline function 'kotlin.let' call
|
|
2820
2788
|
|
|
2821
|
-
// Inline function 'kotlinx.serialization.json.internal.encodePolymorphically.<anonymous>' call
|
|
2822
|
-
|
|
2823
2789
|
var it = serializer.m1u().d1w();
|
|
2824
2790
|
tmp_0 = equals(it, CLASS_getInstance()) || equals(it, OBJECT_getInstance());
|
|
2825
2791
|
break;
|
|
@@ -2837,7 +2803,6 @@
|
|
|
2837
2803
|
$l$block_0: {
|
|
2838
2804
|
// Inline function 'kotlin.requireNotNull' call
|
|
2839
2805
|
if (value == null) {
|
|
2840
|
-
// Inline function 'kotlinx.serialization.json.internal.encodePolymorphically.<anonymous>' call
|
|
2841
2806
|
var message = 'Value for serializer ' + toString(serializer.m1u()) + ' should always be non-null. Please report issue to the kotlinx.serialization tracker.';
|
|
2842
2807
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2843
2808
|
} else {
|
|
@@ -2855,7 +2820,6 @@
|
|
|
2855
2820
|
}
|
|
2856
2821
|
var actualSerializer = tmp_1;
|
|
2857
2822
|
if (!(baseClassDiscriminator == null)) {
|
|
2858
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonEncoder.encodeSerializableValue.<anonymous>' call
|
|
2859
2823
|
var serialName = actualSerializer.m1u().n1v();
|
|
2860
2824
|
this.c51_1 = baseClassDiscriminator;
|
|
2861
2825
|
this.d51_1 = serialName;
|
|
@@ -2957,7 +2921,6 @@
|
|
|
2957
2921
|
tmp_0 = this.v50_1;
|
|
2958
2922
|
} else {
|
|
2959
2923
|
var tmp1 = this.v50_1.u4y_1;
|
|
2960
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonEncoder.encodeInline.stub_for_inlining' call
|
|
2961
2924
|
var p1 = this.b51_1;
|
|
2962
2925
|
tmp_0 = new ComposerForUnsignedNumbers(tmp1, p1);
|
|
2963
2926
|
}
|
|
@@ -2971,7 +2934,6 @@
|
|
|
2971
2934
|
tmp_2 = this.v50_1;
|
|
2972
2935
|
} else {
|
|
2973
2936
|
var tmp4 = this.v50_1.u4y_1;
|
|
2974
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonEncoder.encodeInline.stub_for_inlining' call
|
|
2975
2937
|
var p1_0 = this.b51_1;
|
|
2976
2938
|
tmp_2 = new ComposerForUnquotedLiterals(tmp4, p1_0);
|
|
2977
2939
|
}
|
|
@@ -2979,7 +2941,6 @@
|
|
|
2979
2941
|
tmp = new StreamingJsonEncoder(tmp$ret$3, this.w50_1, this.x50_1, null);
|
|
2980
2942
|
} else if (!(this.c51_1 == null)) {
|
|
2981
2943
|
// Inline function 'kotlin.apply' call
|
|
2982
|
-
// Inline function 'kotlinx.serialization.json.internal.StreamingJsonEncoder.encodeInline.<anonymous>' call
|
|
2983
2944
|
this.d51_1 = descriptor.n1v();
|
|
2984
2945
|
tmp = this;
|
|
2985
2946
|
} else {
|
|
@@ -3129,8 +3090,7 @@
|
|
|
3129
3090
|
properties_initialized_StringOps_kt_wzaea7 = true;
|
|
3130
3091
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
3131
3092
|
// Inline function 'kotlin.apply' call
|
|
3132
|
-
var this_0 =
|
|
3133
|
-
// Inline function 'kotlinx.serialization.json.internal.ESCAPE_STRINGS.<anonymous>' call
|
|
3093
|
+
var this_0 = Array(93);
|
|
3134
3094
|
var inductionVariable = 0;
|
|
3135
3095
|
if (inductionVariable <= 31)
|
|
3136
3096
|
do {
|
|
@@ -3165,7 +3125,6 @@
|
|
|
3165
3125
|
ESCAPE_STRINGS = this_0;
|
|
3166
3126
|
// Inline function 'kotlin.apply' call
|
|
3167
3127
|
var this_7 = new Int8Array(93);
|
|
3168
|
-
// Inline function 'kotlinx.serialization.json.internal.ESCAPE_MARKERS.<anonymous>' call
|
|
3169
3128
|
var inductionVariable_0 = 0;
|
|
3170
3129
|
if (inductionVariable_0 <= 31)
|
|
3171
3130
|
do {
|
|
@@ -3251,7 +3210,6 @@
|
|
|
3251
3210
|
tmp = null;
|
|
3252
3211
|
} else {
|
|
3253
3212
|
// Inline function 'kotlin.let' call
|
|
3254
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.currentObject.<anonymous>' call
|
|
3255
3213
|
tmp = this.w53(tmp0_safe_receiver);
|
|
3256
3214
|
}
|
|
3257
3215
|
var tmp1_elvis_lhs = tmp;
|
|
@@ -3284,7 +3242,6 @@
|
|
|
3284
3242
|
if (!(tmp0 instanceof JsonObject)) {
|
|
3285
3243
|
var tmp_0 = getKClass(JsonObject).kb();
|
|
3286
3244
|
var tmp_1 = getKClassFromExpression(tmp0).kb();
|
|
3287
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeSerializableValue.stub_for_inlining' call
|
|
3288
3245
|
var tmp$ret$1 = this.i2c();
|
|
3289
3246
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$1, toString(tmp0));
|
|
3290
3247
|
}
|
|
@@ -3331,7 +3288,6 @@
|
|
|
3331
3288
|
if (!(currentObject instanceof JsonArray)) {
|
|
3332
3289
|
var tmp_2 = getKClass(JsonArray).kb();
|
|
3333
3290
|
var tmp_3 = getKClassFromExpression(currentObject).kb();
|
|
3334
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3335
3291
|
var tmp$ret$0 = this.i2c();
|
|
3336
3292
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_2 + ', but had ' + tmp_3 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(currentObject));
|
|
3337
3293
|
}
|
|
@@ -3350,7 +3306,6 @@
|
|
|
3350
3306
|
tmp_5 = equals(keyKind, ENUM_getInstance());
|
|
3351
3307
|
}
|
|
3352
3308
|
if (tmp_5) {
|
|
3353
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.beginStructure.<anonymous>' call
|
|
3354
3309
|
var tmp_6 = this.n4x();
|
|
3355
3310
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
3356
3311
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
@@ -3358,14 +3313,12 @@
|
|
|
3358
3313
|
if (!(currentObject instanceof JsonObject)) {
|
|
3359
3314
|
var tmp_7 = getKClass(JsonObject).kb();
|
|
3360
3315
|
var tmp_8 = getKClassFromExpression(currentObject).kb();
|
|
3361
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3362
3316
|
var tmp$ret$3 = this.i2c();
|
|
3363
3317
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_7 + ', but had ' + tmp_8 + ' as the serialized body of ' + serialName_0 + ' at element: ' + tmp$ret$3, toString(currentObject));
|
|
3364
3318
|
}
|
|
3365
3319
|
tmp_4 = new JsonTreeMapDecoder(tmp_6, currentObject);
|
|
3366
3320
|
} else {
|
|
3367
3321
|
if (this_0.k4v_1.y4w_1) {
|
|
3368
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.beginStructure.<anonymous>' call
|
|
3369
3322
|
var tmp_9 = this.n4x();
|
|
3370
3323
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast' call
|
|
3371
3324
|
// Inline function 'kotlinx.serialization.json.internal.cast' call
|
|
@@ -3373,7 +3326,6 @@
|
|
|
3373
3326
|
if (!(currentObject instanceof JsonArray)) {
|
|
3374
3327
|
var tmp_10 = getKClass(JsonArray).kb();
|
|
3375
3328
|
var tmp_11 = getKClassFromExpression(currentObject).kb();
|
|
3376
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3377
3329
|
var tmp$ret$7 = this.i2c();
|
|
3378
3330
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_10 + ', but had ' + tmp_11 + ' as the serialized body of ' + serialName_1 + ' at element: ' + tmp$ret$7, toString(currentObject));
|
|
3379
3331
|
}
|
|
@@ -3391,7 +3343,6 @@
|
|
|
3391
3343
|
if (!(currentObject instanceof JsonObject)) {
|
|
3392
3344
|
var tmp_13 = getKClass(JsonObject).kb();
|
|
3393
3345
|
var tmp_14 = getKClassFromExpression(currentObject).kb();
|
|
3394
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3395
3346
|
var tmp$ret$12 = this.i2c();
|
|
3396
3347
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_13 + ', but had ' + tmp_14 + ' as the serialized body of ' + serialName_2 + ' at element: ' + tmp$ret$12, toString(currentObject));
|
|
3397
3348
|
}
|
|
@@ -3416,7 +3367,6 @@
|
|
|
3416
3367
|
if (!(tmp1 instanceof JsonPrimitive)) {
|
|
3417
3368
|
var tmp_0 = getKClass(JsonPrimitive).kb();
|
|
3418
3369
|
var tmp_1 = getKClassFromExpression(tmp1).kb();
|
|
3419
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3420
3370
|
var tmp$ret$0 = this.u53(tag);
|
|
3421
3371
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp1));
|
|
3422
3372
|
}
|
|
@@ -3441,13 +3391,11 @@
|
|
|
3441
3391
|
if (!(value instanceof JsonPrimitive)) {
|
|
3442
3392
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3443
3393
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3444
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3445
3394
|
var tmp$ret$0 = this.u53(tag);
|
|
3446
3395
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'boolean' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3447
3396
|
}
|
|
3448
3397
|
var literal = value;
|
|
3449
3398
|
try {
|
|
3450
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedBoolean.stub_for_inlining' call
|
|
3451
3399
|
var tmp0_elvis_lhs = get_booleanOrNull(literal);
|
|
3452
3400
|
var tmp_1;
|
|
3453
3401
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -3481,13 +3429,11 @@
|
|
|
3481
3429
|
if (!(value instanceof JsonPrimitive)) {
|
|
3482
3430
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3483
3431
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3484
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3485
3432
|
var tmp$ret$0 = this.u53(tag);
|
|
3486
3433
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'byte' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3487
3434
|
}
|
|
3488
3435
|
var literal = value;
|
|
3489
3436
|
try {
|
|
3490
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedByte.<anonymous>' call
|
|
3491
3437
|
var result = parseLongImpl(literal);
|
|
3492
3438
|
var tmp_1;
|
|
3493
3439
|
// Inline function 'kotlin.ranges.contains' call
|
|
@@ -3530,13 +3476,11 @@
|
|
|
3530
3476
|
if (!(value instanceof JsonPrimitive)) {
|
|
3531
3477
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3532
3478
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3533
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3534
3479
|
var tmp$ret$0 = this.u53(tag);
|
|
3535
3480
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'short' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3536
3481
|
}
|
|
3537
3482
|
var literal = value;
|
|
3538
3483
|
try {
|
|
3539
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedShort.<anonymous>' call
|
|
3540
3484
|
var result = parseLongImpl(literal);
|
|
3541
3485
|
var tmp_1;
|
|
3542
3486
|
// Inline function 'kotlin.ranges.contains' call
|
|
@@ -3579,13 +3523,11 @@
|
|
|
3579
3523
|
if (!(value instanceof JsonPrimitive)) {
|
|
3580
3524
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3581
3525
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3582
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3583
3526
|
var tmp$ret$0 = this.u53(tag);
|
|
3584
3527
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'int' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3585
3528
|
}
|
|
3586
3529
|
var literal = value;
|
|
3587
3530
|
try {
|
|
3588
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedInt.<anonymous>' call
|
|
3589
3531
|
var result = parseLongImpl(literal);
|
|
3590
3532
|
var tmp_1;
|
|
3591
3533
|
// Inline function 'kotlin.ranges.contains' call
|
|
@@ -3628,13 +3570,11 @@
|
|
|
3628
3570
|
if (!(value instanceof JsonPrimitive)) {
|
|
3629
3571
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3630
3572
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3631
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3632
3573
|
var tmp$ret$0 = this.u53(tag);
|
|
3633
3574
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'long' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3634
3575
|
}
|
|
3635
3576
|
var literal = value;
|
|
3636
3577
|
try {
|
|
3637
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedLong.<anonymous>' call
|
|
3638
3578
|
var tmp0_elvis_lhs = parseLongImpl(literal);
|
|
3639
3579
|
var tmp_1;
|
|
3640
3580
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -3668,13 +3608,11 @@
|
|
|
3668
3608
|
if (!(value instanceof JsonPrimitive)) {
|
|
3669
3609
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3670
3610
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3671
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3672
3611
|
var tmp$ret$0 = this.u53(tag);
|
|
3673
3612
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'float' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3674
3613
|
}
|
|
3675
3614
|
var literal = value;
|
|
3676
3615
|
try {
|
|
3677
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedFloat.<anonymous>' call
|
|
3678
3616
|
var tmp0_elvis_lhs = get_float(literal);
|
|
3679
3617
|
var tmp_1;
|
|
3680
3618
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -3712,13 +3650,11 @@
|
|
|
3712
3650
|
if (!(value instanceof JsonPrimitive)) {
|
|
3713
3651
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3714
3652
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3715
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3716
3653
|
var tmp$ret$0 = this.u53(tag);
|
|
3717
3654
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'double' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3718
3655
|
}
|
|
3719
3656
|
var literal = value;
|
|
3720
3657
|
try {
|
|
3721
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedDouble.<anonymous>' call
|
|
3722
3658
|
var tmp0_elvis_lhs = get_double(literal);
|
|
3723
3659
|
var tmp_1;
|
|
3724
3660
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -3756,13 +3692,11 @@
|
|
|
3756
3692
|
if (!(value instanceof JsonPrimitive)) {
|
|
3757
3693
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3758
3694
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3759
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3760
3695
|
var tmp$ret$0 = this.u53(tag);
|
|
3761
3696
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'char' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3762
3697
|
}
|
|
3763
3698
|
var literal = value;
|
|
3764
3699
|
try {
|
|
3765
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedChar.<anonymous>' call
|
|
3766
3700
|
var tmp0_elvis_lhs = new Char(single(literal.p4x()));
|
|
3767
3701
|
var tmp_1;
|
|
3768
3702
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -3793,7 +3727,6 @@
|
|
|
3793
3727
|
if (!(value instanceof JsonPrimitive)) {
|
|
3794
3728
|
var tmp = getKClass(JsonPrimitive).kb();
|
|
3795
3729
|
var tmp_0 = getKClassFromExpression(value).kb();
|
|
3796
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3797
3730
|
var tmp$ret$0 = this.u53(tag);
|
|
3798
3731
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp + ', but had ' + tmp_0 + ' as the serialized body of ' + 'string' + ' at element: ' + tmp$ret$0, toString(value));
|
|
3799
3732
|
}
|
|
@@ -3820,7 +3753,6 @@
|
|
|
3820
3753
|
if (!(tmp1 instanceof JsonPrimitive)) {
|
|
3821
3754
|
var tmp_1 = getKClass(JsonPrimitive).kb();
|
|
3822
3755
|
var tmp_2 = getKClassFromExpression(tmp1).kb();
|
|
3823
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3824
3756
|
var tmp$ret$0 = this.u53(tag);
|
|
3825
3757
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_1 + ', but had ' + tmp_2 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp1));
|
|
3826
3758
|
}
|
|
@@ -3846,7 +3778,6 @@
|
|
|
3846
3778
|
var elementDescriptor = descriptor.k1w(index);
|
|
3847
3779
|
var tmp;
|
|
3848
3780
|
if (isOptional && !elementDescriptor.z1v()) {
|
|
3849
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeDecoder.coerceInputValue.<anonymous>' call
|
|
3850
3781
|
var tmp_0 = $this.w53(tag);
|
|
3851
3782
|
tmp = tmp_0 instanceof JsonNull;
|
|
3852
3783
|
} else {
|
|
@@ -3859,7 +3790,6 @@
|
|
|
3859
3790
|
if (equals(elementDescriptor.d1w(), ENUM_getInstance())) {
|
|
3860
3791
|
var tmp_1;
|
|
3861
3792
|
if (elementDescriptor.z1v()) {
|
|
3862
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeDecoder.coerceInputValue.<anonymous>' call
|
|
3863
3793
|
var tmp_2 = $this.w53(tag);
|
|
3864
3794
|
tmp_1 = tmp_2 instanceof JsonNull;
|
|
3865
3795
|
} else {
|
|
@@ -3869,7 +3799,6 @@
|
|
|
3869
3799
|
tmp$ret$1 = false;
|
|
3870
3800
|
break $l$block_2;
|
|
3871
3801
|
}
|
|
3872
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeDecoder.coerceInputValue.<anonymous>' call
|
|
3873
3802
|
var tmp_3 = $this.w53(tag);
|
|
3874
3803
|
var tmp0_safe_receiver = tmp_3 instanceof JsonPrimitive ? tmp_3 : null;
|
|
3875
3804
|
var tmp0_elvis_lhs = tmp0_safe_receiver == null ? null : get_contentOrNull(tmp0_safe_receiver);
|
|
@@ -3884,7 +3813,6 @@
|
|
|
3884
3813
|
var enumIndex = getJsonNameIndex(elementDescriptor, tmp0, enumValue);
|
|
3885
3814
|
var coerceToNull = !tmp0.k4v_1.a4x_1 && elementDescriptor.z1v();
|
|
3886
3815
|
if (enumIndex === -3 && (isOptional || coerceToNull)) {
|
|
3887
|
-
// Inline function 'kotlinx.serialization.json.internal.tryCoerceValue.<anonymous>' call
|
|
3888
3816
|
tmp$ret$1 = true;
|
|
3889
3817
|
break $l$block_2;
|
|
3890
3818
|
}
|
|
@@ -3958,7 +3886,6 @@
|
|
|
3958
3886
|
var _iterator__ex2g4s = tmp0.p();
|
|
3959
3887
|
while (_iterator__ex2g4s.q()) {
|
|
3960
3888
|
var element = _iterator__ex2g4s.r();
|
|
3961
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonTreeDecoder.elementName.<anonymous>' call
|
|
3962
3889
|
if (deserializationNamesMap_0.k2(element) === index) {
|
|
3963
3890
|
tmp$ret$1 = element;
|
|
3964
3891
|
break $l$block;
|
|
@@ -3989,7 +3916,6 @@
|
|
|
3989
3916
|
if (!(tmp1 instanceof JsonObject)) {
|
|
3990
3917
|
var tmp_0 = getKClass(JsonObject).kb();
|
|
3991
3918
|
var tmp_1 = getKClassFromExpression(tmp1).kb();
|
|
3992
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.cast.<anonymous>' call
|
|
3993
3919
|
var tmp$ret$0 = this.i2c();
|
|
3994
3920
|
throw JsonDecodingException_0(-1, 'Expected ' + tmp_0 + ', but had ' + tmp_1 + ' as the serialized body of ' + serialName + ' at element: ' + tmp$ret$0, toString(tmp1));
|
|
3995
3921
|
}
|
|
@@ -4067,7 +3993,6 @@
|
|
|
4067
3993
|
protoOf(JsonPrimitiveDecoder).w53 = function (tag) {
|
|
4068
3994
|
// Inline function 'kotlin.require' call
|
|
4069
3995
|
if (!(tag === 'primitive')) {
|
|
4070
|
-
// Inline function 'kotlinx.serialization.json.internal.JsonPrimitiveDecoder.currentElement.<anonymous>' call
|
|
4071
3996
|
var message = "This input can only handle primitives with 'primitive' tag";
|
|
4072
3997
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
4073
3998
|
}
|
|
@@ -4151,11 +4076,9 @@
|
|
|
4151
4076
|
tmp_1 = equals(keyKind, ENUM_getInstance());
|
|
4152
4077
|
}
|
|
4153
4078
|
if (tmp_1) {
|
|
4154
|
-
// Inline function 'kotlinx.serialization.json.internal.switchMode.<anonymous>' call
|
|
4155
4079
|
tmp_0 = WriteMode_MAP_getInstance();
|
|
4156
4080
|
} else {
|
|
4157
4081
|
if (_this__u8e3s4.k4v_1.y4w_1) {
|
|
4158
|
-
// Inline function 'kotlinx.serialization.json.internal.switchMode.<anonymous>' call
|
|
4159
4082
|
tmp_0 = WriteMode_LIST_getInstance();
|
|
4160
4083
|
} else {
|
|
4161
4084
|
throw InvalidKeyKindException(keyDescriptor);
|
|
@@ -4211,7 +4134,6 @@
|
|
|
4211
4134
|
function takePeeked($this) {
|
|
4212
4135
|
// Inline function 'kotlin.also' call
|
|
4213
4136
|
var this_0 = ensureNotNull($this.z4v_1);
|
|
4214
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.takePeeked.<anonymous>' call
|
|
4215
4137
|
$this.z4v_1 = null;
|
|
4216
4138
|
return this_0;
|
|
4217
4139
|
}
|
|
@@ -4385,7 +4307,6 @@
|
|
|
4385
4307
|
var expected_0 = tokenDescription(expected);
|
|
4386
4308
|
var position = true ? this.x4v_1 - 1 | 0 : this.x4v_1;
|
|
4387
4309
|
var s = this.x4v_1 === charSequenceLength(this.y55()) || position < 0 ? 'EOF' : toString_1(charSequenceGet(this.y55(), position));
|
|
4388
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail.<anonymous>' call
|
|
4389
4310
|
var tmp$ret$0 = 'Expected ' + expected_0 + ", but had '" + s + "' instead";
|
|
4390
4311
|
this.e50(tmp$ret$0, position);
|
|
4391
4312
|
}
|
|
@@ -4398,7 +4319,6 @@
|
|
|
4398
4319
|
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.withPositionRollback' call
|
|
4399
4320
|
var snapshot = this.x4v_1;
|
|
4400
4321
|
try {
|
|
4401
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.unexpectedToken.<anonymous>' call
|
|
4402
4322
|
this.x4v_1 = this.x4v_1 - 1 | 0;
|
|
4403
4323
|
tmp$ret$1 = this.m51();
|
|
4404
4324
|
break $l$block;
|
|
@@ -4416,7 +4336,6 @@
|
|
|
4416
4336
|
var expected_0 = tokenDescription(expectedToken);
|
|
4417
4337
|
var position = true ? this.x4v_1 - 1 | 0 : this.x4v_1;
|
|
4418
4338
|
var s = this.x4v_1 === charSequenceLength(this.y55()) || position < 0 ? 'EOF' : toString_1(charSequenceGet(this.y55(), position));
|
|
4419
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail.<anonymous>' call
|
|
4420
4339
|
var tmp$ret$2 = 'Expected ' + expected_0 + ", but had '" + s + "' instead";
|
|
4421
4340
|
this.e50(tmp$ret$2, position);
|
|
4422
4341
|
};
|
|
@@ -4763,7 +4682,6 @@
|
|
|
4763
4682
|
var expected = tokenDescription(10);
|
|
4764
4683
|
var position = true ? this.x4v_1 - 1 | 0 : this.x4v_1;
|
|
4765
4684
|
var s = this.x4v_1 === charSequenceLength(this.y55()) || position < 0 ? 'EOF' : toString_1(charSequenceGet(this.y55(), position));
|
|
4766
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.consumeNumericLiteralFully.<anonymous>' call
|
|
4767
4685
|
var tmp$ret$0 = "Expected input to contain a single valid number, but got '" + s + "' after it";
|
|
4768
4686
|
this.e50(tmp$ret$0, position);
|
|
4769
4687
|
}
|
|
@@ -5055,7 +4973,6 @@
|
|
|
5055
4973
|
var expected = tokenDescription(1);
|
|
5056
4974
|
var position = false ? this.x4v_1 - 1 | 0 : this.x4v_1;
|
|
5057
4975
|
var s = this.x4v_1 === charSequenceLength(this.y55()) || position < 0 ? 'EOF' : toString_1(charSequenceGet(this.y55(), position));
|
|
5058
|
-
// Inline function 'kotlinx.serialization.json.internal.AbstractJsonLexer.fail.<anonymous>' call
|
|
5059
4976
|
var tmp$ret$0 = 'Expected ' + expected + ", but had '" + s + "' instead";
|
|
5060
4977
|
this.e50(tmp$ret$0, position);
|
|
5061
4978
|
}
|