@nejs/basic-extensions 2.2.1 → 2.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/README.md +143 -65
- package/dist/@nejs/{basic-extensions.bundle.2.2.0.js → basic-extensions.bundle.2.2.1.js} +5 -5
- package/dist/@nejs/basic-extensions.bundle.2.2.1.js.map +7 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/stringextensions.d.ts +13 -0
- package/dist/cjs/stringextensions.js +129 -1
- package/dist/cjs/stringextensions.js.map +1 -1
- package/dist/mjs/index.js +2 -1
- package/dist/mjs/index.js.map +1 -1
- package/dist/mjs/stringextensions.d.ts +13 -0
- package/dist/mjs/stringextensions.js +128 -0
- package/dist/mjs/stringextensions.js.map +1 -1
- package/docs/index.html +618 -175
- package/package.json +2 -2
- package/src/index.js +6 -5
- package/src/stringextensions.js +139 -0
- package/tests/arrayextensions.test.js +54 -0
- package/tests/stringextensions.test.js +60 -0
- package/dist/@nejs/basic-extensions.bundle.2.2.0.js.map +0 -7
package/docs/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset='utf-8'>
|
|
5
|
-
<title>@nejs/basic-extensions 2.2.
|
|
5
|
+
<title>@nejs/basic-extensions 2.2.1 | Documentation</title>
|
|
6
6
|
<meta name='description' content='Basic but commonly used extensions'>
|
|
7
7
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
8
8
|
<link href='assets/bass.css' rel='stylesheet'>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
|
|
16
16
|
<div class='py1 px2'>
|
|
17
17
|
<h3 class='mb0 no-anchor'>@nejs/basic-extensions</h3>
|
|
18
|
-
<div class='mb1'><code>2.2.
|
|
18
|
+
<div class='mb1'><code>2.2.1</code></div>
|
|
19
19
|
<input
|
|
20
20
|
placeholder='Filter'
|
|
21
21
|
id='filter-input'
|
|
@@ -1521,6 +1521,52 @@
|
|
|
1521
1521
|
.isString
|
|
1522
1522
|
</a></li>
|
|
1523
1523
|
|
|
1524
|
+
<li><a
|
|
1525
|
+
href='#stringextensionsparenthesispair'
|
|
1526
|
+
class='regular pre-open'>
|
|
1527
|
+
.parenthesisPair
|
|
1528
|
+
</a></li>
|
|
1529
|
+
|
|
1530
|
+
<li><a
|
|
1531
|
+
href='#stringextensionssquarebracketspair'
|
|
1532
|
+
class='regular pre-open'>
|
|
1533
|
+
.squareBracketsPair
|
|
1534
|
+
</a></li>
|
|
1535
|
+
|
|
1536
|
+
<li><a
|
|
1537
|
+
href='#stringextensionscurlybracketspair'
|
|
1538
|
+
class='regular pre-open'>
|
|
1539
|
+
.curlyBracketsPair
|
|
1540
|
+
</a></li>
|
|
1541
|
+
|
|
1542
|
+
</ul>
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
</div>
|
|
1548
|
+
|
|
1549
|
+
</li>
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
<li><a
|
|
1553
|
+
href='#stringprototypeextensions'
|
|
1554
|
+
class=" toggle-sibling">
|
|
1555
|
+
StringPrototypeExtensions
|
|
1556
|
+
<span class='icon'>▸</span>
|
|
1557
|
+
</a>
|
|
1558
|
+
|
|
1559
|
+
<div class='toggle-target display-none'>
|
|
1560
|
+
|
|
1561
|
+
<ul class='list-reset py1-ul pl1'>
|
|
1562
|
+
<li class='h5'><span>Static members</span></li>
|
|
1563
|
+
|
|
1564
|
+
<li><a
|
|
1565
|
+
href='#stringprototypeextensionsextractsubstring'
|
|
1566
|
+
class='regular pre-open'>
|
|
1567
|
+
.extractSubstring
|
|
1568
|
+
</a></li>
|
|
1569
|
+
|
|
1524
1570
|
</ul>
|
|
1525
1571
|
|
|
1526
1572
|
|
|
@@ -1600,7 +1646,7 @@
|
|
|
1600
1646
|
</h3>
|
|
1601
1647
|
|
|
1602
1648
|
|
|
1603
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1649
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/arrayextensions.js#L11-L74'>
|
|
1604
1650
|
<span>src/arrayextensions.js</span>
|
|
1605
1651
|
</a>
|
|
1606
1652
|
|
|
@@ -1655,7 +1701,7 @@ operations on arrays and makes code more expressive and concise.</p>
|
|
|
1655
1701
|
<div class='clearfix'>
|
|
1656
1702
|
|
|
1657
1703
|
|
|
1658
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1704
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/arrayextensions.js#L21-L23'>
|
|
1659
1705
|
<span>src/arrayextensions.js</span>
|
|
1660
1706
|
</a>
|
|
1661
1707
|
|
|
@@ -1738,7 +1784,7 @@ the array element in order to return true.
|
|
|
1738
1784
|
<div class='clearfix'>
|
|
1739
1785
|
|
|
1740
1786
|
|
|
1741
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1787
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/arrayextensions.js#L34-L45'>
|
|
1742
1788
|
<span>src/arrayextensions.js</span>
|
|
1743
1789
|
</a>
|
|
1744
1790
|
|
|
@@ -1825,7 +1871,7 @@ being the index, the second being the value, is returned.
|
|
|
1825
1871
|
<div class='clearfix'>
|
|
1826
1872
|
|
|
1827
1873
|
|
|
1828
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1874
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/arrayextensions.js#L56-L58'>
|
|
1829
1875
|
<span>src/arrayextensions.js</span>
|
|
1830
1876
|
</a>
|
|
1831
1877
|
|
|
@@ -1897,7 +1943,7 @@ is empty.
|
|
|
1897
1943
|
<div class='clearfix'>
|
|
1898
1944
|
|
|
1899
1945
|
|
|
1900
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1946
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/arrayextensions.js#L70-L72'>
|
|
1901
1947
|
<span>src/arrayextensions.js</span>
|
|
1902
1948
|
</a>
|
|
1903
1949
|
|
|
@@ -1980,7 +2026,7 @@ array is empty.
|
|
|
1980
2026
|
</h3>
|
|
1981
2027
|
|
|
1982
2028
|
|
|
1983
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2029
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L15-L134'>
|
|
1984
2030
|
<span>src/functionextensions.js</span>
|
|
1985
2031
|
</a>
|
|
1986
2032
|
|
|
@@ -2036,7 +2082,7 @@ capabilities of function handling and introspection in JavaScript.</p>
|
|
|
2036
2082
|
<div class='clearfix'>
|
|
2037
2083
|
|
|
2038
2084
|
|
|
2039
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2085
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L26-L32'>
|
|
2040
2086
|
<span>src/functionextensions.js</span>
|
|
2041
2087
|
</a>
|
|
2042
2088
|
|
|
@@ -2124,7 +2170,7 @@ otherwise
|
|
|
2124
2170
|
<div class='clearfix'>
|
|
2125
2171
|
|
|
2126
2172
|
|
|
2127
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2173
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L42-L49'>
|
|
2128
2174
|
<span>src/functionextensions.js</span>
|
|
2129
2175
|
</a>
|
|
2130
2176
|
|
|
@@ -2211,7 +2257,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2211
2257
|
<div class='clearfix'>
|
|
2212
2258
|
|
|
2213
2259
|
|
|
2214
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2260
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L61-L68'>
|
|
2215
2261
|
<span>src/functionextensions.js</span>
|
|
2216
2262
|
</a>
|
|
2217
2263
|
|
|
@@ -2299,7 +2345,7 @@ otherwise
|
|
|
2299
2345
|
<div class='clearfix'>
|
|
2300
2346
|
|
|
2301
2347
|
|
|
2302
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2348
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L83-L89'>
|
|
2303
2349
|
<span>src/functionextensions.js</span>
|
|
2304
2350
|
</a>
|
|
2305
2351
|
|
|
@@ -2392,7 +2438,7 @@ string representation and do not have their own
|
|
|
2392
2438
|
<div class='clearfix'>
|
|
2393
2439
|
|
|
2394
2440
|
|
|
2395
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2441
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L101-L103'>
|
|
2396
2442
|
<span>src/functionextensions.js</span>
|
|
2397
2443
|
</a>
|
|
2398
2444
|
|
|
@@ -2480,7 +2526,7 @@ other function types in JavaScript.</p>
|
|
|
2480
2526
|
<div class='clearfix'>
|
|
2481
2527
|
|
|
2482
2528
|
|
|
2483
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2529
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L114-L116'>
|
|
2484
2530
|
<span>src/functionextensions.js</span>
|
|
2485
2531
|
</a>
|
|
2486
2532
|
|
|
@@ -2567,7 +2613,7 @@ otherwise
|
|
|
2567
2613
|
<div class='clearfix'>
|
|
2568
2614
|
|
|
2569
2615
|
|
|
2570
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2616
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L126-L133'>
|
|
2571
2617
|
<span>src/functionextensions.js</span>
|
|
2572
2618
|
</a>
|
|
2573
2619
|
|
|
@@ -2664,7 +2710,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
2664
2710
|
</h3>
|
|
2665
2711
|
|
|
2666
2712
|
|
|
2667
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2713
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L146-L148'>
|
|
2668
2714
|
<span>src/functionextensions.js</span>
|
|
2669
2715
|
</a>
|
|
2670
2716
|
|
|
@@ -2734,7 +2780,7 @@ otherwise
|
|
|
2734
2780
|
</h3>
|
|
2735
2781
|
|
|
2736
2782
|
|
|
2737
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2783
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L156-L158'>
|
|
2738
2784
|
<span>src/functionextensions.js</span>
|
|
2739
2785
|
</a>
|
|
2740
2786
|
|
|
@@ -2800,7 +2846,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2800
2846
|
</h3>
|
|
2801
2847
|
|
|
2802
2848
|
|
|
2803
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2849
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L169-L171'>
|
|
2804
2850
|
<span>src/functionextensions.js</span>
|
|
2805
2851
|
</a>
|
|
2806
2852
|
|
|
@@ -2870,7 +2916,7 @@ otherwise
|
|
|
2870
2916
|
</h3>
|
|
2871
2917
|
|
|
2872
2918
|
|
|
2873
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2919
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L185-L187'>
|
|
2874
2920
|
<span>src/functionextensions.js</span>
|
|
2875
2921
|
</a>
|
|
2876
2922
|
|
|
@@ -2945,7 +2991,7 @@ string representation and do not have their own
|
|
|
2945
2991
|
</h3>
|
|
2946
2992
|
|
|
2947
2993
|
|
|
2948
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2994
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L198-L200'>
|
|
2949
2995
|
<span>src/functionextensions.js</span>
|
|
2950
2996
|
</a>
|
|
2951
2997
|
|
|
@@ -3015,7 +3061,7 @@ other function types in JavaScript.</p>
|
|
|
3015
3061
|
</h3>
|
|
3016
3062
|
|
|
3017
3063
|
|
|
3018
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3064
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L210-L212'>
|
|
3019
3065
|
<span>src/functionextensions.js</span>
|
|
3020
3066
|
</a>
|
|
3021
3067
|
|
|
@@ -3084,7 +3130,7 @@ otherwise
|
|
|
3084
3130
|
</h3>
|
|
3085
3131
|
|
|
3086
3132
|
|
|
3087
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3133
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/functionextensions.js#L220-L222'>
|
|
3088
3134
|
<span>src/functionextensions.js</span>
|
|
3089
3135
|
</a>
|
|
3090
3136
|
|
|
@@ -3150,7 +3196,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
3150
3196
|
</h3>
|
|
3151
3197
|
|
|
3152
3198
|
|
|
3153
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3199
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L25-L55'>
|
|
3154
3200
|
<span>src/globals.js</span>
|
|
3155
3201
|
</a>
|
|
3156
3202
|
|
|
@@ -3271,7 +3317,7 @@ nor a prototype could be derived from the provided prototype parameter.
|
|
|
3271
3317
|
</h3>
|
|
3272
3318
|
|
|
3273
3319
|
|
|
3274
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3320
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L72-L82'>
|
|
3275
3321
|
<span>src/globals.js</span>
|
|
3276
3322
|
</a>
|
|
3277
3323
|
|
|
@@ -3373,7 +3419,7 @@ doesn't have the specified stringKey property.
|
|
|
3373
3419
|
</h3>
|
|
3374
3420
|
|
|
3375
3421
|
|
|
3376
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3422
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L97-L107'>
|
|
3377
3423
|
<span>src/globals.js</span>
|
|
3378
3424
|
</a>
|
|
3379
3425
|
|
|
@@ -3472,7 +3518,7 @@ doesn't have the specified numberKey property.
|
|
|
3472
3518
|
</h3>
|
|
3473
3519
|
|
|
3474
3520
|
|
|
3475
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3521
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L117-L143'>
|
|
3476
3522
|
<span>src/globals.js</span>
|
|
3477
3523
|
</a>
|
|
3478
3524
|
|
|
@@ -3592,7 +3638,7 @@ targetKey, and toPrimitive function.
|
|
|
3592
3638
|
</h3>
|
|
3593
3639
|
|
|
3594
3640
|
|
|
3595
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3641
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L154-L169'>
|
|
3596
3642
|
<span>src/globals.js</span>
|
|
3597
3643
|
</a>
|
|
3598
3644
|
|
|
@@ -3679,7 +3725,7 @@ representation.
|
|
|
3679
3725
|
</h3>
|
|
3680
3726
|
|
|
3681
3727
|
|
|
3682
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3728
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/globals.js#L180-L195'>
|
|
3683
3729
|
<span>src/globals.js</span>
|
|
3684
3730
|
</a>
|
|
3685
3731
|
|
|
@@ -3766,7 +3812,7 @@ representation.
|
|
|
3766
3812
|
</h3>
|
|
3767
3813
|
|
|
3768
3814
|
|
|
3769
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3815
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/mapextensions.js#L18-L29'>
|
|
3770
3816
|
<span>src/mapextensions.js</span>
|
|
3771
3817
|
</a>
|
|
3772
3818
|
|
|
@@ -3859,7 +3905,7 @@ found, it is returned. If no matching key is found, null is returned.
|
|
|
3859
3905
|
</h3>
|
|
3860
3906
|
|
|
3861
3907
|
|
|
3862
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3908
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L11-L97'>
|
|
3863
3909
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3864
3910
|
</a>
|
|
3865
3911
|
|
|
@@ -3939,7 +3985,7 @@ argument is not an iterable or an async generator function.
|
|
|
3939
3985
|
<div class='clearfix'>
|
|
3940
3986
|
|
|
3941
3987
|
|
|
3942
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3988
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L93-L96'>
|
|
3943
3989
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3944
3990
|
</a>
|
|
3945
3991
|
|
|
@@ -4034,7 +4080,7 @@ implemented using an async generator function, false otherwise.
|
|
|
4034
4080
|
<div class='clearfix'>
|
|
4035
4081
|
|
|
4036
4082
|
|
|
4037
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4083
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L61-L67'>
|
|
4038
4084
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4039
4085
|
</a>
|
|
4040
4086
|
|
|
@@ -4105,7 +4151,7 @@ a Promise.
|
|
|
4105
4151
|
<div class='clearfix'>
|
|
4106
4152
|
|
|
4107
4153
|
|
|
4108
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4154
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L75-L77'>
|
|
4109
4155
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4110
4156
|
</a>
|
|
4111
4157
|
|
|
@@ -4180,7 +4226,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4180
4226
|
</h3>
|
|
4181
4227
|
|
|
4182
4228
|
|
|
4183
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4229
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L105-L220'>
|
|
4184
4230
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4185
4231
|
</a>
|
|
4186
4232
|
|
|
@@ -4253,7 +4299,7 @@ async generator function itself.
|
|
|
4253
4299
|
<div class='clearfix'>
|
|
4254
4300
|
|
|
4255
4301
|
|
|
4256
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4302
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L138-L146'>
|
|
4257
4303
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4258
4304
|
</a>
|
|
4259
4305
|
|
|
@@ -4324,7 +4370,7 @@ loop.
|
|
|
4324
4370
|
<div class='clearfix'>
|
|
4325
4371
|
|
|
4326
4372
|
|
|
4327
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4373
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L154-L156'>
|
|
4328
4374
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4329
4375
|
</a>
|
|
4330
4376
|
|
|
@@ -4392,7 +4438,7 @@ created this instance.</p>
|
|
|
4392
4438
|
<div class='clearfix'>
|
|
4393
4439
|
|
|
4394
4440
|
|
|
4395
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4441
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L165-L172'>
|
|
4396
4442
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4397
4443
|
</a>
|
|
4398
4444
|
|
|
@@ -4460,7 +4506,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
4460
4506
|
<div class='clearfix'>
|
|
4461
4507
|
|
|
4462
4508
|
|
|
4463
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4509
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L178-L180'>
|
|
4464
4510
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4465
4511
|
</a>
|
|
4466
4512
|
|
|
@@ -4519,7 +4565,7 @@ iterated over again.</p>
|
|
|
4519
4565
|
<div class='clearfix'>
|
|
4520
4566
|
|
|
4521
4567
|
|
|
4522
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4568
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L190-L192'>
|
|
4523
4569
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4524
4570
|
</a>
|
|
4525
4571
|
|
|
@@ -4588,7 +4634,7 @@ conforming to the expected JavaScript AsyncIterator interface
|
|
|
4588
4634
|
<div class='clearfix'>
|
|
4589
4635
|
|
|
4590
4636
|
|
|
4591
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4637
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/asyncIterable.js#L200-L202'>
|
|
4592
4638
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4593
4639
|
</a>
|
|
4594
4640
|
|
|
@@ -4663,7 +4709,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4663
4709
|
</h3>
|
|
4664
4710
|
|
|
4665
4711
|
|
|
4666
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4712
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L24-L251'>
|
|
4667
4713
|
<span>src/newClasses/deferred.js</span>
|
|
4668
4714
|
</a>
|
|
4669
4715
|
|
|
@@ -4751,7 +4797,7 @@ resolve or reject the deferred created here.
|
|
|
4751
4797
|
<div class='clearfix'>
|
|
4752
4798
|
|
|
4753
4799
|
|
|
4754
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4800
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L236-L250'>
|
|
4755
4801
|
<span>src/newClasses/deferred.js</span>
|
|
4756
4802
|
</a>
|
|
4757
4803
|
|
|
@@ -4830,7 +4876,7 @@ be initialized.</p>
|
|
|
4830
4876
|
<div class='clearfix'>
|
|
4831
4877
|
|
|
4832
4878
|
|
|
4833
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4879
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L58-L58'>
|
|
4834
4880
|
<span>src/newClasses/deferred.js</span>
|
|
4835
4881
|
</a>
|
|
4836
4882
|
|
|
@@ -4894,7 +4940,7 @@ passed to that function will be set here as well.</p>
|
|
|
4894
4940
|
<div class='clearfix'>
|
|
4895
4941
|
|
|
4896
4942
|
|
|
4897
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4943
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L66-L66'>
|
|
4898
4944
|
<span>src/newClasses/deferred.js</span>
|
|
4899
4945
|
</a>
|
|
4900
4946
|
|
|
@@ -4958,7 +5004,7 @@ passed to that rejection will also be stored here.</p>
|
|
|
4958
5004
|
<div class='clearfix'>
|
|
4959
5005
|
|
|
4960
5006
|
|
|
4961
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5007
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L183-L185'>
|
|
4962
5008
|
<span>src/newClasses/deferred.js</span>
|
|
4963
5009
|
</a>
|
|
4964
5010
|
|
|
@@ -5033,7 +5079,7 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
5033
5079
|
<div class='clearfix'>
|
|
5034
5080
|
|
|
5035
5081
|
|
|
5036
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5082
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L197-L199'>
|
|
5037
5083
|
<span>src/newClasses/deferred.js</span>
|
|
5038
5084
|
</a>
|
|
5039
5085
|
|
|
@@ -5103,7 +5149,7 @@ the ability to directly resolve or reject it.</p>
|
|
|
5103
5149
|
<div class='clearfix'>
|
|
5104
5150
|
|
|
5105
5151
|
|
|
5106
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5152
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L210-L212'>
|
|
5107
5153
|
<span>src/newClasses/deferred.js</span>
|
|
5108
5154
|
</a>
|
|
5109
5155
|
|
|
@@ -5186,7 +5232,7 @@ with the value. This function behaves the same as Promise.resolve.</p>
|
|
|
5186
5232
|
<div class='clearfix'>
|
|
5187
5233
|
|
|
5188
5234
|
|
|
5189
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5235
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L222-L224'>
|
|
5190
5236
|
<span>src/newClasses/deferred.js</span>
|
|
5191
5237
|
</a>
|
|
5192
5238
|
|
|
@@ -5276,7 +5322,7 @@ reason.</p>
|
|
|
5276
5322
|
</h3>
|
|
5277
5323
|
|
|
5278
5324
|
|
|
5279
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5325
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L32-L32'>
|
|
5280
5326
|
<span>src/newClasses/deferred.js</span>
|
|
5281
5327
|
</a>
|
|
5282
5328
|
|
|
@@ -5337,7 +5383,7 @@ to.</p>
|
|
|
5337
5383
|
</h3>
|
|
5338
5384
|
|
|
5339
5385
|
|
|
5340
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5386
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L41-L41'>
|
|
5341
5387
|
<span>src/newClasses/deferred.js</span>
|
|
5342
5388
|
</a>
|
|
5343
5389
|
|
|
@@ -5398,7 +5444,7 @@ the deferred's promise to be settled.</p>
|
|
|
5398
5444
|
</h3>
|
|
5399
5445
|
|
|
5400
5446
|
|
|
5401
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5447
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L50-L50'>
|
|
5402
5448
|
<span>src/newClasses/deferred.js</span>
|
|
5403
5449
|
</a>
|
|
5404
5450
|
|
|
@@ -5459,7 +5505,7 @@ the deferred's promise to be settled.</p>
|
|
|
5459
5505
|
</h3>
|
|
5460
5506
|
|
|
5461
5507
|
|
|
5462
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5508
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/deferred.js#L75-L75'>
|
|
5463
5509
|
<span>src/newClasses/deferred.js</span>
|
|
5464
5510
|
</a>
|
|
5465
5511
|
|
|
@@ -5520,7 +5566,7 @@ queried using the <a href="Deferred.settled">Deferred.settled</a> getter.</p>
|
|
|
5520
5566
|
</h3>
|
|
5521
5567
|
|
|
5522
5568
|
|
|
5523
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5569
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L24-L24'>
|
|
5524
5570
|
<span>src/newClasses/descriptor.js</span>
|
|
5525
5571
|
</a>
|
|
5526
5572
|
|
|
@@ -5581,7 +5627,7 @@ derived.</p>
|
|
|
5581
5627
|
</h3>
|
|
5582
5628
|
|
|
5583
5629
|
|
|
5584
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5630
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L42-L64'>
|
|
5585
5631
|
<span>src/newClasses/descriptor.js</span>
|
|
5586
5632
|
</a>
|
|
5587
5633
|
|
|
@@ -5685,7 +5731,7 @@ valid.
|
|
|
5685
5731
|
</h3>
|
|
5686
5732
|
|
|
5687
5733
|
|
|
5688
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5734
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L72-L74'>
|
|
5689
5735
|
<span>src/newClasses/descriptor.js</span>
|
|
5690
5736
|
</a>
|
|
5691
5737
|
|
|
@@ -5748,7 +5794,7 @@ a data descriptor
|
|
|
5748
5794
|
</h3>
|
|
5749
5795
|
|
|
5750
5796
|
|
|
5751
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5797
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L82-L84'>
|
|
5752
5798
|
<span>src/newClasses/descriptor.js</span>
|
|
5753
5799
|
</a>
|
|
5754
5800
|
|
|
@@ -5811,7 +5857,7 @@ an accessor descriptor
|
|
|
5811
5857
|
</h3>
|
|
5812
5858
|
|
|
5813
5859
|
|
|
5814
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5860
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L91-L93'>
|
|
5815
5861
|
<span>src/newClasses/descriptor.js</span>
|
|
5816
5862
|
</a>
|
|
5817
5863
|
|
|
@@ -5873,7 +5919,7 @@ an accessor descriptor
|
|
|
5873
5919
|
</h3>
|
|
5874
5920
|
|
|
5875
5921
|
|
|
5876
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5922
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L102-L104'>
|
|
5877
5923
|
<span>src/newClasses/descriptor.js</span>
|
|
5878
5924
|
</a>
|
|
5879
5925
|
|
|
@@ -5937,7 +5983,7 @@ descriptor store is invalid.
|
|
|
5937
5983
|
</h3>
|
|
5938
5984
|
|
|
5939
5985
|
|
|
5940
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5986
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L113-L115'>
|
|
5941
5987
|
<span>src/newClasses/descriptor.js</span>
|
|
5942
5988
|
</a>
|
|
5943
5989
|
|
|
@@ -6011,7 +6057,7 @@ property. If this value is not a
|
|
|
6011
6057
|
</h3>
|
|
6012
6058
|
|
|
6013
6059
|
|
|
6014
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6060
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L124-L126'>
|
|
6015
6061
|
<span>src/newClasses/descriptor.js</span>
|
|
6016
6062
|
</a>
|
|
6017
6063
|
|
|
@@ -6075,7 +6121,7 @@ descriptor store is invalid.
|
|
|
6075
6121
|
</h3>
|
|
6076
6122
|
|
|
6077
6123
|
|
|
6078
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6124
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L135-L137'>
|
|
6079
6125
|
<span>src/newClasses/descriptor.js</span>
|
|
6080
6126
|
</a>
|
|
6081
6127
|
|
|
@@ -6149,7 +6195,7 @@ property. If this value is not a
|
|
|
6149
6195
|
</h3>
|
|
6150
6196
|
|
|
6151
6197
|
|
|
6152
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6198
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L146-L148'>
|
|
6153
6199
|
<span>src/newClasses/descriptor.js</span>
|
|
6154
6200
|
</a>
|
|
6155
6201
|
|
|
@@ -6213,7 +6259,7 @@ descriptor store is invalid.
|
|
|
6213
6259
|
</h3>
|
|
6214
6260
|
|
|
6215
6261
|
|
|
6216
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6262
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L157-L159'>
|
|
6217
6263
|
<span>src/newClasses/descriptor.js</span>
|
|
6218
6264
|
</a>
|
|
6219
6265
|
|
|
@@ -6287,7 +6333,7 @@ property. If this value is not a
|
|
|
6287
6333
|
</h3>
|
|
6288
6334
|
|
|
6289
6335
|
|
|
6290
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6336
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L167-L169'>
|
|
6291
6337
|
<span>src/newClasses/descriptor.js</span>
|
|
6292
6338
|
</a>
|
|
6293
6339
|
|
|
@@ -6350,7 +6396,7 @@ this instance of Descriptor.</p>
|
|
|
6350
6396
|
</h3>
|
|
6351
6397
|
|
|
6352
6398
|
|
|
6353
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6399
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L178-L180'>
|
|
6354
6400
|
<span>src/newClasses/descriptor.js</span>
|
|
6355
6401
|
</a>
|
|
6356
6402
|
|
|
@@ -6422,7 +6468,7 @@ property.
|
|
|
6422
6468
|
</h3>
|
|
6423
6469
|
|
|
6424
6470
|
|
|
6425
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6471
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L190-L192'>
|
|
6426
6472
|
<span>src/newClasses/descriptor.js</span>
|
|
6427
6473
|
</a>
|
|
6428
6474
|
|
|
@@ -6489,7 +6535,7 @@ is undefined.
|
|
|
6489
6535
|
</h3>
|
|
6490
6536
|
|
|
6491
6537
|
|
|
6492
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6538
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L212-L214'>
|
|
6493
6539
|
<span>src/newClasses/descriptor.js</span>
|
|
6494
6540
|
</a>
|
|
6495
6541
|
|
|
@@ -6558,7 +6604,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6558
6604
|
</h3>
|
|
6559
6605
|
|
|
6560
6606
|
|
|
6561
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6607
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L202-L204'>
|
|
6562
6608
|
<span>src/newClasses/descriptor.js</span>
|
|
6563
6609
|
</a>
|
|
6564
6610
|
|
|
@@ -6625,7 +6671,7 @@ getter will be bound the associated and previously set
|
|
|
6625
6671
|
</h3>
|
|
6626
6672
|
|
|
6627
6673
|
|
|
6628
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6674
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L224-L226'>
|
|
6629
6675
|
<span>src/newClasses/descriptor.js</span>
|
|
6630
6676
|
</a>
|
|
6631
6677
|
|
|
@@ -6692,7 +6738,7 @@ is undefined.
|
|
|
6692
6738
|
</h3>
|
|
6693
6739
|
|
|
6694
6740
|
|
|
6695
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6741
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L246-L248'>
|
|
6696
6742
|
<span>src/newClasses/descriptor.js</span>
|
|
6697
6743
|
</a>
|
|
6698
6744
|
|
|
@@ -6761,7 +6807,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6761
6807
|
</h3>
|
|
6762
6808
|
|
|
6763
6809
|
|
|
6764
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6810
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L236-L238'>
|
|
6765
6811
|
<span>src/newClasses/descriptor.js</span>
|
|
6766
6812
|
</a>
|
|
6767
6813
|
|
|
@@ -6828,7 +6874,7 @@ setter will be bound the associated and previously set
|
|
|
6828
6874
|
</h3>
|
|
6829
6875
|
|
|
6830
6876
|
|
|
6831
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6877
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L257-L257'>
|
|
6832
6878
|
<span>src/newClasses/descriptor.js</span>
|
|
6833
6879
|
</a>
|
|
6834
6880
|
|
|
@@ -6897,7 +6943,7 @@ instance of <code>Descriptor</code>.</p>
|
|
|
6897
6943
|
</h3>
|
|
6898
6944
|
|
|
6899
6945
|
|
|
6900
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6946
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L267-L267'>
|
|
6901
6947
|
<span>src/newClasses/descriptor.js</span>
|
|
6902
6948
|
</a>
|
|
6903
6949
|
|
|
@@ -6962,7 +7008,7 @@ if it has not yet been set.
|
|
|
6962
7008
|
</h3>
|
|
6963
7009
|
|
|
6964
7010
|
|
|
6965
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7011
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L276-L276'>
|
|
6966
7012
|
<span>src/newClasses/descriptor.js</span>
|
|
6967
7013
|
</a>
|
|
6968
7014
|
|
|
@@ -7032,7 +7078,7 @@ be associated with.
|
|
|
7032
7078
|
</h3>
|
|
7033
7079
|
|
|
7034
7080
|
|
|
7035
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7081
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L296-L299'>
|
|
7036
7082
|
<span>src/newClasses/descriptor.js</span>
|
|
7037
7083
|
</a>
|
|
7038
7084
|
|
|
@@ -7144,7 +7190,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
7144
7190
|
</h3>
|
|
7145
7191
|
|
|
7146
7192
|
|
|
7147
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7193
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L328-L334'>
|
|
7148
7194
|
<span>src/newClasses/descriptor.js</span>
|
|
7149
7195
|
</a>
|
|
7150
7196
|
|
|
@@ -7232,7 +7278,7 @@ descriptor will abe applied
|
|
|
7232
7278
|
</h3>
|
|
7233
7279
|
|
|
7234
7280
|
|
|
7235
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7281
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L349-L370'>
|
|
7236
7282
|
<span>src/newClasses/descriptor.js</span>
|
|
7237
7283
|
</a>
|
|
7238
7284
|
|
|
@@ -7320,7 +7366,7 @@ a descriptor.
|
|
|
7320
7366
|
</h3>
|
|
7321
7367
|
|
|
7322
7368
|
|
|
7323
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7369
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L379-L404'>
|
|
7324
7370
|
<span>src/newClasses/descriptor.js</span>
|
|
7325
7371
|
</a>
|
|
7326
7372
|
|
|
@@ -7403,7 +7449,7 @@ and its type is returned.
|
|
|
7403
7449
|
</h3>
|
|
7404
7450
|
|
|
7405
7451
|
|
|
7406
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7452
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L412-L414'>
|
|
7407
7453
|
<span>src/newClasses/descriptor.js</span>
|
|
7408
7454
|
</a>
|
|
7409
7455
|
|
|
@@ -7466,7 +7512,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
7466
7512
|
</h3>
|
|
7467
7513
|
|
|
7468
7514
|
|
|
7469
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7515
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L309-L318'>
|
|
7470
7516
|
<span>src/newClasses/descriptor.js</span>
|
|
7471
7517
|
</a>
|
|
7472
7518
|
|
|
@@ -7561,7 +7607,7 @@ object to return a descriptor for.
|
|
|
7561
7607
|
</h3>
|
|
7562
7608
|
|
|
7563
7609
|
|
|
7564
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7610
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L428-L439'>
|
|
7565
7611
|
<span>src/newClasses/descriptor.js</span>
|
|
7566
7612
|
</a>
|
|
7567
7613
|
|
|
@@ -7653,7 +7699,7 @@ a data property.
|
|
|
7653
7699
|
</h3>
|
|
7654
7700
|
|
|
7655
7701
|
|
|
7656
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7702
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L456-L467'>
|
|
7657
7703
|
<span>src/newClasses/descriptor.js</span>
|
|
7658
7704
|
</a>
|
|
7659
7705
|
|
|
@@ -7750,7 +7796,7 @@ returns undefined.
|
|
|
7750
7796
|
</h3>
|
|
7751
7797
|
|
|
7752
7798
|
|
|
7753
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7799
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L484-L489'>
|
|
7754
7800
|
<span>src/newClasses/descriptor.js</span>
|
|
7755
7801
|
</a>
|
|
7756
7802
|
|
|
@@ -7861,7 +7907,7 @@ arguments passed to the
|
|
|
7861
7907
|
</h3>
|
|
7862
7908
|
|
|
7863
7909
|
|
|
7864
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7910
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L506-L517'>
|
|
7865
7911
|
<span>src/newClasses/descriptor.js</span>
|
|
7866
7912
|
</a>
|
|
7867
7913
|
|
|
@@ -7999,7 +8045,7 @@ property.</li>
|
|
|
7999
8045
|
</h3>
|
|
8000
8046
|
|
|
8001
8047
|
|
|
8002
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8048
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L533-L544'>
|
|
8003
8049
|
<span>src/newClasses/descriptor.js</span>
|
|
8004
8050
|
</a>
|
|
8005
8051
|
|
|
@@ -8153,7 +8199,7 @@ changed.
|
|
|
8153
8199
|
</h3>
|
|
8154
8200
|
|
|
8155
8201
|
|
|
8156
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8202
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L557-L565'>
|
|
8157
8203
|
<span>src/newClasses/descriptor.js</span>
|
|
8158
8204
|
</a>
|
|
8159
8205
|
|
|
@@ -8236,7 +8282,7 @@ check if it is a descriptor.
|
|
|
8236
8282
|
</h3>
|
|
8237
8283
|
|
|
8238
8284
|
|
|
8239
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8285
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L580-L599'>
|
|
8240
8286
|
<span>src/newClasses/descriptor.js</span>
|
|
8241
8287
|
</a>
|
|
8242
8288
|
|
|
@@ -8354,7 +8400,7 @@ has any keys that match the
|
|
|
8354
8400
|
</h3>
|
|
8355
8401
|
|
|
8356
8402
|
|
|
8357
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8403
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L612-L631'>
|
|
8358
8404
|
<span>src/newClasses/descriptor.js</span>
|
|
8359
8405
|
</a>
|
|
8360
8406
|
|
|
@@ -8447,7 +8493,7 @@ passed as an argument is an accessor descriptor, and false otherwise.
|
|
|
8447
8493
|
</h3>
|
|
8448
8494
|
|
|
8449
8495
|
|
|
8450
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8496
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L640-L642'>
|
|
8451
8497
|
<span>src/newClasses/descriptor.js</span>
|
|
8452
8498
|
</a>
|
|
8453
8499
|
|
|
@@ -8519,7 +8565,7 @@ configurable</p>
|
|
|
8519
8565
|
</h3>
|
|
8520
8566
|
|
|
8521
8567
|
|
|
8522
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8568
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L651-L653'>
|
|
8523
8569
|
<span>src/newClasses/descriptor.js</span>
|
|
8524
8570
|
</a>
|
|
8525
8571
|
|
|
@@ -8591,7 +8637,7 @@ the
|
|
|
8591
8637
|
</h3>
|
|
8592
8638
|
|
|
8593
8639
|
|
|
8594
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8640
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L662-L664'>
|
|
8595
8641
|
<span>src/newClasses/descriptor.js</span>
|
|
8596
8642
|
</a>
|
|
8597
8643
|
|
|
@@ -8661,7 +8707,7 @@ the arguments
|
|
|
8661
8707
|
</h3>
|
|
8662
8708
|
|
|
8663
8709
|
|
|
8664
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8710
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L672-L674'>
|
|
8665
8711
|
<span>src/newClasses/descriptor.js</span>
|
|
8666
8712
|
</a>
|
|
8667
8713
|
|
|
@@ -8730,7 +8776,7 @@ method with the arguments
|
|
|
8730
8776
|
</h3>
|
|
8731
8777
|
|
|
8732
8778
|
|
|
8733
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8779
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L681-L683'>
|
|
8734
8780
|
<span>src/newClasses/descriptor.js</span>
|
|
8735
8781
|
</a>
|
|
8736
8782
|
|
|
@@ -8792,7 +8838,7 @@ method with the arguments
|
|
|
8792
8838
|
</h3>
|
|
8793
8839
|
|
|
8794
8840
|
|
|
8795
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8841
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L690-L692'>
|
|
8796
8842
|
<span>src/newClasses/descriptor.js</span>
|
|
8797
8843
|
</a>
|
|
8798
8844
|
|
|
@@ -8854,7 +8900,7 @@ method with the arguments
|
|
|
8854
8900
|
</h3>
|
|
8855
8901
|
|
|
8856
8902
|
|
|
8857
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8903
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/descriptor.js#L700-L702'>
|
|
8858
8904
|
<span>src/newClasses/descriptor.js</span>
|
|
8859
8905
|
</a>
|
|
8860
8906
|
|
|
@@ -8917,7 +8963,7 @@ returned.
|
|
|
8917
8963
|
</h3>
|
|
8918
8964
|
|
|
8919
8965
|
|
|
8920
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8966
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L9-L92'>
|
|
8921
8967
|
<span>src/newClasses/iterable.js</span>
|
|
8922
8968
|
</a>
|
|
8923
8969
|
|
|
@@ -8995,7 +9041,7 @@ not an iterable.
|
|
|
8995
9041
|
<div class='clearfix'>
|
|
8996
9042
|
|
|
8997
9043
|
|
|
8998
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9044
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L88-L91'>
|
|
8999
9045
|
<span>src/newClasses/iterable.js</span>
|
|
9000
9046
|
</a>
|
|
9001
9047
|
|
|
@@ -9090,7 +9136,7 @@ using a generator function, false otherwise.
|
|
|
9090
9136
|
<div class='clearfix'>
|
|
9091
9137
|
|
|
9092
9138
|
|
|
9093
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9139
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L48-L52'>
|
|
9094
9140
|
<span>src/newClasses/iterable.js</span>
|
|
9095
9141
|
</a>
|
|
9096
9142
|
|
|
@@ -9158,7 +9204,7 @@ to yield the elements one by one in a synchronous manner.</p>
|
|
|
9158
9204
|
<div class='clearfix'>
|
|
9159
9205
|
|
|
9160
9206
|
|
|
9161
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9207
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L60-L62'>
|
|
9162
9208
|
<span>src/newClasses/iterable.js</span>
|
|
9163
9209
|
</a>
|
|
9164
9210
|
|
|
@@ -9225,7 +9271,7 @@ where array methods and behaviors are needed.</p>
|
|
|
9225
9271
|
<div class='clearfix'>
|
|
9226
9272
|
|
|
9227
9273
|
|
|
9228
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9274
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L70-L72'>
|
|
9229
9275
|
<span>src/newClasses/iterable.js</span>
|
|
9230
9276
|
</a>
|
|
9231
9277
|
|
|
@@ -9300,7 +9346,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9300
9346
|
</h3>
|
|
9301
9347
|
|
|
9302
9348
|
|
|
9303
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9349
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L99-L218'>
|
|
9304
9350
|
<span>src/newClasses/iterable.js</span>
|
|
9305
9351
|
</a>
|
|
9306
9352
|
|
|
@@ -9383,7 +9429,7 @@ takes an entry as input and receives one as output.
|
|
|
9383
9429
|
<div class='clearfix'>
|
|
9384
9430
|
|
|
9385
9431
|
|
|
9386
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9432
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L135-L137'>
|
|
9387
9433
|
<span>src/newClasses/iterable.js</span>
|
|
9388
9434
|
</a>
|
|
9389
9435
|
|
|
@@ -9454,7 +9500,7 @@ iterable. The method is generated from
|
|
|
9454
9500
|
<div class='clearfix'>
|
|
9455
9501
|
|
|
9456
9502
|
|
|
9457
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9503
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L145-L147'>
|
|
9458
9504
|
<span>src/newClasses/iterable.js</span>
|
|
9459
9505
|
</a>
|
|
9460
9506
|
|
|
@@ -9522,7 +9568,7 @@ created this instance.</p>
|
|
|
9522
9568
|
<div class='clearfix'>
|
|
9523
9569
|
|
|
9524
9570
|
|
|
9525
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9571
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L156-L170'>
|
|
9526
9572
|
<span>src/newClasses/iterable.js</span>
|
|
9527
9573
|
</a>
|
|
9528
9574
|
|
|
@@ -9590,7 +9636,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
9590
9636
|
<div class='clearfix'>
|
|
9591
9637
|
|
|
9592
9638
|
|
|
9593
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9639
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L176-L178'>
|
|
9594
9640
|
<span>src/newClasses/iterable.js</span>
|
|
9595
9641
|
</a>
|
|
9596
9642
|
|
|
@@ -9649,7 +9695,7 @@ iterated over again.</p>
|
|
|
9649
9695
|
<div class='clearfix'>
|
|
9650
9696
|
|
|
9651
9697
|
|
|
9652
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9698
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L188-L190'>
|
|
9653
9699
|
<span>src/newClasses/iterable.js</span>
|
|
9654
9700
|
</a>
|
|
9655
9701
|
|
|
@@ -9718,7 +9764,7 @@ conforming to the expected JavaScript Iterator interface
|
|
|
9718
9764
|
<div class='clearfix'>
|
|
9719
9765
|
|
|
9720
9766
|
|
|
9721
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9767
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L198-L200'>
|
|
9722
9768
|
<span>src/newClasses/iterable.js</span>
|
|
9723
9769
|
</a>
|
|
9724
9770
|
|
|
@@ -9793,7 +9839,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9793
9839
|
</h3>
|
|
9794
9840
|
|
|
9795
9841
|
|
|
9796
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9842
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/iterable.js#L106-L106'>
|
|
9797
9843
|
<span>src/newClasses/iterable.js</span>
|
|
9798
9844
|
</a>
|
|
9799
9845
|
|
|
@@ -9850,7 +9896,7 @@ they are returned to the called code.</p>
|
|
|
9850
9896
|
</h3>
|
|
9851
9897
|
|
|
9852
9898
|
|
|
9853
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9899
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L23-L481'>
|
|
9854
9900
|
<span>src/newClasses/refmap.js</span>
|
|
9855
9901
|
</a>
|
|
9856
9902
|
|
|
@@ -9928,7 +9974,7 @@ maintain strong references to their elements.</p>
|
|
|
9928
9974
|
<div class='clearfix'>
|
|
9929
9975
|
|
|
9930
9976
|
|
|
9931
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9977
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L46-L49'>
|
|
9932
9978
|
<span>src/newClasses/refmap.js</span>
|
|
9933
9979
|
</a>
|
|
9934
9980
|
|
|
@@ -10013,7 +10059,7 @@ objectification.
|
|
|
10013
10059
|
<div class='clearfix'>
|
|
10014
10060
|
|
|
10015
10061
|
|
|
10016
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10062
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L58-L69'>
|
|
10017
10063
|
<span>src/newClasses/refmap.js</span>
|
|
10018
10064
|
</a>
|
|
10019
10065
|
|
|
@@ -10085,7 +10131,7 @@ object, handling invalid keys by converting them to strings.</p>
|
|
|
10085
10131
|
<div class='clearfix'>
|
|
10086
10132
|
|
|
10087
10133
|
|
|
10088
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10134
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L79-L81'>
|
|
10089
10135
|
<span>src/newClasses/refmap.js</span>
|
|
10090
10136
|
</a>
|
|
10091
10137
|
|
|
@@ -10154,7 +10200,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
10154
10200
|
<div class='clearfix'>
|
|
10155
10201
|
|
|
10156
10202
|
|
|
10157
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10203
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L118-L120'>
|
|
10158
10204
|
<span>src/newClasses/refmap.js</span>
|
|
10159
10205
|
</a>
|
|
10160
10206
|
|
|
@@ -10229,7 +10275,7 @@ object. If true, and if possible, the object will be turned into an
|
|
|
10229
10275
|
<div class='clearfix'>
|
|
10230
10276
|
|
|
10231
10277
|
|
|
10232
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10278
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L100-L108'>
|
|
10233
10279
|
<span>src/newClasses/refmap.js</span>
|
|
10234
10280
|
</a>
|
|
10235
10281
|
|
|
@@ -10329,7 +10375,7 @@ returns null), then the defaultValue is returned.
|
|
|
10329
10375
|
<div class='clearfix'>
|
|
10330
10376
|
|
|
10331
10377
|
|
|
10332
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10378
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L134-L166'>
|
|
10333
10379
|
<span>src/newClasses/refmap.js</span>
|
|
10334
10380
|
</a>
|
|
10335
10381
|
|
|
@@ -10427,7 +10473,7 @@ primitives to their object variants will be made. These are <code>numbers</code>
|
|
|
10427
10473
|
<div class='clearfix'>
|
|
10428
10474
|
|
|
10429
10475
|
|
|
10430
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10476
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L178-L201'>
|
|
10431
10477
|
<span>src/newClasses/refmap.js</span>
|
|
10432
10478
|
</a>
|
|
10433
10479
|
|
|
@@ -10528,7 +10574,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10528
10574
|
<div class='clearfix'>
|
|
10529
10575
|
|
|
10530
10576
|
|
|
10531
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10577
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L209-L217'>
|
|
10532
10578
|
<span>src/newClasses/refmap.js</span>
|
|
10533
10579
|
</a>
|
|
10534
10580
|
|
|
@@ -10595,7 +10641,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10595
10641
|
<div class='clearfix'>
|
|
10596
10642
|
|
|
10597
10643
|
|
|
10598
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10644
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L231-L245'>
|
|
10599
10645
|
<span>src/newClasses/refmap.js</span>
|
|
10600
10646
|
</a>
|
|
10601
10647
|
|
|
@@ -10686,7 +10732,7 @@ the RefMap itself.
|
|
|
10686
10732
|
<div class='clearfix'>
|
|
10687
10733
|
|
|
10688
10734
|
|
|
10689
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10735
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L260-L270'>
|
|
10690
10736
|
<span>src/newClasses/refmap.js</span>
|
|
10691
10737
|
</a>
|
|
10692
10738
|
|
|
@@ -10780,7 +10826,7 @@ to be applied if the
|
|
|
10780
10826
|
<div class='clearfix'>
|
|
10781
10827
|
|
|
10782
10828
|
|
|
10783
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10829
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L282-L287'>
|
|
10784
10830
|
<span>src/newClasses/refmap.js</span>
|
|
10785
10831
|
</a>
|
|
10786
10832
|
|
|
@@ -10851,7 +10897,7 @@ they are skipped).</p>
|
|
|
10851
10897
|
<div class='clearfix'>
|
|
10852
10898
|
|
|
10853
10899
|
|
|
10854
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10900
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L307-L326'>
|
|
10855
10901
|
<span>src/newClasses/refmap.js</span>
|
|
10856
10902
|
</a>
|
|
10857
10903
|
|
|
@@ -10959,7 +11005,7 @@ in the RefMap, false otherwise.
|
|
|
10959
11005
|
<div class='clearfix'>
|
|
10960
11006
|
|
|
10961
11007
|
|
|
10962
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11008
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L348-L358'>
|
|
10963
11009
|
<span>src/newClasses/refmap.js</span>
|
|
10964
11010
|
</a>
|
|
10965
11011
|
|
|
@@ -11079,7 +11125,7 @@ entries
|
|
|
11079
11125
|
<div class='clearfix'>
|
|
11080
11126
|
|
|
11081
11127
|
|
|
11082
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11128
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L388-L403'>
|
|
11083
11129
|
<span>src/newClasses/refmap.js</span>
|
|
11084
11130
|
</a>
|
|
11085
11131
|
|
|
@@ -11212,7 +11258,7 @@ it returns
|
|
|
11212
11258
|
<div class='clearfix'>
|
|
11213
11259
|
|
|
11214
11260
|
|
|
11215
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11261
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L424-L458'>
|
|
11216
11262
|
<span>src/newClasses/refmap.js</span>
|
|
11217
11263
|
</a>
|
|
11218
11264
|
|
|
@@ -11349,7 +11395,7 @@ the result of the
|
|
|
11349
11395
|
<div class='clearfix'>
|
|
11350
11396
|
|
|
11351
11397
|
|
|
11352
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11398
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L466-L470'>
|
|
11353
11399
|
<span>src/newClasses/refmap.js</span>
|
|
11354
11400
|
</a>
|
|
11355
11401
|
|
|
@@ -11416,7 +11462,7 @@ dereferencing any weak references.</p>
|
|
|
11416
11462
|
<div class='clearfix'>
|
|
11417
11463
|
|
|
11418
11464
|
|
|
11419
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11465
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refmap.js#L478-L480'>
|
|
11420
11466
|
<span>src/newClasses/refmap.js</span>
|
|
11421
11467
|
</a>
|
|
11422
11468
|
|
|
@@ -11491,7 +11537,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
11491
11537
|
</h3>
|
|
11492
11538
|
|
|
11493
11539
|
|
|
11494
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11540
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L15-L425'>
|
|
11495
11541
|
<span>src/newClasses/refset.js</span>
|
|
11496
11542
|
</a>
|
|
11497
11543
|
|
|
@@ -11556,7 +11602,7 @@ maintain strong references to their elements.</p>
|
|
|
11556
11602
|
<div class='clearfix'>
|
|
11557
11603
|
|
|
11558
11604
|
|
|
11559
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11605
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L34-L37'>
|
|
11560
11606
|
<span>src/newClasses/refset.js</span>
|
|
11561
11607
|
</a>
|
|
11562
11608
|
|
|
@@ -11641,7 +11687,7 @@ objectification.
|
|
|
11641
11687
|
<div class='clearfix'>
|
|
11642
11688
|
|
|
11643
11689
|
|
|
11644
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11690
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L47-L49'>
|
|
11645
11691
|
<span>src/newClasses/refset.js</span>
|
|
11646
11692
|
</a>
|
|
11647
11693
|
|
|
@@ -11710,7 +11756,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
11710
11756
|
<div class='clearfix'>
|
|
11711
11757
|
|
|
11712
11758
|
|
|
11713
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11759
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L60-L62'>
|
|
11714
11760
|
<span>src/newClasses/refset.js</span>
|
|
11715
11761
|
</a>
|
|
11716
11762
|
|
|
@@ -11786,7 +11832,7 @@ comparison in the <code>.has()</code> method (i.e. <code>==</code> instead of <c
|
|
|
11786
11832
|
<div class='clearfix'>
|
|
11787
11833
|
|
|
11788
11834
|
|
|
11789
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11835
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L74-L102'>
|
|
11790
11836
|
<span>src/newClasses/refset.js</span>
|
|
11791
11837
|
</a>
|
|
11792
11838
|
|
|
@@ -11870,7 +11916,7 @@ made. These are numbers, strings, boolean values and big integers.</p>
|
|
|
11870
11916
|
<div class='clearfix'>
|
|
11871
11917
|
|
|
11872
11918
|
|
|
11873
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11919
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L113-L125'>
|
|
11874
11920
|
<span>src/newClasses/refset.js</span>
|
|
11875
11921
|
</a>
|
|
11876
11922
|
|
|
@@ -11953,7 +11999,7 @@ to the criteria of that function.</p>
|
|
|
11953
11999
|
<div class='clearfix'>
|
|
11954
12000
|
|
|
11955
12001
|
|
|
11956
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12002
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L133-L141'>
|
|
11957
12003
|
<span>src/newClasses/refset.js</span>
|
|
11958
12004
|
</a>
|
|
11959
12005
|
|
|
@@ -12020,7 +12066,7 @@ to the criteria of that function.</p>
|
|
|
12020
12066
|
<div class='clearfix'>
|
|
12021
12067
|
|
|
12022
12068
|
|
|
12023
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12069
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L155-L161'>
|
|
12024
12070
|
<span>src/newClasses/refset.js</span>
|
|
12025
12071
|
</a>
|
|
12026
12072
|
|
|
@@ -12111,7 +12157,7 @@ the RefSet itself.
|
|
|
12111
12157
|
<div class='clearfix'>
|
|
12112
12158
|
|
|
12113
12159
|
|
|
12114
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12160
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L176-L188'>
|
|
12115
12161
|
<span>src/newClasses/refset.js</span>
|
|
12116
12162
|
</a>
|
|
12117
12163
|
|
|
@@ -12205,7 +12251,7 @@ to be applied if the
|
|
|
12205
12251
|
<div class='clearfix'>
|
|
12206
12252
|
|
|
12207
12253
|
|
|
12208
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12254
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L200-L212'>
|
|
12209
12255
|
<span>src/newClasses/refset.js</span>
|
|
12210
12256
|
</a>
|
|
12211
12257
|
|
|
@@ -12276,7 +12322,7 @@ they are skipped).</p>
|
|
|
12276
12322
|
<div class='clearfix'>
|
|
12277
12323
|
|
|
12278
12324
|
|
|
12279
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12325
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L223-L225'>
|
|
12280
12326
|
<span>src/newClasses/refset.js</span>
|
|
12281
12327
|
</a>
|
|
12282
12328
|
|
|
@@ -12346,7 +12392,7 @@ between keys and values.</p>
|
|
|
12346
12392
|
<div class='clearfix'>
|
|
12347
12393
|
|
|
12348
12394
|
|
|
12349
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12395
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L240-L252'>
|
|
12350
12396
|
<span>src/newClasses/refset.js</span>
|
|
12351
12397
|
</a>
|
|
12352
12398
|
|
|
@@ -12432,7 +12478,7 @@ in the RefSet, false otherwise.
|
|
|
12432
12478
|
<div class='clearfix'>
|
|
12433
12479
|
|
|
12434
12480
|
|
|
12435
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12481
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L265-L272'>
|
|
12436
12482
|
<span>src/newClasses/refset.js</span>
|
|
12437
12483
|
</a>
|
|
12438
12484
|
|
|
@@ -12517,7 +12563,7 @@ general-purpose.</p>
|
|
|
12517
12563
|
<div class='clearfix'>
|
|
12518
12564
|
|
|
12519
12565
|
|
|
12520
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12566
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L288-L304'>
|
|
12521
12567
|
<span>src/newClasses/refset.js</span>
|
|
12522
12568
|
</a>
|
|
12523
12569
|
|
|
@@ -12617,7 +12663,7 @@ The function receives the dereferenced value.
|
|
|
12617
12663
|
<div class='clearfix'>
|
|
12618
12664
|
|
|
12619
12665
|
|
|
12620
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12666
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L319-L333'>
|
|
12621
12667
|
<span>src/newClasses/refset.js</span>
|
|
12622
12668
|
</a>
|
|
12623
12669
|
|
|
@@ -12717,7 +12763,7 @@ the testing function, or undefined if none found.
|
|
|
12717
12763
|
<div class='clearfix'>
|
|
12718
12764
|
|
|
12719
12765
|
|
|
12720
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12766
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L354-L398'>
|
|
12721
12767
|
<span>src/newClasses/refset.js</span>
|
|
12722
12768
|
</a>
|
|
12723
12769
|
|
|
@@ -12854,7 +12900,7 @@ the result of the
|
|
|
12854
12900
|
<div class='clearfix'>
|
|
12855
12901
|
|
|
12856
12902
|
|
|
12857
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12903
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/newClasses/refset.js#L406-L408'>
|
|
12858
12904
|
<span>src/newClasses/refset.js</span>
|
|
12859
12905
|
</a>
|
|
12860
12906
|
|
|
@@ -12929,7 +12975,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
12929
12975
|
</h3>
|
|
12930
12976
|
|
|
12931
12977
|
|
|
12932
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12978
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L11-L201'>
|
|
12933
12979
|
<span>src/objectextensions.js</span>
|
|
12934
12980
|
</a>
|
|
12935
12981
|
|
|
@@ -12984,7 +13030,7 @@ with additional utility functions.</p>
|
|
|
12984
13030
|
<div class='clearfix'>
|
|
12985
13031
|
|
|
12986
13032
|
|
|
12987
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13033
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L20-L22'>
|
|
12988
13034
|
<span>src/objectextensions.js</span>
|
|
12989
13035
|
</a>
|
|
12990
13036
|
|
|
@@ -13073,7 +13119,7 @@ and
|
|
|
13073
13119
|
<div class='clearfix'>
|
|
13074
13120
|
|
|
13075
13121
|
|
|
13076
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13122
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L32-L34'>
|
|
13077
13123
|
<span>src/objectextensions.js</span>
|
|
13078
13124
|
</a>
|
|
13079
13125
|
|
|
@@ -13157,7 +13203,7 @@ appropriate symbol defined.</p>
|
|
|
13157
13203
|
<div class='clearfix'>
|
|
13158
13204
|
|
|
13159
13205
|
|
|
13160
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13206
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L49-L63'>
|
|
13161
13207
|
<span>src/objectextensions.js</span>
|
|
13162
13208
|
</a>
|
|
13163
13209
|
|
|
@@ -13255,7 +13301,7 @@ returned whenever a supplied object does not have a
|
|
|
13255
13301
|
<div class='clearfix'>
|
|
13256
13302
|
|
|
13257
13303
|
|
|
13258
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13304
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L85-L94'>
|
|
13259
13305
|
<span>src/objectextensions.js</span>
|
|
13260
13306
|
</a>
|
|
13261
13307
|
|
|
@@ -13372,7 +13418,7 @@ available in the
|
|
|
13372
13418
|
<div class='clearfix'>
|
|
13373
13419
|
|
|
13374
13420
|
|
|
13375
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13421
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L106-L108'>
|
|
13376
13422
|
<span>src/objectextensions.js</span>
|
|
13377
13423
|
</a>
|
|
13378
13424
|
|
|
@@ -13460,7 +13506,7 @@ otherwise
|
|
|
13460
13506
|
<div class='clearfix'>
|
|
13461
13507
|
|
|
13462
13508
|
|
|
13463
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13509
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L117-L136'>
|
|
13464
13510
|
<span>src/objectextensions.js</span>
|
|
13465
13511
|
</a>
|
|
13466
13512
|
|
|
@@ -13541,7 +13587,7 @@ false otherwise.
|
|
|
13541
13587
|
<div class='clearfix'>
|
|
13542
13588
|
|
|
13543
13589
|
|
|
13544
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13590
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L148-L150'>
|
|
13545
13591
|
<span>src/objectextensions.js</span>
|
|
13546
13592
|
</a>
|
|
13547
13593
|
|
|
@@ -13629,7 +13675,7 @@ getting object properties.</p>
|
|
|
13629
13675
|
<div class='clearfix'>
|
|
13630
13676
|
|
|
13631
13677
|
|
|
13632
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13678
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L166-L200'>
|
|
13633
13679
|
<span>src/objectextensions.js</span>
|
|
13634
13680
|
</a>
|
|
13635
13681
|
|
|
@@ -13748,7 +13794,7 @@ specified in the
|
|
|
13748
13794
|
</h3>
|
|
13749
13795
|
|
|
13750
13796
|
|
|
13751
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13797
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/objectextensions.js#L218-L220'>
|
|
13752
13798
|
<span>src/objectextensions.js</span>
|
|
13753
13799
|
</a>
|
|
13754
13800
|
|
|
@@ -13845,7 +13891,7 @@ specified in the
|
|
|
13845
13891
|
</h3>
|
|
13846
13892
|
|
|
13847
13893
|
|
|
13848
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13894
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L18-L118'>
|
|
13849
13895
|
<span>src/reflectextensions.js</span>
|
|
13850
13896
|
</a>
|
|
13851
13897
|
|
|
@@ -13904,7 +13950,7 @@ JavaScript.</p>
|
|
|
13904
13950
|
<div class='clearfix'>
|
|
13905
13951
|
|
|
13906
13952
|
|
|
13907
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13953
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L29-L34'>
|
|
13908
13954
|
<span>src/reflectextensions.js</span>
|
|
13909
13955
|
</a>
|
|
13910
13956
|
|
|
@@ -14000,7 +14046,7 @@ to receive multiple keys as arguments.
|
|
|
14000
14046
|
<div class='clearfix'>
|
|
14001
14047
|
|
|
14002
14048
|
|
|
14003
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14049
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L46-L60'>
|
|
14004
14050
|
<span>src/reflectextensions.js</span>
|
|
14005
14051
|
</a>
|
|
14006
14052
|
|
|
@@ -14093,7 +14139,7 @@ a TypeError exception will be thrown
|
|
|
14093
14139
|
<div class='clearfix'>
|
|
14094
14140
|
|
|
14095
14141
|
|
|
14096
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14142
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L73-L78'>
|
|
14097
14143
|
<span>src/reflectextensions.js</span>
|
|
14098
14144
|
</a>
|
|
14099
14145
|
|
|
@@ -14194,7 +14240,7 @@ at least one of the keys provided as arguments exists in the given object.
|
|
|
14194
14240
|
<div class='clearfix'>
|
|
14195
14241
|
|
|
14196
14242
|
|
|
14197
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14243
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L93-L99'>
|
|
14198
14244
|
<span>src/reflectextensions.js</span>
|
|
14199
14245
|
</a>
|
|
14200
14246
|
|
|
@@ -14281,7 +14327,7 @@ array if the input is not a valid object.
|
|
|
14281
14327
|
<div class='clearfix'>
|
|
14282
14328
|
|
|
14283
14329
|
|
|
14284
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14330
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/reflectextensions.js#L115-L117'>
|
|
14285
14331
|
<span>src/reflectextensions.js</span>
|
|
14286
14332
|
</a>
|
|
14287
14333
|
|
|
@@ -14381,7 +14427,7 @@ object.
|
|
|
14381
14427
|
</h3>
|
|
14382
14428
|
|
|
14383
14429
|
|
|
14384
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14430
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L12-L26'>
|
|
14385
14431
|
<span>src/setextensions.js</span>
|
|
14386
14432
|
</a>
|
|
14387
14433
|
|
|
@@ -14452,7 +14498,7 @@ or Array) whose elements will be added to the set.
|
|
|
14452
14498
|
</h3>
|
|
14453
14499
|
|
|
14454
14500
|
|
|
14455
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14501
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L38-L46'>
|
|
14456
14502
|
<span>src/setextensions.js</span>
|
|
14457
14503
|
</a>
|
|
14458
14504
|
|
|
@@ -14539,7 +14585,7 @@ the supplied value,
|
|
|
14539
14585
|
</h3>
|
|
14540
14586
|
|
|
14541
14587
|
|
|
14542
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14588
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L60-L76'>
|
|
14543
14589
|
<span>src/setextensions.js</span>
|
|
14544
14590
|
</a>
|
|
14545
14591
|
|
|
@@ -14642,7 +14688,7 @@ the element, index (always NaN), and the set itself.
|
|
|
14642
14688
|
</h3>
|
|
14643
14689
|
|
|
14644
14690
|
|
|
14645
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14691
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L92-L107'>
|
|
14646
14692
|
<span>src/setextensions.js</span>
|
|
14647
14693
|
</a>
|
|
14648
14694
|
|
|
@@ -14748,7 +14794,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14748
14794
|
</h3>
|
|
14749
14795
|
|
|
14750
14796
|
|
|
14751
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14797
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L122-L143'>
|
|
14752
14798
|
<span>src/setextensions.js</span>
|
|
14753
14799
|
</a>
|
|
14754
14800
|
|
|
@@ -14854,7 +14900,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14854
14900
|
</h3>
|
|
14855
14901
|
|
|
14856
14902
|
|
|
14857
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14903
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L151-L153'>
|
|
14858
14904
|
<span>src/setextensions.js</span>
|
|
14859
14905
|
</a>
|
|
14860
14906
|
|
|
@@ -14917,7 +14963,7 @@ This is an alias for the <code>size</code> property of the set.</p>
|
|
|
14917
14963
|
</h3>
|
|
14918
14964
|
|
|
14919
14965
|
|
|
14920
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14966
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L169-L183'>
|
|
14921
14967
|
<span>src/setextensions.js</span>
|
|
14922
14968
|
</a>
|
|
14923
14969
|
|
|
@@ -15024,7 +15070,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
15024
15070
|
</h3>
|
|
15025
15071
|
|
|
15026
15072
|
|
|
15027
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15073
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L199-L212'>
|
|
15028
15074
|
<span>src/setextensions.js</span>
|
|
15029
15075
|
</a>
|
|
15030
15076
|
|
|
@@ -15137,7 +15183,7 @@ receives the accumulator, element, index (always NaN), and the set itself.
|
|
|
15137
15183
|
</h3>
|
|
15138
15184
|
|
|
15139
15185
|
|
|
15140
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15186
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/setextensions.js#L227-L241'>
|
|
15141
15187
|
<span>src/setextensions.js</span>
|
|
15142
15188
|
</a>
|
|
15143
15189
|
|
|
@@ -15241,7 +15287,7 @@ otherwise.
|
|
|
15241
15287
|
</h3>
|
|
15242
15288
|
|
|
15243
15289
|
|
|
15244
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15290
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L13-L73'>
|
|
15245
15291
|
<span>src/stringextensions.js</span>
|
|
15246
15292
|
</a>
|
|
15247
15293
|
|
|
@@ -15296,7 +15342,7 @@ utility functions.</p>
|
|
|
15296
15342
|
<div class='clearfix'>
|
|
15297
15343
|
|
|
15298
15344
|
|
|
15299
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15345
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L21-L26'>
|
|
15300
15346
|
<span>src/stringextensions.js</span>
|
|
15301
15347
|
</a>
|
|
15302
15348
|
|
|
@@ -15365,6 +15411,403 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
15365
15411
|
|
|
15366
15412
|
|
|
15367
15413
|
|
|
15414
|
+
</section>
|
|
15415
|
+
|
|
15416
|
+
</div>
|
|
15417
|
+
</div>
|
|
15418
|
+
|
|
15419
|
+
<div class='border-bottom' id='stringextensionsparenthesispair'>
|
|
15420
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
15421
|
+
<div class="py1 contain">
|
|
15422
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
15423
|
+
<span class='code strong strong truncate'>parenthesisPair</span>
|
|
15424
|
+
</div>
|
|
15425
|
+
</div>
|
|
15426
|
+
<div class="clearfix display-none toggle-target">
|
|
15427
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
15428
|
+
|
|
15429
|
+
|
|
15430
|
+
<div class='clearfix'>
|
|
15431
|
+
|
|
15432
|
+
|
|
15433
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L38-L40'>
|
|
15434
|
+
<span>src/stringextensions.js</span>
|
|
15435
|
+
</a>
|
|
15436
|
+
|
|
15437
|
+
</div>
|
|
15438
|
+
|
|
15439
|
+
|
|
15440
|
+
<p>A getter property that returns a pair of parentheses as an array.
|
|
15441
|
+
This property can be used when operations require a clear distinction
|
|
15442
|
+
between the opening and closing parentheses, such as parsing or
|
|
15443
|
+
matching balanced expressions in strings.</p>
|
|
15444
|
+
|
|
15445
|
+
<div class='pre p1 fill-light mt0'>parenthesisPair</div>
|
|
15446
|
+
|
|
15447
|
+
|
|
15448
|
+
|
|
15449
|
+
|
|
15450
|
+
|
|
15451
|
+
|
|
15452
|
+
|
|
15453
|
+
|
|
15454
|
+
|
|
15455
|
+
|
|
15456
|
+
|
|
15457
|
+
|
|
15458
|
+
|
|
15459
|
+
|
|
15460
|
+
|
|
15461
|
+
|
|
15462
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
15463
|
+
<code>[<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>]</code>:
|
|
15464
|
+
An array containing a pair of strings: the
|
|
15465
|
+
opening parenthesis '(' as the first element, and the closing parenthesis
|
|
15466
|
+
')' as the second element.
|
|
15467
|
+
|
|
15468
|
+
|
|
15469
|
+
|
|
15470
|
+
|
|
15471
|
+
|
|
15472
|
+
|
|
15473
|
+
|
|
15474
|
+
|
|
15475
|
+
|
|
15476
|
+
|
|
15477
|
+
|
|
15478
|
+
|
|
15479
|
+
|
|
15480
|
+
|
|
15481
|
+
|
|
15482
|
+
|
|
15483
|
+
|
|
15484
|
+
|
|
15485
|
+
</section>
|
|
15486
|
+
|
|
15487
|
+
</div>
|
|
15488
|
+
</div>
|
|
15489
|
+
|
|
15490
|
+
<div class='border-bottom' id='stringextensionssquarebracketspair'>
|
|
15491
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
15492
|
+
<div class="py1 contain">
|
|
15493
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
15494
|
+
<span class='code strong strong truncate'>squareBracketsPair</span>
|
|
15495
|
+
</div>
|
|
15496
|
+
</div>
|
|
15497
|
+
<div class="clearfix display-none toggle-target">
|
|
15498
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
15499
|
+
|
|
15500
|
+
|
|
15501
|
+
<div class='clearfix'>
|
|
15502
|
+
|
|
15503
|
+
|
|
15504
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L53-L55'>
|
|
15505
|
+
<span>src/stringextensions.js</span>
|
|
15506
|
+
</a>
|
|
15507
|
+
|
|
15508
|
+
</div>
|
|
15509
|
+
|
|
15510
|
+
|
|
15511
|
+
<p>A getter property that returns a pair of square brackets as an array.
|
|
15512
|
+
This property is particularly useful for operations that require a clear
|
|
15513
|
+
distinction between the opening and closing square brackets, such as
|
|
15514
|
+
parsing arrays in strings or matching balanced expressions within
|
|
15515
|
+
square brackets.</p>
|
|
15516
|
+
|
|
15517
|
+
<div class='pre p1 fill-light mt0'>squareBracketsPair</div>
|
|
15518
|
+
|
|
15519
|
+
|
|
15520
|
+
|
|
15521
|
+
|
|
15522
|
+
|
|
15523
|
+
|
|
15524
|
+
|
|
15525
|
+
|
|
15526
|
+
|
|
15527
|
+
|
|
15528
|
+
|
|
15529
|
+
|
|
15530
|
+
|
|
15531
|
+
|
|
15532
|
+
|
|
15533
|
+
|
|
15534
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
15535
|
+
<code>[<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>]</code>:
|
|
15536
|
+
An array containing a pair of strings: the
|
|
15537
|
+
opening square bracket '[' as the first element, and the closing square
|
|
15538
|
+
bracket ']' as the second element.
|
|
15539
|
+
|
|
15540
|
+
|
|
15541
|
+
|
|
15542
|
+
|
|
15543
|
+
|
|
15544
|
+
|
|
15545
|
+
|
|
15546
|
+
|
|
15547
|
+
|
|
15548
|
+
|
|
15549
|
+
|
|
15550
|
+
|
|
15551
|
+
|
|
15552
|
+
|
|
15553
|
+
|
|
15554
|
+
|
|
15555
|
+
|
|
15556
|
+
|
|
15557
|
+
</section>
|
|
15558
|
+
|
|
15559
|
+
</div>
|
|
15560
|
+
</div>
|
|
15561
|
+
|
|
15562
|
+
<div class='border-bottom' id='stringextensionscurlybracketspair'>
|
|
15563
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
15564
|
+
<div class="py1 contain">
|
|
15565
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
15566
|
+
<span class='code strong strong truncate'>curlyBracketsPair</span>
|
|
15567
|
+
</div>
|
|
15568
|
+
</div>
|
|
15569
|
+
<div class="clearfix display-none toggle-target">
|
|
15570
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
15571
|
+
|
|
15572
|
+
|
|
15573
|
+
<div class='clearfix'>
|
|
15574
|
+
|
|
15575
|
+
|
|
15576
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L70-L72'>
|
|
15577
|
+
<span>src/stringextensions.js</span>
|
|
15578
|
+
</a>
|
|
15579
|
+
|
|
15580
|
+
</div>
|
|
15581
|
+
|
|
15582
|
+
|
|
15583
|
+
<p>A getter property that returns a pair of curly brackets as an array.
|
|
15584
|
+
This property is particularly useful for operations that require a clear
|
|
15585
|
+
distinction between the opening and closing curly brackets, such as
|
|
15586
|
+
parsing objects in strings or matching balanced expressions within
|
|
15587
|
+
curly brackets. The returned array consists of the opening curly bracket
|
|
15588
|
+
'{' as the first element, and the closing curly bracket '}' as the
|
|
15589
|
+
second element.</p>
|
|
15590
|
+
|
|
15591
|
+
<div class='pre p1 fill-light mt0'>curlyBracketsPair</div>
|
|
15592
|
+
|
|
15593
|
+
|
|
15594
|
+
|
|
15595
|
+
|
|
15596
|
+
|
|
15597
|
+
|
|
15598
|
+
|
|
15599
|
+
|
|
15600
|
+
|
|
15601
|
+
|
|
15602
|
+
|
|
15603
|
+
|
|
15604
|
+
|
|
15605
|
+
|
|
15606
|
+
|
|
15607
|
+
|
|
15608
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
15609
|
+
<code>[<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>]</code>:
|
|
15610
|
+
An array containing a pair of strings: the
|
|
15611
|
+
opening curly bracket '{' as the first element, and the closing curly
|
|
15612
|
+
bracket '}' as the second element.
|
|
15613
|
+
|
|
15614
|
+
|
|
15615
|
+
|
|
15616
|
+
|
|
15617
|
+
|
|
15618
|
+
|
|
15619
|
+
|
|
15620
|
+
|
|
15621
|
+
|
|
15622
|
+
|
|
15623
|
+
|
|
15624
|
+
|
|
15625
|
+
|
|
15626
|
+
|
|
15627
|
+
|
|
15628
|
+
|
|
15629
|
+
|
|
15630
|
+
|
|
15631
|
+
</section>
|
|
15632
|
+
|
|
15633
|
+
</div>
|
|
15634
|
+
</div>
|
|
15635
|
+
|
|
15636
|
+
</div>
|
|
15637
|
+
|
|
15638
|
+
|
|
15639
|
+
|
|
15640
|
+
|
|
15641
|
+
|
|
15642
|
+
|
|
15643
|
+
|
|
15644
|
+
|
|
15645
|
+
</section>
|
|
15646
|
+
|
|
15647
|
+
|
|
15648
|
+
|
|
15649
|
+
|
|
15650
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
15651
|
+
|
|
15652
|
+
|
|
15653
|
+
<div class='clearfix'>
|
|
15654
|
+
|
|
15655
|
+
<h3 class='fl m0' id='stringprototypeextensions'>
|
|
15656
|
+
StringPrototypeExtensions
|
|
15657
|
+
</h3>
|
|
15658
|
+
|
|
15659
|
+
|
|
15660
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L87-L164'>
|
|
15661
|
+
<span>src/stringextensions.js</span>
|
|
15662
|
+
</a>
|
|
15663
|
+
|
|
15664
|
+
</div>
|
|
15665
|
+
|
|
15666
|
+
|
|
15667
|
+
<p><code>StringPrototypeExtensions</code> provides a set of utility methods that are
|
|
15668
|
+
added to the <code>String</code> prototype. This allows all string instances to
|
|
15669
|
+
access new functionality directly, enhancing their capabilities beyond
|
|
15670
|
+
the standard <code>String</code> class methods. These extensions are applied using
|
|
15671
|
+
the <code>Patch</code> class from '@nejs/extension', ensuring that they do not
|
|
15672
|
+
interfere with the global namespace or existing properties.</p>
|
|
15673
|
+
<p>The extensions include methods for extracting substrings based on
|
|
15674
|
+
specific tokens, checking the presence of certain patterns, and more,
|
|
15675
|
+
making string manipulation tasks more convenient and expressive.</p>
|
|
15676
|
+
|
|
15677
|
+
<div class='pre p1 fill-light mt0'>StringPrototypeExtensions</div>
|
|
15678
|
+
|
|
15679
|
+
|
|
15680
|
+
|
|
15681
|
+
|
|
15682
|
+
|
|
15683
|
+
|
|
15684
|
+
|
|
15685
|
+
|
|
15686
|
+
|
|
15687
|
+
|
|
15688
|
+
|
|
15689
|
+
|
|
15690
|
+
|
|
15691
|
+
|
|
15692
|
+
|
|
15693
|
+
|
|
15694
|
+
|
|
15695
|
+
|
|
15696
|
+
|
|
15697
|
+
|
|
15698
|
+
|
|
15699
|
+
|
|
15700
|
+
|
|
15701
|
+
<div class='py1 quiet mt1 prose-big'>Static Members</div>
|
|
15702
|
+
<div class="clearfix">
|
|
15703
|
+
|
|
15704
|
+
<div class='border-bottom' id='stringprototypeextensionsextractsubstring'>
|
|
15705
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
15706
|
+
<div class="py1 contain">
|
|
15707
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
15708
|
+
<span class='code strong strong truncate'>extractSubstring(offset, tokens)</span>
|
|
15709
|
+
</div>
|
|
15710
|
+
</div>
|
|
15711
|
+
<div class="clearfix display-none toggle-target">
|
|
15712
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
15713
|
+
|
|
15714
|
+
|
|
15715
|
+
<div class='clearfix'>
|
|
15716
|
+
|
|
15717
|
+
|
|
15718
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/stringextensions.js#L106-L163'>
|
|
15719
|
+
<span>src/stringextensions.js</span>
|
|
15720
|
+
</a>
|
|
15721
|
+
|
|
15722
|
+
</div>
|
|
15723
|
+
|
|
15724
|
+
|
|
15725
|
+
<p>Extracts a substring from the current string, starting at a given offset
|
|
15726
|
+
and bounded by specified opening and closing tokens. This method is
|
|
15727
|
+
particularly useful for parsing nested structures or quoted strings,
|
|
15728
|
+
where the level of nesting or the presence of escape characters must
|
|
15729
|
+
be considered.</p>
|
|
15730
|
+
|
|
15731
|
+
<div class='pre p1 fill-light mt0'>extractSubstring(offset: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, tokens: [<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>]): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></div>
|
|
15732
|
+
|
|
15733
|
+
|
|
15734
|
+
|
|
15735
|
+
|
|
15736
|
+
|
|
15737
|
+
|
|
15738
|
+
|
|
15739
|
+
|
|
15740
|
+
|
|
15741
|
+
|
|
15742
|
+
|
|
15743
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
15744
|
+
<div class='prose'>
|
|
15745
|
+
|
|
15746
|
+
<div class='space-bottom0'>
|
|
15747
|
+
<div>
|
|
15748
|
+
<span class='code bold'>offset</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>
|
|
15749
|
+
= <code>0</code>)</code>
|
|
15750
|
+
The position in the string from which to start the
|
|
15751
|
+
search for the substring.
|
|
15752
|
+
|
|
15753
|
+
</div>
|
|
15754
|
+
|
|
15755
|
+
</div>
|
|
15756
|
+
|
|
15757
|
+
<div class='space-bottom0'>
|
|
15758
|
+
<div>
|
|
15759
|
+
<span class='code bold'>tokens</span> <code class='quiet'>([<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>]
|
|
15760
|
+
= <code>parenthesisPair</code>)</code>
|
|
15761
|
+
An array containing two strings: the
|
|
15762
|
+
opening and closing tokens that define the boundaries of the substring
|
|
15763
|
+
to be extracted.
|
|
15764
|
+
|
|
15765
|
+
</div>
|
|
15766
|
+
|
|
15767
|
+
</div>
|
|
15768
|
+
|
|
15769
|
+
</div>
|
|
15770
|
+
|
|
15771
|
+
|
|
15772
|
+
|
|
15773
|
+
|
|
15774
|
+
|
|
15775
|
+
|
|
15776
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
15777
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></code>:
|
|
15778
|
+
An object with two properties:
|
|
15779
|
+
<code>extracted</code>
|
|
15780
|
+
, the
|
|
15781
|
+
extracted substring, and
|
|
15782
|
+
<code>newOffset</code>
|
|
15783
|
+
, the position in the original
|
|
15784
|
+
string immediately after the end of the extracted substring. If no
|
|
15785
|
+
substring is found,
|
|
15786
|
+
<code>extracted</code>
|
|
15787
|
+
is
|
|
15788
|
+
<code>null</code>
|
|
15789
|
+
and
|
|
15790
|
+
<code>newOffset</code>
|
|
15791
|
+
is the same
|
|
15792
|
+
as the input offset.
|
|
15793
|
+
|
|
15794
|
+
|
|
15795
|
+
|
|
15796
|
+
|
|
15797
|
+
|
|
15798
|
+
|
|
15799
|
+
|
|
15800
|
+
|
|
15801
|
+
|
|
15802
|
+
|
|
15803
|
+
|
|
15804
|
+
|
|
15805
|
+
|
|
15806
|
+
|
|
15807
|
+
|
|
15808
|
+
|
|
15809
|
+
|
|
15810
|
+
|
|
15368
15811
|
</section>
|
|
15369
15812
|
|
|
15370
15813
|
</div>
|
|
@@ -15394,7 +15837,7 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
15394
15837
|
</h3>
|
|
15395
15838
|
|
|
15396
15839
|
|
|
15397
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15840
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/symbolextensions.js#L11-L69'>
|
|
15398
15841
|
<span>src/symbolextensions.js</span>
|
|
15399
15842
|
</a>
|
|
15400
15843
|
|
|
@@ -15449,7 +15892,7 @@ utility functions.</p>
|
|
|
15449
15892
|
<div class='clearfix'>
|
|
15450
15893
|
|
|
15451
15894
|
|
|
15452
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15895
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/symbolextensions.js#L19-L21'>
|
|
15453
15896
|
<span>src/symbolextensions.js</span>
|
|
15454
15897
|
</a>
|
|
15455
15898
|
|
|
@@ -15537,7 +15980,7 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
15537
15980
|
<div class='clearfix'>
|
|
15538
15981
|
|
|
15539
15982
|
|
|
15540
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15983
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/symbolextensions.js#L37-L46'>
|
|
15541
15984
|
<span>src/symbolextensions.js</span>
|
|
15542
15985
|
</a>
|
|
15543
15986
|
|
|
@@ -15645,7 +16088,7 @@ created by passing a value directly to the Symbol function, such as
|
|
|
15645
16088
|
<div class='clearfix'>
|
|
15646
16089
|
|
|
15647
16090
|
|
|
15648
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16091
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/symbolextensions.js#L66-L68'>
|
|
15649
16092
|
<span>src/symbolextensions.js</span>
|
|
15650
16093
|
</a>
|
|
15651
16094
|
|
|
@@ -15775,7 +16218,7 @@ returns
|
|
|
15775
16218
|
</h3>
|
|
15776
16219
|
|
|
15777
16220
|
|
|
15778
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16221
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/39f866e2e433c2a48d8250042ea02eeceb06c465/src/weakrefextensions.js#L11-L17'>
|
|
15779
16222
|
<span>src/weakrefextensions.js</span>
|
|
15780
16223
|
</a>
|
|
15781
16224
|
|