pdf-master-landing 0.2.3 → 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.
@@ -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: () => new FileReader(),
481
- _1359: (x0,x1) => x0.readAsArrayBuffer(x1),
482
- _1360: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1360(f,arguments.length,x0) }),
483
- _1361: (x0,x1,x2) => x0.removeEventListener(x1,x2),
484
- _1362: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1362(f,arguments.length,x0) }),
485
- _1363: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1363(f,arguments.length,x0) }),
486
- _1364: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1364(f,arguments.length,x0) }),
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
- _1375: () => typeof dartUseDateNowForTicks !== "undefined",
500
- _1376: () => 1000 * performance.now(),
501
- _1377: () => Date.now(),
502
- _1378: () => {
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
- _1379: () => {
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
- _1380: () => new WeakMap(),
515
- _1381: (map, o) => map.get(o),
516
- _1382: (map, o, v) => map.set(o, v),
517
- _1383: x0 => new WeakRef(x0),
518
- _1384: x0 => x0.deref(),
519
- _1385: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1385(f,arguments.length,x0) }),
520
- _1386: x0 => new FinalizationRegistry(x0),
521
- _1387: (x0,x1,x2,x3) => x0.register(x1,x2,x3),
522
- _1389: (x0,x1) => x0.unregister(x1),
523
- _1391: () => globalThis.WeakRef,
524
- _1392: () => globalThis.FinalizationRegistry,
525
- _1394: x0 => x0.call(),
526
- _1395: s => JSON.stringify(s),
527
- _1396: s => printToConsole(s),
528
- _1397: o => {
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
- _1398: (o, p, r) => o.replaceAll(p, () => r),
534
- _1399: (o, p, r) => o.replace(p, () => r),
535
- _1400: Function.prototype.call.bind(String.prototype.toLowerCase),
536
- _1401: s => s.toUpperCase(),
537
- _1402: s => s.trim(),
538
- _1403: s => s.trimLeft(),
539
- _1404: s => s.trimRight(),
540
- _1405: (string, times) => string.repeat(times),
541
- _1406: Function.prototype.call.bind(String.prototype.indexOf),
542
- _1407: (s, p, i) => s.lastIndexOf(p, i),
543
- _1408: (string, token) => string.split(token),
544
- _1409: Object.is,
545
- _1413: (o, t) => typeof o === t,
546
- _1414: (o, c) => o instanceof c,
547
- _1415: o => Object.keys(o),
548
- _1419: (o, a) => o + a,
549
- _1429: (o, a) => o == a,
550
- _1448: (x0,x1) => x0.call(x1),
551
- _1469: x0 => new Array(x0),
552
- _1471: x0 => x0.length,
553
- _1473: (x0,x1) => x0[x1],
554
- _1474: (x0,x1,x2) => { x0[x1] = x2 },
555
- _1477: (x0,x1,x2) => new DataView(x0,x1,x2),
556
- _1479: x0 => new Int8Array(x0),
557
- _1480: (x0,x1,x2) => new Uint8Array(x0,x1,x2),
558
- _1482: x0 => new Uint8ClampedArray(x0),
559
- _1484: x0 => new Int16Array(x0),
560
- _1486: x0 => new Uint16Array(x0),
561
- _1488: x0 => new Int32Array(x0),
562
- _1490: x0 => new Uint32Array(x0),
563
- _1492: x0 => new Float32Array(x0),
564
- _1494: x0 => new Float64Array(x0),
565
- _1518: x0 => x0.random(),
566
- _1519: (x0,x1) => x0.getRandomValues(x1),
567
- _1520: () => globalThis.crypto,
568
- _1521: () => globalThis.Math,
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
- _1535: (handle) => clearTimeout(handle),
572
- _1536: (ms, c) =>
563
+ _1526: (handle) => clearTimeout(handle),
564
+ _1527: (ms, c) =>
573
565
  setInterval(() => dartInstance.exports.$invokeCallback(c), ms),
574
- _1537: (handle) => clearInterval(handle),
575
- _1538: (c) =>
566
+ _1528: (handle) => clearInterval(handle),
567
+ _1529: (c) =>
576
568
  queueMicrotask(() => dartInstance.exports.$invokeCallback(c)),
577
- _1539: () => Date.now(),
578
- _1540: () => new Error().stack,
579
- _1541: (exn) => {
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
- _1542: (s, m) => {
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
- _1543: (x0,x1) => x0.exec(x1),
596
- _1544: (x0,x1) => x0.test(x1),
597
- _1545: x0 => x0.pop(),
598
- _1547: o => o === undefined,
599
- _1549: o => typeof o === 'function' && o[jsWrappedDartFunctionSymbol] === true,
600
- _1551: o => {
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
- _1552: o => o instanceof RegExp,
605
- _1553: (l, r) => l === r,
606
- _1554: o => o,
607
- _1555: o => {
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
- _1556: o => o,
613
- _1557: o => {
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
- _1558: o => o,
619
- _1559: b => !!b,
620
- _1560: o => o.length,
621
- _1562: (o, i) => o[i],
622
- _1563: f => f.dartFunction,
623
- _1564: () => ({}),
624
- _1565: () => [],
625
- _1567: () => globalThis,
626
- _1568: (constructor, args) => {
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
- _1569: (o, p) => p in o,
632
- _1570: (o, p) => o[p],
633
- _1571: (o, p, v) => o[p] = v,
634
- _1572: (o, m, a) => o[m].apply(o, a),
635
- _1574: o => String(o),
636
- _1575: (p, s, f) => p.then(s, (e) => f(e, e === undefined)),
637
- _1576: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1576(f,arguments.length,x0) }),
638
- _1577: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1577(f,arguments.length,x0,x1) }),
639
- _1578: o => {
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
- _1579: o => [o],
668
- _1580: (o0, o1) => [o0, o1],
669
- _1581: (o0, o1, o2) => [o0, o1, o2],
670
- _1582: (o0, o1, o2, o3) => [o0, o1, o2, o3],
671
- _1583: (exn) => {
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
- _1584: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1585: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1586: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1587: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1588: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1589: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1590: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1591: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1592: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1593: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
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
- _1594: x0 => new ArrayBuffer(x0),
739
- _1595: s => {
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
- _1597: x0 => x0.index,
746
- _1598: x0 => x0.groups,
747
- _1599: x0 => x0.flags,
748
- _1600: x0 => x0.multiline,
749
- _1601: x0 => x0.ignoreCase,
750
- _1602: x0 => x0.unicode,
751
- _1603: x0 => x0.dotAll,
752
- _1604: (x0,x1) => { x0.lastIndex = x1 },
753
- _1605: (o, p) => p in o,
754
- _1606: (o, p) => o[p],
755
- _1607: (o, p, v) => o[p] = v,
756
- _1609: (x0,x1) => x0.sqlite3changeset_finalize(x1),
757
- _1610: (x0,x1) => x0.sqlite3session_delete(x1),
758
- _1611: (x0,x1) => x0.sqlite3_close_v2(x1),
759
- _1612: (x0,x1) => x0.sqlite3_finalize(x1),
760
- _1613: (x0,x1) => x0.dart_sqlite3_malloc(x1),
761
- _1614: (x0,x1) => x0.dart_sqlite3_free(x1),
762
- _1616: x0 => x0.sqlite3_initialize(),
763
- _1622: (x0,x1,x2,x3,x4) => x0.sqlite3_open_v2(x1,x2,x3,x4),
764
- _1623: (x0,x1) => x0.sqlite3_extended_errcode(x1),
765
- _1624: (x0,x1) => x0.sqlite3_errmsg(x1),
766
- _1625: (x0,x1) => x0.sqlite3_errstr(x1),
767
- _1626: (x0,x1) => x0.sqlite3_error_offset(x1),
768
- _1627: (x0,x1,x2) => x0.sqlite3_extended_result_codes(x1,x2),
769
- _1628: (x0,x1,x2) => x0.dart_sqlite3_updates(x1,x2),
770
- _1629: (x0,x1,x2) => x0.dart_sqlite3_commits(x1,x2),
771
- _1630: (x0,x1,x2) => x0.dart_sqlite3_rollbacks(x1,x2),
772
- _1631: (x0,x1,x2,x3,x4,x5) => x0.sqlite3_exec(x1,x2,x3,x4,x5),
773
- _1632: (x0,x1,x2,x3,x4,x5,x6) => x0.sqlite3_prepare_v3(x1,x2,x3,x4,x5,x6),
774
- _1633: (x0,x1) => x0.sqlite3_bind_parameter_count(x1),
775
- _1634: (x0,x1,x2) => x0.sqlite3_bind_null(x1,x2),
776
- _1635: (x0,x1,x2,x3) => x0.sqlite3_bind_int64(x1,x2,x3),
777
- _1636: (x0,x1,x2,x3) => x0.sqlite3_bind_double(x1,x2,x3),
778
- _1637: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_text(x1,x2,x3,x4),
779
- _1638: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_blob(x1,x2,x3,x4),
780
- _1640: (x0,x1) => x0.sqlite3_column_count(x1),
781
- _1641: (x0,x1,x2) => x0.sqlite3_column_name(x1,x2),
782
- _1642: (x0,x1,x2) => x0.sqlite3_column_type(x1,x2),
783
- _1643: (x0,x1,x2) => x0.sqlite3_column_int64(x1,x2),
784
- _1644: (x0,x1,x2) => x0.sqlite3_column_double(x1,x2),
785
- _1645: (x0,x1,x2) => x0.sqlite3_column_bytes(x1,x2),
786
- _1646: (x0,x1,x2) => x0.sqlite3_column_text(x1,x2),
787
- _1647: (x0,x1,x2) => x0.sqlite3_column_blob(x1,x2),
788
- _1648: (x0,x1) => x0.sqlite3_value_type(x1),
789
- _1650: (x0,x1) => x0.sqlite3_value_int64(x1),
790
- _1651: (x0,x1) => x0.sqlite3_value_double(x1),
791
- _1652: (x0,x1) => x0.sqlite3_value_bytes(x1),
792
- _1653: (x0,x1) => x0.sqlite3_value_text(x1),
793
- _1654: (x0,x1) => x0.sqlite3_value_blob(x1),
794
- _1655: (x0,x1) => x0.sqlite3_result_null(x1),
795
- _1656: (x0,x1,x2) => x0.sqlite3_result_int64(x1,x2),
796
- _1657: (x0,x1,x2) => x0.sqlite3_result_double(x1,x2),
797
- _1658: (x0,x1,x2,x3,x4) => x0.sqlite3_result_text(x1,x2,x3,x4),
798
- _1659: (x0,x1,x2,x3,x4) => x0.sqlite3_result_blob64(x1,x2,x3,x4),
799
- _1660: (x0,x1,x2,x3) => x0.sqlite3_result_error(x1,x2,x3),
800
- _1661: (x0,x1,x2) => x0.sqlite3_result_subtype(x1,x2),
801
- _1664: (x0,x1) => x0.sqlite3_step(x1),
802
- _1665: (x0,x1) => x0.sqlite3_reset(x1),
803
- _1666: (x0,x1) => x0.sqlite3_changes(x1),
804
- _1667: (x0,x1) => x0.sqlite3_stmt_isexplain(x1),
805
- _1669: (x0,x1) => x0.sqlite3_last_insert_rowid(x1),
806
- _1686: (x0,x1,x2,x3) => x0.dart_sqlite3_register_vfs(x1,x2,x3),
807
- _1689: (x0,x1,x2,x3,x4,x5,x6) => x0.dart_sqlite3_create_function_v2(x1,x2,x3,x4,x5,x6),
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,x4) { return module.exports._1693(f,arguments.length,x0,x1,x2,x3,x4) }),
811
- _1694: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1694(f,arguments.length,x0,x1,x2) }),
812
- _1695: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1695(f,arguments.length,x0,x1,x2,x3) }),
813
- _1696: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1696(f,arguments.length,x0,x1,x2,x3) }),
814
- _1697: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1697(f,arguments.length,x0,x1,x2) }),
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,x1,x2,x3) { return module.exports._1701(f,arguments.length,x0,x1,x2,x3) }),
819
- _1702: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1702(f,arguments.length,x0,x1,x2,x3) }),
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,x3,x4) { return module.exports._1712(f,arguments.length,x0,x1,x2,x3,x4) }),
830
- _1713: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1713(f,arguments.length,x0,x1,x2,x3) }),
831
- _1714: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1714(f,arguments.length,x0,x1,x2,x3) }),
832
- _1715: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1715(f,arguments.length,x0,x1,x2,x3) }),
833
- _1716: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1716(f,arguments.length,x0,x1) }),
834
- _1717: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1717(f,arguments.length,x0,x1) }),
835
- _1718: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1718(f,arguments.length,x0,x1,x2,x3,x4) }),
836
- _1719: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1719(f,arguments.length,x0,x1) }),
837
- _1720: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1720(f,arguments.length,x0,x1) }),
838
- _1721: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1721(f,arguments.length,x0,x1,x2) }),
839
- _1722: (x0,x1,x2) => x0.instantiateStreaming(x1,x2),
840
- _1726: x0 => new URL(x0),
841
- _1727: (x0,x1) => new URL(x0,x1),
842
- _1728: (x0,x1) => globalThis.fetch(x0,x1),
843
- _1729: (x0,x1,x2) => x0.postMessage(x1,x2),
844
- _1730: (x0,x1,x2) => x0.postMessage(x1,x2),
845
- _1732: (x0,x1) => ({i: x0,p: x1}),
846
- _1733: (x0,x1) => ({c: x0,r: x1}),
847
- _1734: x0 => x0.i,
848
- _1735: x0 => x0.p,
849
- _1736: x0 => x0.c,
850
- _1737: x0 => x0.r,
851
- _1738: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1738(f,arguments.length,x0) }),
852
- _1739: (x0,x1) => x0.postMessage(x1),
853
- _1740: x0 => x0.close(),
854
- _1742: x0 => new Worker(x0),
855
- _1744: x0 => x0.createSyncAccessHandle(),
856
- _1745: x0 => x0.close(),
857
- _1747: x0 => x0.close(),
858
- _1750: (x0,x1,x2) => x0.open(x1,x2),
859
- _1758: (x0,x1) => new SharedWorker(x0,x1),
860
- _1759: x0 => x0.start(),
861
- _1760: x0 => x0.terminate(),
862
- _1761: () => new MessageChannel(),
863
- _1764: x0 => new SharedArrayBuffer(x0),
864
- _1765: x0 => ({at: x0}),
865
- _1766: x0 => x0.getSize(),
866
- _1767: (x0,x1) => x0.truncate(x1),
867
- _1768: x0 => x0.flush(),
868
- _1771: x0 => x0.synchronizationBuffer,
869
- _1772: x0 => x0.communicationBuffer,
870
- _1773: (x0,x1,x2,x3) => ({clientVersion: x0,root: x1,synchronizationBuffer: x2,communicationBuffer: x3}),
871
- _1774: (x0,x1) => globalThis.IDBKeyRange.bound(x0,x1),
872
- _1775: x0 => ({autoIncrement: x0}),
873
- _1776: (x0,x1,x2) => x0.createObjectStore(x1,x2),
874
- _1777: x0 => ({unique: x0}),
875
- _1778: (x0,x1,x2,x3) => x0.createIndex(x1,x2,x3),
876
- _1779: (x0,x1) => x0.createObjectStore(x1),
877
- _1780: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1780(f,arguments.length,x0) }),
878
- _1781: (x0,x1,x2) => x0.transaction(x1,x2),
879
- _1782: (x0,x1) => x0.objectStore(x1),
880
- _1784: (x0,x1) => x0.index(x1),
881
- _1785: x0 => x0.openKeyCursor(),
882
- _1786: (x0,x1) => x0.getKey(x1),
883
- _1787: (x0,x1) => ({name: x0,length: x1}),
884
- _1788: (x0,x1) => x0.put(x1),
885
- _1789: (x0,x1) => x0.get(x1),
886
- _1790: (x0,x1) => x0.openCursor(x1),
887
- _1791: x0 => globalThis.IDBKeyRange.only(x0),
888
- _1792: (x0,x1,x2) => x0.put(x1,x2),
889
- _1793: (x0,x1) => x0.update(x1),
890
- _1794: (x0,x1) => x0.delete(x1),
891
- _1795: x0 => x0.name,
892
- _1796: x0 => x0.length,
893
- _1799: x0 => x0.continue(),
894
- _1800: () => globalThis.indexedDB,
895
- _1801: () => globalThis.navigator,
896
- _1802: (x0,x1) => x0.read(x1),
897
- _1803: (x0,x1,x2) => x0.read(x1,x2),
898
- _1804: (x0,x1) => x0.write(x1),
899
- _1805: (x0,x1,x2) => x0.write(x1,x2),
900
- _1807: (x0,x1,x2) => globalThis.Atomics.wait(x0,x1,x2),
901
- _1809: (x0,x1,x2) => globalThis.Atomics.notify(x0,x1,x2),
902
- _1810: (x0,x1,x2) => globalThis.Atomics.store(x0,x1,x2),
903
- _1811: (x0,x1) => globalThis.Atomics.load(x0,x1),
904
- _1812: () => globalThis.Int32Array,
905
- _1814: () => globalThis.Uint8Array,
906
- _1816: () => globalThis.DataView,
907
- _1818: x0 => x0.byteLength,
908
- _1820: x0 => globalThis.BigInt(x0),
909
- _1821: x0 => globalThis.Number(x0),
910
- _1828: x0 => new BroadcastChannel(x0),
911
- _1829: x0 => globalThis.Array.isArray(x0),
912
- _1830: (x0,x1) => x0.postMessage(x1),
913
- _1832: (x0,x1) => ({kind: x0,table: x1}),
914
- _1833: x0 => x0.kind,
915
- _1834: x0 => x0.table,
916
- _1835: () => new XMLHttpRequest(),
917
- _1836: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
918
- _1840: x0 => x0.send(),
919
- _1842: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1842(f,arguments.length,x0) }),
920
- _1843: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1843(f,arguments.length,x0) }),
921
- _1851: (x0,x1) => x0.contains(x1),
922
- _1852: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1852(f,arguments.length,x0) }),
923
- _1865: (x0,x1) => x0.key(x1),
924
- _1866: o => o instanceof Array,
925
- _1869: (a, l) => a.length = l,
926
- _1870: a => a.pop(),
927
- _1871: (a, i) => a.splice(i, 1),
928
- _1872: (a, s) => a.join(s),
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
- _1882: (o, offsetInBytes, lengthInBytes) => {
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
- _1883: o => {
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
- _1884: o => {
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
- _1885: (o, start, length) => new Uint8Array(o.buffer, o.byteOffset + start, length),
959
- _1886: o => {
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
- _1887: (o, start, length) => new Int8Array(o.buffer, o.byteOffset + start, length),
965
- _1888: o => o instanceof Uint8ClampedArray,
966
- _1889: (o, start, length) => new Uint8ClampedArray(o.buffer, o.byteOffset + start, length),
967
- _1890: o => o instanceof Uint16Array,
968
- _1891: (o, start, length) => new Uint16Array(o.buffer, o.byteOffset + start, length),
969
- _1892: o => o instanceof Int16Array,
970
- _1893: (o, start, length) => new Int16Array(o.buffer, o.byteOffset + start, length),
971
- _1894: o => {
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
- _1895: (o, start, length) => new Uint32Array(o.buffer, o.byteOffset + start, length),
977
- _1896: o => {
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
- _1897: (o, start, length) => new Int32Array(o.buffer, o.byteOffset + start, length),
983
- _1899: (o, start, length) => new BigInt64Array(o.buffer, o.byteOffset + start, length),
984
- _1900: o => {
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
- _1901: (o, start, length) => new Float32Array(o.buffer, o.byteOffset + start, length),
990
- _1902: o => {
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
- _1903: (o, start, length) => new Float64Array(o.buffer, o.byteOffset + start, length),
996
- _1904: (a, i) => a.push(i),
997
- _1905: (t, s) => t.set(s),
998
- _1906: l => new DataView(new ArrayBuffer(l)),
999
- _1907: (o) => new DataView(o.buffer, o.byteOffset, o.byteLength),
1000
- _1908: o => o.byteLength,
1001
- _1909: o => o.buffer,
1002
- _1910: o => o.byteOffset,
1003
- _1911: Function.prototype.call.bind(Object.getOwnPropertyDescriptor(DataView.prototype, 'byteLength').get),
1004
- _1912: (b, o) => new DataView(b, o),
1005
- _1913: (b, o, l) => new DataView(b, o, l),
1006
- _1914: Function.prototype.call.bind(DataView.prototype.getUint8),
1007
- _1915: Function.prototype.call.bind(DataView.prototype.setUint8),
1008
- _1916: Function.prototype.call.bind(DataView.prototype.getInt8),
1009
- _1917: Function.prototype.call.bind(DataView.prototype.setInt8),
1010
- _1918: Function.prototype.call.bind(DataView.prototype.getUint16),
1011
- _1919: Function.prototype.call.bind(DataView.prototype.setUint16),
1012
- _1920: Function.prototype.call.bind(DataView.prototype.getInt16),
1013
- _1921: Function.prototype.call.bind(DataView.prototype.setInt16),
1014
- _1922: Function.prototype.call.bind(DataView.prototype.getUint32),
1015
- _1923: Function.prototype.call.bind(DataView.prototype.setUint32),
1016
- _1924: Function.prototype.call.bind(DataView.prototype.getInt32),
1017
- _1925: Function.prototype.call.bind(DataView.prototype.setInt32),
1018
- _1928: Function.prototype.call.bind(DataView.prototype.getBigInt64),
1019
- _1929: Function.prototype.call.bind(DataView.prototype.setBigInt64),
1020
- _1930: Function.prototype.call.bind(DataView.prototype.getFloat32),
1021
- _1931: Function.prototype.call.bind(DataView.prototype.setFloat32),
1022
- _1932: Function.prototype.call.bind(DataView.prototype.getFloat64),
1023
- _1933: Function.prototype.call.bind(DataView.prototype.setFloat64),
1024
- _1934: Function.prototype.call.bind(Number.prototype.toString),
1025
- _1935: Function.prototype.call.bind(BigInt.prototype.toString),
1026
- _1936: Function.prototype.call.bind(Number.prototype.toString),
1027
- _1937: (d, digits) => d.toFixed(digits),
1028
- _1949: x0 => globalThis.fetch(x0),
1029
- _1950: x0 => x0.arrayBuffer(),
1030
- _1951: x0 => x0.body,
1031
- _1952: x0 => x0.getReader(),
1032
- _1953: x0 => x0.read(),
1033
- _1954: x0 => x0.done,
1034
- _1955: x0 => x0.value,
1035
- _1956: () => globalThis.document,
1036
- _1957: () => globalThis.window,
1037
- _1958: () => globalThis.console,
1038
- _1963: (x0,x1) => { x0.height = x1 },
1039
- _1965: (x0,x1) => { x0.width = x1 },
1040
- _1970: x0 => x0.head,
1041
- _1971: x0 => x0.classList,
1042
- _1975: (x0,x1) => { x0.innerText = x1 },
1043
- _1976: x0 => x0.style,
1044
- _1978: x0 => x0.sheet,
1045
- _1989: x0 => x0.offsetX,
1046
- _1990: x0 => x0.offsetY,
1047
- _1991: x0 => x0.button,
1048
- _1997: (x0,x1) => x0.error(x1),
1049
- _2054: (x0,x1) => { x0.responseType = x1 },
1050
- _2055: x0 => x0.response,
1051
- _2114: (x0,x1) => { x0.draggable = x1 },
1052
- _2130: x0 => x0.style,
1053
- _2143: (x0,x1) => { x0.oncancel = x1 },
1054
- _2149: (x0,x1) => { x0.onchange = x1 },
1055
- _2189: (x0,x1) => { x0.onerror = x1 },
1056
- _2383: x0 => x0.content,
1057
- _2489: (x0,x1) => { x0.download = x1 },
1058
- _2514: (x0,x1) => { x0.href = x1 },
1059
- _3059: (x0,x1) => { x0.accept = x1 },
1060
- _3073: x0 => x0.files,
1061
- _3099: (x0,x1) => { x0.multiple = x1 },
1062
- _3117: (x0,x1) => { x0.type = x1 },
1063
- _3367: (x0,x1) => { x0.src = x1 },
1064
- _3369: (x0,x1) => { x0.type = x1 },
1065
- _3373: (x0,x1) => { x0.async = x1 },
1066
- _3387: (x0,x1) => { x0.charset = x1 },
1067
- _3835: () => globalThis.window,
1068
- _3878: x0 => x0.location,
1069
- _3897: x0 => x0.navigator,
1070
- _4154: x0 => x0.indexedDB,
1071
- _4161: x0 => x0.localStorage,
1072
- _4169: x0 => x0.href,
1073
- _4265: x0 => x0.clipboard,
1074
- _4286: x0 => x0.userAgent,
1075
- _4287: x0 => x0.vendor,
1076
- _4299: x0 => x0.storage,
1077
- _4337: x0 => x0.data,
1078
- _4367: x0 => x0.port1,
1079
- _4368: x0 => x0.port2,
1080
- _4370: (x0,x1) => { x0.onmessage = x1 },
1081
- _4448: x0 => x0.port,
1082
- _4483: x0 => x0.length,
1083
- _6387: x0 => x0.type,
1084
- _6388: x0 => x0.target,
1085
- _6489: x0 => x0.firstChild,
1086
- _6500: () => globalThis.document,
1087
- _6582: x0 => x0.body,
1088
- _6913: (x0,x1) => { x0.id = x1 },
1089
- _6940: x0 => x0.children,
1090
- _8386: x0 => x0.kind,
1091
- _8420: x0 => x0.size,
1092
- _8421: x0 => x0.type,
1093
- _8428: x0 => x0.name,
1094
- _8429: x0 => x0.lastModified,
1095
- _8434: x0 => x0.length,
1096
- _8440: x0 => x0.result,
1097
- _8954: x0 => x0.instance,
1098
- _8956: () => globalThis.WebAssembly,
1099
- _8978: x0 => x0.exports,
1100
- _8986: x0 => x0.buffer,
1101
- _10396: x0 => x0.result,
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