client_plugin_logic_deb 1.8.476 → 1.8.478
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-DateTime-library-kotlinx-datetime.js +3 -3
- package/Logic_Debertz-ai_module.js +288 -288
- package/Logic_Debertz-bot_engine.js +728 -723
- package/Logic_Debertz-bot_engine.js.map +1 -1
- package/Logic_Debertz-client_plugin.d.ts +89 -42
- package/Logic_Debertz-client_plugin.js +2076 -2076
- package/Logic_Debertz-core.js +2002 -1669
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14565 -13764
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6923 -6929
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1161 -1149
- package/Logic_Debertz-game_server.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 +123 -122
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +14 -14
- package/ktor-ktor-http.js +1 -1
- package/ktor-ktor-serialization-kotlinx.js +6 -6
- package/ktor-ktor-utils.js +2 -2
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +2 -2
- package/raspberry-cardgame-lib-random.js +2 -2
|
@@ -93,13 +93,13 @@
|
|
|
93
93
|
var hashCode = kotlin_kotlin.$_$.nd;
|
|
94
94
|
var ArrayList_init_$Create$_1 = kotlin_kotlin.$_$.k;
|
|
95
95
|
var LinkedHashMap_init_$Create$_1 = kotlin_kotlin.$_$.t;
|
|
96
|
+
var isArray = kotlin_kotlin.$_$.vd;
|
|
97
|
+
var arrayIterator = kotlin_kotlin.$_$.vc;
|
|
96
98
|
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.q;
|
|
97
99
|
var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.u;
|
|
98
100
|
var LinkedHashSet_init_$Create$_0 = kotlin_kotlin.$_$.v;
|
|
99
101
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.m;
|
|
100
102
|
var HashMap_init_$Create$_0 = kotlin_kotlin.$_$.n;
|
|
101
|
-
var isArray = kotlin_kotlin.$_$.vd;
|
|
102
|
-
var arrayIterator = kotlin_kotlin.$_$.vc;
|
|
103
103
|
var until = kotlin_kotlin.$_$.hf;
|
|
104
104
|
var step = kotlin_kotlin.$_$.gf;
|
|
105
105
|
var getValue = kotlin_kotlin.$_$.e8;
|
|
@@ -313,10 +313,10 @@
|
|
|
313
313
|
initMetadataForClass(ArrayListClassDesc, 'ArrayListClassDesc', VOID, ListLikeDescriptor);
|
|
314
314
|
initMetadataForClass(MapLikeDescriptor, 'MapLikeDescriptor', VOID, VOID, [SerialDescriptor]);
|
|
315
315
|
initMetadataForClass(LinkedHashMapClassDesc, 'LinkedHashMapClassDesc', VOID, MapLikeDescriptor);
|
|
316
|
+
initMetadataForClass(ArrayClassDesc, 'ArrayClassDesc', VOID, ListLikeDescriptor);
|
|
316
317
|
initMetadataForClass(HashSetClassDesc, 'HashSetClassDesc', VOID, ListLikeDescriptor);
|
|
317
318
|
initMetadataForClass(LinkedHashSetClassDesc, 'LinkedHashSetClassDesc', VOID, ListLikeDescriptor);
|
|
318
319
|
initMetadataForClass(HashMapClassDesc, 'HashMapClassDesc', VOID, MapLikeDescriptor);
|
|
319
|
-
initMetadataForClass(ArrayClassDesc, 'ArrayClassDesc', VOID, ListLikeDescriptor);
|
|
320
320
|
initMetadataForClass(PrimitiveArrayDescriptor, 'PrimitiveArrayDescriptor', VOID, ListLikeDescriptor);
|
|
321
321
|
initMetadataForClass(AbstractCollectionSerializer, 'AbstractCollectionSerializer', VOID, VOID, [KSerializer]);
|
|
322
322
|
initMetadataForClass(CollectionLikeSerializer, 'CollectionLikeSerializer', VOID, AbstractCollectionSerializer);
|
|
@@ -324,10 +324,10 @@
|
|
|
324
324
|
initMetadataForClass(ArrayListSerializer, 'ArrayListSerializer', VOID, CollectionSerializer);
|
|
325
325
|
initMetadataForClass(MapLikeSerializer, 'MapLikeSerializer', VOID, AbstractCollectionSerializer);
|
|
326
326
|
initMetadataForClass(LinkedHashMapSerializer, 'LinkedHashMapSerializer', VOID, MapLikeSerializer);
|
|
327
|
+
initMetadataForClass(ReferenceArraySerializer, 'ReferenceArraySerializer', VOID, CollectionLikeSerializer);
|
|
327
328
|
initMetadataForClass(HashSetSerializer, 'HashSetSerializer', VOID, CollectionSerializer);
|
|
328
329
|
initMetadataForClass(LinkedHashSetSerializer, 'LinkedHashSetSerializer', VOID, CollectionSerializer);
|
|
329
330
|
initMetadataForClass(HashMapSerializer, 'HashMapSerializer', VOID, MapLikeSerializer);
|
|
330
|
-
initMetadataForClass(ReferenceArraySerializer, 'ReferenceArraySerializer', VOID, CollectionLikeSerializer);
|
|
331
331
|
initMetadataForClass(PrimitiveArraySerializer, 'PrimitiveArraySerializer', VOID, CollectionLikeSerializer);
|
|
332
332
|
initMetadataForClass(PrimitiveArrayBuilder, 'PrimitiveArrayBuilder');
|
|
333
333
|
initMetadataForCompanion(Companion);
|
|
@@ -2096,6 +2096,12 @@
|
|
|
2096
2096
|
function LinkedHashMapClassDesc(keyDesc, valueDesc) {
|
|
2097
2097
|
MapLikeDescriptor.call(this, 'kotlin.collections.LinkedHashMap', keyDesc, valueDesc);
|
|
2098
2098
|
}
|
|
2099
|
+
function ArrayClassDesc(elementDesc) {
|
|
2100
|
+
ListLikeDescriptor.call(this, elementDesc);
|
|
2101
|
+
}
|
|
2102
|
+
protoOf(ArrayClassDesc).xq = function () {
|
|
2103
|
+
return 'kotlin.Array';
|
|
2104
|
+
};
|
|
2099
2105
|
function HashSetClassDesc(elementDesc) {
|
|
2100
2106
|
ListLikeDescriptor.call(this, elementDesc);
|
|
2101
2107
|
}
|
|
@@ -2111,12 +2117,6 @@
|
|
|
2111
2117
|
function HashMapClassDesc(keyDesc, valueDesc) {
|
|
2112
2118
|
MapLikeDescriptor.call(this, 'kotlin.collections.HashMap', keyDesc, valueDesc);
|
|
2113
2119
|
}
|
|
2114
|
-
function ArrayClassDesc(elementDesc) {
|
|
2115
|
-
ListLikeDescriptor.call(this, elementDesc);
|
|
2116
|
-
}
|
|
2117
|
-
protoOf(ArrayClassDesc).xq = function () {
|
|
2118
|
-
return 'kotlin.Array';
|
|
2119
|
-
};
|
|
2120
2120
|
function ListLikeDescriptor(elementDescriptor) {
|
|
2121
2121
|
this.uv_1 = elementDescriptor;
|
|
2122
2122
|
this.vv_1 = 1;
|
|
@@ -2362,95 +2362,150 @@
|
|
|
2362
2362
|
protoOf(LinkedHashMapSerializer).tw = function (_this__u8e3s4, size) {
|
|
2363
2363
|
return this.px(_this__u8e3s4 instanceof LinkedHashMap ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2364
2364
|
};
|
|
2365
|
+
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
2366
|
+
CollectionLikeSerializer.call(this, eSerializer);
|
|
2367
|
+
this.vx_1 = kClass;
|
|
2368
|
+
this.wx_1 = new ArrayClassDesc(eSerializer.wp());
|
|
2369
|
+
}
|
|
2370
|
+
protoOf(ReferenceArraySerializer).wp = function () {
|
|
2371
|
+
return this.wx_1;
|
|
2372
|
+
};
|
|
2373
|
+
protoOf(ReferenceArraySerializer).xx = function (_this__u8e3s4) {
|
|
2374
|
+
return _this__u8e3s4.length;
|
|
2375
|
+
};
|
|
2376
|
+
protoOf(ReferenceArraySerializer).jx = function (_this__u8e3s4) {
|
|
2377
|
+
return this.xx((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2378
|
+
};
|
|
2379
|
+
protoOf(ReferenceArraySerializer).yx = function (_this__u8e3s4) {
|
|
2380
|
+
return arrayIterator(_this__u8e3s4);
|
|
2381
|
+
};
|
|
2382
|
+
protoOf(ReferenceArraySerializer).lx = function (_this__u8e3s4) {
|
|
2383
|
+
return this.yx((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2384
|
+
};
|
|
2385
|
+
protoOf(ReferenceArraySerializer).lw = function () {
|
|
2386
|
+
// Inline function 'kotlin.collections.arrayListOf' call
|
|
2387
|
+
return ArrayList_init_$Create$_0();
|
|
2388
|
+
};
|
|
2389
|
+
protoOf(ReferenceArraySerializer).zx = function (_this__u8e3s4) {
|
|
2390
|
+
return _this__u8e3s4.g1();
|
|
2391
|
+
};
|
|
2392
|
+
protoOf(ReferenceArraySerializer).nw = function (_this__u8e3s4) {
|
|
2393
|
+
return this.zx(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2394
|
+
};
|
|
2395
|
+
protoOf(ReferenceArraySerializer).ay = function (_this__u8e3s4) {
|
|
2396
|
+
return toNativeArrayImpl(_this__u8e3s4, this.vx_1);
|
|
2397
|
+
};
|
|
2398
|
+
protoOf(ReferenceArraySerializer).pw = function (_this__u8e3s4) {
|
|
2399
|
+
return this.ay(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2400
|
+
};
|
|
2401
|
+
protoOf(ReferenceArraySerializer).by = function (_this__u8e3s4) {
|
|
2402
|
+
return ArrayList_init_$Create$_1(asList(_this__u8e3s4));
|
|
2403
|
+
};
|
|
2404
|
+
protoOf(ReferenceArraySerializer).rw = function (_this__u8e3s4) {
|
|
2405
|
+
return this.by((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2406
|
+
};
|
|
2407
|
+
protoOf(ReferenceArraySerializer).cy = function (_this__u8e3s4, size) {
|
|
2408
|
+
return _this__u8e3s4.c6(size);
|
|
2409
|
+
};
|
|
2410
|
+
protoOf(ReferenceArraySerializer).tw = function (_this__u8e3s4, size) {
|
|
2411
|
+
return this.cy(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2412
|
+
};
|
|
2413
|
+
protoOf(ReferenceArraySerializer).dy = function (_this__u8e3s4, index, element) {
|
|
2414
|
+
_this__u8e3s4.d3(index, element);
|
|
2415
|
+
};
|
|
2416
|
+
protoOf(ReferenceArraySerializer).vw = function (_this__u8e3s4, index, element) {
|
|
2417
|
+
var tmp = _this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE();
|
|
2418
|
+
return this.dy(tmp, index, (element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
2419
|
+
};
|
|
2365
2420
|
function HashSetSerializer(eSerializer) {
|
|
2366
2421
|
CollectionSerializer.call(this, eSerializer);
|
|
2367
|
-
this.
|
|
2422
|
+
this.fy_1 = new HashSetClassDesc(eSerializer.wp());
|
|
2368
2423
|
}
|
|
2369
2424
|
protoOf(HashSetSerializer).wp = function () {
|
|
2370
|
-
return this.
|
|
2425
|
+
return this.fy_1;
|
|
2371
2426
|
};
|
|
2372
2427
|
protoOf(HashSetSerializer).lw = function () {
|
|
2373
2428
|
return HashSet_init_$Create$();
|
|
2374
2429
|
};
|
|
2375
|
-
protoOf(HashSetSerializer).
|
|
2430
|
+
protoOf(HashSetSerializer).gy = function (_this__u8e3s4) {
|
|
2376
2431
|
return _this__u8e3s4.g1();
|
|
2377
2432
|
};
|
|
2378
2433
|
protoOf(HashSetSerializer).nw = function (_this__u8e3s4) {
|
|
2379
|
-
return this.
|
|
2434
|
+
return this.gy(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2380
2435
|
};
|
|
2381
|
-
protoOf(HashSetSerializer).
|
|
2436
|
+
protoOf(HashSetSerializer).hy = function (_this__u8e3s4) {
|
|
2382
2437
|
return _this__u8e3s4;
|
|
2383
2438
|
};
|
|
2384
2439
|
protoOf(HashSetSerializer).pw = function (_this__u8e3s4) {
|
|
2385
|
-
return this.
|
|
2440
|
+
return this.hy(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2386
2441
|
};
|
|
2387
|
-
protoOf(HashSetSerializer).
|
|
2442
|
+
protoOf(HashSetSerializer).iy = function (_this__u8e3s4) {
|
|
2388
2443
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : null;
|
|
2389
2444
|
return tmp0_elvis_lhs == null ? HashSet_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2390
2445
|
};
|
|
2391
2446
|
protoOf(HashSetSerializer).rw = function (_this__u8e3s4) {
|
|
2392
|
-
return this.
|
|
2447
|
+
return this.iy((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtSet) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2393
2448
|
};
|
|
2394
|
-
protoOf(HashSetSerializer).
|
|
2449
|
+
protoOf(HashSetSerializer).jy = function (_this__u8e3s4, size) {
|
|
2395
2450
|
};
|
|
2396
2451
|
protoOf(HashSetSerializer).tw = function (_this__u8e3s4, size) {
|
|
2397
|
-
return this.
|
|
2452
|
+
return this.jy(_this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2398
2453
|
};
|
|
2399
|
-
protoOf(HashSetSerializer).
|
|
2454
|
+
protoOf(HashSetSerializer).ky = function (_this__u8e3s4, index, element) {
|
|
2400
2455
|
_this__u8e3s4.e1(element);
|
|
2401
2456
|
};
|
|
2402
2457
|
protoOf(HashSetSerializer).vw = function (_this__u8e3s4, index, element) {
|
|
2403
2458
|
var tmp = _this__u8e3s4 instanceof HashSet ? _this__u8e3s4 : THROW_CCE();
|
|
2404
|
-
return this.
|
|
2459
|
+
return this.ky(tmp, index, (element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
2405
2460
|
};
|
|
2406
2461
|
function LinkedHashSetSerializer(eSerializer) {
|
|
2407
2462
|
CollectionSerializer.call(this, eSerializer);
|
|
2408
|
-
this.
|
|
2463
|
+
this.my_1 = new LinkedHashSetClassDesc(eSerializer.wp());
|
|
2409
2464
|
}
|
|
2410
2465
|
protoOf(LinkedHashSetSerializer).wp = function () {
|
|
2411
|
-
return this.
|
|
2466
|
+
return this.my_1;
|
|
2412
2467
|
};
|
|
2413
2468
|
protoOf(LinkedHashSetSerializer).lw = function () {
|
|
2414
2469
|
// Inline function 'kotlin.collections.linkedSetOf' call
|
|
2415
2470
|
return LinkedHashSet_init_$Create$();
|
|
2416
2471
|
};
|
|
2417
|
-
protoOf(LinkedHashSetSerializer).
|
|
2472
|
+
protoOf(LinkedHashSetSerializer).ny = function (_this__u8e3s4) {
|
|
2418
2473
|
return _this__u8e3s4.g1();
|
|
2419
2474
|
};
|
|
2420
2475
|
protoOf(LinkedHashSetSerializer).nw = function (_this__u8e3s4) {
|
|
2421
|
-
return this.
|
|
2476
|
+
return this.ny(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2422
2477
|
};
|
|
2423
|
-
protoOf(LinkedHashSetSerializer).
|
|
2478
|
+
protoOf(LinkedHashSetSerializer).oy = function (_this__u8e3s4) {
|
|
2424
2479
|
return _this__u8e3s4;
|
|
2425
2480
|
};
|
|
2426
2481
|
protoOf(LinkedHashSetSerializer).pw = function (_this__u8e3s4) {
|
|
2427
|
-
return this.
|
|
2482
|
+
return this.oy(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE());
|
|
2428
2483
|
};
|
|
2429
|
-
protoOf(LinkedHashSetSerializer).
|
|
2484
|
+
protoOf(LinkedHashSetSerializer).iy = function (_this__u8e3s4) {
|
|
2430
2485
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : null;
|
|
2431
2486
|
return tmp0_elvis_lhs == null ? LinkedHashSet_init_$Create$_0(_this__u8e3s4) : tmp0_elvis_lhs;
|
|
2432
2487
|
};
|
|
2433
2488
|
protoOf(LinkedHashSetSerializer).rw = function (_this__u8e3s4) {
|
|
2434
|
-
return this.
|
|
2489
|
+
return this.iy((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtSet) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2435
2490
|
};
|
|
2436
|
-
protoOf(LinkedHashSetSerializer).
|
|
2491
|
+
protoOf(LinkedHashSetSerializer).py = function (_this__u8e3s4, size) {
|
|
2437
2492
|
};
|
|
2438
2493
|
protoOf(LinkedHashSetSerializer).tw = function (_this__u8e3s4, size) {
|
|
2439
|
-
return this.
|
|
2494
|
+
return this.py(_this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2440
2495
|
};
|
|
2441
|
-
protoOf(LinkedHashSetSerializer).
|
|
2496
|
+
protoOf(LinkedHashSetSerializer).qy = function (_this__u8e3s4, index, element) {
|
|
2442
2497
|
_this__u8e3s4.e1(element);
|
|
2443
2498
|
};
|
|
2444
2499
|
protoOf(LinkedHashSetSerializer).vw = function (_this__u8e3s4, index, element) {
|
|
2445
2500
|
var tmp = _this__u8e3s4 instanceof LinkedHashSet ? _this__u8e3s4 : THROW_CCE();
|
|
2446
|
-
return this.
|
|
2501
|
+
return this.qy(tmp, index, (element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
2447
2502
|
};
|
|
2448
2503
|
function HashMapSerializer(kSerializer, vSerializer) {
|
|
2449
2504
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
2450
|
-
this.
|
|
2505
|
+
this.ty_1 = new HashMapClassDesc(kSerializer.wp(), vSerializer.wp());
|
|
2451
2506
|
}
|
|
2452
2507
|
protoOf(HashMapSerializer).wp = function () {
|
|
2453
|
-
return this.
|
|
2508
|
+
return this.ty_1;
|
|
2454
2509
|
};
|
|
2455
2510
|
protoOf(HashMapSerializer).ix = function (_this__u8e3s4) {
|
|
2456
2511
|
return _this__u8e3s4.g1();
|
|
@@ -2468,17 +2523,17 @@
|
|
|
2468
2523
|
protoOf(HashMapSerializer).lw = function () {
|
|
2469
2524
|
return HashMap_init_$Create$();
|
|
2470
2525
|
};
|
|
2471
|
-
protoOf(HashMapSerializer).
|
|
2526
|
+
protoOf(HashMapSerializer).uy = function (_this__u8e3s4) {
|
|
2472
2527
|
return imul(_this__u8e3s4.g1(), 2);
|
|
2473
2528
|
};
|
|
2474
2529
|
protoOf(HashMapSerializer).nw = function (_this__u8e3s4) {
|
|
2475
|
-
return this.
|
|
2530
|
+
return this.uy(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2476
2531
|
};
|
|
2477
|
-
protoOf(HashMapSerializer).
|
|
2532
|
+
protoOf(HashMapSerializer).vy = function (_this__u8e3s4) {
|
|
2478
2533
|
return _this__u8e3s4;
|
|
2479
2534
|
};
|
|
2480
2535
|
protoOf(HashMapSerializer).pw = function (_this__u8e3s4) {
|
|
2481
|
-
return this.
|
|
2536
|
+
return this.vy(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE());
|
|
2482
2537
|
};
|
|
2483
2538
|
protoOf(HashMapSerializer).ox = function (_this__u8e3s4) {
|
|
2484
2539
|
var tmp0_elvis_lhs = _this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : null;
|
|
@@ -2487,65 +2542,10 @@
|
|
|
2487
2542
|
protoOf(HashMapSerializer).rw = function (_this__u8e3s4) {
|
|
2488
2543
|
return this.ox((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2489
2544
|
};
|
|
2490
|
-
protoOf(HashMapSerializer).
|
|
2545
|
+
protoOf(HashMapSerializer).wy = function (_this__u8e3s4, size) {
|
|
2491
2546
|
};
|
|
2492
2547
|
protoOf(HashMapSerializer).tw = function (_this__u8e3s4, size) {
|
|
2493
|
-
return this.
|
|
2494
|
-
};
|
|
2495
|
-
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
2496
|
-
CollectionLikeSerializer.call(this, eSerializer);
|
|
2497
|
-
this.oy_1 = kClass;
|
|
2498
|
-
this.py_1 = new ArrayClassDesc(eSerializer.wp());
|
|
2499
|
-
}
|
|
2500
|
-
protoOf(ReferenceArraySerializer).wp = function () {
|
|
2501
|
-
return this.py_1;
|
|
2502
|
-
};
|
|
2503
|
-
protoOf(ReferenceArraySerializer).qy = function (_this__u8e3s4) {
|
|
2504
|
-
return _this__u8e3s4.length;
|
|
2505
|
-
};
|
|
2506
|
-
protoOf(ReferenceArraySerializer).jx = function (_this__u8e3s4) {
|
|
2507
|
-
return this.qy((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2508
|
-
};
|
|
2509
|
-
protoOf(ReferenceArraySerializer).ry = function (_this__u8e3s4) {
|
|
2510
|
-
return arrayIterator(_this__u8e3s4);
|
|
2511
|
-
};
|
|
2512
|
-
protoOf(ReferenceArraySerializer).lx = function (_this__u8e3s4) {
|
|
2513
|
-
return this.ry((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2514
|
-
};
|
|
2515
|
-
protoOf(ReferenceArraySerializer).lw = function () {
|
|
2516
|
-
// Inline function 'kotlin.collections.arrayListOf' call
|
|
2517
|
-
return ArrayList_init_$Create$_0();
|
|
2518
|
-
};
|
|
2519
|
-
protoOf(ReferenceArraySerializer).sy = function (_this__u8e3s4) {
|
|
2520
|
-
return _this__u8e3s4.g1();
|
|
2521
|
-
};
|
|
2522
|
-
protoOf(ReferenceArraySerializer).nw = function (_this__u8e3s4) {
|
|
2523
|
-
return this.sy(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2524
|
-
};
|
|
2525
|
-
protoOf(ReferenceArraySerializer).ty = function (_this__u8e3s4) {
|
|
2526
|
-
return toNativeArrayImpl(_this__u8e3s4, this.oy_1);
|
|
2527
|
-
};
|
|
2528
|
-
protoOf(ReferenceArraySerializer).pw = function (_this__u8e3s4) {
|
|
2529
|
-
return this.ty(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE());
|
|
2530
|
-
};
|
|
2531
|
-
protoOf(ReferenceArraySerializer).uy = function (_this__u8e3s4) {
|
|
2532
|
-
return ArrayList_init_$Create$_1(asList(_this__u8e3s4));
|
|
2533
|
-
};
|
|
2534
|
-
protoOf(ReferenceArraySerializer).rw = function (_this__u8e3s4) {
|
|
2535
|
-
return this.uy((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2536
|
-
};
|
|
2537
|
-
protoOf(ReferenceArraySerializer).vy = function (_this__u8e3s4, size) {
|
|
2538
|
-
return _this__u8e3s4.c6(size);
|
|
2539
|
-
};
|
|
2540
|
-
protoOf(ReferenceArraySerializer).tw = function (_this__u8e3s4, size) {
|
|
2541
|
-
return this.vy(_this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2542
|
-
};
|
|
2543
|
-
protoOf(ReferenceArraySerializer).wy = function (_this__u8e3s4, index, element) {
|
|
2544
|
-
_this__u8e3s4.d3(index, element);
|
|
2545
|
-
};
|
|
2546
|
-
protoOf(ReferenceArraySerializer).vw = function (_this__u8e3s4, index, element) {
|
|
2547
|
-
var tmp = _this__u8e3s4 instanceof ArrayList ? _this__u8e3s4 : THROW_CCE();
|
|
2548
|
-
return this.wy(tmp, index, (element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
2548
|
+
return this.wy(_this__u8e3s4 instanceof HashMap ? _this__u8e3s4 : THROW_CCE(), size);
|
|
2549
2549
|
};
|
|
2550
2550
|
function CollectionSerializer(element) {
|
|
2551
2551
|
CollectionLikeSerializer.call(this, element);
|
|
@@ -6277,31 +6277,32 @@
|
|
|
6277
6277
|
_.$_$.d2 = LinkedHashMapSerializer;
|
|
6278
6278
|
_.$_$.e2 = NamedValueDecoder;
|
|
6279
6279
|
_.$_$.f2 = PluginGeneratedSerialDescriptor;
|
|
6280
|
-
_.$_$.g2 =
|
|
6281
|
-
_.$_$.h2 =
|
|
6282
|
-
_.$_$.i2 =
|
|
6283
|
-
_.$_$.j2 =
|
|
6284
|
-
_.$_$.k2 =
|
|
6285
|
-
_.$_$.l2 =
|
|
6286
|
-
_.$_$.m2 =
|
|
6287
|
-
_.$_$.n2 =
|
|
6288
|
-
_.$_$.o2 =
|
|
6289
|
-
_.$_$.p2 =
|
|
6290
|
-
_.$_$.q2 =
|
|
6291
|
-
_.$_$.r2 =
|
|
6292
|
-
_.$_$.s2 =
|
|
6293
|
-
_.$_$.t2 =
|
|
6294
|
-
_.$_$.u2 =
|
|
6295
|
-
_.$_$.v2 =
|
|
6296
|
-
_.$_$.w2 =
|
|
6297
|
-
_.$_$.x2 =
|
|
6298
|
-
_.$_$.y2 =
|
|
6299
|
-
_.$_$.z2 =
|
|
6300
|
-
_.$_$.a3 =
|
|
6301
|
-
_.$_$.b3 =
|
|
6302
|
-
_.$_$.c3 =
|
|
6303
|
-
_.$_$.d3 =
|
|
6304
|
-
_.$_$.e3 =
|
|
6280
|
+
_.$_$.g2 = ReferenceArraySerializer;
|
|
6281
|
+
_.$_$.h2 = SerializerFactory;
|
|
6282
|
+
_.$_$.i2 = createAnnotatedEnumSerializer;
|
|
6283
|
+
_.$_$.j2 = createSimpleEnumSerializer;
|
|
6284
|
+
_.$_$.k2 = jsonCachedSerialNames;
|
|
6285
|
+
_.$_$.l2 = throwArrayMissingFieldException;
|
|
6286
|
+
_.$_$.m2 = throwMissingFieldException;
|
|
6287
|
+
_.$_$.n2 = EmptySerializersModule_0;
|
|
6288
|
+
_.$_$.o2 = PolymorphicModuleBuilder;
|
|
6289
|
+
_.$_$.p2 = SerializersModuleBuilder;
|
|
6290
|
+
_.$_$.q2 = contextual;
|
|
6291
|
+
_.$_$.r2 = SerializersModuleCollector;
|
|
6292
|
+
_.$_$.s2 = BinaryFormat;
|
|
6293
|
+
_.$_$.t2 = DeserializationStrategy;
|
|
6294
|
+
_.$_$.u2 = KSerializer;
|
|
6295
|
+
_.$_$.v2 = MissingFieldException;
|
|
6296
|
+
_.$_$.w2 = SealedClassSerializer;
|
|
6297
|
+
_.$_$.x2 = SerializationException;
|
|
6298
|
+
_.$_$.y2 = SerializationStrategy;
|
|
6299
|
+
_.$_$.z2 = StringFormat;
|
|
6300
|
+
_.$_$.a3 = findPolymorphicSerializer;
|
|
6301
|
+
_.$_$.b3 = findPolymorphicSerializer_0;
|
|
6302
|
+
_.$_$.c3 = serializerOrNull;
|
|
6303
|
+
_.$_$.d3 = serializer_1;
|
|
6304
|
+
_.$_$.e3 = serializer;
|
|
6305
|
+
_.$_$.f3 = serializer_0;
|
|
6305
6306
|
//endregion
|
|
6306
6307
|
return _;
|
|
6307
6308
|
}));
|