@solibo/home-api 1.1.21 → 1.1.22
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.mjs +713 -713
- package/kotlin-kotlin-stdlib.mjs +6 -6
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1842 -1798
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1333 -1333
- package/ktor-ktor-client-content-negotiation.mjs +125 -125
- package/ktor-ktor-client-core.mjs +1802 -1802
- package/ktor-ktor-events.mjs +5 -5
- package/ktor-ktor-http-cio.mjs +306 -306
- package/ktor-ktor-http.mjs +613 -613
- package/ktor-ktor-serialization-kotlinx-json.mjs +7 -7
- package/ktor-ktor-serialization-kotlinx.mjs +120 -120
- package/ktor-ktor-serialization.mjs +51 -51
- package/ktor-ktor-utils.mjs +494 -494
- package/ktor-ktor-websockets.mjs +324 -324
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +181 -124
- package/solibo-sdk-sdk-home-api.mjs +48344 -47882
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
|
@@ -132,10 +132,10 @@ function year$default(padding, $super) {
|
|
|
132
132
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
133
133
|
var tmp;
|
|
134
134
|
if ($super === VOID) {
|
|
135
|
-
this.
|
|
135
|
+
this.d55(padding);
|
|
136
136
|
tmp = Unit_instance;
|
|
137
137
|
} else {
|
|
138
|
-
tmp = $super.
|
|
138
|
+
tmp = $super.d55.call(this, padding);
|
|
139
139
|
}
|
|
140
140
|
return tmp;
|
|
141
141
|
}
|
|
@@ -143,10 +143,10 @@ function monthNumber$default(padding, $super) {
|
|
|
143
143
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
144
144
|
var tmp;
|
|
145
145
|
if ($super === VOID) {
|
|
146
|
-
this.
|
|
146
|
+
this.f55(padding);
|
|
147
147
|
tmp = Unit_instance;
|
|
148
148
|
} else {
|
|
149
|
-
tmp = $super.
|
|
149
|
+
tmp = $super.f55.call(this, padding);
|
|
150
150
|
}
|
|
151
151
|
return tmp;
|
|
152
152
|
}
|
|
@@ -155,35 +155,35 @@ function day$default(padding, $super) {
|
|
|
155
155
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
156
156
|
var tmp;
|
|
157
157
|
if ($super === VOID) {
|
|
158
|
-
this.
|
|
158
|
+
this.i55(padding);
|
|
159
159
|
tmp = Unit_instance;
|
|
160
160
|
} else {
|
|
161
|
-
tmp = $super.
|
|
161
|
+
tmp = $super.i55.call(this, padding);
|
|
162
162
|
}
|
|
163
163
|
return tmp;
|
|
164
164
|
}
|
|
165
165
|
initMetadataForInterface(WithDate, 'WithDate', VOID, VOID, [WithYearMonth]);
|
|
166
166
|
function chars(value) {
|
|
167
|
-
return this.
|
|
167
|
+
return this.k55().m55(new ConstantFormatStructure(value));
|
|
168
168
|
}
|
|
169
169
|
function build() {
|
|
170
|
-
return new CachedFormatStructure(this.
|
|
170
|
+
return new CachedFormatStructure(this.k55().m2l().n55_1);
|
|
171
171
|
}
|
|
172
172
|
initMetadataForInterface(AbstractDateTimeFormatBuilder, 'AbstractDateTimeFormatBuilder');
|
|
173
173
|
initMetadataForClass(IncompleteLocalDate, 'IncompleteLocalDate', IncompleteLocalDate);
|
|
174
174
|
initMetadataForCompanion(Companion_4);
|
|
175
175
|
function year(padding) {
|
|
176
|
-
return this.
|
|
176
|
+
return this.o56(new BasicFormatStructure(new YearDirective(padding)));
|
|
177
177
|
}
|
|
178
178
|
function monthNumber(padding) {
|
|
179
|
-
return this.
|
|
179
|
+
return this.o56(new BasicFormatStructure(new MonthDirective(padding)));
|
|
180
180
|
}
|
|
181
181
|
initMetadataForInterface(AbstractWithYearMonthBuilder, 'AbstractWithYearMonthBuilder', VOID, VOID, [WithYearMonth]);
|
|
182
182
|
function addFormatStructureForYearMonth(structure) {
|
|
183
|
-
this.
|
|
183
|
+
this.n56(structure);
|
|
184
184
|
}
|
|
185
185
|
function day(padding) {
|
|
186
|
-
return this.
|
|
186
|
+
return this.n56(new BasicFormatStructure(new DayDirective(padding)));
|
|
187
187
|
}
|
|
188
188
|
initMetadataForInterface(AbstractWithDateBuilder, 'AbstractWithDateBuilder', VOID, VOID, [AbstractWithYearMonthBuilder, WithDate]);
|
|
189
189
|
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateBuilder]);
|
|
@@ -203,7 +203,7 @@ initMetadataForClass(AppendableFormatStructure, 'AppendableFormatStructure', App
|
|
|
203
203
|
initMetadataForClass(AbstractFieldSpec, 'AbstractFieldSpec');
|
|
204
204
|
initMetadataForClass(GenericFieldSpec, 'GenericFieldSpec', VOID, AbstractFieldSpec);
|
|
205
205
|
function getterNotNull(container) {
|
|
206
|
-
var tmp0_elvis_lhs = this.
|
|
206
|
+
var tmp0_elvis_lhs = this.y58(container);
|
|
207
207
|
var tmp;
|
|
208
208
|
if (tmp0_elvis_lhs == null) {
|
|
209
209
|
throw IllegalStateException_init_$Create$('Field ' + this.m() + ' is not set');
|
|
@@ -224,10 +224,10 @@ function format$default(obj, builder, minusNotRequired, $super) {
|
|
|
224
224
|
minusNotRequired = minusNotRequired === VOID ? false : minusNotRequired;
|
|
225
225
|
var tmp;
|
|
226
226
|
if ($super === VOID) {
|
|
227
|
-
this.
|
|
227
|
+
this.b59(obj, builder, minusNotRequired);
|
|
228
228
|
tmp = Unit_instance;
|
|
229
229
|
} else {
|
|
230
|
-
tmp = $super.
|
|
230
|
+
tmp = $super.b59.call(this, obj, builder, minusNotRequired);
|
|
231
231
|
}
|
|
232
232
|
return tmp;
|
|
233
233
|
}
|
|
@@ -295,59 +295,59 @@ function Companion_getInstance_2() {
|
|
|
295
295
|
}
|
|
296
296
|
function TimeBased(nanoseconds) {
|
|
297
297
|
DateTimeUnit.call(this);
|
|
298
|
-
this.
|
|
298
|
+
this.w53_1 = nanoseconds;
|
|
299
299
|
// Inline function 'kotlin.require' call
|
|
300
|
-
if (!(this.
|
|
301
|
-
var message = 'Unit duration must be positive, but was ' + this.
|
|
300
|
+
if (!(this.w53_1 > 0n)) {
|
|
301
|
+
var message = 'Unit duration must be positive, but was ' + this.w53_1.toString() + ' ns.';
|
|
302
302
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
303
303
|
}
|
|
304
|
-
if (modulo(this.
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
304
|
+
if (modulo(this.w53_1, 3600000000000n) === 0n) {
|
|
305
|
+
this.x53_1 = 'HOUR';
|
|
306
|
+
this.y53_1 = divide(this.w53_1, 3600000000000n);
|
|
307
307
|
} else {
|
|
308
|
-
if (modulo(this.
|
|
309
|
-
this.
|
|
310
|
-
this.
|
|
308
|
+
if (modulo(this.w53_1, 60000000000n) === 0n) {
|
|
309
|
+
this.x53_1 = 'MINUTE';
|
|
310
|
+
this.y53_1 = divide(this.w53_1, 60000000000n);
|
|
311
311
|
} else {
|
|
312
|
-
var tmp0 = this.
|
|
312
|
+
var tmp0 = this.w53_1;
|
|
313
313
|
// Inline function 'kotlin.Long.rem' call
|
|
314
314
|
var other = 1000000000;
|
|
315
315
|
if (modulo(tmp0, fromInt(other)) === 0n) {
|
|
316
|
-
this.
|
|
316
|
+
this.x53_1 = 'SECOND';
|
|
317
317
|
var tmp = this;
|
|
318
|
-
var tmp0_0 = this.
|
|
318
|
+
var tmp0_0 = this.w53_1;
|
|
319
319
|
// Inline function 'kotlin.Long.div' call
|
|
320
320
|
var other_0 = 1000000000;
|
|
321
|
-
tmp.
|
|
321
|
+
tmp.y53_1 = divide(tmp0_0, fromInt(other_0));
|
|
322
322
|
} else {
|
|
323
323
|
// Inline function 'kotlin.Long.rem' call
|
|
324
|
-
var this_0 = this.
|
|
324
|
+
var this_0 = this.w53_1;
|
|
325
325
|
if (modulo(this_0, fromInt(1000000)) === 0n) {
|
|
326
|
-
this.
|
|
326
|
+
this.x53_1 = 'MILLISECOND';
|
|
327
327
|
var tmp_0 = this;
|
|
328
328
|
// Inline function 'kotlin.Long.div' call
|
|
329
|
-
var this_1 = this.
|
|
330
|
-
tmp_0.
|
|
329
|
+
var this_1 = this.w53_1;
|
|
330
|
+
tmp_0.y53_1 = divide(this_1, fromInt(1000000));
|
|
331
331
|
} else {
|
|
332
332
|
// Inline function 'kotlin.Long.rem' call
|
|
333
|
-
var this_2 = this.
|
|
333
|
+
var this_2 = this.w53_1;
|
|
334
334
|
if (modulo(this_2, fromInt(1000)) === 0n) {
|
|
335
|
-
this.
|
|
335
|
+
this.x53_1 = 'MICROSECOND';
|
|
336
336
|
var tmp_1 = this;
|
|
337
337
|
// Inline function 'kotlin.Long.div' call
|
|
338
|
-
var this_3 = this.
|
|
339
|
-
tmp_1.
|
|
338
|
+
var this_3 = this.w53_1;
|
|
339
|
+
tmp_1.y53_1 = divide(this_3, fromInt(1000));
|
|
340
340
|
} else {
|
|
341
|
-
this.
|
|
342
|
-
this.
|
|
341
|
+
this.x53_1 = 'NANOSECOND';
|
|
342
|
+
this.y53_1 = this.w53_1;
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
protoOf(TimeBased).
|
|
350
|
-
return new TimeBased(safeMultiply(this.
|
|
349
|
+
protoOf(TimeBased).z53 = function (scalar) {
|
|
350
|
+
return new TimeBased(safeMultiply(this.w53_1, fromInt(scalar)));
|
|
351
351
|
};
|
|
352
352
|
protoOf(TimeBased).equals = function (other) {
|
|
353
353
|
var tmp;
|
|
@@ -356,7 +356,7 @@ protoOf(TimeBased).equals = function (other) {
|
|
|
356
356
|
} else {
|
|
357
357
|
var tmp_0;
|
|
358
358
|
if (other instanceof TimeBased) {
|
|
359
|
-
tmp_0 = this.
|
|
359
|
+
tmp_0 = this.w53_1 === other.w53_1;
|
|
360
360
|
} else {
|
|
361
361
|
tmp_0 = false;
|
|
362
362
|
}
|
|
@@ -365,25 +365,25 @@ protoOf(TimeBased).equals = function (other) {
|
|
|
365
365
|
return tmp;
|
|
366
366
|
};
|
|
367
367
|
protoOf(TimeBased).hashCode = function () {
|
|
368
|
-
return convertToInt(this.
|
|
368
|
+
return convertToInt(this.w53_1) ^ convertToInt(shiftRight(this.w53_1, 32));
|
|
369
369
|
};
|
|
370
370
|
protoOf(TimeBased).toString = function () {
|
|
371
|
-
return this.
|
|
371
|
+
return this.a54(this.y53_1, this.x53_1);
|
|
372
372
|
};
|
|
373
373
|
function DateBased() {
|
|
374
374
|
DateTimeUnit.call(this);
|
|
375
375
|
}
|
|
376
376
|
function DayBased(days) {
|
|
377
377
|
DateBased.call(this);
|
|
378
|
-
this.
|
|
378
|
+
this.c54_1 = days;
|
|
379
379
|
// Inline function 'kotlin.require' call
|
|
380
|
-
if (!(this.
|
|
381
|
-
var message = 'Unit duration must be positive, but was ' + this.
|
|
380
|
+
if (!(this.c54_1 > 0)) {
|
|
381
|
+
var message = 'Unit duration must be positive, but was ' + this.c54_1 + ' days.';
|
|
382
382
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
protoOf(DayBased).
|
|
386
|
-
return new DayBased(safeMultiply_0(this.
|
|
385
|
+
protoOf(DayBased).z53 = function (scalar) {
|
|
386
|
+
return new DayBased(safeMultiply_0(this.c54_1, scalar));
|
|
387
387
|
};
|
|
388
388
|
protoOf(DayBased).equals = function (other) {
|
|
389
389
|
var tmp;
|
|
@@ -392,7 +392,7 @@ protoOf(DayBased).equals = function (other) {
|
|
|
392
392
|
} else {
|
|
393
393
|
var tmp_0;
|
|
394
394
|
if (other instanceof DayBased) {
|
|
395
|
-
tmp_0 = this.
|
|
395
|
+
tmp_0 = this.c54_1 === other.c54_1;
|
|
396
396
|
} else {
|
|
397
397
|
tmp_0 = false;
|
|
398
398
|
}
|
|
@@ -401,22 +401,22 @@ protoOf(DayBased).equals = function (other) {
|
|
|
401
401
|
return tmp;
|
|
402
402
|
};
|
|
403
403
|
protoOf(DayBased).hashCode = function () {
|
|
404
|
-
return this.
|
|
404
|
+
return this.c54_1 ^ 65536;
|
|
405
405
|
};
|
|
406
406
|
protoOf(DayBased).toString = function () {
|
|
407
|
-
return (this.
|
|
407
|
+
return (this.c54_1 % 7 | 0) === 0 ? this.b54(this.c54_1 / 7 | 0, 'WEEK') : this.b54(this.c54_1, 'DAY');
|
|
408
408
|
};
|
|
409
409
|
function MonthBased(months) {
|
|
410
410
|
DateBased.call(this);
|
|
411
|
-
this.
|
|
411
|
+
this.d54_1 = months;
|
|
412
412
|
// Inline function 'kotlin.require' call
|
|
413
|
-
if (!(this.
|
|
414
|
-
var message = 'Unit duration must be positive, but was ' + this.
|
|
413
|
+
if (!(this.d54_1 > 0)) {
|
|
414
|
+
var message = 'Unit duration must be positive, but was ' + this.d54_1 + ' months.';
|
|
415
415
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
protoOf(MonthBased).
|
|
419
|
-
return new MonthBased(safeMultiply_0(this.
|
|
418
|
+
protoOf(MonthBased).z53 = function (scalar) {
|
|
419
|
+
return new MonthBased(safeMultiply_0(this.d54_1, scalar));
|
|
420
420
|
};
|
|
421
421
|
protoOf(MonthBased).equals = function (other) {
|
|
422
422
|
var tmp;
|
|
@@ -425,7 +425,7 @@ protoOf(MonthBased).equals = function (other) {
|
|
|
425
425
|
} else {
|
|
426
426
|
var tmp_0;
|
|
427
427
|
if (other instanceof MonthBased) {
|
|
428
|
-
tmp_0 = this.
|
|
428
|
+
tmp_0 = this.d54_1 === other.d54_1;
|
|
429
429
|
} else {
|
|
430
430
|
tmp_0 = false;
|
|
431
431
|
}
|
|
@@ -434,25 +434,25 @@ protoOf(MonthBased).equals = function (other) {
|
|
|
434
434
|
return tmp;
|
|
435
435
|
};
|
|
436
436
|
protoOf(MonthBased).hashCode = function () {
|
|
437
|
-
return this.
|
|
437
|
+
return this.d54_1 ^ 131072;
|
|
438
438
|
};
|
|
439
439
|
protoOf(MonthBased).toString = function () {
|
|
440
|
-
return (this.
|
|
440
|
+
return (this.d54_1 % 1200 | 0) === 0 ? this.b54(this.d54_1 / 1200 | 0, 'CENTURY') : (this.d54_1 % 12 | 0) === 0 ? this.b54(this.d54_1 / 12 | 0, 'YEAR') : (this.d54_1 % 3 | 0) === 0 ? this.b54(this.d54_1 / 3 | 0, 'QUARTER') : this.b54(this.d54_1, 'MONTH');
|
|
441
441
|
};
|
|
442
442
|
function Companion_3() {
|
|
443
443
|
Companion_instance_3 = this;
|
|
444
|
-
this.
|
|
445
|
-
this.
|
|
446
|
-
this.
|
|
447
|
-
this.
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
450
|
-
this.
|
|
451
|
-
this.
|
|
452
|
-
this.
|
|
453
|
-
this.
|
|
454
|
-
this.
|
|
455
|
-
this.
|
|
444
|
+
this.e54_1 = new TimeBased(1n);
|
|
445
|
+
this.f54_1 = this.e54_1.z53(1000);
|
|
446
|
+
this.g54_1 = this.f54_1.z53(1000);
|
|
447
|
+
this.h54_1 = this.g54_1.z53(1000);
|
|
448
|
+
this.i54_1 = this.h54_1.z53(60);
|
|
449
|
+
this.j54_1 = this.i54_1.z53(60);
|
|
450
|
+
this.k54_1 = new DayBased(1);
|
|
451
|
+
this.l54_1 = this.k54_1.z53(7);
|
|
452
|
+
this.m54_1 = new MonthBased(1);
|
|
453
|
+
this.n54_1 = this.m54_1.z53(3);
|
|
454
|
+
this.o54_1 = this.m54_1.z53(12);
|
|
455
|
+
this.p54_1 = this.o54_1.z53(100);
|
|
456
456
|
}
|
|
457
457
|
var Companion_instance_3;
|
|
458
458
|
function Companion_getInstance_3() {
|
|
@@ -463,10 +463,10 @@ function Companion_getInstance_3() {
|
|
|
463
463
|
function DateTimeUnit() {
|
|
464
464
|
Companion_getInstance_3();
|
|
465
465
|
}
|
|
466
|
-
protoOf(DateTimeUnit).
|
|
466
|
+
protoOf(DateTimeUnit).b54 = function (value, unit) {
|
|
467
467
|
return value === 1 ? unit : '' + value + '-' + unit;
|
|
468
468
|
};
|
|
469
|
-
protoOf(DateTimeUnit).
|
|
469
|
+
protoOf(DateTimeUnit).a54 = function (value, unit) {
|
|
470
470
|
return value === 1n ? unit : value.toString() + '-' + unit;
|
|
471
471
|
};
|
|
472
472
|
function get_isoDayNumber(_this__u8e3s4) {
|
|
@@ -600,10 +600,10 @@ function plus_0(_this__u8e3s4, value, unit) {
|
|
|
600
600
|
return plus_1(_this__u8e3s4, fromInt(value), unit);
|
|
601
601
|
}
|
|
602
602
|
function getIsoDateFormat() {
|
|
603
|
-
return Formats_getInstance().
|
|
603
|
+
return Formats_getInstance().r54();
|
|
604
604
|
}
|
|
605
605
|
function format(_this__u8e3s4, format) {
|
|
606
|
-
return format.
|
|
606
|
+
return format.s54(_this__u8e3s4);
|
|
607
607
|
}
|
|
608
608
|
function get_number(_this__u8e3s4) {
|
|
609
609
|
return _this__u8e3s4.a1_1 + 1 | 0;
|
|
@@ -709,16 +709,16 @@ function Month_DECEMBER_getInstance() {
|
|
|
709
709
|
}
|
|
710
710
|
function AbstractDateTimeFormat() {
|
|
711
711
|
}
|
|
712
|
-
protoOf(AbstractDateTimeFormat).
|
|
712
|
+
protoOf(AbstractDateTimeFormat).s54 = function (value) {
|
|
713
713
|
// Inline function 'kotlin.also' call
|
|
714
714
|
var this_0 = StringBuilder_init_$Create$();
|
|
715
|
-
this.
|
|
715
|
+
this.t54().a55().b55(this.u54(value), this_0);
|
|
716
716
|
return this_0.toString();
|
|
717
717
|
};
|
|
718
718
|
protoOf(AbstractDateTimeFormat).al = function (input) {
|
|
719
719
|
var tmp;
|
|
720
720
|
try {
|
|
721
|
-
tmp = Parser__match$default_impl_x2xlti(_Parser___init__impl__gdyfby(this.
|
|
721
|
+
tmp = Parser__match$default_impl_x2xlti(_Parser___init__impl__gdyfby(this.t54().c55()), input, this.w54());
|
|
722
722
|
} catch ($p) {
|
|
723
723
|
var tmp_0;
|
|
724
724
|
if ($p instanceof ParseException) {
|
|
@@ -730,7 +730,7 @@ protoOf(AbstractDateTimeFormat).al = function (input) {
|
|
|
730
730
|
}
|
|
731
731
|
var matched = tmp;
|
|
732
732
|
try {
|
|
733
|
-
return this.
|
|
733
|
+
return this.v54(matched);
|
|
734
734
|
} catch ($p) {
|
|
735
735
|
if ($p instanceof IllegalArgumentException) {
|
|
736
736
|
var e_0 = $p;
|
|
@@ -769,7 +769,7 @@ function WithYearMonth() {
|
|
|
769
769
|
function WithDate() {
|
|
770
770
|
}
|
|
771
771
|
function char(_this__u8e3s4, value) {
|
|
772
|
-
return _this__u8e3s4.
|
|
772
|
+
return _this__u8e3s4.h55(toString_0(value));
|
|
773
773
|
}
|
|
774
774
|
function AbstractDateTimeFormatBuilder() {
|
|
775
775
|
}
|
|
@@ -801,70 +801,70 @@ function IncompleteLocalDate(yearMonth, day, dayOfWeek, dayOfYear) {
|
|
|
801
801
|
day = day === VOID ? null : day;
|
|
802
802
|
dayOfWeek = dayOfWeek === VOID ? null : dayOfWeek;
|
|
803
803
|
dayOfYear = dayOfYear === VOID ? null : dayOfYear;
|
|
804
|
-
this.
|
|
805
|
-
this.
|
|
806
|
-
this.
|
|
807
|
-
this.
|
|
804
|
+
this.o55_1 = yearMonth;
|
|
805
|
+
this.p55_1 = day;
|
|
806
|
+
this.q55_1 = dayOfWeek;
|
|
807
|
+
this.r55_1 = dayOfYear;
|
|
808
808
|
}
|
|
809
|
-
protoOf(IncompleteLocalDate).
|
|
810
|
-
this.
|
|
809
|
+
protoOf(IncompleteLocalDate).s55 = function (_set____db54di) {
|
|
810
|
+
this.p55_1 = _set____db54di;
|
|
811
811
|
};
|
|
812
|
-
protoOf(IncompleteLocalDate).
|
|
813
|
-
return this.
|
|
812
|
+
protoOf(IncompleteLocalDate).t55 = function () {
|
|
813
|
+
return this.p55_1;
|
|
814
814
|
};
|
|
815
|
-
protoOf(IncompleteLocalDate).
|
|
816
|
-
this.
|
|
815
|
+
protoOf(IncompleteLocalDate).u55 = function (_set____db54di) {
|
|
816
|
+
this.q55_1 = _set____db54di;
|
|
817
817
|
};
|
|
818
|
-
protoOf(IncompleteLocalDate).
|
|
819
|
-
return this.
|
|
818
|
+
protoOf(IncompleteLocalDate).v55 = function () {
|
|
819
|
+
return this.q55_1;
|
|
820
820
|
};
|
|
821
|
-
protoOf(IncompleteLocalDate).
|
|
822
|
-
this.
|
|
821
|
+
protoOf(IncompleteLocalDate).w55 = function (_set____db54di) {
|
|
822
|
+
this.r55_1 = _set____db54di;
|
|
823
823
|
};
|
|
824
|
-
protoOf(IncompleteLocalDate).
|
|
825
|
-
return this.
|
|
824
|
+
protoOf(IncompleteLocalDate).x55 = function () {
|
|
825
|
+
return this.r55_1;
|
|
826
826
|
};
|
|
827
|
-
protoOf(IncompleteLocalDate).
|
|
828
|
-
var year = requireParsedField(this.
|
|
829
|
-
var dayOfYear = this.
|
|
827
|
+
protoOf(IncompleteLocalDate).y55 = function () {
|
|
828
|
+
var year = requireParsedField(this.z55(), 'year');
|
|
829
|
+
var dayOfYear = this.r55_1;
|
|
830
830
|
var tmp;
|
|
831
831
|
if (dayOfYear == null) {
|
|
832
|
-
tmp = new LocalDate(year, requireParsedField(this.
|
|
832
|
+
tmp = new LocalDate(year, requireParsedField(this.e56(), 'monthNumber'), requireParsedField(this.p55_1, 'day'));
|
|
833
833
|
} else {
|
|
834
834
|
// Inline function 'kotlin.also' call
|
|
835
|
-
var this_0 = plus_0(new LocalDate(year, 1, 1), dayOfYear - 1 | 0, Companion_getInstance_3().
|
|
836
|
-
if (!(this_0.
|
|
835
|
+
var this_0 = plus_0(new LocalDate(year, 1, 1), dayOfYear - 1 | 0, Companion_getInstance_3().k54_1);
|
|
836
|
+
if (!(this_0.a56_1 === year)) {
|
|
837
837
|
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of year is ' + dayOfYear + ', which is not a valid day of year for the year ' + year));
|
|
838
838
|
}
|
|
839
|
-
if (!(this.
|
|
840
|
-
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of year is ' + dayOfYear + ', which is ' + this_0.
|
|
839
|
+
if (!(this.e56() == null) && !(get_number(this_0.d56()) === this.e56())) {
|
|
840
|
+
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of year is ' + dayOfYear + ', which is ' + this_0.d56().toString() + ', ') + ('but ' + this.e56() + ' was specified as the month number'));
|
|
841
841
|
}
|
|
842
|
-
if (!(this.
|
|
843
|
-
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of year is ' + dayOfYear + ', which is the day ' + this_0.
|
|
842
|
+
if (!(this.p55_1 == null) && !(this_0.b56_1 === this.p55_1)) {
|
|
843
|
+
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of year is ' + dayOfYear + ', which is the day ' + this_0.b56_1 + ' of ' + this_0.d56().toString() + ', ') + ('but ' + this.p55_1 + ' was specified as the day of month'));
|
|
844
844
|
}
|
|
845
845
|
tmp = this_0;
|
|
846
846
|
}
|
|
847
847
|
var date = tmp;
|
|
848
|
-
var tmp0_safe_receiver = this.
|
|
848
|
+
var tmp0_safe_receiver = this.q55_1;
|
|
849
849
|
if (tmp0_safe_receiver == null)
|
|
850
850
|
null;
|
|
851
851
|
else {
|
|
852
852
|
// Inline function 'kotlin.let' call
|
|
853
|
-
if (!(tmp0_safe_receiver === get_isoDayNumber(date.
|
|
854
|
-
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of week is ' + DayOfWeek_0(tmp0_safe_receiver).toString() + ' but the date is ' + date.toString() + ', which is a ' + date.
|
|
853
|
+
if (!(tmp0_safe_receiver === get_isoDayNumber(date.v55()))) {
|
|
854
|
+
throw DateTimeFormatException_init_$Create$_0('Can not create a LocalDate from the given input: ' + ('the day of week is ' + DayOfWeek_0(tmp0_safe_receiver).toString() + ' but the date is ' + date.toString() + ', which is a ' + date.v55().toString()));
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
857
|
return date;
|
|
858
858
|
};
|
|
859
|
-
protoOf(IncompleteLocalDate).
|
|
860
|
-
this.
|
|
861
|
-
this.
|
|
862
|
-
this.
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
859
|
+
protoOf(IncompleteLocalDate).f56 = function (date) {
|
|
860
|
+
this.g56(date.a56_1);
|
|
861
|
+
this.h56(get_number(date.d56()));
|
|
862
|
+
this.p55_1 = date.b56_1;
|
|
863
|
+
this.q55_1 = get_isoDayNumber(date.v55());
|
|
864
|
+
this.r55_1 = date.x55();
|
|
865
865
|
};
|
|
866
|
-
protoOf(IncompleteLocalDate).
|
|
867
|
-
return new IncompleteLocalDate(this.
|
|
866
|
+
protoOf(IncompleteLocalDate).i56 = function () {
|
|
867
|
+
return new IncompleteLocalDate(this.o55_1.i56(), this.p55_1, this.q55_1, this.r55_1);
|
|
868
868
|
};
|
|
869
869
|
protoOf(IncompleteLocalDate).equals = function (other) {
|
|
870
870
|
var tmp;
|
|
@@ -872,177 +872,177 @@ protoOf(IncompleteLocalDate).equals = function (other) {
|
|
|
872
872
|
var tmp_1;
|
|
873
873
|
var tmp_2;
|
|
874
874
|
if (other instanceof IncompleteLocalDate) {
|
|
875
|
-
tmp_2 = this.
|
|
875
|
+
tmp_2 = this.o55_1.equals(other.o55_1);
|
|
876
876
|
} else {
|
|
877
877
|
tmp_2 = false;
|
|
878
878
|
}
|
|
879
879
|
if (tmp_2) {
|
|
880
|
-
tmp_1 = this.
|
|
880
|
+
tmp_1 = this.p55_1 == other.p55_1;
|
|
881
881
|
} else {
|
|
882
882
|
tmp_1 = false;
|
|
883
883
|
}
|
|
884
884
|
if (tmp_1) {
|
|
885
|
-
tmp_0 = this.
|
|
885
|
+
tmp_0 = this.q55_1 == other.q55_1;
|
|
886
886
|
} else {
|
|
887
887
|
tmp_0 = false;
|
|
888
888
|
}
|
|
889
889
|
if (tmp_0) {
|
|
890
|
-
tmp = this.
|
|
890
|
+
tmp = this.r55_1 == other.r55_1;
|
|
891
891
|
} else {
|
|
892
892
|
tmp = false;
|
|
893
893
|
}
|
|
894
894
|
return tmp;
|
|
895
895
|
};
|
|
896
896
|
protoOf(IncompleteLocalDate).hashCode = function () {
|
|
897
|
-
var tmp = imul(this.
|
|
897
|
+
var tmp = imul(this.o55_1.hashCode(), 29791);
|
|
898
898
|
// Inline function 'kotlin.hashCode' call
|
|
899
|
-
var tmp0_safe_receiver = this.
|
|
899
|
+
var tmp0_safe_receiver = this.p55_1;
|
|
900
900
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
901
901
|
var tmp$ret$0 = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
902
902
|
var tmp_0 = tmp + imul(tmp$ret$0, 961) | 0;
|
|
903
903
|
// Inline function 'kotlin.hashCode' call
|
|
904
|
-
var tmp0_safe_receiver_0 = this.
|
|
904
|
+
var tmp0_safe_receiver_0 = this.q55_1;
|
|
905
905
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
906
906
|
var tmp$ret$1 = tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0;
|
|
907
907
|
var tmp_1 = tmp_0 + imul(tmp$ret$1, 31) | 0;
|
|
908
908
|
// Inline function 'kotlin.hashCode' call
|
|
909
|
-
var tmp0_safe_receiver_1 = this.
|
|
909
|
+
var tmp0_safe_receiver_1 = this.r55_1;
|
|
910
910
|
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : hashCode(tmp0_safe_receiver_1);
|
|
911
911
|
return tmp_1 + (tmp1_elvis_lhs_1 == null ? 0 : tmp1_elvis_lhs_1) | 0;
|
|
912
912
|
};
|
|
913
913
|
protoOf(IncompleteLocalDate).toString = function () {
|
|
914
914
|
var tmp;
|
|
915
|
-
if (this.
|
|
916
|
-
var tmp_0 = this.
|
|
917
|
-
var tmp0_elvis_lhs = this.
|
|
915
|
+
if (this.r55_1 == null) {
|
|
916
|
+
var tmp_0 = this.o55_1.toString();
|
|
917
|
+
var tmp0_elvis_lhs = this.p55_1;
|
|
918
918
|
var tmp_1 = toString(tmp0_elvis_lhs == null ? '??' : tmp0_elvis_lhs);
|
|
919
|
-
var tmp1_elvis_lhs = this.
|
|
919
|
+
var tmp1_elvis_lhs = this.q55_1;
|
|
920
920
|
tmp = tmp_0 + '-' + tmp_1 + ' (day of week is ' + toString(tmp1_elvis_lhs == null ? '??' : tmp1_elvis_lhs) + ')';
|
|
921
|
-
} else if (this.
|
|
922
|
-
var tmp2_elvis_lhs = this.
|
|
921
|
+
} else if (this.p55_1 == null && this.e56() == null) {
|
|
922
|
+
var tmp2_elvis_lhs = this.o55_1.j56_1;
|
|
923
923
|
var tmp_2 = toString(tmp2_elvis_lhs == null ? '??' : tmp2_elvis_lhs);
|
|
924
|
-
var tmp_3 = this.
|
|
925
|
-
var tmp3_elvis_lhs = this.
|
|
924
|
+
var tmp_3 = this.r55_1;
|
|
925
|
+
var tmp3_elvis_lhs = this.q55_1;
|
|
926
926
|
tmp = '(' + tmp_2 + ')-' + tmp_3 + ' (day of week is ' + toString(tmp3_elvis_lhs == null ? '??' : tmp3_elvis_lhs) + ')';
|
|
927
927
|
} else {
|
|
928
|
-
var tmp_4 = this.
|
|
929
|
-
var tmp4_elvis_lhs = this.
|
|
928
|
+
var tmp_4 = this.o55_1.toString();
|
|
929
|
+
var tmp4_elvis_lhs = this.p55_1;
|
|
930
930
|
var tmp_5 = toString(tmp4_elvis_lhs == null ? '??' : tmp4_elvis_lhs);
|
|
931
|
-
var tmp5_elvis_lhs = this.
|
|
932
|
-
tmp = tmp_4 + '-' + tmp_5 + ' (day of week is ' + toString(tmp5_elvis_lhs == null ? '??' : tmp5_elvis_lhs) + ', day of year is ' + this.
|
|
931
|
+
var tmp5_elvis_lhs = this.q55_1;
|
|
932
|
+
tmp = tmp_4 + '-' + tmp_5 + ' (day of week is ' + toString(tmp5_elvis_lhs == null ? '??' : tmp5_elvis_lhs) + ', day of year is ' + this.r55_1 + ')';
|
|
933
933
|
}
|
|
934
934
|
return tmp;
|
|
935
935
|
};
|
|
936
|
-
protoOf(IncompleteLocalDate).
|
|
937
|
-
this.
|
|
936
|
+
protoOf(IncompleteLocalDate).g56 = function (_set____db54di) {
|
|
937
|
+
this.o55_1.j56_1 = _set____db54di;
|
|
938
938
|
};
|
|
939
|
-
protoOf(IncompleteLocalDate).
|
|
940
|
-
return this.
|
|
939
|
+
protoOf(IncompleteLocalDate).z55 = function () {
|
|
940
|
+
return this.o55_1.j56_1;
|
|
941
941
|
};
|
|
942
|
-
protoOf(IncompleteLocalDate).
|
|
943
|
-
this.
|
|
942
|
+
protoOf(IncompleteLocalDate).h56 = function (_set____db54di) {
|
|
943
|
+
this.o55_1.k56_1 = _set____db54di;
|
|
944
944
|
};
|
|
945
|
-
protoOf(IncompleteLocalDate).
|
|
946
|
-
return this.
|
|
945
|
+
protoOf(IncompleteLocalDate).e56 = function () {
|
|
946
|
+
return this.o55_1.k56_1;
|
|
947
947
|
};
|
|
948
948
|
function Companion_4() {
|
|
949
949
|
}
|
|
950
|
-
protoOf(Companion_4).
|
|
950
|
+
protoOf(Companion_4).l56 = function (block) {
|
|
951
951
|
var builder = new Builder(new AppendableFormatStructure());
|
|
952
952
|
block(builder);
|
|
953
|
-
return new LocalDateFormat(builder.
|
|
953
|
+
return new LocalDateFormat(builder.m2l());
|
|
954
954
|
};
|
|
955
955
|
var Companion_instance_4;
|
|
956
956
|
function Companion_getInstance_4() {
|
|
957
957
|
return Companion_instance_4;
|
|
958
958
|
}
|
|
959
959
|
function Builder(actualBuilder) {
|
|
960
|
-
this.
|
|
960
|
+
this.m56_1 = actualBuilder;
|
|
961
961
|
}
|
|
962
|
-
protoOf(Builder).
|
|
963
|
-
return this.
|
|
962
|
+
protoOf(Builder).k55 = function () {
|
|
963
|
+
return this.m56_1;
|
|
964
964
|
};
|
|
965
|
-
protoOf(Builder).
|
|
966
|
-
return this.
|
|
965
|
+
protoOf(Builder).n56 = function (structure) {
|
|
966
|
+
return this.m56_1.m55(structure);
|
|
967
967
|
};
|
|
968
968
|
function LocalDateFormat(actualFormat) {
|
|
969
969
|
AbstractDateTimeFormat.call(this);
|
|
970
|
-
this.
|
|
970
|
+
this.p56_1 = actualFormat;
|
|
971
971
|
}
|
|
972
|
-
protoOf(LocalDateFormat).
|
|
973
|
-
return this.
|
|
972
|
+
protoOf(LocalDateFormat).t54 = function () {
|
|
973
|
+
return this.p56_1;
|
|
974
974
|
};
|
|
975
|
-
protoOf(LocalDateFormat).
|
|
975
|
+
protoOf(LocalDateFormat).q56 = function (value) {
|
|
976
976
|
// Inline function 'kotlin.apply' call
|
|
977
977
|
var this_0 = new IncompleteLocalDate();
|
|
978
|
-
this_0.
|
|
978
|
+
this_0.f56(value);
|
|
979
979
|
return this_0;
|
|
980
980
|
};
|
|
981
|
-
protoOf(LocalDateFormat).
|
|
982
|
-
return this.
|
|
981
|
+
protoOf(LocalDateFormat).u54 = function (value) {
|
|
982
|
+
return this.q56(value instanceof LocalDate ? value : THROW_CCE());
|
|
983
983
|
};
|
|
984
|
-
protoOf(LocalDateFormat).
|
|
985
|
-
return intermediate.
|
|
984
|
+
protoOf(LocalDateFormat).r56 = function (intermediate) {
|
|
985
|
+
return intermediate.y55();
|
|
986
986
|
};
|
|
987
|
-
protoOf(LocalDateFormat).
|
|
988
|
-
return this.
|
|
987
|
+
protoOf(LocalDateFormat).v54 = function (intermediate) {
|
|
988
|
+
return this.r56(intermediate instanceof IncompleteLocalDate ? intermediate : THROW_CCE());
|
|
989
989
|
};
|
|
990
|
-
protoOf(LocalDateFormat).
|
|
990
|
+
protoOf(LocalDateFormat).w54 = function () {
|
|
991
991
|
return get_emptyIncompleteLocalDate();
|
|
992
992
|
};
|
|
993
993
|
function AbstractWithDateBuilder() {
|
|
994
994
|
}
|
|
995
995
|
function DayDirective(padding) {
|
|
996
|
-
var tmp = DateFields_getInstance().
|
|
996
|
+
var tmp = DateFields_getInstance().s56_1;
|
|
997
997
|
// Inline function 'kotlinx.datetime.format.minDigits' call
|
|
998
998
|
var tmp_0 = padding.equals(Padding_ZERO_getInstance()) ? 2 : 1;
|
|
999
999
|
// Inline function 'kotlinx.datetime.format.spaces' call
|
|
1000
1000
|
var tmp$ret$1 = padding.equals(Padding_SPACE_getInstance()) ? 2 : null;
|
|
1001
1001
|
UnsignedIntFieldFormatDirective.call(this, tmp, tmp_0, tmp$ret$1);
|
|
1002
|
-
this.
|
|
1002
|
+
this.z56_1 = padding;
|
|
1003
1003
|
}
|
|
1004
1004
|
protoOf(DayDirective).equals = function (other) {
|
|
1005
1005
|
var tmp;
|
|
1006
1006
|
if (other instanceof DayDirective) {
|
|
1007
|
-
tmp = this.
|
|
1007
|
+
tmp = this.z56_1.equals(other.z56_1);
|
|
1008
1008
|
} else {
|
|
1009
1009
|
tmp = false;
|
|
1010
1010
|
}
|
|
1011
1011
|
return tmp;
|
|
1012
1012
|
};
|
|
1013
1013
|
protoOf(DayDirective).hashCode = function () {
|
|
1014
|
-
return this.
|
|
1014
|
+
return this.z56_1.hashCode();
|
|
1015
1015
|
};
|
|
1016
1016
|
function DateFieldContainer$_get_day_$ref_2ebhxx() {
|
|
1017
1017
|
return function (p0) {
|
|
1018
|
-
return p0.
|
|
1018
|
+
return p0.t55();
|
|
1019
1019
|
};
|
|
1020
1020
|
}
|
|
1021
1021
|
function DateFieldContainer$_set_day_$ref_s0jsax() {
|
|
1022
1022
|
return function (p0, p1) {
|
|
1023
|
-
p0.
|
|
1023
|
+
p0.s55(p1);
|
|
1024
1024
|
return Unit_instance;
|
|
1025
1025
|
};
|
|
1026
1026
|
}
|
|
1027
1027
|
function DateFieldContainer$_get_dayOfWeek_$ref_thwqom() {
|
|
1028
1028
|
return function (p0) {
|
|
1029
|
-
return p0.
|
|
1029
|
+
return p0.v55();
|
|
1030
1030
|
};
|
|
1031
1031
|
}
|
|
1032
1032
|
function DateFieldContainer$_set_dayOfWeek_$ref_ea586a() {
|
|
1033
1033
|
return function (p0, p1) {
|
|
1034
|
-
p0.
|
|
1034
|
+
p0.u55(p1);
|
|
1035
1035
|
return Unit_instance;
|
|
1036
1036
|
};
|
|
1037
1037
|
}
|
|
1038
1038
|
function DateFieldContainer$_get_dayOfYear_$ref_2m6gfz() {
|
|
1039
1039
|
return function (p0) {
|
|
1040
|
-
return p0.
|
|
1040
|
+
return p0.x55();
|
|
1041
1041
|
};
|
|
1042
1042
|
}
|
|
1043
1043
|
function DateFieldContainer$_set_dayOfYear_$ref_cll22d() {
|
|
1044
1044
|
return function (p0, p1) {
|
|
1045
|
-
p0.
|
|
1045
|
+
p0.w55(p1);
|
|
1046
1046
|
return Unit_instance;
|
|
1047
1047
|
};
|
|
1048
1048
|
}
|
|
@@ -1051,15 +1051,15 @@ function DateFields() {
|
|
|
1051
1051
|
var tmp = this;
|
|
1052
1052
|
var tmp_0 = KMutableProperty1;
|
|
1053
1053
|
var tmp_1 = DateFieldContainer$_get_day_$ref_2ebhxx();
|
|
1054
|
-
tmp.
|
|
1054
|
+
tmp.s56_1 = new UnsignedFieldSpec(new PropertyAccessor(getPropertyCallableRef('day', 1, tmp_0, tmp_1, DateFieldContainer$_set_day_$ref_s0jsax())), 1, 31);
|
|
1055
1055
|
var tmp_2 = this;
|
|
1056
1056
|
var tmp_3 = KMutableProperty1;
|
|
1057
1057
|
var tmp_4 = DateFieldContainer$_get_dayOfWeek_$ref_thwqom();
|
|
1058
|
-
tmp_2.
|
|
1058
|
+
tmp_2.t56_1 = new UnsignedFieldSpec(new PropertyAccessor(getPropertyCallableRef('dayOfWeek', 1, tmp_3, tmp_4, DateFieldContainer$_set_dayOfWeek_$ref_ea586a())), 1, 7);
|
|
1059
1059
|
var tmp_5 = this;
|
|
1060
1060
|
var tmp_6 = KMutableProperty1;
|
|
1061
1061
|
var tmp_7 = DateFieldContainer$_get_dayOfYear_$ref_2m6gfz();
|
|
1062
|
-
tmp_5.
|
|
1062
|
+
tmp_5.u56_1 = new UnsignedFieldSpec(new PropertyAccessor(getPropertyCallableRef('dayOfYear', 1, tmp_6, tmp_7, DateFieldContainer$_set_dayOfYear_$ref_cll22d())), 1, 366);
|
|
1063
1063
|
}
|
|
1064
1064
|
var DateFields_instance;
|
|
1065
1065
|
function DateFields_getInstance() {
|
|
@@ -1070,15 +1070,15 @@ function DateFields_getInstance() {
|
|
|
1070
1070
|
function ISO_DATE$delegate$lambda() {
|
|
1071
1071
|
_init_properties_LocalDateFormat_kt__k1uk9u();
|
|
1072
1072
|
var tmp = Companion_instance_4;
|
|
1073
|
-
return tmp.
|
|
1073
|
+
return tmp.l56(ISO_DATE$delegate$lambda$lambda);
|
|
1074
1074
|
}
|
|
1075
1075
|
function ISO_DATE$delegate$lambda$lambda($this$build) {
|
|
1076
1076
|
_init_properties_LocalDateFormat_kt__k1uk9u();
|
|
1077
|
-
$this$build.
|
|
1077
|
+
$this$build.e55();
|
|
1078
1078
|
char($this$build, _Char___init__impl__6a9atx(45));
|
|
1079
|
-
$this$build.
|
|
1079
|
+
$this$build.g55();
|
|
1080
1080
|
char($this$build, _Char___init__impl__6a9atx(45));
|
|
1081
|
-
$this$build.
|
|
1081
|
+
$this$build.j55();
|
|
1082
1082
|
return Unit_instance;
|
|
1083
1083
|
}
|
|
1084
1084
|
function _get_ISO_DATE_$ref_powsum() {
|
|
@@ -1089,13 +1089,13 @@ function _get_ISO_DATE_$ref_powsum() {
|
|
|
1089
1089
|
function ISO_DATE_BASIC$delegate$lambda() {
|
|
1090
1090
|
_init_properties_LocalDateFormat_kt__k1uk9u();
|
|
1091
1091
|
var tmp = Companion_instance_4;
|
|
1092
|
-
return tmp.
|
|
1092
|
+
return tmp.l56(ISO_DATE_BASIC$delegate$lambda$lambda);
|
|
1093
1093
|
}
|
|
1094
1094
|
function ISO_DATE_BASIC$delegate$lambda$lambda($this$build) {
|
|
1095
1095
|
_init_properties_LocalDateFormat_kt__k1uk9u();
|
|
1096
|
-
$this$build.
|
|
1097
|
-
$this$build.
|
|
1098
|
-
$this$build.
|
|
1096
|
+
$this$build.e55();
|
|
1097
|
+
$this$build.g55();
|
|
1098
|
+
$this$build.j55();
|
|
1099
1099
|
return Unit_instance;
|
|
1100
1100
|
}
|
|
1101
1101
|
function _get_ISO_DATE_BASIC_$ref_3fs8eb() {
|
|
@@ -1129,43 +1129,43 @@ var ISO_YEAR_MONTH$delegate;
|
|
|
1129
1129
|
function IncompleteYearMonth(year, monthNumber) {
|
|
1130
1130
|
year = year === VOID ? null : year;
|
|
1131
1131
|
monthNumber = monthNumber === VOID ? null : monthNumber;
|
|
1132
|
-
this.
|
|
1133
|
-
this.
|
|
1132
|
+
this.j56_1 = year;
|
|
1133
|
+
this.k56_1 = monthNumber;
|
|
1134
1134
|
}
|
|
1135
|
-
protoOf(IncompleteYearMonth).
|
|
1136
|
-
this.
|
|
1135
|
+
protoOf(IncompleteYearMonth).g56 = function (_set____db54di) {
|
|
1136
|
+
this.j56_1 = _set____db54di;
|
|
1137
1137
|
};
|
|
1138
|
-
protoOf(IncompleteYearMonth).
|
|
1139
|
-
return this.
|
|
1138
|
+
protoOf(IncompleteYearMonth).z55 = function () {
|
|
1139
|
+
return this.j56_1;
|
|
1140
1140
|
};
|
|
1141
|
-
protoOf(IncompleteYearMonth).
|
|
1142
|
-
this.
|
|
1141
|
+
protoOf(IncompleteYearMonth).h56 = function (_set____db54di) {
|
|
1142
|
+
this.k56_1 = _set____db54di;
|
|
1143
1143
|
};
|
|
1144
|
-
protoOf(IncompleteYearMonth).
|
|
1145
|
-
return this.
|
|
1144
|
+
protoOf(IncompleteYearMonth).e56 = function () {
|
|
1145
|
+
return this.k56_1;
|
|
1146
1146
|
};
|
|
1147
|
-
protoOf(IncompleteYearMonth).
|
|
1148
|
-
var year = requireParsedField(this.
|
|
1149
|
-
var month = requireParsedField(this.
|
|
1147
|
+
protoOf(IncompleteYearMonth).e57 = function () {
|
|
1148
|
+
var year = requireParsedField(this.j56_1, 'year');
|
|
1149
|
+
var month = requireParsedField(this.k56_1, 'monthNumber');
|
|
1150
1150
|
return new YearMonth(year, month);
|
|
1151
1151
|
};
|
|
1152
|
-
protoOf(IncompleteYearMonth).
|
|
1153
|
-
this.
|
|
1154
|
-
this.
|
|
1152
|
+
protoOf(IncompleteYearMonth).f57 = function (yearMonth) {
|
|
1153
|
+
this.j56_1 = yearMonth.g57_1;
|
|
1154
|
+
this.k56_1 = get_number(yearMonth.d56());
|
|
1155
1155
|
};
|
|
1156
|
-
protoOf(IncompleteYearMonth).
|
|
1157
|
-
return new IncompleteYearMonth(this.
|
|
1156
|
+
protoOf(IncompleteYearMonth).i56 = function () {
|
|
1157
|
+
return new IncompleteYearMonth(this.j56_1, this.k56_1);
|
|
1158
1158
|
};
|
|
1159
1159
|
protoOf(IncompleteYearMonth).equals = function (other) {
|
|
1160
1160
|
var tmp;
|
|
1161
1161
|
var tmp_0;
|
|
1162
1162
|
if (other instanceof IncompleteYearMonth) {
|
|
1163
|
-
tmp_0 = this.
|
|
1163
|
+
tmp_0 = this.j56_1 == other.j56_1;
|
|
1164
1164
|
} else {
|
|
1165
1165
|
tmp_0 = false;
|
|
1166
1166
|
}
|
|
1167
1167
|
if (tmp_0) {
|
|
1168
|
-
tmp = this.
|
|
1168
|
+
tmp = this.k56_1 == other.k56_1;
|
|
1169
1169
|
} else {
|
|
1170
1170
|
tmp = false;
|
|
1171
1171
|
}
|
|
@@ -1173,19 +1173,19 @@ protoOf(IncompleteYearMonth).equals = function (other) {
|
|
|
1173
1173
|
};
|
|
1174
1174
|
protoOf(IncompleteYearMonth).hashCode = function () {
|
|
1175
1175
|
// Inline function 'kotlin.hashCode' call
|
|
1176
|
-
var tmp0_safe_receiver = this.
|
|
1176
|
+
var tmp0_safe_receiver = this.j56_1;
|
|
1177
1177
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
1178
1178
|
var tmp$ret$0 = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
1179
1179
|
var tmp = imul(tmp$ret$0, 31);
|
|
1180
1180
|
// Inline function 'kotlin.hashCode' call
|
|
1181
|
-
var tmp0_safe_receiver_0 = this.
|
|
1181
|
+
var tmp0_safe_receiver_0 = this.k56_1;
|
|
1182
1182
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
1183
1183
|
return tmp + (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0) | 0;
|
|
1184
1184
|
};
|
|
1185
1185
|
protoOf(IncompleteYearMonth).toString = function () {
|
|
1186
|
-
var tmp0_elvis_lhs = this.
|
|
1186
|
+
var tmp0_elvis_lhs = this.j56_1;
|
|
1187
1187
|
var tmp = toString(tmp0_elvis_lhs == null ? '??' : tmp0_elvis_lhs);
|
|
1188
|
-
var tmp1_elvis_lhs = this.
|
|
1188
|
+
var tmp1_elvis_lhs = this.k56_1;
|
|
1189
1189
|
return tmp + '-' + toString(tmp1_elvis_lhs == null ? '??' : tmp1_elvis_lhs);
|
|
1190
1190
|
};
|
|
1191
1191
|
function requireParsedField(field, name) {
|
|
@@ -1199,118 +1199,118 @@ function AbstractWithYearMonthBuilder() {
|
|
|
1199
1199
|
}
|
|
1200
1200
|
function Companion_5() {
|
|
1201
1201
|
}
|
|
1202
|
-
protoOf(Companion_5).
|
|
1202
|
+
protoOf(Companion_5).i57 = function (block) {
|
|
1203
1203
|
var builder = new Builder_0(new AppendableFormatStructure());
|
|
1204
1204
|
block(builder);
|
|
1205
|
-
return new YearMonthFormat(builder.
|
|
1205
|
+
return new YearMonthFormat(builder.m2l());
|
|
1206
1206
|
};
|
|
1207
1207
|
var Companion_instance_5;
|
|
1208
1208
|
function Companion_getInstance_5() {
|
|
1209
1209
|
return Companion_instance_5;
|
|
1210
1210
|
}
|
|
1211
1211
|
function Builder_0(actualBuilder) {
|
|
1212
|
-
this.
|
|
1212
|
+
this.j57_1 = actualBuilder;
|
|
1213
1213
|
}
|
|
1214
|
-
protoOf(Builder_0).
|
|
1215
|
-
return this.
|
|
1214
|
+
protoOf(Builder_0).k55 = function () {
|
|
1215
|
+
return this.j57_1;
|
|
1216
1216
|
};
|
|
1217
|
-
protoOf(Builder_0).
|
|
1218
|
-
return this.
|
|
1217
|
+
protoOf(Builder_0).o56 = function (structure) {
|
|
1218
|
+
return this.j57_1.m55(structure);
|
|
1219
1219
|
};
|
|
1220
1220
|
function YearMonthFormat(actualFormat) {
|
|
1221
1221
|
AbstractDateTimeFormat.call(this);
|
|
1222
|
-
this.
|
|
1222
|
+
this.k57_1 = actualFormat;
|
|
1223
1223
|
}
|
|
1224
|
-
protoOf(YearMonthFormat).
|
|
1225
|
-
return this.
|
|
1224
|
+
protoOf(YearMonthFormat).t54 = function () {
|
|
1225
|
+
return this.k57_1;
|
|
1226
1226
|
};
|
|
1227
|
-
protoOf(YearMonthFormat).
|
|
1227
|
+
protoOf(YearMonthFormat).l57 = function (value) {
|
|
1228
1228
|
// Inline function 'kotlin.apply' call
|
|
1229
1229
|
var this_0 = new IncompleteYearMonth();
|
|
1230
|
-
this_0.
|
|
1230
|
+
this_0.f57(value);
|
|
1231
1231
|
return this_0;
|
|
1232
1232
|
};
|
|
1233
|
-
protoOf(YearMonthFormat).
|
|
1234
|
-
return this.
|
|
1233
|
+
protoOf(YearMonthFormat).u54 = function (value) {
|
|
1234
|
+
return this.l57(value instanceof YearMonth ? value : THROW_CCE());
|
|
1235
1235
|
};
|
|
1236
|
-
protoOf(YearMonthFormat).
|
|
1237
|
-
return intermediate.
|
|
1236
|
+
protoOf(YearMonthFormat).m57 = function (intermediate) {
|
|
1237
|
+
return intermediate.e57();
|
|
1238
1238
|
};
|
|
1239
|
-
protoOf(YearMonthFormat).
|
|
1240
|
-
return this.
|
|
1239
|
+
protoOf(YearMonthFormat).v54 = function (intermediate) {
|
|
1240
|
+
return this.m57(intermediate instanceof IncompleteYearMonth ? intermediate : THROW_CCE());
|
|
1241
1241
|
};
|
|
1242
|
-
protoOf(YearMonthFormat).
|
|
1242
|
+
protoOf(YearMonthFormat).w54 = function () {
|
|
1243
1243
|
return get_emptyIncompleteYearMonth();
|
|
1244
1244
|
};
|
|
1245
1245
|
function YearDirective(padding, isYearOfEra) {
|
|
1246
1246
|
isYearOfEra = isYearOfEra === VOID ? false : isYearOfEra;
|
|
1247
|
-
var tmp = YearMonthFields_getInstance().
|
|
1247
|
+
var tmp = YearMonthFields_getInstance().n57_1;
|
|
1248
1248
|
// Inline function 'kotlinx.datetime.format.minDigits' call
|
|
1249
1249
|
var tmp_0 = padding.equals(Padding_ZERO_getInstance()) ? 4 : 1;
|
|
1250
1250
|
// Inline function 'kotlinx.datetime.format.spaces' call
|
|
1251
1251
|
var tmp$ret$1 = padding.equals(Padding_SPACE_getInstance()) ? 4 : null;
|
|
1252
1252
|
SignedIntFieldFormatDirective.call(this, tmp, tmp_0, null, tmp$ret$1, 4);
|
|
1253
|
-
this.
|
|
1254
|
-
this.
|
|
1253
|
+
this.u57_1 = padding;
|
|
1254
|
+
this.v57_1 = isYearOfEra;
|
|
1255
1255
|
}
|
|
1256
1256
|
protoOf(YearDirective).equals = function (other) {
|
|
1257
1257
|
var tmp;
|
|
1258
1258
|
var tmp_0;
|
|
1259
1259
|
if (other instanceof YearDirective) {
|
|
1260
|
-
tmp_0 = this.
|
|
1260
|
+
tmp_0 = this.u57_1.equals(other.u57_1);
|
|
1261
1261
|
} else {
|
|
1262
1262
|
tmp_0 = false;
|
|
1263
1263
|
}
|
|
1264
1264
|
if (tmp_0) {
|
|
1265
|
-
tmp = this.
|
|
1265
|
+
tmp = this.v57_1 === other.v57_1;
|
|
1266
1266
|
} else {
|
|
1267
1267
|
tmp = false;
|
|
1268
1268
|
}
|
|
1269
1269
|
return tmp;
|
|
1270
1270
|
};
|
|
1271
1271
|
protoOf(YearDirective).hashCode = function () {
|
|
1272
|
-
return imul(this.
|
|
1272
|
+
return imul(this.u57_1.hashCode(), 31) + getBooleanHashCode(this.v57_1) | 0;
|
|
1273
1273
|
};
|
|
1274
1274
|
function MonthDirective(padding) {
|
|
1275
|
-
var tmp = YearMonthFields_getInstance().
|
|
1275
|
+
var tmp = YearMonthFields_getInstance().o57_1;
|
|
1276
1276
|
// Inline function 'kotlinx.datetime.format.minDigits' call
|
|
1277
1277
|
var tmp_0 = padding.equals(Padding_ZERO_getInstance()) ? 2 : 1;
|
|
1278
1278
|
// Inline function 'kotlinx.datetime.format.spaces' call
|
|
1279
1279
|
var tmp$ret$1 = padding.equals(Padding_SPACE_getInstance()) ? 2 : null;
|
|
1280
1280
|
UnsignedIntFieldFormatDirective.call(this, tmp, tmp_0, tmp$ret$1);
|
|
1281
|
-
this.
|
|
1281
|
+
this.f58_1 = padding;
|
|
1282
1282
|
}
|
|
1283
1283
|
protoOf(MonthDirective).equals = function (other) {
|
|
1284
1284
|
var tmp;
|
|
1285
1285
|
if (other instanceof MonthDirective) {
|
|
1286
|
-
tmp = this.
|
|
1286
|
+
tmp = this.f58_1.equals(other.f58_1);
|
|
1287
1287
|
} else {
|
|
1288
1288
|
tmp = false;
|
|
1289
1289
|
}
|
|
1290
1290
|
return tmp;
|
|
1291
1291
|
};
|
|
1292
1292
|
protoOf(MonthDirective).hashCode = function () {
|
|
1293
|
-
return this.
|
|
1293
|
+
return this.f58_1.hashCode();
|
|
1294
1294
|
};
|
|
1295
1295
|
function YearMonthFieldContainer$_get_year_$ref_7j3zdj() {
|
|
1296
1296
|
return function (p0) {
|
|
1297
|
-
return p0.
|
|
1297
|
+
return p0.z55();
|
|
1298
1298
|
};
|
|
1299
1299
|
}
|
|
1300
1300
|
function YearMonthFieldContainer$_set_year_$ref_kc0aub() {
|
|
1301
1301
|
return function (p0, p1) {
|
|
1302
|
-
p0.
|
|
1302
|
+
p0.g56(p1);
|
|
1303
1303
|
return Unit_instance;
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
1306
|
function YearMonthFieldContainer$_get_monthNumber_$ref_pn0wu5() {
|
|
1307
1307
|
return function (p0) {
|
|
1308
|
-
return p0.
|
|
1308
|
+
return p0.e56();
|
|
1309
1309
|
};
|
|
1310
1310
|
}
|
|
1311
1311
|
function YearMonthFieldContainer$_set_monthNumber_$ref_fjapbl() {
|
|
1312
1312
|
return function (p0, p1) {
|
|
1313
|
-
p0.
|
|
1313
|
+
p0.h56(p1);
|
|
1314
1314
|
return Unit_instance;
|
|
1315
1315
|
};
|
|
1316
1316
|
}
|
|
@@ -1319,11 +1319,11 @@ function YearMonthFields() {
|
|
|
1319
1319
|
var tmp = this;
|
|
1320
1320
|
var tmp_0 = KMutableProperty1;
|
|
1321
1321
|
var tmp_1 = YearMonthFieldContainer$_get_year_$ref_7j3zdj();
|
|
1322
|
-
tmp.
|
|
1322
|
+
tmp.n57_1 = new GenericFieldSpec(new PropertyAccessor(getPropertyCallableRef('year', 1, tmp_0, tmp_1, YearMonthFieldContainer$_set_year_$ref_kc0aub())));
|
|
1323
1323
|
var tmp_2 = this;
|
|
1324
1324
|
var tmp_3 = KMutableProperty1;
|
|
1325
1325
|
var tmp_4 = YearMonthFieldContainer$_get_monthNumber_$ref_pn0wu5();
|
|
1326
|
-
tmp_2.
|
|
1326
|
+
tmp_2.o57_1 = new UnsignedFieldSpec(new PropertyAccessor(getPropertyCallableRef('monthNumber', 1, tmp_3, tmp_4, YearMonthFieldContainer$_set_monthNumber_$ref_fjapbl())), 1, 12);
|
|
1327
1327
|
}
|
|
1328
1328
|
var YearMonthFields_instance;
|
|
1329
1329
|
function YearMonthFields_getInstance() {
|
|
@@ -1334,13 +1334,13 @@ function YearMonthFields_getInstance() {
|
|
|
1334
1334
|
function ISO_YEAR_MONTH$delegate$lambda() {
|
|
1335
1335
|
_init_properties_YearMonthFormat_kt__i0mmu0();
|
|
1336
1336
|
var tmp = Companion_instance_5;
|
|
1337
|
-
return tmp.
|
|
1337
|
+
return tmp.i57(ISO_YEAR_MONTH$delegate$lambda$lambda);
|
|
1338
1338
|
}
|
|
1339
1339
|
function ISO_YEAR_MONTH$delegate$lambda$lambda($this$build) {
|
|
1340
1340
|
_init_properties_YearMonthFormat_kt__i0mmu0();
|
|
1341
|
-
$this$build.
|
|
1341
|
+
$this$build.e55();
|
|
1342
1342
|
char($this$build, _Char___init__impl__6a9atx(45));
|
|
1343
|
-
$this$build.
|
|
1343
|
+
$this$build.g55();
|
|
1344
1344
|
return Unit_instance;
|
|
1345
1345
|
}
|
|
1346
1346
|
function _get_ISO_YEAR_MONTH_$ref_y3tv9a() {
|
|
@@ -1390,21 +1390,21 @@ function isLeapYear(year) {
|
|
|
1390
1390
|
function AppendableFormatStructure() {
|
|
1391
1391
|
var tmp = this;
|
|
1392
1392
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1393
|
-
tmp.
|
|
1393
|
+
tmp.l55_1 = ArrayList_init_$Create$();
|
|
1394
1394
|
}
|
|
1395
|
-
protoOf(AppendableFormatStructure).
|
|
1396
|
-
return new ConcatenatedFormatStructure(this.
|
|
1395
|
+
protoOf(AppendableFormatStructure).m2l = function () {
|
|
1396
|
+
return new ConcatenatedFormatStructure(this.l55_1);
|
|
1397
1397
|
};
|
|
1398
|
-
protoOf(AppendableFormatStructure).
|
|
1398
|
+
protoOf(AppendableFormatStructure).m55 = function (format) {
|
|
1399
1399
|
if (isInterface(format, NonConcatenatedFormatStructure))
|
|
1400
|
-
this.
|
|
1400
|
+
this.l55_1.e1(format);
|
|
1401
1401
|
else {
|
|
1402
1402
|
if (format instanceof ConcatenatedFormatStructure) {
|
|
1403
1403
|
// Inline function 'kotlin.collections.forEach' call
|
|
1404
|
-
var _iterator__ex2g4s = format.
|
|
1404
|
+
var _iterator__ex2g4s = format.n55_1.t();
|
|
1405
1405
|
while (_iterator__ex2g4s.u()) {
|
|
1406
1406
|
var element = _iterator__ex2g4s.v();
|
|
1407
|
-
this.
|
|
1407
|
+
this.l55_1.e1(element);
|
|
1408
1408
|
}
|
|
1409
1409
|
} else {
|
|
1410
1410
|
noWhenBranchMatchedException();
|
|
@@ -1413,106 +1413,106 @@ protoOf(AppendableFormatStructure).i55 = function (format) {
|
|
|
1413
1413
|
};
|
|
1414
1414
|
function Accessor$getterNotNull$ref(p0) {
|
|
1415
1415
|
var l = function (_this__u8e3s4) {
|
|
1416
|
-
return p0.
|
|
1416
|
+
return p0.g58(_this__u8e3s4);
|
|
1417
1417
|
};
|
|
1418
1418
|
l.callableName = 'getterNotNull';
|
|
1419
1419
|
return l;
|
|
1420
1420
|
}
|
|
1421
1421
|
function UnsignedIntFieldFormatDirective(field, minDigits, spacePadding) {
|
|
1422
|
-
this.
|
|
1423
|
-
this.
|
|
1424
|
-
this.
|
|
1425
|
-
this.
|
|
1422
|
+
this.a57_1 = field;
|
|
1423
|
+
this.b57_1 = minDigits;
|
|
1424
|
+
this.c57_1 = spacePadding;
|
|
1425
|
+
this.d57_1 = this.a57_1.n58_1;
|
|
1426
1426
|
// Inline function 'kotlin.require' call
|
|
1427
|
-
if (!(this.
|
|
1428
|
-
var message = 'The minimum number of digits (' + this.
|
|
1427
|
+
if (!(this.b57_1 >= 0)) {
|
|
1428
|
+
var message = 'The minimum number of digits (' + this.b57_1 + ') is negative';
|
|
1429
1429
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1430
1430
|
}
|
|
1431
1431
|
// Inline function 'kotlin.require' call
|
|
1432
|
-
if (!(this.
|
|
1433
|
-
var message_0 = 'The maximum number of digits (' + this.
|
|
1432
|
+
if (!(this.d57_1 >= this.b57_1)) {
|
|
1433
|
+
var message_0 = 'The maximum number of digits (' + this.d57_1 + ') is less than the minimum number of digits (' + this.b57_1 + ')';
|
|
1434
1434
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1435
1435
|
}
|
|
1436
|
-
if (!(this.
|
|
1436
|
+
if (!(this.c57_1 == null)) {
|
|
1437
1437
|
// Inline function 'kotlin.require' call
|
|
1438
|
-
if (!(this.
|
|
1439
|
-
var message_1 = 'The space padding (' + this.
|
|
1438
|
+
if (!(this.c57_1 > this.b57_1)) {
|
|
1439
|
+
var message_1 = 'The space padding (' + this.c57_1 + ') should be more than the minimum number of digits (' + this.b57_1 + ')';
|
|
1440
1440
|
throw IllegalArgumentException_init_$Create$(toString(message_1));
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
|
-
protoOf(UnsignedIntFieldFormatDirective).
|
|
1445
|
-
var formatter = new UnsignedIntFormatterStructure(Accessor$getterNotNull$ref(this.
|
|
1446
|
-
return !(this.
|
|
1444
|
+
protoOf(UnsignedIntFieldFormatDirective).a55 = function () {
|
|
1445
|
+
var formatter = new UnsignedIntFormatterStructure(Accessor$getterNotNull$ref(this.a57_1.h58_1), this.b57_1);
|
|
1446
|
+
return !(this.c57_1 == null) ? new SpacePaddedFormatter(formatter, this.c57_1) : formatter;
|
|
1447
1447
|
};
|
|
1448
|
-
protoOf(UnsignedIntFieldFormatDirective).
|
|
1449
|
-
return spaceAndZeroPaddedUnsignedInt(this.
|
|
1448
|
+
protoOf(UnsignedIntFieldFormatDirective).c55 = function () {
|
|
1449
|
+
return spaceAndZeroPaddedUnsignedInt(this.b57_1, this.d57_1, this.c57_1, this.a57_1.h58_1, this.a57_1.k58_1);
|
|
1450
1450
|
};
|
|
1451
1451
|
function Accessor$getterNotNull$ref_0(p0) {
|
|
1452
1452
|
var l = function (_this__u8e3s4) {
|
|
1453
|
-
return p0.
|
|
1453
|
+
return p0.g58(_this__u8e3s4);
|
|
1454
1454
|
};
|
|
1455
1455
|
l.callableName = 'getterNotNull';
|
|
1456
1456
|
return l;
|
|
1457
1457
|
}
|
|
1458
1458
|
function SignedIntFieldFormatDirective(field, minDigits, maxDigits, spacePadding, outputPlusOnExceededWidth) {
|
|
1459
|
-
this.
|
|
1460
|
-
this.
|
|
1461
|
-
this.
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1459
|
+
this.w57_1 = field;
|
|
1460
|
+
this.x57_1 = minDigits;
|
|
1461
|
+
this.y57_1 = maxDigits;
|
|
1462
|
+
this.z57_1 = spacePadding;
|
|
1463
|
+
this.a58_1 = outputPlusOnExceededWidth;
|
|
1464
1464
|
// Inline function 'kotlin.require' call
|
|
1465
|
-
if (!(this.
|
|
1466
|
-
var message = 'The minimum number of digits (' + this.
|
|
1465
|
+
if (!(this.x57_1 == null || this.x57_1 >= 0)) {
|
|
1466
|
+
var message = 'The minimum number of digits (' + this.x57_1 + ') is negative';
|
|
1467
1467
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1468
1468
|
}
|
|
1469
1469
|
// Inline function 'kotlin.require' call
|
|
1470
|
-
if (!(this.
|
|
1471
|
-
var message_0 = 'The maximum number of digits (' + this.
|
|
1470
|
+
if (!(this.y57_1 == null || this.x57_1 == null || this.y57_1 >= this.x57_1)) {
|
|
1471
|
+
var message_0 = 'The maximum number of digits (' + this.y57_1 + ') is less than the minimum number of digits (' + this.x57_1 + ')';
|
|
1472
1472
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
|
-
protoOf(SignedIntFieldFormatDirective).
|
|
1476
|
-
var tmp = Accessor$getterNotNull$ref_0(this.
|
|
1477
|
-
var tmp0_elvis_lhs = this.
|
|
1478
|
-
var formatter = new SignedIntFormatterStructure(tmp, tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs, this.
|
|
1479
|
-
return !(this.
|
|
1475
|
+
protoOf(SignedIntFieldFormatDirective).a55 = function () {
|
|
1476
|
+
var tmp = Accessor$getterNotNull$ref_0(this.w57_1.o58());
|
|
1477
|
+
var tmp0_elvis_lhs = this.x57_1;
|
|
1478
|
+
var formatter = new SignedIntFormatterStructure(tmp, tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs, this.a58_1);
|
|
1479
|
+
return !(this.z57_1 == null) ? new SpacePaddedFormatter(formatter, this.z57_1) : formatter;
|
|
1480
1480
|
};
|
|
1481
|
-
protoOf(SignedIntFieldFormatDirective).
|
|
1482
|
-
return SignedIntParser(this.
|
|
1481
|
+
protoOf(SignedIntFieldFormatDirective).c55 = function () {
|
|
1482
|
+
return SignedIntParser(this.x57_1, this.y57_1, this.z57_1, this.w57_1.o58(), this.w57_1.m(), this.a58_1);
|
|
1483
1483
|
};
|
|
1484
1484
|
function GenericFieldSpec(accessor, name, defaultValue, sign) {
|
|
1485
1485
|
name = name === VOID ? accessor.m() : name;
|
|
1486
1486
|
defaultValue = defaultValue === VOID ? null : defaultValue;
|
|
1487
1487
|
sign = sign === VOID ? null : sign;
|
|
1488
1488
|
AbstractFieldSpec.call(this);
|
|
1489
|
-
this.
|
|
1490
|
-
this.
|
|
1491
|
-
this.
|
|
1492
|
-
this.
|
|
1489
|
+
this.p58_1 = accessor;
|
|
1490
|
+
this.q58_1 = name;
|
|
1491
|
+
this.r58_1 = defaultValue;
|
|
1492
|
+
this.s58_1 = sign;
|
|
1493
1493
|
}
|
|
1494
|
-
protoOf(GenericFieldSpec).
|
|
1495
|
-
return this.
|
|
1494
|
+
protoOf(GenericFieldSpec).o58 = function () {
|
|
1495
|
+
return this.p58_1;
|
|
1496
1496
|
};
|
|
1497
1497
|
protoOf(GenericFieldSpec).m = function () {
|
|
1498
|
-
return this.
|
|
1498
|
+
return this.q58_1;
|
|
1499
1499
|
};
|
|
1500
|
-
protoOf(GenericFieldSpec).
|
|
1501
|
-
return this.
|
|
1500
|
+
protoOf(GenericFieldSpec).t58 = function () {
|
|
1501
|
+
return this.r58_1;
|
|
1502
1502
|
};
|
|
1503
1503
|
function PropertyAccessor(property, name) {
|
|
1504
1504
|
name = name === VOID ? property.callableName : name;
|
|
1505
|
-
this.
|
|
1506
|
-
this.
|
|
1505
|
+
this.u58_1 = property;
|
|
1506
|
+
this.v58_1 = name;
|
|
1507
1507
|
}
|
|
1508
1508
|
protoOf(PropertyAccessor).m = function () {
|
|
1509
|
-
return this.
|
|
1509
|
+
return this.v58_1;
|
|
1510
1510
|
};
|
|
1511
|
-
protoOf(PropertyAccessor).
|
|
1512
|
-
var oldValue = this.
|
|
1511
|
+
protoOf(PropertyAccessor).w58 = function (container, newValue) {
|
|
1512
|
+
var oldValue = this.u58_1.get(container);
|
|
1513
1513
|
var tmp;
|
|
1514
1514
|
if (oldValue === null) {
|
|
1515
|
-
this.
|
|
1515
|
+
this.u58_1.set(container, newValue);
|
|
1516
1516
|
tmp = null;
|
|
1517
1517
|
} else if (equals(oldValue, newValue)) {
|
|
1518
1518
|
tmp = null;
|
|
@@ -1521,110 +1521,110 @@ protoOf(PropertyAccessor).s58 = function (container, newValue) {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
return tmp;
|
|
1523
1523
|
};
|
|
1524
|
-
protoOf(PropertyAccessor).
|
|
1524
|
+
protoOf(PropertyAccessor).x58 = function (container, newValue) {
|
|
1525
1525
|
var tmp = (container == null ? true : !(container == null)) ? container : THROW_CCE();
|
|
1526
|
-
return this.
|
|
1526
|
+
return this.w58(tmp, (newValue == null ? true : !(newValue == null)) ? newValue : THROW_CCE());
|
|
1527
1527
|
};
|
|
1528
|
-
protoOf(PropertyAccessor).
|
|
1529
|
-
return this.
|
|
1528
|
+
protoOf(PropertyAccessor).y58 = function (container) {
|
|
1529
|
+
return this.u58_1.get(container);
|
|
1530
1530
|
};
|
|
1531
1531
|
function UnsignedFieldSpec(accessor, minValue, maxValue, name, defaultValue, sign) {
|
|
1532
1532
|
name = name === VOID ? accessor.m() : name;
|
|
1533
1533
|
defaultValue = defaultValue === VOID ? null : defaultValue;
|
|
1534
1534
|
sign = sign === VOID ? null : sign;
|
|
1535
1535
|
AbstractFieldSpec.call(this);
|
|
1536
|
-
this.
|
|
1537
|
-
this.
|
|
1538
|
-
this.
|
|
1539
|
-
this.
|
|
1540
|
-
this.
|
|
1541
|
-
this.
|
|
1536
|
+
this.h58_1 = accessor;
|
|
1537
|
+
this.i58_1 = minValue;
|
|
1538
|
+
this.j58_1 = maxValue;
|
|
1539
|
+
this.k58_1 = name;
|
|
1540
|
+
this.l58_1 = defaultValue;
|
|
1541
|
+
this.m58_1 = sign;
|
|
1542
1542
|
var tmp = this;
|
|
1543
1543
|
var tmp_0;
|
|
1544
|
-
if (this.
|
|
1544
|
+
if (this.j58_1 < 10) {
|
|
1545
1545
|
tmp_0 = 1;
|
|
1546
|
-
} else if (this.
|
|
1546
|
+
} else if (this.j58_1 < 100) {
|
|
1547
1547
|
tmp_0 = 2;
|
|
1548
|
-
} else if (this.
|
|
1548
|
+
} else if (this.j58_1 < 1000) {
|
|
1549
1549
|
tmp_0 = 3;
|
|
1550
1550
|
} else {
|
|
1551
|
-
throw IllegalArgumentException_init_$Create$('Max value ' + this.
|
|
1551
|
+
throw IllegalArgumentException_init_$Create$('Max value ' + this.j58_1 + ' is too large');
|
|
1552
1552
|
}
|
|
1553
|
-
tmp.
|
|
1553
|
+
tmp.n58_1 = tmp_0;
|
|
1554
1554
|
}
|
|
1555
|
-
protoOf(UnsignedFieldSpec).
|
|
1556
|
-
return this.
|
|
1555
|
+
protoOf(UnsignedFieldSpec).o58 = function () {
|
|
1556
|
+
return this.h58_1;
|
|
1557
1557
|
};
|
|
1558
1558
|
protoOf(UnsignedFieldSpec).m = function () {
|
|
1559
|
-
return this.
|
|
1559
|
+
return this.k58_1;
|
|
1560
1560
|
};
|
|
1561
|
-
protoOf(UnsignedFieldSpec).
|
|
1562
|
-
return this.
|
|
1561
|
+
protoOf(UnsignedFieldSpec).t58 = function () {
|
|
1562
|
+
return this.l58_1;
|
|
1563
1563
|
};
|
|
1564
1564
|
function Accessor() {
|
|
1565
1565
|
}
|
|
1566
1566
|
function AbstractFieldSpec() {
|
|
1567
1567
|
}
|
|
1568
1568
|
protoOf(AbstractFieldSpec).toString = function () {
|
|
1569
|
-
return 'The field ' + this.m() + ' (default value is ' + toString_1(this.
|
|
1569
|
+
return 'The field ' + this.m() + ' (default value is ' + toString_1(this.t58()) + ')';
|
|
1570
1570
|
};
|
|
1571
1571
|
function CachedFormatStructure(formats) {
|
|
1572
1572
|
ConcatenatedFormatStructure.call(this, formats);
|
|
1573
|
-
this.
|
|
1574
|
-
this.
|
|
1573
|
+
this.y54_1 = protoOf(ConcatenatedFormatStructure).a55.call(this);
|
|
1574
|
+
this.z54_1 = protoOf(ConcatenatedFormatStructure).c55.call(this);
|
|
1575
1575
|
}
|
|
1576
|
-
protoOf(CachedFormatStructure).
|
|
1577
|
-
return this.
|
|
1576
|
+
protoOf(CachedFormatStructure).a55 = function () {
|
|
1577
|
+
return this.y54_1;
|
|
1578
1578
|
};
|
|
1579
|
-
protoOf(CachedFormatStructure).
|
|
1580
|
-
return this.
|
|
1579
|
+
protoOf(CachedFormatStructure).c55 = function () {
|
|
1580
|
+
return this.z54_1;
|
|
1581
1581
|
};
|
|
1582
1582
|
function BasicFormatStructure(directive) {
|
|
1583
|
-
this.
|
|
1583
|
+
this.z58_1 = directive;
|
|
1584
1584
|
}
|
|
1585
1585
|
protoOf(BasicFormatStructure).toString = function () {
|
|
1586
|
-
return 'BasicFormatStructure(' + toString(this.
|
|
1586
|
+
return 'BasicFormatStructure(' + toString(this.z58_1) + ')';
|
|
1587
1587
|
};
|
|
1588
1588
|
protoOf(BasicFormatStructure).equals = function (other) {
|
|
1589
1589
|
var tmp;
|
|
1590
1590
|
if (other instanceof BasicFormatStructure) {
|
|
1591
|
-
tmp = equals(this.
|
|
1591
|
+
tmp = equals(this.z58_1, other.z58_1);
|
|
1592
1592
|
} else {
|
|
1593
1593
|
tmp = false;
|
|
1594
1594
|
}
|
|
1595
1595
|
return tmp;
|
|
1596
1596
|
};
|
|
1597
1597
|
protoOf(BasicFormatStructure).hashCode = function () {
|
|
1598
|
-
return hashCode(this.
|
|
1598
|
+
return hashCode(this.z58_1);
|
|
1599
1599
|
};
|
|
1600
|
-
protoOf(BasicFormatStructure).
|
|
1601
|
-
return this.
|
|
1600
|
+
protoOf(BasicFormatStructure).c55 = function () {
|
|
1601
|
+
return this.z58_1.c55();
|
|
1602
1602
|
};
|
|
1603
|
-
protoOf(BasicFormatStructure).
|
|
1604
|
-
return this.
|
|
1603
|
+
protoOf(BasicFormatStructure).a55 = function () {
|
|
1604
|
+
return this.z58_1.a55();
|
|
1605
1605
|
};
|
|
1606
1606
|
function ConstantFormatStructure(string) {
|
|
1607
|
-
this.
|
|
1607
|
+
this.a59_1 = string;
|
|
1608
1608
|
}
|
|
1609
1609
|
protoOf(ConstantFormatStructure).toString = function () {
|
|
1610
|
-
return 'ConstantFormatStructure(' + this.
|
|
1610
|
+
return 'ConstantFormatStructure(' + this.a59_1 + ')';
|
|
1611
1611
|
};
|
|
1612
1612
|
protoOf(ConstantFormatStructure).equals = function (other) {
|
|
1613
1613
|
var tmp;
|
|
1614
1614
|
if (other instanceof ConstantFormatStructure) {
|
|
1615
|
-
tmp = this.
|
|
1615
|
+
tmp = this.a59_1 === other.a59_1;
|
|
1616
1616
|
} else {
|
|
1617
1617
|
tmp = false;
|
|
1618
1618
|
}
|
|
1619
1619
|
return tmp;
|
|
1620
1620
|
};
|
|
1621
1621
|
protoOf(ConstantFormatStructure).hashCode = function () {
|
|
1622
|
-
return getStringHashCode(this.
|
|
1622
|
+
return getStringHashCode(this.a59_1);
|
|
1623
1623
|
};
|
|
1624
|
-
protoOf(ConstantFormatStructure).
|
|
1624
|
+
protoOf(ConstantFormatStructure).c55 = function () {
|
|
1625
1625
|
var tmp;
|
|
1626
1626
|
// Inline function 'kotlin.text.isEmpty' call
|
|
1627
|
-
var this_0 = this.
|
|
1627
|
+
var this_0 = this.a59_1;
|
|
1628
1628
|
if (charSequenceLength(this_0) === 0) {
|
|
1629
1629
|
tmp = emptyList();
|
|
1630
1630
|
} else {
|
|
@@ -1633,8 +1633,8 @@ protoOf(ConstantFormatStructure).y54 = function () {
|
|
|
1633
1633
|
// Inline function 'kotlin.apply' call
|
|
1634
1634
|
var this_1 = ArrayList_init_$Create$();
|
|
1635
1635
|
var tmp_0;
|
|
1636
|
-
if (isAsciiDigit(charCodeAt(this.
|
|
1637
|
-
var tmp0 = this.
|
|
1636
|
+
if (isAsciiDigit(charCodeAt(this.a59_1, 0))) {
|
|
1637
|
+
var tmp0 = this.a59_1;
|
|
1638
1638
|
var tmp$ret$2;
|
|
1639
1639
|
$l$block: {
|
|
1640
1640
|
// Inline function 'kotlin.text.takeWhile' call
|
|
@@ -1654,7 +1654,7 @@ protoOf(ConstantFormatStructure).y54 = function () {
|
|
|
1654
1654
|
tmp$ret$2 = tmp0;
|
|
1655
1655
|
}
|
|
1656
1656
|
this_1.e1(new NumberSpanParserOperation(listOf(new ConstantNumberConsumer(tmp$ret$2))));
|
|
1657
|
-
var tmp0_0 = this.
|
|
1657
|
+
var tmp0_0 = this.a59_1;
|
|
1658
1658
|
var tmp$ret$4;
|
|
1659
1659
|
$l$block_0: {
|
|
1660
1660
|
// Inline function 'kotlin.text.dropWhile' call
|
|
@@ -1675,7 +1675,7 @@ protoOf(ConstantFormatStructure).y54 = function () {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
tmp_0 = tmp$ret$4;
|
|
1677
1677
|
} else {
|
|
1678
|
-
tmp_0 = this.
|
|
1678
|
+
tmp_0 = this.a59_1;
|
|
1679
1679
|
}
|
|
1680
1680
|
var suffix = tmp_0;
|
|
1681
1681
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
@@ -1725,49 +1725,49 @@ protoOf(ConstantFormatStructure).y54 = function () {
|
|
|
1725
1725
|
}
|
|
1726
1726
|
return new ParserStructure(tmp, emptyList());
|
|
1727
1727
|
};
|
|
1728
|
-
protoOf(ConstantFormatStructure).
|
|
1729
|
-
return new ConstantStringFormatterStructure(this.
|
|
1728
|
+
protoOf(ConstantFormatStructure).a55 = function () {
|
|
1729
|
+
return new ConstantStringFormatterStructure(this.a59_1);
|
|
1730
1730
|
};
|
|
1731
1731
|
function ConcatenatedFormatStructure(formats) {
|
|
1732
|
-
this.
|
|
1732
|
+
this.n55_1 = formats;
|
|
1733
1733
|
}
|
|
1734
1734
|
protoOf(ConcatenatedFormatStructure).toString = function () {
|
|
1735
|
-
return 'ConcatenatedFormatStructure(' + joinToString(this.
|
|
1735
|
+
return 'ConcatenatedFormatStructure(' + joinToString(this.n55_1, ', ') + ')';
|
|
1736
1736
|
};
|
|
1737
1737
|
protoOf(ConcatenatedFormatStructure).equals = function (other) {
|
|
1738
1738
|
var tmp;
|
|
1739
1739
|
if (other instanceof ConcatenatedFormatStructure) {
|
|
1740
|
-
tmp = equals(this.
|
|
1740
|
+
tmp = equals(this.n55_1, other.n55_1);
|
|
1741
1741
|
} else {
|
|
1742
1742
|
tmp = false;
|
|
1743
1743
|
}
|
|
1744
1744
|
return tmp;
|
|
1745
1745
|
};
|
|
1746
1746
|
protoOf(ConcatenatedFormatStructure).hashCode = function () {
|
|
1747
|
-
return hashCode(this.
|
|
1747
|
+
return hashCode(this.n55_1);
|
|
1748
1748
|
};
|
|
1749
|
-
protoOf(ConcatenatedFormatStructure).
|
|
1749
|
+
protoOf(ConcatenatedFormatStructure).c55 = function () {
|
|
1750
1750
|
// Inline function 'kotlin.collections.map' call
|
|
1751
|
-
var this_0 = this.
|
|
1751
|
+
var this_0 = this.n55_1;
|
|
1752
1752
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1753
1753
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
1754
1754
|
var _iterator__ex2g4s = this_0.t();
|
|
1755
1755
|
while (_iterator__ex2g4s.u()) {
|
|
1756
1756
|
var item = _iterator__ex2g4s.v();
|
|
1757
|
-
var tmp$ret$0 = item.
|
|
1757
|
+
var tmp$ret$0 = item.c55();
|
|
1758
1758
|
destination.e1(tmp$ret$0);
|
|
1759
1759
|
}
|
|
1760
1760
|
return concat(destination);
|
|
1761
1761
|
};
|
|
1762
|
-
protoOf(ConcatenatedFormatStructure).
|
|
1762
|
+
protoOf(ConcatenatedFormatStructure).a55 = function () {
|
|
1763
1763
|
// Inline function 'kotlin.collections.map' call
|
|
1764
|
-
var this_0 = this.
|
|
1764
|
+
var this_0 = this.n55_1;
|
|
1765
1765
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1766
1766
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
1767
1767
|
var _iterator__ex2g4s = this_0.t();
|
|
1768
1768
|
while (_iterator__ex2g4s.u()) {
|
|
1769
1769
|
var item = _iterator__ex2g4s.v();
|
|
1770
|
-
var tmp$ret$0 = item.
|
|
1770
|
+
var tmp$ret$0 = item.a55();
|
|
1771
1771
|
destination.e1(tmp$ret$0);
|
|
1772
1772
|
}
|
|
1773
1773
|
var formatters = destination;
|
|
@@ -1784,16 +1784,16 @@ function NonConcatenatedFormatStructure() {
|
|
|
1784
1784
|
function FormatterStructure() {
|
|
1785
1785
|
}
|
|
1786
1786
|
function SpacePaddedFormatter(formatter, padding) {
|
|
1787
|
-
this.
|
|
1788
|
-
this.
|
|
1787
|
+
this.c59_1 = formatter;
|
|
1788
|
+
this.d59_1 = padding;
|
|
1789
1789
|
}
|
|
1790
|
-
protoOf(SpacePaddedFormatter).
|
|
1790
|
+
protoOf(SpacePaddedFormatter).b59 = function (obj, builder, minusNotRequired) {
|
|
1791
1791
|
// Inline function 'kotlin.let' call
|
|
1792
1792
|
var it = StringBuilder_init_$Create$();
|
|
1793
|
-
this.
|
|
1793
|
+
this.c59_1.b59(obj, it, minusNotRequired);
|
|
1794
1794
|
var string = it.toString();
|
|
1795
1795
|
// Inline function 'kotlin.repeat' call
|
|
1796
|
-
var times = this.
|
|
1796
|
+
var times = this.d59_1 - string.length | 0;
|
|
1797
1797
|
var inductionVariable = 0;
|
|
1798
1798
|
if (inductionVariable < times)
|
|
1799
1799
|
do {
|
|
@@ -1805,34 +1805,34 @@ protoOf(SpacePaddedFormatter).x58 = function (obj, builder, minusNotRequired) {
|
|
|
1805
1805
|
builder.f1(string);
|
|
1806
1806
|
};
|
|
1807
1807
|
function ConcatenatedFormatter(formatters) {
|
|
1808
|
-
this.
|
|
1808
|
+
this.e59_1 = formatters;
|
|
1809
1809
|
}
|
|
1810
|
-
protoOf(ConcatenatedFormatter).
|
|
1811
|
-
var _iterator__ex2g4s = this.
|
|
1810
|
+
protoOf(ConcatenatedFormatter).b59 = function (obj, builder, minusNotRequired) {
|
|
1811
|
+
var _iterator__ex2g4s = this.e59_1.t();
|
|
1812
1812
|
while (_iterator__ex2g4s.u()) {
|
|
1813
1813
|
var formatter = _iterator__ex2g4s.v();
|
|
1814
|
-
formatter.
|
|
1814
|
+
formatter.b59(obj, builder, minusNotRequired);
|
|
1815
1815
|
}
|
|
1816
1816
|
};
|
|
1817
1817
|
function UnsignedIntFormatterStructure(number, zeroPadding) {
|
|
1818
|
-
this.
|
|
1819
|
-
this.
|
|
1818
|
+
this.f59_1 = number;
|
|
1819
|
+
this.g59_1 = zeroPadding;
|
|
1820
1820
|
// Inline function 'kotlin.require' call
|
|
1821
|
-
if (!(this.
|
|
1822
|
-
var message = 'The minimum number of digits (' + this.
|
|
1821
|
+
if (!(this.g59_1 >= 0)) {
|
|
1822
|
+
var message = 'The minimum number of digits (' + this.g59_1 + ') is negative';
|
|
1823
1823
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1824
1824
|
}
|
|
1825
1825
|
// Inline function 'kotlin.require' call
|
|
1826
|
-
if (!(this.
|
|
1827
|
-
var message_0 = 'The minimum number of digits (' + this.
|
|
1826
|
+
if (!(this.g59_1 <= 9)) {
|
|
1827
|
+
var message_0 = 'The minimum number of digits (' + this.g59_1 + ') exceeds the length of an Int';
|
|
1828
1828
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1829
1829
|
}
|
|
1830
1830
|
}
|
|
1831
|
-
protoOf(UnsignedIntFormatterStructure).
|
|
1832
|
-
var num = this.
|
|
1831
|
+
protoOf(UnsignedIntFormatterStructure).b59 = function (obj, builder, minusNotRequired) {
|
|
1832
|
+
var num = this.f59_1(obj);
|
|
1833
1833
|
var numberStr = num.toString();
|
|
1834
1834
|
// Inline function 'kotlin.repeat' call
|
|
1835
|
-
var times = this.
|
|
1835
|
+
var times = this.g59_1 - numberStr.length | 0;
|
|
1836
1836
|
var inductionVariable = 0;
|
|
1837
1837
|
if (inductionVariable < times)
|
|
1838
1838
|
do {
|
|
@@ -1844,34 +1844,34 @@ protoOf(UnsignedIntFormatterStructure).x58 = function (obj, builder, minusNotReq
|
|
|
1844
1844
|
builder.f1(numberStr);
|
|
1845
1845
|
};
|
|
1846
1846
|
function SignedIntFormatterStructure(number, zeroPadding, outputPlusOnExceededWidth) {
|
|
1847
|
-
this.
|
|
1848
|
-
this.
|
|
1849
|
-
this.
|
|
1847
|
+
this.h59_1 = number;
|
|
1848
|
+
this.i59_1 = zeroPadding;
|
|
1849
|
+
this.j59_1 = outputPlusOnExceededWidth;
|
|
1850
1850
|
// Inline function 'kotlin.require' call
|
|
1851
|
-
if (!(this.
|
|
1852
|
-
var message = 'The minimum number of digits (' + this.
|
|
1851
|
+
if (!(this.i59_1 >= 0)) {
|
|
1852
|
+
var message = 'The minimum number of digits (' + this.i59_1 + ') is negative';
|
|
1853
1853
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1854
1854
|
}
|
|
1855
1855
|
// Inline function 'kotlin.require' call
|
|
1856
|
-
if (!(this.
|
|
1857
|
-
var message_0 = 'The minimum number of digits (' + this.
|
|
1856
|
+
if (!(this.i59_1 <= 9)) {
|
|
1857
|
+
var message_0 = 'The minimum number of digits (' + this.i59_1 + ') exceeds the length of an Int';
|
|
1858
1858
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
|
-
protoOf(SignedIntFormatterStructure).
|
|
1861
|
+
protoOf(SignedIntFormatterStructure).b59 = function (obj, builder, minusNotRequired) {
|
|
1862
1862
|
var innerBuilder = StringBuilder_init_$Create$();
|
|
1863
1863
|
// Inline function 'kotlin.let' call
|
|
1864
|
-
var it = this.
|
|
1864
|
+
var it = this.h59_1(obj);
|
|
1865
1865
|
var number = minusNotRequired && it < 0 ? -it | 0 : it;
|
|
1866
|
-
if (!(this.
|
|
1866
|
+
if (!(this.j59_1 == null) && number >= get_POWERS_OF_TEN()[this.j59_1]) {
|
|
1867
1867
|
innerBuilder.s(_Char___init__impl__6a9atx(43));
|
|
1868
1868
|
}
|
|
1869
1869
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
1870
|
-
if (abs(number) < get_POWERS_OF_TEN()[this.
|
|
1870
|
+
if (abs(number) < get_POWERS_OF_TEN()[this.i59_1 - 1 | 0]) {
|
|
1871
1871
|
if (number >= 0) {
|
|
1872
|
-
innerBuilder.zb(number + get_POWERS_OF_TEN()[this.
|
|
1872
|
+
innerBuilder.zb(number + get_POWERS_OF_TEN()[this.i59_1] | 0).ec(0);
|
|
1873
1873
|
} else {
|
|
1874
|
-
innerBuilder.zb(number - get_POWERS_OF_TEN()[this.
|
|
1874
|
+
innerBuilder.zb(number - get_POWERS_OF_TEN()[this.i59_1] | 0).ec(1);
|
|
1875
1875
|
}
|
|
1876
1876
|
} else {
|
|
1877
1877
|
innerBuilder.zb(number);
|
|
@@ -1879,35 +1879,35 @@ protoOf(SignedIntFormatterStructure).x58 = function (obj, builder, minusNotRequi
|
|
|
1879
1879
|
builder.f1(innerBuilder);
|
|
1880
1880
|
};
|
|
1881
1881
|
function ConstantStringFormatterStructure(string) {
|
|
1882
|
-
this.
|
|
1882
|
+
this.k59_1 = string;
|
|
1883
1883
|
}
|
|
1884
|
-
protoOf(ConstantStringFormatterStructure).
|
|
1885
|
-
builder.f1(this.
|
|
1884
|
+
protoOf(ConstantStringFormatterStructure).b59 = function (obj, builder, minusNotRequired) {
|
|
1885
|
+
builder.f1(this.k59_1);
|
|
1886
1886
|
};
|
|
1887
1887
|
function ConstantNumberConsumer(expected) {
|
|
1888
1888
|
NumberConsumer.call(this, expected.length, 'the predefined string ' + expected);
|
|
1889
|
-
this.
|
|
1889
|
+
this.n59_1 = expected;
|
|
1890
1890
|
}
|
|
1891
|
-
protoOf(ConstantNumberConsumer).
|
|
1891
|
+
protoOf(ConstantNumberConsumer).o59 = function (storage, input, start, end) {
|
|
1892
1892
|
var tmp;
|
|
1893
1893
|
// Inline function 'kotlin.text.substring' call
|
|
1894
|
-
if (toString(charSequenceSubSequence(input, start, end)) === this.
|
|
1894
|
+
if (toString(charSequenceSubSequence(input, start, end)) === this.n59_1) {
|
|
1895
1895
|
tmp = null;
|
|
1896
1896
|
} else {
|
|
1897
|
-
tmp = new WrongConstant(this.
|
|
1897
|
+
tmp = new WrongConstant(this.n59_1);
|
|
1898
1898
|
}
|
|
1899
1899
|
return tmp;
|
|
1900
1900
|
};
|
|
1901
1901
|
function NumberConsumer(length, whatThisExpects) {
|
|
1902
|
-
this.
|
|
1903
|
-
this.
|
|
1902
|
+
this.p59_1 = length;
|
|
1903
|
+
this.q59_1 = whatThisExpects;
|
|
1904
1904
|
}
|
|
1905
1905
|
protoOf(NumberConsumer).a = function () {
|
|
1906
|
-
return this.
|
|
1906
|
+
return this.p59_1;
|
|
1907
1907
|
};
|
|
1908
1908
|
function ExpectedInt() {
|
|
1909
1909
|
}
|
|
1910
|
-
protoOf(ExpectedInt).
|
|
1910
|
+
protoOf(ExpectedInt).r59 = function () {
|
|
1911
1911
|
return 'expected an Int value';
|
|
1912
1912
|
};
|
|
1913
1913
|
var ExpectedInt_instance;
|
|
@@ -1915,31 +1915,31 @@ function ExpectedInt_getInstance() {
|
|
|
1915
1915
|
return ExpectedInt_instance;
|
|
1916
1916
|
}
|
|
1917
1917
|
function TooManyDigits(maxDigits) {
|
|
1918
|
-
this.
|
|
1918
|
+
this.s59_1 = maxDigits;
|
|
1919
1919
|
}
|
|
1920
|
-
protoOf(TooManyDigits).
|
|
1921
|
-
return 'expected at most ' + this.
|
|
1920
|
+
protoOf(TooManyDigits).r59 = function () {
|
|
1921
|
+
return 'expected at most ' + this.s59_1 + ' digits';
|
|
1922
1922
|
};
|
|
1923
1923
|
function TooFewDigits(minDigits) {
|
|
1924
|
-
this.
|
|
1924
|
+
this.t59_1 = minDigits;
|
|
1925
1925
|
}
|
|
1926
|
-
protoOf(TooFewDigits).
|
|
1927
|
-
return 'expected at least ' + this.
|
|
1926
|
+
protoOf(TooFewDigits).r59 = function () {
|
|
1927
|
+
return 'expected at least ' + this.t59_1 + ' digits';
|
|
1928
1928
|
};
|
|
1929
1929
|
function WrongConstant(expected) {
|
|
1930
|
-
this.
|
|
1930
|
+
this.u59_1 = expected;
|
|
1931
1931
|
}
|
|
1932
|
-
protoOf(WrongConstant).
|
|
1933
|
-
return "expected '" + this.
|
|
1932
|
+
protoOf(WrongConstant).r59 = function () {
|
|
1933
|
+
return "expected '" + this.u59_1 + "'";
|
|
1934
1934
|
};
|
|
1935
1935
|
function Conflicting(conflicting) {
|
|
1936
|
-
this.
|
|
1936
|
+
this.v59_1 = conflicting;
|
|
1937
1937
|
}
|
|
1938
|
-
protoOf(Conflicting).
|
|
1939
|
-
return "attempted to overwrite the existing value '" + toString(this.
|
|
1938
|
+
protoOf(Conflicting).r59 = function () {
|
|
1939
|
+
return "attempted to overwrite the existing value '" + toString(this.v59_1) + "'";
|
|
1940
1940
|
};
|
|
1941
1941
|
function setWithoutReassigning(_this__u8e3s4, receiver, value) {
|
|
1942
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
1942
|
+
var tmp0_elvis_lhs = _this__u8e3s4.x58(receiver, value);
|
|
1943
1943
|
var tmp;
|
|
1944
1944
|
if (tmp0_elvis_lhs == null) {
|
|
1945
1945
|
return null;
|
|
@@ -1952,25 +1952,25 @@ function setWithoutReassigning(_this__u8e3s4, receiver, value) {
|
|
|
1952
1952
|
function UnsignedIntConsumer(minLength, maxLength, setter, name, multiplyByMinus1) {
|
|
1953
1953
|
multiplyByMinus1 = multiplyByMinus1 === VOID ? false : multiplyByMinus1;
|
|
1954
1954
|
NumberConsumer.call(this, minLength == maxLength ? minLength : null, name);
|
|
1955
|
-
this.
|
|
1956
|
-
this.
|
|
1957
|
-
this.
|
|
1958
|
-
this.
|
|
1955
|
+
this.y59_1 = minLength;
|
|
1956
|
+
this.z59_1 = maxLength;
|
|
1957
|
+
this.a5a_1 = setter;
|
|
1958
|
+
this.b5a_1 = multiplyByMinus1;
|
|
1959
1959
|
// Inline function 'kotlin.require' call
|
|
1960
1960
|
if (!(this.a() == null || numberRangeToNumber(1, 9).vh(this.a()))) {
|
|
1961
|
-
var message = 'Invalid length for field ' + this.
|
|
1961
|
+
var message = 'Invalid length for field ' + this.q59_1 + ': ' + this.a();
|
|
1962
1962
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1963
1963
|
}
|
|
1964
1964
|
}
|
|
1965
|
-
protoOf(UnsignedIntConsumer).
|
|
1965
|
+
protoOf(UnsignedIntConsumer).o59 = function (storage, input, start, end) {
|
|
1966
1966
|
var tmp;
|
|
1967
|
-
if (!(this.
|
|
1968
|
-
tmp = new TooManyDigits(this.
|
|
1969
|
-
} else if (!(this.
|
|
1970
|
-
tmp = new TooFewDigits(this.
|
|
1967
|
+
if (!(this.z59_1 == null) && (end - start | 0) > this.z59_1) {
|
|
1968
|
+
tmp = new TooManyDigits(this.z59_1);
|
|
1969
|
+
} else if (!(this.y59_1 == null) && (end - start | 0) < this.y59_1) {
|
|
1970
|
+
tmp = new TooFewDigits(this.y59_1);
|
|
1971
1971
|
} else {
|
|
1972
1972
|
var result = parseAsciiIntOrNull(input, start, end);
|
|
1973
|
-
tmp = result == null ? ExpectedInt_instance : setWithoutReassigning(this.
|
|
1973
|
+
tmp = result == null ? ExpectedInt_instance : setWithoutReassigning(this.a5a_1, storage, this.b5a_1 ? -result | 0 : result);
|
|
1974
1974
|
}
|
|
1975
1975
|
return tmp;
|
|
1976
1976
|
};
|
|
@@ -1990,8 +1990,8 @@ function parseAsciiIntOrNull(_this__u8e3s4, start, end) {
|
|
|
1990
1990
|
return result;
|
|
1991
1991
|
}
|
|
1992
1992
|
function ParseError(position, message) {
|
|
1993
|
-
this.
|
|
1994
|
-
this.
|
|
1993
|
+
this.c5a_1 = position;
|
|
1994
|
+
this.d5a_1 = message;
|
|
1995
1995
|
}
|
|
1996
1996
|
function _ParseResult___init__impl__gvz3cn(value) {
|
|
1997
1997
|
return value;
|
|
@@ -2001,10 +2001,10 @@ function _ParseResult___get_value__impl__86mnxf($this) {
|
|
|
2001
2001
|
}
|
|
2002
2002
|
function Companion_6() {
|
|
2003
2003
|
}
|
|
2004
|
-
protoOf(Companion_6).
|
|
2004
|
+
protoOf(Companion_6).e5a = function (indexOfNextUnparsed) {
|
|
2005
2005
|
return _ParseResult___init__impl__gvz3cn(indexOfNextUnparsed);
|
|
2006
2006
|
};
|
|
2007
|
-
protoOf(Companion_6).
|
|
2007
|
+
protoOf(Companion_6).f5a = function (position, message) {
|
|
2008
2008
|
return _ParseResult___init__impl__gvz3cn(new ParseError(position, message));
|
|
2009
2009
|
};
|
|
2010
2010
|
var Companion_instance_6;
|
|
@@ -2031,19 +2031,19 @@ function Parser__match_impl_nzt83d($this, input, initialContainer, startIndex) {
|
|
|
2031
2031
|
tmp = tmp0_elvis_lhs;
|
|
2032
2032
|
}
|
|
2033
2033
|
var state = tmp;
|
|
2034
|
-
var output = state.
|
|
2035
|
-
var inputPosition = state.
|
|
2036
|
-
var parserStructure = state.
|
|
2034
|
+
var output = state.g5a_1.i56();
|
|
2035
|
+
var inputPosition = state.i5a_1;
|
|
2036
|
+
var parserStructure = state.h5a_1;
|
|
2037
2037
|
// Inline function 'kotlin.run' call
|
|
2038
2038
|
$l$block: {
|
|
2039
2039
|
var inductionVariable = 0;
|
|
2040
|
-
var last = parserStructure.
|
|
2040
|
+
var last = parserStructure.k5a_1.g1() - 1 | 0;
|
|
2041
2041
|
if (inductionVariable <= last)
|
|
2042
2042
|
do {
|
|
2043
2043
|
var ix = inductionVariable;
|
|
2044
2044
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2045
2045
|
// Inline function 'kotlinx.datetime.internal.format.parser.ParseResult.match' call
|
|
2046
|
-
var this_0 = parserStructure.
|
|
2046
|
+
var this_0 = parserStructure.k5a_1.h1(ix).m5a(output, input, inputPosition);
|
|
2047
2047
|
var tmp0_subject = _ParseResult___get_value__impl__86mnxf(this_0);
|
|
2048
2048
|
if (typeof tmp0_subject === 'number') {
|
|
2049
2049
|
inputPosition = _ParseResult___get_value__impl__86mnxf(this_0);
|
|
@@ -2060,7 +2060,7 @@ function Parser__match_impl_nzt83d($this, input, initialContainer, startIndex) {
|
|
|
2060
2060
|
}
|
|
2061
2061
|
}
|
|
2062
2062
|
while (inductionVariable <= last);
|
|
2063
|
-
if (parserStructure.
|
|
2063
|
+
if (parserStructure.l5a_1.r()) {
|
|
2064
2064
|
if (false || inputPosition === charSequenceLength(input)) {
|
|
2065
2065
|
return output;
|
|
2066
2066
|
} else {
|
|
@@ -2069,12 +2069,12 @@ function Parser__match_impl_nzt83d($this, input, initialContainer, startIndex) {
|
|
|
2069
2069
|
errors.e1(it_0);
|
|
2070
2070
|
}
|
|
2071
2071
|
} else {
|
|
2072
|
-
var inductionVariable_0 = parserStructure.
|
|
2072
|
+
var inductionVariable_0 = parserStructure.l5a_1.g1() - 1 | 0;
|
|
2073
2073
|
if (0 <= inductionVariable_0)
|
|
2074
2074
|
do {
|
|
2075
2075
|
var ix_0 = inductionVariable_0;
|
|
2076
2076
|
inductionVariable_0 = inductionVariable_0 + -1 | 0;
|
|
2077
|
-
parseOptions.e1(new ParserState(output, parserStructure.
|
|
2077
|
+
parseOptions.e1(new ParserState(output, parserStructure.l5a_1.h1(ix_0), inputPosition));
|
|
2078
2078
|
}
|
|
2079
2079
|
while (0 <= inductionVariable_0);
|
|
2080
2080
|
}
|
|
@@ -2096,14 +2096,14 @@ function Parser__match$default_impl_x2xlti($this, input, initialContainer, start
|
|
|
2096
2096
|
tmp = Parser__match_impl_nzt83d($this, input, initialContainer, startIndex);
|
|
2097
2097
|
} else {
|
|
2098
2098
|
var tmp_0 = $super;
|
|
2099
|
-
tmp = (tmp_0 == null ? null : new Parser(tmp_0)).
|
|
2099
|
+
tmp = (tmp_0 == null ? null : new Parser(tmp_0)).n5a.call(new Parser($this), input, initialContainer, startIndex);
|
|
2100
2100
|
}
|
|
2101
2101
|
return tmp;
|
|
2102
2102
|
}
|
|
2103
2103
|
function ParserState(output, parserStructure, inputPosition) {
|
|
2104
|
-
this.
|
|
2105
|
-
this.
|
|
2106
|
-
this.
|
|
2104
|
+
this.g5a_1 = output;
|
|
2105
|
+
this.h5a_1 = parserStructure;
|
|
2106
|
+
this.i5a_1 = inputPosition;
|
|
2107
2107
|
}
|
|
2108
2108
|
function Parser__toString_impl_x33iea($this) {
|
|
2109
2109
|
return 'Parser(commands=' + $this.toString() + ')';
|
|
@@ -2114,22 +2114,22 @@ function Parser__hashCode_impl_bbxllf($this) {
|
|
|
2114
2114
|
function Parser__equals_impl_djxokv($this, other) {
|
|
2115
2115
|
if (!(other instanceof Parser))
|
|
2116
2116
|
return false;
|
|
2117
|
-
var tmp0_other_with_cast = other instanceof Parser ? other.
|
|
2117
|
+
var tmp0_other_with_cast = other instanceof Parser ? other.j5a_1 : THROW_CCE();
|
|
2118
2118
|
if (!equals($this, tmp0_other_with_cast))
|
|
2119
2119
|
return false;
|
|
2120
2120
|
return true;
|
|
2121
2121
|
}
|
|
2122
2122
|
function sam$kotlin_Comparator$0(function_0) {
|
|
2123
|
-
this.
|
|
2123
|
+
this.o5a_1 = function_0;
|
|
2124
2124
|
}
|
|
2125
2125
|
protoOf(sam$kotlin_Comparator$0).mc = function (a, b) {
|
|
2126
|
-
return this.
|
|
2126
|
+
return this.o5a_1(a, b);
|
|
2127
2127
|
};
|
|
2128
2128
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
2129
2129
|
return this.mc(a, b);
|
|
2130
2130
|
};
|
|
2131
2131
|
protoOf(sam$kotlin_Comparator$0).g3 = function () {
|
|
2132
|
-
return this.
|
|
2132
|
+
return this.o5a_1;
|
|
2133
2133
|
};
|
|
2134
2134
|
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
2135
2135
|
var tmp;
|
|
@@ -2154,28 +2154,28 @@ function Parser$match$lambda() {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
function Parser$match$lambda_0(a, b) {
|
|
2156
2156
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
2157
|
-
var tmp = b.
|
|
2158
|
-
var tmp$ret$1 = a.
|
|
2157
|
+
var tmp = b.c5a_1;
|
|
2158
|
+
var tmp$ret$1 = a.c5a_1;
|
|
2159
2159
|
return compareValues(tmp, tmp$ret$1);
|
|
2160
2160
|
}
|
|
2161
2161
|
function Parser(commands) {
|
|
2162
|
-
this.
|
|
2162
|
+
this.j5a_1 = commands;
|
|
2163
2163
|
}
|
|
2164
2164
|
protoOf(Parser).toString = function () {
|
|
2165
|
-
return Parser__toString_impl_x33iea(this.
|
|
2165
|
+
return Parser__toString_impl_x33iea(this.j5a_1);
|
|
2166
2166
|
};
|
|
2167
2167
|
protoOf(Parser).hashCode = function () {
|
|
2168
|
-
return Parser__hashCode_impl_bbxllf(this.
|
|
2168
|
+
return Parser__hashCode_impl_bbxllf(this.j5a_1);
|
|
2169
2169
|
};
|
|
2170
2170
|
protoOf(Parser).equals = function (other) {
|
|
2171
|
-
return Parser__equals_impl_djxokv(this.
|
|
2171
|
+
return Parser__equals_impl_djxokv(this.j5a_1, other);
|
|
2172
2172
|
};
|
|
2173
2173
|
function ParserStructure(operations, followedBy) {
|
|
2174
|
-
this.
|
|
2175
|
-
this.
|
|
2174
|
+
this.k5a_1 = operations;
|
|
2175
|
+
this.l5a_1 = followedBy;
|
|
2176
2176
|
}
|
|
2177
2177
|
protoOf(ParserStructure).toString = function () {
|
|
2178
|
-
return joinToString(this.
|
|
2178
|
+
return joinToString(this.k5a_1, ', ') + '(' + joinToString(this.l5a_1, ';') + ')';
|
|
2179
2179
|
};
|
|
2180
2180
|
function ParseException(errors) {
|
|
2181
2181
|
Exception_init_$Init$(formatError(errors), this);
|
|
@@ -2197,7 +2197,7 @@ function concat(_this__u8e3s4) {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
function formatError(errors) {
|
|
2199
2199
|
if (errors.g1() === 1) {
|
|
2200
|
-
return 'Position ' + errors.h1(0).
|
|
2200
|
+
return 'Position ' + errors.h1(0).c5a_1 + ': ' + errors.h1(0).d5a_1();
|
|
2201
2201
|
}
|
|
2202
2202
|
var averageMessageLength = 33;
|
|
2203
2203
|
var tmp0_buffer = StringBuilder_init_$Create$_0(imul(averageMessageLength, errors.g1()));
|
|
@@ -2205,11 +2205,11 @@ function formatError(errors) {
|
|
|
2205
2205
|
}
|
|
2206
2206
|
function concat$append(_this__u8e3s4, other) {
|
|
2207
2207
|
var tmp;
|
|
2208
|
-
if (_this__u8e3s4.
|
|
2209
|
-
tmp = new ParserStructure(plus(_this__u8e3s4.
|
|
2208
|
+
if (_this__u8e3s4.l5a_1.r()) {
|
|
2209
|
+
tmp = new ParserStructure(plus(_this__u8e3s4.k5a_1, other.k5a_1), other.l5a_1);
|
|
2210
2210
|
} else {
|
|
2211
2211
|
// Inline function 'kotlin.collections.map' call
|
|
2212
|
-
var this_0 = _this__u8e3s4.
|
|
2212
|
+
var this_0 = _this__u8e3s4.l5a_1;
|
|
2213
2213
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2214
2214
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
2215
2215
|
var _iterator__ex2g4s = this_0.t();
|
|
@@ -2218,7 +2218,7 @@ function concat$append(_this__u8e3s4, other) {
|
|
|
2218
2218
|
var tmp$ret$0 = concat$append(item, other);
|
|
2219
2219
|
destination.e1(tmp$ret$0);
|
|
2220
2220
|
}
|
|
2221
|
-
tmp = new ParserStructure(_this__u8e3s4.
|
|
2221
|
+
tmp = new ParserStructure(_this__u8e3s4.k5a_1, destination);
|
|
2222
2222
|
}
|
|
2223
2223
|
return tmp;
|
|
2224
2224
|
}
|
|
@@ -2227,14 +2227,14 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2227
2227
|
var newOperations = ArrayList_init_$Create$();
|
|
2228
2228
|
var currentNumberSpan = null;
|
|
2229
2229
|
var unconditionalModificationsForTails = toMutableList(unconditionalModifications);
|
|
2230
|
-
var _iterator__ex2g4s = _this__u8e3s4.
|
|
2230
|
+
var _iterator__ex2g4s = _this__u8e3s4.k5a_1.t();
|
|
2231
2231
|
while (_iterator__ex2g4s.u()) {
|
|
2232
2232
|
var op = _iterator__ex2g4s.v();
|
|
2233
2233
|
if (op instanceof NumberSpanParserOperation) {
|
|
2234
2234
|
if (!(currentNumberSpan == null)) {
|
|
2235
|
-
currentNumberSpan.j1(op.
|
|
2235
|
+
currentNumberSpan.j1(op.p5a_1);
|
|
2236
2236
|
} else {
|
|
2237
|
-
currentNumberSpan = toMutableList(op.
|
|
2237
|
+
currentNumberSpan = toMutableList(op.p5a_1);
|
|
2238
2238
|
}
|
|
2239
2239
|
} else {
|
|
2240
2240
|
if (op instanceof UnconditionalModification) {
|
|
@@ -2249,7 +2249,7 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2249
2249
|
}
|
|
2250
2250
|
}
|
|
2251
2251
|
// Inline function 'kotlin.collections.flatMap' call
|
|
2252
|
-
var tmp0 = _this__u8e3s4.
|
|
2252
|
+
var tmp0 = _this__u8e3s4.l5a_1;
|
|
2253
2253
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
2254
2254
|
var destination = ArrayList_init_$Create$();
|
|
2255
2255
|
var _iterator__ex2g4s_0 = tmp0.t();
|
|
@@ -2257,9 +2257,9 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2257
2257
|
var element = _iterator__ex2g4s_0.v();
|
|
2258
2258
|
var simplified = concat$simplify(element, unconditionalModificationsForTails);
|
|
2259
2259
|
var tmp;
|
|
2260
|
-
if (simplified.
|
|
2260
|
+
if (simplified.k5a_1.r()) {
|
|
2261
2261
|
// Inline function 'kotlin.collections.ifEmpty' call
|
|
2262
|
-
var this_0 = simplified.
|
|
2262
|
+
var this_0 = simplified.l5a_1;
|
|
2263
2263
|
var tmp_0;
|
|
2264
2264
|
if (this_0.r()) {
|
|
2265
2265
|
tmp_0 = listOf(simplified);
|
|
@@ -2301,7 +2301,7 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2301
2301
|
var _iterator__ex2g4s_1 = mergedTails.t();
|
|
2302
2302
|
while (_iterator__ex2g4s_1.u()) {
|
|
2303
2303
|
var element_0 = _iterator__ex2g4s_1.v();
|
|
2304
|
-
var tmp0_safe_receiver = firstOrNull(element_0.
|
|
2304
|
+
var tmp0_safe_receiver = firstOrNull(element_0.k5a_1);
|
|
2305
2305
|
var tmp_4;
|
|
2306
2306
|
if (tmp0_safe_receiver == null) {
|
|
2307
2307
|
tmp_4 = null;
|
|
@@ -2326,15 +2326,15 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2326
2326
|
var _iterator__ex2g4s_2 = mergedTails.t();
|
|
2327
2327
|
while (_iterator__ex2g4s_2.u()) {
|
|
2328
2328
|
var item = _iterator__ex2g4s_2.v();
|
|
2329
|
-
var firstOperation = firstOrNull(item.
|
|
2329
|
+
var firstOperation = firstOrNull(item.k5a_1);
|
|
2330
2330
|
var tmp_5;
|
|
2331
2331
|
if (firstOperation instanceof NumberSpanParserOperation) {
|
|
2332
|
-
tmp_5 = new ParserStructure(plus(listOf(new NumberSpanParserOperation(plus(currentNumberSpan, firstOperation.
|
|
2332
|
+
tmp_5 = new ParserStructure(plus(listOf(new NumberSpanParserOperation(plus(currentNumberSpan, firstOperation.p5a_1))), drop(item.k5a_1, 1)), item.l5a_1);
|
|
2333
2333
|
} else {
|
|
2334
2334
|
if (firstOperation == null) {
|
|
2335
|
-
tmp_5 = new ParserStructure(listOf(new NumberSpanParserOperation(currentNumberSpan)), item.
|
|
2335
|
+
tmp_5 = new ParserStructure(listOf(new NumberSpanParserOperation(currentNumberSpan)), item.l5a_1);
|
|
2336
2336
|
} else {
|
|
2337
|
-
tmp_5 = new ParserStructure(plus(listOf(new NumberSpanParserOperation(currentNumberSpan)), item.
|
|
2337
|
+
tmp_5 = new ParserStructure(plus(listOf(new NumberSpanParserOperation(currentNumberSpan)), item.k5a_1), item.l5a_1);
|
|
2338
2338
|
}
|
|
2339
2339
|
}
|
|
2340
2340
|
var tmp$ret$12 = tmp_5;
|
|
@@ -2347,7 +2347,7 @@ function concat$simplify(_this__u8e3s4, unconditionalModifications) {
|
|
|
2347
2347
|
return tmp_2;
|
|
2348
2348
|
}
|
|
2349
2349
|
function formatError$lambda(it) {
|
|
2350
|
-
return 'position ' + it.
|
|
2350
|
+
return 'position ' + it.c5a_1 + ": '" + it.d5a_1() + "'";
|
|
2351
2351
|
}
|
|
2352
2352
|
function spaceAndZeroPaddedUnsignedInt(minDigits, maxDigits, spacePadding, setter, name, withMinus) {
|
|
2353
2353
|
withMinus = withMinus === VOID ? false : withMinus;
|
|
@@ -2389,22 +2389,22 @@ function spaceAndZeroPaddedUnsignedInt(minDigits, maxDigits, spacePadding, sette
|
|
|
2389
2389
|
}
|
|
2390
2390
|
function _get_whatThisExpects__4pg11j($this) {
|
|
2391
2391
|
// Inline function 'kotlin.collections.map' call
|
|
2392
|
-
var this_0 = $this.
|
|
2392
|
+
var this_0 = $this.p5a_1;
|
|
2393
2393
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2394
2394
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
2395
2395
|
var _iterator__ex2g4s = this_0.t();
|
|
2396
2396
|
while (_iterator__ex2g4s.u()) {
|
|
2397
2397
|
var item = _iterator__ex2g4s.v();
|
|
2398
2398
|
var length = item.a();
|
|
2399
|
-
var tmp$ret$0 = (length == null ? 'at least one digit' : '' + length + ' digits') + (' for ' + item.
|
|
2399
|
+
var tmp$ret$0 = (length == null ? 'at least one digit' : '' + length + ' digits') + (' for ' + item.q59_1);
|
|
2400
2400
|
destination.e1(tmp$ret$0);
|
|
2401
2401
|
}
|
|
2402
2402
|
var consumerLengths = destination;
|
|
2403
2403
|
var tmp;
|
|
2404
|
-
if ($this.
|
|
2405
|
-
tmp = 'a number with at least ' + $this.
|
|
2404
|
+
if ($this.r5a_1) {
|
|
2405
|
+
tmp = 'a number with at least ' + $this.q5a_1 + ' digits: ' + toString(consumerLengths);
|
|
2406
2406
|
} else {
|
|
2407
|
-
tmp = 'a number with exactly ' + $this.
|
|
2407
|
+
tmp = 'a number with exactly ' + $this.q5a_1 + ' digits: ' + toString(consumerLengths);
|
|
2408
2408
|
}
|
|
2409
2409
|
return tmp;
|
|
2410
2410
|
}
|
|
@@ -2420,24 +2420,24 @@ function NumberSpanParserOperation$consume$lambda_0($digitsInRow, this$0) {
|
|
|
2420
2420
|
}
|
|
2421
2421
|
function NumberSpanParserOperation$consume$lambda_1($numberString, this$0, $i, $error) {
|
|
2422
2422
|
return function () {
|
|
2423
|
-
return "Can not interpret the string '" + $numberString + "' as " + this$0.
|
|
2423
|
+
return "Can not interpret the string '" + $numberString + "' as " + this$0.p5a_1.h1($i).q59_1 + ': ' + $error.r59();
|
|
2424
2424
|
};
|
|
2425
2425
|
}
|
|
2426
2426
|
function NumberSpanParserOperation(consumers) {
|
|
2427
|
-
this.
|
|
2427
|
+
this.p5a_1 = consumers;
|
|
2428
2428
|
var tmp = this;
|
|
2429
2429
|
// Inline function 'kotlin.collections.sumOf' call
|
|
2430
2430
|
var sum = 0;
|
|
2431
|
-
var _iterator__ex2g4s = this.
|
|
2431
|
+
var _iterator__ex2g4s = this.p5a_1.t();
|
|
2432
2432
|
while (_iterator__ex2g4s.u()) {
|
|
2433
2433
|
var element = _iterator__ex2g4s.v();
|
|
2434
2434
|
var tmp_0 = sum;
|
|
2435
2435
|
var tmp0_elvis_lhs = element.a();
|
|
2436
2436
|
sum = tmp_0 + (tmp0_elvis_lhs == null ? 1 : tmp0_elvis_lhs) | 0;
|
|
2437
2437
|
}
|
|
2438
|
-
tmp.
|
|
2438
|
+
tmp.q5a_1 = sum;
|
|
2439
2439
|
var tmp_1 = this;
|
|
2440
|
-
var tmp0 = this.
|
|
2440
|
+
var tmp0 = this.p5a_1;
|
|
2441
2441
|
var tmp$ret$2;
|
|
2442
2442
|
$l$block_0: {
|
|
2443
2443
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -2461,8 +2461,8 @@ function NumberSpanParserOperation(consumers) {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
tmp$ret$2 = false;
|
|
2463
2463
|
}
|
|
2464
|
-
tmp_1.
|
|
2465
|
-
var tmp0_0 = this.
|
|
2464
|
+
tmp_1.r5a_1 = tmp$ret$2;
|
|
2465
|
+
var tmp0_0 = this.p5a_1;
|
|
2466
2466
|
var tmp$ret$4;
|
|
2467
2467
|
$l$block_2: {
|
|
2468
2468
|
// Inline function 'kotlin.collections.all' call
|
|
@@ -2493,7 +2493,7 @@ function NumberSpanParserOperation(consumers) {
|
|
|
2493
2493
|
var message = 'Failed requirement.';
|
|
2494
2494
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2495
2495
|
}
|
|
2496
|
-
var tmp0_1 = this.
|
|
2496
|
+
var tmp0_1 = this.p5a_1;
|
|
2497
2497
|
var tmp$ret$9;
|
|
2498
2498
|
$l$block_3: {
|
|
2499
2499
|
// Inline function 'kotlin.collections.count' call
|
|
@@ -2521,7 +2521,7 @@ function NumberSpanParserOperation(consumers) {
|
|
|
2521
2521
|
// Inline function 'kotlin.require' call
|
|
2522
2522
|
if (!(tmp$ret$9 <= 1)) {
|
|
2523
2523
|
// Inline function 'kotlin.collections.filter' call
|
|
2524
|
-
var tmp0_2 = this.
|
|
2524
|
+
var tmp0_2 = this.p5a_1;
|
|
2525
2525
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2526
2526
|
var destination = ArrayList_init_$Create$();
|
|
2527
2527
|
var _iterator__ex2g4s_3 = tmp0_2.t();
|
|
@@ -2537,7 +2537,7 @@ function NumberSpanParserOperation(consumers) {
|
|
|
2537
2537
|
var _iterator__ex2g4s_4 = destination.t();
|
|
2538
2538
|
while (_iterator__ex2g4s_4.u()) {
|
|
2539
2539
|
var item = _iterator__ex2g4s_4.v();
|
|
2540
|
-
var tmp$ret$14 = item.
|
|
2540
|
+
var tmp$ret$14 = item.q59_1;
|
|
2541
2541
|
destination_0.e1(tmp$ret$14);
|
|
2542
2542
|
}
|
|
2543
2543
|
var fieldNames = destination_0;
|
|
@@ -2545,30 +2545,30 @@ function NumberSpanParserOperation(consumers) {
|
|
|
2545
2545
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
2546
2546
|
}
|
|
2547
2547
|
}
|
|
2548
|
-
protoOf(NumberSpanParserOperation).
|
|
2549
|
-
if ((startIndex + this.
|
|
2548
|
+
protoOf(NumberSpanParserOperation).m5a = function (storage, input, startIndex) {
|
|
2549
|
+
if ((startIndex + this.q5a_1 | 0) > charSequenceLength(input)) {
|
|
2550
2550
|
var tmp = Companion_instance_6;
|
|
2551
|
-
return tmp.
|
|
2551
|
+
return tmp.f5a(startIndex, NumberSpanParserOperation$consume$lambda(this));
|
|
2552
2552
|
}
|
|
2553
2553
|
var digitsInRow = {_v: 0};
|
|
2554
2554
|
while ((startIndex + digitsInRow._v | 0) < charSequenceLength(input) && isAsciiDigit(charSequenceGet(input, startIndex + digitsInRow._v | 0))) {
|
|
2555
2555
|
digitsInRow._v = digitsInRow._v + 1 | 0;
|
|
2556
2556
|
digitsInRow._v;
|
|
2557
2557
|
}
|
|
2558
|
-
if (digitsInRow._v < this.
|
|
2558
|
+
if (digitsInRow._v < this.q5a_1) {
|
|
2559
2559
|
var tmp_0 = Companion_instance_6;
|
|
2560
|
-
return tmp_0.
|
|
2560
|
+
return tmp_0.f5a(startIndex, NumberSpanParserOperation$consume$lambda_0(digitsInRow, this));
|
|
2561
2561
|
}
|
|
2562
2562
|
var index = startIndex;
|
|
2563
2563
|
var inductionVariable = 0;
|
|
2564
|
-
var last = this.
|
|
2564
|
+
var last = this.p5a_1.g1() - 1 | 0;
|
|
2565
2565
|
if (inductionVariable <= last)
|
|
2566
2566
|
do {
|
|
2567
2567
|
var i = inductionVariable;
|
|
2568
2568
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2569
|
-
var tmp0_elvis_lhs = this.
|
|
2570
|
-
var length = tmp0_elvis_lhs == null ? (digitsInRow._v - this.
|
|
2571
|
-
var error = this.
|
|
2569
|
+
var tmp0_elvis_lhs = this.p5a_1.h1(i).a();
|
|
2570
|
+
var length = tmp0_elvis_lhs == null ? (digitsInRow._v - this.q5a_1 | 0) + 1 | 0 : tmp0_elvis_lhs;
|
|
2571
|
+
var error = this.p5a_1.h1(i).o59(storage, input, index, index + length | 0);
|
|
2572
2572
|
if (!(error == null)) {
|
|
2573
2573
|
var tmp2 = index;
|
|
2574
2574
|
// Inline function 'kotlin.text.substring' call
|
|
@@ -2576,12 +2576,12 @@ protoOf(NumberSpanParserOperation).i5a = function (storage, input, startIndex) {
|
|
|
2576
2576
|
var numberString = toString(charSequenceSubSequence(input, tmp2, endIndex));
|
|
2577
2577
|
var tmp_1 = Companion_instance_6;
|
|
2578
2578
|
var tmp_2 = index;
|
|
2579
|
-
return tmp_1.
|
|
2579
|
+
return tmp_1.f5a(tmp_2, NumberSpanParserOperation$consume$lambda_1(numberString, this, i, error));
|
|
2580
2580
|
}
|
|
2581
2581
|
index = index + length | 0;
|
|
2582
2582
|
}
|
|
2583
2583
|
while (inductionVariable <= last);
|
|
2584
|
-
return Companion_instance_6.
|
|
2584
|
+
return Companion_instance_6.e5a(index);
|
|
2585
2585
|
};
|
|
2586
2586
|
protoOf(NumberSpanParserOperation).toString = function () {
|
|
2587
2587
|
return _get_whatThisExpects__4pg11j(this);
|
|
@@ -2598,7 +2598,7 @@ function SignedIntParser(minDigits, maxDigits, spacePadding, setter, name, plusO
|
|
|
2598
2598
|
}
|
|
2599
2599
|
function PlainStringParserOperation$consume$lambda(this$0) {
|
|
2600
2600
|
return function () {
|
|
2601
|
-
return "Unexpected end of input: yet to parse '" + this$0.
|
|
2601
|
+
return "Unexpected end of input: yet to parse '" + this$0.s5a_1 + "'";
|
|
2602
2602
|
};
|
|
2603
2603
|
}
|
|
2604
2604
|
function PlainStringParserOperation$consume$lambda_0(this$0, $input, $startIndex, $i) {
|
|
@@ -2608,50 +2608,50 @@ function PlainStringParserOperation$consume$lambda_0(this$0, $input, $startIndex
|
|
|
2608
2608
|
// Inline function 'kotlin.text.substring' call
|
|
2609
2609
|
var endIndex = ($startIndex + $i | 0) + 1 | 0;
|
|
2610
2610
|
var tmp$ret$0 = toString(charSequenceSubSequence(tmp0, tmp2, endIndex));
|
|
2611
|
-
return 'Expected ' + this$0.
|
|
2611
|
+
return 'Expected ' + this$0.s5a_1 + ' but got ' + tmp$ret$0;
|
|
2612
2612
|
};
|
|
2613
2613
|
}
|
|
2614
2614
|
function PlainStringParserOperation(string) {
|
|
2615
|
-
this.
|
|
2615
|
+
this.s5a_1 = string;
|
|
2616
2616
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
2617
|
-
var this_0 = this.
|
|
2617
|
+
var this_0 = this.s5a_1;
|
|
2618
2618
|
// Inline function 'kotlin.require' call
|
|
2619
2619
|
if (!(charSequenceLength(this_0) > 0)) {
|
|
2620
2620
|
var message = 'Empty string is not allowed';
|
|
2621
2621
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2622
2622
|
}
|
|
2623
2623
|
// Inline function 'kotlin.require' call
|
|
2624
|
-
if (!!isAsciiDigit(charCodeAt(this.
|
|
2625
|
-
var message_0 = "String '" + this.
|
|
2624
|
+
if (!!isAsciiDigit(charCodeAt(this.s5a_1, 0))) {
|
|
2625
|
+
var message_0 = "String '" + this.s5a_1 + "' starts with a digit";
|
|
2626
2626
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
2627
2627
|
}
|
|
2628
2628
|
// Inline function 'kotlin.require' call
|
|
2629
|
-
if (!!isAsciiDigit(charCodeAt(this.
|
|
2630
|
-
var message_1 = "String '" + this.
|
|
2629
|
+
if (!!isAsciiDigit(charCodeAt(this.s5a_1, this.s5a_1.length - 1 | 0))) {
|
|
2630
|
+
var message_1 = "String '" + this.s5a_1 + "' ends with a digit";
|
|
2631
2631
|
throw IllegalArgumentException_init_$Create$(toString(message_1));
|
|
2632
2632
|
}
|
|
2633
2633
|
}
|
|
2634
|
-
protoOf(PlainStringParserOperation).
|
|
2635
|
-
if ((startIndex + this.
|
|
2634
|
+
protoOf(PlainStringParserOperation).m5a = function (storage, input, startIndex) {
|
|
2635
|
+
if ((startIndex + this.s5a_1.length | 0) > charSequenceLength(input)) {
|
|
2636
2636
|
var tmp = Companion_instance_6;
|
|
2637
|
-
return tmp.
|
|
2637
|
+
return tmp.f5a(startIndex, PlainStringParserOperation$consume$lambda(this));
|
|
2638
2638
|
}
|
|
2639
2639
|
var inductionVariable = 0;
|
|
2640
|
-
var last = charSequenceLength(this.
|
|
2640
|
+
var last = charSequenceLength(this.s5a_1) - 1 | 0;
|
|
2641
2641
|
if (inductionVariable <= last)
|
|
2642
2642
|
do {
|
|
2643
2643
|
var i = inductionVariable;
|
|
2644
2644
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2645
|
-
if (!(charSequenceGet(input, startIndex + i | 0) === charCodeAt(this.
|
|
2645
|
+
if (!(charSequenceGet(input, startIndex + i | 0) === charCodeAt(this.s5a_1, i))) {
|
|
2646
2646
|
var tmp_0 = Companion_instance_6;
|
|
2647
|
-
return tmp_0.
|
|
2647
|
+
return tmp_0.f5a(startIndex, PlainStringParserOperation$consume$lambda_0(this, input, startIndex, i));
|
|
2648
2648
|
}
|
|
2649
2649
|
}
|
|
2650
2650
|
while (inductionVariable <= last);
|
|
2651
|
-
return Companion_instance_6.
|
|
2651
|
+
return Companion_instance_6.e5a(startIndex + this.s5a_1.length | 0);
|
|
2652
2652
|
};
|
|
2653
2653
|
protoOf(PlainStringParserOperation).toString = function () {
|
|
2654
|
-
return "'" + this.
|
|
2654
|
+
return "'" + this.s5a_1 + "'";
|
|
2655
2655
|
};
|
|
2656
2656
|
function UnconditionalModification() {
|
|
2657
2657
|
}
|
|
@@ -2700,53 +2700,53 @@ function TimeBasedDateTimeUnitSerializer$descriptor$delegate$lambda$lambda($this
|
|
|
2700
2700
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
2701
2701
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
2702
2702
|
var this_0 = serializer(createKType(PrimitiveClasses_getInstance().jb(), arrayOf([]), false));
|
|
2703
|
-
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).
|
|
2704
|
-
$this$buildClassSerialDescriptor.
|
|
2703
|
+
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).e1s();
|
|
2704
|
+
$this$buildClassSerialDescriptor.q1u(elementName, descriptor, annotations, false);
|
|
2705
2705
|
return Unit_instance;
|
|
2706
2706
|
}
|
|
2707
2707
|
function TimeBasedDateTimeUnitSerializer$_get_descriptor_$ref_ezonyw() {
|
|
2708
2708
|
return function (p0) {
|
|
2709
|
-
return p0.
|
|
2709
|
+
return p0.e1s();
|
|
2710
2710
|
};
|
|
2711
2711
|
}
|
|
2712
2712
|
function TimeBasedDateTimeUnitSerializer() {
|
|
2713
2713
|
TimeBasedDateTimeUnitSerializer_instance = this;
|
|
2714
2714
|
var tmp = this;
|
|
2715
2715
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2716
|
-
tmp.
|
|
2716
|
+
tmp.t5a_1 = lazy_0(tmp_0, TimeBasedDateTimeUnitSerializer$descriptor$delegate$lambda);
|
|
2717
2717
|
}
|
|
2718
|
-
protoOf(TimeBasedDateTimeUnitSerializer).
|
|
2719
|
-
var tmp0 = this.
|
|
2718
|
+
protoOf(TimeBasedDateTimeUnitSerializer).e1s = function () {
|
|
2719
|
+
var tmp0 = this.t5a_1;
|
|
2720
2720
|
var tmp = KProperty1;
|
|
2721
2721
|
// Inline function 'kotlin.getValue' call
|
|
2722
2722
|
getPropertyCallableRef('descriptor', 1, tmp, TimeBasedDateTimeUnitSerializer$_get_descriptor_$ref_ezonyw(), null);
|
|
2723
2723
|
return tmp0.m1();
|
|
2724
2724
|
};
|
|
2725
|
-
protoOf(TimeBasedDateTimeUnitSerializer).
|
|
2725
|
+
protoOf(TimeBasedDateTimeUnitSerializer).u5a = function (encoder, value) {
|
|
2726
2726
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
2727
|
-
var descriptor = this.
|
|
2728
|
-
var composite = encoder.
|
|
2729
|
-
composite.
|
|
2730
|
-
composite.
|
|
2727
|
+
var descriptor = this.e1s();
|
|
2728
|
+
var composite = encoder.t1v(descriptor);
|
|
2729
|
+
composite.d1x(TimeBasedDateTimeUnitSerializer_getInstance().e1s(), 0, value.w53_1);
|
|
2730
|
+
composite.u1v(descriptor);
|
|
2731
2731
|
};
|
|
2732
|
-
protoOf(TimeBasedDateTimeUnitSerializer).
|
|
2733
|
-
return this.
|
|
2732
|
+
protoOf(TimeBasedDateTimeUnitSerializer).r1s = function (encoder, value) {
|
|
2733
|
+
return this.u5a(encoder, value instanceof TimeBased ? value : THROW_CCE());
|
|
2734
2734
|
};
|
|
2735
|
-
protoOf(TimeBasedDateTimeUnitSerializer).
|
|
2735
|
+
protoOf(TimeBasedDateTimeUnitSerializer).s1s = function (decoder) {
|
|
2736
2736
|
var seen = {_v: false};
|
|
2737
2737
|
var nanoseconds = {_v: 0n};
|
|
2738
2738
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
2739
|
-
var descriptor = this.
|
|
2740
|
-
var composite = decoder.
|
|
2741
|
-
if (composite.
|
|
2742
|
-
nanoseconds._v = composite.
|
|
2739
|
+
var descriptor = this.e1s();
|
|
2740
|
+
var composite = decoder.t1v(descriptor);
|
|
2741
|
+
if (composite.i1w()) {
|
|
2742
|
+
nanoseconds._v = composite.z1v(TimeBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2743
2743
|
seen._v = true;
|
|
2744
2744
|
} else {
|
|
2745
2745
|
loop: while (true) {
|
|
2746
|
-
var elementIndex = composite.
|
|
2746
|
+
var elementIndex = composite.j1w(TimeBasedDateTimeUnitSerializer_getInstance().e1s());
|
|
2747
2747
|
switch (elementIndex) {
|
|
2748
2748
|
case 0:
|
|
2749
|
-
nanoseconds._v = composite.
|
|
2749
|
+
nanoseconds._v = composite.z1v(TimeBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2750
2750
|
seen._v = true;
|
|
2751
2751
|
break;
|
|
2752
2752
|
case -1:
|
|
@@ -2758,9 +2758,9 @@ protoOf(TimeBasedDateTimeUnitSerializer).b1s = function (decoder) {
|
|
|
2758
2758
|
}
|
|
2759
2759
|
}
|
|
2760
2760
|
var result = Unit_instance;
|
|
2761
|
-
composite.
|
|
2761
|
+
composite.u1v(descriptor);
|
|
2762
2762
|
if (!seen._v)
|
|
2763
|
-
throw MissingFieldException_init_$Create$('nanoseconds', this.
|
|
2763
|
+
throw MissingFieldException_init_$Create$('nanoseconds', this.e1s().j1t());
|
|
2764
2764
|
return new TimeBased(nanoseconds._v);
|
|
2765
2765
|
};
|
|
2766
2766
|
var TimeBasedDateTimeUnitSerializer_instance;
|
|
@@ -2770,7 +2770,7 @@ function TimeBasedDateTimeUnitSerializer_getInstance() {
|
|
|
2770
2770
|
return TimeBasedDateTimeUnitSerializer_instance;
|
|
2771
2771
|
}
|
|
2772
2772
|
function _get_impl__d88w17($this) {
|
|
2773
|
-
var tmp0 = $this.
|
|
2773
|
+
var tmp0 = $this.v5a_1;
|
|
2774
2774
|
var tmp = KProperty1;
|
|
2775
2775
|
// Inline function 'kotlin.getValue' call
|
|
2776
2776
|
getPropertyCallableRef('impl', 1, tmp, DateBasedDateTimeUnitSerializer$_get_impl_$ref_m860rs(), null);
|
|
@@ -2798,22 +2798,22 @@ function DateBasedDateTimeUnitSerializer() {
|
|
|
2798
2798
|
AbstractPolymorphicSerializer.call(this);
|
|
2799
2799
|
var tmp = this;
|
|
2800
2800
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2801
|
-
tmp.
|
|
2801
|
+
tmp.v5a_1 = lazy_0(tmp_0, DateBasedDateTimeUnitSerializer$impl$delegate$lambda);
|
|
2802
2802
|
}
|
|
2803
|
-
protoOf(DateBasedDateTimeUnitSerializer).
|
|
2804
|
-
return _get_impl__d88w17(this).
|
|
2803
|
+
protoOf(DateBasedDateTimeUnitSerializer).u1s = function (decoder, klassName) {
|
|
2804
|
+
return _get_impl__d88w17(this).u1s(decoder, klassName);
|
|
2805
2805
|
};
|
|
2806
|
-
protoOf(DateBasedDateTimeUnitSerializer).
|
|
2807
|
-
return _get_impl__d88w17(this).
|
|
2806
|
+
protoOf(DateBasedDateTimeUnitSerializer).w5a = function (encoder, value) {
|
|
2807
|
+
return _get_impl__d88w17(this).w1s(encoder, value);
|
|
2808
2808
|
};
|
|
2809
|
-
protoOf(DateBasedDateTimeUnitSerializer).
|
|
2810
|
-
return this.
|
|
2809
|
+
protoOf(DateBasedDateTimeUnitSerializer).w1s = function (encoder, value) {
|
|
2810
|
+
return this.w5a(encoder, value instanceof DateBased ? value : THROW_CCE());
|
|
2811
2811
|
};
|
|
2812
|
-
protoOf(DateBasedDateTimeUnitSerializer).
|
|
2812
|
+
protoOf(DateBasedDateTimeUnitSerializer).v1s = function () {
|
|
2813
2813
|
return getKClass(DateBased);
|
|
2814
2814
|
};
|
|
2815
|
-
protoOf(DateBasedDateTimeUnitSerializer).
|
|
2816
|
-
return _get_impl__d88w17(this).
|
|
2815
|
+
protoOf(DateBasedDateTimeUnitSerializer).e1s = function () {
|
|
2816
|
+
return _get_impl__d88w17(this).e1s();
|
|
2817
2817
|
};
|
|
2818
2818
|
var DateBasedDateTimeUnitSerializer_instance;
|
|
2819
2819
|
function DateBasedDateTimeUnitSerializer_getInstance() {
|
|
@@ -2830,53 +2830,53 @@ function DayBasedDateTimeUnitSerializer$descriptor$delegate$lambda$lambda($this$
|
|
|
2830
2830
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
2831
2831
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
2832
2832
|
var this_0 = serializer(createKType(PrimitiveClasses_getInstance().ib(), arrayOf([]), false));
|
|
2833
|
-
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).
|
|
2834
|
-
$this$buildClassSerialDescriptor.
|
|
2833
|
+
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).e1s();
|
|
2834
|
+
$this$buildClassSerialDescriptor.q1u('days', descriptor, annotations, false);
|
|
2835
2835
|
return Unit_instance;
|
|
2836
2836
|
}
|
|
2837
2837
|
function DayBasedDateTimeUnitSerializer$_get_descriptor_$ref_2ycvl3() {
|
|
2838
2838
|
return function (p0) {
|
|
2839
|
-
return p0.
|
|
2839
|
+
return p0.e1s();
|
|
2840
2840
|
};
|
|
2841
2841
|
}
|
|
2842
2842
|
function DayBasedDateTimeUnitSerializer() {
|
|
2843
2843
|
DayBasedDateTimeUnitSerializer_instance = this;
|
|
2844
2844
|
var tmp = this;
|
|
2845
2845
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2846
|
-
tmp.
|
|
2846
|
+
tmp.x5a_1 = lazy_0(tmp_0, DayBasedDateTimeUnitSerializer$descriptor$delegate$lambda);
|
|
2847
2847
|
}
|
|
2848
|
-
protoOf(DayBasedDateTimeUnitSerializer).
|
|
2849
|
-
var tmp0 = this.
|
|
2848
|
+
protoOf(DayBasedDateTimeUnitSerializer).e1s = function () {
|
|
2849
|
+
var tmp0 = this.x5a_1;
|
|
2850
2850
|
var tmp = KProperty1;
|
|
2851
2851
|
// Inline function 'kotlin.getValue' call
|
|
2852
2852
|
getPropertyCallableRef('descriptor', 1, tmp, DayBasedDateTimeUnitSerializer$_get_descriptor_$ref_2ycvl3(), null);
|
|
2853
2853
|
return tmp0.m1();
|
|
2854
2854
|
};
|
|
2855
|
-
protoOf(DayBasedDateTimeUnitSerializer).
|
|
2855
|
+
protoOf(DayBasedDateTimeUnitSerializer).y5a = function (encoder, value) {
|
|
2856
2856
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
2857
|
-
var descriptor = this.
|
|
2858
|
-
var composite = encoder.
|
|
2859
|
-
composite.
|
|
2860
|
-
composite.
|
|
2857
|
+
var descriptor = this.e1s();
|
|
2858
|
+
var composite = encoder.t1v(descriptor);
|
|
2859
|
+
composite.c1x(DayBasedDateTimeUnitSerializer_getInstance().e1s(), 0, value.c54_1);
|
|
2860
|
+
composite.u1v(descriptor);
|
|
2861
2861
|
};
|
|
2862
|
-
protoOf(DayBasedDateTimeUnitSerializer).
|
|
2863
|
-
return this.
|
|
2862
|
+
protoOf(DayBasedDateTimeUnitSerializer).r1s = function (encoder, value) {
|
|
2863
|
+
return this.y5a(encoder, value instanceof DayBased ? value : THROW_CCE());
|
|
2864
2864
|
};
|
|
2865
|
-
protoOf(DayBasedDateTimeUnitSerializer).
|
|
2865
|
+
protoOf(DayBasedDateTimeUnitSerializer).s1s = function (decoder) {
|
|
2866
2866
|
var seen = {_v: false};
|
|
2867
2867
|
var days = {_v: 0};
|
|
2868
2868
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
2869
|
-
var descriptor = this.
|
|
2870
|
-
var composite = decoder.
|
|
2871
|
-
if (composite.
|
|
2872
|
-
days._v = composite.
|
|
2869
|
+
var descriptor = this.e1s();
|
|
2870
|
+
var composite = decoder.t1v(descriptor);
|
|
2871
|
+
if (composite.i1w()) {
|
|
2872
|
+
days._v = composite.y1v(DayBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2873
2873
|
seen._v = true;
|
|
2874
2874
|
} else {
|
|
2875
2875
|
loop: while (true) {
|
|
2876
|
-
var elementIndex = composite.
|
|
2876
|
+
var elementIndex = composite.j1w(DayBasedDateTimeUnitSerializer_getInstance().e1s());
|
|
2877
2877
|
switch (elementIndex) {
|
|
2878
2878
|
case 0:
|
|
2879
|
-
days._v = composite.
|
|
2879
|
+
days._v = composite.y1v(DayBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2880
2880
|
seen._v = true;
|
|
2881
2881
|
break;
|
|
2882
2882
|
case -1:
|
|
@@ -2888,9 +2888,9 @@ protoOf(DayBasedDateTimeUnitSerializer).b1s = function (decoder) {
|
|
|
2888
2888
|
}
|
|
2889
2889
|
}
|
|
2890
2890
|
var result = Unit_instance;
|
|
2891
|
-
composite.
|
|
2891
|
+
composite.u1v(descriptor);
|
|
2892
2892
|
if (!seen._v)
|
|
2893
|
-
throw MissingFieldException_init_$Create$('days', this.
|
|
2893
|
+
throw MissingFieldException_init_$Create$('days', this.e1s().j1t());
|
|
2894
2894
|
return new DayBased(days._v);
|
|
2895
2895
|
};
|
|
2896
2896
|
var DayBasedDateTimeUnitSerializer_instance;
|
|
@@ -2908,53 +2908,53 @@ function MonthBasedDateTimeUnitSerializer$descriptor$delegate$lambda$lambda($thi
|
|
|
2908
2908
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
2909
2909
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
2910
2910
|
var this_0 = serializer(createKType(PrimitiveClasses_getInstance().ib(), arrayOf([]), false));
|
|
2911
|
-
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).
|
|
2912
|
-
$this$buildClassSerialDescriptor.
|
|
2911
|
+
var descriptor = (isInterface(this_0, KSerializer) ? this_0 : THROW_CCE()).e1s();
|
|
2912
|
+
$this$buildClassSerialDescriptor.q1u('months', descriptor, annotations, false);
|
|
2913
2913
|
return Unit_instance;
|
|
2914
2914
|
}
|
|
2915
2915
|
function MonthBasedDateTimeUnitSerializer$_get_descriptor_$ref_vroatn() {
|
|
2916
2916
|
return function (p0) {
|
|
2917
|
-
return p0.
|
|
2917
|
+
return p0.e1s();
|
|
2918
2918
|
};
|
|
2919
2919
|
}
|
|
2920
2920
|
function MonthBasedDateTimeUnitSerializer() {
|
|
2921
2921
|
MonthBasedDateTimeUnitSerializer_instance = this;
|
|
2922
2922
|
var tmp = this;
|
|
2923
2923
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2924
|
-
tmp.
|
|
2924
|
+
tmp.z5a_1 = lazy_0(tmp_0, MonthBasedDateTimeUnitSerializer$descriptor$delegate$lambda);
|
|
2925
2925
|
}
|
|
2926
|
-
protoOf(MonthBasedDateTimeUnitSerializer).
|
|
2927
|
-
var tmp0 = this.
|
|
2926
|
+
protoOf(MonthBasedDateTimeUnitSerializer).e1s = function () {
|
|
2927
|
+
var tmp0 = this.z5a_1;
|
|
2928
2928
|
var tmp = KProperty1;
|
|
2929
2929
|
// Inline function 'kotlin.getValue' call
|
|
2930
2930
|
getPropertyCallableRef('descriptor', 1, tmp, MonthBasedDateTimeUnitSerializer$_get_descriptor_$ref_vroatn(), null);
|
|
2931
2931
|
return tmp0.m1();
|
|
2932
2932
|
};
|
|
2933
|
-
protoOf(MonthBasedDateTimeUnitSerializer).
|
|
2933
|
+
protoOf(MonthBasedDateTimeUnitSerializer).a5b = function (encoder, value) {
|
|
2934
2934
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
2935
|
-
var descriptor = this.
|
|
2936
|
-
var composite = encoder.
|
|
2937
|
-
composite.
|
|
2938
|
-
composite.
|
|
2935
|
+
var descriptor = this.e1s();
|
|
2936
|
+
var composite = encoder.t1v(descriptor);
|
|
2937
|
+
composite.c1x(MonthBasedDateTimeUnitSerializer_getInstance().e1s(), 0, value.d54_1);
|
|
2938
|
+
composite.u1v(descriptor);
|
|
2939
2939
|
};
|
|
2940
|
-
protoOf(MonthBasedDateTimeUnitSerializer).
|
|
2941
|
-
return this.
|
|
2940
|
+
protoOf(MonthBasedDateTimeUnitSerializer).r1s = function (encoder, value) {
|
|
2941
|
+
return this.a5b(encoder, value instanceof MonthBased ? value : THROW_CCE());
|
|
2942
2942
|
};
|
|
2943
|
-
protoOf(MonthBasedDateTimeUnitSerializer).
|
|
2943
|
+
protoOf(MonthBasedDateTimeUnitSerializer).s1s = function (decoder) {
|
|
2944
2944
|
var seen = {_v: false};
|
|
2945
2945
|
var months = {_v: 0};
|
|
2946
2946
|
// Inline function 'kotlinx.serialization.encoding.decodeStructure' call
|
|
2947
|
-
var descriptor = this.
|
|
2948
|
-
var composite = decoder.
|
|
2949
|
-
if (composite.
|
|
2950
|
-
months._v = composite.
|
|
2947
|
+
var descriptor = this.e1s();
|
|
2948
|
+
var composite = decoder.t1v(descriptor);
|
|
2949
|
+
if (composite.i1w()) {
|
|
2950
|
+
months._v = composite.y1v(MonthBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2951
2951
|
seen._v = true;
|
|
2952
2952
|
} else {
|
|
2953
2953
|
loop: while (true) {
|
|
2954
|
-
var elementIndex = composite.
|
|
2954
|
+
var elementIndex = composite.j1w(MonthBasedDateTimeUnitSerializer_getInstance().e1s());
|
|
2955
2955
|
switch (elementIndex) {
|
|
2956
2956
|
case 0:
|
|
2957
|
-
months._v = composite.
|
|
2957
|
+
months._v = composite.y1v(MonthBasedDateTimeUnitSerializer_getInstance().e1s(), 0);
|
|
2958
2958
|
seen._v = true;
|
|
2959
2959
|
break;
|
|
2960
2960
|
case -1:
|
|
@@ -2966,9 +2966,9 @@ protoOf(MonthBasedDateTimeUnitSerializer).b1s = function (decoder) {
|
|
|
2966
2966
|
}
|
|
2967
2967
|
}
|
|
2968
2968
|
var result = Unit_instance;
|
|
2969
|
-
composite.
|
|
2969
|
+
composite.u1v(descriptor);
|
|
2970
2970
|
if (!seen._v)
|
|
2971
|
-
throw MissingFieldException_init_$Create$('months', this.
|
|
2971
|
+
throw MissingFieldException_init_$Create$('months', this.e1s().j1t());
|
|
2972
2972
|
return new MonthBased(months._v);
|
|
2973
2973
|
};
|
|
2974
2974
|
var MonthBasedDateTimeUnitSerializer_instance;
|
|
@@ -2978,7 +2978,7 @@ function MonthBasedDateTimeUnitSerializer_getInstance() {
|
|
|
2978
2978
|
return MonthBasedDateTimeUnitSerializer_instance;
|
|
2979
2979
|
}
|
|
2980
2980
|
function _get_impl__d88w17_0($this) {
|
|
2981
|
-
var tmp0 = $this.
|
|
2981
|
+
var tmp0 = $this.b5b_1;
|
|
2982
2982
|
var tmp = KProperty1;
|
|
2983
2983
|
// Inline function 'kotlin.getValue' call
|
|
2984
2984
|
getPropertyCallableRef('impl', 1, tmp, DateTimeUnitSerializer$_get_impl_$ref_2y1hvx(), null);
|
|
@@ -3006,22 +3006,22 @@ function DateTimeUnitSerializer() {
|
|
|
3006
3006
|
AbstractPolymorphicSerializer.call(this);
|
|
3007
3007
|
var tmp = this;
|
|
3008
3008
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3009
|
-
tmp.
|
|
3009
|
+
tmp.b5b_1 = lazy_0(tmp_0, DateTimeUnitSerializer$impl$delegate$lambda);
|
|
3010
3010
|
}
|
|
3011
|
-
protoOf(DateTimeUnitSerializer).
|
|
3012
|
-
return _get_impl__d88w17_0(this).
|
|
3011
|
+
protoOf(DateTimeUnitSerializer).u1s = function (decoder, klassName) {
|
|
3012
|
+
return _get_impl__d88w17_0(this).u1s(decoder, klassName);
|
|
3013
3013
|
};
|
|
3014
|
-
protoOf(DateTimeUnitSerializer).
|
|
3015
|
-
return _get_impl__d88w17_0(this).
|
|
3014
|
+
protoOf(DateTimeUnitSerializer).c5b = function (encoder, value) {
|
|
3015
|
+
return _get_impl__d88w17_0(this).w1s(encoder, value);
|
|
3016
3016
|
};
|
|
3017
|
-
protoOf(DateTimeUnitSerializer).
|
|
3018
|
-
return this.
|
|
3017
|
+
protoOf(DateTimeUnitSerializer).w1s = function (encoder, value) {
|
|
3018
|
+
return this.c5b(encoder, value instanceof DateTimeUnit ? value : THROW_CCE());
|
|
3019
3019
|
};
|
|
3020
|
-
protoOf(DateTimeUnitSerializer).
|
|
3020
|
+
protoOf(DateTimeUnitSerializer).v1s = function () {
|
|
3021
3021
|
return getKClass(DateTimeUnit);
|
|
3022
3022
|
};
|
|
3023
|
-
protoOf(DateTimeUnitSerializer).
|
|
3024
|
-
return _get_impl__d88w17_0(this).
|
|
3023
|
+
protoOf(DateTimeUnitSerializer).e1s = function () {
|
|
3024
|
+
return _get_impl__d88w17_0(this).e1s();
|
|
3025
3025
|
};
|
|
3026
3026
|
var DateTimeUnitSerializer_instance;
|
|
3027
3027
|
function DateTimeUnitSerializer_getInstance() {
|
|
@@ -3034,19 +3034,19 @@ function throwUnknownIndexException(index) {
|
|
|
3034
3034
|
}
|
|
3035
3035
|
function LocalDateSerializer() {
|
|
3036
3036
|
LocalDateSerializer_instance = this;
|
|
3037
|
-
this.
|
|
3037
|
+
this.d5b_1 = PrimitiveSerialDescriptor('kotlinx.datetime.LocalDate', STRING_getInstance());
|
|
3038
3038
|
}
|
|
3039
|
-
protoOf(LocalDateSerializer).
|
|
3040
|
-
return this.
|
|
3039
|
+
protoOf(LocalDateSerializer).e1s = function () {
|
|
3040
|
+
return this.d5b_1;
|
|
3041
3041
|
};
|
|
3042
|
-
protoOf(LocalDateSerializer).
|
|
3043
|
-
return Companion_getInstance_7().
|
|
3042
|
+
protoOf(LocalDateSerializer).s1s = function (decoder) {
|
|
3043
|
+
return Companion_getInstance_7().i5b(decoder.p1v());
|
|
3044
3044
|
};
|
|
3045
|
-
protoOf(LocalDateSerializer).
|
|
3046
|
-
encoder.
|
|
3045
|
+
protoOf(LocalDateSerializer).j5b = function (encoder, value) {
|
|
3046
|
+
encoder.w1w(value.toString());
|
|
3047
3047
|
};
|
|
3048
|
-
protoOf(LocalDateSerializer).
|
|
3049
|
-
return this.
|
|
3048
|
+
protoOf(LocalDateSerializer).r1s = function (encoder, value) {
|
|
3049
|
+
return this.j5b(encoder, value instanceof LocalDate ? value : THROW_CCE());
|
|
3050
3050
|
};
|
|
3051
3051
|
var LocalDateSerializer_instance;
|
|
3052
3052
|
function LocalDateSerializer_getInstance() {
|
|
@@ -3056,19 +3056,19 @@ function LocalDateSerializer_getInstance() {
|
|
|
3056
3056
|
}
|
|
3057
3057
|
function YearMonthSerializer() {
|
|
3058
3058
|
YearMonthSerializer_instance = this;
|
|
3059
|
-
this.
|
|
3059
|
+
this.k5b_1 = PrimitiveSerialDescriptor('kotlinx.datetime.YearMonth', STRING_getInstance());
|
|
3060
3060
|
}
|
|
3061
|
-
protoOf(YearMonthSerializer).
|
|
3062
|
-
return this.
|
|
3061
|
+
protoOf(YearMonthSerializer).e1s = function () {
|
|
3062
|
+
return this.k5b_1;
|
|
3063
3063
|
};
|
|
3064
|
-
protoOf(YearMonthSerializer).
|
|
3065
|
-
return Companion_instance_8.
|
|
3064
|
+
protoOf(YearMonthSerializer).s1s = function (decoder) {
|
|
3065
|
+
return Companion_instance_8.l5b(decoder.p1v());
|
|
3066
3066
|
};
|
|
3067
|
-
protoOf(YearMonthSerializer).
|
|
3068
|
-
encoder.
|
|
3067
|
+
protoOf(YearMonthSerializer).m5b = function (encoder, value) {
|
|
3068
|
+
encoder.w1w(value.toString());
|
|
3069
3069
|
};
|
|
3070
|
-
protoOf(YearMonthSerializer).
|
|
3071
|
-
return this.
|
|
3070
|
+
protoOf(YearMonthSerializer).r1s = function (encoder, value) {
|
|
3071
|
+
return this.m5b(encoder, value instanceof YearMonth ? value : THROW_CCE());
|
|
3072
3072
|
};
|
|
3073
3073
|
var YearMonthSerializer_instance;
|
|
3074
3074
|
function YearMonthSerializer_getInstance() {
|
|
@@ -3078,19 +3078,19 @@ function YearMonthSerializer_getInstance() {
|
|
|
3078
3078
|
}
|
|
3079
3079
|
function Companion_7() {
|
|
3080
3080
|
Companion_instance_7 = this;
|
|
3081
|
-
this.
|
|
3082
|
-
this.
|
|
3083
|
-
this.
|
|
3084
|
-
this.
|
|
3081
|
+
this.e5b_1 = new LocalDate(-999999999, 1, 1);
|
|
3082
|
+
this.f5b_1 = new LocalDate(999999999, 12, 31);
|
|
3083
|
+
this.g5b_1 = -365243219162n;
|
|
3084
|
+
this.h5b_1 = 365241780471n;
|
|
3085
3085
|
}
|
|
3086
|
-
protoOf(Companion_7).
|
|
3086
|
+
protoOf(Companion_7).n5b = function (input, format) {
|
|
3087
3087
|
return format.al(input);
|
|
3088
3088
|
};
|
|
3089
|
-
protoOf(Companion_7).
|
|
3089
|
+
protoOf(Companion_7).i5b = function (input, format, $super) {
|
|
3090
3090
|
format = format === VOID ? getIsoDateFormat() : format;
|
|
3091
|
-
return $super === VOID ? this.
|
|
3091
|
+
return $super === VOID ? this.n5b(input, format) : $super.n5b.call(this, input, format);
|
|
3092
3092
|
};
|
|
3093
|
-
protoOf(Companion_7).
|
|
3093
|
+
protoOf(Companion_7).o5b = function (epochDays) {
|
|
3094
3094
|
// Inline function 'kotlin.require' call
|
|
3095
3095
|
if (!(-365243219162n <= epochDays ? epochDays <= 365241780471n : false)) {
|
|
3096
3096
|
var message = 'Invalid date: epoch day ' + epochDays.toString() + ' is outside the boundaries of LocalDate';
|
|
@@ -3174,9 +3174,9 @@ function Companion_getInstance_7() {
|
|
|
3174
3174
|
}
|
|
3175
3175
|
function Formats() {
|
|
3176
3176
|
Formats_instance = this;
|
|
3177
|
-
this.
|
|
3177
|
+
this.q54_1 = get_ISO_DATE_BASIC();
|
|
3178
3178
|
}
|
|
3179
|
-
protoOf(Formats).
|
|
3179
|
+
protoOf(Formats).r54 = function () {
|
|
3180
3180
|
return get_ISO_DATE();
|
|
3181
3181
|
};
|
|
3182
3182
|
var Formats_instance;
|
|
@@ -3193,37 +3193,37 @@ function resolvePreviousValid($this, year, month, day) {
|
|
|
3193
3193
|
}
|
|
3194
3194
|
function LocalDate(year, month, day) {
|
|
3195
3195
|
Companion_getInstance_7();
|
|
3196
|
-
this.
|
|
3197
|
-
this.
|
|
3198
|
-
this.
|
|
3196
|
+
this.a56_1 = year;
|
|
3197
|
+
this.b56_1 = day;
|
|
3198
|
+
this.c56_1 = month;
|
|
3199
3199
|
// Inline function 'kotlin.require' call
|
|
3200
|
-
if (!isValidYear(this.
|
|
3200
|
+
if (!isValidYear(this.a56_1)) {
|
|
3201
3201
|
var message = 'Invalid date: the year is out of range';
|
|
3202
3202
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
3203
3203
|
}
|
|
3204
|
-
var containsArg = this.
|
|
3204
|
+
var containsArg = this.c56_1;
|
|
3205
3205
|
// Inline function 'kotlin.require' call
|
|
3206
3206
|
if (!(1 <= containsArg ? containsArg <= 12 : false)) {
|
|
3207
|
-
var message_0 = 'Invalid date: month must be a number between 1 and 12, got ' + this.
|
|
3207
|
+
var message_0 = 'Invalid date: month must be a number between 1 and 12, got ' + this.c56_1;
|
|
3208
3208
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
3209
3209
|
}
|
|
3210
|
-
var containsArg_0 = this.
|
|
3210
|
+
var containsArg_0 = this.b56_1;
|
|
3211
3211
|
// Inline function 'kotlin.require' call
|
|
3212
3212
|
if (!(1 <= containsArg_0 ? containsArg_0 <= 31 : false)) {
|
|
3213
|
-
var message_1 = 'Invalid date: day of month must be a number between 1 and 31, got ' + this.
|
|
3213
|
+
var message_1 = 'Invalid date: day of month must be a number between 1 and 31, got ' + this.b56_1;
|
|
3214
3214
|
throw IllegalArgumentException_init_$Create$(toString(message_1));
|
|
3215
3215
|
}
|
|
3216
|
-
if (this.
|
|
3217
|
-
if (this.
|
|
3218
|
-
throw IllegalArgumentException_init_$Create$("Invalid date 'February 29' as '" + this.
|
|
3216
|
+
if (this.b56_1 > 28 && this.b56_1 > monthLength(this.c56_1, isLeapYear(this.a56_1))) {
|
|
3217
|
+
if (this.b56_1 === 29) {
|
|
3218
|
+
throw IllegalArgumentException_init_$Create$("Invalid date 'February 29' as '" + this.a56_1 + "' is not a leap year");
|
|
3219
3219
|
} else {
|
|
3220
|
-
throw IllegalArgumentException_init_$Create$("Invalid date '" + Month_0(month).toString() + ' ' + this.
|
|
3220
|
+
throw IllegalArgumentException_init_$Create$("Invalid date '" + Month_0(month).toString() + ' ' + this.b56_1 + "'");
|
|
3221
3221
|
}
|
|
3222
3222
|
}
|
|
3223
3223
|
}
|
|
3224
|
-
protoOf(LocalDate).
|
|
3225
|
-
var y = fromInt(this.
|
|
3226
|
-
var m = fromInt(this.
|
|
3224
|
+
protoOf(LocalDate).p5b = function () {
|
|
3225
|
+
var y = fromInt(this.a56_1);
|
|
3226
|
+
var m = fromInt(this.c56_1);
|
|
3227
3227
|
var total = 0n;
|
|
3228
3228
|
total = add(total, multiply(numberToLong(365), y));
|
|
3229
3229
|
if (y >= 0n) {
|
|
@@ -3262,12 +3262,12 @@ protoOf(LocalDate).l5b = function () {
|
|
|
3262
3262
|
total = add(tmp_5, tmp$ret$10);
|
|
3263
3263
|
var tmp0 = total;
|
|
3264
3264
|
// Inline function 'kotlin.Long.plus' call
|
|
3265
|
-
var other = this.
|
|
3265
|
+
var other = this.b56_1 - 1 | 0;
|
|
3266
3266
|
total = add(tmp0, fromInt(other));
|
|
3267
3267
|
if (m > 2n) {
|
|
3268
3268
|
var _unary__edvuaz = total;
|
|
3269
3269
|
total = subtract(_unary__edvuaz, get_ONE());
|
|
3270
|
-
if (!isLeapYear(this.
|
|
3270
|
+
if (!isLeapYear(this.a56_1)) {
|
|
3271
3271
|
var _unary__edvuaz_0 = total;
|
|
3272
3272
|
total = subtract(_unary__edvuaz_0, get_ONE());
|
|
3273
3273
|
}
|
|
@@ -3276,12 +3276,12 @@ protoOf(LocalDate).l5b = function () {
|
|
|
3276
3276
|
var this_5 = total;
|
|
3277
3277
|
return subtract(this_5, fromInt(719528));
|
|
3278
3278
|
};
|
|
3279
|
-
protoOf(LocalDate).
|
|
3280
|
-
return Month_0(this.
|
|
3279
|
+
protoOf(LocalDate).d56 = function () {
|
|
3280
|
+
return Month_0(this.c56_1);
|
|
3281
3281
|
};
|
|
3282
|
-
protoOf(LocalDate).
|
|
3282
|
+
protoOf(LocalDate).v55 = function () {
|
|
3283
3283
|
// Inline function 'kotlin.Long.plus' call
|
|
3284
|
-
var this_0 = this.
|
|
3284
|
+
var this_0 = this.p5b();
|
|
3285
3285
|
// Inline function 'kotlin.mod' call
|
|
3286
3286
|
var tmp0 = add(this_0, fromInt(3));
|
|
3287
3287
|
// Inline function 'kotlin.mod' call
|
|
@@ -3291,30 +3291,30 @@ protoOf(LocalDate).r55 = function () {
|
|
|
3291
3291
|
var dow0 = convertToInt(tmp$ret$1);
|
|
3292
3292
|
return DayOfWeek_0(dow0 + 1 | 0);
|
|
3293
3293
|
};
|
|
3294
|
-
protoOf(LocalDate).
|
|
3295
|
-
return (firstDayOfYear(this.
|
|
3294
|
+
protoOf(LocalDate).x55 = function () {
|
|
3295
|
+
return (firstDayOfYear(this.d56(), isLeapYear(this.a56_1)) + this.b56_1 | 0) - 1 | 0;
|
|
3296
3296
|
};
|
|
3297
|
-
protoOf(LocalDate).
|
|
3298
|
-
var y = compareTo(this.
|
|
3297
|
+
protoOf(LocalDate).q5b = function (other) {
|
|
3298
|
+
var y = compareTo(this.a56_1, other.a56_1);
|
|
3299
3299
|
if (!(y === 0)) {
|
|
3300
3300
|
return y;
|
|
3301
3301
|
}
|
|
3302
|
-
var m = compareTo(this.
|
|
3302
|
+
var m = compareTo(this.c56_1, other.c56_1);
|
|
3303
3303
|
if (!(m === 0)) {
|
|
3304
3304
|
return m;
|
|
3305
3305
|
}
|
|
3306
|
-
return compareTo(this.
|
|
3306
|
+
return compareTo(this.b56_1, other.b56_1);
|
|
3307
3307
|
};
|
|
3308
3308
|
protoOf(LocalDate).d = function (other) {
|
|
3309
|
-
return this.
|
|
3309
|
+
return this.q5b(other instanceof LocalDate ? other : THROW_CCE());
|
|
3310
3310
|
};
|
|
3311
|
-
protoOf(LocalDate).
|
|
3311
|
+
protoOf(LocalDate).r5b = function (monthsToAdd) {
|
|
3312
3312
|
if (monthsToAdd === 0n) {
|
|
3313
3313
|
return this;
|
|
3314
3314
|
}
|
|
3315
|
-
var tmp0 = multiply(numberToLong(this.
|
|
3315
|
+
var tmp0 = multiply(numberToLong(this.a56_1), 12n);
|
|
3316
3316
|
// Inline function 'kotlin.Long.plus' call
|
|
3317
|
-
var other = this.
|
|
3317
|
+
var other = this.c56_1 - 1 | 0;
|
|
3318
3318
|
var monthCount = add(tmp0, fromInt(other));
|
|
3319
3319
|
var calcMonths = safeAdd(monthCount, monthsToAdd);
|
|
3320
3320
|
// Inline function 'kotlin.floorDiv' call
|
|
@@ -3337,10 +3337,10 @@ protoOf(LocalDate).n5b = function (monthsToAdd) {
|
|
|
3337
3337
|
var r = modulo(calcMonths, other_1);
|
|
3338
3338
|
var tmp$ret$4 = add(r, other_1 & shiftRight((r ^ other_1) & (r | negate(r)), 63));
|
|
3339
3339
|
var newMonth = convertToInt(tmp$ret$4) + 1 | 0;
|
|
3340
|
-
return resolvePreviousValid(this, convertToInt(newYear), newMonth, this.
|
|
3340
|
+
return resolvePreviousValid(this, convertToInt(newYear), newMonth, this.b56_1);
|
|
3341
3341
|
};
|
|
3342
|
-
protoOf(LocalDate).
|
|
3343
|
-
return daysToAdd === 0n ? this : Companion_getInstance_7().
|
|
3342
|
+
protoOf(LocalDate).s5b = function (daysToAdd) {
|
|
3343
|
+
return daysToAdd === 0n ? this : Companion_getInstance_7().o5b(safeAdd(this.p5b(), daysToAdd));
|
|
3344
3344
|
};
|
|
3345
3345
|
protoOf(LocalDate).equals = function (other) {
|
|
3346
3346
|
var tmp;
|
|
@@ -3349,7 +3349,7 @@ protoOf(LocalDate).equals = function (other) {
|
|
|
3349
3349
|
} else {
|
|
3350
3350
|
var tmp_0;
|
|
3351
3351
|
if (other instanceof LocalDate) {
|
|
3352
|
-
tmp_0 = this.
|
|
3352
|
+
tmp_0 = this.q5b(other) === 0;
|
|
3353
3353
|
} else {
|
|
3354
3354
|
tmp_0 = false;
|
|
3355
3355
|
}
|
|
@@ -3358,13 +3358,13 @@ protoOf(LocalDate).equals = function (other) {
|
|
|
3358
3358
|
return tmp;
|
|
3359
3359
|
};
|
|
3360
3360
|
protoOf(LocalDate).hashCode = function () {
|
|
3361
|
-
var yearValue = this.
|
|
3362
|
-
var monthValue = this.
|
|
3363
|
-
var dayValue = this.
|
|
3361
|
+
var yearValue = this.a56_1;
|
|
3362
|
+
var monthValue = this.c56_1;
|
|
3363
|
+
var dayValue = this.b56_1;
|
|
3364
3364
|
return yearValue & -2048 ^ (((yearValue << 11) + (monthValue << 6) | 0) + dayValue | 0);
|
|
3365
3365
|
};
|
|
3366
3366
|
protoOf(LocalDate).toString = function () {
|
|
3367
|
-
return format(this, Formats_getInstance().
|
|
3367
|
+
return format(this, Formats_getInstance().r54());
|
|
3368
3368
|
};
|
|
3369
3369
|
function isValidYear(year) {
|
|
3370
3370
|
return year >= -999999999 && year <= 999999999;
|
|
@@ -3374,10 +3374,10 @@ function plus_1(_this__u8e3s4, value, unit) {
|
|
|
3374
3374
|
try {
|
|
3375
3375
|
var tmp_0;
|
|
3376
3376
|
if (unit instanceof DayBased) {
|
|
3377
|
-
tmp_0 = _this__u8e3s4.
|
|
3377
|
+
tmp_0 = _this__u8e3s4.s5b(safeMultiply(value, fromInt(unit.c54_1)));
|
|
3378
3378
|
} else {
|
|
3379
3379
|
if (unit instanceof MonthBased) {
|
|
3380
|
-
tmp_0 = _this__u8e3s4.
|
|
3380
|
+
tmp_0 = _this__u8e3s4.r5b(safeMultiply(value, fromInt(unit.d54_1)));
|
|
3381
3381
|
} else {
|
|
3382
3382
|
noWhenBranchMatchedException();
|
|
3383
3383
|
}
|
|
@@ -3447,12 +3447,12 @@ function firstDayOfYear(_this__u8e3s4, leapYear) {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
function Companion_8() {
|
|
3449
3449
|
}
|
|
3450
|
-
protoOf(Companion_8).
|
|
3450
|
+
protoOf(Companion_8).t5b = function (input, format) {
|
|
3451
3451
|
return format.al(input);
|
|
3452
3452
|
};
|
|
3453
|
-
protoOf(Companion_8).
|
|
3454
|
-
format = format === VOID ? Formats_instance_0.
|
|
3455
|
-
return $super === VOID ? this.
|
|
3453
|
+
protoOf(Companion_8).l5b = function (input, format, $super) {
|
|
3454
|
+
format = format === VOID ? Formats_instance_0.r54() : format;
|
|
3455
|
+
return $super === VOID ? this.t5b(input, format) : $super.t5b.call(this, input, format);
|
|
3456
3456
|
};
|
|
3457
3457
|
var Companion_instance_8;
|
|
3458
3458
|
function Companion_getInstance_8() {
|
|
@@ -3460,7 +3460,7 @@ function Companion_getInstance_8() {
|
|
|
3460
3460
|
}
|
|
3461
3461
|
function Formats_0() {
|
|
3462
3462
|
}
|
|
3463
|
-
protoOf(Formats_0).
|
|
3463
|
+
protoOf(Formats_0).r54 = function () {
|
|
3464
3464
|
return get_ISO_YEAR_MONTH();
|
|
3465
3465
|
};
|
|
3466
3466
|
var Formats_instance_0;
|
|
@@ -3469,63 +3469,63 @@ function Formats_getInstance_0() {
|
|
|
3469
3469
|
}
|
|
3470
3470
|
function YearMonth$_get_year_$ref_chp4n6() {
|
|
3471
3471
|
return function (p0) {
|
|
3472
|
-
return p0.
|
|
3472
|
+
return p0.g57_1;
|
|
3473
3473
|
};
|
|
3474
3474
|
}
|
|
3475
3475
|
function YearMonth$_get_month_$ref_9rphhd() {
|
|
3476
3476
|
return function (p0) {
|
|
3477
|
-
return p0.
|
|
3477
|
+
return p0.d56();
|
|
3478
3478
|
};
|
|
3479
3479
|
}
|
|
3480
3480
|
function YearMonth(year, month) {
|
|
3481
|
-
this.
|
|
3482
|
-
this.
|
|
3481
|
+
this.g57_1 = year;
|
|
3482
|
+
this.h57_1 = month;
|
|
3483
3483
|
// Inline function 'kotlin.require' call
|
|
3484
3484
|
if (!(1 <= month ? month <= 12 : false)) {
|
|
3485
3485
|
var message = 'Month must be in 1..12, but was ' + month;
|
|
3486
3486
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
3487
3487
|
}
|
|
3488
|
-
var containsLower = Companion_getInstance_7().
|
|
3489
|
-
var containsUpper = Companion_getInstance_7().
|
|
3490
|
-
var containsArg = this.
|
|
3488
|
+
var containsLower = Companion_getInstance_7().e5b_1.a56_1;
|
|
3489
|
+
var containsUpper = Companion_getInstance_7().f5b_1.a56_1;
|
|
3490
|
+
var containsArg = this.g57_1;
|
|
3491
3491
|
// Inline function 'kotlin.require' call
|
|
3492
3492
|
if (!(containsLower <= containsArg ? containsArg <= containsUpper : false)) {
|
|
3493
|
-
var message_0 = 'Year ' + this.
|
|
3493
|
+
var message_0 = 'Year ' + this.g57_1 + ' is out of range: ' + Companion_getInstance_7().e5b_1.a56_1 + '..' + Companion_getInstance_7().f5b_1.a56_1;
|
|
3494
3494
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
3495
3495
|
}
|
|
3496
3496
|
}
|
|
3497
|
-
protoOf(YearMonth).
|
|
3498
|
-
return Month_0(this.
|
|
3497
|
+
protoOf(YearMonth).d56 = function () {
|
|
3498
|
+
return Month_0(this.h57_1);
|
|
3499
3499
|
};
|
|
3500
|
-
protoOf(YearMonth).
|
|
3500
|
+
protoOf(YearMonth).u5b = function (other) {
|
|
3501
3501
|
var tmp = KProperty1;
|
|
3502
3502
|
var tmp_0 = getPropertyCallableRef('year', 1, tmp, YearMonth$_get_year_$ref_chp4n6(), null);
|
|
3503
3503
|
var tmp_1 = KProperty1;
|
|
3504
3504
|
return compareValuesBy(this, other, [tmp_0, getPropertyCallableRef('month', 1, tmp_1, YearMonth$_get_month_$ref_9rphhd(), null)]);
|
|
3505
3505
|
};
|
|
3506
3506
|
protoOf(YearMonth).d = function (other) {
|
|
3507
|
-
return this.
|
|
3507
|
+
return this.u5b(other instanceof YearMonth ? other : THROW_CCE());
|
|
3508
3508
|
};
|
|
3509
3509
|
protoOf(YearMonth).toString = function () {
|
|
3510
|
-
return Formats_instance_0.
|
|
3510
|
+
return Formats_instance_0.r54().s54(this);
|
|
3511
3511
|
};
|
|
3512
3512
|
protoOf(YearMonth).equals = function (other) {
|
|
3513
3513
|
var tmp;
|
|
3514
3514
|
var tmp_0;
|
|
3515
3515
|
if (other instanceof YearMonth) {
|
|
3516
|
-
tmp_0 = this.
|
|
3516
|
+
tmp_0 = this.g57_1 === other.g57_1;
|
|
3517
3517
|
} else {
|
|
3518
3518
|
tmp_0 = false;
|
|
3519
3519
|
}
|
|
3520
3520
|
if (tmp_0) {
|
|
3521
|
-
tmp = this.
|
|
3521
|
+
tmp = this.d56().equals(other.d56());
|
|
3522
3522
|
} else {
|
|
3523
3523
|
tmp = false;
|
|
3524
3524
|
}
|
|
3525
3525
|
return tmp;
|
|
3526
3526
|
};
|
|
3527
3527
|
protoOf(YearMonth).hashCode = function () {
|
|
3528
|
-
return imul(this.
|
|
3528
|
+
return imul(this.g57_1, 31) + this.d56().hashCode() | 0;
|
|
3529
3529
|
};
|
|
3530
3530
|
function safeAdd(a, b) {
|
|
3531
3531
|
var sum = add(a, b);
|
|
@@ -3558,27 +3558,27 @@ function safeMultiply_0(a, b) {
|
|
|
3558
3558
|
return convertToInt(total);
|
|
3559
3559
|
}
|
|
3560
3560
|
//region block: post-declaration
|
|
3561
|
-
protoOf(Builder).
|
|
3562
|
-
protoOf(Builder).
|
|
3563
|
-
protoOf(Builder).
|
|
3564
|
-
protoOf(Builder).
|
|
3565
|
-
protoOf(Builder).
|
|
3566
|
-
protoOf(Builder).
|
|
3567
|
-
protoOf(Builder).
|
|
3568
|
-
protoOf(Builder).
|
|
3569
|
-
protoOf(Builder).
|
|
3570
|
-
protoOf(Builder_0).
|
|
3571
|
-
protoOf(Builder_0).
|
|
3572
|
-
protoOf(Builder_0).
|
|
3573
|
-
protoOf(Builder_0).
|
|
3574
|
-
protoOf(Builder_0).
|
|
3575
|
-
protoOf(Builder_0).
|
|
3576
|
-
protoOf(PropertyAccessor).
|
|
3577
|
-
protoOf(SpacePaddedFormatter).
|
|
3578
|
-
protoOf(ConcatenatedFormatter).
|
|
3579
|
-
protoOf(UnsignedIntFormatterStructure).
|
|
3580
|
-
protoOf(SignedIntFormatterStructure).
|
|
3581
|
-
protoOf(ConstantStringFormatterStructure).
|
|
3561
|
+
protoOf(Builder).h55 = chars;
|
|
3562
|
+
protoOf(Builder).m2l = build;
|
|
3563
|
+
protoOf(Builder).o56 = addFormatStructureForYearMonth;
|
|
3564
|
+
protoOf(Builder).i55 = day;
|
|
3565
|
+
protoOf(Builder).j55 = day$default;
|
|
3566
|
+
protoOf(Builder).d55 = year;
|
|
3567
|
+
protoOf(Builder).e55 = year$default;
|
|
3568
|
+
protoOf(Builder).f55 = monthNumber;
|
|
3569
|
+
protoOf(Builder).g55 = monthNumber$default;
|
|
3570
|
+
protoOf(Builder_0).h55 = chars;
|
|
3571
|
+
protoOf(Builder_0).m2l = build;
|
|
3572
|
+
protoOf(Builder_0).d55 = year;
|
|
3573
|
+
protoOf(Builder_0).e55 = year$default;
|
|
3574
|
+
protoOf(Builder_0).f55 = monthNumber;
|
|
3575
|
+
protoOf(Builder_0).g55 = monthNumber$default;
|
|
3576
|
+
protoOf(PropertyAccessor).g58 = getterNotNull;
|
|
3577
|
+
protoOf(SpacePaddedFormatter).b55 = format$default;
|
|
3578
|
+
protoOf(ConcatenatedFormatter).b55 = format$default;
|
|
3579
|
+
protoOf(UnsignedIntFormatterStructure).b55 = format$default;
|
|
3580
|
+
protoOf(SignedIntFormatterStructure).b55 = format$default;
|
|
3581
|
+
protoOf(ConstantStringFormatterStructure).b55 = format$default;
|
|
3582
3582
|
//endregion
|
|
3583
3583
|
//region block: init
|
|
3584
3584
|
Companion_instance = new Companion();
|