jscrewit 3.2.0 → 3.3.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/Features.md +2 -0
- package/api-doc/interfaces/FeatureAll.md +32 -0
- package/api-doc/interfaces/FeatureConstructor.md +44 -0
- package/api-doc/type-aliases/ElementaryFeatureName.md +1 -1
- package/api-doc/type-aliases/PredefinedFeatureName.md +1 -1
- package/lib/feature-all.d.ts +24 -0
- package/lib/jscrewit.js +165 -52
- package/lib/jscrewit.min.js +2 -2
- package/package.json +2 -2
- package/ui/ui.js +1 -1
package/Features.md
CHANGED
|
@@ -82,6 +82,8 @@ This table lists features available in the most common engines.
|
|
|
82
82
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_INFINITY"><code>LOCALE_INFINITY</code></a> (Internet Explorer 11 on Windows 10)
|
|
83
83
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_BN"><code>LOCALE_NUMERALS_BN</code></a> (Internet Explorer 11 on Windows 10)
|
|
84
84
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_EXT"><code>LOCALE_NUMERALS_EXT</code></a> (Internet Explorer 11 on Windows 10)
|
|
85
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_IE11_WIN7"><code>LOCALE_NUMERALS_IE11_WIN7</code></a> (Internet Explorer 11 on Windows 7)
|
|
86
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_IE11_WIN7_8"><code>LOCALE_NUMERALS_IE11_WIN7_8</code></a> (Internet Explorer 11 on Windows 7 and on Windows 8)
|
|
85
87
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_FF_SRC"><code>NO_FF_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
86
88
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_V8_SRC"><code>NO_V8_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
87
89
|
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_W_SELF"><code>OBJECT_W_SELF</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#WINDOW"><code>WINDOW</code></a>)
|
|
@@ -336,6 +336,14 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
336
336
|
|
|
337
337
|
***
|
|
338
338
|
|
|
339
|
+
### IE\_11\_WIN\_7
|
|
340
|
+
|
|
341
|
+
> **IE\_11\_WIN\_7**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
342
|
+
|
|
343
|
+
Features available in Internet Explorer 11 on Windows 7.
|
|
344
|
+
|
|
345
|
+
***
|
|
346
|
+
|
|
339
347
|
### IE\_11\_WIN\_8
|
|
340
348
|
|
|
341
349
|
> **IE\_11\_WIN\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
@@ -420,6 +428,30 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari,
|
|
|
420
428
|
|
|
421
429
|
***
|
|
422
430
|
|
|
431
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7
|
|
432
|
+
|
|
433
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
434
|
+
|
|
435
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
436
|
+
|
|
437
|
+
#### Remarks
|
|
438
|
+
|
|
439
|
+
Available in Internet Explorer 11 on Windows 7.
|
|
440
|
+
|
|
441
|
+
***
|
|
442
|
+
|
|
443
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7\_8
|
|
444
|
+
|
|
445
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7\_8**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
446
|
+
|
|
447
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
448
|
+
|
|
449
|
+
#### Remarks
|
|
450
|
+
|
|
451
|
+
Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
452
|
+
|
|
453
|
+
***
|
|
454
|
+
|
|
423
455
|
### NAME
|
|
424
456
|
|
|
425
457
|
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -566,6 +566,18 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
566
566
|
|
|
567
567
|
***
|
|
568
568
|
|
|
569
|
+
### IE\_11\_WIN\_7
|
|
570
|
+
|
|
571
|
+
> **IE\_11\_WIN\_7**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
572
|
+
|
|
573
|
+
Features available in Internet Explorer 11 on Windows 7.
|
|
574
|
+
|
|
575
|
+
#### Inherited from
|
|
576
|
+
|
|
577
|
+
[`FeatureAll`](FeatureAll.md).[`IE_11_WIN_7`](FeatureAll.md#ie_11_win_7)
|
|
578
|
+
|
|
579
|
+
***
|
|
580
|
+
|
|
569
581
|
### IE\_11\_WIN\_8
|
|
570
582
|
|
|
571
583
|
> **IE\_11\_WIN\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
@@ -678,6 +690,38 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari,
|
|
|
678
690
|
|
|
679
691
|
***
|
|
680
692
|
|
|
693
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7
|
|
694
|
+
|
|
695
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
696
|
+
|
|
697
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
698
|
+
|
|
699
|
+
#### Remarks
|
|
700
|
+
|
|
701
|
+
Available in Internet Explorer 11 on Windows 7.
|
|
702
|
+
|
|
703
|
+
#### Inherited from
|
|
704
|
+
|
|
705
|
+
[`FeatureAll`](FeatureAll.md).[`LOCALE_NUMERALS_IE11_WIN7`](FeatureAll.md#locale_numerals_ie11_win7)
|
|
706
|
+
|
|
707
|
+
***
|
|
708
|
+
|
|
709
|
+
### LOCALE\_NUMERALS\_IE11\_WIN7\_8
|
|
710
|
+
|
|
711
|
+
> **LOCALE\_NUMERALS\_IE11\_WIN7\_8**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
712
|
+
|
|
713
|
+
Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
714
|
+
|
|
715
|
+
#### Remarks
|
|
716
|
+
|
|
717
|
+
Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
718
|
+
|
|
719
|
+
#### Inherited from
|
|
720
|
+
|
|
721
|
+
[`FeatureAll`](FeatureAll.md).[`LOCALE_NUMERALS_IE11_WIN7_8`](FeatureAll.md#locale_numerals_ie11_win7_8)
|
|
722
|
+
|
|
723
|
+
***
|
|
724
|
+
|
|
681
725
|
### NAME
|
|
682
726
|
|
|
683
727
|
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
# Type Alias: ElementaryFeatureName
|
|
6
6
|
|
|
7
|
-
> **ElementaryFeatureName** = `"ARRAY_ITERATOR"` \| `"ARROW"` \| `"AT"` \| `"BARPROP"` \| `"CAPITAL_HTML"` \| `"CONSOLE"` \| `"DOCUMENT"` \| `"ESC_HTML_QUOT"` \| `"FF_SRC"` \| `"FLAT"` \| `"FROM_CODE_POINT"` \| `"FUNCTION_19_LF"` \| `"FUNCTION_22_LF"` \| `"IE_SRC"` \| `"INCR_CHAR"` \| `"ITERATOR_HELPER"` \| `"LOCALE_INFINITY"` \| `"LOCALE_NUMERALS_BN"` \| `"LOCALE_NUMERALS_EXT"` \| `"NAME"` \| `"NO_FF_SRC"` \| `"NO_IE_SRC"` \| `"NO_V8_SRC"` \| `"OBJECT_ARRAY_ENTRIES_CTOR"` \| `"OBJECT_W_SELF"` \| `"PLAIN_INTL"` \| `"REGEXP_STRING_ITERATOR"` \| `"RUSSIAN_INFINITY"` \| `"SELF"` \| `"SHORT_LOCALES"` \| `"STATUS"` \| `"V8_SRC"` \| `"WINDOW"`
|
|
7
|
+
> **ElementaryFeatureName** = `"ARRAY_ITERATOR"` \| `"ARROW"` \| `"AT"` \| `"BARPROP"` \| `"CAPITAL_HTML"` \| `"CONSOLE"` \| `"DOCUMENT"` \| `"ESC_HTML_QUOT"` \| `"FF_SRC"` \| `"FLAT"` \| `"FROM_CODE_POINT"` \| `"FUNCTION_19_LF"` \| `"FUNCTION_22_LF"` \| `"IE_SRC"` \| `"INCR_CHAR"` \| `"ITERATOR_HELPER"` \| `"LOCALE_INFINITY"` \| `"LOCALE_NUMERALS_BN"` \| `"LOCALE_NUMERALS_EXT"` \| `"LOCALE_NUMERALS_IE11_WIN7"` \| `"LOCALE_NUMERALS_IE11_WIN7_8"` \| `"NAME"` \| `"NO_FF_SRC"` \| `"NO_IE_SRC"` \| `"NO_V8_SRC"` \| `"OBJECT_ARRAY_ENTRIES_CTOR"` \| `"OBJECT_W_SELF"` \| `"PLAIN_INTL"` \| `"REGEXP_STRING_ITERATOR"` \| `"RUSSIAN_INFINITY"` \| `"SELF"` \| `"SHORT_LOCALES"` \| `"STATUS"` \| `"V8_SRC"` \| `"WINDOW"`
|
|
8
8
|
|
|
9
9
|
Name of an elementary feature.
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
# Type Alias: PredefinedFeatureName
|
|
6
6
|
|
|
7
|
-
> **PredefinedFeatureName** = [`ElementaryFeatureName`](ElementaryFeatureName.md) \| `"AUTO"` \| `"BROWSER"` \| `"CHROME_122"` \| `"COMPACT"` \| `"DEFAULT"` \| `"FF_131"` \| `"FF_134"` \| `"FF_90"` \| `"IE_11"` \| `"IE_11_WIN_10"` \| `"IE_11_WIN_8"` \| `"NODE_20"` \| `"NODE_22"` \| `"NODE_22_12"` \| `"SAFARI_17_4"` \| `"SAFARI_18_0"` \| `"SAFARI_18_4"`
|
|
7
|
+
> **PredefinedFeatureName** = [`ElementaryFeatureName`](ElementaryFeatureName.md) \| `"AUTO"` \| `"BROWSER"` \| `"CHROME_122"` \| `"COMPACT"` \| `"DEFAULT"` \| `"FF_131"` \| `"FF_134"` \| `"FF_90"` \| `"IE_11"` \| `"IE_11_WIN_10"` \| `"IE_11_WIN_7"` \| `"IE_11_WIN_8"` \| `"NODE_20"` \| `"NODE_22"` \| `"NODE_22_12"` \| `"SAFARI_17_4"` \| `"SAFARI_18_0"` \| `"SAFARI_18_4"`
|
|
8
8
|
|
|
9
9
|
Name of a predefined feature.
|
package/lib/feature-all.d.ts
CHANGED
|
@@ -236,6 +236,9 @@ export interface FeatureAll
|
|
|
236
236
|
/** Features available in Internet Explorer 11 on Windows 10. */
|
|
237
237
|
IE_11_WIN_10: PredefinedFeature;
|
|
238
238
|
|
|
239
|
+
/** Features available in Internet Explorer 11 on Windows 7. */
|
|
240
|
+
IE_11_WIN_7: PredefinedFeature;
|
|
241
|
+
|
|
239
242
|
/** Features available in Internet Explorer 11 on Windows 8. */
|
|
240
243
|
IE_11_WIN_8: PredefinedFeature;
|
|
241
244
|
|
|
@@ -297,6 +300,24 @@ export interface FeatureAll
|
|
|
297
300
|
*/
|
|
298
301
|
LOCALE_NUMERALS_EXT: ElementaryFeature;
|
|
299
302
|
|
|
303
|
+
/**
|
|
304
|
+
* Localized number formatting exclusive to Internet Explorer 11 on Windows 7.
|
|
305
|
+
*
|
|
306
|
+
* @remarks
|
|
307
|
+
*
|
|
308
|
+
* Available in Internet Explorer 11 on Windows 7.
|
|
309
|
+
*/
|
|
310
|
+
LOCALE_NUMERALS_IE11_WIN7: ElementaryFeature;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.
|
|
314
|
+
*
|
|
315
|
+
* @remarks
|
|
316
|
+
*
|
|
317
|
+
* Available in Internet Explorer 11 on Windows 7 and on Windows 8.
|
|
318
|
+
*/
|
|
319
|
+
LOCALE_NUMERALS_IE11_WIN7_8: ElementaryFeature;
|
|
320
|
+
|
|
300
321
|
/**
|
|
301
322
|
* Existence of the name property for functions.
|
|
302
323
|
*
|
|
@@ -520,6 +541,8 @@ type ElementaryFeatureName =
|
|
|
520
541
|
| 'LOCALE_INFINITY'
|
|
521
542
|
| 'LOCALE_NUMERALS_BN'
|
|
522
543
|
| 'LOCALE_NUMERALS_EXT'
|
|
544
|
+
| 'LOCALE_NUMERALS_IE11_WIN7'
|
|
545
|
+
| 'LOCALE_NUMERALS_IE11_WIN7_8'
|
|
523
546
|
| 'NAME'
|
|
524
547
|
| 'NO_FF_SRC'
|
|
525
548
|
| 'NO_IE_SRC'
|
|
@@ -549,6 +572,7 @@ ElementaryFeatureName
|
|
|
549
572
|
| 'FF_90'
|
|
550
573
|
| 'IE_11'
|
|
551
574
|
| 'IE_11_WIN_10'
|
|
575
|
+
| 'IE_11_WIN_7'
|
|
552
576
|
| 'IE_11_WIN_8'
|
|
553
577
|
| 'NODE_20'
|
|
554
578
|
| 'NODE_22'
|
package/lib/jscrewit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// JScrewIt 3.
|
|
1
|
+
// JScrewIt 3.3.0 – https://jscrew.it
|
|
2
2
|
|
|
3
3
|
(function () {
|
|
4
4
|
'use strict';
|
|
@@ -580,9 +580,9 @@
|
|
|
580
580
|
}
|
|
581
581
|
var utilInspect;
|
|
582
582
|
try {
|
|
583
|
-
/* eslint-disable @typescript-eslint/no-require-imports
|
|
584
|
-
utilInspect = require('util').inspect;
|
|
585
|
-
/* eslint-enable @typescript-eslint/no-require-imports
|
|
583
|
+
/* eslint-disable @typescript-eslint/no-require-imports */
|
|
584
|
+
utilInspect = require('node:util').inspect;
|
|
585
|
+
/* eslint-enable @typescript-eslint/no-require-imports */
|
|
586
586
|
}
|
|
587
587
|
catch (_a) { }
|
|
588
588
|
{
|
|
@@ -1191,6 +1191,46 @@
|
|
|
1191
1191
|
return available;
|
|
1192
1192
|
},
|
|
1193
1193
|
},
|
|
1194
|
+
LOCALE_NUMERALS_IE11_WIN7:
|
|
1195
|
+
{
|
|
1196
|
+
description:
|
|
1197
|
+
'Localized number formatting exclusive to Internet Explorer 11 on Windows 7.',
|
|
1198
|
+
check:
|
|
1199
|
+
function ()
|
|
1200
|
+
{
|
|
1201
|
+
var available =
|
|
1202
|
+
checkLocaleNumeral('lv', Infinity, /^......ī/) &&
|
|
1203
|
+
checkLocaleNumeral('ru', Infinity, /^беск.н.ч.о.ть/);
|
|
1204
|
+
return available;
|
|
1205
|
+
},
|
|
1206
|
+
excludes: ['RUSSIAN_INFINITY'],
|
|
1207
|
+
},
|
|
1208
|
+
LOCALE_NUMERALS_IE11_WIN7_8:
|
|
1209
|
+
{
|
|
1210
|
+
description:
|
|
1211
|
+
'Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.',
|
|
1212
|
+
check:
|
|
1213
|
+
function ()
|
|
1214
|
+
{
|
|
1215
|
+
var available =
|
|
1216
|
+
checkLocaleNumeral('ar', NaN, /^ليس.برقم/) &&
|
|
1217
|
+
checkLocaleNumeral('ar', Infinity, /^..ا.نه..ة/) &&
|
|
1218
|
+
checkLocaleNumeral('cs', NaN, /^.....č/) &&
|
|
1219
|
+
checkLocaleNumeral('el', Infinity, /^Άπε..ο/) &&
|
|
1220
|
+
checkLocaleNumeral('el', NaN, /^μη.αριθ.ός/) &&
|
|
1221
|
+
checkLocaleNumeral('he', NaN, /^לא.מספר/) &&
|
|
1222
|
+
checkLocaleNumeral('he', Infinity, /^.ינ.וף.ח..ב/) &&
|
|
1223
|
+
checkLocaleNumeral('he', -Infinity, /^.......ש/) &&
|
|
1224
|
+
checkLocaleNumeral('ja', Infinity, /^.∞/) &&
|
|
1225
|
+
checkLocaleNumeral('ja', NaN, /^.....非数値/) &&
|
|
1226
|
+
checkLocaleNumeral('lt', Infinity, /^.......ė/) &&
|
|
1227
|
+
checkLocaleNumeral('pl', Infinity, /^.......ń.....ść/) &&
|
|
1228
|
+
checkLocaleNumeral('pl', NaN, /^..............ą/) &&
|
|
1229
|
+
checkLocaleNumeral('zh', Infinity, /^正/) &&
|
|
1230
|
+
checkLocaleNumeral('zh-cn', NaN, /^..字/);
|
|
1231
|
+
return available;
|
|
1232
|
+
},
|
|
1233
|
+
},
|
|
1194
1234
|
NAME:
|
|
1195
1235
|
{
|
|
1196
1236
|
description: 'Existence of the name property for functions.',
|
|
@@ -1290,13 +1330,14 @@
|
|
|
1290
1330
|
},
|
|
1291
1331
|
RUSSIAN_INFINITY:
|
|
1292
1332
|
{
|
|
1293
|
-
description:
|
|
1333
|
+
description: 'Russian string representation of Infinity as "∞".',
|
|
1294
1334
|
check:
|
|
1295
1335
|
function ()
|
|
1296
1336
|
{
|
|
1297
1337
|
var available = Infinity.toLocaleString('ru') === '∞';
|
|
1298
1338
|
return available;
|
|
1299
1339
|
},
|
|
1340
|
+
excludes: ['LOCALE_NUMERALS_IE11_WIN7'],
|
|
1300
1341
|
},
|
|
1301
1342
|
SELF:
|
|
1302
1343
|
{
|
|
@@ -1529,13 +1570,22 @@
|
|
|
1529
1570
|
],
|
|
1530
1571
|
attributes: { 'char-increment-restriction': null, 'web-worker-restriction': null },
|
|
1531
1572
|
},
|
|
1573
|
+
IE_11_WIN_7:
|
|
1574
|
+
{
|
|
1575
|
+
inherits: 'IE_11',
|
|
1576
|
+
versions: ['11'],
|
|
1577
|
+
compatibilityTag: 'on Windows 7',
|
|
1578
|
+
compatibilityShortTag: 'W7',
|
|
1579
|
+
includes:
|
|
1580
|
+
{ LOCALE_NUMERALS_IE11_WIN7: true, LOCALE_NUMERALS_IE11_WIN7_8: true },
|
|
1581
|
+
},
|
|
1532
1582
|
IE_11_WIN_8:
|
|
1533
1583
|
{
|
|
1534
1584
|
inherits: 'IE_11',
|
|
1535
1585
|
versions: ['11'],
|
|
1536
1586
|
compatibilityTag: 'on Windows 8',
|
|
1537
1587
|
compatibilityShortTag: 'W8',
|
|
1538
|
-
includes: { RUSSIAN_INFINITY: true },
|
|
1588
|
+
includes: { LOCALE_NUMERALS_IE11_WIN7_8: true, RUSSIAN_INFINITY: true },
|
|
1539
1589
|
},
|
|
1540
1590
|
IE_11_WIN_10:
|
|
1541
1591
|
{
|
|
@@ -2583,6 +2633,8 @@
|
|
|
2583
2633
|
var LOCALE_INFINITY = Feature.LOCALE_INFINITY;
|
|
2584
2634
|
var LOCALE_NUMERALS_BN = Feature.LOCALE_NUMERALS_BN;
|
|
2585
2635
|
var LOCALE_NUMERALS_EXT = Feature.LOCALE_NUMERALS_EXT;
|
|
2636
|
+
var LOCALE_NUMERALS_IE11_WIN7 = Feature.LOCALE_NUMERALS_IE11_WIN7;
|
|
2637
|
+
var LOCALE_NUMERALS_IE11_WIN7_8 = Feature.LOCALE_NUMERALS_IE11_WIN7_8;
|
|
2586
2638
|
var NAME = Feature.NAME;
|
|
2587
2639
|
var NO_FF_SRC = Feature.NO_FF_SRC;
|
|
2588
2640
|
var NO_IE_SRC = Feature.NO_IE_SRC;
|
|
@@ -2598,15 +2650,15 @@
|
|
|
2598
2650
|
var V8_SRC = Feature.V8_SRC;
|
|
2599
2651
|
var WINDOW = Feature.WINDOW;
|
|
2600
2652
|
|
|
2601
|
-
function
|
|
2653
|
+
function charCommonDefinition(char)
|
|
2602
2654
|
{
|
|
2603
|
-
var solution = this.
|
|
2655
|
+
var solution = this._commonResolveCharacter(char);
|
|
2604
2656
|
return solution;
|
|
2605
2657
|
}
|
|
2606
2658
|
|
|
2607
|
-
function
|
|
2659
|
+
function defineCharCommon()
|
|
2608
2660
|
{
|
|
2609
|
-
var entry = define(
|
|
2661
|
+
var entry = define(charCommonDefinition);
|
|
2610
2662
|
return entry;
|
|
2611
2663
|
}
|
|
2612
2664
|
|
|
@@ -2691,15 +2743,17 @@
|
|
|
2691
2743
|
var expr = '(' + number + ')[TO_LOCALE_STRING](' + locale + ')';
|
|
2692
2744
|
if (index != null)
|
|
2693
2745
|
{
|
|
2694
|
-
if (index
|
|
2746
|
+
if (index % 10 === 8)
|
|
2747
|
+
expr = '(' + R_PADDINGS[3] + ' + ' + expr + ')[' + (index - index % 10 + 11) + ']';
|
|
2748
|
+
else if (index % 10 > 4)
|
|
2695
2749
|
{
|
|
2696
|
-
var paddingBlock = R_PADDINGS[10 - index];
|
|
2697
|
-
expr = '(' + paddingBlock + ' + ' + expr + ')[10]';
|
|
2750
|
+
var paddingBlock = R_PADDINGS[10 - index % 10];
|
|
2751
|
+
expr = '(' + paddingBlock + ' + ' + expr + ')[' + (index - index % 10 + 10) + ']';
|
|
2698
2752
|
}
|
|
2699
2753
|
else
|
|
2700
2754
|
expr += '[' + index + ']';
|
|
2701
2755
|
}
|
|
2702
|
-
var entry = define._callWithFeatures(expr, arguments, 3);
|
|
2756
|
+
var entry = define._callWithFeatures({ expr: expr, optimize: true }, arguments, 3);
|
|
2703
2757
|
return entry;
|
|
2704
2758
|
}
|
|
2705
2759
|
|
|
@@ -2727,11 +2781,12 @@
|
|
|
2727
2781
|
|
|
2728
2782
|
function useLocaleNumeralDefinition(char, locale, number, index)
|
|
2729
2783
|
{
|
|
2730
|
-
CHARACTERS[char]
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2784
|
+
var entries = CHARACTERS[char];
|
|
2785
|
+
var entry = defineLocalizedNumeral._callWithFeatures(locale, number, index, arguments, 4);
|
|
2786
|
+
if (entries)
|
|
2787
|
+
entries.splice(entries.length - 1, 0, entry);
|
|
2788
|
+
else
|
|
2789
|
+
CHARACTERS[char] = [entry, defineCharCommon()];
|
|
2735
2790
|
}
|
|
2736
2791
|
|
|
2737
2792
|
function useLocaleNumeralDigitDefinitions(locale, zeroCharCode)
|
|
@@ -2901,10 +2956,7 @@
|
|
|
2901
2956
|
[
|
|
2902
2957
|
define('"".fontcolor()[12]'),
|
|
2903
2958
|
],
|
|
2904
|
-
'#'
|
|
2905
|
-
[
|
|
2906
|
-
defineCharDefault(),
|
|
2907
|
-
],
|
|
2959
|
+
// '#'
|
|
2908
2960
|
// '$'
|
|
2909
2961
|
'%':
|
|
2910
2962
|
[
|
|
@@ -2912,12 +2964,12 @@
|
|
|
2912
2964
|
define('escape(0 + AT)[20]', AT),
|
|
2913
2965
|
define('escape(FLAT)[21]', FLAT),
|
|
2914
2966
|
define('escape(ANY_FUNCTION)[0]', IE_SRC),
|
|
2915
|
-
|
|
2967
|
+
defineCharCommon(),
|
|
2916
2968
|
],
|
|
2917
2969
|
'&':
|
|
2918
2970
|
[
|
|
2919
2971
|
define('"".fontcolor("".fontcolor([]))[31]', ESC_HTML_QUOT),
|
|
2920
|
-
|
|
2972
|
+
defineCharCommon(),
|
|
2921
2973
|
],
|
|
2922
2974
|
// '\''
|
|
2923
2975
|
'(':
|
|
@@ -2965,7 +3017,7 @@
|
|
|
2965
3017
|
'?':
|
|
2966
3018
|
[
|
|
2967
3019
|
define('(RP_0_S + RegExp())[2]'),
|
|
2968
|
-
|
|
3020
|
+
defineCharCommon(),
|
|
2969
3021
|
],
|
|
2970
3022
|
// '@'
|
|
2971
3023
|
'A':
|
|
@@ -2984,7 +3036,7 @@
|
|
|
2984
3036
|
define('escape(F_A_L_S_E)[11]'),
|
|
2985
3037
|
define('(RP_4_A + "".fontcolor())[10]', CAPITAL_HTML),
|
|
2986
3038
|
define('(RP_3_WA + Function("return console")())[11]', CONSOLE),
|
|
2987
|
-
|
|
3039
|
+
defineCharCommon(),
|
|
2988
3040
|
],
|
|
2989
3041
|
'D':
|
|
2990
3042
|
[
|
|
@@ -3002,6 +3054,7 @@
|
|
|
3002
3054
|
'E':
|
|
3003
3055
|
[
|
|
3004
3056
|
define('btoa("0NaN")[1]'),
|
|
3057
|
+
define('escape(RP_4_A + "".italics())[10]'),
|
|
3005
3058
|
define('(RP_5_A + "".link())[10]', CAPITAL_HTML),
|
|
3006
3059
|
],
|
|
3007
3060
|
'F':
|
|
@@ -3028,7 +3081,7 @@
|
|
|
3028
3081
|
'K':
|
|
3029
3082
|
[
|
|
3030
3083
|
define('(RP_5_A + "".strike())[10]', CAPITAL_HTML),
|
|
3031
|
-
|
|
3084
|
+
defineCharCommon(),
|
|
3032
3085
|
],
|
|
3033
3086
|
'L':
|
|
3034
3087
|
[
|
|
@@ -3054,7 +3107,7 @@
|
|
|
3054
3107
|
define('btoa("".italics())[0]'),
|
|
3055
3108
|
define('(RP_0_S + Function("return statusbar")())[11]', BARPROP),
|
|
3056
3109
|
define('"0".sup()[10]', CAPITAL_HTML),
|
|
3057
|
-
|
|
3110
|
+
defineCharCommon(),
|
|
3058
3111
|
],
|
|
3059
3112
|
'Q':
|
|
3060
3113
|
[
|
|
@@ -3153,7 +3206,7 @@
|
|
|
3153
3206
|
'k':
|
|
3154
3207
|
[
|
|
3155
3208
|
define('20[TO_STRING]("21")'),
|
|
3156
|
-
|
|
3209
|
+
defineCharCommon(),
|
|
3157
3210
|
],
|
|
3158
3211
|
'l': '"false"[2]',
|
|
3159
3212
|
'm':
|
|
@@ -3177,7 +3230,7 @@
|
|
|
3177
3230
|
[
|
|
3178
3231
|
define('212[TO_STRING]("31")[1]'),
|
|
3179
3232
|
define('"".fontcolor(true + "".fontcolor())[30]', ESC_HTML_QUOT),
|
|
3180
|
-
|
|
3233
|
+
defineCharCommon(),
|
|
3181
3234
|
],
|
|
3182
3235
|
'r': '"true"[1]',
|
|
3183
3236
|
's': '"false"[3]',
|
|
@@ -3301,8 +3354,9 @@
|
|
|
3301
3354
|
define('Infinity[TO_LOCALE_STRING]("ja")[SLICE_OR_SUBSTR]("-1")'),
|
|
3302
3355
|
define('Infinity[TO_LOCALE_STRING]("ja").at("-1")', AT),
|
|
3303
3356
|
define('Infinity[TO_LOCALE_STRING]()', LOCALE_INFINITY),
|
|
3357
|
+
define('Infinity[TO_LOCALE_STRING]("ja")[1]', LOCALE_NUMERALS_IE11_WIN7_8),
|
|
3304
3358
|
define('Infinity[TO_LOCALE_STRING]("ru")', RUSSIAN_INFINITY),
|
|
3305
|
-
|
|
3359
|
+
defineCharCommon(),
|
|
3306
3360
|
],
|
|
3307
3361
|
});
|
|
3308
3362
|
|
|
@@ -3426,6 +3480,11 @@
|
|
|
3426
3480
|
define({ expr: '"ar-td"', solutionType: SolutionType.COMBINED_STRING }),
|
|
3427
3481
|
define({ expr: '"ar"', solutionType: SolutionType.COMBINED_STRING }, SHORT_LOCALES),
|
|
3428
3482
|
],
|
|
3483
|
+
LOCALE_HE:
|
|
3484
|
+
[
|
|
3485
|
+
define({ expr: '"He"', solutionType: SolutionType.COMBINED_STRING }),
|
|
3486
|
+
define({ expr: '"he"', solutionType: SolutionType.COMBINED_STRING }),
|
|
3487
|
+
],
|
|
3429
3488
|
MAP:
|
|
3430
3489
|
[
|
|
3431
3490
|
define({ expr: '"map"', optimize: true, solutionType: SolutionType.COMBINED_STRING }),
|
|
@@ -3955,15 +4014,58 @@
|
|
|
3955
4014
|
useLocaleNumeralDefinition('ي', '"ar"', NaN, 1);
|
|
3956
4015
|
useLocaleNumeralDefinition('س', '"ar"', NaN, 2);
|
|
3957
4016
|
useLocaleNumeralDefinition('ر', '"ar"', NaN, 4, LOCALE_NUMERALS_EXT);
|
|
4017
|
+
useLocaleNumeralDefinition('ب', '"ar"', NaN, 4, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3958
4018
|
useLocaleNumeralDefinition('ق', '"ar"', NaN, 5, LOCALE_NUMERALS_EXT);
|
|
4019
|
+
useLocaleNumeralDefinition('ر', '"ar"', NaN, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3959
4020
|
useLocaleNumeralDefinition('م', '"ar"', NaN, 6, LOCALE_NUMERALS_EXT);
|
|
4021
|
+
useLocaleNumeralDefinition('ق', '"ar"', NaN, 6, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4022
|
+
useLocaleNumeralDefinition('م', '"ar"', NaN, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4023
|
+
useLocaleNumeralDefinition('ا', '"ar"', Infinity, 2, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4024
|
+
useLocaleNumeralDefinition('ن', '"ar"', Infinity, 4, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4025
|
+
useLocaleNumeralDefinition('ه', '"ar"', Infinity, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4026
|
+
useLocaleNumeralDefinition('ة', '"ar"', Infinity, 8, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3960
4027
|
useLocaleNumeralDigitDefinitions('"bn"', 0x09e6, LOCALE_NUMERALS_BN);
|
|
4028
|
+
useLocaleNumeralDefinition('č', '"cs"', NaN, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4029
|
+
useLocaleNumeralDefinition('μ', '"el"', NaN, 0, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4030
|
+
useLocaleNumeralDefinition('η', '"el"', NaN, 1, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4031
|
+
useLocaleNumeralDefinition('α', '"el"', NaN, 3, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4032
|
+
useLocaleNumeralDefinition('ρ', '"el"', NaN, 4, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4033
|
+
useLocaleNumeralDefinition('ι', '"el"', NaN, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4034
|
+
useLocaleNumeralDefinition('θ', '"el"', NaN, 6, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4035
|
+
useLocaleNumeralDefinition('ό', '"el"', NaN, 8, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4036
|
+
useLocaleNumeralDefinition('ς', '"el"', NaN, 9, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4037
|
+
useLocaleNumeralDefinition('Ά', '"el"', Infinity, 0, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4038
|
+
useLocaleNumeralDefinition('π', '"el"', Infinity, 1, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4039
|
+
useLocaleNumeralDefinition('ε', '"el"', Infinity, 2, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4040
|
+
useLocaleNumeralDefinition('ο', '"el"', Infinity, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3961
4041
|
useLocaleNumeralDigitDefinitions('"fa"', 0x06f0);
|
|
3962
4042
|
useLocaleNumeralDefinition('٬', '"fa"', 1000, 1);
|
|
3963
4043
|
useLocaleNumeralDefinition('ن', '"fa"', NaN, 0, LOCALE_NUMERALS_EXT);
|
|
3964
4044
|
useLocaleNumeralDefinition('ا', '"fa"', NaN, 1, LOCALE_NUMERALS_EXT);
|
|
3965
4045
|
useLocaleNumeralDefinition('ع', '"fa"', NaN, 2, LOCALE_NUMERALS_EXT);
|
|
3966
4046
|
useLocaleNumeralDefinition('د', '"fa"', NaN, 3, LOCALE_NUMERALS_EXT);
|
|
4047
|
+
useLocaleNumeralDefinition('ש', 'LOCALE_HE', -Infinity, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4048
|
+
useLocaleNumeralDefinition('י', 'LOCALE_HE', Infinity, 1, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4049
|
+
useLocaleNumeralDefinition('נ', 'LOCALE_HE', Infinity, 2, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4050
|
+
useLocaleNumeralDefinition('ו', 'LOCALE_HE', Infinity, 4, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4051
|
+
useLocaleNumeralDefinition('ף', 'LOCALE_HE', Infinity, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4052
|
+
useLocaleNumeralDefinition('ח', 'LOCALE_HE', Infinity, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4053
|
+
useLocaleNumeralDefinition('ב', 'LOCALE_HE', Infinity, 10, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4054
|
+
useLocaleNumeralDefinition('ל', 'LOCALE_HE', NaN, 0, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4055
|
+
useLocaleNumeralDefinition('א', 'LOCALE_HE', NaN, 1, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4056
|
+
useLocaleNumeralDefinition('מ', 'LOCALE_HE', NaN, 3, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4057
|
+
useLocaleNumeralDefinition('ס', 'LOCALE_HE', NaN, 4, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4058
|
+
useLocaleNumeralDefinition('פ', 'LOCALE_HE', NaN, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4059
|
+
useLocaleNumeralDefinition('ר', 'LOCALE_HE', NaN, 6, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4060
|
+
useLocaleNumeralDefinition('非', '"ja"', NaN, 5, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4061
|
+
useLocaleNumeralDefinition('数', '"ja"', NaN, 6, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4062
|
+
useLocaleNumeralDefinition('値', '"ja"', NaN, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4063
|
+
useLocaleNumeralDefinition('ė', '"lt"', Infinity, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4064
|
+
useLocaleNumeralDefinition('ī', '"lv"', Infinity, 6, LOCALE_NUMERALS_IE11_WIN7);
|
|
4065
|
+
useLocaleNumeralDefinition('ń', '"pl"', Infinity, 7, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4066
|
+
useLocaleNumeralDefinition('ś', '"pl"', Infinity, 13, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4067
|
+
useLocaleNumeralDefinition('ć', '"pl"', Infinity, 14, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4068
|
+
useLocaleNumeralDefinition('ą', '"pl"', NaN, 14, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3967
4069
|
useLocaleNumeralDefinition('н', '"ru"', NaN, 0, LOCALE_NUMERALS_EXT);
|
|
3968
4070
|
useLocaleNumeralDefinition('е', '"ru"', NaN, 1, LOCALE_NUMERALS_EXT);
|
|
3969
4071
|
useLocaleNumeralDefinition('ч', '"ru"', NaN, 3, LOCALE_NUMERALS_EXT);
|
|
@@ -3971,6 +4073,17 @@
|
|
|
3971
4073
|
useLocaleNumeralDefinition('с', '"ru"', NaN, 5, LOCALE_NUMERALS_EXT);
|
|
3972
4074
|
useLocaleNumeralDefinition('л', '"ru"', NaN, 6, LOCALE_NUMERALS_EXT);
|
|
3973
4075
|
useLocaleNumeralDefinition('о', '"ru"', NaN, 7, LOCALE_NUMERALS_EXT);
|
|
4076
|
+
useLocaleNumeralDefinition('б', '"ru"', Infinity, 0, LOCALE_NUMERALS_IE11_WIN7);
|
|
4077
|
+
useLocaleNumeralDefinition('е', '"ru"', Infinity, 1, LOCALE_NUMERALS_IE11_WIN7);
|
|
4078
|
+
useLocaleNumeralDefinition('с', '"ru"', Infinity, 2, LOCALE_NUMERALS_IE11_WIN7);
|
|
4079
|
+
useLocaleNumeralDefinition('к', '"ru"', Infinity, 3, LOCALE_NUMERALS_IE11_WIN7);
|
|
4080
|
+
useLocaleNumeralDefinition('н', '"ru"', Infinity, 5, LOCALE_NUMERALS_IE11_WIN7);
|
|
4081
|
+
useLocaleNumeralDefinition('ч', '"ru"', Infinity, 7, LOCALE_NUMERALS_IE11_WIN7);
|
|
4082
|
+
useLocaleNumeralDefinition('о', '"ru"', Infinity, 9, LOCALE_NUMERALS_IE11_WIN7);
|
|
4083
|
+
useLocaleNumeralDefinition('т', '"ru"', Infinity, 11, LOCALE_NUMERALS_IE11_WIN7);
|
|
4084
|
+
useLocaleNumeralDefinition('ь', '"ru"', Infinity, 12, LOCALE_NUMERALS_IE11_WIN7);
|
|
4085
|
+
useLocaleNumeralDefinition('正', '"zh"', Infinity, 0, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
4086
|
+
useLocaleNumeralDefinition('字', '"zh-cn"', NaN, 2, LOCALE_NUMERALS_IE11_WIN7_8);
|
|
3974
4087
|
}
|
|
3975
4088
|
)();
|
|
3976
4089
|
|
|
@@ -4708,8 +4821,8 @@
|
|
|
4708
4821
|
function getMantissa()
|
|
4709
4822
|
{
|
|
4710
4823
|
var lastDigitIndex = usefulDigits - 1;
|
|
4711
|
-
var preMantissa =
|
|
4712
|
-
var lastDigit = +
|
|
4824
|
+
var preMantissa = digitsBeforeDot.slice(0, lastDigitIndex);
|
|
4825
|
+
var lastDigit = +digitsBeforeDot[lastDigitIndex];
|
|
4713
4826
|
var value = evalNumber(preMantissa, lastDigit, exp);
|
|
4714
4827
|
for (;;)
|
|
4715
4828
|
{
|
|
@@ -4726,9 +4839,9 @@
|
|
|
4726
4839
|
var str;
|
|
4727
4840
|
var match = /^(\d+)(?:\.(\d+))?(?:e(.+))?$/.exec(number);
|
|
4728
4841
|
var digitsAfterDot = match[2] || '';
|
|
4729
|
-
var
|
|
4730
|
-
var usefulDigits =
|
|
4731
|
-
var exp = (match[3] | 0) - digitsAfterDot.length +
|
|
4842
|
+
var digitsBeforeDot = (match[1] + digitsAfterDot).replace(/^0+/, '');
|
|
4843
|
+
var usefulDigits = digitsBeforeDot.search(/0*$/);
|
|
4844
|
+
var exp = (match[3] | 0) - digitsAfterDot.length + digitsBeforeDot.length - usefulDigits;
|
|
4732
4845
|
var mantissa = getMantissa();
|
|
4733
4846
|
if (exp >= 0)
|
|
4734
4847
|
{
|
|
@@ -5251,7 +5364,18 @@
|
|
|
5251
5364
|
(
|
|
5252
5365
|
Encoder.prototype,
|
|
5253
5366
|
{
|
|
5254
|
-
|
|
5367
|
+
_commonResolveCharacter:
|
|
5368
|
+
function (char)
|
|
5369
|
+
{
|
|
5370
|
+
var charCode = char.charCodeAt();
|
|
5371
|
+
var atobOpt = charCode < 0x100;
|
|
5372
|
+
var stdOpt = !atobOpt;
|
|
5373
|
+
var solution =
|
|
5374
|
+
this._createCharCommonSolution(char, charCode, atobOpt, stdOpt, stdOpt, stdOpt);
|
|
5375
|
+
return solution;
|
|
5376
|
+
},
|
|
5377
|
+
|
|
5378
|
+
_createCharCommonSolution:
|
|
5255
5379
|
function (char, charCode, atobOpt, charCodeOpt, escSeqOpt, unescapeOpt)
|
|
5256
5380
|
{
|
|
5257
5381
|
var solution;
|
|
@@ -5285,17 +5409,6 @@
|
|
|
5285
5409
|
return solution;
|
|
5286
5410
|
},
|
|
5287
5411
|
|
|
5288
|
-
_defaultResolveCharacter:
|
|
5289
|
-
function (char)
|
|
5290
|
-
{
|
|
5291
|
-
var charCode = char.charCodeAt();
|
|
5292
|
-
var atobOpt = charCode < 0x100;
|
|
5293
|
-
var stdOpt = !atobOpt;
|
|
5294
|
-
var solution =
|
|
5295
|
-
this._createCharDefaultSolution(char, charCode, atobOpt, stdOpt, stdOpt, stdOpt);
|
|
5296
|
-
return solution;
|
|
5297
|
-
},
|
|
5298
|
-
|
|
5299
5412
|
_getPaddingBlock:
|
|
5300
5413
|
function (length)
|
|
5301
5414
|
{
|
|
@@ -5594,7 +5707,7 @@
|
|
|
5594
5707
|
if (entries)
|
|
5595
5708
|
solution = findOptimalSolution(this, char, entries);
|
|
5596
5709
|
if (!solution)
|
|
5597
|
-
solution = this.
|
|
5710
|
+
solution = this._commonResolveCharacter(char);
|
|
5598
5711
|
}
|
|
5599
5712
|
else
|
|
5600
5713
|
{
|
|
@@ -8249,8 +8362,8 @@
|
|
|
8249
8362
|
ENTRIES[name + ':available'] = entries.available;
|
|
8250
8363
|
}
|
|
8251
8364
|
|
|
8252
|
-
exposeEntries('FORMAT_MAPPER_LONG',
|
|
8253
|
-
exposeEntries('FORMAT_MAPPER_SHORT',
|
|
8365
|
+
exposeEntries('FORMAT_MAPPER_LONG', FORMAT_MAPPER_LONG);
|
|
8366
|
+
exposeEntries('FORMAT_MAPPER_SHORT', FORMAT_MAPPER_SHORT);
|
|
8254
8367
|
exposeEntries('FROM_CHAR_CODE', FROM_CHAR_CODE);
|
|
8255
8368
|
exposeEntries('FROM_CHAR_CODE_CALLBACK_FORMATTER', FROM_CHAR_CODE_CALLBACK_FORMATTER);
|
|
8256
8369
|
exposeEntries('OPTIMAL_B', OPTIMAL_B);
|
package/lib/jscrewit.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
// JScrewIt 3.
|
|
2
|
-
!function(){function s(e,r){return Re(r).forEach(function(n){var t=pe(r,n);t.enumerable=!1,_e(e,n,t)}),e}function x(t){var e=N();return Re(t).forEach(function(n){e[n]=t[n]}),e}function w(n,t){try{return de(n,t)}catch(n){}}function k(n,t,e,r){var i=(i=this.startLinks)[o=n]||(i[o]=[]),o=i[t];o?o.saving<r&&(o.data=e,o.saving=r):(o=i[t]={start:n,length:t,data:e,saving:r},this.clusters.push(o)),this.maxLength<t&&(this.maxLength=t)}function U(n,t){return n.saving-t.saving||t.length-n.length||B(t,n)}function B(n,t){return t.start-n.start}function H(){var n,t=[],e=this.clusters;if(e.length){for(e.sort(U);n=function(n,t,e){for(var r;r=t.pop();)if(null!=r.saving){for(var i,o=n,u=e,a=r.start,c=a,s=a+r.length;(i=o[c])&&(W(i,0),delete o[c]),++c<s;);for(var f=1;f<u;)(i=o[a-f++])&&(W(i,f),i.length=f);return r}}(this.startLinks,e,this.maxLength);)t.push(n);t.sort(B)}return t}function W(n,t){for(var e=n.length;e-- >t;){var r=n[e];r&&delete r.saving}}function j(n,t){function e(){this.constructor=n}if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ne(n,t),n.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}function E(n,t){return(n&t)===t}function z(n,t){for(var e=0,r=Ue(t);e<r.length;e++){var i=r[e],o=ke(t,i);o.enumerable=!1,we(n,i,o)}}function J(n){if("symbol"==typeof n)throw He("Cannot convert a symbol to a string");return Be(n)}function X(n,t){we(n,"mask",{value:t})}function q(n,i,o,u,a,c,s){return(!u.length||n&&!function(){for(var n=i.length+o.length+(u.length-1)*(a.length+1)+c.length,t=0,e=u;t<e.length;t++){var r=e[t];if(~r.indexOf("\n"))return 1;if(n+=r.replace(/\x1b\[\d+m/g,"").length,s<n)return 1}}()?"".concat(i).concat(o).concat(u.join("".concat(a," "))):"".concat(i,"\n").concat(u.join("".concat(a,"\n")).replace(/^/gm," "),"\n")).concat(c)}function V(n){throw ye("Unknown feature ".concat(me(n)))}function M(n,t,e){t=t.toLocaleString(n);return e.test(t)}function e(n){return"Features available in "+n+"."}function $(n){return function(){return"undefined"!=typeof self&&n.test(self+"")}}function Q(){var n=arguments,t=n.length-2,e=n[t],r=n[1+t],n=tn(n,0,t),t=tn(e,r);return Zt(n,t),this.apply(null,n)}function K(n,t){return{definition:n,mask:t}}function f(n){return K(n,tn(arguments,1).reduce(function(n,t){return n|t.mask},Y))}function Z(e,n){n=n.map(function(n){var t=e[n.definition];return K(t.definition,n.mask|t.mask)});return n.available=e,n}function nn(n){n._=Q}function tn(n,t,e){return ne(n,t,e)}function en(n,t){return(n-55296<<10)+t+9216}function rn(n){return te(n+1).join("0")}function on(n,t){return Ce.replaceString(n,t)}function un(){var e,r=1/0;return Qt(arguments,function(n){var t=n.length;t<r&&(e=n,r=t)}),e}function r(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];for(var e=0,r=0,i=n;r<i.length;r++)e|=i[r];return e}function an(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=r.apply(void 0,n);return function(n){return $t(e,n)}}function cn(n){for(var t=0,e=Je;t<e.length;t++){var r=e[t];if(function(n,e){return!(n.length>e.length)&&n.every(function(n,t){return $t(n,e[t].type)})}(r.typeSetList,n))return r}}function l(n,t){return f._({block:n,shiftedIndex:t},arguments,2)}function sn(n){var t=ir[n];if(!t){var e=R.AT,r=R.FF_SRC,i=R.IE_SRC,o=R.NO_FF_SRC,u=R.NO_IE_SRC,a=R.NO_V8_SRC,c=R.V8_SRC;switch(n){case 16:t=[l("FBEP_4_S","2 + FH_SHIFT_1"),l("FBP_5_S",21,o),l("FBEP_4_S",20,u),l("RP_0_S","2 + FH_SHIFT_1",a),f(0,r),f(0,i),f(4,c)];break;case 18:case 28:t=[l("RP_5_A + [FBP_7_WA]",n+12),l("RP_4_A + [FBP_8_WA]",n+12,e),l("[RP_3_WA] + FBP_9_U",n+12,o),l("[RP_3_WA] + FBEP_9_U",n+12,u),l("FBEP_4_S",n+4,R.INCR_CHAR,u),l("RP_0_S",(n+2)/10+" + FH_SHIFT_3",a),f(0,r),f(0,i),f(3,c)];break;case 20:case 30:t=[l("RP_3_WA + [FBP_7_WA]",n+10),l("FBEP_10_S",(n+10)/10+" + FH_SHIFT_1",e),l("[RP_1_WA] + FBP_9_U",n+10,o),l("FBEP_10_S",n+10,u),l("RP_6_S",(n+10)/10+" + FH_SHIFT_1",a),f(6,r),f(5,i),f(0,c)];break;case 21:t=[l("FBEP_9_U","3 + FH_SHIFT_1"),l("FBP_9_U",30,o),l("FBEP_9_U",30,u),l("RP_5_A","3 + FH_SHIFT_1",a),f(5,r),f(4,i),f(0,c)];break;case 23:t=[l("FBP_7_WA",30),l("FBP_9_U",32,o),l("FBEP_9_U",32,u),l("RP_3_WA","3 + FH_SHIFT_1",a),f(3,r),f(3,i),f(0,c)];break;case 25:t=[l("FBP_7_WA",32),l("FBP_5_S",30,o),l("RP_1_WA + FBEP_4_S",30,u),l("RP_1_WA","3 + FH_SHIFT_1",a),f(1,r),f(0,i),f(5,c)];break;case 32:t=[l("FBP_8_WA",40),l("FBP_9_U",41,o),l("FBEP_9_U",41,u),l("RP_4_A","4 + FH_SHIFT_1",a),f(4,r),f(3,i),f(0,c)];break;case 34:t=[l("FBP_7_WA",41),l("RP_1_WA + FBP_5_S",40,o),l("FBEP_9_U",43,u),l("RP_2_WS","4 + FH_SHIFT_1",a),f(3,r),f(1,i),f(6,c)]}t.cacheKey="FBP:"+n,ir[n]=t}return t}function fn(n){var t=or[n];if(!t){var e=R.IE_SRC,r=R.INCR_CHAR,i=R.NO_IE_SRC;switch(n){case 3:case 13:t=[l("RP_4_A + [FHP_3_WA]",n+7),l("FHP_8_S",n+8,r),f(6,e),f(0,i)];break;case 6:case 16:t=[l("FHP_5_A",n+5),f(3,e),f(4,i)];break;case 8:case 18:t=[l("FHP_3_WA",n+3),l("RP_2_WS",(n+2)/10+" + FH_SHIFT_1",r),f(1,e),f(3,i)];break;case 9:case 19:t=[l("RP_1_WA",(n+1)/10+" + FH_SHIFT_1"),f(0,e),f(1,i)];break;case 11:t=[l("RP_0_S","1 + FH_SHIFT_2"),f(0,e),f(0,i)];break;case 12:t=[l("FHP_8_S",20),f(0,e),f(0,i)];break;case 14:t=[l("[RP_1_WA] + FHP_5_A",20),f(5,e),f(6,i)];break;case 15:t=[l("FHP_5_A",20),f(4,e),f(5,i)];break;case 17:t=[l("FHP_3_WA",20),l("RP_3_WA","2 + FH_SHIFT_1",r),f(3,e),f(3,i)]}t.cacheKey="FHP:"+n,or[n]=t}return t}function ln(n,t){var e=function(n){for(var t=!1;"value"in n&&Sn(n);){var e=n.value;if(!ee(e))return null==e&&t?"":v(e);if(!(n=e[0]))return"";t=!0}}(t);null!=e&&(t.str=e),t.type="get",_n(n,t)}function _n(n,t){n=n.opsStack;n[n.length-1].push(t)}function pn(n,t){if(!n.mod&&"value"in n&&n.arithmetic&&!n.pmod){var e=n.value;n:for(var r=t.length;r--;)switch(t[r]){case"!":e=!e;break;case"+":e=+e;break;case"-":e=-e;break;case"#":break n}n.value=e,t=t.slice(0,r+1)}t&&(t=Nn(t,n.mod||"",n.pmod),n.mod=t,n.arithmetic=!0)}function Rn(n){n=u(n,ri);if(n){var t=ue('"'+n+'"');if(/^[$A-Z_a-z][$\w]*$/.test(t))return{escaped:t.length<n.length,identifier:t}}}function dn(n){return oe("return "+n)()}function hn(n,t){if(i(n)&&kn(t))return bn(t,{value:[n]}),o}function An(n,t){if(mn(t))return bn(t,n),o}function Tn(n,t){if(i(n)&&kn(t))return ln(t,n),o}function vn(n,t){if(i(n)&&mn(t))return n.type="param-call",_n(t,n),o}function i(n){var t=n.mod||"";if(!/-/.test(t)&&(!/#$/.test(t)||n.ops.length))return n.mod=t.replace(/#/g,"++"),n}function Sn(n){return!n.mod&&!n.ops.length}function Nn(n,t,e){n=(n+t).replace(/\+\+|--/,"+").replace(/\+-|-\+/,"-").replace(/!-/,"!+").replace(/\+#/,"#").replace(/!\+!/,"!!").replace("!!!","!");return e?n.replace(/\+$/,""):n}function En(n){n="^(?:"+Bn(n)+")";return de(n)}function bn(n,t){n.opsStack.push([]),gn(n,t)}function o(n){if(yn(n))return mn(n)?(_n(n,{type:"call"}),o):(Cn(n,vn),Fn);if(wn(n))return Cn(n,Tn),Fn;if(u(n,/^\./))return(t=Rn(n))?(ln(n,{ops:[],value:t.identifier}),o):void 0;var t=On(n),e=n.opsStack.pop();if(e.length&&(t.arithmetic=!1,t.mod||t.pmod)){if(!i(t))return;t={terms:[t]}}t.ops=e=(t.ops||[]).concat(e),!e.length||t.mod||t.pmod||/^.*$/.test(n.separator)&&(e=u(n,/^\+\+/))&&(t.pmod=e,t.arithmetic=!0);e=n,n=t,t=On(e);if(pn(n,e.modStack.pop()),t){if(!i(n))return;var r=t.terms;if(r&&Sn(t))r.push(n),n.arithmetic||(t.arithmetic=!1);else{if(!i(t))return;t={arithmetic:t.arithmetic&&n.arithmetic,ops:[],terms:[t,n]}}}else t=n;r=u(e,/^(?:\+(?!\+)|-(?!-))/);return r?("-"!==r||t.arithmetic||pn(t,"+"),Ln(e,Pn(e,"+"===r?"":r)),gn(e,t),In):e.finalizerStack.pop()(t,e)}function In(n){var t=u(n,ui);if(t)return bn(n,{value:dn(t)}),o;t=u(n,ei);if(t)return bn(n,{arithmetic:!0,value:dn(t)}),o;if(wn(n))return kn(n)?(bn(n,{value:[]}),o):(Cn(n,hn),Fn);if(yn(n))return Cn(n,An),Fn;t=Rn(n);if(t){var e,r=t.identifier,t=t.escaped;if(ti.indexOf(e=r)<0&&(!t||ni.indexOf(e)<0))return bn(n,{identifier:r}),o}}function Fn(n){if(n.finalizerStack.length<=1e3)return Ln(n,Pn(n,"")),gn(n),In}function On(n){return n.unitStack.pop()}function Cn(n,t){n.finalizerStack.push(t)}function Ln(n,t){n.modStack.push(t)}function gn(n,t){n.unitStack.push(t)}function u(n,t){var e,r=n.data,t=t.exec(r);if(t)return t=t[0],r=r.slice(t.length),(e=oi.exec(r)[0])&&(r=r.slice(e.length)),n.data=r,n.separator=e,t}function Pn(n,t){for(var e;e=u(n,/^(?:!|\+\+?|-(?!-))/);)t=Nn(t,e.replace(/\+\+/g,"#"));return t}function yn(n){return u(n,/^\(/)}function mn(n){return u(n,/^\)/)}function xn(n){n.data=n.data.replace(ii,"")}function wn(n){return u(n,/^\[/)}function kn(n){return u(n,/^]/)}function Un(n,t){return"(?:"+(null==(r=Zr[t])&&(e=Kr[t],Zr[t]=r=Bn(e)),r)+")";var e,r}function Bn(n){return n.replace(/#(\w+)/g,Un)}function Hn(n){var t,n={data:n,modStack:[],opsStack:[],finalizerStack:[i],unitStack:[]};return xn(n),!n.data||((t=function(n){for(var t=Fn;"function"==typeof t;t=t(n));return t}(n))&&(xn(n),!n.data)?t:void 0)}function Wn(n,t){this.$=t,this.nn=n,this.tn=[],this.en=-3}function jn(n,t,e){return+(n+t+"e"+e)}function Mn(n){var n=/^(\d+)(?:\.(\d+))?(?:e(.+))?$/.exec(n),t=n[2]||"",o=(n[1]+t).replace(/^0+/,""),u=o.search(/0*$/),a=(0|n[3])-t.length+o.length-u,n=function(){for(var n=u-1,t=o.slice(0,n),e=+o[n],r=jn(t,e,a);;){var i=e-1;if(jn(t,i,a)!==r)break;e=i}return t+e}();return 0<=a?a<10?n+rn(a):a%100==99&&(99<a||n[1])?n.replace(/.$/,".$&e")+(1+a):n+"e"+a:a>=-n.length?n.slice(0,a)+"."+n.slice(a):function(n,t,e){var r,i=-93<t%100?-7<t%10?0:10+t%10:100+t%100;if(n+=rn(i),6*i+26+136+(i=v(-(t-=i)),r=0,Qt(i,function(n){n=ci[n];r+=n}),r)<e)return n+"e"+t}(n,a,73+6*(t=-n.length-a))||"."+rn(t)+n}function Dn(n,t){return ee(t)?n.findDefinition(t):t}function Yn(n){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[n>>2]+Cr[3&n],e="("+this.replaceString(t)+")",t=(2<t.length&&(e+=Gn(0)),Dn(this,yr[n>>4])),r=t+Dn(this,Lr[15&n]),t=Gn(1+(t.length-2)/4*3),r="("+this.replaceString(r)+")"+t,t=Pr[n>>6],n=t+gr[63&n],t=Gn(2+(t.length-3)/4*3),e=un(e,r,"("+this.replaceString(n)+")"+t);return this.resolveConstant("atob").replacement+e}function Gn(n){return"["+on(v(n))+"]"}function zn(n){var t=n<65536?this.findDefinition(Hr):"fromCodePoint",t=this.replaceString(t,{optimize:!0}),n=this.replaceExpr(0===n?"[]":1===n?"true":n<10?""+n:'"'+n+'"');return this.replaceExpr("String")+"["+t+"]("+n+")"}function Jn(n,t,e){var r=n.findDefinition(Mr),t=t.toString(16),i=(e=e?rn(e-t.length)+t.replace(/fa?$/,"false"):t).replace(/b/g,r);return"b"!==r&&/(?=.*b.*b)(?=.*c)|(?=.*b.*b.*b)/.test(t)&&(r=n.replaceString(e,_i),t=n.replaceString(i,li),r.length<t.length)?e:i}function Xn(n){var t,n=65536<=n?(e="u{"+Jn(this,n)+"}",!(t=!1)):253<=n||n in pi?(t=5<(e="u"+Jn(this,n,4)).length,!0):(e=n.toString(8),t=!1),e='Function("return\\"\\\\'+e+'\\"")()';return t&&(e+="[0]"),this.replaceExpr(e,{default:!1,toStringOpt:n})}function qn(n){var t,n=n<256?(t=2<(e=Jn(this,n,2)).length,!1):(t=5<(e="u"+Jn(this,n,4)).length,!0),e='unescape("%'+e+'")';return t&&(e+="[0]"),this.replaceExpr(e,{default:!1,toStringOpt:n})}function Vn(n){this.mask=n,this.rn=le(Ri),this.on=le(di),this.un=N(),this.an=N(),this.cn=[]}function $n(n,t,e){var r,i,o,u,a=n.cn,c=a.indexOf(t);a.push(t);try{if(~c)throw r=a.slice(c),i=Ai(n.mask),o="Circular reference detected: "+r.join(" < ")+" – "+i,s(u=he(o),{chain:r,feature:i}),u;e.call(n)}finally{a.pop()}}function Qn(e,r,n,i){var o;return n.forEach(function(n,t){e.hasFeatures(n.mask)&&(n=e.resolve(n.definition,r,i),!o||o.length>n.length)&&null==(o=n).entryCode&&(o.entryCode=t)},e),o}function Kn(n,t,e){var r=t in n.constantDefinitions?n.resolveConstant(t):rr[t],n=(r||nt(n,"Undefined identifier "+t),e&&r.isLoose||1<e&&"!"===r.replacement[0]),t=r.replacement;return n?"("+t+")":t}function Zn(n,t,e,r,i){r=r.call(n,e),n=new L(t,r,C.STRING);return n.entryCode=i,n}function nt(n,t){var n=n.cn,e=n.length;throw e&&(t+=" in the definition of "+n[e-1]),he(t)}function tt(e,r){function u(n,t){n=A(n);return n.sortLength=t,n}function n(n,t,e){n=u(n,t);return n.isJoiner=e,n}function i(t){var n=c-t.sortLength,n=s[n];n&&n.forEach(function(n){o(n+t,c,t)})}function o(n,t,e){if(!(n in _)){_[n]=null;var r=s[t]||(s[t]=[]),i=u(n,t);for(r.push(i),e.isJoiner=!1;;++l){var o=a[l];if(!o)break;if(o.isJoiner){i.joiner=o.valueOf();break}}}}var a=[n("",0,!1),n("false",4,!0),n("true",5,!0),n("0",6,!0),n("undefined",7,!0),n("1",8,!0),n("NaN",9,!0),n("2",12,!0),n("f",14,!1),n("t",15,!1),n("a",16,!1),n("3",17,!0),n("N",17,!1),n("r",17,!1),n("u",17,!1),n("n",19,!1),n("l",20,!1),n("4",22,!0),n("d",23,!1),n("s",25,!1),n("e",26,!1),n("5",27,!0),n("i",28,!1),n("6",32,!0),n("7",37,!0),n("8",42,!0),n("9",47,!0)],c=0,s=[],f=[],l=0,_=N(),p=a.filter(function(n){var t=n.valueOf();if(0<=e.indexOf(t))o(t,n.sortLength,n);else if(t!==r)return!0});return function(n){for(;f.length<=n;){p.forEach(i);var t=s[c++];t&&Zt(f,t)}return f[n]}}function et(n){for(var t=arguments.length;;){if(n<0)return;if(--t<1)break;n-=arguments[t].length}return ne(arguments,1).join("")}function rt(n){return"[][[]]"===n&&(n+="+[]"),n}function it(i,n,t,e,r){var o,u,a=n.length,c=i.perfLog,s=[],f=(s.name=r,s.inputLength=a,c.push(s),A(n));return Re(t).forEach(function(n){f[n]=t[n]}),e.forEach(function(n){var t,e=Oi[n],n={strategyName:n},r=a<e.minInputLength?"skipped":i.hasFeatures(e.mask)?(i.perfLog=n.perfLog=[],r=new re,t=null!=o?o.length:NaN,e=e.call(i,f,t),t=new re-r,i.perfLog=c,n.time=t,null!=e?(o=e,u&&(u.status="superseded"),(u=n).outputLength=e.length,"used"):"incomplete"):"unsuited";n.status=r,s.push(n)}),o}function ot(n,t,e,r,i,o,u){t=Kt(t,function(n){return e[n]});return n.replaceStringArray(t,r,i,!o,o,u)}function ut(n,t,e,r,i){var o=n.resolveConstant("MAP").replacement,u=i-Ni,a=u-t.length-Ei;if(!(o.length>a)){a=n.findDefinition(Wr)(e,r),e=et(u,t,"[",o,"](",n.sn('Function("return '+a+'")()'),")");if(e)return n.fn(e,i)}}function at(n,t,e,r,i){var o=n.resolveConstant("MAP").replacement,u=i-Ni,a=u-t.length-Ei-r.length-2;if(!(o.length>a)){a=et(u,t,"[",o,"](",n.sn(e),"(",r,"))");if(a)return n.fn(a,i)}}function ct(n,t,e,r,i,o){var u="strCodeCache"+(i?"Radix"+i:""),r=r(t.valueOf(),i,t[u]||(t[u]=N())),t=n.replaceStringArray(r,[vi],null,!1,!1,o);if(t)return i?ut(n,t,e,"parseInt(undefined,"+i+")",o):r.length>n.ln?ut(n,t,e,"undefined",o):(u=n.findDefinition(Dr)+"."+e+"(",et(o,n.resolveConstant("Function").replacement,"(",n.replaceString(u,{optimize:!0}),"+",t,"+",n.resolveCharacter(")").replacement,")()"))}function st(n,t,e,r,i){var o;if(!e||t){if(null==(o=_t(n,t,!e||e.forceString?si:0,r,i)))return}else o="";if(!((o=e?e.call(n,o):o).length>i))return o}function ft(n,t,e,r,i,o,u){var a=o.valueOf(),o=Rt(o),c=N(),s=t(a),t=o.map(function(n,t){t=e(t);return c[n.char]=t,s+=n.count*t.sortLength,t}),o=lt(n,o.map(function(n){return n.char}),u-s);if(o){var r=r(e,t),f=u-o.length,t=n.replaceStringArray(t,r,null,!1,!0,f-s);if(t){r=ot(n,a,c,i,null,!0,f-t.length);if(r)return a=n._n(),n.pn(a,r,t,o,u)}}}function lt(n,t,e){if(!(e<0)){n=it(n,t.join(""),{screwMode:si},["byCodePointsRadix4","byCharCodesRadix4","byCodePoints","byCharCodes","plain"],"legend");if(n&&!(n.length>e))return n}}function _t(n,t,e,r,i){n=it(n,t,{screwMode:e},Ci,r);if(null!=n&&!(n.length>i))return n}function pt(n,t){var e=[Si],n=n(t.length-1).joiner;return null!=n&&e.push({joiner:n,separator:n}),e}function Rt(n){var t,e,r=n.freqList;return r||(t=N(),Qt(n,function(n){(t[n]||(t[n]={char:n,charCode:n.charCodeAt(),count:0})).count++}),e=Re(t),n.freqList=r=e.map(function(n){return t[n]}).sort(function(n,t){return t.count-n.count||n.charCode-t.charCode})),r}function dt(){return[vi]}function ht(n){return n.length?n.join(":"):"0"}function At(n){return se(4*(n.length-1)-3,0)}function Tt(){return-1}function vt(n,t,e){for(var r=[],i=/[^]/g;o=i.exec(n);){var o=o[0],u=e[o];null==u&&(u=e[o]=o.charCodeAt().toString(t)),r.push(u)}return r}function St(n,t,e){for(var r=[],i=w(".","gsu")||/[\ud800-\udbff][\udc00-\udfff]|[^]/g;o=i.exec(n);){var o=o[0],u=e[o];null==u&&(u=e[o]=Li(o).toString(t)),r.push(u)}return r}function Nt(n){return this.resolveConstant("Function").replacement+"("+n+")()"}function Et(n){return this.replaceExpr('Function("return eval")()')+"("+n+")"}function bt(n){if(","===n.source)return 0}function It(n){n=n.source;return n&&1===n.length}function Ft(n,t,e){if(n&&1===n.length){n=n.charCodeAt();if(t<=n&&n<=e)return n}}function Ot(n){return Te(n,mi)+1}function Ct(n){Vr.set(n.mask,n)}function Lt(n,t){n=function(n){if("symbol"==typeof n)throw Ae("Cannot convert a symbol to a string");return v(n)}(n);var e=(t=t||{}).features,r=t.runAs,r=void 0!==r?gt(r,"runAs"):gt(t.wrapWith,"wrapWith"),i=r[0],r=r[1],o=(t.trimCode&&(u=(u=n).replace(/^(?:\s|\uFEFF|\/\/.*(?!.)|\/\*[\s\S]*?\*\/)*(?!.)\s/,""),n=u=(o=qr.exec(u))&&"\\"!==u[(o=o.index)-1]?u.slice(0,o):u),t.perfInfo),u=Hi(e);return(t=Vr.get(u))||(Ct(t=new Vn(u)),mt()),($r=t).Rn(n,i,r,o)}function gt(n,t){var e=["text","express"],r=["text"];if(void 0===n)return[Et,e];switch(v(n)){case"call":return[Nt,r];case"eval":return[Et,r];case"express":return[,["express"]];case"express-call":return[Nt,e];case"express-eval":return[Et,e];case"none":return[,r]}throw ie("Invalid value for option "+t)}function Pt(){Qr=void 0,Wi||(yt(),Ct($r))}function yt(){Vr=new Ie}function mt(){!Wi&&!Qr&&1<Vr.size&&(Qr=ve(Pt))}function xt(){this.dn=Object.create(null),this.hn=0}function wt(){return null!==be&&be.apply(this,arguments)||this}function kt(){return null!==Fe&&Fe.apply(this,arguments)||this}function D(){return xe(null)}function Ut(){}function n(){var n=null!==Xe&&Xe.apply(this,arguments)||this;return n.tn=[],n}function Bt(n,t,e){var r=Ve.call(this)||this;return r.source=n,r.type=e,r.defineReplacement({get:function(){var n=t();return this.defineReplacement({value:n,writable:!0}),n}}),r}function Ht(n,t,e){var r=Qe.call(this)||this;return r.source=n,r.replacement=t,r.type=e,r}function Wt(n){return this.An(n)}function a(){return f(Wt)}function t(n,t){var e,r=n,i=fn(e=t);return f._(function(n){return this.Tn(n,r,e,i,kr)},arguments,2)}function jt(n){return f((t=n,function(n){return this.vn(n,t,sn,wr)}));var t}function Mt(n){var t=n;return f._(function(n){return this.vn(n,t,fn,kr)},arguments,1)}function Dt(n,t,e){t="("+t+")[TO_LOCALE_STRING]("+n+")";return null!=e&&(4<e?t="("+er[10-e]+" + "+t+")[10]":t+="["+e+"]"),f._(t,arguments,3)}function Yt(n,t,e){var r;rr[n]=(r=t,new $e(n,function(){return Ce.replaceExpr(r)},e))}function c(n,t,e,r){mr[n]=[Dt._(t,e,r,arguments,4),a()]}function Gt(n,t){for(var e=v.fromCharCode,r=0;r<=9;++r){var i=e(t+r);c._(i,n,r,void 0,arguments,2)}}function zt(n){return'Function("return falsefalse=>undefined=>falsefalse'+n+'")()'}function Jt(n){return'Function("return function(f){return this'+n+'}")().bind'}function Xt(n){return'Function("return function(falsefalse){return function(undefined){return falsefalse'+n+'}}")()'}function qt(n){return'Function("return undefined=>falsefalse=>undefined[1][undefined[0]'+n+']")()'}function Vt(n){return'Function("return function(undefined){return function(falsefalse){return undefined[1][undefined[0]'+n+']}}")()'}function _(n,t,e,r){return n.encodingType=t,n.minInputLength=e,void 0===r&&(r=R.DEFAULT),n.mask=r.mask,n}function $t(n,t){return 0!=(n&t)}var Qt,Kt,Zt,ne,te=Array,ee=te.isArray,re=Date,ie=Error,oe=Function,ue=JSON.parse,ae=JSON.stringify,ce=Math.abs,se=Math.max,fe=Math.min,A=Object,le=A.create,_e=A.defineProperty,pe=A.getOwnPropertyDescriptor,Re=A.keys,de=RegExp,v=String,he=SyntaxError,Ae=TypeError,Te=parseInt,ve=setTimeout,N=le.bind(null,null,void 0),Se=oe(),Ne=(h=te.prototype,d=(p=oe.prototype).apply,(p=p.call).bind(h.every),Qt=p.bind(h.forEach),Kt=p.bind(h.map),ne=p.bind(h.slice),Zt=d.bind(h.push),function(n,t){return(Ne=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e])}))(n,t)}),Ee=function(){return(Ee=Object.assign||function(n){for(var t,e=1,r=arguments.length;e<r;e++)for(var i in t=arguments[e])Object.prototype.hasOwnProperty.call(t,i)&&(n[i]=t[i]);return n}).apply(this,arguments)},Y=0,p=(Object.defineProperty(xt.prototype,"size",{get:function(){return this.hn},enumerable:!1,configurable:!0}),xt.prototype.has=function(n){return n in this.dn},xt.prototype.Sn=function(n,t){var e=this.dn;n in e||++this.hn,e[n]=t},xt);j(wt,be=p),wt.prototype.get=function(n){return this.dn[n]},wt.prototype.set=function(n,t){this.Sn(n,t)};var be,Ie=wt;j(kt,Fe=p),kt.prototype.add=function(n){this.Sn(n,void 0)};var Fe,Oe,R,Ce,Le,ge=kt,Pe=Array.isArray,ye=Error,me=JSON.stringify,xe=Object.create,we=Object.defineProperty,G=Object.freeze,ke=Object.getOwnPropertyDescriptor,Ue=Object.keys,Be=String,He=TypeError,We={ARRAY_ITERATOR:{description:'The property that the string representation of Array.prototype.entries() evaluates to "[object Array Iterator]".',check:function(){if(Array.prototype.entries)return[].entries()+""=="[object Array Iterator]"}},ARROW:{description:"Support for arrow functions.",check:function(){try{return Function("()=>{}")(),!0}catch(n){}}},AT:{description:"Existence of the native functions Array.prototype.at and String.prototype.at.",check:function(){return Array.prototype.at&&String.prototype.at}},BARPROP:{description:'Existence of the global object statusbar having the string representation "[object BarProp]".',check:function(){return"object"==typeof statusbar&&statusbar+""=="[object BarProp]"},attributes:{"web-worker":"web-worker-restriction"}},CAPITAL_HTML:{description:"The property that the various string methods returning HTML code such as String.prototype.big or String.prototype.link have both the tag name and attributes written in capital letters.",check:function(){return"<BIG></BIG>"==="".big()&&'<FONT COLOR=""></FONT>'==="".fontcolor("")&&'<FONT SIZE=""></FONT>'==="".fontsize("")&&'<A HREF=""></A>'==="".link("")&&"<SMALL></SMALL>"==="".small()&&"<STRIKE></STRIKE>"==="".strike()&&"<SUB></SUB>"==="".sub()&&"<SUP></SUP>"==="".sup()}},CONSOLE:{description:'Existence of the global object console having the string representation "[object Console]".\nThis feature may become unavailable when certain browser extensions are active.',check:function(){return"object"==typeof console&&console+""=="[object Console]"}},DOCUMENT:{description:'Existence of the global object document whose string representation starts with "[object " and ends with "Document]".',check:function(){return"object"==typeof document&&/^\[object [\S\s]*Document]$/.test(document+"")},attributes:{"web-worker":"web-worker-restriction"}},ESC_HTML_QUOT:{description:'The property that double quotation marks in the argument of String.prototype.fontcolor are escaped as """.',check:function(){return~"".fontcolor('"').indexOf(""")}},FF_SRC:{description:'A string representation of native functions typical for Firefox and Safari.\nRemarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',includes:["NO_IE_SRC","NO_V8_SRC"],excludes:["NO_FF_SRC"]},FLAT:{description:"Existence of the native function Array.prototype.flat.",check:function(){return Array.prototype.flat}},FROM_CODE_POINT:{description:"Existence of the function String.fromCodePoint.",check:function(){return String.fromCodePoint}},FUNCTION_19_LF:{description:'A string representation of dynamically generated functions where the character at index 19 is a line feed ("\\n").',check:function(){return"\n"===(Function()+"")[19]}},FUNCTION_22_LF:{description:'A string representation of dynamically generated functions where the character at index 22 is a line feed ("\\n").',check:function(){return"\n"===(Function()+"")[22]}},IE_SRC:{description:'A string representation of native functions typical for Internet Explorer.\nRemarkable traits are the presence of a line feed character ("\\n") at the beginning and at the end of the string and a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',includes:["NO_FF_SRC","NO_V8_SRC"],excludes:["NO_IE_SRC"]},INCR_CHAR:{description:'The ability to use unary increment operators with string characters, like in ( ++"some string"[0] ): this will result in a TypeError in strict mode in ECMAScript compliant engines.',check:function(){return!0},attributes:{"forced-strict-mode":"char-increment-restriction"}},ITERATOR_HELPER:{description:"Availability of iterator helpers.",check:function(){return"function"==typeof Iterator}},LOCALE_INFINITY:{description:'Language sensitive string representation of Infinity as "∞".',check:function(){return"∞"===(1/0).toLocaleString()}},LOCALE_NUMERALS_BN:{description:"Localized number formatting for Bengali.",check:function(){return M("bn",1234567890,/^১,২৩,৪৫,৬৭,৮৯০/)}},LOCALE_NUMERALS_EXT:{description:'Extended localized number formatting.\nLocalized number formatting including the output of the first three letters in the second word of the Arabic string representation of NaN ("رقم"), the letters in the Russian string representation of NaN ("не число") and the letters in the Persian string representation of NaN ("ناعدد").',check:function(){return M("ar",NaN,/^ليس.رقم/)&&M("fa",NaN,/^ناعد/)&&M("ru",NaN,/^не.число/)}},NAME:{description:"Existence of the name property for functions.",check:function(){return"name"in Function()}},NO_FF_SRC:{description:"A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.",check:function(){return/^(\n?)function Object\(\) \{\1 +\[native code]\s\}/.test(Object)},excludes:["FF_SRC"]},NO_IE_SRC:{description:"A string representation of native functions typical for most engines with the notable exception of Internet Explorer.\nA remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.",check:function(){return/^function Object\(\) \{(\n )? \[native code]\s\}/.test(Object)},excludes:["IE_SRC"]},NO_V8_SRC:{description:'A string representation of native functions typical for Firefox, Internet Explorer and Safari.\nA most remarkable trait of this feature is the presence of a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',check:function(){return/^\n?function Object\(\) \{\n \[native code]\s\}/.test(Object)},excludes:["V8_SRC"]},OBJECT_ARRAY_ENTRIES_CTOR:{description:"The property that the Array.prototype.entries().constructor is the Object constructor.",check:function(){return Array.prototype.entries&&[].entries().constructor===Object}},OBJECT_W_SELF:{description:'The property that the string representation of the global object self starts with "[object W".',check:$(/^\[object W/),includes:["SELF"],attributes:{"web-worker":"non-ie-restriction"}},PLAIN_INTL:{description:'Existence of the global object Intl having the string representation "[object Object]".',check:function(){return"object"==typeof Intl&&Intl+""=="[object Object]"}},REGEXP_STRING_ITERATOR:{description:'The property that the string representation of String.prototype.matchAll() evaluates to "[object RegExp String Iterator]".',check:function(){return String.prototype.matchAll&&"".matchAll()+""=="[object RegExp String Iterator]"}},RUSSIAN_INFINITY:{description:'Russian string representation of Infinity as "∞".',check:function(){return"∞"===(1/0).toLocaleString("ru")}},SELF:{description:'Existence of the global object self whose string representation starts with "[object ".',check:$(/^\[object /)},SHORT_LOCALES:{description:'Support for the two-letter locale name "ar" to format decimal numbers as Arabic numerals.',check:function(){var n=9876430.125,t=n.toLocaleString("ar");return t===n.toLocaleString("ar-td")&&t!==n.toLocaleString("en")}},STATUS:{description:"Existence of the global string status.",check:function(){return"string"==typeof status},attributes:{"web-worker":"web-worker-restriction"}},V8_SRC:{description:'A string representation of native functions typical for the V8 engine.\nRemarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a single whitespace before the "[native code]" sequence.',includes:["NO_FF_SRC","NO_IE_SRC"],excludes:["NO_V8_SRC"]},WINDOW:{description:'Existence of the global object self having the string representation "[object Window]".',check:$(/^\[object Window]$/),includes:["OBJECT_W_SELF"],attributes:{"web-worker":"web-worker-restriction"}},DEFAULT:{description:"Minimum feature level, compatible with all supported engines in all environments."},BROWSER:{description:"Features available in all browsers.\nNo support for Node.js.",includes:["DOCUMENT","INCR_CHAR","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,"web-worker-restriction":null}},COMPACT:{description:"All new browsers' features.\nNot compatible with Node.js, Internet Explorer, and old versions of supported browsers.",includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","ITERATOR_HELPER","LOCALE_INFINITY","LOCALE_NUMERALS_EXT","NAME","NO_IE_SRC","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,"web-worker-restriction":null}},CHROME_PREV:{description:e("the previous to current versions of Chrome and Edge"),aliasFor:"CHROME_122"},CHROME:{description:e("the current stable versions of Chrome, Edge and Opera"),aliasFor:"CHROME_122"},CHROME_122:{families:["Chrome","Edge","Opera"],versions:["122-","122-","108-"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","ITERATOR_HELPER","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","STATUS","V8_SRC","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},FF_ESR:{description:e("the current version of Firefox ESR"),aliasFor:"FF_90"},FF_PREV:{description:e("the previous to current version of Firefox"),aliasFor:"FF_134"},FF:{description:e("the current stable version of Firefox"),aliasFor:"FF_134"},FF_90:{families:["Firefox"],versions:["90-130"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FF_SRC","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},FF_131:{inherits:"FF_90",versions:["131-133"],includes:{ITERATOR_HELPER:!0,OBJECT_ARRAY_ENTRIES_CTOR:!1}},FF_134:{inherits:"FF_131",versions:["134-"],includes:{SHORT_LOCALES:!1}},IE_11:{families:["Internet Explorer"],versions:["11"],includes:["CAPITAL_HTML","CONSOLE","DOCUMENT","FUNCTION_22_LF","IE_SRC","INCR_CHAR","PLAIN_INTL","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"web-worker-restriction":null}},IE_11_WIN_8:{inherits:"IE_11",versions:["11"],compatibilityTag:"on Windows 8",compatibilityShortTag:"W8",includes:{RUSSIAN_INFINITY:!0}},IE_11_WIN_10:{inherits:"IE_11",versions:["11"],compatibilityTag:"on Windows 10",compatibilityShortTag:"W10",includes:{LOCALE_INFINITY:!0,LOCALE_NUMERALS_BN:!0,LOCALE_NUMERALS_EXT:!0,RUSSIAN_INFINITY:!0}},NODE_20:{families:["Node.js"],versions:["20-21"],includes:["ARRAY_ITERATOR","ARROW","AT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","V8_SRC"],attributes:{"char-increment-restriction":null}},NODE_22:{inherits:"NODE_20",versions:["22.0-22.11|23.0-23.2"],includes:{ITERATOR_HELPER:!0,OBJECT_ARRAY_ENTRIES_CTOR:!1}},NODE_22_12:{inherits:"NODE_22",versions:["22.12-22.14|23.3-"],includes:{SHORT_LOCALES:!1}},SAFARI_PRE_PREV:{description:e("the previous to previous version of Safari"),aliasFor:"SAFARI_17_4"},SAFARI_17_4:{families:["Safari"],versions:["17.4-17.6"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FF_SRC","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},SAFARI_18_0:{inherits:"SAFARI_17_4",versions:["18.0-18.3"],includes:{SHORT_LOCALES:!1}},SAFARI_PREV:{description:e("the previous to current version of Safari"),aliasFor:"SAFARI_18_4"},SAFARI:{description:e("the current stable version of Safari"),aliasFor:"SAFARI_18_4"},SAFARI_18_4:{inherits:"SAFARI_18_0",versions:["18.4-"],includes:{ITERATOR_HELPER:!0,LOCALE_NUMERALS_BN:!1,OBJECT_ARRAY_ENTRIES_CTOR:!1}}},d=Re(We).filter(function(n){n=We[n].check;return n&&n()}),je=(We.AUTO={description:e("the current environment"),includes:d},R=function(P,y){function u(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];for(var e=Y,r=0,i=n;r<i.length;r++)e|=c(i[r]);1<n.length&&s(e);var o=this instanceof u?this:xe(H);return X(o,e),o}function e(n){for(var t=Y,e=0,r=n;e<r.length;e++)t|=i(r[e]);return t}function a(n){var t=xe(H);return X(t,n),t}function o(t){return r.every(function(n){return!E(t,n)})}function i(n){return(n instanceof u?n:((n=J(n))in x||V(n),x[n])).mask}function c(n){var t;return Pe(n)?(t=e(n),1<n.length&&s(t)):t=i(n),t}function s(n){if(!o(n))throw ye("Incompatible features")}function m(r){var n,t;if(r in x)c=x[r].mask;else{var e=P[r],i=function(n){return n in e?J(e[n]):void 0},o=i("description"),u=void 0;if("aliasFor"in e){var a=J(e.aliasFor),c=m(a),u=x[a];null==o&&(o=w[a])}else{var s,f,l,a=i("inherits"),_=void(null!=a&&m(a)),p=e.check,p=void 0!==p?(c=function(){var n=M+1&~M;if(n)return n;throw RangeError("Mask full")}(),M|=c,t=p,function(){return!!t()}):(c=Y,null),R=e.includes,d=W[r]=D();if(Pe(R))for(var h=0,A=R;h<A.length;h++)d[T=A[h]]=null;else{if(null!=a)for(T in W[a])d[T]=null;if(R)for(var T,v=0,S=Ue(R);v<S.length;v++)R[T=S[v]]?d[T]=null:delete d[T]}for(T in d)c|=m(T);"versions"in e&&(L=e.families,s=e.versions,null!=a&&null==L&&(L=j[a]),j[r]=L,f=i("compatibilityTag"),l=i("compatibilityShortTag"),_=L.map(function(n,t){n=J(n);var e,t=J(s[t]).split("|").map(function(n){var t,e=/^([^-]+)-(?:([^-]+))?$/.exec(n);return e?(t=e[1],G({from:t,to:e[2]})):n}),t=G({family:n,featureName:r,versions:t,tag:f,shortTag:l});return(null!=(e=B[n])?e:B[n]=[]).push(t),t}),null==o)&&(o=null==y?void 0:y(_));var N=D();if(null!=a){var E=x[a].attributes;for(O in E)N[O]=E[O]}var b=e.attributes;if(void 0!==b)for(var I=0,F=Ue(b);I<F.length;I++){var O,C=b[O=F[I]];void 0!==C?N[O]="string"==typeof C?C:null:delete N[O]}var i=null!=p?p:e.excludes,L=r,a=c,g=i;G(n=N),n={attributes:{value:n},check:{value:p},name:{value:L}},g&&(n.elementary={value:!0}),X(p=xe(H,n),a),u=p,i&&k.push(u),_&&U.push(u)}x[r]=u,w[r]=o}return c}function n(n,t){return n.name<t.name?-1:1}var f,l,x=D(),w=D(),k=[],U=[],B=D(),H=u.prototype,r=[];try{l=require("util").inspect}catch(n){}z(H,{get canonicalNames(){for(var n=this.mask,t=[],e=Y,r=f.length;r--;){var i=f[r],o=i.mask;E(n,o)&&!E(e,o)&&(e|=o,t.push(i.name))}return t.sort(),t},elementary:!1,get elementaryNames(){for(var n=[],t=this.mask,e=0,r=k;e<r.length;e++){var i=r[e];E(t,i.mask)&&n.push(i.name)}return n},includes:function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=this.mask;return n.every(function(n){n=c(n);return E(e,n)})},name:void 0,toString:function(){var n=null!=(n=this.name)?n:"<".concat(this.canonicalNames.join(", "),">");return"[Feature ".concat(n,"]")}}),z(u,{ALL:x,ELEMENTARY:k,ENGINE:U,FAMILIES:B,Nn:function(n){if(o(n)){for(var t=Y,e=0,r=k;e<r.length;e++){var i=r[e].mask;E(n,i)&&(t|=i)}if(n===t)return a(n)}return null},En:function(n){return void 0!==n?c(n):Y},areCompatible:function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return o(e(n))},areEqual:function(){for(var e,n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n.every(function(n,t){n=c(n);return t?n===e:(e=n,!0)})},commonOf:function(){for(var n,t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];if(t.length){for(var r=void 0,i=0,o=t;i<o.length;i++)var u=c(o[i]),r=null!=r?r&u:u;n=a(r)}else n=null;return n},descriptionFor:function(n){return(n=J(n))in w||V(n),w[n]}}),l&&we(H,l.custom,{configurable:!0,value:function(n,t){var e=null!=(e=t.breakLength)?e:80,r=null==(r=t.compact)||r,i=[null!=(i=this.name)?i:q(r,"<","",this.canonicalNames,",",">",e-3)],o=(this.elementary&&i.push("(elementary)"),this.check&&i.push("(check)"),this.attributes);return"object"==typeof o&&(o=l(Ee({},o),t),i.push(o)),q(r,"[Feature"," ",i,"","]",e-1)},writable:!0});var t,_=Ue(P),W=D(),j=D(),M=Y;_.forEach(m);for(var p=new ge,R=0,d=_;R<d.length;R++){var h=d[R],A=P[h].excludes;if(A)for(var T=x[h].mask,v=0,S=A;v<S.length;v++){var N=T|m(S[v]);p.has(N)||(r.push(N),p.add(N))}}for(t in f=k.slice(),k.sort(n),G(k),U.sort(n),G(U),G(x),G(B),B)G(B[t]);return u}(We,function(n){var i="",n=n.map(function(n){var r=n.family,t=n.versions.map(function(n){var t,e;return"string"==typeof n?t=n:(e=n.from,null!=(n=n.to)?t=e+" to "+n:(t=e,i=" or later")),r+" "+t}).join(" and "),n=n.tag;return null!=n&&(t+=" "+n),t}),t=n.pop();return e((n.length?n.join(", ")+" and "+t:t)+i)}),Oe=R.ELEMENTARY,We=null,s(R.prototype,{restrict:function(r,i){var o=N(),n=Oe.filter(function(n){var t,e=this.includes(n);return e&&(n=n.attributes,e=!(r in n&&(void 0===i||(void 0===(n=o[t=n[r]])&&(o[t]=n=i.some(function(n){return t in n.attributes})),n)))),e},this);return R(n)}}),R.ALL),Me={enumerable:!0};for(Le in je){var De=je[Le];Me.value=De,_e(R,Le,Me)}nn(f),C={UNDEFINED:1,1:"UNDEFINED",ALGEBRAIC:2,2:"ALGEBRAIC",WEAK_ALGEBRAIC:4,4:"WEAK_ALGEBRAIC",OBJECT:8,8:"OBJECT",STRING:16,16:"STRING",PREFIXED_STRING:32,32:"PREFIXED_STRING",WEAK_PREFIXED_STRING:64,64:"WEAK_PREFIXED_STRING",COMBINED_STRING:128,128:"COMBINED_STRING"},Object.freeze(C);var C,Ye=an(C.WEAK_ALGEBRAIC,C.PREFIXED_STRING,C.WEAK_PREFIXED_STRING,C.COMBINED_STRING),Ge=an(C.STRING,C.PREFIXED_STRING,C.WEAK_PREFIXED_STRING,C.COMBINED_STRING),ze=an(C.WEAK_ALGEBRAIC,C.WEAK_PREFIXED_STRING),Je=[{typeSetList:[r(C.UNDEFINED),r(C.UNDEFINED),r(C.WEAK_ALGEBRAIC)],replace:function(n,t,e){return"".concat(n,"+(").concat(t,"+[").concat(e,"])")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.UNDEFINED),r(C.UNDEFINED),r(C.WEAK_PREFIXED_STRING)],replace:function(n,t,e){return"".concat(n,"+(").concat(t,"+(").concat(e,"))")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.UNDEFINED),r(C.UNDEFINED),r(C.OBJECT,C.STRING,C.COMBINED_STRING)],replace:function(n,t,e){return"".concat(n,"+(").concat(t,"+").concat(e,")")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.UNDEFINED),r(C.UNDEFINED)],replace:function(n,t){return"[]+".concat(n,"+").concat(t)},solutionType:C.COMBINED_STRING},{typeSetList:[r(C.UNDEFINED),r(C.ALGEBRAIC,C.WEAK_ALGEBRAIC)],replace:function(n,t){return"".concat(n,"+[").concat(t,"]")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.UNDEFINED),r(C.PREFIXED_STRING)],replace:function(n,t){return"".concat(n,"+(").concat(t,")")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.UNDEFINED)],replace:function(n){return n},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.ALGEBRAIC),r(C.UNDEFINED,C.ALGEBRAIC,C.PREFIXED_STRING)],replace:function(n,t){return"[".concat(n,"]+").concat(t)},solutionType:C.COMBINED_STRING},{typeSetList:[r(C.ALGEBRAIC),r(C.WEAK_ALGEBRAIC)],replace:function(n,t){return"".concat(n,"+[").concat(t,"]")},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.ALGEBRAIC,C.PREFIXED_STRING)],replace:function(n){return n},solutionType:C.PREFIXED_STRING},{typeSetList:[r(C.WEAK_ALGEBRAIC),r(C.UNDEFINED,C.ALGEBRAIC,C.PREFIXED_STRING)],replace:function(n,t){return"[".concat(n,"]+").concat(t)},solutionType:C.COMBINED_STRING},{typeSetList:[r(C.WEAK_ALGEBRAIC),r(C.WEAK_ALGEBRAIC)],replace:function(n,t){return"".concat(n,"+[").concat(t,"]")},solutionType:C.WEAK_PREFIXED_STRING},{typeSetList:[r(C.WEAK_ALGEBRAIC,C.WEAK_PREFIXED_STRING)],replace:function(n){return n},solutionType:C.WEAK_PREFIXED_STRING},{typeSetList:[r(C.OBJECT,C.STRING,C.COMBINED_STRING)],replace:function(n){return n},solutionType:C.COMBINED_STRING}],h=(Object.defineProperty(Ut.prototype,"isLoose",{get:function(){return Ye(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(Ut.prototype,"isString",{get:function(){return Ge(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(Ut.prototype,"isWeak",{get:function(){return ze(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(Ut.prototype,"length",{get:function(){return this.replacement.length},enumerable:!1,configurable:!0}),Ut);j(n,Xe=h),Object.defineProperty(n.prototype,"replacement",{get:function(){var n;return null!=(n=this.bn)?n:this.bn=this.bn=function(n){switch(n.length){case 0:return Ke.replacement;case 1:return n[0].replacement;default:var t=cn(n),e=t.replace,t=t.typeSetList.length,r=n.slice(t).map(Ze),t=n.slice(0,t).map(nr),e=e.apply(void 0,t);return r.unshift(e),r.join("")}}(this.tn)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"source",{get:function(){for(var n=[],t=0,e=this.tn;t<e.length;t++){var r=e[t].source;if(void 0===r)return;n.push(r)}return n.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"type",{get:function(){var n=this.tn;switch(n.length){case 0:return Ke.type;case 1:return n[0].type;default:return cn(n).solutionType}},enumerable:!1,configurable:!0}),n.prototype.append=function(n){this.bn=void 0,this.tn.push(n)},n.prototype.prepend=function(n){this.bn=void 0,this.tn.unshift(n)};var Xe,qe=n;j(Bt,Ve=h),Bt.prototype.defineReplacement=function(n){n.configurable=!0,n.enumerable=!0,Object.defineProperty(this,"replacement",n)};var Ve,$e=Bt;j(Ht,Qe=h);var Qe,L=Ht,Ke=new L("","[]",C.OBJECT),Ze=function(n){var t=n.replacement;return ze(n.type)?"+(".concat(t,")"):"+".concat(t)},nr=function(n){return n.replacement},tr=(s(h.prototype,{get appendLength(){var n=this.isWeak?3:1;return this.length+n},set appendLength(n){_e(this,"appendLength",{enumerable:!0,value:n})}}),["true","undefined","NaN"]),er=["RP_0_S","RP_1_WA",,"RP_3_WA","RP_4_A","RP_5_A","RP_6_S"],rr=N(),ir=N(),or=N(),p=R.ARRAY_ITERATOR,d=R.ARROW,h=R.AT,ur=R.BARPROP,T=R.CAPITAL_HTML,ar=R.CONSOLE,cr=R.DOCUMENT,sr=R.ESC_HTML_QUOT,fr=R.FF_SRC,S=R.FLAT,lr=R.FROM_CODE_POINT,_r=R.FUNCTION_19_LF,pr=R.FUNCTION_22_LF,b=R.IE_SRC,Rr=R.INCR_CHAR,I=R.ITERATOR_HELPER,dr=R.LOCALE_INFINITY,hr=R.LOCALE_NUMERALS_BN,F=R.LOCALE_NUMERALS_EXT,O=R.NAME,Ar=R.NO_FF_SRC,g=R.NO_IE_SRC,P=R.NO_V8_SRC,Tr=R.OBJECT_ARRAY_ENTRIES_CTOR,vr=R.OBJECT_W_SELF,Sr=R.PLAIN_INTL,Nr=R.REGEXP_STRING_ITERATOR,Er=R.RUSSIAN_INFINITY,y=R.SELF,br=R.SHORT_LOCALES,Ir=R.STATUS,Fr=R.V8_SRC,Or=R.WINDOW,Cr=["NaN","false","undefined","0"],Lr=[[f("A"),f("C",T),f("A",p)],[f("F"),f("H",I),f("F",h,T,b),f("F",h,T,g)],"Infinity","NaNfalse",[f("S"),f("R",T),f("S",p)],[f("W"),f("U",T)],"a","false","i","n","r","true","y","0","4","8"],gr=["A","B","C","D","E","F","G","H","Infinity","J","K","L","M","NaN","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","false","g","h","i","j","k","l","m","n","o","p","q","r","s","true","undefined","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],Pr=["000","NaN","falsefalsefalse","00f"],yr=["0A",[f("0B"),f("0R",T),f("0B",p)],"0i",[f("0j"),f("0T",T),f("0j",p)],"00","01","02","03","04","05","0a","0r","0s","0t","undefinedfalse","0f"],mr=x({"\n":[f("(RP_0_S + Function())[23]"),f("(RP_1_WA + Function())[20]",_r),f("(RP_0_S + Function())[22]",pr),f("(RP_0_S + ANY_FUNCTION)[0]",b),Mt(13,P)],"":[f('(RP_5_A + atob("NaNfalse"))[10]')]," ":[t("ANY_FUNCTION",8),f("(RP_3_WA + ARRAY_ITERATOR)[10]",p),f("(RP_0_S + FILTER)[20]",fr),f("(+(RP_0_S + FILTER)[0] + FILTER)[22]",Ar),f("(RP_0_S + FILTER)[21]",P),f("(RP_1_WA + FILTER)[20]",Fr),f("(RP_1_WA + AT)[20]",h,P),f("(RP_5_A + AT)[20]",h,Fr),f("(+(RP_0_S + FLAT)[0] + FLAT)[20]",S,Ar),f("(RP_5_A + FLAT)[20]",S,g),f("(RP_0_S + FLAT)[20]",S,P)],'"':[f('"".fontcolor()[12]')],"#":[a()],"%":[f("escape(FILTER)[20]"),f("escape(0 + AT)[20]",h),f("escape(FLAT)[21]",S),f("escape(ANY_FUNCTION)[0]",b),a()],"&":[f('"".fontcolor("".fontcolor([]))[31]',sr),a()],"(":[Mt(9)],")":[Mt(10)],"+":"(1e100 + [])[2]",",":[f("(RP_0_S + F_A_L_S_E)[1]"),f({expr:"[[]][CONCAT]([[]])",solutionType:C.OBJECT})],"-":"(.0000001 + [])[2]",".":"(11e20 + [])[1]","/":[f('"0false".italics()[10]'),f('"true".sub()[10]')],";":[f('"".fontcolor("".fontcolor())[30]',sr)],"<":[f('"".italics()[0]'),f('"".sub()[0]')],"=":[f('"".fontcolor()[11]')],">":[f('"".italics()[2]'),f('"".sub()[10]')],"?":[f("(RP_0_S + RegExp())[2]"),a()],A:[t("Array",9),f("(RP_3_WA + ARRAY_ITERATOR)[11]",p)],B:[t("Boolean",9),f('"0".sub()[10]',T)],C:[f('escape("".italics())[2]'),f("escape(F_A_L_S_E)[11]"),f('(RP_4_A + "".fontcolor())[10]',T),f('(RP_3_WA + Function("return console")())[11]',ar),a()],D:[f('btoa("00")[1]'),f('escape((+("1000" + (RP_5_A + FILTER + 0)[40] + 0) + FILTER)[40])[2]'),f('escape("]")[2]'),f('escape("}")[2]'),f('escape((RP_4_A + [+("1000" + (AT + 0)[31] + 0)] + AT)[40])[2]',h),f('escape((NaN + [+("10" + [(RP_6_S + FLAT)[40]] + "000")] + FLAT)[40])[2]',S),f("escape(FILTER)[50]",Fr),f("escape([[]][+(RP_0_S + AT)[0]] + AT)[61]",h,Ar)],E:[f('btoa("0NaN")[1]'),f('(RP_5_A + "".link())[10]',T)],F:[t("Function",9),f('"".fontcolor()[1]',T)],G:[f('btoa("0false")[1]'),f('"0".big()[10]',T)],H:[f("btoa(true)[1]"),f('"".link()[3]',T),f("(RP_4_A + [].entries().filter(ANY_FUNCTION))[21]",I)],I:'"Infinity"[0]',J:[f("btoa(true)[2]")],K:[f('(RP_5_A + "".strike())[10]',T),a()],L:[f('btoa(".")[0]'),f('(RP_3_WA + "".fontcolor())[11]',T)],M:[f("btoa(0)[0]"),f('"".small()[2]',T)],N:'"NaN"[0]',O:[t("Object",9),f("btoa(NaN)[3]"),f("(RP_3_WA + PLAIN_OBJECT)[11]"),f('"".fontcolor()[2]',T),f("(RP_3_WA + Intl)[11]",Sr)],P:[f('btoa("".italics())[0]'),f('(RP_0_S + Function("return statusbar")())[11]',ur),f('"0".sup()[10]',T),a()],Q:[f("btoa(1)[1]")],R:[f('btoa("0true")[2]'),f('"".fontcolor()[10]',T)],S:[t("String",9),f('"".sub()[1]',T)],T:[f("btoa(NaN)[0]"),f('"".fontcolor([])[20]',T)],U:[f('btoa("1NaN")[1]'),f('"".sub()[2]',T)],V:[f("btoa(undefined)[10]")],W:[f("btoa(undefined)[1]"),f("(RP_3_WA + self)[11]",vr)],X:[f('btoa("1true")[1]')],Y:[f('btoa("a")[0]')],Z:[f("btoa(false)[0]")],"[":[jt(14),f("(RP_0_S + ARRAY_ITERATOR)[0]",p)],"]":[jt(26),f("(RP_0_S + ARRAY_ITERATOR)[22]",p)],"^":[f('atob("undefined0")[2]')],a:'"false"[1]',b:[t("Number",12),f("(RP_0_S + ARRAY_ITERATOR)[2]",p)],c:[t("ANY_FUNCTION",3),f("(RP_5_A + ARRAY_ITERATOR)[10]",p)],d:'"undefined"[2]',e:'"true"[3]',f:'"false"[0]',g:[t("String",14)],h:[f('btoa("0false")[3]'),f('101[TO_STRING]("21")[1]')],i:"([RP_5_A] + undefined)[10]",j:[f("(RP_0_S + Intl)[3]"),f("(RP_0_S + PLAIN_OBJECT)[10]"),f("(RP_0_S + ARRAY_ITERATOR)[3]",p),f("(RP_0_S + Intl)[10]",Sr),f("(RP_0_S + self)[3]",y)],k:[f('20[TO_STRING]("21")'),a()],l:'"false"[2]',m:[t("Number",11),f("(RP_6_S + Function())[20]")],n:'"undefined"[1]',o:[t("ANY_FUNCTION",6),f("(RP_0_S + ARRAY_ITERATOR)[1]",p)],p:[f('211[TO_STRING]("31")[1]'),f("(RP_3_WA + btoa(undefined))[10]"),f("(RP_0_S + [].entries().filter(ANY_FUNCTION))[20]",I)],q:[f('212[TO_STRING]("31")[1]'),f('"".fontcolor(true + "".fontcolor())[30]',sr),a()],r:'"true"[1]',s:'"false"[3]',t:'"true"[0]',u:'"undefined"[0]',v:[jt(19)],w:[f('32[TO_STRING]("33")'),f('atob("undefined0")[1]'),f("(RP_0_S + self)[13]",Or)],x:[f('btoa("falsefalse")[10]'),f('101[TO_STRING]("34")[1]')],y:"(RP_3_WA + [Infinity])[10]",z:[f('35[TO_STRING]("36")'),f('btoa("falsefalse")[11]')],"{":[Mt(12)],"}":[jt(28)],"":[f('(RP_4_A + atob("NaNundefined"))[10]')],"":[f('atob("0NaN")[2]')],"":[f('atob("00false")[3]')],"":[f("atob(true)[2]")],"£":[f("atob(NaN)[1]")],"¥":[f('atob("0false")[2]')],"§":[f('atob("00undefined")[2]')],"©":[f('atob("false0")[1]')],"±":[f('atob("0false")[3]')],"¶":[f("atob(true)[0]")],"º":[f('atob("undefined0")[0]')],"»":[f("atob(true)[1]")],"Ç":[f('atob("falsefalsefalse")[10]')],"Ú":[f('atob("0truefalse")[1]')],"Ý":[f('atob("0undefined")[2]')],"â":[f('atob("falsefalseundefined")[11]')],"é":[f('atob("0undefined")[1]')],"î":[f('atob("0truefalse")[2]')],"ö":[f('atob("0false")[1]')],"ø":[f('atob("undefinedundefined")[10]')],"∞":[f('Infinity[TO_LOCALE_STRING]("ja")[SLICE_OR_SUBSTR]("-1")'),f('Infinity[TO_LOCALE_STRING]("ja").at("-1")',h),f("Infinity[TO_LOCALE_STRING]()",dr),f('Infinity[TO_LOCALE_STRING]("ru")',Er),a()]}),xr=x({Number:f({expr:"Number.name",optimize:{complexOpt:!1}},O),Object:f({expr:"Object.name",optimize:{complexOpt:!1}},O),RegExp:f({expr:"RegExp.name",optimize:{complexOpt:!1}},O),String:f("String.name",O),fromCharCo:f({expr:'"from3har3o"[SPLIT](3)[JOIN]("C")',optimize:{complexOpt:!1}}),mCh:f('atob("bUNo")')}),_r=x({Array:[f("[].constructor")],Boolean:[f("false.constructor")],Function:[f("ANY_FUNCTION.constructor")],Intl:[f('Function("return Intl")()'),f("self.Intl",y)],Number:[f("0..constructor")],Object:[f("Intl.constructor"),f("PLAIN_OBJECT.constructor"),f("[].entries().constructor",Tr)],RegExp:[f('Function("return/false/")().constructor')],String:[f('"".constructor')],atob:[f('Function("return atob")()'),f("self.atob",y)],btoa:[f('Function("return btoa")()'),f("self.btoa",y)],document:[f({expr:'Function("return document")()',optimize:!0},cr),f({expr:"self.document",optimize:!0},cr,y)],escape:[f({expr:'Function("return escape")()',optimize:!0}),f({expr:"self.escape",optimize:!0},y)],self:[f('Function("return self")()',y)],unescape:[f({expr:'Function("return unescape")()',optimize:!0}),f({expr:"self.unescape",optimize:!0},y)],ANY_FUNCTION:[f("FILTER"),f("AT",h),f("FLAT",S)],ARRAY_ITERATOR:[f("[].entries()",p)],AT:[f("[].at",h)],CONCAT:[f({expr:'"concat"',solutionType:C.COMBINED_STRING})],FILTER:"[].filter",FLAT:[f("[].flat",S)],F_A_L_S_E:[f('[][SLICE_OR_FLAT].call("false")')],JOIN:[f({expr:'"join"',solutionType:C.COMBINED_STRING})],LOCALE_AR:[f({expr:'"ar-td"',solutionType:C.COMBINED_STRING}),f({expr:'"ar"',solutionType:C.COMBINED_STRING},br)],MAP:[f({expr:'"map"',optimize:!0,solutionType:C.COMBINED_STRING})],PLAIN_OBJECT:[f('Function("return{}")()')],REGEXP_STRING_ITERATOR:[f({expr:'"".matchAll()',optimize:!0},Nr)],SLICE_OR_FLAT:[f({expr:'"slice"',solutionType:C.COMBINED_STRING}),f({expr:'"flat"',solutionType:C.COMBINED_STRING},S)],SLICE_OR_SUBSTR:[f({expr:'"slice"',solutionType:C.COMBINED_STRING}),f({expr:'"substr"',solutionType:C.COMBINED_STRING})],SPLIT:[f({expr:'"split"',optimize:!0,solutionType:C.COMBINED_STRING})],TO_LOCALE_STRING:[f({expr:'"toLocaleString"',optimize:!0,solutionType:C.COMBINED_STRING})],TO_STRING:[f({expr:'"toString"',optimize:{toStringOpt:!1},solutionType:C.COMBINED_STRING})],TO_UPPER_CASE:[f({expr:'"toUpperCase"',optimize:!0,solutionType:C.COMBINED_STRING})],FBEP_4_S:[f("[[true][+(RP_3_WA + FILTER)[30]]]"),f("[[true][+(RP_1_WA + AT)[30]]]",h),f("[[true][+(RP_5_A + FLAT)[30]]]",S),f("[[true][+!!++(RP_0_S + FILTER)[20]]]",Rr),f("[[true][+!!++(RP_1_WA + AT)[20]]]",h,Rr),f("[[true][+!!++(RP_0_S + FLAT)[20]]]",S,Rr)],FBEP_9_U:[f({expr:"[false][+(RP_0_S + FILTER)[20]]",solutionType:C.UNDEFINED}),f({expr:"[false][+(RP_1_WA + AT)[20]]",solutionType:C.UNDEFINED},h),f({expr:"[false][+(RP_0_S + FLAT)[20]]",solutionType:C.UNDEFINED},S)],FBEP_10_S:[f({expr:"[RP_1_WA] + FBEP_9_U",solutionType:C.COMBINED_STRING})],FBP_5_S:[f("[[false][+IS_IE_SRC_A]]",Ar)],FBP_7_WA:[f({expr:'+("10" + [(RP_4_A + FILTER)[40]] + "00000")',solutionType:C.WEAK_ALGEBRAIC}),f({expr:'+("10" + [(RP_0_S + AT)[32]] + "00000")',solutionType:C.WEAK_ALGEBRAIC},h),f({expr:'+("10" + [(RP_6_S + FLAT)[40]] + "00000")',solutionType:C.WEAK_ALGEBRAIC},S)],FBP_8_WA:[f({expr:'+("1000" + (RP_5_A + FILTER + 0)[40] + "000")',solutionType:C.WEAK_ALGEBRAIC}),f({expr:'+("1000" + (AT + 0)[31] + "000")',solutionType:C.WEAK_ALGEBRAIC},h),f({expr:'+("1000" + (FLAT + 0)[33] + "000")',solutionType:C.WEAK_ALGEBRAIC},S)],FBP_9_U:[f({expr:"[true][+(RP_0_S + ANY_FUNCTION)[0]]",solutionType:C.UNDEFINED},Ar)],FH_SHIFT_1:[f("[+IS_IE_SRC_A]")],FH_SHIFT_2:[f("[true + IS_IE_SRC_A]")],FH_SHIFT_3:[f("[2 + IS_IE_SRC_A]")],FHP_3_WA:[f({expr:"+(1 + [+(RP_0_S + ANY_FUNCTION)[0]])",solutionType:C.WEAK_ALGEBRAIC}),f({expr:"+(++(RP_0_S + ANY_FUNCTION)[0] + [0])",solutionType:C.WEAK_ALGEBRAIC},Rr)],FHP_5_A:[f({expr:"IS_IE_SRC_A",solutionType:C.ALGEBRAIC})],FHP_8_S:[f({expr:"[RP_3_WA] + FHP_5_A",solutionType:C.COMBINED_STRING})],IS_IE_SRC_A:[f({expr:"!![[]][+(RP_0_S + ANY_FUNCTION)[0]]",solutionType:C.ALGEBRAIC}),f({expr:"!!++(RP_0_S + ANY_FUNCTION)[0]",solutionType:C.ALGEBRAIC},Rr)],RP_0_S:{expr:"[]",solutionType:C.OBJECT},RP_1_WA:{expr:"0",solutionType:C.WEAK_ALGEBRAIC},RP_2_WS:{expr:'"00"',solutionType:C.WEAK_PREFIXED_STRING},RP_3_WA:{expr:"NaN",solutionType:C.WEAK_ALGEBRAIC},RP_4_A:{expr:"true",solutionType:C.ALGEBRAIC},RP_5_A:{expr:"false",solutionType:C.ALGEBRAIC},RP_6_S:{expr:'"0false"',solutionType:C.COMBINED_STRING}}),wr=[f(4,fr),f(5,b),f(0,Fr)],kr=[f(1,b),f(0,g)],Ur=Z([f((Xt.argName="undefined",Xt)),f((Jt.argName="f",Jt)),f((zt.argName="undefined",zt),d)],[f(0),f(1,p),f(0,Ar),f(0,P),f(1,p,T),f(0,p,h),f(0,p,S),f(0,p,g),f(0,p,T,b),f(2)]),Br=Z([f((Vt.argName="falsefalse",Vt)),f((qt.argName="falsefalse",qt),d)],[f(0),f(1)]),Hr=Z([f("fromCharCode"),f("fromCodePoint",lr)],[f(0),f(1),f(0,I),f(0,p,T),f(1,p,I),f(1,h,I),f(1,ur,I),f(1,T,I),f(1,S,I),f(1,b,I),f(1,I,g),f(0,p,S,lr,I),f(0,p,lr,b,I),f(1,p,ur,b,I),f(1,p,T,b,I),f(0,p,lr,I,g),f(1,p,h,S,I),f(1,p,h,b,I),f(1,p,h,I,g),f(1,p,ur,S,I),f(1,p,ur,I,g),f(1,p,T,S,I),f(1,p,T,I,g),f(0,p,lr,I,O),f(1,p,h,I,O),f(1,p,ur,I,O),f(1,p,T,I,O),f(1,p,S,I,P),f(0,p,S,lr,I,O,P),f(1,p,S,b,I),f(1,p,S,I,g),f(1,p,h,S,I,P),f(1,p,ur,S,I,P),f(1,p,T,S,I,P)]),Wr=Z([f(function(n,t){return"function(undefined){return String."+n+"("+t+")}"}),f(function(n,t){return"function(undefined){return(isNaN+false).constructor."+n+"("+t+")}"}),f(function(n,t){return"undefined=>String."+n+"("+t+")"},d),f(function(n,t){return"undefined=>(isNaN+false).constructor."+n+"("+t+")"},d),f(function(n,t){return"function(undefined){return status.constructor."+n+"("+t+")}"},Ir),f(function(n,t){return"undefined=>status.constructor."+n+"("+t+")"},d,Ir)],[f(1),f(3),f(0,p,T),f(1,p,T,S),f(0,p,T,P),f(1,p,h,T),f(1,p,T,fr,S),f(1,p,T,S,b),f(2,p,T),f(3,p,h,T,b),f(3,p,h,T,g),f(4),f(5)]),jr=[f({expr:"FILTER",shift:6}),f({expr:"FLAT",shift:4},S),f({expr:"AT",shift:2},h)],Mr=Z([f("B"),f("b")],[f(0),f(1,p)]),Dr=Z([f("return String"),f("return(isNaN+false).constructor"),f("return status.constructor",Ir)],[f(1),f(0,p,T),f(1,S),f(0,p,T,P),f(1,p,h,T),f(1,p,T,fr,S),f(1,p,T,S,b),f(2)]);Yt("false","![]",C.ALGEBRAIC),Yt("true","!![]",C.ALGEBRAIC),Yt("undefined","[][[]]",C.UNDEFINED),Yt("NaN","+[false]",C.WEAK_ALGEBRAIC),Yt("Infinity","1e1000",C.WEAK_ALGEBRAIC);for(var Yr=0;Yr<=9;++Yr){var Gr=function(n){switch(n){case 0:return"+[]";case 1:return"+!![]";default:for(var t="!![]";t+="+!![]",1<--n;);return t}}(Yr);mr[Yr]={expr:Gr,solutionType:C.WEAK_ALGEBRAIC}}nn(Dt),nn(c),Gt("LOCALE_AR",1632),c("٫","LOCALE_AR",.1,1),c("ل",'"ar"',NaN,0),c("ي",'"ar"',NaN,1),c("س",'"ar"',NaN,2),c("ر",'"ar"',NaN,4,F),c("ق",'"ar"',NaN,5,F),c("م",'"ar"',NaN,6,F),Gt('"bn"',2534,hr),Gt('"fa"',1776),c("٬",'"fa"',1e3,1),c("ن",'"fa"',NaN,0,F),c("ا",'"fa"',NaN,1,F),c("ع",'"fa"',NaN,2,F),c("د",'"fa"',NaN,3,F),c("н",'"ru"',NaN,0,F),c("е",'"ru"',NaN,1,F),c("ч",'"ru"',NaN,3,F),c("и",'"ru"',NaN,4,F),c("с",'"ru"',NaN,5,F),c("л",'"ru"',NaN,6,F),c("о",'"ru"',NaN,7,F);var zr,Jr,Xr,qr,Vr,$r,Qr,Kr={ConstIdentifier:"Infinity|NaN|false|true|undefined",DecimalLiteral:"(?:(?:0|[1-9]\\d*)(?:\\.\\d*)?|\\.\\d+)(?:[Ee][+-]?\\d+)?",DoubleQuotedString:'"(?:#EscapeSequence|(?!["\\\\]).)*"',EscapeSequence:"\\\\(?:u#HexDigit{4}|x#HexDigit{2}|0(?!\\d)|\r\n|[^\\dux])",HexDigit:"[0-9A-Fa-f]",HexIntegerLiteral:"0[Xx]#HexDigit+",NumericLiteral:"#HexIntegerLiteral|#DecimalLiteral",Separator:"#SeparatorChar|//.*(?!.)|/\\*[\\s\\S]*?\\*/",SeparatorChar:"(?!)\\s",SingleQuotedString:"'(?:#EscapeSequence|(?!['\\\\]).)*'",UnicodeEscapeSequence:"\\\\u#HexDigit{4}"},Zr=N(),ni=["false","null","true"],ti=["arguments","await","debugger","delete","if","import","let","new","return","this","throw","typeof","void","while","with","yield"],ei=En("(?:#NumericLiteral|#ConstIdentifier)"),ri=En("(?:[$\\w]|#UnicodeEscapeSequence)+"),ii=En("(?:#Separator|;)*"),oi=En("#Separator*"),ui=En("#SingleQuotedString|#DoubleQuotedString"),ai="function"!=typeof WeakRef?Hn:(zr=new Map,Jr=new FinalizationRegistry(function(n){var t=zr.get(n);t&&!t.deref()&&zr.delete(n)}),function(n){var t,e=zr.get(n);return(t=e?e.deref():t)||(t=Hn(n))&&!0!==t&&(e=new WeakRef(t),zr.set(n,e),Jr.register(t,n)),t}),ci=[6,8,12,17,22,27,32,37,42,47],si=1,fi=(s(Wn.prototype,{get length(){return this.en},append:function(t){this.tn.push(t);var e=t.appendLength;this.$.forEach(function(n){n=n.appendLengthOf(t);n<e&&(e=n)}),this.en+=e},toString:function(){var e,t,r,i,n=this.nn,o=2===n,n=0!==n,u=this.tn.slice(),a=this.$,c=(a.length&&(a=a,e=u,t=o,r=n,i={addCluster:k,clusters:[],conclude:H,maxLength:0,startLinks:N()},a.forEach(function(n){n.optimizeSolutions(i,e,t,r)}),i.conclude().forEach(function(n){var t=(0,n.data)();e.splice(n.start,n.length,t)})),u),a=o,u=n,s=new qe,f=c.length;if(f){var l=0;do{var _=c[l]}while(s.append(_),++l<f)}else s.append(Ke);!s.isString&&u&&s.append(Ke);o=s.replacement;return a&&s.isLoose?"("+o+")":o}}),0),li={firstSolution:Ke},_i={firstSolution:Ke,optimize:{default:!1,toStringOpt:!0}},pi=N(),Ri=([15,31,47,63,111,127,175,223,239,240,241,242,243,244,245,246,247,250].forEach(function(n){pi[n]=null}),N()),di=N(),hi=new Vn(Y),Ai=R.Nn,Ti=(Xr=w(Re(rr).join("|"),"y"))?function(n,t){Xr.lastIndex=t;t=Xr.exec(n);if(t)return t[0]}:function(n,t){for(var e in rr)if(n.substr(t,e.length)===e)return e},m=(s(Vn.prototype,{In:function(n,t,e,r,i,o){var u,a=[];return e&&(u=Zn(this,n,t,Yn,"atob"),a.push(u)),r&&(u=Zn(this,n,t,zn,"char-code"),a.push(u)),i&&(u=Zn(this,n,t,Xn,"esc-seq"),a.push(u)),o&&(u=Zn(this,n,t,qn,"unescape"),a.push(u)),un.apply(null,a)},An:function(n){var t=n.charCodeAt(),e=t<256,r=!e;return this.In(n,t,e,r,r,r)},Fn:function(n){var t=er[n];if(t)return t;nt(this,"Undefined regular padding block with length "+n)},On:Se,Cn:Yn,Ln:zn,gn:Xn,Pn:qn,yn:function(n,t,e,r,i){var o=n.mod||"",u=n.pmod||"",a=t&&"+"===o[0],c=r-(o?(a?2:0)+o.length:0)-u.length,s=n.ops,f=s.length,l=function(n,t,e,r,i,o){var u,a=o.appendString;if(u=t.terms){for(var c=u.length,s=i-(e?2:0),f=!1,l=0;l<c;++l){var _,p=u[l],R=1<c?r.concat(l):r;if(!a||"string"!=typeof p.value||p.mod||p.pmod||p.ops.length){var d=s-(h?h.length+1:0)-3*(c-l-1),R=n.yn(p,l,R,d,o);if(!R)return;h?h+="+"+R:h=R}else h?(f||nt(n,"Unsupported concatenation of a string to a potentially non-string expression"),_=new L(void 0,h,C.WEAK_PREFIXED_STRING)):f=!(_=void 0),h=a(n,p.value,_)}e&&(h="("+h+")")}else if(T=t.identifier)var h=(0,o.identifier)(n,T,e,r,i);else{var A,T=t.value;if("string"==typeof T)h=(0,o.string)(n,T,e?2:si,r,i);else if(ee(T))T.length?(t=n.yn(T[0],!1,r,i-2,o))&&(h="["+t+"]"):i<2||(h="[]");else if("number"==typeof T&&T==T?(t=T<0||1/T<0,A=0===(A=ce(T))?"0":A===1/0?"1e1000":Mn(A),h=on(A=t?"-"+A:A),1<A.length&&(h="+("+h+")"),e&&(h="("+h+")")):h=Kn(hi,v(T),e),h.length>i)return}return h}(this,n,f||u?2:t||o?1:0,e,c,i);if(l){for(var _=0;_<f;++_){var p=s[_],R=p.type;if("call"===R){if((l+="()").length>c)return}else{var d=e.concat(_+1),h=c-l.length-2,A=p.str;if(!(A=null!=A?(0,i.string)(this,A,0,d,h):this.yn(p,!1,d,h,i)))return;l+="get"===R?"["+A+"]":"("+A+")"}}l+=u,o&&(l=o+l,a)&&(l="("+l+")")}return l},Tn:function(n,t,e,r,i){r||nt(this,"Missing padding entries for index "+e);var o,r=this.findDefinition(r),i=(e="number"==typeof r?(i=this.findDefinition(i),o=this.Fn(r),e+r+i):(o=r.block,r.shiftedIndex),"("+o+" + "+t+")["+e+"]"),r=this.replaceExpr(i);return new L(n,r,C.STRING)},vn:function(n,t,e,r){var i=this.findDefinition(jr),o=i.expr,t=t+i.shift,i=e(t);return this.Tn(n,o,t,i,r)},constantDefinitions:_r,findDefinition:function(n){var t,e=n.cacheKey,r=(void 0===e&&(n.cacheKey=e=++fi),this.un);if(e in r)return r[e];for(var i=n.length;i--;){var o=n[i];if(this.hasFeatures(o.mask)){t=o.definition;break}}return r[e]=t},hasFeatures:function(n){return E(this.mask,n)},replaceExpr:function(n,t){function r(n,t,e){e.optimize=i;t=n.replaceString(t,e);return t||nt(n,"String too complex"),t}var i,n=ai(n),t=(n&&!0!==n||nt(this,"Syntax error"),i=t,{appendString:function(n,t,e){return r(n,t,{firstSolution:e,screwMode:si})},identifier:Kn,string:function(n,t,e){return r(n,t,{screwMode:e})}});return this.yn(n,!1,[],NaN,t)},replaceString:function(n,t){var e=this.mn(n,(t=t||{}).optimize),r=new Wn(t.screwMode||0,e),e=t.firstSolution,i=t.maxLength;if(e&&r.append(e),!(r.length>i)){for(var o=n.length,u=0;u<o;){var a=Ti(n,u),a=a?(u+=a.length,rr[a]):(a=n[u++],this.resolveCharacter(a));if(r.append(a),r.length>i)return}t=v(r);return t.length>i?void 0:t}},resolve:function(n,t,e){var r,i,o,u=typeof n;return"function"==u?n.call(this,t):("object"==u?(r=n.expr,i=n.solutionType,o=n.optimize):r=n,u=this.replaceExpr(r,o),new L(t,u,i=null==i?null!=e?e:C.STRING:i))},resolveCharacter:function(t){var e,r=this.rn,i=r[t];return void 0===i&&$n(this,e=ae(t),function(){var n=mr[t];!n||ee(n)?(this.On(e),i=(i=n?Qn(this,t,n):i)||this.An(t)):((i=hi.resolve(n,t)).entryCode="static",r=Ri),r[t]=i}),i},resolveConstant:function(t){var e=this.on,r=e[t];return void 0===r&&$n(this,t,function(){var n=this.constantDefinitions[t];ee(n)?(this.On(t),r=Qn(this,t,n,C.OBJECT)):(r=hi.resolve(n,void 0,C.OBJECT),e=di),e[t]=r}),r}}),hi.On=function(n){throw ie("Unable to resolve "+n+" statically")},Ce=hi,"text"),vi={joiner:"false",separator:"false"},Si={joiner:"",separator:'Function("return/(?=false|true)/")()'},Ni=8,Ei=12,bi={identifier:function(n,t,e,r,i){return st(n,"return "+t,Nt,ht(r),i)},string:function(n,t,e,r,i){return _t(n,t,e,ht(r),i)}},Ii=(Et.forceString=!(Nt.forceString=!1),tt([""],"false")),Fi=tt(["false","true"],""),Oi={byCharCodes:_(function(n,t){return this.xn(n,void 0,t)},m,2),byCharCodesRadix4:_(function(n,t){return this.xn(n,4,t)},m,25),byCodePoints:_(function(n,t){return this.wn(n,void 0,t)},m,3,R.FROM_CODE_POINT),byCodePointsRadix4:_(function(n,t){return this.wn(n,4,t)},m,29,R.FROM_CODE_POINT),byDenseFigures:_(function(n,t){return this.kn(n,t)},m,1881),byDict:_(function(n,t){return this.Un(n,void 0,void 0,t)},m,3),byDictRadix3AmendedBy1:_(function(n,t){return this.Un(n,3,1,t)},m,134),byDictRadix4:_(function(n,t){return this.Un(n,4,0,t)},m,112),byDictRadix4AmendedBy1:_(function(n,t){return this.Un(n,4,1,t)},m,118),byDictRadix4AmendedBy2:_(function(n,t){return this.Un(n,4,2,t)},m,178),byDictRadix5:_(function(n,t){return this.Un(n,5,0,t)},m,172),byDictRadix5AmendedBy2:_(function(n,t){return this.Un(n,5,2,t)},m,194),byDictRadix5AmendedBy3:_(function(n,t){return this.Un(n,5,3,t)},m,506),bySparseFigures:_(function(n,t){return this.Bn(n,t)},m,173),express:_(function(n,t){n=n.valueOf();return this.Hn(n,t)},"expression",0),plain:_(function(n,t){var e=n.valueOf(),t={maxLength:t,optimize:!0,screwMode:n.screwMode};return this.replaceString(e,t)},m,0),text:_(function(n,t){return st(this,n.valueOf(),n.wrapper,void 0,t)},"combined",0)},Ci=Re(Oi).filter(function(n){return Oi[n].encodingType===m}).sort(function(n,t){n=Oi[n].minInputLength;return Oi[t].minInputLength-n}),Li=(s(Vn.prototype,{pn:function(n,t,e,r,i){var n=n(".indexOf("+n.argName+")"),o=this.resolveConstant("CONCAT").replacement,e=et(i-t.length-10,"[",e,"][",o,"](",r,")");if(e)return at(this,t,n,e,i)},Wn:function(n,t,e,r,i){var o,r=e?(o=this.findDefinition(Ur))("[parseInt("+(r?"+":"")+o.argName+","+e+")]"):'"".charAt.bind';return at(this,n,r,t,i)},xn:function(n,t,e){var r=this.findDefinition(Hr);return ct(this,n,r,vt,t,e)},wn:function(n,t,e){return ct(this,n,"fromCodePoint",St,t,e)},kn:function(n,t){return ft(this,Tt,Fi,pt,[Si],n,t)},Un:function(n,t,e,r){var i=n.valueOf(),n=Rt(n),o=n.length,u=!t||o&&71<6*n[0].count,a=t||10,c=function(n,t,e,r){var i,o,u=ci.slice(0,t);if(e){for(var a=t-e,c="[",s=0;s<e;++s){var f=a+s;u[f]=rr[tr[s]].appendLength,c+=f}i=de(c+="]","g"),o=function(n){return tr[n-a]}}for(var l=[],s=0;s<n;++s){var _=r&&!s?"":s.toString(t),p=e?_.replace(i,o):_,p=l[s]=A(p);p.sortLength=function(){var t=0;return Qt(_,function(n){t+=u[n]}),t}(),p.index=s}return l.sort(function(n,t){return n.sortLength-t.sortLength||n.index-t.index}),l}(o,a,e,u),s=N(),f=At(i),l=[],o=(n.forEach(function(n,t){var t=c[t],e=n.char;s[e]=t,f+=n.count*t.sortLength,l[t.index]=e}),lt(this,l,r-f));if(o){if(e)for(var _=[],p=a-e,R=0;R<e;++R){var d=tr[R],h=v(p+R);_.push({separator:d,joiner:h})}n=ot(this,i,s,[vi],_,!1,r-o.length);if(n)return this.Wn(n,o,t,u,r)}},Bn:function(n,t){return ft(this,At,Ii,dt,[vi],n,t)},Hn:function(n,t){var e,n=Hn(n);if(n)return!0===n?t<0||(e=""):e=this.yn(n,!1,[],t,bi),e},Rn:function(n,t,e,r){var i=this.perfLog=[],n=it(this,n,{wrapper:t},e);if(r&&(r.perfLog=i),delete this.perfLog,null==n)throw ie("Encoding failed");return n},_n:function(){return this.findDefinition(Br)},fn:function(n,t){return et(t,n,"[",this.resolveConstant("JOIN").replacement,"]([])")},ln:65533,sn:function(n){return this.replaceExpr(n,!0)},replaceStringArray:function(r,n,t,e,i,o){var u,a,c,s,f,l,_=r.length;return(t||2<_)&&(a=this.resolveConstant("SPLIT").replacement,c=function(n,t,e){var r=t?t.length:0;if(!r)return"";var i=n.resolveConstant("SPLIT").replacement,o=n.resolveConstant("JOIN").replacement;if(!((e-=r*(i.length+6+o.length+6))<0)){for(var u=[],a=0;a<r;++a){var c=t[a],s=rt(n.replaceExpr(c.separator)),c=rt(n.replaceString(c.joiner));if((e-=s.length-2+c.length-2)<0)return;u.push("[",i,"](",s,")[",o,"](",c,")")}return u.join("")}}(this,t,o-7-a.length-6)),null!=c&&(s=o-c.length-a.length-6+2,n.forEach(function(n){var t=n.joiner,e=s,t=on(r.join(t),{maxLength:e,screwMode:2});t&&(e=rt(this.replaceExpr(n.separator)),n=t.length+e.length,s<n||(s=n,f=t,l=e))},this),f)&&(o=(u=f+c+"["+a+"]("+l+")").length-1),t||(_=function(n,t,e,r,i){var o=n.resolveConstant("CONCAT").replacement,u=t.length-1;if(!((i-=4+u*(o.length+7))<0)){for(var a={screwMode:r?si:0},c=[],s=0;s<=u;++s){var f=rt(on(t[s],a)),l=s?3:2;if(s?c.push("[",o,"](",f="[]"===f?e?"+[]":"[[]]":f,")"):c.push("[",f,"]"),(i-=f.length-l)<0)return}return c.join("")}}(this,r,e,i,o))&&(u=_),u}}),v.prototype.codePointAt?function(n){return n.codePointAt()}:function(n){return n.length<2?n.charCodeAt():en(n.charCodeAt(0),n.charCodeAt(1))}),gi={appendLengthOf:Se,optimizeSolutions:Se},Pi=[],yi=[],mi=36,xi=9007199254740991,wi=[],ki=[,,,,,,,,,,,48,50,54,,64],Ui=function(){for(var n=1/0,t=mi;12<=t;--t){var e=on(v(t)),r=e.length,r=(r<n&&(n=r),wi[t]=e,yi[t]=xi.toString(t).length);Pi[t]=ki[r]+n}},Bi=R.FROM_CODE_POINT.mask,pr=(s(Vn.prototype,{jn:function(n,t,e,r){var i=this.an,o=t,u=(null!=e&&(o+=":"+e),i[o]);u||(u=this.Mn(t,e,r),i[o]=u),n.push(u)},Mn:function(n,t,e){var r,f,i,o,u,l,_,p,I,F,O;switch(n){case"comma":_=(l=this).replaceExpr("[][SLICE_OR_FLAT].call"),p=_.length+2,r={appendLengthOf:bt,optimizeSolutions:function(r,u,a,c){function n(n){for(;n<f;){var i,t,e,o=function(n,t){var e=0;if(It(n[t]))for(var r=n.length-2;t<r&&","===n[++t].source&&It(n[++t]);)++e;return e}(u,n);o?(t=function(n,t){for(var e=0,r=t+i;(r-=2)>t;)e+=n[r].appendLength;return e}(u,n,i=2*o+1)-p,n||i!==s||(c?t-=3:a&&(t+=2)),n&&u[n].isWeak&&(t+=2),0<t&&(e=function(n,t){for(var e=[],r=t+2*o;t<=r;t+=2){var i=n[t];e.push(i)}return function(){var n=e.map(function(n){return n.source}),t=n.join(),n=n.join(""),n=l.replaceString(n,{optimize:!0,screwMode:si});return new L(t,_+"("+n+")",C.OBJECT)}}(u,n),r.addCluster(n,i,e,t)),n+=1+i):n+=2}}var s=u.length,f=s-2;n(0),n(1)}};break;case"complex":r=function(r,n,t){function a(){return s}var c,s,e,i,f,l,o=0,u=N(),_=[],t=(Qt(n,function(n){var t=r.resolveCharacter(n).appendLength,e=(o+=t,u[n]);e?++e.count:(e=u[n]={appendLength:t,char:n,count:1},_.push(e))}),r.resolve(t,n)),p=t.appendLength,R=o-p;if(0<2+R){_.sort(function(n,t){return n.appendLength-t.appendLength});for(var d=p,h=n.length,A=0;h;++A){var T=_[A],v=T.appendLength;if(d<v*h)break;T=T.count;d-=v*T,h-=T}var p=d/h|0,S=(c=n,s=t,e=function(n,t){for(var e,r=N();e=n[t++];)r[e.char]=null;return r}(_,A),i=p,f=R,l=c.length,{appendLengthOf:function(n){n=n.source;if(null!=n&&n in e)return i},optimizeSolutions:function(n,t,e,r){for(var i,o=0,u=t.length-l;o<=u;++o)(function(n,t){for(var e=0;e<l;++e)if(n[t+e].source!==c[e])return;return 1})(t,o)&&(i=f,u||(r&&!s.isString?i-=3:e&&(i+=2)),0<i)&&n.addCluster(o,l,a,i)}})}else S=gi;return S}(this,t,e);break;case"surrogatePair":i=(o=f=this).Ln(1e5).length,o=o.gn(65536).length,u=fe(i,o)+1>>1,r={appendLengthOf:function(n){n=n.source;if(n&&1===n.length){n=n.charCodeAt();if(55296<=n&&n<=57343)return u}},optimizeSolutions:function(n,t,e){for(var r=t.length-1;r--;){var i,o,u,a=t[r],c=a.source,s=Ft(c,55296,56319);s&&(u=Ft(o=(i=t[r+1]).source,56320,57343))&&(s=en(s,u),u=un(f.Ln(s),f.gn(s)),s=a.appendLength+i.appendLength-u.length-1,2===t.length&&e&&(s+=2),0<s)&&(a=function(n,t){return function(){return new L(n,t,C.STRING)}}(c+o,u),n.addCluster(r,2,a,s))}}};break;case"toString":Ui&&(Ui(),Ui=null),I=this.resolveConstant("TO_STRING").replacement,F=I.length+7,O=N(),r={appendLengthOf:function(n){var t,e,n=n.source;if(null!=n&&/[bcghjkmopqvwxz]/.test(n))return null==(e=O[n])&&(t=Ot(n),e=O[n]=(F+Pi[t])/yi[t]|0),e},optimizeSolutions:function(n,t,e){for(var r,i,o=t.length;0<o;){var u,a=t[--o];if(null!=(u=a.source)&&/^[\da-z]$/.test(u)){if(r||(r=o+1,i=!1),(i=i||O[a.source]<=a.appendLength)&&2<=r-o){R=E=N=S=f=void 0;for(var c=n,s=t,f=o,l=r,_=e;;++f){var p=l-f;if("0"!==s[f].source){var R=E=N=S=void 0,d=c,h=s,A=f,T=p,v=_,S="",N=0,E="",R=0;do{var b=h[A+R],b=(N+=b.appendLength,b.source);if(S<b&&(S=b),E+=b,2<=++R&&F<N&&(v&&!A&&R===T&&(N+=2),function(n,t,e,r,i){do{var o=Te(i,e);if(xi<o)return null==s;var o=on(Mn(o)),u=o.length+3,a=wi[e],c=a.length,s=F+u+c,u=r-s;0<u&&(c=function(n,t){return function(){return new L(void 0,"(+("+n+"))["+I+"]("+t+")",C.STRING)}}(o,a),n.addCluster(t,i.length,c,u))}while(++e<=mi)}(d,A,Ot(S),N,E)))break}while(R<T)}if(p<=2)break}}}else r=void 0}}}}return r},mn:function(n,t){var e,r,i,o,u,a=[];if(t){if("object"==typeof t?(e=!("default"in t&&!t.default),r=(u=function(n){n+="Opt";return n in t?!!t[n]:e})("comma"),i=u("complex"),o=u("surrogatePair"),u=u("toString")):r=i=o=u=!0,r&&0<=n.indexOf(",")&&this.jn(a,"comma"),i)for(var c in xr){var s=xr[c];this.hasFeatures(s.mask)&&0<=n.indexOf(c)&&this.jn(a,"complex",c,s.definition)}o&&this.hasFeatures(Bi)&&/[\ud800-\udbff][\udc00-\udfff]/.test(n)&&this.jn(a,"surrogatePair"),u&&this.jn(a,"toString")}return a}}),qr=de("(?:(?!.)\\s)+(?:\\s|\ufeff|//(?:(?!\\*/|`).)*(?!.)|/\\*(?:(?!`)(?:[^*]|\\*[^/]))*?\\*/)*$"),s({},{Feature:R,encode:Lt})),Hi=R.En,Wi=!1;yt(),s(Lt,{get permanentCaching(){return Wi},set permanentCaching(n){Wi=!!n,mt()}}),"undefined"!=typeof self&&(self.JScrewIt=pr),"undefined"!=typeof module&&(module.exports=pr,exports.Feature=null,exports.encode=null)}();
|
|
1
|
+
// JScrewIt 3.3.0 – https://jscrew.it
|
|
2
|
+
!function(){function s(t,r){return ht(r).forEach(function(n){var e=Rt(r,n);e.enumerable=!1,dt(t,n,e)}),t}function w(e){var t=E();return ht(e).forEach(function(n){t[n]=e[n]}),t}function k(n,e){try{return At(n,e)}catch(n){}}function H(n,e,t,r){var i=(i=this.startLinks)[o=n]||(i[o]=[]),o=i[e];o?o.saving<r&&(o.data=t,o.saving=r):(o=i[e]={start:n,length:e,data:t,saving:r},this.clusters.push(o)),this.maxLength<e&&(this.maxLength=e)}function U(n,e){return n.saving-e.saving||e.length-n.length||W(e,n)}function W(n,e){return e.start-n.start}function B(){var n,e=[],t=this.clusters;if(t.length){for(t.sort(U);n=function(n,e,t){for(var r;r=e.pop();)if(null!=r.saving){for(var i,o=n,u=t,a=r.start,c=a,s=a+r.length;(i=o[c])&&(j(i,0),delete o[c]),++c<s;);for(var f=1;f<u;)(i=o[a-f++])&&(j(i,f),i.length=f);return r}}(this.startLinks,t,this.maxLength);)e.push(n);e.sort(W)}return e}function j(n,e){for(var t=n.length;t-- >e;){var r=n[t];r&&delete r.saving}}function M(n,e){function t(){this.constructor=n}if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");It(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}function S(n,e){return(n&e)===e}function z(n,e){for(var t=0,r=Wt(e);t<r.length;t++){var i=r[t],o=Ut(e,i);o.enumerable=!1,Ht(n,i,o)}}function G(n){if("symbol"==typeof n)throw jt("Cannot convert a symbol to a string");return Bt(n)}function J(n,e){Ht(n,"mask",{value:e})}function X(n,i,o,u,a,c,s){return(!u.length||n&&!function(){for(var n=i.length+o.length+(u.length-1)*(a.length+1)+c.length,e=0,t=u;e<t.length;e++){var r=t[e];if(~r.indexOf("\n"))return 1;if(n+=r.replace(/\x1b\[\d+m/g,"").length,s<n)return 1}}()?"".concat(i).concat(o).concat(u.join("".concat(a," "))):"".concat(i,"\n").concat(u.join("".concat(a,"\n")).replace(/^/gm," "),"\n")).concat(c)}function q(n){throw xt("Unknown feature ".concat(wt(n)))}function n(n,e,t){e=e.toLocaleString(n);return t.test(e)}function t(n){return"Features available in "+n+"."}function V(n){return function(){return"undefined"!=typeof self&&n.test(self+"")}}function $(){var n=arguments,e=n.length-2,t=n[e],r=n[1+e],n=nn(n,0,e),e=nn(t,r);return nt(n,e),this.apply(null,n)}function Q(n,e){return{definition:n,mask:e}}function f(n){return Q(n,nn(arguments,1).reduce(function(n,e){return n|e.mask},D))}function K(t,n){n=n.map(function(n){var e=t[n.definition];return Q(e.definition,n.mask|e.mask)});return n.available=t,n}function Z(n){n._=$}function nn(n,e,t){return et(n,e,t)}function en(n,e){return(n-55296<<10)+e+9216}function tn(n){return tt(n+1).join("0")}function rn(n,e){return gt.replaceString(n,e)}function on(){var t,r=1/0;return Ke(arguments,function(n){var e=n.length;e<r&&(t=n,r=e)}),t}function r(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];for(var t=0,r=0,i=n;r<i.length;r++)t|=i[r];return t}function un(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=r.apply(void 0,n);return function(n){return Qe(t,n)}}function an(n){for(var e=0,t=qt;e<t.length;e++){var r=t[e];if(function(n,t){return!(n.length>t.length)&&n.every(function(n,e){return Qe(n,t[e].type)})}(r.typeSetList,n))return r}}function l(n,e){return f._({block:n,shiftedIndex:e},arguments,2)}function cn(n){var e=ur[n];if(!e){var t=d.AT,r=d.FF_SRC,i=d.IE_SRC,o=d.NO_FF_SRC,u=d.NO_IE_SRC,a=d.NO_V8_SRC,c=d.V8_SRC;switch(n){case 16:e=[l("FBEP_4_S","2 + FH_SHIFT_1"),l("FBP_5_S",21,o),l("FBEP_4_S",20,u),l("RP_0_S","2 + FH_SHIFT_1",a),f(0,r),f(0,i),f(4,c)];break;case 18:case 28:e=[l("RP_5_A + [FBP_7_WA]",n+12),l("RP_4_A + [FBP_8_WA]",n+12,t),l("[RP_3_WA] + FBP_9_U",n+12,o),l("[RP_3_WA] + FBEP_9_U",n+12,u),l("FBEP_4_S",n+4,d.INCR_CHAR,u),l("RP_0_S",(n+2)/10+" + FH_SHIFT_3",a),f(0,r),f(0,i),f(3,c)];break;case 20:case 30:e=[l("RP_3_WA + [FBP_7_WA]",n+10),l("FBEP_10_S",(n+10)/10+" + FH_SHIFT_1",t),l("[RP_1_WA] + FBP_9_U",n+10,o),l("FBEP_10_S",n+10,u),l("RP_6_S",(n+10)/10+" + FH_SHIFT_1",a),f(6,r),f(5,i),f(0,c)];break;case 21:e=[l("FBEP_9_U","3 + FH_SHIFT_1"),l("FBP_9_U",30,o),l("FBEP_9_U",30,u),l("RP_5_A","3 + FH_SHIFT_1",a),f(5,r),f(4,i),f(0,c)];break;case 23:e=[l("FBP_7_WA",30),l("FBP_9_U",32,o),l("FBEP_9_U",32,u),l("RP_3_WA","3 + FH_SHIFT_1",a),f(3,r),f(3,i),f(0,c)];break;case 25:e=[l("FBP_7_WA",32),l("FBP_5_S",30,o),l("RP_1_WA + FBEP_4_S",30,u),l("RP_1_WA","3 + FH_SHIFT_1",a),f(1,r),f(0,i),f(5,c)];break;case 32:e=[l("FBP_8_WA",40),l("FBP_9_U",41,o),l("FBEP_9_U",41,u),l("RP_4_A","4 + FH_SHIFT_1",a),f(4,r),f(3,i),f(0,c)];break;case 34:e=[l("FBP_7_WA",41),l("RP_1_WA + FBP_5_S",40,o),l("FBEP_9_U",43,u),l("RP_2_WS","4 + FH_SHIFT_1",a),f(3,r),f(1,i),f(6,c)]}e.cacheKey="FBP:"+n,ur[n]=e}return e}function sn(n){var e=ar[n];if(!e){var t=d.IE_SRC,r=d.INCR_CHAR,i=d.NO_IE_SRC;switch(n){case 3:case 13:e=[l("RP_4_A + [FHP_3_WA]",n+7),l("FHP_8_S",n+8,r),f(6,t),f(0,i)];break;case 6:case 16:e=[l("FHP_5_A",n+5),f(3,t),f(4,i)];break;case 8:case 18:e=[l("FHP_3_WA",n+3),l("RP_2_WS",(n+2)/10+" + FH_SHIFT_1",r),f(1,t),f(3,i)];break;case 9:case 19:e=[l("RP_1_WA",(n+1)/10+" + FH_SHIFT_1"),f(0,t),f(1,i)];break;case 11:e=[l("RP_0_S","1 + FH_SHIFT_2"),f(0,t),f(0,i)];break;case 12:e=[l("FHP_8_S",20),f(0,t),f(0,i)];break;case 14:e=[l("[RP_1_WA] + FHP_5_A",20),f(5,t),f(6,i)];break;case 15:e=[l("FHP_5_A",20),f(4,t),f(5,i)];break;case 17:e=[l("FHP_3_WA",20),l("RP_3_WA","2 + FH_SHIFT_1",r),f(3,t),f(3,i)]}e.cacheKey="FHP:"+n,ar[n]=e}return e}function fn(n,e){var t=function(n){for(var e=!1;"value"in n&&Tn(n);){var t=n.value;if(!rt(t))return null==t&&e?"":T(t);if(!(n=t[0]))return"";e=!0}}(e);null!=t&&(e.str=t),e.type="get",ln(n,e)}function ln(n,e){n=n.opsStack;n[n.length-1].push(e)}function _n(n,e){if(!n.mod&&"value"in n&&n.arithmetic&&!n.pmod){var t=n.value;n:for(var r=e.length;r--;)switch(e[r]){case"!":t=!t;break;case"+":t=+t;break;case"-":t=-t;break;case"#":break n}n.value=t,e=e.slice(0,r+1)}e&&(e=vn(e,n.mod||"",n.pmod),n.mod=e,n.arithmetic=!0)}function pn(n){n=u(n,oi);if(n){var e=at('"'+n+'"');if(/^[$A-Z_a-z][$\w]*$/.test(e))return{escaped:e.length<n.length,identifier:e}}}function dn(n){return ut("return "+n)()}function Rn(n,e){if(i(n)&&wn(e))return Sn(e,{value:[n]}),o}function hn(n,e){if(yn(e))return Sn(e,n),o}function An(n,e){if(i(n)&&wn(e))return fn(e,n),o}function Nn(n,e){if(i(n)&&yn(e))return n.type="param-call",ln(e,n),o}function i(n){var e=n.mod||"";if(!/-/.test(e)&&(!/#$/.test(e)||n.ops.length))return n.mod=e.replace(/#/g,"++"),n}function Tn(n){return!n.mod&&!n.ops.length}function vn(n,e,t){n=(n+e).replace(/\+\+|--/,"+").replace(/\+-|-\+/,"-").replace(/!-/,"!+").replace(/\+#/,"#").replace(/!\+!/,"!!").replace("!!!","!");return t?n.replace(/\+$/,""):n}function En(n){n="^(?:"+Hn(n)+")";return At(n)}function Sn(n,e){n.opsStack.push([]),Cn(n,e)}function o(n){if(Pn(n))return yn(n)?(ln(n,{type:"call"}),o):(On(n,Nn),bn);if(xn(n))return On(n,An),bn;if(u(n,/^\./))return(e=pn(n))?(fn(n,{ops:[],value:e.identifier}),o):void 0;var e=Fn(n),t=n.opsStack.pop();if(t.length&&(e.arithmetic=!1,e.mod||e.pmod)){if(!i(e))return;e={terms:[e]}}e.ops=t=(e.ops||[]).concat(t),!t.length||e.mod||e.pmod||/^.*$/.test(n.separator)&&(t=u(n,/^\+\+/))&&(e.pmod=t,e.arithmetic=!0);t=n,n=e,e=Fn(t);if(_n(n,t.modStack.pop()),e){if(!i(n))return;var r=e.terms;if(r&&Tn(e))r.push(n),n.arithmetic||(e.arithmetic=!1);else{if(!i(e))return;e={arithmetic:e.arithmetic&&n.arithmetic,ops:[],terms:[e,n]}}}else e=n;r=u(t,/^(?:\+(?!\+)|-(?!-))/);return r?("-"!==r||e.arithmetic||_n(e,"+"),Ln(t,gn(t,"+"===r?"":r)),Cn(t,e),In):t.finalizerStack.pop()(e,t)}function In(n){var e=u(n,ci);if(e)return Sn(n,{value:dn(e)}),o;e=u(n,ii);if(e)return Sn(n,{arithmetic:!0,value:dn(e)}),o;if(xn(n))return wn(n)?(Sn(n,{value:[]}),o):(On(n,Rn),bn);if(Pn(n))return On(n,hn),bn;e=pn(n);if(e){var t,r=e.identifier,e=e.escaped;if(ri.indexOf(t=r)<0&&(!e||ti.indexOf(t)<0))return Sn(n,{identifier:r}),o}}function bn(n){if(n.finalizerStack.length<=1e3)return Ln(n,gn(n,"")),Cn(n),In}function Fn(n){return n.unitStack.pop()}function On(n,e){n.finalizerStack.push(e)}function Ln(n,e){n.modStack.push(e)}function Cn(n,e){n.unitStack.push(e)}function u(n,e){var t,r=n.data,e=e.exec(r);if(e)return e=e[0],r=r.slice(e.length),(t=ai.exec(r)[0])&&(r=r.slice(t.length)),n.data=r,n.separator=t,e}function gn(n,e){for(var t;t=u(n,/^(?:!|\+\+?|-(?!-))/);)e=vn(e,t.replace(/\+\+/g,"#"));return e}function Pn(n){return u(n,/^\(/)}function yn(n){return u(n,/^\)/)}function mn(n){n.data=n.data.replace(ui,"")}function xn(n){return u(n,/^\[/)}function wn(n){return u(n,/^]/)}function kn(n,e){return"(?:"+(null==(r=ei[e])&&(t=ni[e],ei[e]=r=Hn(t)),r)+")";var t,r}function Hn(n){return n.replace(/#(\w+)/g,kn)}function Un(n){var e,n={data:n,modStack:[],opsStack:[],finalizerStack:[i],unitStack:[]};return mn(n),!n.data||((e=function(n){for(var e=bn;"function"==typeof e;e=e(n));return e}(n))&&(mn(n),!n.data)?e:void 0)}function Wn(n,e){this.$=e,this.nn=n,this.en=[],this.tn=-3}function Bn(n,e,t){return+(n+e+"e"+t)}function jn(n){var n=/^(\d+)(?:\.(\d+))?(?:e(.+))?$/.exec(n),e=n[2]||"",o=(n[1]+e).replace(/^0+/,""),u=o.search(/0*$/),a=(0|n[3])-e.length+o.length-u,n=function(){for(var n=u-1,e=o.slice(0,n),t=+o[n],r=Bn(e,t,a);;){var i=t-1;if(Bn(e,i,a)!==r)break;t=i}return e+t}();return 0<=a?a<10?n+tn(a):a%100==99&&(99<a||n[1])?n.replace(/.$/,".$&e")+(1+a):n+"e"+a:a>=-n.length?n.slice(0,a)+"."+n.slice(a):function(n,e,t){var r,i=-93<e%100?-7<e%10?0:10+e%10:100+e%100;if(n+=tn(i),6*i+26+136+(i=T(-(e-=i)),r=0,Ke(i,function(n){n=fi[n];r+=n}),r)<t)return n+"e"+e}(n,a,73+6*(e=-n.length-a))||"."+tn(e)+n}function Mn(n,e){return rt(e)?n.findDefinition(e):e}function Dn(n){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[n>>2]+gr[3&n],t="("+this.replaceString(e)+")",e=(2<e.length&&(t+=Yn(0)),Mn(this,xr[n>>4])),r=e+Mn(this,Pr[15&n]),e=Yn(1+(e.length-2)/4*3),r="("+this.replaceString(r)+")"+e,e=mr[n>>6],n=e+yr[63&n],e=Yn(2+(e.length-3)/4*3),t=on(t,r,"("+this.replaceString(n)+")"+e);return this.resolveConstant("atob").replacement+t}function Yn(n){return"["+rn(T(n))+"]"}function zn(n){var e=n<65536?this.findDefinition(jr):"fromCodePoint",e=this.replaceString(e,{optimize:!0}),n=this.replaceExpr(0===n?"[]":1===n?"true":n<10?""+n:'"'+n+'"');return this.replaceExpr("String")+"["+e+"]("+n+")"}function Gn(n,e,t){var r=n.findDefinition(Yr),e=e.toString(16),i=(t=t?tn(t-e.length)+e.replace(/fa?$/,"false"):e).replace(/b/g,r);return"b"!==r&&/(?=.*b.*b)(?=.*c)|(?=.*b.*b.*b)/.test(e)&&(r=n.replaceString(t,di),e=n.replaceString(i,pi),r.length<e.length)?t:i}function Jn(n){var e,n=65536<=n?(t="u{"+Gn(this,n)+"}",!(e=!1)):253<=n||n in Ri?(e=5<(t="u"+Gn(this,n,4)).length,!0):(t=n.toString(8),e=!1),t='Function("return\\"\\\\'+t+'\\"")()';return e&&(t+="[0]"),this.replaceExpr(t,{default:!1,toStringOpt:n})}function Xn(n){var e,n=n<256?(e=2<(t=Gn(this,n,2)).length,!1):(e=5<(t="u"+Gn(this,n,4)).length,!0),t='unescape("%'+t+'")';return e&&(t+="[0]"),this.replaceExpr(t,{default:!1,toStringOpt:n})}function qn(n){this.mask=n,this.rn=pt(hi),this.on=pt(Ai),this.un=E(),this.an=E(),this.cn=[]}function Vn(n,e,t){var r,i,o,u,a=n.cn,c=a.indexOf(e);a.push(e);try{if(~c)throw r=a.slice(c),i=Ti(n.mask),o="Circular reference detected: "+r.join(" < ")+" – "+i,s(u=Nt(o),{chain:r,feature:i}),u;t.call(n)}finally{a.pop()}}function $n(t,r,n,i){var o;return n.forEach(function(n,e){t.hasFeatures(n.mask)&&(n=t.resolve(n.definition,r,i),!o||o.length>n.length)&&null==(o=n).entryCode&&(o.entryCode=e)},t),o}function Qn(n,e,t){var r=e in n.constantDefinitions?n.resolveConstant(e):or[e],n=(r||Zn(n,"Undefined identifier "+e),t&&r.isLoose||1<t&&"!"===r.replacement[0]),e=r.replacement;return n?"("+e+")":e}function Kn(n,e,t,r,i){r=r.call(n,t),n=new C(e,r,L.STRING);return n.entryCode=i,n}function Zn(n,e){var n=n.cn,t=n.length;throw t&&(e+=" in the definition of "+n[t-1]),Nt(e)}function ne(t,r){function u(n,e){n=_t(n);return n.sortLength=e,n}function n(n,e,t){n=u(n,e);return n.isJoiner=t,n}function i(e){var n=c-e.sortLength,n=s[n];n&&n.forEach(function(n){o(n+e,c,e)})}function o(n,e,t){if(!(n in _)){_[n]=null;var r=s[e]||(s[e]=[]),i=u(n,e);for(r.push(i),t.isJoiner=!1;;++l){var o=a[l];if(!o)break;if(o.isJoiner){i.joiner=o.valueOf();break}}}}var a=[n("",0,!1),n("false",4,!0),n("true",5,!0),n("0",6,!0),n("undefined",7,!0),n("1",8,!0),n("NaN",9,!0),n("2",12,!0),n("f",14,!1),n("t",15,!1),n("a",16,!1),n("3",17,!0),n("N",17,!1),n("r",17,!1),n("u",17,!1),n("n",19,!1),n("l",20,!1),n("4",22,!0),n("d",23,!1),n("s",25,!1),n("e",26,!1),n("5",27,!0),n("i",28,!1),n("6",32,!0),n("7",37,!0),n("8",42,!0),n("9",47,!0)],c=0,s=[],f=[],l=0,_=E(),p=a.filter(function(n){var e=n.valueOf();if(0<=t.indexOf(e))o(e,n.sortLength,n);else if(e!==r)return!0});return function(n){for(;f.length<=n;){p.forEach(i);var e=s[c++];e&&nt(f,e)}return f[n]}}function ee(n){for(var e=arguments.length;;){if(n<0)return;if(--e<1)break;n-=arguments[e].length}return et(arguments,1).join("")}function te(n){return"[][[]]"===n&&(n+="+[]"),n}function re(i,n,e,t,r){var o,u,a=n.length,c=i.perfLog,s=[],f=(s.name=r,s.inputLength=a,c.push(s),_t(n));return ht(e).forEach(function(n){f[n]=e[n]}),t.forEach(function(n){var e,t=Ci[n],n={strategyName:n},r=a<t.minInputLength?"skipped":i.hasFeatures(t.mask)?(i.perfLog=n.perfLog=[],r=new it,e=null!=o?o.length:NaN,t=t.call(i,f,e),e=new it-r,i.perfLog=c,n.time=e,null!=t?(o=t,u&&(u.status="superseded"),(u=n).outputLength=t.length,"used"):"incomplete"):"unsuited";n.status=r,s.push(n)}),o}function ie(n,e,t,r,i,o,u){e=Ze(e,function(n){return t[n]});return n.replaceStringArray(e,r,i,!o,o,u)}function oe(n,e,t,r,i){var o=n.resolveConstant("MAP").replacement,u=i-Ii,a=u-e.length-bi;if(!(o.length>a)){a=n.findDefinition(Mr)(t,r),t=ee(u,e,"[",o,"](",n.sn('Function("return '+a+'")()'),")");if(t)return n.fn(t,i)}}function ue(n,e,t,r,i){var o=n.resolveConstant("MAP").replacement,u=i-Ii,a=u-e.length-bi-r.length-2;if(!(o.length>a)){a=ee(u,e,"[",o,"](",n.sn(t),"(",r,"))");if(a)return n.fn(a,i)}}function ae(n,e,t,r,i,o){var u="strCodeCache"+(i?"Radix"+i:""),r=r(e.valueOf(),i,e[u]||(e[u]=E())),e=n.replaceStringArray(r,[Ei],null,!1,!1,o);if(e)return i?oe(n,e,t,"parseInt(undefined,"+i+")",o):r.length>n.ln?oe(n,e,t,"undefined",o):(u=n.findDefinition(zr)+"."+t+"(",ee(o,n.resolveConstant("Function").replacement,"(",n.replaceString(u,{optimize:!0}),"+",e,"+",n.resolveCharacter(")").replacement,")()"))}function ce(n,e,t,r,i){var o;if(!t||e){if(null==(o=le(n,e,!t||t.forceString?li:0,r,i)))return}else o="";if(!((o=t?t.call(n,o):o).length>i))return o}function se(n,e,t,r,i,o,u){var a=o.valueOf(),o=pe(o),c=E(),s=e(a),e=o.map(function(n,e){e=t(e);return c[n.char]=e,s+=n.count*e.sortLength,e}),o=fe(n,o.map(function(n){return n.char}),u-s);if(o){var r=r(t,e),f=u-o.length,e=n.replaceStringArray(e,r,null,!1,!0,f-s);if(e){r=ie(n,a,c,i,null,!0,f-e.length);if(r)return a=n._n(),n.pn(a,r,e,o,u)}}}function fe(n,e,t){if(!(t<0)){n=re(n,e.join(""),{screwMode:li},["byCodePointsRadix4","byCharCodesRadix4","byCodePoints","byCharCodes","plain"],"legend");if(n&&!(n.length>t))return n}}function le(n,e,t,r,i){n=re(n,e,{screwMode:t},gi,r);if(null!=n&&!(n.length>i))return n}function _e(n,e){var t=[Si],n=n(e.length-1).joiner;return null!=n&&t.push({joiner:n,separator:n}),t}function pe(n){var e,t,r=n.freqList;return r||(e=E(),Ke(n,function(n){(e[n]||(e[n]={char:n,charCode:n.charCodeAt(),count:0})).count++}),t=ht(e),n.freqList=r=t.map(function(n){return e[n]}).sort(function(n,e){return e.count-n.count||n.charCode-e.charCode})),r}function de(){return[Ei]}function Re(n){return n.length?n.join(":"):"0"}function he(n){return ft(4*(n.length-1)-3,0)}function Ae(){return-1}function Ne(n,e,t){for(var r=[],i=/[^]/g;o=i.exec(n);){var o=o[0],u=t[o];null==u&&(u=t[o]=o.charCodeAt().toString(e)),r.push(u)}return r}function Te(n,e,t){for(var r=[],i=k(".","gsu")||/[\ud800-\udbff][\udc00-\udfff]|[^]/g;o=i.exec(n);){var o=o[0],u=t[o];null==u&&(u=t[o]=Pi(o).toString(e)),r.push(u)}return r}function ve(n){return this.resolveConstant("Function").replacement+"("+n+")()"}function Ee(n){return this.replaceExpr('Function("return eval")()')+"("+n+")"}function Se(n){if(","===n.source)return 0}function Ie(n){n=n.source;return n&&1===n.length}function be(n,e,t){if(n&&1===n.length){n=n.charCodeAt();if(e<=n&&n<=t)return n}}function Fe(n){return vt(n,wi)+1}function Oe(n){Qr.set(n.mask,n)}function Le(n,e){n=function(n){if("symbol"==typeof n)throw Tt("Cannot convert a symbol to a string");return T(n)}(n);var t=(e=e||{}).features,r=e.runAs,r=void 0!==r?Ce(r,"runAs"):Ce(e.wrapWith,"wrapWith"),i=r[0],r=r[1],o=(e.trimCode&&(u=(u=n).replace(/^(?:\s|\uFEFF|\/\/.*(?!.)|\/\*[\s\S]*?\*\/)*(?!.)\s/,""),n=u=(o=$r.exec(u))&&"\\"!==u[(o=o.index)-1]?u.slice(0,o):u),e.perfInfo),u=ji(t);return(e=Qr.get(u))||(Oe(e=new qn(u)),ye()),(Kr=e).dn(n,i,r,o)}function Ce(n,e){var t=["text","express"],r=["text"];if(void 0===n)return[Ee,t];switch(T(n)){case"call":return[ve,r];case"eval":return[Ee,r];case"express":return[,["express"]];case"express-call":return[ve,t];case"express-eval":return[Ee,t];case"none":return[,r]}throw ot("Invalid value for option "+e)}function ge(){Zr=void 0,Mi||(Pe(),Oe(Kr))}function Pe(){Qr=new Ot}function ye(){!Mi&&!Zr&&1<Qr.size&&(Zr=Et(ge))}function me(){this.Rn=Object.create(null),this.hn=0}function xe(){return null!==Ft&&Ft.apply(this,arguments)||this}function we(){return null!==Lt&&Lt.apply(this,arguments)||this}function ke(){return kt(null)}function He(){}function Ue(){var n=null!==Vt&&Vt.apply(this,arguments)||this;return n.en=[],n}function We(n,e,t){var r=Qt.call(this)||this;return r.source=n,r.type=t,r.defineReplacement({get:function(){var n=e();return this.defineReplacement({value:n,writable:!0}),n}}),r}function Be(n,e,t){var r=Zt.call(this)||this;return r.source=n,r.replacement=e,r.type=t,r}function je(n){return this.An(n)}function a(){return f(je)}function e(n,e){var t,r=n,i=sn(t=e);return f._(function(n){return this.Nn(n,r,t,i,Ur)},arguments,2)}function Me(n){return f((e=n,function(n){return this.Tn(n,e,cn,Hr)}));var e}function De(n){var e=n;return f._(function(n){return this.Tn(n,e,sn,Ur)},arguments,1)}function Ye(n,e,t){e="("+e+")[TO_LOCALE_STRING]("+n+")";return null!=t&&(t%10==8?e="("+ir[3]+" + "+e+")["+(t-t%10+11)+"]":4<t%10?e="("+ir[10-t%10]+" + "+e+")["+(t-t%10+10)+"]":e+="["+t+"]"),f._({expr:e,optimize:!0},arguments,3)}function ze(n,e,t){var r;or[n]=(r=e,new Kt(n,function(){return gt.replaceExpr(r)},t))}function c(n,e,t,r){var i=wr[n],e=Ye._(e,t,r,arguments,4);i?i.splice(i.length-1,0,e):wr[n]=[e,a()]}function Ge(n,e){for(var t=T.fromCharCode,r=0;r<=9;++r){var i=t(e+r);c._(i,n,r,void 0,arguments,2)}}function Je(n){return'Function("return falsefalse=>undefined=>falsefalse'+n+'")()'}function Xe(n){return'Function("return function(f){return this'+n+'}")().bind'}function qe(n){return'Function("return function(falsefalse){return function(undefined){return falsefalse'+n+'}}")()'}function Ve(n){return'Function("return undefined=>falsefalse=>undefined[1][undefined[0]'+n+']")()'}function $e(n){return'Function("return function(undefined){return function(falsefalse){return undefined[1][undefined[0]'+n+']}}")()'}function _(n,e,t,r){return n.encodingType=e,n.minInputLength=t,void 0===r&&(r=d.DEFAULT),n.mask=r.mask,n}function Qe(n,e){return 0!=(n&e)}var Ke,Ze,nt,et,tt=Array,rt=tt.isArray,it=Date,ot=Error,ut=Function,at=JSON.parse,ct=JSON.stringify,st=Math.abs,ft=Math.max,lt=Math.min,_t=Object,pt=_t.create,dt=_t.defineProperty,Rt=_t.getOwnPropertyDescriptor,ht=_t.keys,At=RegExp,T=String,Nt=SyntaxError,Tt=TypeError,vt=parseInt,Et=setTimeout,E=pt.bind(null,null,void 0),St=ut(),It=(h=tt.prototype,R=(p=ut.prototype).apply,(p=p.call).bind(h.every),Ke=p.bind(h.forEach),Ze=p.bind(h.map),et=p.bind(h.slice),nt=R.bind(h.push),function(n,e){return(It=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(n,e){n.__proto__=e}:function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}))(n,e)}),bt=function(){return(bt=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++)for(var i in e=arguments[t])Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i]);return n}).apply(this,arguments)},D=0,p=(Object.defineProperty(me.prototype,"size",{get:function(){return this.hn},enumerable:!1,configurable:!0}),me.prototype.has=function(n){return n in this.Rn},me.prototype.vn=function(n,e){var t=this.Rn;n in t||++this.hn,t[n]=e},me);M(xe,Ft=p),xe.prototype.get=function(n){return this.Rn[n]},xe.prototype.set=function(n,e){this.vn(n,e)};var Ft,Ot=xe;M(we,Lt=p),we.prototype.add=function(n){this.vn(n,void 0)};var Lt,Ct,d,gt,Pt,yt=we,mt=Array.isArray,xt=Error,wt=JSON.stringify,kt=Object.create,Ht=Object.defineProperty,Y=Object.freeze,Ut=Object.getOwnPropertyDescriptor,Wt=Object.keys,Bt=String,jt=TypeError,Mt={ARRAY_ITERATOR:{description:'The property that the string representation of Array.prototype.entries() evaluates to "[object Array Iterator]".',check:function(){if(Array.prototype.entries)return[].entries()+""=="[object Array Iterator]"}},ARROW:{description:"Support for arrow functions.",check:function(){try{return Function("()=>{}")(),!0}catch(n){}}},AT:{description:"Existence of the native functions Array.prototype.at and String.prototype.at.",check:function(){return Array.prototype.at&&String.prototype.at}},BARPROP:{description:'Existence of the global object statusbar having the string representation "[object BarProp]".',check:function(){return"object"==typeof statusbar&&statusbar+""=="[object BarProp]"},attributes:{"web-worker":"web-worker-restriction"}},CAPITAL_HTML:{description:"The property that the various string methods returning HTML code such as String.prototype.big or String.prototype.link have both the tag name and attributes written in capital letters.",check:function(){return"<BIG></BIG>"==="".big()&&'<FONT COLOR=""></FONT>'==="".fontcolor("")&&'<FONT SIZE=""></FONT>'==="".fontsize("")&&'<A HREF=""></A>'==="".link("")&&"<SMALL></SMALL>"==="".small()&&"<STRIKE></STRIKE>"==="".strike()&&"<SUB></SUB>"==="".sub()&&"<SUP></SUP>"==="".sup()}},CONSOLE:{description:'Existence of the global object console having the string representation "[object Console]".\nThis feature may become unavailable when certain browser extensions are active.',check:function(){return"object"==typeof console&&console+""=="[object Console]"}},DOCUMENT:{description:'Existence of the global object document whose string representation starts with "[object " and ends with "Document]".',check:function(){return"object"==typeof document&&/^\[object [\S\s]*Document]$/.test(document+"")},attributes:{"web-worker":"web-worker-restriction"}},ESC_HTML_QUOT:{description:'The property that double quotation marks in the argument of String.prototype.fontcolor are escaped as """.',check:function(){return~"".fontcolor('"').indexOf(""")}},FF_SRC:{description:'A string representation of native functions typical for Firefox and Safari.\nRemarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',includes:["NO_IE_SRC","NO_V8_SRC"],excludes:["NO_FF_SRC"]},FLAT:{description:"Existence of the native function Array.prototype.flat.",check:function(){return Array.prototype.flat}},FROM_CODE_POINT:{description:"Existence of the function String.fromCodePoint.",check:function(){return String.fromCodePoint}},FUNCTION_19_LF:{description:'A string representation of dynamically generated functions where the character at index 19 is a line feed ("\\n").',check:function(){return"\n"===(Function()+"")[19]}},FUNCTION_22_LF:{description:'A string representation of dynamically generated functions where the character at index 22 is a line feed ("\\n").',check:function(){return"\n"===(Function()+"")[22]}},IE_SRC:{description:'A string representation of native functions typical for Internet Explorer.\nRemarkable traits are the presence of a line feed character ("\\n") at the beginning and at the end of the string and a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',includes:["NO_FF_SRC","NO_V8_SRC"],excludes:["NO_IE_SRC"]},INCR_CHAR:{description:'The ability to use unary increment operators with string characters, like in ( ++"some string"[0] ): this will result in a TypeError in strict mode in ECMAScript compliant engines.',check:function(){return!0},attributes:{"forced-strict-mode":"char-increment-restriction"}},ITERATOR_HELPER:{description:"Availability of iterator helpers.",check:function(){return"function"==typeof Iterator}},LOCALE_INFINITY:{description:'Language sensitive string representation of Infinity as "∞".',check:function(){return"∞"===(1/0).toLocaleString()}},LOCALE_NUMERALS_BN:{description:"Localized number formatting for Bengali.",check:function(){return n("bn",1234567890,/^১,২৩,৪৫,৬৭,৮৯০/)}},LOCALE_NUMERALS_EXT:{description:'Extended localized number formatting.\nLocalized number formatting including the output of the first three letters in the second word of the Arabic string representation of NaN ("رقم"), the letters in the Russian string representation of NaN ("не число") and the letters in the Persian string representation of NaN ("ناعدد").',check:function(){return n("ar",NaN,/^ليس.رقم/)&&n("fa",NaN,/^ناعد/)&&n("ru",NaN,/^не.число/)}},LOCALE_NUMERALS_IE11_WIN7:{description:"Localized number formatting exclusive to Internet Explorer 11 on Windows 7.",check:function(){return n("lv",1/0,/^......ī/)&&n("ru",1/0,/^беск.н.ч.о.ть/)},excludes:["RUSSIAN_INFINITY"]},LOCALE_NUMERALS_IE11_WIN7_8:{description:"Localized number formatting exclusive to Internet Explorer 11 on Windows 7 and 8.",check:function(){return n("ar",NaN,/^ليس.برقم/)&&n("ar",1/0,/^..ا.نه..ة/)&&n("cs",NaN,/^.....č/)&&n("el",1/0,/^Άπε..ο/)&&n("el",NaN,/^μη.αριθ.ός/)&&n("he",NaN,/^לא.מספר/)&&n("he",1/0,/^.ינ.וף.ח..ב/)&&n("he",-1/0,/^.......ש/)&&n("ja",1/0,/^.∞/)&&n("ja",NaN,/^.....非数値/)&&n("lt",1/0,/^.......ė/)&&n("pl",1/0,/^.......ń.....ść/)&&n("pl",NaN,/^..............ą/)&&n("zh",1/0,/^正/)&&n("zh-cn",NaN,/^..字/)}},NAME:{description:"Existence of the name property for functions.",check:function(){return"name"in Function()}},NO_FF_SRC:{description:"A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.",check:function(){return/^(\n?)function Object\(\) \{\1 +\[native code]\s\}/.test(Object)},excludes:["FF_SRC"]},NO_IE_SRC:{description:"A string representation of native functions typical for most engines with the notable exception of Internet Explorer.\nA remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.",check:function(){return/^function Object\(\) \{(\n )? \[native code]\s\}/.test(Object)},excludes:["IE_SRC"]},NO_V8_SRC:{description:'A string representation of native functions typical for Firefox, Internet Explorer and Safari.\nA most remarkable trait of this feature is the presence of a line feed followed by four whitespaces ("\\n ") before the "[native code]" sequence.',check:function(){return/^\n?function Object\(\) \{\n \[native code]\s\}/.test(Object)},excludes:["V8_SRC"]},OBJECT_ARRAY_ENTRIES_CTOR:{description:"The property that the Array.prototype.entries().constructor is the Object constructor.",check:function(){return Array.prototype.entries&&[].entries().constructor===Object}},OBJECT_W_SELF:{description:'The property that the string representation of the global object self starts with "[object W".',check:V(/^\[object W/),includes:["SELF"],attributes:{"web-worker":"non-ie-restriction"}},PLAIN_INTL:{description:'Existence of the global object Intl having the string representation "[object Object]".',check:function(){return"object"==typeof Intl&&Intl+""=="[object Object]"}},REGEXP_STRING_ITERATOR:{description:'The property that the string representation of String.prototype.matchAll() evaluates to "[object RegExp String Iterator]".',check:function(){return String.prototype.matchAll&&"".matchAll()+""=="[object RegExp String Iterator]"}},RUSSIAN_INFINITY:{description:'Russian string representation of Infinity as "∞".',check:function(){return"∞"===(1/0).toLocaleString("ru")},excludes:["LOCALE_NUMERALS_IE11_WIN7"]},SELF:{description:'Existence of the global object self whose string representation starts with "[object ".',check:V(/^\[object /)},SHORT_LOCALES:{description:'Support for the two-letter locale name "ar" to format decimal numbers as Arabic numerals.',check:function(){var n=9876430.125,e=n.toLocaleString("ar");return e===n.toLocaleString("ar-td")&&e!==n.toLocaleString("en")}},STATUS:{description:"Existence of the global string status.",check:function(){return"string"==typeof status},attributes:{"web-worker":"web-worker-restriction"}},V8_SRC:{description:'A string representation of native functions typical for the V8 engine.\nRemarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a single whitespace before the "[native code]" sequence.',includes:["NO_FF_SRC","NO_IE_SRC"],excludes:["NO_V8_SRC"]},WINDOW:{description:'Existence of the global object self having the string representation "[object Window]".',check:V(/^\[object Window]$/),includes:["OBJECT_W_SELF"],attributes:{"web-worker":"web-worker-restriction"}},DEFAULT:{description:"Minimum feature level, compatible with all supported engines in all environments."},BROWSER:{description:"Features available in all browsers.\nNo support for Node.js.",includes:["DOCUMENT","INCR_CHAR","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,"web-worker-restriction":null}},COMPACT:{description:"All new browsers' features.\nNot compatible with Node.js, Internet Explorer, and old versions of supported browsers.",includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","ITERATOR_HELPER","LOCALE_INFINITY","LOCALE_NUMERALS_EXT","NAME","NO_IE_SRC","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,"web-worker-restriction":null}},CHROME_PREV:{description:t("the previous to current versions of Chrome and Edge"),aliasFor:"CHROME_122"},CHROME:{description:t("the current stable versions of Chrome, Edge and Opera"),aliasFor:"CHROME_122"},CHROME_122:{families:["Chrome","Edge","Opera"],versions:["122-","122-","108-"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","ITERATOR_HELPER","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","STATUS","V8_SRC","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},FF_ESR:{description:t("the current version of Firefox ESR"),aliasFor:"FF_90"},FF_PREV:{description:t("the previous to current version of Firefox"),aliasFor:"FF_134"},FF:{description:t("the current stable version of Firefox"),aliasFor:"FF_134"},FF_90:{families:["Firefox"],versions:["90-130"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FF_SRC","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},FF_131:{inherits:"FF_90",versions:["131-133"],includes:{ITERATOR_HELPER:!0,OBJECT_ARRAY_ENTRIES_CTOR:!1}},FF_134:{inherits:"FF_131",versions:["134-"],includes:{SHORT_LOCALES:!1}},IE_11:{families:["Internet Explorer"],versions:["11"],includes:["CAPITAL_HTML","CONSOLE","DOCUMENT","FUNCTION_22_LF","IE_SRC","INCR_CHAR","PLAIN_INTL","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"web-worker-restriction":null}},IE_11_WIN_7:{inherits:"IE_11",versions:["11"],compatibilityTag:"on Windows 7",compatibilityShortTag:"W7",includes:{LOCALE_NUMERALS_IE11_WIN7:!0,LOCALE_NUMERALS_IE11_WIN7_8:!0}},IE_11_WIN_8:{inherits:"IE_11",versions:["11"],compatibilityTag:"on Windows 8",compatibilityShortTag:"W8",includes:{LOCALE_NUMERALS_IE11_WIN7_8:!0,RUSSIAN_INFINITY:!0}},IE_11_WIN_10:{inherits:"IE_11",versions:["11"],compatibilityTag:"on Windows 10",compatibilityShortTag:"W10",includes:{LOCALE_INFINITY:!0,LOCALE_NUMERALS_BN:!0,LOCALE_NUMERALS_EXT:!0,RUSSIAN_INFINITY:!0}},NODE_20:{families:["Node.js"],versions:["20-21"],includes:["ARRAY_ITERATOR","ARROW","AT","ESC_HTML_QUOT","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","V8_SRC"],attributes:{"char-increment-restriction":null}},NODE_22:{inherits:"NODE_20",versions:["22.0-22.11|23.0-23.2"],includes:{ITERATOR_HELPER:!0,OBJECT_ARRAY_ENTRIES_CTOR:!1}},NODE_22_12:{inherits:"NODE_22",versions:["22.12-22.14|23.3-"],includes:{SHORT_LOCALES:!1}},SAFARI_PRE_PREV:{description:t("the previous to previous version of Safari"),aliasFor:"SAFARI_17_4"},SAFARI_17_4:{families:["Safari"],versions:["17.4-17.6"],includes:["ARRAY_ITERATOR","ARROW","AT","BARPROP","DOCUMENT","ESC_HTML_QUOT","FF_SRC","FLAT","FROM_CODE_POINT","FUNCTION_19_LF","INCR_CHAR","LOCALE_INFINITY","LOCALE_NUMERALS_BN","LOCALE_NUMERALS_EXT","NAME","OBJECT_ARRAY_ENTRIES_CTOR","REGEXP_STRING_ITERATOR","RUSSIAN_INFINITY","SHORT_LOCALES","STATUS","WINDOW"],attributes:{"char-increment-restriction":null,"non-ie-restriction":null,unstable:null,"web-worker-restriction":null}},SAFARI_18_0:{inherits:"SAFARI_17_4",versions:["18.0-18.3"],includes:{SHORT_LOCALES:!1}},SAFARI_PREV:{description:t("the previous to current version of Safari"),aliasFor:"SAFARI_18_4"},SAFARI:{description:t("the current stable version of Safari"),aliasFor:"SAFARI_18_4"},SAFARI_18_4:{inherits:"SAFARI_18_0",versions:["18.4-"],includes:{ITERATOR_HELPER:!0,LOCALE_NUMERALS_BN:!1,OBJECT_ARRAY_ENTRIES_CTOR:!1}}},R=ht(Mt).filter(function(n){n=Mt[n].check;return n&&n()}),Dt=(Mt.AUTO={description:t("the current environment"),includes:R},d=function(P,y){function u(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];for(var t=D,r=0,i=n;r<i.length;r++)t|=c(i[r]);1<n.length&&s(t);var o=this instanceof u?this:kt(W);return J(o,t),o}function t(n){for(var e=D,t=0,r=n;t<r.length;t++)e|=i(r[t]);return e}function a(n){var e=kt(W);return J(e,n),e}function o(e){return r.every(function(n){return!S(e,n)})}function i(n){return(n instanceof u?n:((n=G(n))in x||q(n),x[n])).mask}function c(n){var e;return mt(n)?(e=t(n),1<n.length&&s(e)):e=i(n),e}function s(n){if(!o(n))throw xt("Incompatible features")}function m(r){var n,e;if(r in x)c=x[r].mask;else{var t=P[r],i=function(n){return n in t?G(t[n]):void 0},o=i("description"),u=void 0;if("aliasFor"in t){var a=G(t.aliasFor),c=m(a),u=x[a];null==o&&(o=w[a])}else{var s,f,l,a=i("inherits"),_=void(null!=a&&m(a)),p=t.check,p=void 0!==p?(c=function(){var n=M+1&~M;if(n)return n;throw RangeError("Mask full")}(),M|=c,e=p,function(){return!!e()}):(c=D,null),d=t.includes,R=B[r]=ke();if(mt(d))for(var h=0,A=d;h<A.length;h++)R[N=A[h]]=null;else{if(null!=a)for(N in B[a])R[N]=null;if(d)for(var N,T=0,v=Wt(d);T<v.length;T++)d[N=v[T]]?R[N]=null:delete R[N]}for(N in R)c|=m(N);"versions"in t&&(C=t.families,s=t.versions,null!=a&&null==C&&(C=j[a]),j[r]=C,f=i("compatibilityTag"),l=i("compatibilityShortTag"),_=C.map(function(n,e){n=G(n);var t,e=G(s[e]).split("|").map(function(n){var e,t=/^([^-]+)-(?:([^-]+))?$/.exec(n);return t?(e=t[1],Y({from:e,to:t[2]})):n}),e=Y({family:n,featureName:r,versions:e,tag:f,shortTag:l});return(null!=(t=U[n])?t:U[n]=[]).push(e),e}),null==o)&&(o=null==y?void 0:y(_));var E=ke();if(null!=a){var S=x[a].attributes;for(O in S)E[O]=S[O]}var I=t.attributes;if(void 0!==I)for(var b=0,F=Wt(I);b<F.length;b++){var O,L=I[O=F[b]];void 0!==L?E[O]="string"==typeof L?L:null:delete E[O]}var i=null!=p?p:t.excludes,C=r,a=c,g=i;Y(n=E),n={attributes:{value:n},check:{value:p},name:{value:C}},g&&(n.elementary={value:!0}),J(p=kt(W,n),a),u=p,i&&k.push(u),_&&H.push(u)}x[r]=u,w[r]=o}return c}function n(n,e){return n.name<e.name?-1:1}var f,l,x=ke(),w=ke(),k=[],H=[],U=ke(),W=u.prototype,r=[];try{l=require("node:util").inspect}catch(n){}z(W,{get canonicalNames(){for(var n=this.mask,e=[],t=D,r=f.length;r--;){var i=f[r],o=i.mask;S(n,o)&&!S(t,o)&&(t|=o,e.push(i.name))}return e.sort(),e},elementary:!1,get elementaryNames(){for(var n=[],e=this.mask,t=0,r=k;t<r.length;t++){var i=r[t];S(e,i.mask)&&n.push(i.name)}return n},includes:function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var t=this.mask;return n.every(function(n){n=c(n);return S(t,n)})},name:void 0,toString:function(){var n=null!=(n=this.name)?n:"<".concat(this.canonicalNames.join(", "),">");return"[Feature ".concat(n,"]")}}),z(u,{ALL:x,ELEMENTARY:k,ENGINE:H,FAMILIES:U,En:function(n){if(o(n)){for(var e=D,t=0,r=k;t<r.length;t++){var i=r[t].mask;S(n,i)&&(e|=i)}if(n===e)return a(n)}return null},Sn:function(n){return void 0!==n?c(n):D},areCompatible:function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o(t(n))},areEqual:function(){for(var t,n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return n.every(function(n,e){n=c(n);return e?n===t:(t=n,!0)})},commonOf:function(){for(var n,e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(e.length){for(var r=void 0,i=0,o=e;i<o.length;i++)var u=c(o[i]),r=null!=r?r&u:u;n=a(r)}else n=null;return n},descriptionFor:function(n){return(n=G(n))in w||q(n),w[n]}}),l&&Ht(W,l.custom,{configurable:!0,value:function(n,e){var t=null!=(t=e.breakLength)?t:80,r=null==(r=e.compact)||r,i=[null!=(i=this.name)?i:X(r,"<","",this.canonicalNames,",",">",t-3)],o=(this.elementary&&i.push("(elementary)"),this.check&&i.push("(check)"),this.attributes);return"object"==typeof o&&(o=l(bt({},o),e),i.push(o)),X(r,"[Feature"," ",i,"","]",t-1)},writable:!0});var e,_=Wt(P),B=ke(),j=ke(),M=D;_.forEach(m);for(var p=new yt,d=0,R=_;d<R.length;d++){var h=R[d],A=P[h].excludes;if(A)for(var N=x[h].mask,T=0,v=A;T<v.length;T++){var E=N|m(v[T]);p.has(E)||(r.push(E),p.add(E))}}for(e in f=k.slice(),k.sort(n),Y(k),H.sort(n),Y(H),Y(x),Y(U),U)Y(U[e]);return u}(Mt,function(n){var i="",n=n.map(function(n){var r=n.family,e=n.versions.map(function(n){var e,t;return"string"==typeof n?e=n:(t=n.from,null!=(n=n.to)?e=t+" to "+n:(e=t,i=" or later")),r+" "+e}).join(" and "),n=n.tag;return null!=n&&(e+=" "+n),e}),e=n.pop();return t((n.length?n.join(", ")+" and "+e:e)+i)}),Ct=d.ELEMENTARY,Mt=null,s(d.prototype,{restrict:function(r,i){var o=E(),n=Ct.filter(function(n){var e,t=this.includes(n);return t&&(n=n.attributes,t=!(r in n&&(void 0===i||(void 0===(n=o[e=n[r]])&&(o[e]=n=i.some(function(n){return e in n.attributes})),n)))),t},this);return d(n)}}),d.ALL),Yt={enumerable:!0};for(Pt in Dt){var zt=Dt[Pt];Yt.value=zt,dt(d,Pt,Yt)}Z(f),L={UNDEFINED:1,1:"UNDEFINED",ALGEBRAIC:2,2:"ALGEBRAIC",WEAK_ALGEBRAIC:4,4:"WEAK_ALGEBRAIC",OBJECT:8,8:"OBJECT",STRING:16,16:"STRING",PREFIXED_STRING:32,32:"PREFIXED_STRING",WEAK_PREFIXED_STRING:64,64:"WEAK_PREFIXED_STRING",COMBINED_STRING:128,128:"COMBINED_STRING"},Object.freeze(L);var L,Gt=un(L.WEAK_ALGEBRAIC,L.PREFIXED_STRING,L.WEAK_PREFIXED_STRING,L.COMBINED_STRING),Jt=un(L.STRING,L.PREFIXED_STRING,L.WEAK_PREFIXED_STRING,L.COMBINED_STRING),Xt=un(L.WEAK_ALGEBRAIC,L.WEAK_PREFIXED_STRING),qt=[{typeSetList:[r(L.UNDEFINED),r(L.UNDEFINED),r(L.WEAK_ALGEBRAIC)],replace:function(n,e,t){return"".concat(n,"+(").concat(e,"+[").concat(t,"])")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.UNDEFINED),r(L.UNDEFINED),r(L.WEAK_PREFIXED_STRING)],replace:function(n,e,t){return"".concat(n,"+(").concat(e,"+(").concat(t,"))")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.UNDEFINED),r(L.UNDEFINED),r(L.OBJECT,L.STRING,L.COMBINED_STRING)],replace:function(n,e,t){return"".concat(n,"+(").concat(e,"+").concat(t,")")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.UNDEFINED),r(L.UNDEFINED)],replace:function(n,e){return"[]+".concat(n,"+").concat(e)},solutionType:L.COMBINED_STRING},{typeSetList:[r(L.UNDEFINED),r(L.ALGEBRAIC,L.WEAK_ALGEBRAIC)],replace:function(n,e){return"".concat(n,"+[").concat(e,"]")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.UNDEFINED),r(L.PREFIXED_STRING)],replace:function(n,e){return"".concat(n,"+(").concat(e,")")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.UNDEFINED)],replace:function(n){return n},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.ALGEBRAIC),r(L.UNDEFINED,L.ALGEBRAIC,L.PREFIXED_STRING)],replace:function(n,e){return"[".concat(n,"]+").concat(e)},solutionType:L.COMBINED_STRING},{typeSetList:[r(L.ALGEBRAIC),r(L.WEAK_ALGEBRAIC)],replace:function(n,e){return"".concat(n,"+[").concat(e,"]")},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.ALGEBRAIC,L.PREFIXED_STRING)],replace:function(n){return n},solutionType:L.PREFIXED_STRING},{typeSetList:[r(L.WEAK_ALGEBRAIC),r(L.UNDEFINED,L.ALGEBRAIC,L.PREFIXED_STRING)],replace:function(n,e){return"[".concat(n,"]+").concat(e)},solutionType:L.COMBINED_STRING},{typeSetList:[r(L.WEAK_ALGEBRAIC),r(L.WEAK_ALGEBRAIC)],replace:function(n,e){return"".concat(n,"+[").concat(e,"]")},solutionType:L.WEAK_PREFIXED_STRING},{typeSetList:[r(L.WEAK_ALGEBRAIC,L.WEAK_PREFIXED_STRING)],replace:function(n){return n},solutionType:L.WEAK_PREFIXED_STRING},{typeSetList:[r(L.OBJECT,L.STRING,L.COMBINED_STRING)],replace:function(n){return n},solutionType:L.COMBINED_STRING}],h=(Object.defineProperty(He.prototype,"isLoose",{get:function(){return Gt(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(He.prototype,"isString",{get:function(){return Jt(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(He.prototype,"isWeak",{get:function(){return Xt(this.type)},enumerable:!1,configurable:!0}),Object.defineProperty(He.prototype,"length",{get:function(){return this.replacement.length},enumerable:!1,configurable:!0}),He);M(Ue,Vt=h),Object.defineProperty(Ue.prototype,"replacement",{get:function(){var n;return null!=(n=this.In)?n:this.In=this.In=function(n){switch(n.length){case 0:return nr.replacement;case 1:return n[0].replacement;default:var e=an(n),t=e.replace,e=e.typeSetList.length,r=n.slice(e).map(er),e=n.slice(0,e).map(tr),t=t.apply(void 0,e);return r.unshift(t),r.join("")}}(this.en)},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"source",{get:function(){for(var n=[],e=0,t=this.en;e<t.length;e++){var r=t[e].source;if(void 0===r)return;n.push(r)}return n.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"type",{get:function(){var n=this.en;switch(n.length){case 0:return nr.type;case 1:return n[0].type;default:return an(n).solutionType}},enumerable:!1,configurable:!0}),Ue.prototype.append=function(n){this.In=void 0,this.en.push(n)},Ue.prototype.prepend=function(n){this.In=void 0,this.en.unshift(n)};var Vt,$t=Ue;M(We,Qt=h),We.prototype.defineReplacement=function(n){n.configurable=!0,n.enumerable=!0,Object.defineProperty(this,"replacement",n)};var Qt,Kt=We;M(Be,Zt=h);var Zt,C=Be,nr=new C("","[]",L.OBJECT),er=function(n){var e=n.replacement;return Xt(n.type)?"+(".concat(e,")"):"+".concat(e)},tr=function(n){return n.replacement},rr=(s(h.prototype,{get appendLength(){var n=this.isWeak?3:1;return this.length+n},set appendLength(n){dt(this,"appendLength",{enumerable:!0,value:n})}}),["true","undefined","NaN"]),ir=["RP_0_S","RP_1_WA",,"RP_3_WA","RP_4_A","RP_5_A","RP_6_S"],or=E(),ur=E(),ar=E(),p=d.ARRAY_ITERATOR,R=d.ARROW,h=d.AT,cr=d.BARPROP,A=d.CAPITAL_HTML,sr=d.CONSOLE,fr=d.DOCUMENT,lr=d.ESC_HTML_QUOT,_r=d.FF_SRC,N=d.FLAT,pr=d.FROM_CODE_POINT,dr=d.FUNCTION_19_LF,Rr=d.FUNCTION_22_LF,v=d.IE_SRC,hr=d.INCR_CHAR,I=d.ITERATOR_HELPER,Ar=d.LOCALE_INFINITY,Nr=d.LOCALE_NUMERALS_BN,b=d.LOCALE_NUMERALS_EXT,F=d.LOCALE_NUMERALS_IE11_WIN7,O=d.LOCALE_NUMERALS_IE11_WIN7_8,g=d.NAME,Tr=d.NO_FF_SRC,P=d.NO_IE_SRC,y=d.NO_V8_SRC,vr=d.OBJECT_ARRAY_ENTRIES_CTOR,Er=d.OBJECT_W_SELF,Sr=d.PLAIN_INTL,Ir=d.REGEXP_STRING_ITERATOR,br=d.RUSSIAN_INFINITY,m=d.SELF,Fr=d.SHORT_LOCALES,Or=d.STATUS,Lr=d.V8_SRC,Cr=d.WINDOW,gr=["NaN","false","undefined","0"],Pr=[[f("A"),f("C",A),f("A",p)],[f("F"),f("H",I),f("F",h,A,v),f("F",h,A,P)],"Infinity","NaNfalse",[f("S"),f("R",A),f("S",p)],[f("W"),f("U",A)],"a","false","i","n","r","true","y","0","4","8"],yr=["A","B","C","D","E","F","G","H","Infinity","J","K","L","M","NaN","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","false","g","h","i","j","k","l","m","n","o","p","q","r","s","true","undefined","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"],mr=["000","NaN","falsefalsefalse","00f"],xr=["0A",[f("0B"),f("0R",A),f("0B",p)],"0i",[f("0j"),f("0T",A),f("0j",p)],"00","01","02","03","04","05","0a","0r","0s","0t","undefinedfalse","0f"],wr=w({"\n":[f("(RP_0_S + Function())[23]"),f("(RP_1_WA + Function())[20]",dr),f("(RP_0_S + Function())[22]",Rr),f("(RP_0_S + ANY_FUNCTION)[0]",v),De(13,y)],"":[f('(RP_5_A + atob("NaNfalse"))[10]')]," ":[e("ANY_FUNCTION",8),f("(RP_3_WA + ARRAY_ITERATOR)[10]",p),f("(RP_0_S + FILTER)[20]",_r),f("(+(RP_0_S + FILTER)[0] + FILTER)[22]",Tr),f("(RP_0_S + FILTER)[21]",y),f("(RP_1_WA + FILTER)[20]",Lr),f("(RP_1_WA + AT)[20]",h,y),f("(RP_5_A + AT)[20]",h,Lr),f("(+(RP_0_S + FLAT)[0] + FLAT)[20]",N,Tr),f("(RP_5_A + FLAT)[20]",N,P),f("(RP_0_S + FLAT)[20]",N,y)],'"':[f('"".fontcolor()[12]')],"%":[f("escape(FILTER)[20]"),f("escape(0 + AT)[20]",h),f("escape(FLAT)[21]",N),f("escape(ANY_FUNCTION)[0]",v),a()],"&":[f('"".fontcolor("".fontcolor([]))[31]',lr),a()],"(":[De(9)],")":[De(10)],"+":"(1e100 + [])[2]",",":[f("(RP_0_S + F_A_L_S_E)[1]"),f({expr:"[[]][CONCAT]([[]])",solutionType:L.OBJECT})],"-":"(.0000001 + [])[2]",".":"(11e20 + [])[1]","/":[f('"0false".italics()[10]'),f('"true".sub()[10]')],";":[f('"".fontcolor("".fontcolor())[30]',lr)],"<":[f('"".italics()[0]'),f('"".sub()[0]')],"=":[f('"".fontcolor()[11]')],">":[f('"".italics()[2]'),f('"".sub()[10]')],"?":[f("(RP_0_S + RegExp())[2]"),a()],A:[e("Array",9),f("(RP_3_WA + ARRAY_ITERATOR)[11]",p)],B:[e("Boolean",9),f('"0".sub()[10]',A)],C:[f('escape("".italics())[2]'),f("escape(F_A_L_S_E)[11]"),f('(RP_4_A + "".fontcolor())[10]',A),f('(RP_3_WA + Function("return console")())[11]',sr),a()],D:[f('btoa("00")[1]'),f('escape((+("1000" + (RP_5_A + FILTER + 0)[40] + 0) + FILTER)[40])[2]'),f('escape("]")[2]'),f('escape("}")[2]'),f('escape((RP_4_A + [+("1000" + (AT + 0)[31] + 0)] + AT)[40])[2]',h),f('escape((NaN + [+("10" + [(RP_6_S + FLAT)[40]] + "000")] + FLAT)[40])[2]',N),f("escape(FILTER)[50]",Lr),f("escape([[]][+(RP_0_S + AT)[0]] + AT)[61]",h,Tr)],E:[f('btoa("0NaN")[1]'),f('escape(RP_4_A + "".italics())[10]'),f('(RP_5_A + "".link())[10]',A)],F:[e("Function",9),f('"".fontcolor()[1]',A)],G:[f('btoa("0false")[1]'),f('"0".big()[10]',A)],H:[f("btoa(true)[1]"),f('"".link()[3]',A),f("(RP_4_A + [].entries().filter(ANY_FUNCTION))[21]",I)],I:'"Infinity"[0]',J:[f("btoa(true)[2]")],K:[f('(RP_5_A + "".strike())[10]',A),a()],L:[f('btoa(".")[0]'),f('(RP_3_WA + "".fontcolor())[11]',A)],M:[f("btoa(0)[0]"),f('"".small()[2]',A)],N:'"NaN"[0]',O:[e("Object",9),f("btoa(NaN)[3]"),f("(RP_3_WA + PLAIN_OBJECT)[11]"),f('"".fontcolor()[2]',A),f("(RP_3_WA + Intl)[11]",Sr)],P:[f('btoa("".italics())[0]'),f('(RP_0_S + Function("return statusbar")())[11]',cr),f('"0".sup()[10]',A),a()],Q:[f("btoa(1)[1]")],R:[f('btoa("0true")[2]'),f('"".fontcolor()[10]',A)],S:[e("String",9),f('"".sub()[1]',A)],T:[f("btoa(NaN)[0]"),f('"".fontcolor([])[20]',A)],U:[f('btoa("1NaN")[1]'),f('"".sub()[2]',A)],V:[f("btoa(undefined)[10]")],W:[f("btoa(undefined)[1]"),f("(RP_3_WA + self)[11]",Er)],X:[f('btoa("1true")[1]')],Y:[f('btoa("a")[0]')],Z:[f("btoa(false)[0]")],"[":[Me(14),f("(RP_0_S + ARRAY_ITERATOR)[0]",p)],"]":[Me(26),f("(RP_0_S + ARRAY_ITERATOR)[22]",p)],"^":[f('atob("undefined0")[2]')],a:'"false"[1]',b:[e("Number",12),f("(RP_0_S + ARRAY_ITERATOR)[2]",p)],c:[e("ANY_FUNCTION",3),f("(RP_5_A + ARRAY_ITERATOR)[10]",p)],d:'"undefined"[2]',e:'"true"[3]',f:'"false"[0]',g:[e("String",14)],h:[f('btoa("0false")[3]'),f('101[TO_STRING]("21")[1]')],i:"([RP_5_A] + undefined)[10]",j:[f("(RP_0_S + Intl)[3]"),f("(RP_0_S + PLAIN_OBJECT)[10]"),f("(RP_0_S + ARRAY_ITERATOR)[3]",p),f("(RP_0_S + Intl)[10]",Sr),f("(RP_0_S + self)[3]",m)],k:[f('20[TO_STRING]("21")'),a()],l:'"false"[2]',m:[e("Number",11),f("(RP_6_S + Function())[20]")],n:'"undefined"[1]',o:[e("ANY_FUNCTION",6),f("(RP_0_S + ARRAY_ITERATOR)[1]",p)],p:[f('211[TO_STRING]("31")[1]'),f("(RP_3_WA + btoa(undefined))[10]"),f("(RP_0_S + [].entries().filter(ANY_FUNCTION))[20]",I)],q:[f('212[TO_STRING]("31")[1]'),f('"".fontcolor(true + "".fontcolor())[30]',lr),a()],r:'"true"[1]',s:'"false"[3]',t:'"true"[0]',u:'"undefined"[0]',v:[Me(19)],w:[f('32[TO_STRING]("33")'),f('atob("undefined0")[1]'),f("(RP_0_S + self)[13]",Cr)],x:[f('btoa("falsefalse")[10]'),f('101[TO_STRING]("34")[1]')],y:"(RP_3_WA + [Infinity])[10]",z:[f('35[TO_STRING]("36")'),f('btoa("falsefalse")[11]')],"{":[De(12)],"}":[Me(28)],"":[f('(RP_4_A + atob("NaNundefined"))[10]')],"":[f('atob("0NaN")[2]')],"":[f('atob("00false")[3]')],"":[f("atob(true)[2]")],"£":[f("atob(NaN)[1]")],"¥":[f('atob("0false")[2]')],"§":[f('atob("00undefined")[2]')],"©":[f('atob("false0")[1]')],"±":[f('atob("0false")[3]')],"¶":[f("atob(true)[0]")],"º":[f('atob("undefined0")[0]')],"»":[f("atob(true)[1]")],"Ç":[f('atob("falsefalsefalse")[10]')],"Ú":[f('atob("0truefalse")[1]')],"Ý":[f('atob("0undefined")[2]')],"â":[f('atob("falsefalseundefined")[11]')],"é":[f('atob("0undefined")[1]')],"î":[f('atob("0truefalse")[2]')],"ö":[f('atob("0false")[1]')],"ø":[f('atob("undefinedundefined")[10]')],"∞":[f('Infinity[TO_LOCALE_STRING]("ja")[SLICE_OR_SUBSTR]("-1")'),f('Infinity[TO_LOCALE_STRING]("ja").at("-1")',h),f("Infinity[TO_LOCALE_STRING]()",Ar),f('Infinity[TO_LOCALE_STRING]("ja")[1]',O),f('Infinity[TO_LOCALE_STRING]("ru")',br),a()]}),kr=w({Number:f({expr:"Number.name",optimize:{complexOpt:!1}},g),Object:f({expr:"Object.name",optimize:{complexOpt:!1}},g),RegExp:f({expr:"RegExp.name",optimize:{complexOpt:!1}},g),String:f("String.name",g),fromCharCo:f({expr:'"from3har3o"[SPLIT](3)[JOIN]("C")',optimize:{complexOpt:!1}}),mCh:f('atob("bUNo")')}),dr=w({Array:[f("[].constructor")],Boolean:[f("false.constructor")],Function:[f("ANY_FUNCTION.constructor")],Intl:[f('Function("return Intl")()'),f("self.Intl",m)],Number:[f("0..constructor")],Object:[f("Intl.constructor"),f("PLAIN_OBJECT.constructor"),f("[].entries().constructor",vr)],RegExp:[f('Function("return/false/")().constructor')],String:[f('"".constructor')],atob:[f('Function("return atob")()'),f("self.atob",m)],btoa:[f('Function("return btoa")()'),f("self.btoa",m)],document:[f({expr:'Function("return document")()',optimize:!0},fr),f({expr:"self.document",optimize:!0},fr,m)],escape:[f({expr:'Function("return escape")()',optimize:!0}),f({expr:"self.escape",optimize:!0},m)],self:[f('Function("return self")()',m)],unescape:[f({expr:'Function("return unescape")()',optimize:!0}),f({expr:"self.unescape",optimize:!0},m)],ANY_FUNCTION:[f("FILTER"),f("AT",h),f("FLAT",N)],ARRAY_ITERATOR:[f("[].entries()",p)],AT:[f("[].at",h)],CONCAT:[f({expr:'"concat"',solutionType:L.COMBINED_STRING})],FILTER:"[].filter",FLAT:[f("[].flat",N)],F_A_L_S_E:[f('[][SLICE_OR_FLAT].call("false")')],JOIN:[f({expr:'"join"',solutionType:L.COMBINED_STRING})],LOCALE_AR:[f({expr:'"ar-td"',solutionType:L.COMBINED_STRING}),f({expr:'"ar"',solutionType:L.COMBINED_STRING},Fr)],LOCALE_HE:[f({expr:'"He"',solutionType:L.COMBINED_STRING}),f({expr:'"he"',solutionType:L.COMBINED_STRING})],MAP:[f({expr:'"map"',optimize:!0,solutionType:L.COMBINED_STRING})],PLAIN_OBJECT:[f('Function("return{}")()')],REGEXP_STRING_ITERATOR:[f({expr:'"".matchAll()',optimize:!0},Ir)],SLICE_OR_FLAT:[f({expr:'"slice"',solutionType:L.COMBINED_STRING}),f({expr:'"flat"',solutionType:L.COMBINED_STRING},N)],SLICE_OR_SUBSTR:[f({expr:'"slice"',solutionType:L.COMBINED_STRING}),f({expr:'"substr"',solutionType:L.COMBINED_STRING})],SPLIT:[f({expr:'"split"',optimize:!0,solutionType:L.COMBINED_STRING})],TO_LOCALE_STRING:[f({expr:'"toLocaleString"',optimize:!0,solutionType:L.COMBINED_STRING})],TO_STRING:[f({expr:'"toString"',optimize:{toStringOpt:!1},solutionType:L.COMBINED_STRING})],TO_UPPER_CASE:[f({expr:'"toUpperCase"',optimize:!0,solutionType:L.COMBINED_STRING})],FBEP_4_S:[f("[[true][+(RP_3_WA + FILTER)[30]]]"),f("[[true][+(RP_1_WA + AT)[30]]]",h),f("[[true][+(RP_5_A + FLAT)[30]]]",N),f("[[true][+!!++(RP_0_S + FILTER)[20]]]",hr),f("[[true][+!!++(RP_1_WA + AT)[20]]]",h,hr),f("[[true][+!!++(RP_0_S + FLAT)[20]]]",N,hr)],FBEP_9_U:[f({expr:"[false][+(RP_0_S + FILTER)[20]]",solutionType:L.UNDEFINED}),f({expr:"[false][+(RP_1_WA + AT)[20]]",solutionType:L.UNDEFINED},h),f({expr:"[false][+(RP_0_S + FLAT)[20]]",solutionType:L.UNDEFINED},N)],FBEP_10_S:[f({expr:"[RP_1_WA] + FBEP_9_U",solutionType:L.COMBINED_STRING})],FBP_5_S:[f("[[false][+IS_IE_SRC_A]]",Tr)],FBP_7_WA:[f({expr:'+("10" + [(RP_4_A + FILTER)[40]] + "00000")',solutionType:L.WEAK_ALGEBRAIC}),f({expr:'+("10" + [(RP_0_S + AT)[32]] + "00000")',solutionType:L.WEAK_ALGEBRAIC},h),f({expr:'+("10" + [(RP_6_S + FLAT)[40]] + "00000")',solutionType:L.WEAK_ALGEBRAIC},N)],FBP_8_WA:[f({expr:'+("1000" + (RP_5_A + FILTER + 0)[40] + "000")',solutionType:L.WEAK_ALGEBRAIC}),f({expr:'+("1000" + (AT + 0)[31] + "000")',solutionType:L.WEAK_ALGEBRAIC},h),f({expr:'+("1000" + (FLAT + 0)[33] + "000")',solutionType:L.WEAK_ALGEBRAIC},N)],FBP_9_U:[f({expr:"[true][+(RP_0_S + ANY_FUNCTION)[0]]",solutionType:L.UNDEFINED},Tr)],FH_SHIFT_1:[f("[+IS_IE_SRC_A]")],FH_SHIFT_2:[f("[true + IS_IE_SRC_A]")],FH_SHIFT_3:[f("[2 + IS_IE_SRC_A]")],FHP_3_WA:[f({expr:"+(1 + [+(RP_0_S + ANY_FUNCTION)[0]])",solutionType:L.WEAK_ALGEBRAIC}),f({expr:"+(++(RP_0_S + ANY_FUNCTION)[0] + [0])",solutionType:L.WEAK_ALGEBRAIC},hr)],FHP_5_A:[f({expr:"IS_IE_SRC_A",solutionType:L.ALGEBRAIC})],FHP_8_S:[f({expr:"[RP_3_WA] + FHP_5_A",solutionType:L.COMBINED_STRING})],IS_IE_SRC_A:[f({expr:"!![[]][+(RP_0_S + ANY_FUNCTION)[0]]",solutionType:L.ALGEBRAIC}),f({expr:"!!++(RP_0_S + ANY_FUNCTION)[0]",solutionType:L.ALGEBRAIC},hr)],RP_0_S:{expr:"[]",solutionType:L.OBJECT},RP_1_WA:{expr:"0",solutionType:L.WEAK_ALGEBRAIC},RP_2_WS:{expr:'"00"',solutionType:L.WEAK_PREFIXED_STRING},RP_3_WA:{expr:"NaN",solutionType:L.WEAK_ALGEBRAIC},RP_4_A:{expr:"true",solutionType:L.ALGEBRAIC},RP_5_A:{expr:"false",solutionType:L.ALGEBRAIC},RP_6_S:{expr:'"0false"',solutionType:L.COMBINED_STRING}}),Hr=[f(4,_r),f(5,v),f(0,Lr)],Ur=[f(1,v),f(0,P)],Wr=K([f((qe.argName="undefined",qe)),f((Xe.argName="f",Xe)),f((Je.argName="undefined",Je),R)],[f(0),f(1,p),f(0,Tr),f(0,y),f(1,p,A),f(0,p,h),f(0,p,N),f(0,p,P),f(0,p,A,v),f(2)]),Br=K([f(($e.argName="falsefalse",$e)),f((Ve.argName="falsefalse",Ve),R)],[f(0),f(1)]),jr=K([f("fromCharCode"),f("fromCodePoint",pr)],[f(0),f(1),f(0,I),f(0,p,A),f(1,p,I),f(1,h,I),f(1,cr,I),f(1,A,I),f(1,N,I),f(1,v,I),f(1,I,P),f(0,p,N,pr,I),f(0,p,pr,v,I),f(1,p,cr,v,I),f(1,p,A,v,I),f(0,p,pr,I,P),f(1,p,h,N,I),f(1,p,h,v,I),f(1,p,h,I,P),f(1,p,cr,N,I),f(1,p,cr,I,P),f(1,p,A,N,I),f(1,p,A,I,P),f(0,p,pr,I,g),f(1,p,h,I,g),f(1,p,cr,I,g),f(1,p,A,I,g),f(1,p,N,I,y),f(0,p,N,pr,I,g,y),f(1,p,N,v,I),f(1,p,N,I,P),f(1,p,h,N,I,y),f(1,p,cr,N,I,y),f(1,p,A,N,I,y)]),Mr=K([f(function(n,e){return"function(undefined){return String."+n+"("+e+")}"}),f(function(n,e){return"function(undefined){return(isNaN+false).constructor."+n+"("+e+")}"}),f(function(n,e){return"undefined=>String."+n+"("+e+")"},R),f(function(n,e){return"undefined=>(isNaN+false).constructor."+n+"("+e+")"},R),f(function(n,e){return"function(undefined){return status.constructor."+n+"("+e+")}"},Or),f(function(n,e){return"undefined=>status.constructor."+n+"("+e+")"},R,Or)],[f(1),f(3),f(0,p,A),f(1,p,A,N),f(0,p,A,y),f(1,p,h,A),f(1,p,A,_r,N),f(1,p,A,N,v),f(2,p,A),f(3,p,h,A,v),f(3,p,h,A,P),f(4),f(5)]),Dr=[f({expr:"FILTER",shift:6}),f({expr:"FLAT",shift:4},N),f({expr:"AT",shift:2},h)],Yr=K([f("B"),f("b")],[f(0),f(1,p)]),zr=K([f("return String"),f("return(isNaN+false).constructor"),f("return status.constructor",Or)],[f(1),f(0,p,A),f(1,N),f(0,p,A,y),f(1,p,h,A),f(1,p,A,_r,N),f(1,p,A,N,v),f(2)]);ze("false","![]",L.ALGEBRAIC),ze("true","!![]",L.ALGEBRAIC),ze("undefined","[][[]]",L.UNDEFINED),ze("NaN","+[false]",L.WEAK_ALGEBRAIC),ze("Infinity","1e1000",L.WEAK_ALGEBRAIC);for(var Gr=0;Gr<=9;++Gr){var Jr=function(n){switch(n){case 0:return"+[]";case 1:return"+!![]";default:for(var e="!![]";e+="+!![]",1<--n;);return e}}(Gr);wr[Gr]={expr:Jr,solutionType:L.WEAK_ALGEBRAIC}}Z(Ye),Z(c),Ge("LOCALE_AR",1632),c("٫","LOCALE_AR",.1,1),c("ل",'"ar"',NaN,0),c("ي",'"ar"',NaN,1),c("س",'"ar"',NaN,2),c("ر",'"ar"',NaN,4,b),c("ب",'"ar"',NaN,4,O),c("ق",'"ar"',NaN,5,b),c("ر",'"ar"',NaN,5,O),c("م",'"ar"',NaN,6,b),c("ق",'"ar"',NaN,6,O),c("م",'"ar"',NaN,7,O),c("ا",'"ar"',1/0,2,O),c("ن",'"ar"',1/0,4,O),c("ه",'"ar"',1/0,5,O),c("ة",'"ar"',1/0,8,O),Ge('"bn"',2534,Nr),c("č",'"cs"',NaN,5,O),c("μ",'"el"',NaN,0,O),c("η",'"el"',NaN,1,O),c("α",'"el"',NaN,3,O),c("ρ",'"el"',NaN,4,O),c("ι",'"el"',NaN,5,O),c("θ",'"el"',NaN,6,O),c("ό",'"el"',NaN,8,O),c("ς",'"el"',NaN,9,O),c("Ά",'"el"',1/0,0,O),c("π",'"el"',1/0,1,O),c("ε",'"el"',1/0,2,O),c("ο",'"el"',1/0,5,O),Ge('"fa"',1776),c("٬",'"fa"',1e3,1),c("ن",'"fa"',NaN,0,b),c("ا",'"fa"',NaN,1,b),c("ع",'"fa"',NaN,2,b),c("د",'"fa"',NaN,3,b),c("ש","LOCALE_HE",-1/0,7,O),c("י","LOCALE_HE",1/0,1,O),c("נ","LOCALE_HE",1/0,2,O),c("ו","LOCALE_HE",1/0,4,O),c("ף","LOCALE_HE",1/0,5,O),c("ח","LOCALE_HE",1/0,7,O),c("ב","LOCALE_HE",1/0,10,O),c("ל","LOCALE_HE",NaN,0,O),c("א","LOCALE_HE",NaN,1,O),c("מ","LOCALE_HE",NaN,3,O),c("ס","LOCALE_HE",NaN,4,O),c("פ","LOCALE_HE",NaN,5,O),c("ר","LOCALE_HE",NaN,6,O),c("非",'"ja"',NaN,5,O),c("数",'"ja"',NaN,6,O),c("値",'"ja"',NaN,7,O),c("ė",'"lt"',1/0,7,O),c("ī",'"lv"',1/0,6,F),c("ń",'"pl"',1/0,7,O),c("ś",'"pl"',1/0,13,O),c("ć",'"pl"',1/0,14,O),c("ą",'"pl"',NaN,14,O),c("н",'"ru"',NaN,0,b),c("е",'"ru"',NaN,1,b),c("ч",'"ru"',NaN,3,b),c("и",'"ru"',NaN,4,b),c("с",'"ru"',NaN,5,b),c("л",'"ru"',NaN,6,b),c("о",'"ru"',NaN,7,b),c("б",'"ru"',1/0,0,F),c("е",'"ru"',1/0,1,F),c("с",'"ru"',1/0,2,F),c("к",'"ru"',1/0,3,F),c("н",'"ru"',1/0,5,F),c("ч",'"ru"',1/0,7,F),c("о",'"ru"',1/0,9,F),c("т",'"ru"',1/0,11,F),c("ь",'"ru"',1/0,12,F),c("正",'"zh"',1/0,0,O),c("字",'"zh-cn"',NaN,2,O);var Xr,qr,Vr,$r,Qr,Kr,Zr,ni={ConstIdentifier:"Infinity|NaN|false|true|undefined",DecimalLiteral:"(?:(?:0|[1-9]\\d*)(?:\\.\\d*)?|\\.\\d+)(?:[Ee][+-]?\\d+)?",DoubleQuotedString:'"(?:#EscapeSequence|(?!["\\\\]).)*"',EscapeSequence:"\\\\(?:u#HexDigit{4}|x#HexDigit{2}|0(?!\\d)|\r\n|[^\\dux])",HexDigit:"[0-9A-Fa-f]",HexIntegerLiteral:"0[Xx]#HexDigit+",NumericLiteral:"#HexIntegerLiteral|#DecimalLiteral",Separator:"#SeparatorChar|//.*(?!.)|/\\*[\\s\\S]*?\\*/",SeparatorChar:"(?!)\\s",SingleQuotedString:"'(?:#EscapeSequence|(?!['\\\\]).)*'",UnicodeEscapeSequence:"\\\\u#HexDigit{4}"},ei=E(),ti=["false","null","true"],ri=["arguments","await","debugger","delete","if","import","let","new","return","this","throw","typeof","void","while","with","yield"],ii=En("(?:#NumericLiteral|#ConstIdentifier)"),oi=En("(?:[$\\w]|#UnicodeEscapeSequence)+"),ui=En("(?:#Separator|;)*"),ai=En("#Separator*"),ci=En("#SingleQuotedString|#DoubleQuotedString"),si="function"!=typeof WeakRef?Un:(Xr=new Map,qr=new FinalizationRegistry(function(n){var e=Xr.get(n);e&&!e.deref()&&Xr.delete(n)}),function(n){var e,t=Xr.get(n);return(e=t?t.deref():e)||(e=Un(n))&&!0!==e&&(t=new WeakRef(e),Xr.set(n,t),qr.register(e,n)),e}),fi=[6,8,12,17,22,27,32,37,42,47],li=1,_i=(s(Wn.prototype,{get length(){return this.tn},append:function(e){this.en.push(e);var t=e.appendLength;this.$.forEach(function(n){n=n.appendLengthOf(e);n<t&&(t=n)}),this.tn+=t},toString:function(){var t,e,r,i,n=this.nn,o=2===n,n=0!==n,u=this.en.slice(),a=this.$,c=(a.length&&(a=a,t=u,e=o,r=n,i={addCluster:H,clusters:[],conclude:B,maxLength:0,startLinks:E()},a.forEach(function(n){n.optimizeSolutions(i,t,e,r)}),i.conclude().forEach(function(n){var e=(0,n.data)();t.splice(n.start,n.length,e)})),u),a=o,u=n,s=new $t,f=c.length;if(f){var l=0;do{var _=c[l]}while(s.append(_),++l<f)}else s.append(nr);!s.isString&&u&&s.append(nr);o=s.replacement;return a&&s.isLoose?"("+o+")":o}}),0),pi={firstSolution:nr},di={firstSolution:nr,optimize:{default:!1,toStringOpt:!0}},Ri=E(),hi=([15,31,47,63,111,127,175,223,239,240,241,242,243,244,245,246,247,250].forEach(function(n){Ri[n]=null}),E()),Ai=E(),Ni=new qn(D),Ti=d.En,vi=(Vr=k(ht(or).join("|"),"y"))?function(n,e){Vr.lastIndex=e;e=Vr.exec(n);if(e)return e[0]}:function(n,e){for(var t in or)if(n.substr(e,t.length)===t)return t},x=(s(qn.prototype,{An:function(n){var e=n.charCodeAt(),t=e<256,r=!t;return this.bn(n,e,t,r,r,r)},bn:function(n,e,t,r,i,o){var u,a=[];return t&&(u=Kn(this,n,e,Dn,"atob"),a.push(u)),r&&(u=Kn(this,n,e,zn,"char-code"),a.push(u)),i&&(u=Kn(this,n,e,Jn,"esc-seq"),a.push(u)),o&&(u=Kn(this,n,e,Xn,"unescape"),a.push(u)),on.apply(null,a)},Fn:function(n){var e=ir[n];if(e)return e;Zn(this,"Undefined regular padding block with length "+n)},On:St,Ln:Dn,Cn:zn,gn:Jn,Pn:Xn,yn:function(n,e,t,r,i){var o=n.mod||"",u=n.pmod||"",a=e&&"+"===o[0],c=r-(o?(a?2:0)+o.length:0)-u.length,s=n.ops,f=s.length,l=function(n,e,t,r,i,o){var u,a=o.appendString;if(u=e.terms){for(var c=u.length,s=i-(t?2:0),f=!1,l=0;l<c;++l){var _,p=u[l],d=1<c?r.concat(l):r;if(!a||"string"!=typeof p.value||p.mod||p.pmod||p.ops.length){var R=s-(h?h.length+1:0)-3*(c-l-1),d=n.yn(p,l,d,R,o);if(!d)return;h?h+="+"+d:h=d}else h?(f||Zn(n,"Unsupported concatenation of a string to a potentially non-string expression"),_=new C(void 0,h,L.WEAK_PREFIXED_STRING)):f=!(_=void 0),h=a(n,p.value,_)}t&&(h="("+h+")")}else if(N=e.identifier)var h=(0,o.identifier)(n,N,t,r,i);else{var A,N=e.value;if("string"==typeof N)h=(0,o.string)(n,N,t?2:li,r,i);else if(rt(N))N.length?(e=n.yn(N[0],!1,r,i-2,o))&&(h="["+e+"]"):i<2||(h="[]");else if("number"==typeof N&&N==N?(e=N<0||1/N<0,A=0===(A=st(N))?"0":A===1/0?"1e1000":jn(A),h=rn(A=e?"-"+A:A),1<A.length&&(h="+("+h+")"),t&&(h="("+h+")")):h=Qn(Ni,T(N),t),h.length>i)return}return h}(this,n,f||u?2:e||o?1:0,t,c,i);if(l){for(var _=0;_<f;++_){var p=s[_],d=p.type;if("call"===d){if((l+="()").length>c)return}else{var R=t.concat(_+1),h=c-l.length-2,A=p.str;if(!(A=null!=A?(0,i.string)(this,A,0,R,h):this.yn(p,!1,R,h,i)))return;l+="get"===d?"["+A+"]":"("+A+")"}}l+=u,o&&(l=o+l,a)&&(l="("+l+")")}return l},Nn:function(n,e,t,r,i){r||Zn(this,"Missing padding entries for index "+t);var o,r=this.findDefinition(r),i=(t="number"==typeof r?(i=this.findDefinition(i),o=this.Fn(r),t+r+i):(o=r.block,r.shiftedIndex),"("+o+" + "+e+")["+t+"]"),r=this.replaceExpr(i);return new C(n,r,L.STRING)},Tn:function(n,e,t,r){var i=this.findDefinition(Dr),o=i.expr,e=e+i.shift,i=t(e);return this.Nn(n,o,e,i,r)},constantDefinitions:dr,findDefinition:function(n){var e,t=n.cacheKey,r=(void 0===t&&(n.cacheKey=t=++_i),this.un);if(t in r)return r[t];for(var i=n.length;i--;){var o=n[i];if(this.hasFeatures(o.mask)){e=o.definition;break}}return r[t]=e},hasFeatures:function(n){return S(this.mask,n)},replaceExpr:function(n,e){function r(n,e,t){t.optimize=i;e=n.replaceString(e,t);return e||Zn(n,"String too complex"),e}var i,n=si(n),e=(n&&!0!==n||Zn(this,"Syntax error"),i=e,{appendString:function(n,e,t){return r(n,e,{firstSolution:t,screwMode:li})},identifier:Qn,string:function(n,e,t){return r(n,e,{screwMode:t})}});return this.yn(n,!1,[],NaN,e)},replaceString:function(n,e){var t=this.mn(n,(e=e||{}).optimize),r=new Wn(e.screwMode||0,t),t=e.firstSolution,i=e.maxLength;if(t&&r.append(t),!(r.length>i)){for(var o=n.length,u=0;u<o;){var a=vi(n,u),a=a?(u+=a.length,or[a]):(a=n[u++],this.resolveCharacter(a));if(r.append(a),r.length>i)return}e=T(r);return e.length>i?void 0:e}},resolve:function(n,e,t){var r,i,o,u=typeof n;return"function"==u?n.call(this,e):("object"==u?(r=n.expr,i=n.solutionType,o=n.optimize):r=n,u=this.replaceExpr(r,o),new C(e,u,i=null==i?null!=t?t:L.STRING:i))},resolveCharacter:function(e){var t,r=this.rn,i=r[e];return void 0===i&&Vn(this,t=ct(e),function(){var n=wr[e];!n||rt(n)?(this.On(t),i=(i=n?$n(this,e,n):i)||this.An(e)):((i=Ni.resolve(n,e)).entryCode="static",r=hi),r[e]=i}),i},resolveConstant:function(e){var t=this.on,r=t[e];return void 0===r&&Vn(this,e,function(){var n=this.constantDefinitions[e];rt(n)?(this.On(e),r=$n(this,e,n,L.OBJECT)):(r=Ni.resolve(n,void 0,L.OBJECT),t=Ai),t[e]=r}),r}}),Ni.On=function(n){throw ot("Unable to resolve "+n+" statically")},gt=Ni,"text"),Ei={joiner:"false",separator:"false"},Si={joiner:"",separator:'Function("return/(?=false|true)/")()'},Ii=8,bi=12,Fi={identifier:function(n,e,t,r,i){return ce(n,"return "+e,ve,Re(r),i)},string:function(n,e,t,r,i){return le(n,e,t,Re(r),i)}},Oi=(Ee.forceString=!(ve.forceString=!1),ne([""],"false")),Li=ne(["false","true"],""),Ci={byCharCodes:_(function(n,e){return this.xn(n,void 0,e)},x,2),byCharCodesRadix4:_(function(n,e){return this.xn(n,4,e)},x,25),byCodePoints:_(function(n,e){return this.wn(n,void 0,e)},x,3,d.FROM_CODE_POINT),byCodePointsRadix4:_(function(n,e){return this.wn(n,4,e)},x,29,d.FROM_CODE_POINT),byDenseFigures:_(function(n,e){return this.kn(n,e)},x,1881),byDict:_(function(n,e){return this.Hn(n,void 0,void 0,e)},x,3),byDictRadix3AmendedBy1:_(function(n,e){return this.Hn(n,3,1,e)},x,134),byDictRadix4:_(function(n,e){return this.Hn(n,4,0,e)},x,112),byDictRadix4AmendedBy1:_(function(n,e){return this.Hn(n,4,1,e)},x,118),byDictRadix4AmendedBy2:_(function(n,e){return this.Hn(n,4,2,e)},x,178),byDictRadix5:_(function(n,e){return this.Hn(n,5,0,e)},x,172),byDictRadix5AmendedBy2:_(function(n,e){return this.Hn(n,5,2,e)},x,194),byDictRadix5AmendedBy3:_(function(n,e){return this.Hn(n,5,3,e)},x,506),bySparseFigures:_(function(n,e){return this.Un(n,e)},x,173),express:_(function(n,e){n=n.valueOf();return this.Wn(n,e)},"expression",0),plain:_(function(n,e){var t=n.valueOf(),e={maxLength:e,optimize:!0,screwMode:n.screwMode};return this.replaceString(t,e)},x,0),text:_(function(n,e){return ce(this,n.valueOf(),n.wrapper,void 0,e)},"combined",0)},gi=ht(Ci).filter(function(n){return Ci[n].encodingType===x}).sort(function(n,e){n=Ci[n].minInputLength;return Ci[e].minInputLength-n}),Pi=(s(qn.prototype,{pn:function(n,e,t,r,i){var n=n(".indexOf("+n.argName+")"),o=this.resolveConstant("CONCAT").replacement,t=ee(i-e.length-10,"[",t,"][",o,"](",r,")");if(t)return ue(this,e,n,t,i)},Bn:function(n,e,t,r,i){var o,r=t?(o=this.findDefinition(Wr))("[parseInt("+(r?"+":"")+o.argName+","+t+")]"):'"".charAt.bind';return ue(this,n,r,e,i)},xn:function(n,e,t){var r=this.findDefinition(jr);return ae(this,n,r,Ne,e,t)},wn:function(n,e,t){return ae(this,n,"fromCodePoint",Te,e,t)},kn:function(n,e){return se(this,Ae,Li,_e,[Si],n,e)},Hn:function(n,e,t,r){var i=n.valueOf(),n=pe(n),o=n.length,u=!e||o&&71<6*n[0].count,a=e||10,c=function(n,e,t,r){var i,o,u=fi.slice(0,e);if(t){for(var a=e-t,c="[",s=0;s<t;++s){var f=a+s;u[f]=or[rr[s]].appendLength,c+=f}i=At(c+="]","g"),o=function(n){return rr[n-a]}}for(var l=[],s=0;s<n;++s){var _=r&&!s?"":s.toString(e),p=t?_.replace(i,o):_,p=l[s]=_t(p);p.sortLength=function(){var e=0;return Ke(_,function(n){e+=u[n]}),e}(),p.index=s}return l.sort(function(n,e){return n.sortLength-e.sortLength||n.index-e.index}),l}(o,a,t,u),s=E(),f=he(i),l=[],o=(n.forEach(function(n,e){var e=c[e],t=n.char;s[t]=e,f+=n.count*e.sortLength,l[e.index]=t}),fe(this,l,r-f));if(o){if(t)for(var _=[],p=a-t,d=0;d<t;++d){var R=rr[d],h=T(p+d);_.push({separator:R,joiner:h})}n=ie(this,i,s,[Ei],_,!1,r-o.length);if(n)return this.Bn(n,o,e,u,r)}},Un:function(n,e){return se(this,he,Oi,de,[Ei],n,e)},Wn:function(n,e){var t,n=Un(n);if(n)return!0===n?e<0||(t=""):t=this.yn(n,!1,[],e,Fi),t},dn:function(n,e,t,r){var i=this.perfLog=[],n=re(this,n,{wrapper:e},t);if(r&&(r.perfLog=i),delete this.perfLog,null==n)throw ot("Encoding failed");return n},_n:function(){return this.findDefinition(Br)},fn:function(n,e){return ee(e,n,"[",this.resolveConstant("JOIN").replacement,"]([])")},ln:65533,sn:function(n){return this.replaceExpr(n,!0)},replaceStringArray:function(r,n,e,t,i,o){var u,a,c,s,f,l,_=r.length;return(e||2<_)&&(a=this.resolveConstant("SPLIT").replacement,c=function(n,e,t){var r=e?e.length:0;if(!r)return"";var i=n.resolveConstant("SPLIT").replacement,o=n.resolveConstant("JOIN").replacement;if(!((t-=r*(i.length+6+o.length+6))<0)){for(var u=[],a=0;a<r;++a){var c=e[a],s=te(n.replaceExpr(c.separator)),c=te(n.replaceString(c.joiner));if((t-=s.length-2+c.length-2)<0)return;u.push("[",i,"](",s,")[",o,"](",c,")")}return u.join("")}}(this,e,o-7-a.length-6)),null!=c&&(s=o-c.length-a.length-6+2,n.forEach(function(n){var e=n.joiner,t=s,e=rn(r.join(e),{maxLength:t,screwMode:2});e&&(t=te(this.replaceExpr(n.separator)),n=e.length+t.length,s<n||(s=n,f=e,l=t))},this),f)&&(o=(u=f+c+"["+a+"]("+l+")").length-1),e||(_=function(n,e,t,r,i){var o=n.resolveConstant("CONCAT").replacement,u=e.length-1;if(!((i-=4+u*(o.length+7))<0)){for(var a={screwMode:r?li:0},c=[],s=0;s<=u;++s){var f=te(rn(e[s],a)),l=s?3:2;if(s?c.push("[",o,"](",f="[]"===f?t?"+[]":"[[]]":f,")"):c.push("[",f,"]"),(i-=f.length-l)<0)return}return c.join("")}}(this,r,t,i,o))&&(u=_),u}}),T.prototype.codePointAt?function(n){return n.codePointAt()}:function(n){return n.length<2?n.charCodeAt():en(n.charCodeAt(0),n.charCodeAt(1))}),yi={appendLengthOf:St,optimizeSolutions:St},mi=[],xi=[],wi=36,ki=9007199254740991,Hi=[],Ui=[,,,,,,,,,,,48,50,54,,64],Wi=function(){for(var n=1/0,e=wi;12<=e;--e){var t=rn(T(e)),r=t.length,r=(r<n&&(n=r),Hi[e]=t,xi[e]=ki.toString(e).length);mi[e]=Ui[r]+n}},Bi=d.FROM_CODE_POINT.mask,Rr=(s(qn.prototype,{jn:function(n,e,t,r){var i=this.an,o=e,u=(null!=t&&(o+=":"+t),i[o]);u||(u=this.Mn(e,t,r),i[o]=u),n.push(u)},Mn:function(n,e,t){var r,f,i,o,u,l,_,p,b,F,O;switch(n){case"comma":_=(l=this).replaceExpr("[][SLICE_OR_FLAT].call"),p=_.length+2,r={appendLengthOf:Se,optimizeSolutions:function(r,u,a,c){function n(n){for(;n<f;){var i,e,t,o=function(n,e){var t=0;if(Ie(n[e]))for(var r=n.length-2;e<r&&","===n[++e].source&&Ie(n[++e]);)++t;return t}(u,n);o?(e=function(n,e){for(var t=0,r=e+i;(r-=2)>e;)t+=n[r].appendLength;return t}(u,n,i=2*o+1)-p,n||i!==s||(c?e-=3:a&&(e+=2)),n&&u[n].isWeak&&(e+=2),0<e&&(t=function(n,e){for(var t=[],r=e+2*o;e<=r;e+=2){var i=n[e];t.push(i)}return function(){var n=t.map(function(n){return n.source}),e=n.join(),n=n.join(""),n=l.replaceString(n,{optimize:!0,screwMode:li});return new C(e,_+"("+n+")",L.OBJECT)}}(u,n),r.addCluster(n,i,t,e)),n+=1+i):n+=2}}var s=u.length,f=s-2;n(0),n(1)}};break;case"complex":r=function(r,n,e){function a(){return s}var c,s,t,i,f,l,o=0,u=E(),_=[],e=(Ke(n,function(n){var e=r.resolveCharacter(n).appendLength,t=(o+=e,u[n]);t?++t.count:(t=u[n]={appendLength:e,char:n,count:1},_.push(t))}),r.resolve(e,n)),p=e.appendLength,d=o-p;if(0<2+d){_.sort(function(n,e){return n.appendLength-e.appendLength});for(var R=p,h=n.length,A=0;h;++A){var N=_[A],T=N.appendLength;if(R<T*h)break;N=N.count;R-=T*N,h-=N}var p=R/h|0,v=(c=n,s=e,t=function(n,e){for(var t,r=E();t=n[e++];)r[t.char]=null;return r}(_,A),i=p,f=d,l=c.length,{appendLengthOf:function(n){n=n.source;if(null!=n&&n in t)return i},optimizeSolutions:function(n,e,t,r){for(var i,o=0,u=e.length-l;o<=u;++o)(function(n,e){for(var t=0;t<l;++t)if(n[e+t].source!==c[t])return;return 1})(e,o)&&(i=f,u||(r&&!s.isString?i-=3:t&&(i+=2)),0<i)&&n.addCluster(o,l,a,i)}})}else v=yi;return v}(this,e,t);break;case"surrogatePair":i=(o=f=this).Cn(1e5).length,o=o.gn(65536).length,u=lt(i,o)+1>>1,r={appendLengthOf:function(n){n=n.source;if(n&&1===n.length){n=n.charCodeAt();if(55296<=n&&n<=57343)return u}},optimizeSolutions:function(n,e,t){for(var r=e.length-1;r--;){var i,o,u,a=e[r],c=a.source,s=be(c,55296,56319);s&&(u=be(o=(i=e[r+1]).source,56320,57343))&&(s=en(s,u),u=on(f.Cn(s),f.gn(s)),s=a.appendLength+i.appendLength-u.length-1,2===e.length&&t&&(s+=2),0<s)&&(a=function(n,e){return function(){return new C(n,e,L.STRING)}}(c+o,u),n.addCluster(r,2,a,s))}}};break;case"toString":Wi&&(Wi(),Wi=null),b=this.resolveConstant("TO_STRING").replacement,F=b.length+7,O=E(),r={appendLengthOf:function(n){var e,t,n=n.source;if(null!=n&&/[bcghjkmopqvwxz]/.test(n))return null==(t=O[n])&&(e=Fe(n),t=O[n]=(F+mi[e])/xi[e]|0),t},optimizeSolutions:function(n,e,t){for(var r,i,o=e.length;0<o;){var u,a=e[--o];if(null!=(u=a.source)&&/^[\da-z]$/.test(u)){if(r||(r=o+1,i=!1),(i=i||O[a.source]<=a.appendLength)&&2<=r-o){d=S=E=v=f=void 0;for(var c=n,s=e,f=o,l=r,_=t;;++f){var p=l-f;if("0"!==s[f].source){var d=S=E=v=void 0,R=c,h=s,A=f,N=p,T=_,v="",E=0,S="",d=0;do{var I=h[A+d],I=(E+=I.appendLength,I.source);if(v<I&&(v=I),S+=I,2<=++d&&F<E&&(T&&!A&&d===N&&(E+=2),function(n,e,t,r,i){do{var o=vt(i,t);if(ki<o)return null==s;var o=rn(jn(o)),u=o.length+3,a=Hi[t],c=a.length,s=F+u+c,u=r-s;0<u&&(c=function(n,e){return function(){return new C(void 0,"(+("+n+"))["+b+"]("+e+")",L.STRING)}}(o,a),n.addCluster(e,i.length,c,u))}while(++t<=wi)}(R,A,Fe(v),E,S)))break}while(d<N)}if(p<=2)break}}}else r=void 0}}}}return r},mn:function(n,e){var t,r,i,o,u,a=[];if(e){if("object"==typeof e?(t=!("default"in e&&!e.default),r=(u=function(n){n+="Opt";return n in e?!!e[n]:t})("comma"),i=u("complex"),o=u("surrogatePair"),u=u("toString")):r=i=o=u=!0,r&&0<=n.indexOf(",")&&this.jn(a,"comma"),i)for(var c in kr){var s=kr[c];this.hasFeatures(s.mask)&&0<=n.indexOf(c)&&this.jn(a,"complex",c,s.definition)}o&&this.hasFeatures(Bi)&&/[\ud800-\udbff][\udc00-\udfff]/.test(n)&&this.jn(a,"surrogatePair"),u&&this.jn(a,"toString")}return a}}),$r=At("(?:(?!.)\\s)+(?:\\s|\ufeff|//(?:(?!\\*/|`).)*(?!.)|/\\*(?:(?!`)(?:[^*]|\\*[^/]))*?\\*/)*$"),s({},{Feature:d,encode:Le})),ji=d.Sn,Mi=!1;Pe(),s(Le,{get permanentCaching(){return Mi},set permanentCaching(n){Mi=!!n,ye()}}),"undefined"!=typeof self&&(self.JScrewIt=Rr),"undefined"!=typeof module&&(module.exports=Rr,exports.Feature=null,exports.encode=null)}();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jscrewit",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Converts plain JavaScript into JSFuck code, which consists of only six different characters: ! ( ) + [ ]",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"esoteric",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "https://github.com/fasttime/JScrewIt.git"
|
|
36
|
+
"url": "git+https://github.com/fasttime/JScrewIt.git"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm install && npm run -ws build && gulp",
|
package/ui/ui.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){function a(e){var t=typeof e;return"object"==t&&null!==e||"undefined"==t&&void 0!==e}function o(n,o,i,r){return function(t){function e(e){t[r](e,o,i)}Array.isArray(n)?n.forEach(e):e(n)}}function l(e){e.removeAttribute("tabindex")}function N(e){e.setAttribute("tabindex",0)}function E(e){function t(){c.className="button focusable",a("off")}function n(e){e.target!==c&&i()&&t()}function o(e){!e.relatedTarget&&i()&&t()}function i(){return/\bactive\b/.test(c.className)}function r(){return!c.hasAttribute("tabindex")}function a(e){e=F[e];F(document,e("mousemove",n),e("mouseout",o))}var c=F("SPAN",{className:"button focusable",get disabled(){return r()},set disabled(e){(e=!!e)!==r()&&(e?(F(c,l),i()&&(document.releaseCapture(),a("off")),c.blur()):F(c,N),c.className="",c.className="button focusable")}},N,F.on("click",function(e){r()&&e.stopImmediatePropagation(),e.preventDefault()}),F.on("keydown",function(e){13===e.keyCode&&(c.click(),e.preventDefault())}),F.on("keyup",function(e){32===e.keyCode&&(c.click(),e.preventDefault())}),F.on("mouseup",function(e){0===e.button&&i()&&(document.releaseCapture(),t())}),F("SPAN",e),F("SPAN"));return c.setCapture&&(c.firstChild.setAttribute("unselectable","on"),F(c,F.on("mousedown",function(e){0!==e.button||r()||i()||(c.setCapture(),c.className="active button focusable",a("on"))}))),c}function T(e,t){function n(){var e=document.body;e.removeChild(c),F(e,F.off("keydown",r),F.off("focus",i,!0)),void 0!==t&&t()}function o(){a.focus()}function i(e){a.contains(e.target)||o()}function r(e){var t=e.keyCode;13!==t&&27!==t||!(t=document.activeElement).contains(a)&&t.contains(e.target)||(n(),e.preventDefault())}var a=F("DIV",{style:{borderRadius:"25px",display:"inline-block",maxWidth:"500px",width:"100%"}},N,F("DIV",{className:"focusable",id:"modalBox",style:{background:"whitesmoke",border:"10px solid blue",borderRadius:"23px",margin:"2px"}},F("DIV",{style:{margin:"1.5em 1.5em .25em",overflow:"hidden"}},e,F("DIV",{style:{margin:"1.25em 0"}},F(E("OK"),{style:{maxWidth:"5em",width:"100%"}},F.on("click",n)))))),c=F("DIV",{style:{background:"rgba(0, 0, 0, .25)",overflow:"auto",position:"fixed",textAlign:"center",left:"0",top:"0",bottom:"0",width:"100%"}},F("DIV",{style:{display:"table",tableLayout:"fixed",width:"100%",height:"100%"}},F("DIV",{style:{display:"table-cell",verticalAlign:"middle"}},a)));F(document.body,c,F.on("focus",i,!0),F.on("keydown",r)),setTimeout(o)}function i(e){var t,n=typeof e;try{t="string"==n?'"'.concat(e,'"'):0===e&&1/e<0?"-0":Array.isArray(e)?e.length?"[…]":"[]":"bigint"==n?"".concat(e,"n"):String(e)}catch(e){}return t}function t(){(O=new Worker(y)).onmessage=x}function n(){URL.revokeObjectURL(y),y=void 0}function D(){var e,t=r();try{e=JScrewIt.encode(inputArea.value,t)}catch(e){return u(),void d(String(e))}p(e)}function L(){var e=r(),e={input:inputArea.value,options:e};v&&(O.terminate(),t(),e.url=m),O.postMessage(e),u(),s(!0),inputArea.onkeyup=null}function r(){return{features:C.canonicalNames}}function k(e){9!==e.keyCode&&L()}function q(e){var t;P(e)&&(e=outputArea.value.length,0===outputArea.selectionStart&&outputArea.selectionEnd===e||(outputArea.selectionStart=0,outputArea.selectionEnd=e,"scrollTopMax"in outputArea&&(t=outputArea.scrollTop,F(outputArea,F.on("scroll",function(){outputArea.scrollTop=t},{once:!0})))))}function w(){j.disabled=!1;var e=this.result;null!=e&&(inputArea.value=e),inputArea.oninput(),inputArea.disabled=!1}function z(){var e,t,n,o;try{t=(0,eval)(outputArea.value)}catch(e){n=F("P",String(e))}void 0!==t&&(e=function(e){var t;if(Array.isArray(e))try{t="[".concat(e.map(i).join(", "),"]")}catch(e){}else t=i(e);return t}(t),t=function(e){var t;if(null!==e){var n=typeof e;if("function"==n||"object"==n||"undefined"==n){var o=Object.getPrototypeOf(e);if(o===Array.prototype)switch(e.length){case 0:t="an empty array";break;case 1:t="a one element array";break;default:t="an array"}else t=o===Date.prototype?"a date":o===RegExp.prototype?"a regular expression":"function"==n?"a function":"an object"}}return t}(t),n=e?F("DIV",F("P",t?"Evaluation result is "+t+":":"Evaluation result is"),F("P",{style:{overflowX:"auto"}},F("DIV",{style:{display:"inline-block",textAlign:"left",whiteSpace:"pre"}},e))):F("DIV",F("P","Evaluation result is "+t+"."))),null!=n&&(o=this,T(n,function(){o.focus()}))}function x(e){var e=e.data,t=e.error;t?d(t):p(e.output),s(!1)}function P(e){var t=2<=e.detail&&0===e.button;return t&&e.preventDefault(),t}function e(){function n(){var e=+new Date;0<=((d=l+(e-u)*s/250)-a)*s&&(d=a,o()),i.height=1===d?"":t.scrollHeight*d+"px",r.display=0===d?"none":""}function o(){clearInterval(c),c=null,s=0}document.querySelector("main>div").style.display="block",inputArea.value=inputArea.defaultValue,F(outputArea,F.on("mousedown",q),F.on("mouseup",P),F.on("input",M)),F(stats.parentNode,F(E("Run this"),{style:{bottom:"0",fontSize:"10pt",position:"absolute",right:"0"}},F.on("click",z))),e=J.COMPACT,C=J.AUTO.includes(e)?e:J.BROWSER,compMenu.value=C.name,compMenu.previousIndex=compMenu.selectedIndex,O?(h=L)():(e=F(E("Encode"),F.on("click",D)),F(controls,e),h=H,outputArea.value=""),"undefined"!=typeof File&&(e=F("INPUT",{accept:".js",style:{display:"none"},type:"file"},F.on("change",B)),k=HTMLElement.prototype.click.bind(e),j=F(E("Load file…"),F.on("click",k)),F(controls,j,e)),inputArea.oninput=h;var t,i,r,a,c,l,u,s,d,p,f,m,b,v,e,y,h,g,A,k=function(){var e=compMenu.selectedIndex,t=compMenu.options[e].value,n=t?J[t]:R.feature;!V&&J.areEqual(n,C)||(C=n,this()),e!==compMenu.previousIndex&&(compMenu.previousIndex=e,U.rollTo(+!t))}.bind(h);function w(e,t){return F("LABEL",{style:{display:"inline-table"}},F("SPAN",{style:{display:"table-cell",verticalAlign:"middle"}},F("INPUT",{style:{margin:"0 .25em 0 0"},type:"checkbox"},t)),F("SPAN",{style:{display:"table-cell"}},e))}function x(e){var t=F("DIV",{className:"help-text"});return t.innerHTML=e,F("SPAN",{className:"focusable",style:{background:"black",borderRadius:"1em",color:"white",cursor:"pointer",display:"inline-block",fontSize:"8pt",fontWeight:"bold",lineHeight:"10.5pt",position:"relative",textAlign:"center",top:"-1.5pt",width:"10.5pt"},title:"Learn more…"},"?",N,F.on("click",function(){T(t)}))}function S(){var t=p.checked;Array.prototype.forEach.call(m,function(e){e.checked=t})}function I(){var t=JScrewIt.Feature,e=Array.prototype.filter.call(m,function(e){return e.checked}).map(function(e){return++n,t[e.featureName]}),n=e.length;p.checked=n,p.indeterminate=n&&n<m.length,f=t.commonOf.apply(null,e)||t.DEFAULT,v.checked&&(f=f.restrict("web-worker",e)),b.checked&&(f=f.restrict("forced-strict-mode",e))}F(compMenu,F.on("change",k)),R=F((e=F(w("Select/deselect all"),{style:{margin:"0 0 .5em"}},F.on("change",S),F.on(["keyup","mouseup"],function(){setTimeout(function(){p.indeterminate||S()})})),y=F("TABLE",{style:{borderSpacing:"0",width:"100%"}}),h=w("Generate strict mode code"),g=w("Support web workers"),A=F("FIELDSET",{className:"engine-selection-box",get feature(){return f}},F("DIV",F("P",{style:{margin:".25em 0 .75em"}},"Select the engines you want your code to support."),e,y,F("HR"),F("DIV",g," ",x("<p>Web workers are part of a standard HTML technology used to perform background tasks in JavaScript.<p>Check the option <dfn>Support web workers</dfn> only if your code needs to run inside a web worker. To create or use a web worker in your code, this option is not required.")),F("DIV",h," ",x('<p>The option <dfn>Generate strict mode code</dfn> instructs JScrewIt to avoid optimizations that don\'t work in strict mode JavaScript code. Check this option only if your environment disallows non-strict code. You may want to do this for example in one of the following circumstances.<ul><li>To encode a string or a number and embed it in a JavaScript file in a place where strict mode code is expected, like in a scope containing a <code>"use strict"</code> statement or in a class body.<li>To encode a script and run it in Node.js with the option <code>--use_strict</code>.<li>To encode an ECMAScript module. Note that module support in JSFuck is <em>very</em> limited, as <code>import</code> and <code>export</code> statements don\'t work at all. If your module doesn\'t contain these statements, you can encode it using this option.</ul><p>In most other cases, this option is not required, not even to encode a script that contains a top level <code>"use strict"</code> statement.')),F.on("change",function(){var e;I(),(e=document.createEvent("Event")).initEvent("input",!0,!1),A.dispatchEvent(e)}))),["Chrome","Edge","Firefox","Internet Explorer","Safari","Opera","Node.js"].forEach(function(e,t){for(var n,o,i=JScrewIt.Feature.FAMILIES[e],r=1&t?{className:"even-field"}:null,a=(i.length+2)/3^0,c=3*a,l=0;l<c;++l){var u,s,d=i[l],p=(l%3||(n=F("TR",r),l||F(n,F("TD",{rowSpan:a,style:{padding:"0 .5em 0 0"}},e)),F(y,n)),null);d&&(u=d.versions.map(function(e){var t;return"string"==typeof e?e:(t=e.from,null==(e=e.to)?t+"+":t+"–"+e)}).join(", "),p=w(null==(s=d.shortTag)?u:F("SPAN",u," (",(u=void 0,"W"!==(s=s)[0]?s:(o="http://www.w3.org/2000/svg",(u=document.createElementNS(o,"svg")).setAttribute("class","windows-logo-icon"),u.setAttribute("viewBox","0 0 88 88"),u.appendChild(document.createElementNS(o,"path")).setAttribute("d","M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48.026 45.7zm4.326-39.025L87.314 0v41.527l-47.318.376zm47.329 39.349l-.011 41.34-47.318-6.678-.066-34.739z"),F("SPAN",u,s.slice(1)))),")"),{checked:!0,featureName:d.featureName})),F(n,F("TD",{style:{padding:"0 0 0 .5em",width:"6em"}},p))}}),p=e.querySelector("INPUT"),m=y.querySelectorAll("INPUT"),b=h.querySelector("INPUT"),v=g.querySelector("INPUT"),I(),A),F.on("input",k)),d=s=0,e=F("DIV"),(r=e.style).display="none",t=F("DIV",e,{container:e,rollTo:function(e){var t;e===d?o():((t=d<e?1:-1)!==s&&(l=d,u=+new Date,s=t),a=e,c=c||setInterval(n,0))}}),(i=t.style).height="0",i.overflowY="hidden",U=t,g="Custom Compatibility Selection","open"in(k=document.createElement("DETAILS"))?(F(k,{open:!0},F("SUMMARY",{dir:"rtl"},F("SPAN",{style:{float:"left"}},g))),F.css("details.frame:not([open])>:first-child",{"margin-bottom":"initial"})):k=F("DIV",F("SPAN",g)),F(U.container,F(k,{className:"frame"},R)),F(controls.parentNode,U),inputArea.selectionStart=2147483647,inputArea.focus()}function c(){document.addEventListener("DOMContentLoaded",e)}function B(){var e,t=this.files[0];t&&(inputArea.disabled=!0,inputArea.value="",j.disabled=!0,(e=new FileReader).addEventListener("loadend",w),e.readAsText(t))}function H(){b&&M(!0)}function u(){b=!1,outputArea.value="",stats.textContent="…"}function s(e){v=e,outputArea.disabled=e}function d(e){T(F("P",e))}function p(e){outputArea.value=e,M()}function M(e){var t=outputArea.value.length,t=1===t?"1 char":t+" chars";V=!!e,e&&(O&&(inputArea.onkeyup=k),t+=" – <i>out of sync</i>"),b=!0,stats.innerHTML=t}var f,C,R,m,j,V,b,U,v,O,y,h,g=Object,F=function(e){for(var t=e instanceof Node?e:"function"==typeof e?e.call(F):document.createElement(e),n=arguments.length,o=0;++o<n;){var i=arguments[o];i instanceof Node?t.appendChild(i):a(i)?function o(i,r){g.keys(r).forEach(function(e){var t,n=g.getOwnPropertyDescriptor(r,e);"value"in n?(t=n.value,e in i&&a(t)?o(i[e],t):i[e]=t):g.defineProperty(i,e,n)})}(t,i):"function"==typeof i?i.call(F,t):null!=i&&(i=document.createTextNode(i),t.appendChild(i))}return t},A=(F.off=function(e,t,n){return o(e,t,n,"removeEventListener")},F.on=function(e,t,n){return o(e,t,n,"addEventListener")},F.css=function(e,t){var n=t,t=e+"{"+g.keys(n).map(function(e){return e+":"+n[e]}).join(";")+"}";f||(e=F("STYLE"),F(document.head,e),f=e.sheet),f.insertRule(t,f.cssRules.length)},F.css(".button",{background:"#e0e0e0",color:"#212121",cursor:"default",display:"inline-block",position:"relative"}),F.css(".button, .button>:last-child",{"border-radius":".1em"}),F.css(".button.active, .button[tabindex]:active",{background:"#29b3e5"}),F.css(".button.active>:first-child, .button[tabindex]:active>:first-child",{left:".1em",top:".1em"}),F.css(".button.active>:last-child, .button[tabindex]:active>:last-child",{"border-color":"#0088b6"}),F.css(".button:not([tabindex])",{background:"#e9e9e9",color:"#707070"}),F.css(".button:not([tabindex])>:last-child",{"border-color":"#bababa"}),F.css(".button>:first-child",{display:"inline-block",margin:".15em .5em",position:"relative","user-select":"none","-moz-user-select":"none","-ms-user-select":"none","-webkit-user-select":"none"}),F.css(".button>:last-child",{"border-color":"#707070","border-style":"solid","border-width":"1px",display:"inline-block",position:"absolute",left:"0",right:"0",top:"0",bottom:"0"}),F.css(".button[tabindex]:hover:not(.active):not(:active)",{background:"#a3f4ff"}),F.css(".button[tabindex]:hover:not(.active):not(:active)>:last-child",{"border-color":"#189fdd"}),F.css("#modalBox p:first-child",{"margin-top":"0"}),F.css("#modalBox p:last-child",{"margin-bottom":"0"}),F.css(".engine-selection-box",{background:"#f0f0f0"}),F.css(".engine-selection-box .even-field",{background:"#fff"}),F.css(".help-text",{"font-size":"11pt","text-align":"justify"}),F.css(".help-text code",{"white-space":"pre"}),F.css(".help-text dfn",{"font-style":"normal","font-weight":"bold"}),F.css(".help-text li",{margin:".5em 0"}),F.css(".windows-logo-icon",{display:"inline-block",height:".8em",margin:"0 .05em","vertical-align":"-.1em",width:".8em"}),"application/javascript"),J=JScrewIt.Feature;try{(h=new XMLHttpRequest).open("GET","lib/jscrewit.min.js",!0)}catch(e){h=void 0}if(h&&"undefined"!=typeof Worker){y=URL.createObjectURL(new Blob(["self.onmessage=function(t){var t=t.data,r=t.url,r=(null!=r&&importScripts(r),t.input);if(null!=r){try{e={output:JScrewIt.encode(r,t.options)}}catch(t){var e={error:String(t)}}postMessage(e)}};"],{type:A}));try{t()}catch(e){n()}}O?(h.onerror=function(){O.terminate(),O=void 0,n()},h.onload=function(){h.status<400?(m=URL.createObjectURL(h.response),O.postMessage({url:m})):this.onerror()},h.onloadend=function(){("loading"===document.readyState?c:e)()},h.overrideMimeType(A),h.responseType="blob",h.send()):c()}();
|
|
1
|
+
!function(){function a(e){var t=typeof e;return"object"==t&&null!==e||"undefined"==t&&void 0!==e}function o(n,o,i,r){return function(t){function e(e){t[r](e,o,i)}Array.isArray(n)?n.forEach(e):e(n)}}function l(e){e.removeAttribute("tabindex")}function N(e){e.setAttribute("tabindex",0)}function E(e){function t(){c.className="button focusable",a("off")}function n(e){e.target!==c&&i()&&t()}function o(e){!e.relatedTarget&&i()&&t()}function i(){return/\bactive\b/.test(c.className)}function r(){return!c.hasAttribute("tabindex")}function a(e){e=F[e];F(document,e("mousemove",n),e("mouseout",o))}var c=F("SPAN",{className:"button focusable",get disabled(){return r()},set disabled(e){(e=!!e)!==r()&&(e?(F(c,l),i()&&(document.releaseCapture(),a("off")),c.blur()):F(c,N),c.className="",c.className="button focusable")}},N,F.on("click",function(e){r()&&e.stopImmediatePropagation(),e.preventDefault()}),F.on("keydown",function(e){13===e.keyCode&&(c.click(),e.preventDefault())}),F.on("keyup",function(e){32===e.keyCode&&(c.click(),e.preventDefault())}),F.on("mouseup",function(e){0===e.button&&i()&&(document.releaseCapture(),t())}),F("SPAN",e),F("SPAN"));return c.setCapture&&(c.firstChild.setAttribute("unselectable","on"),F(c,F.on("mousedown",function(e){0!==e.button||r()||i()||(c.setCapture(),c.className="active button focusable",a("on"))}))),c}function T(e,t){function n(){var e=document.body;e.removeChild(c),F(e,F.off("keydown",r),F.off("focus",i,!0)),void 0!==t&&t()}function o(){a.focus()}function i(e){a.contains(e.target)||o()}function r(e){var t=e.keyCode;13!==t&&27!==t||!(t=document.activeElement).contains(a)&&t.contains(e.target)||(n(),e.preventDefault())}var a=F("DIV",{style:{borderRadius:"25px",display:"inline-block",maxWidth:"500px",width:"100%"}},N,F("DIV",{className:"focusable",id:"modalBox",style:{background:"whitesmoke",border:"10px solid blue",borderRadius:"23px",margin:"2px"}},F("DIV",{style:{margin:"1.5em 1.5em .25em",overflow:"hidden"}},e,F("DIV",{style:{margin:"1.25em 0"}},F(E("OK"),{style:{maxWidth:"5em",width:"100%"}},F.on("click",n)))))),c=F("DIV",{style:{background:"rgba(0, 0, 0, .25)",overflow:"auto",position:"fixed",textAlign:"center",left:"0",top:"0",bottom:"0",width:"100%"}},F("DIV",{style:{display:"table",tableLayout:"fixed",width:"100%",height:"100%"}},F("DIV",{style:{display:"table-cell",verticalAlign:"middle"}},a)));F(document.body,c,F.on("focus",i,!0),F.on("keydown",r)),setTimeout(o)}function i(e){var t,n=typeof e;try{t="string"==n?'"'.concat(e,'"'):0===e&&1/e<0?"-0":Array.isArray(e)?e.length?"[…]":"[]":"bigint"==n?"".concat(e,"n"):String(e)}catch(e){}return t}function t(){(O=new Worker(y)).onmessage=S}function n(){URL.revokeObjectURL(y),y=void 0}function D(){var e,t=r();try{e=JScrewIt.encode(inputArea.value,t)}catch(e){return u(),void d(String(e))}p(e)}function L(){var e=r(),e={input:inputArea.value,options:e};v&&(O.terminate(),t(),e.url=m),O.postMessage(e),u(),s(!0),inputArea.onkeyup=null}function r(){return{features:C.canonicalNames}}function k(e){9!==e.keyCode&&L()}function q(e){var t;P(e)&&(e=outputArea.value.length,0===outputArea.selectionStart&&outputArea.selectionEnd===e||(outputArea.selectionStart=0,outputArea.selectionEnd=e,"scrollTopMax"in outputArea&&(t=outputArea.scrollTop,F(outputArea,F.on("scroll",function(){outputArea.scrollTop=t},{once:!0})))))}function w(){j.disabled=!1;var e=this.result;null!=e&&(inputArea.value=e),inputArea.oninput(),inputArea.disabled=!1}function z(){var e,t,n,o;try{t=(0,eval)(outputArea.value)}catch(e){n=F("P",String(e))}void 0!==t&&(e=function(e){var t;if(Array.isArray(e))try{t="[".concat(e.map(i).join(", "),"]")}catch(e){}else t=i(e);return t}(t),t=function(e){var t;if(null!==e){var n=typeof e;if("function"==n||"object"==n||"undefined"==n){var o=Object.getPrototypeOf(e);if(o===Array.prototype)switch(e.length){case 0:t="an empty array";break;case 1:t="a one element array";break;default:t="an array"}else t=o===Date.prototype?"a date":o===RegExp.prototype?"a regular expression":"function"==n?"a function":"an object"}}return t}(t),n=e?F("DIV",F("P",t?"Evaluation result is "+t+":":"Evaluation result is"),F("P",{style:{overflowX:"auto"}},F("DIV",{style:{display:"inline-block",textAlign:"left",whiteSpace:"pre"}},e))):F("DIV",F("P","Evaluation result is "+t+"."))),null!=n&&(o=this,T(n,function(){o.focus()}))}function S(e){var e=e.data,t=e.error;t?d(t):p(e.output),s(!1)}function P(e){var t=2<=e.detail&&0===e.button;return t&&e.preventDefault(),t}function e(){function n(){var e=+new Date;0<=((d=l+(e-u)*s/250)-a)*s&&(d=a,o()),i.height=1===d?"":t.scrollHeight*d+"px",r.display=0===d?"none":""}function o(){clearInterval(c),c=null,s=0}document.querySelector("main>div").style.display="block",inputArea.value=inputArea.defaultValue,F(outputArea,F.on("mousedown",q),F.on("mouseup",P),F.on("input",M)),F(stats.parentNode,F(E("Run this"),{style:{bottom:"0",fontSize:"10pt",position:"absolute",right:"0"}},F.on("click",z))),e=J.COMPACT,C=J.AUTO.includes(e)?e:J.BROWSER,compMenu.value=C.name,compMenu.previousIndex=compMenu.selectedIndex,O?(h=L)():(e=F(E("Encode"),F.on("click",D)),F(controls,e),h=H,outputArea.value=""),"undefined"!=typeof File&&(e=F("INPUT",{accept:".js",style:{display:"none"},type:"file"},F.on("change",B)),k=HTMLElement.prototype.click.bind(e),j=F(E("Load file…"),F.on("click",k)),F(controls,j,e)),inputArea.oninput=h;var t,i,r,a,c,l,u,s,d,p,f,m,b,v,e,y,h,g,A,k=function(){var e=compMenu.selectedIndex,t=compMenu.options[e].value,n=t?J[t]:R.feature;!V&&J.areEqual(n,C)||(C=n,this()),e!==compMenu.previousIndex&&(compMenu.previousIndex=e,U.rollTo(+!t))}.bind(h);function w(e,t){return F("LABEL",{style:{display:"inline-table"}},F("SPAN",{style:{display:"table-cell",verticalAlign:"middle"}},F("INPUT",{style:{margin:"0 .25em 0 0"},type:"checkbox"},t)),F("SPAN",{style:{display:"table-cell"}},e))}function S(e){var t=F("DIV",{className:"help-text"});return t.innerHTML=e,F("SPAN",{className:"focusable",style:{background:"black",borderRadius:"1em",color:"white",cursor:"pointer",display:"inline-block",fontSize:"8pt",fontWeight:"bold",lineHeight:"10.5pt",position:"relative",textAlign:"center",top:"-1.5pt",width:"10.5pt"},title:"Learn more…"},"?",N,F.on("click",function(){T(t)}))}function x(){var t=p.checked;Array.prototype.forEach.call(m,function(e){e.checked=t})}function I(){var t=JScrewIt.Feature,e=Array.prototype.filter.call(m,function(e){return e.checked}).map(function(e){return++n,t[e.featureName]}),n=e.length;p.checked=n,p.indeterminate=n&&n<m.length,f=t.commonOf.apply(null,e)||t.DEFAULT,v.checked&&(f=f.restrict("web-worker",e)),b.checked&&(f=f.restrict("forced-strict-mode",e))}F(compMenu,F.on("change",k)),R=F((e=F(w("Select/deselect all"),{style:{margin:"0 0 .5em"}},F.on("change",x),F.on(["keyup","mouseup"],function(){setTimeout(function(){p.indeterminate||x()})})),y=F("TABLE",{style:{borderSpacing:"0",width:"100%"}}),h=w("Generate strict mode code"),g=w("Support web workers"),A=F("FIELDSET",{className:"engine-selection-box",get feature(){return f}},F("DIV",F("P",{style:{margin:".25em 0 .75em"}},"Select the engines you want your code to support."),e,y,F("HR"),F("DIV",g," ",S("<p>Web workers are part of a standard HTML technology used to perform background tasks in JavaScript.<p>Check the option <dfn>Support web workers</dfn> only if your code needs to run inside a web worker. To create or use a web worker in your code, this option is not required.")),F("DIV",h," ",S('<p>The option <dfn>Generate strict mode code</dfn> instructs JScrewIt to avoid optimizations that don\'t work in strict mode JavaScript code. Check this option only if your environment disallows non-strict code. You may want to do this for example in one of the following circumstances.<ul><li>To encode a string or a number and embed it in a JavaScript file in a place where strict mode code is expected, like in a scope containing a <code>"use strict"</code> statement or in a class body.<li>To encode a script and run it in Node.js with the option <code>--use_strict</code>.<li>To encode an ECMAScript module. Note that module support in JSFuck is <em>very</em> limited, as <code>import</code> and <code>export</code> statements don\'t work at all. If your module doesn\'t contain these statements, you can encode it using this option.</ul><p>In most other cases, this option is not required, not even to encode a script that contains a top level <code>"use strict"</code> statement.')),F.on("change",function(){var e;I(),(e=document.createEvent("Event")).initEvent("input",!0,!1),A.dispatchEvent(e)}))),["Chrome","Edge","Firefox","Internet Explorer","Safari","Opera","Node.js"].forEach(function(e,t){for(var n,o,i=JScrewIt.Feature.FAMILIES[e],r=1&t?{className:"even-field"}:null,a=(i.length+2)/3^0,c=3*a,l=0;l<c;++l){var u,s,d=i[l],p=(l%3||(n=F("TR",r),l||F(n,F("TD",{rowSpan:a,style:{padding:"0 .5em 0 0"}},e)),F(y,n)),null);d&&(u=d.versions.map(function(e){var t;return"string"==typeof e?e:(t=e.from,null==(e=e.to)?t+"+":t+"–"+e)}).join(", "),p=w(null==(s=d.shortTag)?u:F("SPAN",u," ",F("SPAN","(",(u=void 0,"W"!==(s=s)[0]?s:(o="http://www.w3.org/2000/svg",(u=document.createElementNS(o,"svg")).setAttribute("class","windows-logo-icon"),u.setAttribute("viewBox","0 0 88 88"),u.appendChild(document.createElementNS(o,"path")).setAttribute("d","M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48.026 45.7zm4.326-39.025L87.314 0v41.527l-47.318.376zm47.329 39.349l-.011 41.34-47.318-6.678-.066-34.739z"),F("SPAN",u,s.slice(1)))),")",{title:d.tag})),{checked:!0,featureName:d.featureName})),F(n,F("TD",{style:{padding:"0 0 0 .5em",width:"6em"}},p))}}),p=e.querySelector("INPUT"),m=y.querySelectorAll("INPUT"),b=h.querySelector("INPUT"),v=g.querySelector("INPUT"),I(),A),F.on("input",k)),d=s=0,e=F("DIV"),(r=e.style).display="none",t=F("DIV",e,{container:e,rollTo:function(e){var t;e===d?o():((t=d<e?1:-1)!==s&&(l=d,u=+new Date,s=t),a=e,c=c||setInterval(n,0))}}),(i=t.style).height="0",i.overflowY="hidden",U=t,g="Custom Compatibility Selection","open"in(k=document.createElement("DETAILS"))?(F(k,{open:!0},F("SUMMARY",{dir:"rtl"},F("SPAN",{style:{float:"left"}},g))),F.css("details.frame:not([open])>:first-child",{"margin-bottom":"initial"})):k=F("DIV",F("SPAN",g)),F(U.container,F(k,{className:"frame"},R)),F(controls.parentNode,U),inputArea.selectionStart=2147483647,inputArea.focus()}function c(){document.addEventListener("DOMContentLoaded",e)}function B(){var e,t=this.files[0];t&&(inputArea.disabled=!0,inputArea.value="",j.disabled=!0,(e=new FileReader).addEventListener("loadend",w),e.readAsText(t))}function H(){b&&M(!0)}function u(){b=!1,outputArea.value="",stats.textContent="…"}function s(e){v=e,outputArea.disabled=e}function d(e){T(F("P",e))}function p(e){outputArea.value=e,M()}function M(e){var t=outputArea.value.length,t=1===t?"1 char":t+" chars";V=!!e,e&&(O&&(inputArea.onkeyup=k),t+=" – <i>out of sync</i>"),b=!0,stats.innerHTML=t}var f,C,R,m,j,V,b,U,v,O,y,h,g=Object,F=function(e){for(var t=e instanceof Node?e:"function"==typeof e?e.call(F):document.createElement(e),n=arguments.length,o=0;++o<n;){var i=arguments[o];i instanceof Node?t.appendChild(i):a(i)?function o(i,r){g.keys(r).forEach(function(e){var t,n=g.getOwnPropertyDescriptor(r,e);"value"in n?(t=n.value,e in i&&a(t)?o(i[e],t):i[e]=t):g.defineProperty(i,e,n)})}(t,i):"function"==typeof i?i.call(F,t):null!=i&&(i=document.createTextNode(i),t.appendChild(i))}return t},A=(F.off=function(e,t,n){return o(e,t,n,"removeEventListener")},F.on=function(e,t,n){return o(e,t,n,"addEventListener")},F.css=function(e,t){var n=t,t=e+"{"+g.keys(n).map(function(e){return e+":"+n[e]}).join(";")+"}";f||(e=F("STYLE"),F(document.head,e),f=e.sheet),f.insertRule(t,f.cssRules.length)},F.css(".button",{background:"#e0e0e0",color:"#212121",cursor:"default",display:"inline-block",position:"relative"}),F.css(".button, .button>:last-child",{"border-radius":".1em"}),F.css(".button.active, .button[tabindex]:active",{background:"#29b3e5"}),F.css(".button.active>:first-child, .button[tabindex]:active>:first-child",{left:".1em",top:".1em"}),F.css(".button.active>:last-child, .button[tabindex]:active>:last-child",{"border-color":"#0088b6"}),F.css(".button:not([tabindex])",{background:"#e9e9e9",color:"#707070"}),F.css(".button:not([tabindex])>:last-child",{"border-color":"#bababa"}),F.css(".button>:first-child",{display:"inline-block",margin:".15em .5em",position:"relative","user-select":"none","-moz-user-select":"none","-ms-user-select":"none","-webkit-user-select":"none"}),F.css(".button>:last-child",{"border-color":"#707070","border-style":"solid","border-width":"1px",display:"inline-block",position:"absolute",left:"0",right:"0",top:"0",bottom:"0"}),F.css(".button[tabindex]:hover:not(.active):not(:active)",{background:"#a3f4ff"}),F.css(".button[tabindex]:hover:not(.active):not(:active)>:last-child",{"border-color":"#189fdd"}),F.css("#modalBox p:first-child",{"margin-top":"0"}),F.css("#modalBox p:last-child",{"margin-bottom":"0"}),F.css(".engine-selection-box",{background:"#f0f0f0"}),F.css(".engine-selection-box .even-field",{background:"#fff"}),F.css(".help-text",{"font-size":"11pt","text-align":"justify"}),F.css(".help-text code",{"white-space":"pre"}),F.css(".help-text dfn",{"font-style":"normal","font-weight":"bold"}),F.css(".help-text li",{margin:".5em 0"}),F.css(".windows-logo-icon",{display:"inline-block",height:".8em",margin:"0 .05em","vertical-align":"-.1em",width:".8em"}),"application/javascript"),J=JScrewIt.Feature;try{(h=new XMLHttpRequest).open("GET","lib/jscrewit.min.js",!0)}catch(e){h=void 0}if(h&&"undefined"!=typeof Worker){y=URL.createObjectURL(new Blob(["self.onmessage=function(t){var t=t.data,r=t.url,r=(null!=r&&importScripts(r),t.input);if(null!=r){try{e={output:JScrewIt.encode(r,t.options)}}catch(t){var e={error:String(t)}}postMessage(e)}};"],{type:A}));try{t()}catch(e){n()}}O?(h.onerror=function(){O.terminate(),O=void 0,n()},h.onload=function(){h.status<400?(m=URL.createObjectURL(h.response),O.postMessage({url:m})):this.onerror()},h.onloadend=function(){("loading"===document.readyState?c:e)()},h.overrideMimeType(A),h.responseType="blob",h.send()):c()}();
|