pdf-master-landing 0.2.2 → 0.2.5
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/dist/app/.last_build_id +1 -1
- package/dist/app/assets/NOTICES +357 -587
- package/dist/app/canvaskit/wimp.js.symbols +8475 -8467
- package/dist/app/canvaskit/wimp.wasm +0 -0
- package/dist/app/flutter_bootstrap.js +2 -2
- package/dist/app/index.html +67 -2
- package/dist/app/main.dart.js +96972 -100256
- package/dist/app/main.dart.mjs +429 -446
- package/dist/app/main.dart.wasm +0 -0
- package/dist/app/version.json +1 -1
- package/package.json +1 -1
- package/dist/_diag.html +0 -159
package/dist/app/main.dart.mjs
CHANGED
|
@@ -477,106 +477,98 @@ class CompiledApp {
|
|
|
477
477
|
_1342: (x0,x1,x2,x3) => x0.removeEventListener(x1,x2,x3),
|
|
478
478
|
_1348: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
479
479
|
_1357: (x0,x1) => x0.item(x1),
|
|
480
|
-
_1358: () =>
|
|
481
|
-
_1359: (x0,x1) => x0.
|
|
482
|
-
_1360: (
|
|
483
|
-
_1361: (x0,x1,x2) => x0.
|
|
484
|
-
_1362:
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
_1365: (x0,x1) => x0.removeChild(x1),
|
|
488
|
-
_1368: (x0,x1) => x0.getItem(x1),
|
|
489
|
-
_1369: (x0,x1) => x0.removeItem(x1),
|
|
490
|
-
_1370: (x0,x1,x2) => x0.setItem(x1,x2),
|
|
491
|
-
_1371: Date.now,
|
|
492
|
-
_1373: s => new Date(s * 1000).getTimezoneOffset() * 60,
|
|
493
|
-
_1374: s => {
|
|
480
|
+
_1358: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1358(f,arguments.length,x0) }),
|
|
481
|
+
_1359: (x0,x1) => x0.getItem(x1),
|
|
482
|
+
_1360: (x0,x1) => x0.removeItem(x1),
|
|
483
|
+
_1361: (x0,x1,x2) => x0.setItem(x1,x2),
|
|
484
|
+
_1362: Date.now,
|
|
485
|
+
_1364: s => new Date(s * 1000).getTimezoneOffset() * 60,
|
|
486
|
+
_1365: s => {
|
|
494
487
|
if (!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(s)) {
|
|
495
488
|
return NaN;
|
|
496
489
|
}
|
|
497
490
|
return parseFloat(s);
|
|
498
491
|
},
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
492
|
+
_1366: () => typeof dartUseDateNowForTicks !== "undefined",
|
|
493
|
+
_1367: () => 1000 * performance.now(),
|
|
494
|
+
_1368: () => Date.now(),
|
|
495
|
+
_1369: () => {
|
|
503
496
|
// On browsers return `globalThis.location.href`
|
|
504
497
|
if (globalThis.location != null) {
|
|
505
498
|
return globalThis.location.href;
|
|
506
499
|
}
|
|
507
500
|
return null;
|
|
508
501
|
},
|
|
509
|
-
|
|
502
|
+
_1370: () => {
|
|
510
503
|
return typeof process != "undefined" &&
|
|
511
504
|
Object.prototype.toString.call(process) == "[object process]" &&
|
|
512
505
|
process.platform == "win32"
|
|
513
506
|
},
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
507
|
+
_1371: () => new WeakMap(),
|
|
508
|
+
_1372: (map, o) => map.get(o),
|
|
509
|
+
_1373: (map, o, v) => map.set(o, v),
|
|
510
|
+
_1374: x0 => new WeakRef(x0),
|
|
511
|
+
_1375: x0 => x0.deref(),
|
|
512
|
+
_1376: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1376(f,arguments.length,x0) }),
|
|
513
|
+
_1377: x0 => new FinalizationRegistry(x0),
|
|
514
|
+
_1378: (x0,x1,x2,x3) => x0.register(x1,x2,x3),
|
|
515
|
+
_1380: (x0,x1) => x0.unregister(x1),
|
|
516
|
+
_1382: () => globalThis.WeakRef,
|
|
517
|
+
_1383: () => globalThis.FinalizationRegistry,
|
|
518
|
+
_1385: x0 => x0.call(),
|
|
519
|
+
_1386: s => JSON.stringify(s),
|
|
520
|
+
_1387: s => printToConsole(s),
|
|
521
|
+
_1388: o => {
|
|
529
522
|
if (o === null || o === undefined) return 0;
|
|
530
523
|
if (typeof(o) === 'string') return 1;
|
|
531
524
|
return 2;
|
|
532
525
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
_1534: (ms, c) =>
|
|
526
|
+
_1389: (o, p, r) => o.replaceAll(p, () => r),
|
|
527
|
+
_1390: (o, p, r) => o.replace(p, () => r),
|
|
528
|
+
_1391: Function.prototype.call.bind(String.prototype.toLowerCase),
|
|
529
|
+
_1392: s => s.toUpperCase(),
|
|
530
|
+
_1393: s => s.trim(),
|
|
531
|
+
_1394: s => s.trimLeft(),
|
|
532
|
+
_1395: s => s.trimRight(),
|
|
533
|
+
_1396: (string, times) => string.repeat(times),
|
|
534
|
+
_1397: Function.prototype.call.bind(String.prototype.indexOf),
|
|
535
|
+
_1398: (s, p, i) => s.lastIndexOf(p, i),
|
|
536
|
+
_1399: (string, token) => string.split(token),
|
|
537
|
+
_1400: Object.is,
|
|
538
|
+
_1404: (o, t) => typeof o === t,
|
|
539
|
+
_1405: (o, c) => o instanceof c,
|
|
540
|
+
_1406: o => Object.keys(o),
|
|
541
|
+
_1420: (o, a) => o == a,
|
|
542
|
+
_1439: (x0,x1) => x0.call(x1),
|
|
543
|
+
_1460: x0 => new Array(x0),
|
|
544
|
+
_1462: x0 => x0.length,
|
|
545
|
+
_1464: (x0,x1) => x0[x1],
|
|
546
|
+
_1465: (x0,x1,x2) => { x0[x1] = x2 },
|
|
547
|
+
_1468: (x0,x1,x2) => new DataView(x0,x1,x2),
|
|
548
|
+
_1470: x0 => new Int8Array(x0),
|
|
549
|
+
_1471: (x0,x1,x2) => new Uint8Array(x0,x1,x2),
|
|
550
|
+
_1473: x0 => new Uint8ClampedArray(x0),
|
|
551
|
+
_1475: x0 => new Int16Array(x0),
|
|
552
|
+
_1477: x0 => new Uint16Array(x0),
|
|
553
|
+
_1479: x0 => new Int32Array(x0),
|
|
554
|
+
_1481: x0 => new Uint32Array(x0),
|
|
555
|
+
_1483: x0 => new Float32Array(x0),
|
|
556
|
+
_1485: x0 => new Float64Array(x0),
|
|
557
|
+
_1509: x0 => x0.random(),
|
|
558
|
+
_1510: (x0,x1) => x0.getRandomValues(x1),
|
|
559
|
+
_1511: () => globalThis.crypto,
|
|
560
|
+
_1512: () => globalThis.Math,
|
|
561
|
+
_1525: (ms, c) =>
|
|
570
562
|
setTimeout(() => dartInstance.exports.$invokeCallback(c),ms),
|
|
571
|
-
|
|
572
|
-
|
|
563
|
+
_1526: (handle) => clearTimeout(handle),
|
|
564
|
+
_1527: (ms, c) =>
|
|
573
565
|
setInterval(() => dartInstance.exports.$invokeCallback(c), ms),
|
|
574
|
-
|
|
575
|
-
|
|
566
|
+
_1528: (handle) => clearInterval(handle),
|
|
567
|
+
_1529: (c) =>
|
|
576
568
|
queueMicrotask(() => dartInstance.exports.$invokeCallback(c)),
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
569
|
+
_1530: () => Date.now(),
|
|
570
|
+
_1531: () => new Error().stack,
|
|
571
|
+
_1532: (exn) => {
|
|
580
572
|
let stackString = exn.toString();
|
|
581
573
|
let frames = stackString.split('\n');
|
|
582
574
|
let drop = 4;
|
|
@@ -585,58 +577,58 @@ class CompiledApp {
|
|
|
585
577
|
}
|
|
586
578
|
return frames.slice(drop).join('\n');
|
|
587
579
|
},
|
|
588
|
-
|
|
580
|
+
_1533: (s, m) => {
|
|
589
581
|
try {
|
|
590
582
|
return new RegExp(s, m);
|
|
591
583
|
} catch (e) {
|
|
592
584
|
return String(e);
|
|
593
585
|
}
|
|
594
586
|
},
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
587
|
+
_1534: (x0,x1) => x0.exec(x1),
|
|
588
|
+
_1535: (x0,x1) => x0.test(x1),
|
|
589
|
+
_1536: x0 => x0.pop(),
|
|
590
|
+
_1538: o => o === undefined,
|
|
591
|
+
_1540: o => typeof o === 'function' && o[jsWrappedDartFunctionSymbol] === true,
|
|
592
|
+
_1542: o => {
|
|
601
593
|
const proto = Object.getPrototypeOf(o);
|
|
602
594
|
return proto === Object.prototype || proto === null;
|
|
603
595
|
},
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
596
|
+
_1543: o => o instanceof RegExp,
|
|
597
|
+
_1544: (l, r) => l === r,
|
|
598
|
+
_1545: o => o,
|
|
599
|
+
_1546: o => {
|
|
608
600
|
if (o === undefined || o === null) return 0;
|
|
609
601
|
if (typeof o === 'number') return 1;
|
|
610
602
|
return 2;
|
|
611
603
|
},
|
|
612
|
-
|
|
613
|
-
|
|
604
|
+
_1547: o => o,
|
|
605
|
+
_1548: o => {
|
|
614
606
|
if (o === undefined || o === null) return 0;
|
|
615
607
|
if (typeof o === 'boolean') return 1;
|
|
616
608
|
return 2;
|
|
617
609
|
},
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
610
|
+
_1549: o => o,
|
|
611
|
+
_1550: b => !!b,
|
|
612
|
+
_1551: o => o.length,
|
|
613
|
+
_1553: (o, i) => o[i],
|
|
614
|
+
_1554: f => f.dartFunction,
|
|
615
|
+
_1555: () => ({}),
|
|
616
|
+
_1556: () => [],
|
|
617
|
+
_1558: () => globalThis,
|
|
618
|
+
_1559: (constructor, args) => {
|
|
627
619
|
const factoryFunction = constructor.bind.apply(
|
|
628
620
|
constructor, [null, ...args]);
|
|
629
621
|
return new factoryFunction();
|
|
630
622
|
},
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
623
|
+
_1560: (o, p) => p in o,
|
|
624
|
+
_1561: (o, p) => o[p],
|
|
625
|
+
_1562: (o, p, v) => o[p] = v,
|
|
626
|
+
_1563: (o, m, a) => o[m].apply(o, a),
|
|
627
|
+
_1565: o => String(o),
|
|
628
|
+
_1566: (p, s, f) => p.then(s, (e) => f(e, e === undefined)),
|
|
629
|
+
_1567: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1567(f,arguments.length,x0) }),
|
|
630
|
+
_1568: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1568(f,arguments.length,x0,x1) }),
|
|
631
|
+
_1569: o => {
|
|
640
632
|
if (o === undefined) return 1;
|
|
641
633
|
var type = typeof o;
|
|
642
634
|
if (type === 'boolean') return 2;
|
|
@@ -664,274 +656,274 @@ class CompiledApp {
|
|
|
664
656
|
if (o instanceof Promise) return 18;
|
|
665
657
|
return 19;
|
|
666
658
|
},
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
659
|
+
_1570: o => [o],
|
|
660
|
+
_1571: (o0, o1) => [o0, o1],
|
|
661
|
+
_1572: (o0, o1, o2) => [o0, o1, o2],
|
|
662
|
+
_1573: (o0, o1, o2, o3) => [o0, o1, o2, o3],
|
|
663
|
+
_1574: (exn) => {
|
|
672
664
|
if (exn instanceof Error) {
|
|
673
665
|
return exn.stack;
|
|
674
666
|
} else {
|
|
675
667
|
return null;
|
|
676
668
|
}
|
|
677
669
|
},
|
|
678
|
-
|
|
670
|
+
_1575: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
679
671
|
const getValue = dartInstance.exports.$wasmI8ArrayGet;
|
|
680
672
|
for (let i = 0; i < length; i++) {
|
|
681
673
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
682
674
|
}
|
|
683
675
|
},
|
|
684
|
-
|
|
676
|
+
_1576: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
685
677
|
const setValue = dartInstance.exports.$wasmI8ArraySet;
|
|
686
678
|
for (let i = 0; i < length; i++) {
|
|
687
679
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
688
680
|
}
|
|
689
681
|
},
|
|
690
|
-
|
|
682
|
+
_1577: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
691
683
|
const getValue = dartInstance.exports.$wasmI16ArrayGet;
|
|
692
684
|
for (let i = 0; i < length; i++) {
|
|
693
685
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
694
686
|
}
|
|
695
687
|
},
|
|
696
|
-
|
|
688
|
+
_1578: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
697
689
|
const setValue = dartInstance.exports.$wasmI16ArraySet;
|
|
698
690
|
for (let i = 0; i < length; i++) {
|
|
699
691
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
700
692
|
}
|
|
701
693
|
},
|
|
702
|
-
|
|
694
|
+
_1579: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
703
695
|
const getValue = dartInstance.exports.$wasmI32ArrayGet;
|
|
704
696
|
for (let i = 0; i < length; i++) {
|
|
705
697
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
706
698
|
}
|
|
707
699
|
},
|
|
708
|
-
|
|
700
|
+
_1580: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
709
701
|
const setValue = dartInstance.exports.$wasmI32ArraySet;
|
|
710
702
|
for (let i = 0; i < length; i++) {
|
|
711
703
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
712
704
|
}
|
|
713
705
|
},
|
|
714
|
-
|
|
706
|
+
_1581: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
715
707
|
const getValue = dartInstance.exports.$wasmF32ArrayGet;
|
|
716
708
|
for (let i = 0; i < length; i++) {
|
|
717
709
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
718
710
|
}
|
|
719
711
|
},
|
|
720
|
-
|
|
712
|
+
_1582: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
721
713
|
const setValue = dartInstance.exports.$wasmF32ArraySet;
|
|
722
714
|
for (let i = 0; i < length; i++) {
|
|
723
715
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
724
716
|
}
|
|
725
717
|
},
|
|
726
|
-
|
|
718
|
+
_1583: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
727
719
|
const getValue = dartInstance.exports.$wasmF64ArrayGet;
|
|
728
720
|
for (let i = 0; i < length; i++) {
|
|
729
721
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
730
722
|
}
|
|
731
723
|
},
|
|
732
|
-
|
|
724
|
+
_1584: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
733
725
|
const setValue = dartInstance.exports.$wasmF64ArraySet;
|
|
734
726
|
for (let i = 0; i < length; i++) {
|
|
735
727
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
736
728
|
}
|
|
737
729
|
},
|
|
738
|
-
|
|
739
|
-
|
|
730
|
+
_1585: x0 => new ArrayBuffer(x0),
|
|
731
|
+
_1586: s => {
|
|
740
732
|
if (/[[\]{}()*+?.\\^$|]/.test(s)) {
|
|
741
733
|
s = s.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&');
|
|
742
734
|
}
|
|
743
735
|
return s;
|
|
744
736
|
},
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
737
|
+
_1588: x0 => x0.index,
|
|
738
|
+
_1589: x0 => x0.groups,
|
|
739
|
+
_1590: x0 => x0.flags,
|
|
740
|
+
_1591: x0 => x0.multiline,
|
|
741
|
+
_1592: x0 => x0.ignoreCase,
|
|
742
|
+
_1593: x0 => x0.unicode,
|
|
743
|
+
_1594: x0 => x0.dotAll,
|
|
744
|
+
_1595: (x0,x1) => { x0.lastIndex = x1 },
|
|
745
|
+
_1596: (o, p) => p in o,
|
|
746
|
+
_1597: (o, p) => o[p],
|
|
747
|
+
_1598: (o, p, v) => o[p] = v,
|
|
748
|
+
_1600: (x0,x1) => x0.sqlite3changeset_finalize(x1),
|
|
749
|
+
_1601: (x0,x1) => x0.sqlite3session_delete(x1),
|
|
750
|
+
_1602: (x0,x1) => x0.sqlite3_close_v2(x1),
|
|
751
|
+
_1603: (x0,x1) => x0.sqlite3_finalize(x1),
|
|
752
|
+
_1604: (x0,x1) => x0.dart_sqlite3_malloc(x1),
|
|
753
|
+
_1605: (x0,x1) => x0.dart_sqlite3_free(x1),
|
|
754
|
+
_1607: x0 => x0.sqlite3_initialize(),
|
|
755
|
+
_1613: (x0,x1,x2,x3,x4) => x0.sqlite3_open_v2(x1,x2,x3,x4),
|
|
756
|
+
_1614: (x0,x1) => x0.sqlite3_extended_errcode(x1),
|
|
757
|
+
_1615: (x0,x1) => x0.sqlite3_errmsg(x1),
|
|
758
|
+
_1616: (x0,x1) => x0.sqlite3_errstr(x1),
|
|
759
|
+
_1617: (x0,x1) => x0.sqlite3_error_offset(x1),
|
|
760
|
+
_1618: (x0,x1,x2) => x0.sqlite3_extended_result_codes(x1,x2),
|
|
761
|
+
_1622: (x0,x1,x2,x3,x4,x5) => x0.sqlite3_exec(x1,x2,x3,x4,x5),
|
|
762
|
+
_1623: (x0,x1,x2,x3,x4,x5,x6) => x0.sqlite3_prepare_v3(x1,x2,x3,x4,x5,x6),
|
|
763
|
+
_1624: (x0,x1) => x0.sqlite3_bind_parameter_count(x1),
|
|
764
|
+
_1625: (x0,x1,x2) => x0.sqlite3_bind_null(x1,x2),
|
|
765
|
+
_1626: (x0,x1,x2,x3) => x0.sqlite3_bind_int64(x1,x2,x3),
|
|
766
|
+
_1627: (x0,x1,x2,x3) => x0.sqlite3_bind_double(x1,x2,x3),
|
|
767
|
+
_1628: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_text(x1,x2,x3,x4),
|
|
768
|
+
_1629: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_blob(x1,x2,x3,x4),
|
|
769
|
+
_1631: (x0,x1) => x0.sqlite3_column_count(x1),
|
|
770
|
+
_1632: (x0,x1,x2) => x0.sqlite3_column_name(x1,x2),
|
|
771
|
+
_1633: (x0,x1,x2) => x0.sqlite3_column_type(x1,x2),
|
|
772
|
+
_1634: (x0,x1,x2) => x0.sqlite3_column_int64(x1,x2),
|
|
773
|
+
_1635: (x0,x1,x2) => x0.sqlite3_column_double(x1,x2),
|
|
774
|
+
_1636: (x0,x1,x2) => x0.sqlite3_column_bytes(x1,x2),
|
|
775
|
+
_1637: (x0,x1,x2) => x0.sqlite3_column_text(x1,x2),
|
|
776
|
+
_1638: (x0,x1,x2) => x0.sqlite3_column_blob(x1,x2),
|
|
777
|
+
_1639: (x0,x1) => x0.sqlite3_value_type(x1),
|
|
778
|
+
_1641: (x0,x1) => x0.sqlite3_value_int64(x1),
|
|
779
|
+
_1642: (x0,x1) => x0.sqlite3_value_double(x1),
|
|
780
|
+
_1643: (x0,x1) => x0.sqlite3_value_bytes(x1),
|
|
781
|
+
_1644: (x0,x1) => x0.sqlite3_value_text(x1),
|
|
782
|
+
_1645: (x0,x1) => x0.sqlite3_value_blob(x1),
|
|
783
|
+
_1646: (x0,x1) => x0.sqlite3_result_null(x1),
|
|
784
|
+
_1647: (x0,x1,x2) => x0.sqlite3_result_int64(x1,x2),
|
|
785
|
+
_1648: (x0,x1,x2) => x0.sqlite3_result_double(x1,x2),
|
|
786
|
+
_1649: (x0,x1,x2,x3,x4) => x0.sqlite3_result_text(x1,x2,x3,x4),
|
|
787
|
+
_1650: (x0,x1,x2,x3,x4) => x0.sqlite3_result_blob64(x1,x2,x3,x4),
|
|
788
|
+
_1651: (x0,x1,x2,x3) => x0.sqlite3_result_error(x1,x2,x3),
|
|
789
|
+
_1652: (x0,x1,x2) => x0.sqlite3_result_subtype(x1,x2),
|
|
790
|
+
_1655: (x0,x1) => x0.sqlite3_step(x1),
|
|
791
|
+
_1656: (x0,x1) => x0.sqlite3_reset(x1),
|
|
792
|
+
_1657: (x0,x1) => x0.sqlite3_changes(x1),
|
|
793
|
+
_1658: (x0,x1) => x0.sqlite3_stmt_isexplain(x1),
|
|
794
|
+
_1660: (x0,x1) => x0.sqlite3_last_insert_rowid(x1),
|
|
795
|
+
_1677: (x0,x1,x2,x3) => x0.dart_sqlite3_register_vfs(x1,x2,x3),
|
|
796
|
+
_1680: (x0,x1,x2,x3,x4,x5,x6) => x0.dart_sqlite3_create_function_v2(x1,x2,x3,x4,x5,x6),
|
|
797
|
+
_1682: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1682(f,arguments.length,x0) }),
|
|
798
|
+
_1683: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1683(f,arguments.length,x0,x1) }),
|
|
799
|
+
_1684: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1684(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
800
|
+
_1685: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1685(f,arguments.length,x0,x1,x2) }),
|
|
801
|
+
_1686: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1686(f,arguments.length,x0,x1,x2,x3) }),
|
|
802
|
+
_1687: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1687(f,arguments.length,x0,x1,x2,x3) }),
|
|
803
|
+
_1688: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1688(f,arguments.length,x0,x1,x2) }),
|
|
804
|
+
_1689: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1689(f,arguments.length,x0,x1) }),
|
|
805
|
+
_1690: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1690(f,arguments.length,x0,x1) }),
|
|
808
806
|
_1691: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1691(f,arguments.length,x0) }),
|
|
809
|
-
_1692: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1692(f,arguments.length,x0,x1) }),
|
|
810
|
-
_1693: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3
|
|
811
|
-
_1694: (module,f) => finalizeWrapper(f, function(x0,x1
|
|
812
|
-
_1695: (module,f) => finalizeWrapper(f, function(x0,x1
|
|
813
|
-
_1696: (module,f) => finalizeWrapper(f, function(x0,x1
|
|
814
|
-
_1697: (module,f) => finalizeWrapper(f, function(x0,x1
|
|
807
|
+
_1692: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1692(f,arguments.length,x0,x1,x2,x3) }),
|
|
808
|
+
_1693: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1693(f,arguments.length,x0,x1,x2,x3) }),
|
|
809
|
+
_1694: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1694(f,arguments.length,x0,x1) }),
|
|
810
|
+
_1695: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1695(f,arguments.length,x0,x1) }),
|
|
811
|
+
_1696: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1696(f,arguments.length,x0,x1) }),
|
|
812
|
+
_1697: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1697(f,arguments.length,x0,x1) }),
|
|
815
813
|
_1698: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1698(f,arguments.length,x0,x1) }),
|
|
816
814
|
_1699: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1699(f,arguments.length,x0,x1) }),
|
|
817
815
|
_1700: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1700(f,arguments.length,x0) }),
|
|
818
|
-
_1701: (module,f) => finalizeWrapper(f, function(x0
|
|
819
|
-
_1702: (module,f) => finalizeWrapper(f, function(x0
|
|
820
|
-
_1703: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1703(f,arguments.length,x0,x1) }),
|
|
821
|
-
_1704: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1704(f,arguments.length,x0,x1) }),
|
|
822
|
-
_1705: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1705(f,arguments.length,x0,x1) }),
|
|
823
|
-
_1706: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1706(f,arguments.length,x0,x1) }),
|
|
816
|
+
_1701: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1701(f,arguments.length,x0) }),
|
|
817
|
+
_1702: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1702(f,arguments.length,x0) }),
|
|
818
|
+
_1703: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1703(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
819
|
+
_1704: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1704(f,arguments.length,x0,x1,x2,x3) }),
|
|
820
|
+
_1705: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1705(f,arguments.length,x0,x1,x2,x3) }),
|
|
821
|
+
_1706: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1706(f,arguments.length,x0,x1,x2,x3) }),
|
|
824
822
|
_1707: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1707(f,arguments.length,x0,x1) }),
|
|
825
823
|
_1708: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1708(f,arguments.length,x0,x1) }),
|
|
826
|
-
_1709: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1709(f,arguments.length,x0) }),
|
|
827
|
-
_1710: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1710(f,arguments.length,x0) }),
|
|
828
|
-
_1711: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1711(f,arguments.length,x0) }),
|
|
829
|
-
_1712: (module,f) => finalizeWrapper(f, function(x0,x1,x2
|
|
830
|
-
_1713: (
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
_1873: (a, s, e) => a.slice(s, e),
|
|
930
|
-
_1876: a => a.length,
|
|
931
|
-
_1877: (a, l) => a.length = l,
|
|
932
|
-
_1878: (a, i) => a[i],
|
|
933
|
-
_1879: (a, i, v) => a[i] = v,
|
|
934
|
-
_1881: o => {
|
|
824
|
+
_1709: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1709(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
825
|
+
_1710: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1710(f,arguments.length,x0,x1) }),
|
|
826
|
+
_1711: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1711(f,arguments.length,x0,x1) }),
|
|
827
|
+
_1712: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1712(f,arguments.length,x0,x1,x2) }),
|
|
828
|
+
_1713: (x0,x1,x2) => x0.instantiateStreaming(x1,x2),
|
|
829
|
+
_1717: (x0,x1) => new URL(x0,x1),
|
|
830
|
+
_1718: (x0,x1) => globalThis.fetch(x0,x1),
|
|
831
|
+
_1719: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
832
|
+
_1720: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
833
|
+
_1722: (x0,x1) => ({i: x0,p: x1}),
|
|
834
|
+
_1723: (x0,x1) => ({c: x0,r: x1}),
|
|
835
|
+
_1724: x0 => x0.i,
|
|
836
|
+
_1725: x0 => x0.p,
|
|
837
|
+
_1726: x0 => x0.c,
|
|
838
|
+
_1727: x0 => x0.r,
|
|
839
|
+
_1728: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1728(f,arguments.length,x0) }),
|
|
840
|
+
_1729: (x0,x1) => x0.postMessage(x1),
|
|
841
|
+
_1730: x0 => x0.close(),
|
|
842
|
+
_1732: x0 => new Worker(x0),
|
|
843
|
+
_1734: x0 => x0.createSyncAccessHandle(),
|
|
844
|
+
_1735: x0 => x0.close(),
|
|
845
|
+
_1737: x0 => x0.close(),
|
|
846
|
+
_1740: (x0,x1,x2) => x0.open(x1,x2),
|
|
847
|
+
_1748: (x0,x1) => new SharedWorker(x0,x1),
|
|
848
|
+
_1749: x0 => x0.start(),
|
|
849
|
+
_1750: x0 => x0.terminate(),
|
|
850
|
+
_1751: () => new MessageChannel(),
|
|
851
|
+
_1755: x0 => globalThis.BigInt(x0),
|
|
852
|
+
_1756: x0 => globalThis.Number(x0),
|
|
853
|
+
_1763: () => globalThis.navigator,
|
|
854
|
+
_1764: (x0,x1) => x0.read(x1),
|
|
855
|
+
_1765: (x0,x1,x2) => x0.read(x1,x2),
|
|
856
|
+
_1766: (x0,x1) => x0.write(x1),
|
|
857
|
+
_1767: (x0,x1,x2) => x0.write(x1,x2),
|
|
858
|
+
_1770: x0 => ({at: x0}),
|
|
859
|
+
_1771: x0 => x0.getSize(),
|
|
860
|
+
_1772: (x0,x1) => x0.truncate(x1),
|
|
861
|
+
_1773: x0 => x0.flush(),
|
|
862
|
+
_1776: x0 => x0.synchronizationBuffer,
|
|
863
|
+
_1777: x0 => x0.communicationBuffer,
|
|
864
|
+
_1778: (x0,x1,x2,x3) => ({clientVersion: x0,root: x1,synchronizationBuffer: x2,communicationBuffer: x3}),
|
|
865
|
+
_1779: x0 => new SharedArrayBuffer(x0),
|
|
866
|
+
_1780: (x0,x1) => globalThis.IDBKeyRange.bound(x0,x1),
|
|
867
|
+
_1781: x0 => ({autoIncrement: x0}),
|
|
868
|
+
_1782: (x0,x1,x2) => x0.createObjectStore(x1,x2),
|
|
869
|
+
_1783: x0 => ({unique: x0}),
|
|
870
|
+
_1784: (x0,x1,x2,x3) => x0.createIndex(x1,x2,x3),
|
|
871
|
+
_1785: (x0,x1) => x0.createObjectStore(x1),
|
|
872
|
+
_1786: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1786(f,arguments.length,x0) }),
|
|
873
|
+
_1787: (x0,x1,x2) => x0.transaction(x1,x2),
|
|
874
|
+
_1788: (x0,x1) => x0.objectStore(x1),
|
|
875
|
+
_1790: (x0,x1) => x0.index(x1),
|
|
876
|
+
_1791: x0 => x0.openKeyCursor(),
|
|
877
|
+
_1792: (x0,x1) => x0.getKey(x1),
|
|
878
|
+
_1793: (x0,x1) => ({name: x0,length: x1}),
|
|
879
|
+
_1794: (x0,x1) => x0.put(x1),
|
|
880
|
+
_1795: (x0,x1) => x0.get(x1),
|
|
881
|
+
_1796: (x0,x1) => x0.openCursor(x1),
|
|
882
|
+
_1797: x0 => globalThis.IDBKeyRange.only(x0),
|
|
883
|
+
_1798: (x0,x1,x2) => x0.put(x1,x2),
|
|
884
|
+
_1799: (x0,x1) => x0.update(x1),
|
|
885
|
+
_1800: (x0,x1) => x0.delete(x1),
|
|
886
|
+
_1801: x0 => x0.name,
|
|
887
|
+
_1802: x0 => x0.length,
|
|
888
|
+
_1803: x0 => new BroadcastChannel(x0),
|
|
889
|
+
_1804: x0 => globalThis.Array.isArray(x0),
|
|
890
|
+
_1805: (x0,x1) => x0.postMessage(x1),
|
|
891
|
+
_1807: (x0,x1) => ({kind: x0,table: x1}),
|
|
892
|
+
_1808: x0 => x0.kind,
|
|
893
|
+
_1809: x0 => x0.table,
|
|
894
|
+
_1810: x0 => x0.continue(),
|
|
895
|
+
_1811: () => globalThis.indexedDB,
|
|
896
|
+
_1812: (x0,x1,x2) => globalThis.Atomics.wait(x0,x1,x2),
|
|
897
|
+
_1814: (x0,x1,x2) => globalThis.Atomics.notify(x0,x1,x2),
|
|
898
|
+
_1815: (x0,x1,x2) => globalThis.Atomics.store(x0,x1,x2),
|
|
899
|
+
_1816: (x0,x1) => globalThis.Atomics.load(x0,x1),
|
|
900
|
+
_1817: () => globalThis.Int32Array,
|
|
901
|
+
_1819: () => globalThis.Uint8Array,
|
|
902
|
+
_1821: () => globalThis.DataView,
|
|
903
|
+
_1823: x0 => x0.byteLength,
|
|
904
|
+
_1824: () => new XMLHttpRequest(),
|
|
905
|
+
_1825: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
906
|
+
_1829: x0 => x0.send(),
|
|
907
|
+
_1831: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1831(f,arguments.length,x0) }),
|
|
908
|
+
_1832: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1832(f,arguments.length,x0) }),
|
|
909
|
+
_1840: (x0,x1) => x0.contains(x1),
|
|
910
|
+
_1841: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1841(f,arguments.length,x0) }),
|
|
911
|
+
_1842: (x0,x1) => x0.removeChild(x1),
|
|
912
|
+
_1845: (x0,x1,x2,x3) => x0.slice(x1,x2,x3),
|
|
913
|
+
_1846: () => new FileReader(),
|
|
914
|
+
_1847: (x0,x1) => x0.readAsArrayBuffer(x1),
|
|
915
|
+
_1858: (x0,x1) => x0.key(x1),
|
|
916
|
+
_1859: o => o instanceof Array,
|
|
917
|
+
_1862: (a, l) => a.length = l,
|
|
918
|
+
_1863: a => a.pop(),
|
|
919
|
+
_1864: (a, i) => a.splice(i, 1),
|
|
920
|
+
_1865: (a, s) => a.join(s),
|
|
921
|
+
_1866: (a, s, e) => a.slice(s, e),
|
|
922
|
+
_1869: a => a.length,
|
|
923
|
+
_1870: (a, l) => a.length = l,
|
|
924
|
+
_1871: (a, i) => a[i],
|
|
925
|
+
_1872: (a, i, v) => a[i] = v,
|
|
926
|
+
_1874: o => {
|
|
935
927
|
if (o === null || o === undefined) return 0;
|
|
936
928
|
if (o instanceof ArrayBuffer) return 1;
|
|
937
929
|
if (globalThis.SharedArrayBuffer !== undefined &&
|
|
@@ -940,174 +932,165 @@ class CompiledApp {
|
|
|
940
932
|
}
|
|
941
933
|
return 3;
|
|
942
934
|
},
|
|
943
|
-
|
|
935
|
+
_1875: (o, offsetInBytes, lengthInBytes) => {
|
|
944
936
|
var dst = new ArrayBuffer(lengthInBytes);
|
|
945
937
|
new Uint8Array(dst).set(new Uint8Array(o, offsetInBytes, lengthInBytes));
|
|
946
938
|
return new DataView(dst);
|
|
947
939
|
},
|
|
948
|
-
|
|
940
|
+
_1876: o => {
|
|
949
941
|
if (o === null || o === undefined) return 0;
|
|
950
942
|
if (o instanceof DataView) return 1;
|
|
951
943
|
return 2;
|
|
952
944
|
},
|
|
953
|
-
|
|
945
|
+
_1877: o => {
|
|
954
946
|
if (o === null || o === undefined) return 0;
|
|
955
947
|
if (o instanceof Uint8Array) return 1;
|
|
956
948
|
return 2;
|
|
957
949
|
},
|
|
958
|
-
|
|
959
|
-
|
|
950
|
+
_1878: (o, start, length) => new Uint8Array(o.buffer, o.byteOffset + start, length),
|
|
951
|
+
_1879: o => {
|
|
960
952
|
if (o === null || o === undefined) return 0;
|
|
961
953
|
if (o instanceof Int8Array) return 1;
|
|
962
954
|
return 2;
|
|
963
955
|
},
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
956
|
+
_1880: (o, start, length) => new Int8Array(o.buffer, o.byteOffset + start, length),
|
|
957
|
+
_1881: o => o instanceof Uint8ClampedArray,
|
|
958
|
+
_1882: (o, start, length) => new Uint8ClampedArray(o.buffer, o.byteOffset + start, length),
|
|
959
|
+
_1883: o => o instanceof Uint16Array,
|
|
960
|
+
_1884: (o, start, length) => new Uint16Array(o.buffer, o.byteOffset + start, length),
|
|
961
|
+
_1885: o => o instanceof Int16Array,
|
|
962
|
+
_1886: (o, start, length) => new Int16Array(o.buffer, o.byteOffset + start, length),
|
|
963
|
+
_1887: o => {
|
|
972
964
|
if (o === null || o === undefined) return 0;
|
|
973
965
|
if (o instanceof Uint32Array) return 1;
|
|
974
966
|
return 2;
|
|
975
967
|
},
|
|
976
|
-
|
|
977
|
-
|
|
968
|
+
_1888: (o, start, length) => new Uint32Array(o.buffer, o.byteOffset + start, length),
|
|
969
|
+
_1889: o => {
|
|
978
970
|
if (o === null || o === undefined) return 0;
|
|
979
971
|
if (o instanceof Int32Array) return 1;
|
|
980
972
|
return 2;
|
|
981
973
|
},
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
974
|
+
_1890: (o, start, length) => new Int32Array(o.buffer, o.byteOffset + start, length),
|
|
975
|
+
_1892: (o, start, length) => new BigInt64Array(o.buffer, o.byteOffset + start, length),
|
|
976
|
+
_1893: o => {
|
|
985
977
|
if (o === null || o === undefined) return 0;
|
|
986
978
|
if (o instanceof Float32Array) return 1;
|
|
987
979
|
return 2;
|
|
988
980
|
},
|
|
989
|
-
|
|
990
|
-
|
|
981
|
+
_1894: (o, start, length) => new Float32Array(o.buffer, o.byteOffset + start, length),
|
|
982
|
+
_1895: o => {
|
|
991
983
|
if (o === null || o === undefined) return 0;
|
|
992
984
|
if (o instanceof Float64Array) return 1;
|
|
993
985
|
return 2;
|
|
994
986
|
},
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
_10397: x0 => x0.error,
|
|
1103
|
-
_10408: (x0,x1) => { x0.onupgradeneeded = x1 },
|
|
1104
|
-
_10410: x0 => x0.oldVersion,
|
|
1105
|
-
_10427: x0 => x0.objectStoreNames,
|
|
1106
|
-
_10489: x0 => x0.key,
|
|
1107
|
-
_10490: x0 => x0.primaryKey,
|
|
1108
|
-
_10492: x0 => x0.value,
|
|
1109
|
-
_10498: x0 => x0.error,
|
|
1110
|
-
_11330: (x0,x1) => { x0.display = x1 },
|
|
987
|
+
_1896: (o, start, length) => new Float64Array(o.buffer, o.byteOffset + start, length),
|
|
988
|
+
_1897: (a, i) => a.push(i),
|
|
989
|
+
_1898: (t, s) => t.set(s),
|
|
990
|
+
_1899: l => new DataView(new ArrayBuffer(l)),
|
|
991
|
+
_1900: (o) => new DataView(o.buffer, o.byteOffset, o.byteLength),
|
|
992
|
+
_1901: o => o.byteLength,
|
|
993
|
+
_1902: o => o.buffer,
|
|
994
|
+
_1903: o => o.byteOffset,
|
|
995
|
+
_1904: Function.prototype.call.bind(Object.getOwnPropertyDescriptor(DataView.prototype, 'byteLength').get),
|
|
996
|
+
_1905: (b, o) => new DataView(b, o),
|
|
997
|
+
_1906: (b, o, l) => new DataView(b, o, l),
|
|
998
|
+
_1907: Function.prototype.call.bind(DataView.prototype.getUint8),
|
|
999
|
+
_1908: Function.prototype.call.bind(DataView.prototype.setUint8),
|
|
1000
|
+
_1909: Function.prototype.call.bind(DataView.prototype.getInt8),
|
|
1001
|
+
_1910: Function.prototype.call.bind(DataView.prototype.setInt8),
|
|
1002
|
+
_1911: Function.prototype.call.bind(DataView.prototype.getUint16),
|
|
1003
|
+
_1912: Function.prototype.call.bind(DataView.prototype.setUint16),
|
|
1004
|
+
_1913: Function.prototype.call.bind(DataView.prototype.getInt16),
|
|
1005
|
+
_1914: Function.prototype.call.bind(DataView.prototype.setInt16),
|
|
1006
|
+
_1915: Function.prototype.call.bind(DataView.prototype.getUint32),
|
|
1007
|
+
_1916: Function.prototype.call.bind(DataView.prototype.setUint32),
|
|
1008
|
+
_1917: Function.prototype.call.bind(DataView.prototype.getInt32),
|
|
1009
|
+
_1918: Function.prototype.call.bind(DataView.prototype.setInt32),
|
|
1010
|
+
_1921: Function.prototype.call.bind(DataView.prototype.getBigInt64),
|
|
1011
|
+
_1922: Function.prototype.call.bind(DataView.prototype.setBigInt64),
|
|
1012
|
+
_1923: Function.prototype.call.bind(DataView.prototype.getFloat32),
|
|
1013
|
+
_1924: Function.prototype.call.bind(DataView.prototype.setFloat32),
|
|
1014
|
+
_1925: Function.prototype.call.bind(DataView.prototype.getFloat64),
|
|
1015
|
+
_1926: Function.prototype.call.bind(DataView.prototype.setFloat64),
|
|
1016
|
+
_1927: Function.prototype.call.bind(Number.prototype.toString),
|
|
1017
|
+
_1928: Function.prototype.call.bind(BigInt.prototype.toString),
|
|
1018
|
+
_1929: Function.prototype.call.bind(Number.prototype.toString),
|
|
1019
|
+
_1930: (d, digits) => d.toFixed(digits),
|
|
1020
|
+
_1942: () => globalThis.document,
|
|
1021
|
+
_1943: () => globalThis.window,
|
|
1022
|
+
_1944: () => globalThis.console,
|
|
1023
|
+
_1949: (x0,x1) => { x0.height = x1 },
|
|
1024
|
+
_1951: (x0,x1) => { x0.width = x1 },
|
|
1025
|
+
_1956: x0 => x0.head,
|
|
1026
|
+
_1957: x0 => x0.classList,
|
|
1027
|
+
_1961: (x0,x1) => { x0.innerText = x1 },
|
|
1028
|
+
_1962: x0 => x0.style,
|
|
1029
|
+
_1964: x0 => x0.sheet,
|
|
1030
|
+
_1975: x0 => x0.offsetX,
|
|
1031
|
+
_1976: x0 => x0.offsetY,
|
|
1032
|
+
_1977: x0 => x0.button,
|
|
1033
|
+
_1983: (x0,x1) => x0.error(x1),
|
|
1034
|
+
_2040: (x0,x1) => { x0.responseType = x1 },
|
|
1035
|
+
_2041: x0 => x0.response,
|
|
1036
|
+
_2129: (x0,x1) => { x0.oncancel = x1 },
|
|
1037
|
+
_2135: (x0,x1) => { x0.onchange = x1 },
|
|
1038
|
+
_2175: (x0,x1) => { x0.onerror = x1 },
|
|
1039
|
+
_2369: x0 => x0.content,
|
|
1040
|
+
_2475: (x0,x1) => { x0.download = x1 },
|
|
1041
|
+
_2500: (x0,x1) => { x0.href = x1 },
|
|
1042
|
+
_3045: (x0,x1) => { x0.accept = x1 },
|
|
1043
|
+
_3059: x0 => x0.files,
|
|
1044
|
+
_3085: (x0,x1) => { x0.multiple = x1 },
|
|
1045
|
+
_3103: (x0,x1) => { x0.type = x1 },
|
|
1046
|
+
_3353: (x0,x1) => { x0.src = x1 },
|
|
1047
|
+
_3355: (x0,x1) => { x0.type = x1 },
|
|
1048
|
+
_3359: (x0,x1) => { x0.async = x1 },
|
|
1049
|
+
_3373: (x0,x1) => { x0.charset = x1 },
|
|
1050
|
+
_3821: () => globalThis.window,
|
|
1051
|
+
_3864: x0 => x0.location,
|
|
1052
|
+
_3883: x0 => x0.navigator,
|
|
1053
|
+
_4140: x0 => x0.indexedDB,
|
|
1054
|
+
_4147: x0 => x0.localStorage,
|
|
1055
|
+
_4155: x0 => x0.href,
|
|
1056
|
+
_4206: x0 => x0.message,
|
|
1057
|
+
_4251: x0 => x0.clipboard,
|
|
1058
|
+
_4272: x0 => x0.userAgent,
|
|
1059
|
+
_4273: x0 => x0.vendor,
|
|
1060
|
+
_4285: x0 => x0.storage,
|
|
1061
|
+
_4323: x0 => x0.data,
|
|
1062
|
+
_4353: x0 => x0.port1,
|
|
1063
|
+
_4354: x0 => x0.port2,
|
|
1064
|
+
_4356: (x0,x1) => { x0.onmessage = x1 },
|
|
1065
|
+
_4434: x0 => x0.port,
|
|
1066
|
+
_4469: x0 => x0.length,
|
|
1067
|
+
_6373: x0 => x0.type,
|
|
1068
|
+
_6374: x0 => x0.target,
|
|
1069
|
+
_6486: () => globalThis.document,
|
|
1070
|
+
_6568: x0 => x0.body,
|
|
1071
|
+
_6899: (x0,x1) => { x0.id = x1 },
|
|
1072
|
+
_8372: x0 => x0.kind,
|
|
1073
|
+
_8406: x0 => x0.size,
|
|
1074
|
+
_8407: x0 => x0.type,
|
|
1075
|
+
_8414: x0 => x0.name,
|
|
1076
|
+
_8415: x0 => x0.lastModified,
|
|
1077
|
+
_8420: x0 => x0.length,
|
|
1078
|
+
_8426: x0 => x0.result,
|
|
1079
|
+
_8940: x0 => x0.instance,
|
|
1080
|
+
_8942: () => globalThis.WebAssembly,
|
|
1081
|
+
_8964: x0 => x0.exports,
|
|
1082
|
+
_8972: x0 => x0.buffer,
|
|
1083
|
+
_10382: x0 => x0.result,
|
|
1084
|
+
_10383: x0 => x0.error,
|
|
1085
|
+
_10394: (x0,x1) => { x0.onupgradeneeded = x1 },
|
|
1086
|
+
_10396: x0 => x0.oldVersion,
|
|
1087
|
+
_10413: x0 => x0.objectStoreNames,
|
|
1088
|
+
_10475: x0 => x0.key,
|
|
1089
|
+
_10476: x0 => x0.primaryKey,
|
|
1090
|
+
_10478: x0 => x0.value,
|
|
1091
|
+
_10484: x0 => x0.error,
|
|
1092
|
+
_12635: x0 => x0.href,
|
|
1093
|
+
_12650: x0 => x0.pathname,
|
|
1111
1094
|
|
|
1112
1095
|
};
|
|
1113
1096
|
|