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.
@@ -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 = throwMissingFieldException;
6231
- _.$_$.j2 = EmptySerializersModule_0;
6232
- _.$_$.k2 = PolymorphicModuleBuilder;
6233
- _.$_$.l2 = SerializersModuleBuilder;
6234
- _.$_$.m2 = contextual;
6235
- _.$_$.n2 = SerializersModuleCollector;
6236
- _.$_$.o2 = DeserializationStrategy;
6237
- _.$_$.p2 = KSerializer;
6238
- _.$_$.q2 = MissingFieldException;
6239
- _.$_$.r2 = SealedClassSerializer;
6240
- _.$_$.s2 = SerializationException;
6241
- _.$_$.t2 = SerializationStrategy;
6242
- _.$_$.u2 = findPolymorphicSerializer;
6243
- _.$_$.v2 = findPolymorphicSerializer_0;
6244
- _.$_$.w2 = serializer_0;
6245
- _.$_$.x2 = serializer;
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
  }));