raspberry_games_engine_helpers 1.8.461 → 1.8.468
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +502 -502
- package/Kotlin-DateTime-library-kotlinx-datetime.js +3 -3
- package/Logic_Debertz-core.js +204 -115
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +46 -20
- package/Logic_Debertz-engine.js +7608 -7262
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +46 -16
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1085 -1085
- package/ktor-ktor-client-core.js +12 -12
- package/package.json +1 -1
|
@@ -3511,6 +3511,35 @@
|
|
|
3511
3511
|
while (inductionVariable < 32);
|
|
3512
3512
|
throw MissingFieldException_init_$Create$(missingFields, descriptor.mk());
|
|
3513
3513
|
}
|
|
3514
|
+
function throwArrayMissingFieldException(seenArray, goldenMaskArray, descriptor) {
|
|
3515
|
+
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3516
|
+
var missingFields = ArrayList_init_$Create$_0();
|
|
3517
|
+
var inductionVariable = 0;
|
|
3518
|
+
var last = goldenMaskArray.length - 1 | 0;
|
|
3519
|
+
if (inductionVariable <= last)
|
|
3520
|
+
do {
|
|
3521
|
+
var maskSlot = inductionVariable;
|
|
3522
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
3523
|
+
var missingFieldsBits = goldenMaskArray[maskSlot] & ~seenArray[maskSlot];
|
|
3524
|
+
if (!(missingFieldsBits === 0)) {
|
|
3525
|
+
var inductionVariable_0 = 0;
|
|
3526
|
+
if (inductionVariable_0 < 32)
|
|
3527
|
+
do {
|
|
3528
|
+
var i = inductionVariable_0;
|
|
3529
|
+
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
3530
|
+
if (!((missingFieldsBits & 1) === 0)) {
|
|
3531
|
+
// Inline function 'kotlin.collections.plusAssign' call
|
|
3532
|
+
var element = descriptor.fl(imul(maskSlot, 32) + i | 0);
|
|
3533
|
+
missingFields.a1(element);
|
|
3534
|
+
}
|
|
3535
|
+
missingFieldsBits = missingFieldsBits >>> 1 | 0;
|
|
3536
|
+
}
|
|
3537
|
+
while (inductionVariable_0 < 32);
|
|
3538
|
+
}
|
|
3539
|
+
}
|
|
3540
|
+
while (inductionVariable <= last);
|
|
3541
|
+
throw MissingFieldException_init_$Create$(missingFields, descriptor.mk());
|
|
3542
|
+
}
|
|
3514
3543
|
function _get_childSerializers__7vnyfa($this) {
|
|
3515
3544
|
var tmp0 = $this.qt_1;
|
|
3516
3545
|
var tmp = KProperty1;
|
|
@@ -6227,22 +6256,23 @@
|
|
|
6227
6256
|
_.$_$.f2 = createAnnotatedEnumSerializer;
|
|
6228
6257
|
_.$_$.g2 = createSimpleEnumSerializer;
|
|
6229
6258
|
_.$_$.h2 = jsonCachedSerialNames;
|
|
6230
|
-
_.$_$.i2 =
|
|
6231
|
-
_.$_$.j2 =
|
|
6232
|
-
_.$_$.k2 =
|
|
6233
|
-
_.$_$.l2 =
|
|
6234
|
-
_.$_$.m2 =
|
|
6235
|
-
_.$_$.n2 =
|
|
6236
|
-
_.$_$.o2 =
|
|
6237
|
-
_.$_$.p2 =
|
|
6238
|
-
_.$_$.q2 =
|
|
6239
|
-
_.$_$.r2 =
|
|
6240
|
-
_.$_$.s2 =
|
|
6241
|
-
_.$_$.t2 =
|
|
6242
|
-
_.$_$.u2 =
|
|
6243
|
-
_.$_$.v2 =
|
|
6244
|
-
_.$_$.w2 =
|
|
6245
|
-
_.$_$.x2 =
|
|
6259
|
+
_.$_$.i2 = throwArrayMissingFieldException;
|
|
6260
|
+
_.$_$.j2 = throwMissingFieldException;
|
|
6261
|
+
_.$_$.k2 = EmptySerializersModule_0;
|
|
6262
|
+
_.$_$.l2 = PolymorphicModuleBuilder;
|
|
6263
|
+
_.$_$.m2 = SerializersModuleBuilder;
|
|
6264
|
+
_.$_$.n2 = contextual;
|
|
6265
|
+
_.$_$.o2 = SerializersModuleCollector;
|
|
6266
|
+
_.$_$.p2 = DeserializationStrategy;
|
|
6267
|
+
_.$_$.q2 = KSerializer;
|
|
6268
|
+
_.$_$.r2 = MissingFieldException;
|
|
6269
|
+
_.$_$.s2 = SealedClassSerializer;
|
|
6270
|
+
_.$_$.t2 = SerializationException;
|
|
6271
|
+
_.$_$.u2 = SerializationStrategy;
|
|
6272
|
+
_.$_$.v2 = findPolymorphicSerializer;
|
|
6273
|
+
_.$_$.w2 = findPolymorphicSerializer_0;
|
|
6274
|
+
_.$_$.x2 = serializer_0;
|
|
6275
|
+
_.$_$.y2 = serializer;
|
|
6246
6276
|
//endregion
|
|
6247
6277
|
return _;
|
|
6248
6278
|
}));
|