pdf-master-landing 0.0.8 → 0.1.0
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 +160 -54
- package/dist/app/assets/assets/fonts/MiSans-Medium.ttf +0 -0
- package/dist/app/assets/assets/fonts/MiSans-Regular.ttf +0 -0
- package/dist/app/assets/assets/fonts/MiSans-Semibold.ttf +0 -0
- package/dist/app/assets/fonts/MaterialIcons-Regular.otf +0 -0
- package/dist/app/assets/packages/pdfrx/assets/pdfium_worker.js +147 -26
- package/dist/app/flutter_bootstrap.js +2 -2
- package/dist/app/main.dart.js +103824 -93440
- package/dist/app/main.dart.mjs +496 -494
- package/dist/app/main.dart.wasm +0 -0
- package/dist/app/version.json +1 -1
- package/package.json +1 -1
package/dist/app/main.dart.mjs
CHANGED
|
@@ -451,145 +451,147 @@ class CompiledApp {
|
|
|
451
451
|
_1312: x0 => x0.arrayBuffer(),
|
|
452
452
|
_1313: x0 => ({recursive: x0}),
|
|
453
453
|
_1314: (x0,x1,x2) => x0.removeEntry(x1,x2),
|
|
454
|
-
_1315: x0 =>
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
_1325: (x0,x1,x2) => x0.setAttribute(x1,x2),
|
|
461
|
-
_1326: (x0,x1) => x0.replaceChildren(x1),
|
|
462
|
-
_1327: x0 => x0.click(),
|
|
463
|
-
_1328: x0 => x0.createRange(),
|
|
464
|
-
_1329: (x0,x1) => x0.selectNode(x1),
|
|
465
|
-
_1330: x0 => x0.getSelection(),
|
|
466
|
-
_1331: x0 => x0.removeAllRanges(),
|
|
467
|
-
_1332: (x0,x1) => x0.addRange(x1),
|
|
468
|
-
_1333: (x0,x1) => x0.createElement(x1),
|
|
469
|
-
_1334: (x0,x1) => x0.append(x1),
|
|
470
|
-
_1335: (x0,x1,x2) => x0.insertRule(x1,x2),
|
|
471
|
-
_1336: (x0,x1) => x0.add(x1),
|
|
472
|
-
_1337: x0 => x0.preventDefault(),
|
|
473
|
-
_1338: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1338(f,arguments.length,x0) }),
|
|
474
|
-
_1339: (x0,x1,x2) => x0.addEventListener(x1,x2),
|
|
475
|
-
_1340: (x0,x1,x2,x3) => x0.addEventListener(x1,x2,x3),
|
|
476
|
-
_1341: (x0,x1,x2,x3) => x0.removeEventListener(x1,x2,x3),
|
|
477
|
-
_1347: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
454
|
+
_1315: (x0,x1,x2) => x0.removeEventListener(x1,x2),
|
|
455
|
+
_1327: x0 => x0.webkitGetAsEntry(),
|
|
456
|
+
_1340: x0 => new ClipboardItem(x0),
|
|
457
|
+
_1341: (x0,x1) => x0.write(x1),
|
|
458
|
+
_1342: x0 => globalThis.URL.revokeObjectURL(x0),
|
|
459
|
+
_1343: x0 => x0.remove(),
|
|
478
460
|
_1348: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1348(f,arguments.length,x0) }),
|
|
479
|
-
_1349: (
|
|
480
|
-
_1350:
|
|
481
|
-
_1351: () =>
|
|
482
|
-
_1352: (x0,x1,x2
|
|
483
|
-
_1353: (
|
|
484
|
-
_1354:
|
|
485
|
-
_1355: x0 => x0.
|
|
486
|
-
_1356: (
|
|
487
|
-
_1357:
|
|
488
|
-
_1358:
|
|
489
|
-
_1359: (
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
461
|
+
_1349: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1349(f,arguments.length,x0) }),
|
|
462
|
+
_1350: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1350(f,arguments.length,x0) }),
|
|
463
|
+
_1351: (x0,x1) => x0.append(x1),
|
|
464
|
+
_1352: (x0,x1,x2) => x0.setAttribute(x1,x2),
|
|
465
|
+
_1353: (x0,x1) => x0.replaceChildren(x1),
|
|
466
|
+
_1354: x0 => x0.click(),
|
|
467
|
+
_1355: x0 => x0.createRange(),
|
|
468
|
+
_1356: (x0,x1) => x0.selectNode(x1),
|
|
469
|
+
_1357: x0 => x0.getSelection(),
|
|
470
|
+
_1358: x0 => x0.removeAllRanges(),
|
|
471
|
+
_1359: (x0,x1) => x0.addRange(x1),
|
|
472
|
+
_1360: (x0,x1) => x0.createElement(x1),
|
|
473
|
+
_1361: (x0,x1) => x0.append(x1),
|
|
474
|
+
_1362: (x0,x1,x2) => x0.insertRule(x1,x2),
|
|
475
|
+
_1363: (x0,x1) => x0.add(x1),
|
|
476
|
+
_1364: x0 => x0.preventDefault(),
|
|
477
|
+
_1365: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1365(f,arguments.length,x0) }),
|
|
478
|
+
_1366: (x0,x1,x2) => x0.addEventListener(x1,x2),
|
|
479
|
+
_1367: (x0,x1,x2,x3) => x0.addEventListener(x1,x2,x3),
|
|
480
|
+
_1368: (x0,x1,x2,x3) => x0.removeEventListener(x1,x2,x3),
|
|
481
|
+
_1374: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
497
482
|
_1375: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1375(f,arguments.length,x0) }),
|
|
498
|
-
_1376: (x0,x1
|
|
499
|
-
_1377:
|
|
500
|
-
_1378: (
|
|
501
|
-
_1379: (
|
|
502
|
-
_1380: (
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
483
|
+
_1376: (x0,x1) => x0.readEntries(x1),
|
|
484
|
+
_1377: x0 => x0.createReader(),
|
|
485
|
+
_1378: () => new Blob(),
|
|
486
|
+
_1379: (x0,x1,x2,x3) => x0.slice(x1,x2,x3),
|
|
487
|
+
_1380: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1380(f,arguments.length,x0) }),
|
|
488
|
+
_1381: (x0,x1) => x0.file(x1),
|
|
489
|
+
_1382: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1382(f,arguments.length,x0) }),
|
|
490
|
+
_1383: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1383(f,arguments.length,x0) }),
|
|
491
|
+
_1384: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1384(f,arguments.length,x0) }),
|
|
492
|
+
_1385: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1385(f,arguments.length,x0) }),
|
|
493
|
+
_1396: (x0,x1) => x0.getItem(x1),
|
|
494
|
+
_1397: (x0,x1) => x0.removeItem(x1),
|
|
495
|
+
_1398: (x0,x1,x2) => x0.setItem(x1,x2),
|
|
496
|
+
_1399: (x0,x1) => x0.item(x1),
|
|
497
|
+
_1400: () => new FileReader(),
|
|
498
|
+
_1401: (x0,x1) => x0.readAsDataURL(x1),
|
|
499
|
+
_1402: (x0,x1) => x0.readAsArrayBuffer(x1),
|
|
500
|
+
_1403: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1403(f,arguments.length,x0) }),
|
|
501
|
+
_1404: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1404(f,arguments.length,x0) }),
|
|
502
|
+
_1405: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1405(f,arguments.length,x0) }),
|
|
503
|
+
_1406: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1406(f,arguments.length,x0) }),
|
|
504
|
+
_1407: (x0,x1) => x0.removeChild(x1),
|
|
505
|
+
_1409: (x0,x1,x2) => x0.slice(x1,x2),
|
|
506
|
+
_1411: Date.now,
|
|
507
|
+
_1413: s => new Date(s * 1000).getTimezoneOffset() * 60,
|
|
508
|
+
_1414: s => {
|
|
507
509
|
if (!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(s)) {
|
|
508
510
|
return NaN;
|
|
509
511
|
}
|
|
510
512
|
return parseFloat(s);
|
|
511
513
|
},
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
_1415: () => typeof dartUseDateNowForTicks !== "undefined",
|
|
515
|
+
_1416: () => 1000 * performance.now(),
|
|
516
|
+
_1417: () => Date.now(),
|
|
517
|
+
_1418: () => {
|
|
516
518
|
// On browsers return `globalThis.location.href`
|
|
517
519
|
if (globalThis.location != null) {
|
|
518
520
|
return globalThis.location.href;
|
|
519
521
|
}
|
|
520
522
|
return null;
|
|
521
523
|
},
|
|
522
|
-
|
|
524
|
+
_1419: () => {
|
|
523
525
|
return typeof process != "undefined" &&
|
|
524
526
|
Object.prototype.toString.call(process) == "[object process]" &&
|
|
525
527
|
process.platform == "win32"
|
|
526
528
|
},
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
529
|
+
_1420: () => new WeakMap(),
|
|
530
|
+
_1421: (map, o) => map.get(o),
|
|
531
|
+
_1422: (map, o, v) => map.set(o, v),
|
|
532
|
+
_1423: x0 => new WeakRef(x0),
|
|
533
|
+
_1424: x0 => x0.deref(),
|
|
534
|
+
_1425: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1425(f,arguments.length,x0) }),
|
|
535
|
+
_1426: x0 => new FinalizationRegistry(x0),
|
|
536
|
+
_1427: (x0,x1,x2,x3) => x0.register(x1,x2,x3),
|
|
537
|
+
_1429: (x0,x1) => x0.unregister(x1),
|
|
538
|
+
_1431: () => globalThis.WeakRef,
|
|
539
|
+
_1432: () => globalThis.FinalizationRegistry,
|
|
540
|
+
_1434: x0 => x0.call(),
|
|
541
|
+
_1435: s => JSON.stringify(s),
|
|
542
|
+
_1436: s => printToConsole(s),
|
|
543
|
+
_1437: o => {
|
|
542
544
|
if (o === null || o === undefined) return 0;
|
|
543
545
|
if (typeof(o) === 'string') return 1;
|
|
544
546
|
return 2;
|
|
545
547
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
548
|
+
_1438: (o, p, r) => o.replaceAll(p, () => r),
|
|
549
|
+
_1439: (o, p, r) => o.replace(p, () => r),
|
|
550
|
+
_1440: Function.prototype.call.bind(String.prototype.toLowerCase),
|
|
551
|
+
_1441: s => s.toUpperCase(),
|
|
552
|
+
_1442: s => s.trim(),
|
|
553
|
+
_1443: s => s.trimLeft(),
|
|
554
|
+
_1444: s => s.trimRight(),
|
|
555
|
+
_1445: (string, times) => string.repeat(times),
|
|
556
|
+
_1446: Function.prototype.call.bind(String.prototype.indexOf),
|
|
557
|
+
_1447: (s, p, i) => s.lastIndexOf(p, i),
|
|
558
|
+
_1448: (string, token) => string.split(token),
|
|
559
|
+
_1449: Object.is,
|
|
560
|
+
_1453: (o, t) => typeof o === t,
|
|
561
|
+
_1454: (o, c) => o instanceof c,
|
|
562
|
+
_1455: o => Object.keys(o),
|
|
563
|
+
_1459: (o, a) => o + a,
|
|
564
|
+
_1469: (o, a) => o == a,
|
|
565
|
+
_1488: (x0,x1) => x0.call(x1),
|
|
566
|
+
_1509: x0 => new Array(x0),
|
|
567
|
+
_1511: x0 => x0.length,
|
|
568
|
+
_1513: (x0,x1) => x0[x1],
|
|
569
|
+
_1514: (x0,x1,x2) => { x0[x1] = x2 },
|
|
570
|
+
_1517: (x0,x1,x2) => new DataView(x0,x1,x2),
|
|
571
|
+
_1519: x0 => new Int8Array(x0),
|
|
572
|
+
_1520: (x0,x1,x2) => new Uint8Array(x0,x1,x2),
|
|
573
|
+
_1522: x0 => new Uint8ClampedArray(x0),
|
|
574
|
+
_1524: x0 => new Int16Array(x0),
|
|
575
|
+
_1526: x0 => new Uint16Array(x0),
|
|
576
|
+
_1528: x0 => new Int32Array(x0),
|
|
577
|
+
_1530: x0 => new Uint32Array(x0),
|
|
578
|
+
_1532: x0 => new Float32Array(x0),
|
|
579
|
+
_1534: x0 => new Float64Array(x0),
|
|
580
|
+
_1558: x0 => x0.random(),
|
|
581
|
+
_1559: (x0,x1) => x0.getRandomValues(x1),
|
|
582
|
+
_1560: () => globalThis.crypto,
|
|
583
|
+
_1561: () => globalThis.Math,
|
|
584
|
+
_1574: (ms, c) =>
|
|
583
585
|
setTimeout(() => dartInstance.exports.$invokeCallback(c),ms),
|
|
584
|
-
|
|
585
|
-
|
|
586
|
+
_1575: (handle) => clearTimeout(handle),
|
|
587
|
+
_1576: (ms, c) =>
|
|
586
588
|
setInterval(() => dartInstance.exports.$invokeCallback(c), ms),
|
|
587
|
-
|
|
588
|
-
|
|
589
|
+
_1577: (handle) => clearInterval(handle),
|
|
590
|
+
_1578: (c) =>
|
|
589
591
|
queueMicrotask(() => dartInstance.exports.$invokeCallback(c)),
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
592
|
+
_1579: () => Date.now(),
|
|
593
|
+
_1580: () => new Error().stack,
|
|
594
|
+
_1581: (exn) => {
|
|
593
595
|
let stackString = exn.toString();
|
|
594
596
|
let frames = stackString.split('\n');
|
|
595
597
|
let drop = 4;
|
|
@@ -598,58 +600,58 @@ class CompiledApp {
|
|
|
598
600
|
}
|
|
599
601
|
return frames.slice(drop).join('\n');
|
|
600
602
|
},
|
|
601
|
-
|
|
603
|
+
_1582: (s, m) => {
|
|
602
604
|
try {
|
|
603
605
|
return new RegExp(s, m);
|
|
604
606
|
} catch (e) {
|
|
605
607
|
return String(e);
|
|
606
608
|
}
|
|
607
609
|
},
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
610
|
+
_1583: (x0,x1) => x0.exec(x1),
|
|
611
|
+
_1584: (x0,x1) => x0.test(x1),
|
|
612
|
+
_1585: x0 => x0.pop(),
|
|
613
|
+
_1587: o => o === undefined,
|
|
614
|
+
_1589: o => typeof o === 'function' && o[jsWrappedDartFunctionSymbol] === true,
|
|
615
|
+
_1591: o => {
|
|
614
616
|
const proto = Object.getPrototypeOf(o);
|
|
615
617
|
return proto === Object.prototype || proto === null;
|
|
616
618
|
},
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
619
|
+
_1592: o => o instanceof RegExp,
|
|
620
|
+
_1593: (l, r) => l === r,
|
|
621
|
+
_1594: o => o,
|
|
622
|
+
_1595: o => {
|
|
621
623
|
if (o === undefined || o === null) return 0;
|
|
622
624
|
if (typeof o === 'number') return 1;
|
|
623
625
|
return 2;
|
|
624
626
|
},
|
|
625
|
-
|
|
626
|
-
|
|
627
|
+
_1596: o => o,
|
|
628
|
+
_1597: o => {
|
|
627
629
|
if (o === undefined || o === null) return 0;
|
|
628
630
|
if (typeof o === 'boolean') return 1;
|
|
629
631
|
return 2;
|
|
630
632
|
},
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
633
|
+
_1598: o => o,
|
|
634
|
+
_1599: b => !!b,
|
|
635
|
+
_1600: o => o.length,
|
|
636
|
+
_1602: (o, i) => o[i],
|
|
637
|
+
_1603: f => f.dartFunction,
|
|
638
|
+
_1604: () => ({}),
|
|
639
|
+
_1605: () => [],
|
|
640
|
+
_1607: () => globalThis,
|
|
641
|
+
_1608: (constructor, args) => {
|
|
640
642
|
const factoryFunction = constructor.bind.apply(
|
|
641
643
|
constructor, [null, ...args]);
|
|
642
644
|
return new factoryFunction();
|
|
643
645
|
},
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
646
|
+
_1609: (o, p) => p in o,
|
|
647
|
+
_1610: (o, p) => o[p],
|
|
648
|
+
_1611: (o, p, v) => o[p] = v,
|
|
649
|
+
_1612: (o, m, a) => o[m].apply(o, a),
|
|
650
|
+
_1614: o => String(o),
|
|
651
|
+
_1615: (p, s, f) => p.then(s, (e) => f(e, e === undefined)),
|
|
652
|
+
_1616: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1616(f,arguments.length,x0) }),
|
|
653
|
+
_1617: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1617(f,arguments.length,x0,x1) }),
|
|
654
|
+
_1618: o => {
|
|
653
655
|
if (o === undefined) return 1;
|
|
654
656
|
var type = typeof o;
|
|
655
657
|
if (type === 'boolean') return 2;
|
|
@@ -677,274 +679,274 @@ class CompiledApp {
|
|
|
677
679
|
if (o instanceof Promise) return 18;
|
|
678
680
|
return 19;
|
|
679
681
|
},
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
682
|
+
_1619: o => [o],
|
|
683
|
+
_1620: (o0, o1) => [o0, o1],
|
|
684
|
+
_1621: (o0, o1, o2) => [o0, o1, o2],
|
|
685
|
+
_1622: (o0, o1, o2, o3) => [o0, o1, o2, o3],
|
|
686
|
+
_1623: (exn) => {
|
|
685
687
|
if (exn instanceof Error) {
|
|
686
688
|
return exn.stack;
|
|
687
689
|
} else {
|
|
688
690
|
return null;
|
|
689
691
|
}
|
|
690
692
|
},
|
|
691
|
-
|
|
693
|
+
_1624: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
692
694
|
const getValue = dartInstance.exports.$wasmI8ArrayGet;
|
|
693
695
|
for (let i = 0; i < length; i++) {
|
|
694
696
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
695
697
|
}
|
|
696
698
|
},
|
|
697
|
-
|
|
699
|
+
_1625: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
698
700
|
const setValue = dartInstance.exports.$wasmI8ArraySet;
|
|
699
701
|
for (let i = 0; i < length; i++) {
|
|
700
702
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
701
703
|
}
|
|
702
704
|
},
|
|
703
|
-
|
|
705
|
+
_1626: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
704
706
|
const getValue = dartInstance.exports.$wasmI16ArrayGet;
|
|
705
707
|
for (let i = 0; i < length; i++) {
|
|
706
708
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
707
709
|
}
|
|
708
710
|
},
|
|
709
|
-
|
|
711
|
+
_1627: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
710
712
|
const setValue = dartInstance.exports.$wasmI16ArraySet;
|
|
711
713
|
for (let i = 0; i < length; i++) {
|
|
712
714
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
713
715
|
}
|
|
714
716
|
},
|
|
715
|
-
|
|
717
|
+
_1628: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
716
718
|
const getValue = dartInstance.exports.$wasmI32ArrayGet;
|
|
717
719
|
for (let i = 0; i < length; i++) {
|
|
718
720
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
719
721
|
}
|
|
720
722
|
},
|
|
721
|
-
|
|
723
|
+
_1629: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
722
724
|
const setValue = dartInstance.exports.$wasmI32ArraySet;
|
|
723
725
|
for (let i = 0; i < length; i++) {
|
|
724
726
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
725
727
|
}
|
|
726
728
|
},
|
|
727
|
-
|
|
729
|
+
_1630: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
728
730
|
const getValue = dartInstance.exports.$wasmF32ArrayGet;
|
|
729
731
|
for (let i = 0; i < length; i++) {
|
|
730
732
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
731
733
|
}
|
|
732
734
|
},
|
|
733
|
-
|
|
735
|
+
_1631: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
734
736
|
const setValue = dartInstance.exports.$wasmF32ArraySet;
|
|
735
737
|
for (let i = 0; i < length; i++) {
|
|
736
738
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
737
739
|
}
|
|
738
740
|
},
|
|
739
|
-
|
|
741
|
+
_1632: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
740
742
|
const getValue = dartInstance.exports.$wasmF64ArrayGet;
|
|
741
743
|
for (let i = 0; i < length; i++) {
|
|
742
744
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
743
745
|
}
|
|
744
746
|
},
|
|
745
|
-
|
|
747
|
+
_1633: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
746
748
|
const setValue = dartInstance.exports.$wasmF64ArraySet;
|
|
747
749
|
for (let i = 0; i < length; i++) {
|
|
748
750
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
749
751
|
}
|
|
750
752
|
},
|
|
751
|
-
|
|
752
|
-
|
|
753
|
+
_1634: x0 => new ArrayBuffer(x0),
|
|
754
|
+
_1635: s => {
|
|
753
755
|
if (/[[\]{}()*+?.\\^$|]/.test(s)) {
|
|
754
756
|
s = s.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&');
|
|
755
757
|
}
|
|
756
758
|
return s;
|
|
757
759
|
},
|
|
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
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
_1721: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1721(f,arguments.length,x0) }),
|
|
840
|
-
_1722: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1722(f,arguments.length,x0) }),
|
|
841
|
-
_1723: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1723(f,arguments.length,x0) }),
|
|
842
|
-
_1724: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1724(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
843
|
-
_1725: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1725(f,arguments.length,x0,x1,x2,x3) }),
|
|
844
|
-
_1726: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1726(f,arguments.length,x0,x1,x2,x3) }),
|
|
845
|
-
_1727: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1727(f,arguments.length,x0,x1,x2,x3) }),
|
|
846
|
-
_1728: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1728(f,arguments.length,x0,x1) }),
|
|
847
|
-
_1729: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1729(f,arguments.length,x0,x1) }),
|
|
848
|
-
_1730: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1730(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
849
|
-
_1731: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1731(f,arguments.length,x0,x1) }),
|
|
850
|
-
_1732: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1732(f,arguments.length,x0,x1) }),
|
|
851
|
-
_1733: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1733(f,arguments.length,x0,x1,x2) }),
|
|
852
|
-
_1734: (x0,x1,x2) => x0.instantiateStreaming(x1,x2),
|
|
853
|
-
_1738: x0 => new URL(x0),
|
|
854
|
-
_1739: (x0,x1) => new URL(x0,x1),
|
|
855
|
-
_1740: (x0,x1) => globalThis.fetch(x0,x1),
|
|
856
|
-
_1741: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
857
|
-
_1742: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
858
|
-
_1744: (x0,x1) => ({i: x0,p: x1}),
|
|
859
|
-
_1745: (x0,x1) => ({c: x0,r: x1}),
|
|
860
|
-
_1746: x0 => x0.i,
|
|
861
|
-
_1747: x0 => x0.p,
|
|
862
|
-
_1748: x0 => x0.c,
|
|
863
|
-
_1749: x0 => x0.r,
|
|
760
|
+
_1637: x0 => x0.index,
|
|
761
|
+
_1638: x0 => x0.groups,
|
|
762
|
+
_1639: x0 => x0.flags,
|
|
763
|
+
_1640: x0 => x0.multiline,
|
|
764
|
+
_1641: x0 => x0.ignoreCase,
|
|
765
|
+
_1642: x0 => x0.unicode,
|
|
766
|
+
_1643: x0 => x0.dotAll,
|
|
767
|
+
_1644: (x0,x1) => { x0.lastIndex = x1 },
|
|
768
|
+
_1645: (o, p) => p in o,
|
|
769
|
+
_1646: (o, p) => o[p],
|
|
770
|
+
_1647: (o, p, v) => o[p] = v,
|
|
771
|
+
_1650: (x0,x1) => x0.sqlite3changeset_finalize(x1),
|
|
772
|
+
_1651: (x0,x1) => x0.sqlite3session_delete(x1),
|
|
773
|
+
_1652: (x0,x1) => x0.sqlite3_close_v2(x1),
|
|
774
|
+
_1653: (x0,x1) => x0.sqlite3_finalize(x1),
|
|
775
|
+
_1654: (x0,x1) => x0.dart_sqlite3_malloc(x1),
|
|
776
|
+
_1655: (x0,x1) => x0.dart_sqlite3_free(x1),
|
|
777
|
+
_1657: x0 => x0.sqlite3_initialize(),
|
|
778
|
+
_1663: (x0,x1,x2,x3,x4) => x0.sqlite3_open_v2(x1,x2,x3,x4),
|
|
779
|
+
_1664: (x0,x1) => x0.sqlite3_extended_errcode(x1),
|
|
780
|
+
_1665: (x0,x1) => x0.sqlite3_errmsg(x1),
|
|
781
|
+
_1666: (x0,x1) => x0.sqlite3_errstr(x1),
|
|
782
|
+
_1667: (x0,x1) => x0.sqlite3_error_offset(x1),
|
|
783
|
+
_1668: (x0,x1,x2) => x0.sqlite3_extended_result_codes(x1,x2),
|
|
784
|
+
_1669: (x0,x1,x2) => x0.dart_sqlite3_updates(x1,x2),
|
|
785
|
+
_1670: (x0,x1,x2) => x0.dart_sqlite3_commits(x1,x2),
|
|
786
|
+
_1671: (x0,x1,x2) => x0.dart_sqlite3_rollbacks(x1,x2),
|
|
787
|
+
_1672: (x0,x1,x2,x3,x4,x5) => x0.sqlite3_exec(x1,x2,x3,x4,x5),
|
|
788
|
+
_1673: (x0,x1,x2,x3,x4,x5,x6) => x0.sqlite3_prepare_v3(x1,x2,x3,x4,x5,x6),
|
|
789
|
+
_1674: (x0,x1) => x0.sqlite3_bind_parameter_count(x1),
|
|
790
|
+
_1675: (x0,x1,x2) => x0.sqlite3_bind_null(x1,x2),
|
|
791
|
+
_1676: (x0,x1,x2,x3) => x0.sqlite3_bind_int64(x1,x2,x3),
|
|
792
|
+
_1677: (x0,x1,x2,x3) => x0.sqlite3_bind_double(x1,x2,x3),
|
|
793
|
+
_1678: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_text(x1,x2,x3,x4),
|
|
794
|
+
_1679: (x0,x1,x2,x3,x4) => x0.dart_sqlite3_bind_blob(x1,x2,x3,x4),
|
|
795
|
+
_1681: (x0,x1) => x0.sqlite3_column_count(x1),
|
|
796
|
+
_1682: (x0,x1,x2) => x0.sqlite3_column_name(x1,x2),
|
|
797
|
+
_1683: (x0,x1,x2) => x0.sqlite3_column_type(x1,x2),
|
|
798
|
+
_1684: (x0,x1,x2) => x0.sqlite3_column_int64(x1,x2),
|
|
799
|
+
_1685: (x0,x1,x2) => x0.sqlite3_column_double(x1,x2),
|
|
800
|
+
_1686: (x0,x1,x2) => x0.sqlite3_column_bytes(x1,x2),
|
|
801
|
+
_1687: (x0,x1,x2) => x0.sqlite3_column_text(x1,x2),
|
|
802
|
+
_1688: (x0,x1,x2) => x0.sqlite3_column_blob(x1,x2),
|
|
803
|
+
_1689: (x0,x1) => x0.sqlite3_value_type(x1),
|
|
804
|
+
_1691: (x0,x1) => x0.sqlite3_value_int64(x1),
|
|
805
|
+
_1692: (x0,x1) => x0.sqlite3_value_double(x1),
|
|
806
|
+
_1693: (x0,x1) => x0.sqlite3_value_bytes(x1),
|
|
807
|
+
_1694: (x0,x1) => x0.sqlite3_value_text(x1),
|
|
808
|
+
_1695: (x0,x1) => x0.sqlite3_value_blob(x1),
|
|
809
|
+
_1696: (x0,x1) => x0.sqlite3_result_null(x1),
|
|
810
|
+
_1697: (x0,x1,x2) => x0.sqlite3_result_int64(x1,x2),
|
|
811
|
+
_1698: (x0,x1,x2) => x0.sqlite3_result_double(x1,x2),
|
|
812
|
+
_1699: (x0,x1,x2,x3,x4) => x0.sqlite3_result_text(x1,x2,x3,x4),
|
|
813
|
+
_1700: (x0,x1,x2,x3,x4) => x0.sqlite3_result_blob64(x1,x2,x3,x4),
|
|
814
|
+
_1701: (x0,x1,x2,x3) => x0.sqlite3_result_error(x1,x2,x3),
|
|
815
|
+
_1702: (x0,x1,x2) => x0.sqlite3_result_subtype(x1,x2),
|
|
816
|
+
_1705: (x0,x1) => x0.sqlite3_step(x1),
|
|
817
|
+
_1706: (x0,x1) => x0.sqlite3_reset(x1),
|
|
818
|
+
_1707: (x0,x1) => x0.sqlite3_changes(x1),
|
|
819
|
+
_1708: (x0,x1) => x0.sqlite3_stmt_isexplain(x1),
|
|
820
|
+
_1710: (x0,x1) => x0.sqlite3_last_insert_rowid(x1),
|
|
821
|
+
_1727: (x0,x1,x2,x3) => x0.dart_sqlite3_register_vfs(x1,x2,x3),
|
|
822
|
+
_1730: (x0,x1,x2,x3,x4,x5,x6) => x0.dart_sqlite3_create_function_v2(x1,x2,x3,x4,x5,x6),
|
|
823
|
+
_1732: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1732(f,arguments.length,x0) }),
|
|
824
|
+
_1733: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1733(f,arguments.length,x0,x1) }),
|
|
825
|
+
_1734: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1734(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
826
|
+
_1735: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1735(f,arguments.length,x0,x1,x2) }),
|
|
827
|
+
_1736: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1736(f,arguments.length,x0,x1,x2,x3) }),
|
|
828
|
+
_1737: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1737(f,arguments.length,x0,x1,x2,x3) }),
|
|
829
|
+
_1738: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1738(f,arguments.length,x0,x1,x2) }),
|
|
830
|
+
_1739: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1739(f,arguments.length,x0,x1) }),
|
|
831
|
+
_1740: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1740(f,arguments.length,x0,x1) }),
|
|
832
|
+
_1741: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1741(f,arguments.length,x0) }),
|
|
833
|
+
_1742: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1742(f,arguments.length,x0,x1,x2,x3) }),
|
|
834
|
+
_1743: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1743(f,arguments.length,x0,x1,x2,x3) }),
|
|
835
|
+
_1744: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1744(f,arguments.length,x0,x1) }),
|
|
836
|
+
_1745: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1745(f,arguments.length,x0,x1) }),
|
|
837
|
+
_1746: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1746(f,arguments.length,x0,x1) }),
|
|
838
|
+
_1747: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1747(f,arguments.length,x0,x1) }),
|
|
839
|
+
_1748: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1748(f,arguments.length,x0,x1) }),
|
|
840
|
+
_1749: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1749(f,arguments.length,x0,x1) }),
|
|
864
841
|
_1750: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1750(f,arguments.length,x0) }),
|
|
865
|
-
_1751: (
|
|
866
|
-
_1752:
|
|
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
|
-
_1820: (x0,x1,x2) =>
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
842
|
+
_1751: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1751(f,arguments.length,x0) }),
|
|
843
|
+
_1752: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1752(f,arguments.length,x0) }),
|
|
844
|
+
_1753: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1753(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
845
|
+
_1754: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1754(f,arguments.length,x0,x1,x2,x3) }),
|
|
846
|
+
_1755: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1755(f,arguments.length,x0,x1,x2,x3) }),
|
|
847
|
+
_1756: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3) { return module.exports._1756(f,arguments.length,x0,x1,x2,x3) }),
|
|
848
|
+
_1757: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1757(f,arguments.length,x0,x1) }),
|
|
849
|
+
_1758: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1758(f,arguments.length,x0,x1) }),
|
|
850
|
+
_1759: (module,f) => finalizeWrapper(f, function(x0,x1,x2,x3,x4) { return module.exports._1759(f,arguments.length,x0,x1,x2,x3,x4) }),
|
|
851
|
+
_1760: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1760(f,arguments.length,x0,x1) }),
|
|
852
|
+
_1761: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1761(f,arguments.length,x0,x1) }),
|
|
853
|
+
_1762: (module,f) => finalizeWrapper(f, function(x0,x1,x2) { return module.exports._1762(f,arguments.length,x0,x1,x2) }),
|
|
854
|
+
_1763: (x0,x1,x2) => x0.instantiateStreaming(x1,x2),
|
|
855
|
+
_1767: x0 => new URL(x0),
|
|
856
|
+
_1768: (x0,x1) => new URL(x0,x1),
|
|
857
|
+
_1769: (x0,x1) => globalThis.fetch(x0,x1),
|
|
858
|
+
_1770: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
859
|
+
_1771: (x0,x1,x2) => x0.postMessage(x1,x2),
|
|
860
|
+
_1773: (x0,x1) => ({i: x0,p: x1}),
|
|
861
|
+
_1774: (x0,x1) => ({c: x0,r: x1}),
|
|
862
|
+
_1775: x0 => x0.i,
|
|
863
|
+
_1776: x0 => x0.p,
|
|
864
|
+
_1777: x0 => x0.c,
|
|
865
|
+
_1778: x0 => x0.r,
|
|
866
|
+
_1779: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1779(f,arguments.length,x0) }),
|
|
867
|
+
_1780: (x0,x1) => x0.postMessage(x1),
|
|
868
|
+
_1781: x0 => x0.close(),
|
|
869
|
+
_1783: x0 => new Worker(x0),
|
|
870
|
+
_1785: x0 => x0.createSyncAccessHandle(),
|
|
871
|
+
_1786: x0 => x0.close(),
|
|
872
|
+
_1789: x0 => x0.close(),
|
|
873
|
+
_1792: (x0,x1,x2) => x0.open(x1,x2),
|
|
874
|
+
_1800: (x0,x1) => new SharedWorker(x0,x1),
|
|
875
|
+
_1801: x0 => x0.start(),
|
|
876
|
+
_1802: x0 => x0.terminate(),
|
|
877
|
+
_1803: () => new MessageChannel(),
|
|
878
|
+
_1806: x0 => new SharedArrayBuffer(x0),
|
|
879
|
+
_1807: x0 => ({at: x0}),
|
|
880
|
+
_1808: x0 => x0.getSize(),
|
|
881
|
+
_1809: (x0,x1) => x0.truncate(x1),
|
|
882
|
+
_1810: x0 => x0.flush(),
|
|
883
|
+
_1813: x0 => x0.synchronizationBuffer,
|
|
884
|
+
_1814: x0 => x0.communicationBuffer,
|
|
885
|
+
_1815: (x0,x1,x2,x3) => ({clientVersion: x0,root: x1,synchronizationBuffer: x2,communicationBuffer: x3}),
|
|
886
|
+
_1816: (x0,x1) => globalThis.IDBKeyRange.bound(x0,x1),
|
|
887
|
+
_1817: x0 => ({autoIncrement: x0}),
|
|
888
|
+
_1818: (x0,x1,x2) => x0.createObjectStore(x1,x2),
|
|
889
|
+
_1819: x0 => ({unique: x0}),
|
|
890
|
+
_1820: (x0,x1,x2,x3) => x0.createIndex(x1,x2,x3),
|
|
891
|
+
_1821: (x0,x1) => x0.createObjectStore(x1),
|
|
892
|
+
_1822: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1822(f,arguments.length,x0) }),
|
|
893
|
+
_1823: (x0,x1,x2) => x0.transaction(x1,x2),
|
|
894
|
+
_1824: (x0,x1) => x0.objectStore(x1),
|
|
895
|
+
_1826: (x0,x1) => x0.index(x1),
|
|
896
|
+
_1827: x0 => x0.openKeyCursor(),
|
|
897
|
+
_1828: (x0,x1) => x0.getKey(x1),
|
|
898
|
+
_1829: (x0,x1) => ({name: x0,length: x1}),
|
|
899
|
+
_1830: (x0,x1) => x0.put(x1),
|
|
900
|
+
_1831: (x0,x1) => x0.get(x1),
|
|
901
|
+
_1832: (x0,x1) => x0.openCursor(x1),
|
|
902
|
+
_1833: x0 => globalThis.IDBKeyRange.only(x0),
|
|
903
|
+
_1834: (x0,x1,x2) => x0.put(x1,x2),
|
|
904
|
+
_1835: (x0,x1) => x0.update(x1),
|
|
905
|
+
_1836: (x0,x1) => x0.delete(x1),
|
|
906
|
+
_1837: x0 => x0.name,
|
|
907
|
+
_1838: x0 => x0.length,
|
|
908
|
+
_1841: x0 => x0.continue(),
|
|
909
|
+
_1842: () => globalThis.indexedDB,
|
|
910
|
+
_1843: () => globalThis.navigator,
|
|
911
|
+
_1844: (x0,x1) => x0.read(x1),
|
|
912
|
+
_1845: (x0,x1,x2) => x0.read(x1,x2),
|
|
913
|
+
_1846: (x0,x1) => x0.write(x1),
|
|
914
|
+
_1847: (x0,x1,x2) => x0.write(x1,x2),
|
|
915
|
+
_1849: (x0,x1,x2) => globalThis.Atomics.wait(x0,x1,x2),
|
|
916
|
+
_1851: (x0,x1,x2) => globalThis.Atomics.notify(x0,x1,x2),
|
|
917
|
+
_1852: (x0,x1,x2) => globalThis.Atomics.store(x0,x1,x2),
|
|
918
|
+
_1853: (x0,x1) => globalThis.Atomics.load(x0,x1),
|
|
919
|
+
_1854: () => globalThis.Int32Array,
|
|
920
|
+
_1856: () => globalThis.Uint8Array,
|
|
921
|
+
_1858: () => globalThis.DataView,
|
|
922
|
+
_1860: x0 => x0.byteLength,
|
|
923
|
+
_1862: x0 => globalThis.BigInt(x0),
|
|
924
|
+
_1863: x0 => globalThis.Number(x0),
|
|
925
|
+
_1870: x0 => new BroadcastChannel(x0),
|
|
926
|
+
_1871: x0 => globalThis.Array.isArray(x0),
|
|
927
|
+
_1872: (x0,x1) => x0.postMessage(x1),
|
|
928
|
+
_1874: (x0,x1) => ({kind: x0,table: x1}),
|
|
929
|
+
_1875: x0 => x0.kind,
|
|
930
|
+
_1876: x0 => x0.table,
|
|
931
|
+
_1877: () => new XMLHttpRequest(),
|
|
932
|
+
_1878: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
933
|
+
_1882: x0 => x0.send(),
|
|
934
|
+
_1884: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1884(f,arguments.length,x0) }),
|
|
935
|
+
_1885: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1885(f,arguments.length,x0) }),
|
|
936
|
+
_1893: (x0,x1) => x0.contains(x1),
|
|
937
|
+
_1894: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1894(f,arguments.length,x0) }),
|
|
938
|
+
_1904: (x0,x1) => x0.key(x1),
|
|
939
|
+
_1905: o => o instanceof Array,
|
|
940
|
+
_1908: (a, l) => a.length = l,
|
|
941
|
+
_1909: a => a.pop(),
|
|
942
|
+
_1910: (a, i) => a.splice(i, 1),
|
|
943
|
+
_1911: (a, s) => a.join(s),
|
|
944
|
+
_1912: (a, s, e) => a.slice(s, e),
|
|
945
|
+
_1915: a => a.length,
|
|
946
|
+
_1916: (a, l) => a.length = l,
|
|
947
|
+
_1917: (a, i) => a[i],
|
|
948
|
+
_1918: (a, i, v) => a[i] = v,
|
|
949
|
+
_1920: o => {
|
|
948
950
|
if (o === null || o === undefined) return 0;
|
|
949
951
|
if (o instanceof ArrayBuffer) return 1;
|
|
950
952
|
if (globalThis.SharedArrayBuffer !== undefined &&
|
|
@@ -953,180 +955,180 @@ class CompiledApp {
|
|
|
953
955
|
}
|
|
954
956
|
return 3;
|
|
955
957
|
},
|
|
956
|
-
|
|
958
|
+
_1921: (o, offsetInBytes, lengthInBytes) => {
|
|
957
959
|
var dst = new ArrayBuffer(lengthInBytes);
|
|
958
960
|
new Uint8Array(dst).set(new Uint8Array(o, offsetInBytes, lengthInBytes));
|
|
959
961
|
return new DataView(dst);
|
|
960
962
|
},
|
|
961
|
-
|
|
963
|
+
_1922: o => {
|
|
962
964
|
if (o === null || o === undefined) return 0;
|
|
963
965
|
if (o instanceof DataView) return 1;
|
|
964
966
|
return 2;
|
|
965
967
|
},
|
|
966
|
-
|
|
968
|
+
_1923: o => {
|
|
967
969
|
if (o === null || o === undefined) return 0;
|
|
968
970
|
if (o instanceof Uint8Array) return 1;
|
|
969
971
|
return 2;
|
|
970
972
|
},
|
|
971
|
-
|
|
972
|
-
|
|
973
|
+
_1924: (o, start, length) => new Uint8Array(o.buffer, o.byteOffset + start, length),
|
|
974
|
+
_1925: o => {
|
|
973
975
|
if (o === null || o === undefined) return 0;
|
|
974
976
|
if (o instanceof Int8Array) return 1;
|
|
975
977
|
return 2;
|
|
976
978
|
},
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
979
|
+
_1926: (o, start, length) => new Int8Array(o.buffer, o.byteOffset + start, length),
|
|
980
|
+
_1927: o => o instanceof Uint8ClampedArray,
|
|
981
|
+
_1928: (o, start, length) => new Uint8ClampedArray(o.buffer, o.byteOffset + start, length),
|
|
982
|
+
_1929: o => o instanceof Uint16Array,
|
|
983
|
+
_1930: (o, start, length) => new Uint16Array(o.buffer, o.byteOffset + start, length),
|
|
984
|
+
_1931: o => o instanceof Int16Array,
|
|
985
|
+
_1932: (o, start, length) => new Int16Array(o.buffer, o.byteOffset + start, length),
|
|
986
|
+
_1933: o => {
|
|
985
987
|
if (o === null || o === undefined) return 0;
|
|
986
988
|
if (o instanceof Uint32Array) return 1;
|
|
987
989
|
return 2;
|
|
988
990
|
},
|
|
989
|
-
|
|
990
|
-
|
|
991
|
+
_1934: (o, start, length) => new Uint32Array(o.buffer, o.byteOffset + start, length),
|
|
992
|
+
_1935: o => {
|
|
991
993
|
if (o === null || o === undefined) return 0;
|
|
992
994
|
if (o instanceof Int32Array) return 1;
|
|
993
995
|
return 2;
|
|
994
996
|
},
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
997
|
+
_1936: (o, start, length) => new Int32Array(o.buffer, o.byteOffset + start, length),
|
|
998
|
+
_1938: (o, start, length) => new BigInt64Array(o.buffer, o.byteOffset + start, length),
|
|
999
|
+
_1939: o => {
|
|
998
1000
|
if (o === null || o === undefined) return 0;
|
|
999
1001
|
if (o instanceof Float32Array) return 1;
|
|
1000
1002
|
return 2;
|
|
1001
1003
|
},
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
+
_1940: (o, start, length) => new Float32Array(o.buffer, o.byteOffset + start, length),
|
|
1005
|
+
_1941: o => {
|
|
1004
1006
|
if (o === null || o === undefined) return 0;
|
|
1005
1007
|
if (o instanceof Float64Array) return 1;
|
|
1006
1008
|
return 2;
|
|
1007
1009
|
},
|
|
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
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1010
|
+
_1942: (o, start, length) => new Float64Array(o.buffer, o.byteOffset + start, length),
|
|
1011
|
+
_1943: (a, i) => a.push(i),
|
|
1012
|
+
_1944: (t, s) => t.set(s),
|
|
1013
|
+
_1945: l => new DataView(new ArrayBuffer(l)),
|
|
1014
|
+
_1946: (o) => new DataView(o.buffer, o.byteOffset, o.byteLength),
|
|
1015
|
+
_1947: o => o.byteLength,
|
|
1016
|
+
_1948: o => o.buffer,
|
|
1017
|
+
_1949: o => o.byteOffset,
|
|
1018
|
+
_1950: Function.prototype.call.bind(Object.getOwnPropertyDescriptor(DataView.prototype, 'byteLength').get),
|
|
1019
|
+
_1951: (b, o) => new DataView(b, o),
|
|
1020
|
+
_1952: (b, o, l) => new DataView(b, o, l),
|
|
1021
|
+
_1953: Function.prototype.call.bind(DataView.prototype.getUint8),
|
|
1022
|
+
_1954: Function.prototype.call.bind(DataView.prototype.setUint8),
|
|
1023
|
+
_1955: Function.prototype.call.bind(DataView.prototype.getInt8),
|
|
1024
|
+
_1956: Function.prototype.call.bind(DataView.prototype.setInt8),
|
|
1025
|
+
_1957: Function.prototype.call.bind(DataView.prototype.getUint16),
|
|
1026
|
+
_1958: Function.prototype.call.bind(DataView.prototype.setUint16),
|
|
1027
|
+
_1959: Function.prototype.call.bind(DataView.prototype.getInt16),
|
|
1028
|
+
_1960: Function.prototype.call.bind(DataView.prototype.setInt16),
|
|
1029
|
+
_1961: Function.prototype.call.bind(DataView.prototype.getUint32),
|
|
1030
|
+
_1962: Function.prototype.call.bind(DataView.prototype.setUint32),
|
|
1031
|
+
_1963: Function.prototype.call.bind(DataView.prototype.getInt32),
|
|
1032
|
+
_1964: Function.prototype.call.bind(DataView.prototype.setInt32),
|
|
1033
|
+
_1967: Function.prototype.call.bind(DataView.prototype.getBigInt64),
|
|
1034
|
+
_1968: Function.prototype.call.bind(DataView.prototype.setBigInt64),
|
|
1035
|
+
_1969: Function.prototype.call.bind(DataView.prototype.getFloat32),
|
|
1036
|
+
_1970: Function.prototype.call.bind(DataView.prototype.setFloat32),
|
|
1037
|
+
_1971: Function.prototype.call.bind(DataView.prototype.getFloat64),
|
|
1038
|
+
_1972: Function.prototype.call.bind(DataView.prototype.setFloat64),
|
|
1039
|
+
_1973: Function.prototype.call.bind(Number.prototype.toString),
|
|
1040
|
+
_1974: Function.prototype.call.bind(BigInt.prototype.toString),
|
|
1041
|
+
_1975: Function.prototype.call.bind(Number.prototype.toString),
|
|
1042
|
+
_1976: (d, digits) => d.toFixed(digits),
|
|
1043
|
+
_1988: () => globalThis.document,
|
|
1044
|
+
_1989: () => globalThis.window,
|
|
1045
|
+
_1990: () => globalThis.console,
|
|
1046
|
+
_1995: (x0,x1) => { x0.height = x1 },
|
|
1047
|
+
_1997: (x0,x1) => { x0.width = x1 },
|
|
1048
|
+
_2002: x0 => x0.head,
|
|
1049
|
+
_2003: x0 => x0.classList,
|
|
1050
|
+
_2007: (x0,x1) => { x0.innerText = x1 },
|
|
1051
|
+
_2008: x0 => x0.style,
|
|
1052
|
+
_2010: x0 => x0.sheet,
|
|
1053
|
+
_2021: x0 => x0.offsetX,
|
|
1054
|
+
_2022: x0 => x0.offsetY,
|
|
1055
|
+
_2023: x0 => x0.button,
|
|
1056
|
+
_2029: (x0,x1) => x0.error(x1),
|
|
1057
|
+
_2086: (x0,x1) => { x0.responseType = x1 },
|
|
1058
|
+
_2087: x0 => x0.response,
|
|
1059
|
+
_2146: (x0,x1) => { x0.draggable = x1 },
|
|
1060
|
+
_2162: x0 => x0.style,
|
|
1061
|
+
_2175: (x0,x1) => { x0.oncancel = x1 },
|
|
1062
|
+
_2181: (x0,x1) => { x0.onchange = x1 },
|
|
1063
|
+
_2221: (x0,x1) => { x0.onerror = x1 },
|
|
1064
|
+
_2415: x0 => x0.content,
|
|
1065
|
+
_2521: (x0,x1) => { x0.download = x1 },
|
|
1066
|
+
_2546: (x0,x1) => { x0.href = x1 },
|
|
1067
|
+
_3091: (x0,x1) => { x0.accept = x1 },
|
|
1068
|
+
_3105: x0 => x0.files,
|
|
1069
|
+
_3131: (x0,x1) => { x0.multiple = x1 },
|
|
1070
|
+
_3149: (x0,x1) => { x0.type = x1 },
|
|
1071
|
+
_3399: (x0,x1) => { x0.src = x1 },
|
|
1072
|
+
_3401: (x0,x1) => { x0.type = x1 },
|
|
1073
|
+
_3405: (x0,x1) => { x0.async = x1 },
|
|
1074
|
+
_3419: (x0,x1) => { x0.charset = x1 },
|
|
1075
|
+
_3848: x0 => x0.items,
|
|
1076
|
+
_3851: (x0,x1) => x0[x1],
|
|
1077
|
+
_3855: x0 => x0.length,
|
|
1078
|
+
_3859: x0 => x0.dataTransfer,
|
|
1079
|
+
_3863: () => globalThis.window,
|
|
1080
|
+
_3906: x0 => x0.location,
|
|
1081
|
+
_3925: x0 => x0.navigator,
|
|
1082
|
+
_3996: (x0,x1) => { x0.ondragenter = x1 },
|
|
1083
|
+
_3998: (x0,x1) => { x0.ondragleave = x1 },
|
|
1084
|
+
_4000: (x0,x1) => { x0.ondragover = x1 },
|
|
1085
|
+
_4004: (x0,x1) => { x0.ondrop = x1 },
|
|
1086
|
+
_4182: x0 => x0.indexedDB,
|
|
1087
|
+
_4189: x0 => x0.localStorage,
|
|
1088
|
+
_4197: x0 => x0.href,
|
|
1089
|
+
_4293: x0 => x0.clipboard,
|
|
1090
|
+
_4314: x0 => x0.userAgent,
|
|
1091
|
+
_4315: x0 => x0.vendor,
|
|
1092
|
+
_4327: x0 => x0.storage,
|
|
1093
|
+
_4365: x0 => x0.data,
|
|
1094
|
+
_4395: x0 => x0.port1,
|
|
1095
|
+
_4396: x0 => x0.port2,
|
|
1096
|
+
_4398: (x0,x1) => { x0.onmessage = x1 },
|
|
1097
|
+
_4476: x0 => x0.port,
|
|
1098
|
+
_4511: x0 => x0.length,
|
|
1099
|
+
_6415: x0 => x0.type,
|
|
1100
|
+
_6416: x0 => x0.target,
|
|
1101
|
+
_6517: x0 => x0.firstChild,
|
|
1102
|
+
_6528: () => globalThis.document,
|
|
1103
|
+
_6610: x0 => x0.body,
|
|
1104
|
+
_6941: (x0,x1) => { x0.id = x1 },
|
|
1105
|
+
_6968: x0 => x0.children,
|
|
1106
|
+
_7274: x0 => x0.clientX,
|
|
1107
|
+
_7275: x0 => x0.clientY,
|
|
1108
|
+
_8413: x0 => x0.kind,
|
|
1109
|
+
_8445: x0 => x0.size,
|
|
1110
|
+
_8446: x0 => x0.type,
|
|
1111
|
+
_8453: x0 => x0.name,
|
|
1112
|
+
_8454: x0 => x0.lastModified,
|
|
1113
|
+
_8459: x0 => x0.length,
|
|
1114
|
+
_8464: x0 => x0.result,
|
|
1115
|
+
_8978: x0 => x0.instance,
|
|
1116
|
+
_8980: () => globalThis.WebAssembly,
|
|
1117
|
+
_9002: x0 => x0.exports,
|
|
1118
|
+
_9010: x0 => x0.buffer,
|
|
1119
|
+
_10418: x0 => x0.result,
|
|
1120
|
+
_10419: x0 => x0.error,
|
|
1121
|
+
_10430: (x0,x1) => { x0.onupgradeneeded = x1 },
|
|
1122
|
+
_10432: x0 => x0.oldVersion,
|
|
1123
|
+
_10449: x0 => x0.objectStoreNames,
|
|
1124
|
+
_10511: x0 => x0.key,
|
|
1125
|
+
_10512: x0 => x0.primaryKey,
|
|
1126
|
+
_10514: x0 => x0.value,
|
|
1127
|
+
_10520: x0 => x0.error,
|
|
1128
|
+
_11352: (x0,x1) => { x0.display = x1 },
|
|
1129
|
+
_13258: x0 => x0.isDirectory,
|
|
1130
|
+
_13259: x0 => x0.name,
|
|
1131
|
+
_13260: x0 => x0.fullPath,
|
|
1130
1132
|
|
|
1131
1133
|
};
|
|
1132
1134
|
|