pdf-master-landing 0.1.1 → 0.2.2
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/assets/NOTICES +32 -331
- package/dist/app/flutter_bootstrap.js +1 -1
- package/dist/app/main.dart.js +90655 -89985
- package/dist/app/main.dart.mjs +480 -501
- 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
|
@@ -449,149 +449,134 @@ class CompiledApp {
|
|
|
449
449
|
_1310: x0 => x0.close(),
|
|
450
450
|
_1311: x0 => x0.abort(),
|
|
451
451
|
_1312: x0 => x0.arrayBuffer(),
|
|
452
|
-
_1313: x0 => (
|
|
453
|
-
_1314:
|
|
454
|
-
_1315: (x0,x1,x2) => x0.
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
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 => {
|
|
452
|
+
_1313: (x0,x1) => x0.removeEntry(x1),
|
|
453
|
+
_1314: x0 => ({recursive: x0}),
|
|
454
|
+
_1315: (x0,x1,x2) => x0.removeEntry(x1,x2),
|
|
455
|
+
_1316: x0 => globalThis.URL.revokeObjectURL(x0),
|
|
456
|
+
_1317: x0 => x0.remove(),
|
|
457
|
+
_1322: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1322(f,arguments.length,x0) }),
|
|
458
|
+
_1323: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1323(f,arguments.length,x0) }),
|
|
459
|
+
_1324: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1324(f,arguments.length,x0) }),
|
|
460
|
+
_1325: (x0,x1) => x0.append(x1),
|
|
461
|
+
_1326: (x0,x1,x2) => x0.setAttribute(x1,x2),
|
|
462
|
+
_1327: (x0,x1) => x0.replaceChildren(x1),
|
|
463
|
+
_1328: x0 => x0.click(),
|
|
464
|
+
_1329: x0 => x0.createRange(),
|
|
465
|
+
_1330: (x0,x1) => x0.selectNode(x1),
|
|
466
|
+
_1331: x0 => x0.getSelection(),
|
|
467
|
+
_1332: x0 => x0.removeAllRanges(),
|
|
468
|
+
_1333: (x0,x1) => x0.addRange(x1),
|
|
469
|
+
_1334: (x0,x1) => x0.createElement(x1),
|
|
470
|
+
_1335: (x0,x1) => x0.append(x1),
|
|
471
|
+
_1336: (x0,x1,x2) => x0.insertRule(x1,x2),
|
|
472
|
+
_1337: (x0,x1) => x0.add(x1),
|
|
473
|
+
_1338: x0 => x0.preventDefault(),
|
|
474
|
+
_1339: (module,f) => finalizeWrapper(f, function(x0) { return module.exports._1339(f,arguments.length,x0) }),
|
|
475
|
+
_1340: (x0,x1,x2) => x0.addEventListener(x1,x2),
|
|
476
|
+
_1341: (x0,x1,x2,x3) => x0.addEventListener(x1,x2,x3),
|
|
477
|
+
_1342: (x0,x1,x2,x3) => x0.removeEventListener(x1,x2,x3),
|
|
478
|
+
_1348: (x0,x1,x2,x3) => x0.open(x1,x2,x3),
|
|
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 => {
|
|
509
494
|
if (!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(s)) {
|
|
510
495
|
return NaN;
|
|
511
496
|
}
|
|
512
497
|
return parseFloat(s);
|
|
513
498
|
},
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
499
|
+
_1375: () => typeof dartUseDateNowForTicks !== "undefined",
|
|
500
|
+
_1376: () => 1000 * performance.now(),
|
|
501
|
+
_1377: () => Date.now(),
|
|
502
|
+
_1378: () => {
|
|
518
503
|
// On browsers return `globalThis.location.href`
|
|
519
504
|
if (globalThis.location != null) {
|
|
520
505
|
return globalThis.location.href;
|
|
521
506
|
}
|
|
522
507
|
return null;
|
|
523
508
|
},
|
|
524
|
-
|
|
509
|
+
_1379: () => {
|
|
525
510
|
return typeof process != "undefined" &&
|
|
526
511
|
Object.prototype.toString.call(process) == "[object process]" &&
|
|
527
512
|
process.platform == "win32"
|
|
528
513
|
},
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
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 => {
|
|
544
529
|
if (o === null || o === undefined) return 0;
|
|
545
530
|
if (typeof(o) === 'string') return 1;
|
|
546
531
|
return 2;
|
|
547
532
|
},
|
|
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
|
-
|
|
583
|
-
|
|
584
|
-
|
|
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) =>
|
|
585
570
|
setTimeout(() => dartInstance.exports.$invokeCallback(c),ms),
|
|
586
|
-
|
|
587
|
-
|
|
571
|
+
_1535: (handle) => clearTimeout(handle),
|
|
572
|
+
_1536: (ms, c) =>
|
|
588
573
|
setInterval(() => dartInstance.exports.$invokeCallback(c), ms),
|
|
589
|
-
|
|
590
|
-
|
|
574
|
+
_1537: (handle) => clearInterval(handle),
|
|
575
|
+
_1538: (c) =>
|
|
591
576
|
queueMicrotask(() => dartInstance.exports.$invokeCallback(c)),
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
577
|
+
_1539: () => Date.now(),
|
|
578
|
+
_1540: () => new Error().stack,
|
|
579
|
+
_1541: (exn) => {
|
|
595
580
|
let stackString = exn.toString();
|
|
596
581
|
let frames = stackString.split('\n');
|
|
597
582
|
let drop = 4;
|
|
@@ -600,58 +585,58 @@ class CompiledApp {
|
|
|
600
585
|
}
|
|
601
586
|
return frames.slice(drop).join('\n');
|
|
602
587
|
},
|
|
603
|
-
|
|
588
|
+
_1542: (s, m) => {
|
|
604
589
|
try {
|
|
605
590
|
return new RegExp(s, m);
|
|
606
591
|
} catch (e) {
|
|
607
592
|
return String(e);
|
|
608
593
|
}
|
|
609
594
|
},
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
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 => {
|
|
616
601
|
const proto = Object.getPrototypeOf(o);
|
|
617
602
|
return proto === Object.prototype || proto === null;
|
|
618
603
|
},
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
604
|
+
_1552: o => o instanceof RegExp,
|
|
605
|
+
_1553: (l, r) => l === r,
|
|
606
|
+
_1554: o => o,
|
|
607
|
+
_1555: o => {
|
|
623
608
|
if (o === undefined || o === null) return 0;
|
|
624
609
|
if (typeof o === 'number') return 1;
|
|
625
610
|
return 2;
|
|
626
611
|
},
|
|
627
|
-
|
|
628
|
-
|
|
612
|
+
_1556: o => o,
|
|
613
|
+
_1557: o => {
|
|
629
614
|
if (o === undefined || o === null) return 0;
|
|
630
615
|
if (typeof o === 'boolean') return 1;
|
|
631
616
|
return 2;
|
|
632
617
|
},
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
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) => {
|
|
642
627
|
const factoryFunction = constructor.bind.apply(
|
|
643
628
|
constructor, [null, ...args]);
|
|
644
629
|
return new factoryFunction();
|
|
645
630
|
},
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
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 => {
|
|
655
640
|
if (o === undefined) return 1;
|
|
656
641
|
var type = typeof o;
|
|
657
642
|
if (type === 'boolean') return 2;
|
|
@@ -679,274 +664,274 @@ class CompiledApp {
|
|
|
679
664
|
if (o instanceof Promise) return 18;
|
|
680
665
|
return 19;
|
|
681
666
|
},
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
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) => {
|
|
687
672
|
if (exn instanceof Error) {
|
|
688
673
|
return exn.stack;
|
|
689
674
|
} else {
|
|
690
675
|
return null;
|
|
691
676
|
}
|
|
692
677
|
},
|
|
693
|
-
|
|
678
|
+
_1584: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
694
679
|
const getValue = dartInstance.exports.$wasmI8ArrayGet;
|
|
695
680
|
for (let i = 0; i < length; i++) {
|
|
696
681
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
697
682
|
}
|
|
698
683
|
},
|
|
699
|
-
|
|
684
|
+
_1585: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
700
685
|
const setValue = dartInstance.exports.$wasmI8ArraySet;
|
|
701
686
|
for (let i = 0; i < length; i++) {
|
|
702
687
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
703
688
|
}
|
|
704
689
|
},
|
|
705
|
-
|
|
690
|
+
_1586: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
706
691
|
const getValue = dartInstance.exports.$wasmI16ArrayGet;
|
|
707
692
|
for (let i = 0; i < length; i++) {
|
|
708
693
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
709
694
|
}
|
|
710
695
|
},
|
|
711
|
-
|
|
696
|
+
_1587: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
712
697
|
const setValue = dartInstance.exports.$wasmI16ArraySet;
|
|
713
698
|
for (let i = 0; i < length; i++) {
|
|
714
699
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
715
700
|
}
|
|
716
701
|
},
|
|
717
|
-
|
|
702
|
+
_1588: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
718
703
|
const getValue = dartInstance.exports.$wasmI32ArrayGet;
|
|
719
704
|
for (let i = 0; i < length; i++) {
|
|
720
705
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
721
706
|
}
|
|
722
707
|
},
|
|
723
|
-
|
|
708
|
+
_1589: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
724
709
|
const setValue = dartInstance.exports.$wasmI32ArraySet;
|
|
725
710
|
for (let i = 0; i < length; i++) {
|
|
726
711
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
727
712
|
}
|
|
728
713
|
},
|
|
729
|
-
|
|
714
|
+
_1590: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
730
715
|
const getValue = dartInstance.exports.$wasmF32ArrayGet;
|
|
731
716
|
for (let i = 0; i < length; i++) {
|
|
732
717
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
733
718
|
}
|
|
734
719
|
},
|
|
735
|
-
|
|
720
|
+
_1591: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
736
721
|
const setValue = dartInstance.exports.$wasmF32ArraySet;
|
|
737
722
|
for (let i = 0; i < length; i++) {
|
|
738
723
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
739
724
|
}
|
|
740
725
|
},
|
|
741
|
-
|
|
726
|
+
_1592: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
742
727
|
const getValue = dartInstance.exports.$wasmF64ArrayGet;
|
|
743
728
|
for (let i = 0; i < length; i++) {
|
|
744
729
|
jsArray[jsArrayOffset + i] = getValue(wasmArray, wasmArrayOffset + i);
|
|
745
730
|
}
|
|
746
731
|
},
|
|
747
|
-
|
|
732
|
+
_1593: (jsArray, jsArrayOffset, wasmArray, wasmArrayOffset, length) => {
|
|
748
733
|
const setValue = dartInstance.exports.$wasmF64ArraySet;
|
|
749
734
|
for (let i = 0; i < length; i++) {
|
|
750
735
|
setValue(wasmArray, wasmArrayOffset + i, jsArray[jsArrayOffset + i]);
|
|
751
736
|
}
|
|
752
737
|
},
|
|
753
|
-
|
|
754
|
-
|
|
738
|
+
_1594: x0 => new ArrayBuffer(x0),
|
|
739
|
+
_1595: s => {
|
|
755
740
|
if (/[[\]{}()*+?.\\^$|]/.test(s)) {
|
|
756
741
|
s = s.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&');
|
|
757
742
|
}
|
|
758
743
|
return s;
|
|
759
744
|
},
|
|
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
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
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),
|
|
808
|
+
_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) }),
|
|
815
|
+
_1698: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1698(f,arguments.length,x0,x1) }),
|
|
816
|
+
_1699: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1699(f,arguments.length,x0,x1) }),
|
|
817
|
+
_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) }),
|
|
824
|
+
_1707: (module,f) => finalizeWrapper(f, function(x0,x1) { return module.exports._1707(f,arguments.length,x0,x1) }),
|
|
825
|
+
_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 => {
|
|
950
935
|
if (o === null || o === undefined) return 0;
|
|
951
936
|
if (o instanceof ArrayBuffer) return 1;
|
|
952
937
|
if (globalThis.SharedArrayBuffer !== undefined &&
|
|
@@ -955,180 +940,174 @@ class CompiledApp {
|
|
|
955
940
|
}
|
|
956
941
|
return 3;
|
|
957
942
|
},
|
|
958
|
-
|
|
943
|
+
_1882: (o, offsetInBytes, lengthInBytes) => {
|
|
959
944
|
var dst = new ArrayBuffer(lengthInBytes);
|
|
960
945
|
new Uint8Array(dst).set(new Uint8Array(o, offsetInBytes, lengthInBytes));
|
|
961
946
|
return new DataView(dst);
|
|
962
947
|
},
|
|
963
|
-
|
|
948
|
+
_1883: o => {
|
|
964
949
|
if (o === null || o === undefined) return 0;
|
|
965
950
|
if (o instanceof DataView) return 1;
|
|
966
951
|
return 2;
|
|
967
952
|
},
|
|
968
|
-
|
|
953
|
+
_1884: o => {
|
|
969
954
|
if (o === null || o === undefined) return 0;
|
|
970
955
|
if (o instanceof Uint8Array) return 1;
|
|
971
956
|
return 2;
|
|
972
957
|
},
|
|
973
|
-
|
|
974
|
-
|
|
958
|
+
_1885: (o, start, length) => new Uint8Array(o.buffer, o.byteOffset + start, length),
|
|
959
|
+
_1886: o => {
|
|
975
960
|
if (o === null || o === undefined) return 0;
|
|
976
961
|
if (o instanceof Int8Array) return 1;
|
|
977
962
|
return 2;
|
|
978
963
|
},
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
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 => {
|
|
987
972
|
if (o === null || o === undefined) return 0;
|
|
988
973
|
if (o instanceof Uint32Array) return 1;
|
|
989
974
|
return 2;
|
|
990
975
|
},
|
|
991
|
-
|
|
992
|
-
|
|
976
|
+
_1895: (o, start, length) => new Uint32Array(o.buffer, o.byteOffset + start, length),
|
|
977
|
+
_1896: o => {
|
|
993
978
|
if (o === null || o === undefined) return 0;
|
|
994
979
|
if (o instanceof Int32Array) return 1;
|
|
995
980
|
return 2;
|
|
996
981
|
},
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
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 => {
|
|
1000
985
|
if (o === null || o === undefined) return 0;
|
|
1001
986
|
if (o instanceof Float32Array) return 1;
|
|
1002
987
|
return 2;
|
|
1003
988
|
},
|
|
1004
|
-
|
|
1005
|
-
|
|
989
|
+
_1901: (o, start, length) => new Float32Array(o.buffer, o.byteOffset + start, length),
|
|
990
|
+
_1902: o => {
|
|
1006
991
|
if (o === null || o === undefined) return 0;
|
|
1007
992
|
if (o instanceof Float64Array) return 1;
|
|
1008
993
|
return 2;
|
|
1009
994
|
},
|
|
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
|
-
_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,
|
|
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 },
|
|
1132
1111
|
|
|
1133
1112
|
};
|
|
1134
1113
|
|