@nejs/basic-extensions 2.3.0 → 2.4.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 +49 -6
- package/dist/@nejs/{basic-extensions.bundle.2.2.1.js → basic-extensions.bundle.2.3.0.js} +4 -4
- package/dist/@nejs/basic-extensions.bundle.2.3.0.js.map +7 -0
- package/dist/cjs/newClasses/deferred.d.ts +20 -0
- package/dist/cjs/newClasses/deferred.js +60 -3
- package/dist/cjs/newClasses/deferred.js.map +1 -1
- package/dist/mjs/newClasses/deferred.d.ts +20 -0
- package/dist/mjs/newClasses/deferred.js +57 -0
- package/dist/mjs/newClasses/deferred.js.map +1 -1
- package/docs/index.html +454 -180
- package/package.json +3 -3
- package/repl.bootstrap.js +248 -0
- package/src/newClasses/deferred.js +67 -0
- package/dist/@nejs/basic-extensions.bundle.2.2.1.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.
|
|
5
|
+
<title>@nejs/basic-extensions 2.3.0 | 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.
|
|
18
|
+
<div class='mb1'><code>2.3.0</code></div>
|
|
19
19
|
<input
|
|
20
20
|
placeholder='Filter'
|
|
21
21
|
id='filter-input'
|
|
@@ -423,6 +423,18 @@
|
|
|
423
423
|
#settled
|
|
424
424
|
</a></li>
|
|
425
425
|
|
|
426
|
+
<li><a
|
|
427
|
+
href='#deferredwasrejected'
|
|
428
|
+
class='regular pre-open'>
|
|
429
|
+
#wasRejected
|
|
430
|
+
</a></li>
|
|
431
|
+
|
|
432
|
+
<li><a
|
|
433
|
+
href='#deferredwasresolved'
|
|
434
|
+
class='regular pre-open'>
|
|
435
|
+
#wasResolved
|
|
436
|
+
</a></li>
|
|
437
|
+
|
|
426
438
|
<li><a
|
|
427
439
|
href='#deferredpromise'
|
|
428
440
|
class='regular pre-open'>
|
|
@@ -441,6 +453,12 @@
|
|
|
441
453
|
#reject
|
|
442
454
|
</a></li>
|
|
443
455
|
|
|
456
|
+
<li><a
|
|
457
|
+
href='#deferredfor'
|
|
458
|
+
class='regular pre-open'>
|
|
459
|
+
#for
|
|
460
|
+
</a></li>
|
|
461
|
+
|
|
444
462
|
</ul>
|
|
445
463
|
|
|
446
464
|
|
|
@@ -1646,7 +1664,7 @@
|
|
|
1646
1664
|
</h3>
|
|
1647
1665
|
|
|
1648
1666
|
|
|
1649
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1667
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/arrayextensions.js#L11-L74'>
|
|
1650
1668
|
<span>src/arrayextensions.js</span>
|
|
1651
1669
|
</a>
|
|
1652
1670
|
|
|
@@ -1701,7 +1719,7 @@ operations on arrays and makes code more expressive and concise.</p>
|
|
|
1701
1719
|
<div class='clearfix'>
|
|
1702
1720
|
|
|
1703
1721
|
|
|
1704
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1722
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/arrayextensions.js#L21-L23'>
|
|
1705
1723
|
<span>src/arrayextensions.js</span>
|
|
1706
1724
|
</a>
|
|
1707
1725
|
|
|
@@ -1784,7 +1802,7 @@ the array element in order to return true.
|
|
|
1784
1802
|
<div class='clearfix'>
|
|
1785
1803
|
|
|
1786
1804
|
|
|
1787
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1805
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/arrayextensions.js#L34-L45'>
|
|
1788
1806
|
<span>src/arrayextensions.js</span>
|
|
1789
1807
|
</a>
|
|
1790
1808
|
|
|
@@ -1871,7 +1889,7 @@ being the index, the second being the value, is returned.
|
|
|
1871
1889
|
<div class='clearfix'>
|
|
1872
1890
|
|
|
1873
1891
|
|
|
1874
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1892
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/arrayextensions.js#L56-L58'>
|
|
1875
1893
|
<span>src/arrayextensions.js</span>
|
|
1876
1894
|
</a>
|
|
1877
1895
|
|
|
@@ -1943,7 +1961,7 @@ is empty.
|
|
|
1943
1961
|
<div class='clearfix'>
|
|
1944
1962
|
|
|
1945
1963
|
|
|
1946
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1964
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/arrayextensions.js#L70-L72'>
|
|
1947
1965
|
<span>src/arrayextensions.js</span>
|
|
1948
1966
|
</a>
|
|
1949
1967
|
|
|
@@ -2026,7 +2044,7 @@ array is empty.
|
|
|
2026
2044
|
</h3>
|
|
2027
2045
|
|
|
2028
2046
|
|
|
2029
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2047
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L15-L134'>
|
|
2030
2048
|
<span>src/functionextensions.js</span>
|
|
2031
2049
|
</a>
|
|
2032
2050
|
|
|
@@ -2082,7 +2100,7 @@ capabilities of function handling and introspection in JavaScript.</p>
|
|
|
2082
2100
|
<div class='clearfix'>
|
|
2083
2101
|
|
|
2084
2102
|
|
|
2085
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2103
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L26-L32'>
|
|
2086
2104
|
<span>src/functionextensions.js</span>
|
|
2087
2105
|
</a>
|
|
2088
2106
|
|
|
@@ -2170,7 +2188,7 @@ otherwise
|
|
|
2170
2188
|
<div class='clearfix'>
|
|
2171
2189
|
|
|
2172
2190
|
|
|
2173
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2191
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L42-L49'>
|
|
2174
2192
|
<span>src/functionextensions.js</span>
|
|
2175
2193
|
</a>
|
|
2176
2194
|
|
|
@@ -2257,7 +2275,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2257
2275
|
<div class='clearfix'>
|
|
2258
2276
|
|
|
2259
2277
|
|
|
2260
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2278
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L61-L68'>
|
|
2261
2279
|
<span>src/functionextensions.js</span>
|
|
2262
2280
|
</a>
|
|
2263
2281
|
|
|
@@ -2345,7 +2363,7 @@ otherwise
|
|
|
2345
2363
|
<div class='clearfix'>
|
|
2346
2364
|
|
|
2347
2365
|
|
|
2348
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2366
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L83-L89'>
|
|
2349
2367
|
<span>src/functionextensions.js</span>
|
|
2350
2368
|
</a>
|
|
2351
2369
|
|
|
@@ -2438,7 +2456,7 @@ string representation and do not have their own
|
|
|
2438
2456
|
<div class='clearfix'>
|
|
2439
2457
|
|
|
2440
2458
|
|
|
2441
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2459
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L101-L103'>
|
|
2442
2460
|
<span>src/functionextensions.js</span>
|
|
2443
2461
|
</a>
|
|
2444
2462
|
|
|
@@ -2526,7 +2544,7 @@ other function types in JavaScript.</p>
|
|
|
2526
2544
|
<div class='clearfix'>
|
|
2527
2545
|
|
|
2528
2546
|
|
|
2529
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2547
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L114-L116'>
|
|
2530
2548
|
<span>src/functionextensions.js</span>
|
|
2531
2549
|
</a>
|
|
2532
2550
|
|
|
@@ -2613,7 +2631,7 @@ otherwise
|
|
|
2613
2631
|
<div class='clearfix'>
|
|
2614
2632
|
|
|
2615
2633
|
|
|
2616
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2634
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L126-L133'>
|
|
2617
2635
|
<span>src/functionextensions.js</span>
|
|
2618
2636
|
</a>
|
|
2619
2637
|
|
|
@@ -2710,7 +2728,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
2710
2728
|
</h3>
|
|
2711
2729
|
|
|
2712
2730
|
|
|
2713
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2731
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L146-L148'>
|
|
2714
2732
|
<span>src/functionextensions.js</span>
|
|
2715
2733
|
</a>
|
|
2716
2734
|
|
|
@@ -2780,7 +2798,7 @@ otherwise
|
|
|
2780
2798
|
</h3>
|
|
2781
2799
|
|
|
2782
2800
|
|
|
2783
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2801
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L156-L158'>
|
|
2784
2802
|
<span>src/functionextensions.js</span>
|
|
2785
2803
|
</a>
|
|
2786
2804
|
|
|
@@ -2846,7 +2864,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2846
2864
|
</h3>
|
|
2847
2865
|
|
|
2848
2866
|
|
|
2849
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2867
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L169-L171'>
|
|
2850
2868
|
<span>src/functionextensions.js</span>
|
|
2851
2869
|
</a>
|
|
2852
2870
|
|
|
@@ -2916,7 +2934,7 @@ otherwise
|
|
|
2916
2934
|
</h3>
|
|
2917
2935
|
|
|
2918
2936
|
|
|
2919
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2937
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L185-L187'>
|
|
2920
2938
|
<span>src/functionextensions.js</span>
|
|
2921
2939
|
</a>
|
|
2922
2940
|
|
|
@@ -2991,7 +3009,7 @@ string representation and do not have their own
|
|
|
2991
3009
|
</h3>
|
|
2992
3010
|
|
|
2993
3011
|
|
|
2994
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3012
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L198-L200'>
|
|
2995
3013
|
<span>src/functionextensions.js</span>
|
|
2996
3014
|
</a>
|
|
2997
3015
|
|
|
@@ -3061,7 +3079,7 @@ other function types in JavaScript.</p>
|
|
|
3061
3079
|
</h3>
|
|
3062
3080
|
|
|
3063
3081
|
|
|
3064
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3082
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L210-L212'>
|
|
3065
3083
|
<span>src/functionextensions.js</span>
|
|
3066
3084
|
</a>
|
|
3067
3085
|
|
|
@@ -3130,7 +3148,7 @@ otherwise
|
|
|
3130
3148
|
</h3>
|
|
3131
3149
|
|
|
3132
3150
|
|
|
3133
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3151
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/functionextensions.js#L220-L222'>
|
|
3134
3152
|
<span>src/functionextensions.js</span>
|
|
3135
3153
|
</a>
|
|
3136
3154
|
|
|
@@ -3196,7 +3214,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
3196
3214
|
</h3>
|
|
3197
3215
|
|
|
3198
3216
|
|
|
3199
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3217
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L25-L55'>
|
|
3200
3218
|
<span>src/globals.js</span>
|
|
3201
3219
|
</a>
|
|
3202
3220
|
|
|
@@ -3317,7 +3335,7 @@ nor a prototype could be derived from the provided prototype parameter.
|
|
|
3317
3335
|
</h3>
|
|
3318
3336
|
|
|
3319
3337
|
|
|
3320
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3338
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L72-L82'>
|
|
3321
3339
|
<span>src/globals.js</span>
|
|
3322
3340
|
</a>
|
|
3323
3341
|
|
|
@@ -3419,7 +3437,7 @@ doesn't have the specified stringKey property.
|
|
|
3419
3437
|
</h3>
|
|
3420
3438
|
|
|
3421
3439
|
|
|
3422
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3440
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L97-L107'>
|
|
3423
3441
|
<span>src/globals.js</span>
|
|
3424
3442
|
</a>
|
|
3425
3443
|
|
|
@@ -3518,7 +3536,7 @@ doesn't have the specified numberKey property.
|
|
|
3518
3536
|
</h3>
|
|
3519
3537
|
|
|
3520
3538
|
|
|
3521
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3539
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L117-L143'>
|
|
3522
3540
|
<span>src/globals.js</span>
|
|
3523
3541
|
</a>
|
|
3524
3542
|
|
|
@@ -3638,7 +3656,7 @@ targetKey, and toPrimitive function.
|
|
|
3638
3656
|
</h3>
|
|
3639
3657
|
|
|
3640
3658
|
|
|
3641
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3659
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L154-L169'>
|
|
3642
3660
|
<span>src/globals.js</span>
|
|
3643
3661
|
</a>
|
|
3644
3662
|
|
|
@@ -3725,7 +3743,7 @@ representation.
|
|
|
3725
3743
|
</h3>
|
|
3726
3744
|
|
|
3727
3745
|
|
|
3728
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3746
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/globals.js#L180-L195'>
|
|
3729
3747
|
<span>src/globals.js</span>
|
|
3730
3748
|
</a>
|
|
3731
3749
|
|
|
@@ -3812,7 +3830,7 @@ representation.
|
|
|
3812
3830
|
</h3>
|
|
3813
3831
|
|
|
3814
3832
|
|
|
3815
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3833
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/mapextensions.js#L18-L29'>
|
|
3816
3834
|
<span>src/mapextensions.js</span>
|
|
3817
3835
|
</a>
|
|
3818
3836
|
|
|
@@ -3905,7 +3923,7 @@ found, it is returned. If no matching key is found, null is returned.
|
|
|
3905
3923
|
</h3>
|
|
3906
3924
|
|
|
3907
3925
|
|
|
3908
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3926
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L11-L97'>
|
|
3909
3927
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3910
3928
|
</a>
|
|
3911
3929
|
|
|
@@ -3985,7 +4003,7 @@ argument is not an iterable or an async generator function.
|
|
|
3985
4003
|
<div class='clearfix'>
|
|
3986
4004
|
|
|
3987
4005
|
|
|
3988
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4006
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L93-L96'>
|
|
3989
4007
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3990
4008
|
</a>
|
|
3991
4009
|
|
|
@@ -4080,7 +4098,7 @@ implemented using an async generator function, false otherwise.
|
|
|
4080
4098
|
<div class='clearfix'>
|
|
4081
4099
|
|
|
4082
4100
|
|
|
4083
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4101
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L61-L67'>
|
|
4084
4102
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4085
4103
|
</a>
|
|
4086
4104
|
|
|
@@ -4151,7 +4169,7 @@ a Promise.
|
|
|
4151
4169
|
<div class='clearfix'>
|
|
4152
4170
|
|
|
4153
4171
|
|
|
4154
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4172
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L75-L77'>
|
|
4155
4173
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4156
4174
|
</a>
|
|
4157
4175
|
|
|
@@ -4226,7 +4244,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4226
4244
|
</h3>
|
|
4227
4245
|
|
|
4228
4246
|
|
|
4229
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4247
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L105-L220'>
|
|
4230
4248
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4231
4249
|
</a>
|
|
4232
4250
|
|
|
@@ -4299,7 +4317,7 @@ async generator function itself.
|
|
|
4299
4317
|
<div class='clearfix'>
|
|
4300
4318
|
|
|
4301
4319
|
|
|
4302
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4320
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L138-L146'>
|
|
4303
4321
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4304
4322
|
</a>
|
|
4305
4323
|
|
|
@@ -4370,7 +4388,7 @@ loop.
|
|
|
4370
4388
|
<div class='clearfix'>
|
|
4371
4389
|
|
|
4372
4390
|
|
|
4373
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4391
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L154-L156'>
|
|
4374
4392
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4375
4393
|
</a>
|
|
4376
4394
|
|
|
@@ -4438,7 +4456,7 @@ created this instance.</p>
|
|
|
4438
4456
|
<div class='clearfix'>
|
|
4439
4457
|
|
|
4440
4458
|
|
|
4441
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4459
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L165-L172'>
|
|
4442
4460
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4443
4461
|
</a>
|
|
4444
4462
|
|
|
@@ -4506,7 +4524,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
4506
4524
|
<div class='clearfix'>
|
|
4507
4525
|
|
|
4508
4526
|
|
|
4509
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4527
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L178-L180'>
|
|
4510
4528
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4511
4529
|
</a>
|
|
4512
4530
|
|
|
@@ -4565,7 +4583,7 @@ iterated over again.</p>
|
|
|
4565
4583
|
<div class='clearfix'>
|
|
4566
4584
|
|
|
4567
4585
|
|
|
4568
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4586
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L190-L192'>
|
|
4569
4587
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4570
4588
|
</a>
|
|
4571
4589
|
|
|
@@ -4634,7 +4652,7 @@ conforming to the expected JavaScript AsyncIterator interface
|
|
|
4634
4652
|
<div class='clearfix'>
|
|
4635
4653
|
|
|
4636
4654
|
|
|
4637
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4655
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/asyncIterable.js#L200-L202'>
|
|
4638
4656
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4639
4657
|
</a>
|
|
4640
4658
|
|
|
@@ -4709,7 +4727,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4709
4727
|
</h3>
|
|
4710
4728
|
|
|
4711
4729
|
|
|
4712
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4730
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L24-L318'>
|
|
4713
4731
|
<span>src/newClasses/deferred.js</span>
|
|
4714
4732
|
</a>
|
|
4715
4733
|
|
|
@@ -4797,7 +4815,7 @@ resolve or reject the deferred created here.
|
|
|
4797
4815
|
<div class='clearfix'>
|
|
4798
4816
|
|
|
4799
4817
|
|
|
4800
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4818
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L303-L317'>
|
|
4801
4819
|
<span>src/newClasses/deferred.js</span>
|
|
4802
4820
|
</a>
|
|
4803
4821
|
|
|
@@ -4876,7 +4894,7 @@ be initialized.</p>
|
|
|
4876
4894
|
<div class='clearfix'>
|
|
4877
4895
|
|
|
4878
4896
|
|
|
4879
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4897
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L62-L62'>
|
|
4880
4898
|
<span>src/newClasses/deferred.js</span>
|
|
4881
4899
|
</a>
|
|
4882
4900
|
|
|
@@ -4940,7 +4958,7 @@ passed to that function will be set here as well.</p>
|
|
|
4940
4958
|
<div class='clearfix'>
|
|
4941
4959
|
|
|
4942
4960
|
|
|
4943
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4961
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L70-L70'>
|
|
4944
4962
|
<span>src/newClasses/deferred.js</span>
|
|
4945
4963
|
</a>
|
|
4946
4964
|
|
|
@@ -5004,7 +5022,7 @@ passed to that rejection will also be stored here.</p>
|
|
|
5004
5022
|
<div class='clearfix'>
|
|
5005
5023
|
|
|
5006
5024
|
|
|
5007
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5025
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L195-L197'>
|
|
5008
5026
|
<span>src/newClasses/deferred.js</span>
|
|
5009
5027
|
</a>
|
|
5010
5028
|
|
|
@@ -5060,6 +5078,152 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
5060
5078
|
|
|
5061
5079
|
|
|
5062
5080
|
|
|
5081
|
+
</section>
|
|
5082
|
+
|
|
5083
|
+
</div>
|
|
5084
|
+
</div>
|
|
5085
|
+
|
|
5086
|
+
<div class='border-bottom' id='deferredwasrejected'>
|
|
5087
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
5088
|
+
<div class="py1 contain">
|
|
5089
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
5090
|
+
<span class='code strong strong truncate'>wasRejected</span>
|
|
5091
|
+
</div>
|
|
5092
|
+
</div>
|
|
5093
|
+
<div class="clearfix display-none toggle-target">
|
|
5094
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
5095
|
+
|
|
5096
|
+
|
|
5097
|
+
<div class='clearfix'>
|
|
5098
|
+
|
|
5099
|
+
|
|
5100
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L208-L210'>
|
|
5101
|
+
<span>src/newClasses/deferred.js</span>
|
|
5102
|
+
</a>
|
|
5103
|
+
|
|
5104
|
+
</div>
|
|
5105
|
+
|
|
5106
|
+
|
|
5107
|
+
<p>A getter that returns a boolean indicating whether the Deferred instance
|
|
5108
|
+
was rejected. This property can be used to check if the Deferred has been
|
|
5109
|
+
settled with a rejection. It is particularly useful in scenarios where
|
|
5110
|
+
the resolution status of the Deferred needs to be checked without
|
|
5111
|
+
accessing the rejection reason or invoking any additional logic.</p>
|
|
5112
|
+
|
|
5113
|
+
<div class='pre p1 fill-light mt0'>wasRejected</div>
|
|
5114
|
+
|
|
5115
|
+
|
|
5116
|
+
|
|
5117
|
+
|
|
5118
|
+
|
|
5119
|
+
|
|
5120
|
+
|
|
5121
|
+
|
|
5122
|
+
|
|
5123
|
+
|
|
5124
|
+
|
|
5125
|
+
|
|
5126
|
+
|
|
5127
|
+
|
|
5128
|
+
|
|
5129
|
+
|
|
5130
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
5131
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code>:
|
|
5132
|
+
<code>true</code>
|
|
5133
|
+
if the Deferred was rejected, otherwise
|
|
5134
|
+
<code>false</code>
|
|
5135
|
+
.
|
|
5136
|
+
|
|
5137
|
+
|
|
5138
|
+
|
|
5139
|
+
|
|
5140
|
+
|
|
5141
|
+
|
|
5142
|
+
|
|
5143
|
+
|
|
5144
|
+
|
|
5145
|
+
|
|
5146
|
+
|
|
5147
|
+
|
|
5148
|
+
|
|
5149
|
+
|
|
5150
|
+
|
|
5151
|
+
|
|
5152
|
+
|
|
5153
|
+
|
|
5154
|
+
</section>
|
|
5155
|
+
|
|
5156
|
+
</div>
|
|
5157
|
+
</div>
|
|
5158
|
+
|
|
5159
|
+
<div class='border-bottom' id='deferredwasresolved'>
|
|
5160
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
5161
|
+
<div class="py1 contain">
|
|
5162
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
5163
|
+
<span class='code strong strong truncate'>wasResolved</span>
|
|
5164
|
+
</div>
|
|
5165
|
+
</div>
|
|
5166
|
+
<div class="clearfix display-none toggle-target">
|
|
5167
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
5168
|
+
|
|
5169
|
+
|
|
5170
|
+
<div class='clearfix'>
|
|
5171
|
+
|
|
5172
|
+
|
|
5173
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L221-L223'>
|
|
5174
|
+
<span>src/newClasses/deferred.js</span>
|
|
5175
|
+
</a>
|
|
5176
|
+
|
|
5177
|
+
</div>
|
|
5178
|
+
|
|
5179
|
+
|
|
5180
|
+
<p>A getter that returns a boolean indicating whether the Deferred instance
|
|
5181
|
+
was resolved. This property is useful for checking if the Deferred has been
|
|
5182
|
+
settled with a resolution, allowing for checks on the Deferred's status
|
|
5183
|
+
without needing to access the resolved value or trigger any additional
|
|
5184
|
+
logic.</p>
|
|
5185
|
+
|
|
5186
|
+
<div class='pre p1 fill-light mt0'>wasResolved</div>
|
|
5187
|
+
|
|
5188
|
+
|
|
5189
|
+
|
|
5190
|
+
|
|
5191
|
+
|
|
5192
|
+
|
|
5193
|
+
|
|
5194
|
+
|
|
5195
|
+
|
|
5196
|
+
|
|
5197
|
+
|
|
5198
|
+
|
|
5199
|
+
|
|
5200
|
+
|
|
5201
|
+
|
|
5202
|
+
|
|
5203
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
5204
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code>:
|
|
5205
|
+
<code>true</code>
|
|
5206
|
+
if the Deferred was resolved, otherwise
|
|
5207
|
+
<code>false</code>
|
|
5208
|
+
.
|
|
5209
|
+
|
|
5210
|
+
|
|
5211
|
+
|
|
5212
|
+
|
|
5213
|
+
|
|
5214
|
+
|
|
5215
|
+
|
|
5216
|
+
|
|
5217
|
+
|
|
5218
|
+
|
|
5219
|
+
|
|
5220
|
+
|
|
5221
|
+
|
|
5222
|
+
|
|
5223
|
+
|
|
5224
|
+
|
|
5225
|
+
|
|
5226
|
+
|
|
5063
5227
|
</section>
|
|
5064
5228
|
|
|
5065
5229
|
</div>
|
|
@@ -5079,7 +5243,7 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
5079
5243
|
<div class='clearfix'>
|
|
5080
5244
|
|
|
5081
5245
|
|
|
5082
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5246
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L235-L237'>
|
|
5083
5247
|
<span>src/newClasses/deferred.js</span>
|
|
5084
5248
|
</a>
|
|
5085
5249
|
|
|
@@ -5149,7 +5313,7 @@ the ability to directly resolve or reject it.</p>
|
|
|
5149
5313
|
<div class='clearfix'>
|
|
5150
5314
|
|
|
5151
5315
|
|
|
5152
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5316
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L248-L250'>
|
|
5153
5317
|
<span>src/newClasses/deferred.js</span>
|
|
5154
5318
|
</a>
|
|
5155
5319
|
|
|
@@ -5232,7 +5396,7 @@ with the value. This function behaves the same as Promise.resolve.</p>
|
|
|
5232
5396
|
<div class='clearfix'>
|
|
5233
5397
|
|
|
5234
5398
|
|
|
5235
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5399
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L260-L262'>
|
|
5236
5400
|
<span>src/newClasses/deferred.js</span>
|
|
5237
5401
|
</a>
|
|
5238
5402
|
|
|
@@ -5295,6 +5459,116 @@ reason.</p>
|
|
|
5295
5459
|
|
|
5296
5460
|
|
|
5297
5461
|
|
|
5462
|
+
</section>
|
|
5463
|
+
|
|
5464
|
+
</div>
|
|
5465
|
+
</div>
|
|
5466
|
+
|
|
5467
|
+
<div class='border-bottom' id='deferredfor'>
|
|
5468
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
5469
|
+
<div class="py1 contain">
|
|
5470
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
5471
|
+
<span class='code strong strong truncate'>for(depth, options, inspect)</span>
|
|
5472
|
+
</div>
|
|
5473
|
+
</div>
|
|
5474
|
+
<div class="clearfix display-none toggle-target">
|
|
5475
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
5476
|
+
|
|
5477
|
+
|
|
5478
|
+
<div class='clearfix'>
|
|
5479
|
+
|
|
5480
|
+
|
|
5481
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L279-L291'>
|
|
5482
|
+
<span>src/newClasses/deferred.js</span>
|
|
5483
|
+
</a>
|
|
5484
|
+
|
|
5485
|
+
</div>
|
|
5486
|
+
|
|
5487
|
+
|
|
5488
|
+
<p>Customizes the output of <code>util.inspect</code> on instances of Deferred when
|
|
5489
|
+
used in Node.js. This method is invoked by Node.js's <code>util.inspect</code>
|
|
5490
|
+
utility to format the inspection output of a Deferred instance.</p>
|
|
5491
|
+
<p>The output includes the state of the Deferred (resolved, rejected, or
|
|
5492
|
+
unsettled) along with the resolved value or rejection reason, if
|
|
5493
|
+
applicable. This provides a quick, readable status of the Deferred
|
|
5494
|
+
instance directly in the console or debugging tools.</p>
|
|
5495
|
+
|
|
5496
|
+
<div class='pre p1 fill-light mt0'>for(depth: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, options: <a href="#object">object</a>, inspect: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">function</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></div>
|
|
5497
|
+
|
|
5498
|
+
|
|
5499
|
+
|
|
5500
|
+
|
|
5501
|
+
|
|
5502
|
+
|
|
5503
|
+
|
|
5504
|
+
|
|
5505
|
+
|
|
5506
|
+
|
|
5507
|
+
|
|
5508
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
5509
|
+
<div class='prose'>
|
|
5510
|
+
|
|
5511
|
+
<div class='space-bottom0'>
|
|
5512
|
+
<div>
|
|
5513
|
+
<span class='code bold'>depth</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>)</code>
|
|
5514
|
+
The depth to which
|
|
5515
|
+
<code>util.inspect</code>
|
|
5516
|
+
will recurse.
|
|
5517
|
+
|
|
5518
|
+
</div>
|
|
5519
|
+
|
|
5520
|
+
</div>
|
|
5521
|
+
|
|
5522
|
+
<div class='space-bottom0'>
|
|
5523
|
+
<div>
|
|
5524
|
+
<span class='code bold'>options</span> <code class='quiet'>(<a href="#object">object</a>)</code>
|
|
5525
|
+
Formatting options provided by
|
|
5526
|
+
<code>util.inspect</code>
|
|
5527
|
+
.
|
|
5528
|
+
|
|
5529
|
+
</div>
|
|
5530
|
+
|
|
5531
|
+
</div>
|
|
5532
|
+
|
|
5533
|
+
<div class='space-bottom0'>
|
|
5534
|
+
<div>
|
|
5535
|
+
<span class='code bold'>inspect</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">function</a>)</code>
|
|
5536
|
+
Reference to the
|
|
5537
|
+
<code>util.inspect</code>
|
|
5538
|
+
function.
|
|
5539
|
+
|
|
5540
|
+
</div>
|
|
5541
|
+
|
|
5542
|
+
</div>
|
|
5543
|
+
|
|
5544
|
+
</div>
|
|
5545
|
+
|
|
5546
|
+
|
|
5547
|
+
|
|
5548
|
+
|
|
5549
|
+
|
|
5550
|
+
|
|
5551
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
5552
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>:
|
|
5553
|
+
A formatted string representing the Deferred instance.
|
|
5554
|
+
|
|
5555
|
+
|
|
5556
|
+
|
|
5557
|
+
|
|
5558
|
+
|
|
5559
|
+
|
|
5560
|
+
|
|
5561
|
+
|
|
5562
|
+
|
|
5563
|
+
|
|
5564
|
+
|
|
5565
|
+
|
|
5566
|
+
|
|
5567
|
+
|
|
5568
|
+
|
|
5569
|
+
|
|
5570
|
+
|
|
5571
|
+
|
|
5298
5572
|
</section>
|
|
5299
5573
|
|
|
5300
5574
|
</div>
|
|
@@ -5322,7 +5596,7 @@ reason.</p>
|
|
|
5322
5596
|
</h3>
|
|
5323
5597
|
|
|
5324
5598
|
|
|
5325
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5599
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L32-L32'>
|
|
5326
5600
|
<span>src/newClasses/deferred.js</span>
|
|
5327
5601
|
</a>
|
|
5328
5602
|
|
|
@@ -5383,7 +5657,7 @@ to.</p>
|
|
|
5383
5657
|
</h3>
|
|
5384
5658
|
|
|
5385
5659
|
|
|
5386
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5660
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L41-L41'>
|
|
5387
5661
|
<span>src/newClasses/deferred.js</span>
|
|
5388
5662
|
</a>
|
|
5389
5663
|
|
|
@@ -5444,7 +5718,7 @@ the deferred's promise to be settled.</p>
|
|
|
5444
5718
|
</h3>
|
|
5445
5719
|
|
|
5446
5720
|
|
|
5447
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5721
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L50-L50'>
|
|
5448
5722
|
<span>src/newClasses/deferred.js</span>
|
|
5449
5723
|
</a>
|
|
5450
5724
|
|
|
@@ -5505,7 +5779,7 @@ the deferred's promise to be settled.</p>
|
|
|
5505
5779
|
</h3>
|
|
5506
5780
|
|
|
5507
5781
|
|
|
5508
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5782
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/deferred.js#L79-L79'>
|
|
5509
5783
|
<span>src/newClasses/deferred.js</span>
|
|
5510
5784
|
</a>
|
|
5511
5785
|
|
|
@@ -5566,7 +5840,7 @@ queried using the <a href="Deferred.settled">Deferred.settled</a> getter.</p>
|
|
|
5566
5840
|
</h3>
|
|
5567
5841
|
|
|
5568
5842
|
|
|
5569
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5843
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L24-L24'>
|
|
5570
5844
|
<span>src/newClasses/descriptor.js</span>
|
|
5571
5845
|
</a>
|
|
5572
5846
|
|
|
@@ -5627,7 +5901,7 @@ derived.</p>
|
|
|
5627
5901
|
</h3>
|
|
5628
5902
|
|
|
5629
5903
|
|
|
5630
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5904
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L42-L64'>
|
|
5631
5905
|
<span>src/newClasses/descriptor.js</span>
|
|
5632
5906
|
</a>
|
|
5633
5907
|
|
|
@@ -5731,7 +6005,7 @@ valid.
|
|
|
5731
6005
|
</h3>
|
|
5732
6006
|
|
|
5733
6007
|
|
|
5734
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6008
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L72-L74'>
|
|
5735
6009
|
<span>src/newClasses/descriptor.js</span>
|
|
5736
6010
|
</a>
|
|
5737
6011
|
|
|
@@ -5794,7 +6068,7 @@ a data descriptor
|
|
|
5794
6068
|
</h3>
|
|
5795
6069
|
|
|
5796
6070
|
|
|
5797
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6071
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L82-L84'>
|
|
5798
6072
|
<span>src/newClasses/descriptor.js</span>
|
|
5799
6073
|
</a>
|
|
5800
6074
|
|
|
@@ -5857,7 +6131,7 @@ an accessor descriptor
|
|
|
5857
6131
|
</h3>
|
|
5858
6132
|
|
|
5859
6133
|
|
|
5860
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6134
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L91-L93'>
|
|
5861
6135
|
<span>src/newClasses/descriptor.js</span>
|
|
5862
6136
|
</a>
|
|
5863
6137
|
|
|
@@ -5919,7 +6193,7 @@ an accessor descriptor
|
|
|
5919
6193
|
</h3>
|
|
5920
6194
|
|
|
5921
6195
|
|
|
5922
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6196
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L102-L104'>
|
|
5923
6197
|
<span>src/newClasses/descriptor.js</span>
|
|
5924
6198
|
</a>
|
|
5925
6199
|
|
|
@@ -5983,7 +6257,7 @@ descriptor store is invalid.
|
|
|
5983
6257
|
</h3>
|
|
5984
6258
|
|
|
5985
6259
|
|
|
5986
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6260
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L113-L115'>
|
|
5987
6261
|
<span>src/newClasses/descriptor.js</span>
|
|
5988
6262
|
</a>
|
|
5989
6263
|
|
|
@@ -6057,7 +6331,7 @@ property. If this value is not a
|
|
|
6057
6331
|
</h3>
|
|
6058
6332
|
|
|
6059
6333
|
|
|
6060
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6334
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L124-L126'>
|
|
6061
6335
|
<span>src/newClasses/descriptor.js</span>
|
|
6062
6336
|
</a>
|
|
6063
6337
|
|
|
@@ -6121,7 +6395,7 @@ descriptor store is invalid.
|
|
|
6121
6395
|
</h3>
|
|
6122
6396
|
|
|
6123
6397
|
|
|
6124
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6398
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L135-L137'>
|
|
6125
6399
|
<span>src/newClasses/descriptor.js</span>
|
|
6126
6400
|
</a>
|
|
6127
6401
|
|
|
@@ -6195,7 +6469,7 @@ property. If this value is not a
|
|
|
6195
6469
|
</h3>
|
|
6196
6470
|
|
|
6197
6471
|
|
|
6198
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6472
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L146-L148'>
|
|
6199
6473
|
<span>src/newClasses/descriptor.js</span>
|
|
6200
6474
|
</a>
|
|
6201
6475
|
|
|
@@ -6259,7 +6533,7 @@ descriptor store is invalid.
|
|
|
6259
6533
|
</h3>
|
|
6260
6534
|
|
|
6261
6535
|
|
|
6262
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6536
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L157-L159'>
|
|
6263
6537
|
<span>src/newClasses/descriptor.js</span>
|
|
6264
6538
|
</a>
|
|
6265
6539
|
|
|
@@ -6333,7 +6607,7 @@ property. If this value is not a
|
|
|
6333
6607
|
</h3>
|
|
6334
6608
|
|
|
6335
6609
|
|
|
6336
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6610
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L167-L169'>
|
|
6337
6611
|
<span>src/newClasses/descriptor.js</span>
|
|
6338
6612
|
</a>
|
|
6339
6613
|
|
|
@@ -6396,7 +6670,7 @@ this instance of Descriptor.</p>
|
|
|
6396
6670
|
</h3>
|
|
6397
6671
|
|
|
6398
6672
|
|
|
6399
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6673
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L178-L180'>
|
|
6400
6674
|
<span>src/newClasses/descriptor.js</span>
|
|
6401
6675
|
</a>
|
|
6402
6676
|
|
|
@@ -6468,7 +6742,7 @@ property.
|
|
|
6468
6742
|
</h3>
|
|
6469
6743
|
|
|
6470
6744
|
|
|
6471
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6745
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L190-L192'>
|
|
6472
6746
|
<span>src/newClasses/descriptor.js</span>
|
|
6473
6747
|
</a>
|
|
6474
6748
|
|
|
@@ -6535,7 +6809,7 @@ is undefined.
|
|
|
6535
6809
|
</h3>
|
|
6536
6810
|
|
|
6537
6811
|
|
|
6538
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6812
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L212-L214'>
|
|
6539
6813
|
<span>src/newClasses/descriptor.js</span>
|
|
6540
6814
|
</a>
|
|
6541
6815
|
|
|
@@ -6604,7 +6878,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6604
6878
|
</h3>
|
|
6605
6879
|
|
|
6606
6880
|
|
|
6607
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6881
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L202-L204'>
|
|
6608
6882
|
<span>src/newClasses/descriptor.js</span>
|
|
6609
6883
|
</a>
|
|
6610
6884
|
|
|
@@ -6671,7 +6945,7 @@ getter will be bound the associated and previously set
|
|
|
6671
6945
|
</h3>
|
|
6672
6946
|
|
|
6673
6947
|
|
|
6674
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6948
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L224-L226'>
|
|
6675
6949
|
<span>src/newClasses/descriptor.js</span>
|
|
6676
6950
|
</a>
|
|
6677
6951
|
|
|
@@ -6738,7 +7012,7 @@ is undefined.
|
|
|
6738
7012
|
</h3>
|
|
6739
7013
|
|
|
6740
7014
|
|
|
6741
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7015
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L246-L248'>
|
|
6742
7016
|
<span>src/newClasses/descriptor.js</span>
|
|
6743
7017
|
</a>
|
|
6744
7018
|
|
|
@@ -6807,7 +7081,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6807
7081
|
</h3>
|
|
6808
7082
|
|
|
6809
7083
|
|
|
6810
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7084
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L236-L238'>
|
|
6811
7085
|
<span>src/newClasses/descriptor.js</span>
|
|
6812
7086
|
</a>
|
|
6813
7087
|
|
|
@@ -6874,7 +7148,7 @@ setter will be bound the associated and previously set
|
|
|
6874
7148
|
</h3>
|
|
6875
7149
|
|
|
6876
7150
|
|
|
6877
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7151
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L257-L257'>
|
|
6878
7152
|
<span>src/newClasses/descriptor.js</span>
|
|
6879
7153
|
</a>
|
|
6880
7154
|
|
|
@@ -6943,7 +7217,7 @@ instance of <code>Descriptor</code>.</p>
|
|
|
6943
7217
|
</h3>
|
|
6944
7218
|
|
|
6945
7219
|
|
|
6946
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7220
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L267-L267'>
|
|
6947
7221
|
<span>src/newClasses/descriptor.js</span>
|
|
6948
7222
|
</a>
|
|
6949
7223
|
|
|
@@ -7008,7 +7282,7 @@ if it has not yet been set.
|
|
|
7008
7282
|
</h3>
|
|
7009
7283
|
|
|
7010
7284
|
|
|
7011
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7285
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L276-L276'>
|
|
7012
7286
|
<span>src/newClasses/descriptor.js</span>
|
|
7013
7287
|
</a>
|
|
7014
7288
|
|
|
@@ -7078,7 +7352,7 @@ be associated with.
|
|
|
7078
7352
|
</h3>
|
|
7079
7353
|
|
|
7080
7354
|
|
|
7081
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7355
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L296-L299'>
|
|
7082
7356
|
<span>src/newClasses/descriptor.js</span>
|
|
7083
7357
|
</a>
|
|
7084
7358
|
|
|
@@ -7190,7 +7464,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
7190
7464
|
</h3>
|
|
7191
7465
|
|
|
7192
7466
|
|
|
7193
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7467
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L328-L334'>
|
|
7194
7468
|
<span>src/newClasses/descriptor.js</span>
|
|
7195
7469
|
</a>
|
|
7196
7470
|
|
|
@@ -7278,7 +7552,7 @@ descriptor will abe applied
|
|
|
7278
7552
|
</h3>
|
|
7279
7553
|
|
|
7280
7554
|
|
|
7281
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7555
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L349-L370'>
|
|
7282
7556
|
<span>src/newClasses/descriptor.js</span>
|
|
7283
7557
|
</a>
|
|
7284
7558
|
|
|
@@ -7366,7 +7640,7 @@ a descriptor.
|
|
|
7366
7640
|
</h3>
|
|
7367
7641
|
|
|
7368
7642
|
|
|
7369
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7643
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L379-L404'>
|
|
7370
7644
|
<span>src/newClasses/descriptor.js</span>
|
|
7371
7645
|
</a>
|
|
7372
7646
|
|
|
@@ -7449,7 +7723,7 @@ and its type is returned.
|
|
|
7449
7723
|
</h3>
|
|
7450
7724
|
|
|
7451
7725
|
|
|
7452
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7726
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L412-L414'>
|
|
7453
7727
|
<span>src/newClasses/descriptor.js</span>
|
|
7454
7728
|
</a>
|
|
7455
7729
|
|
|
@@ -7512,7 +7786,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
7512
7786
|
</h3>
|
|
7513
7787
|
|
|
7514
7788
|
|
|
7515
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7789
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L309-L318'>
|
|
7516
7790
|
<span>src/newClasses/descriptor.js</span>
|
|
7517
7791
|
</a>
|
|
7518
7792
|
|
|
@@ -7607,7 +7881,7 @@ object to return a descriptor for.
|
|
|
7607
7881
|
</h3>
|
|
7608
7882
|
|
|
7609
7883
|
|
|
7610
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7884
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L428-L439'>
|
|
7611
7885
|
<span>src/newClasses/descriptor.js</span>
|
|
7612
7886
|
</a>
|
|
7613
7887
|
|
|
@@ -7699,7 +7973,7 @@ a data property.
|
|
|
7699
7973
|
</h3>
|
|
7700
7974
|
|
|
7701
7975
|
|
|
7702
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7976
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L456-L467'>
|
|
7703
7977
|
<span>src/newClasses/descriptor.js</span>
|
|
7704
7978
|
</a>
|
|
7705
7979
|
|
|
@@ -7796,7 +8070,7 @@ returns undefined.
|
|
|
7796
8070
|
</h3>
|
|
7797
8071
|
|
|
7798
8072
|
|
|
7799
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8073
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L484-L489'>
|
|
7800
8074
|
<span>src/newClasses/descriptor.js</span>
|
|
7801
8075
|
</a>
|
|
7802
8076
|
|
|
@@ -7907,7 +8181,7 @@ arguments passed to the
|
|
|
7907
8181
|
</h3>
|
|
7908
8182
|
|
|
7909
8183
|
|
|
7910
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8184
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L506-L517'>
|
|
7911
8185
|
<span>src/newClasses/descriptor.js</span>
|
|
7912
8186
|
</a>
|
|
7913
8187
|
|
|
@@ -8045,7 +8319,7 @@ property.</li>
|
|
|
8045
8319
|
</h3>
|
|
8046
8320
|
|
|
8047
8321
|
|
|
8048
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8322
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L533-L544'>
|
|
8049
8323
|
<span>src/newClasses/descriptor.js</span>
|
|
8050
8324
|
</a>
|
|
8051
8325
|
|
|
@@ -8199,7 +8473,7 @@ changed.
|
|
|
8199
8473
|
</h3>
|
|
8200
8474
|
|
|
8201
8475
|
|
|
8202
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8476
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L557-L565'>
|
|
8203
8477
|
<span>src/newClasses/descriptor.js</span>
|
|
8204
8478
|
</a>
|
|
8205
8479
|
|
|
@@ -8282,7 +8556,7 @@ check if it is a descriptor.
|
|
|
8282
8556
|
</h3>
|
|
8283
8557
|
|
|
8284
8558
|
|
|
8285
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8559
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L580-L599'>
|
|
8286
8560
|
<span>src/newClasses/descriptor.js</span>
|
|
8287
8561
|
</a>
|
|
8288
8562
|
|
|
@@ -8400,7 +8674,7 @@ has any keys that match the
|
|
|
8400
8674
|
</h3>
|
|
8401
8675
|
|
|
8402
8676
|
|
|
8403
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8677
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L612-L631'>
|
|
8404
8678
|
<span>src/newClasses/descriptor.js</span>
|
|
8405
8679
|
</a>
|
|
8406
8680
|
|
|
@@ -8493,7 +8767,7 @@ passed as an argument is an accessor descriptor, and false otherwise.
|
|
|
8493
8767
|
</h3>
|
|
8494
8768
|
|
|
8495
8769
|
|
|
8496
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8770
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L640-L642'>
|
|
8497
8771
|
<span>src/newClasses/descriptor.js</span>
|
|
8498
8772
|
</a>
|
|
8499
8773
|
|
|
@@ -8565,7 +8839,7 @@ configurable</p>
|
|
|
8565
8839
|
</h3>
|
|
8566
8840
|
|
|
8567
8841
|
|
|
8568
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8842
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L651-L653'>
|
|
8569
8843
|
<span>src/newClasses/descriptor.js</span>
|
|
8570
8844
|
</a>
|
|
8571
8845
|
|
|
@@ -8637,7 +8911,7 @@ the
|
|
|
8637
8911
|
</h3>
|
|
8638
8912
|
|
|
8639
8913
|
|
|
8640
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8914
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L662-L664'>
|
|
8641
8915
|
<span>src/newClasses/descriptor.js</span>
|
|
8642
8916
|
</a>
|
|
8643
8917
|
|
|
@@ -8707,7 +8981,7 @@ the arguments
|
|
|
8707
8981
|
</h3>
|
|
8708
8982
|
|
|
8709
8983
|
|
|
8710
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8984
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L672-L674'>
|
|
8711
8985
|
<span>src/newClasses/descriptor.js</span>
|
|
8712
8986
|
</a>
|
|
8713
8987
|
|
|
@@ -8776,7 +9050,7 @@ method with the arguments
|
|
|
8776
9050
|
</h3>
|
|
8777
9051
|
|
|
8778
9052
|
|
|
8779
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9053
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L681-L683'>
|
|
8780
9054
|
<span>src/newClasses/descriptor.js</span>
|
|
8781
9055
|
</a>
|
|
8782
9056
|
|
|
@@ -8838,7 +9112,7 @@ method with the arguments
|
|
|
8838
9112
|
</h3>
|
|
8839
9113
|
|
|
8840
9114
|
|
|
8841
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9115
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L690-L692'>
|
|
8842
9116
|
<span>src/newClasses/descriptor.js</span>
|
|
8843
9117
|
</a>
|
|
8844
9118
|
|
|
@@ -8900,7 +9174,7 @@ method with the arguments
|
|
|
8900
9174
|
</h3>
|
|
8901
9175
|
|
|
8902
9176
|
|
|
8903
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9177
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/descriptor.js#L700-L702'>
|
|
8904
9178
|
<span>src/newClasses/descriptor.js</span>
|
|
8905
9179
|
</a>
|
|
8906
9180
|
|
|
@@ -8963,7 +9237,7 @@ returned.
|
|
|
8963
9237
|
</h3>
|
|
8964
9238
|
|
|
8965
9239
|
|
|
8966
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9240
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L9-L92'>
|
|
8967
9241
|
<span>src/newClasses/iterable.js</span>
|
|
8968
9242
|
</a>
|
|
8969
9243
|
|
|
@@ -9041,7 +9315,7 @@ not an iterable.
|
|
|
9041
9315
|
<div class='clearfix'>
|
|
9042
9316
|
|
|
9043
9317
|
|
|
9044
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9318
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L88-L91'>
|
|
9045
9319
|
<span>src/newClasses/iterable.js</span>
|
|
9046
9320
|
</a>
|
|
9047
9321
|
|
|
@@ -9136,7 +9410,7 @@ using a generator function, false otherwise.
|
|
|
9136
9410
|
<div class='clearfix'>
|
|
9137
9411
|
|
|
9138
9412
|
|
|
9139
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9413
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L48-L52'>
|
|
9140
9414
|
<span>src/newClasses/iterable.js</span>
|
|
9141
9415
|
</a>
|
|
9142
9416
|
|
|
@@ -9204,7 +9478,7 @@ to yield the elements one by one in a synchronous manner.</p>
|
|
|
9204
9478
|
<div class='clearfix'>
|
|
9205
9479
|
|
|
9206
9480
|
|
|
9207
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9481
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L60-L62'>
|
|
9208
9482
|
<span>src/newClasses/iterable.js</span>
|
|
9209
9483
|
</a>
|
|
9210
9484
|
|
|
@@ -9271,7 +9545,7 @@ where array methods and behaviors are needed.</p>
|
|
|
9271
9545
|
<div class='clearfix'>
|
|
9272
9546
|
|
|
9273
9547
|
|
|
9274
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9548
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L70-L72'>
|
|
9275
9549
|
<span>src/newClasses/iterable.js</span>
|
|
9276
9550
|
</a>
|
|
9277
9551
|
|
|
@@ -9346,7 +9620,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9346
9620
|
</h3>
|
|
9347
9621
|
|
|
9348
9622
|
|
|
9349
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9623
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L99-L218'>
|
|
9350
9624
|
<span>src/newClasses/iterable.js</span>
|
|
9351
9625
|
</a>
|
|
9352
9626
|
|
|
@@ -9429,7 +9703,7 @@ takes an entry as input and receives one as output.
|
|
|
9429
9703
|
<div class='clearfix'>
|
|
9430
9704
|
|
|
9431
9705
|
|
|
9432
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9706
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L135-L137'>
|
|
9433
9707
|
<span>src/newClasses/iterable.js</span>
|
|
9434
9708
|
</a>
|
|
9435
9709
|
|
|
@@ -9500,7 +9774,7 @@ iterable. The method is generated from
|
|
|
9500
9774
|
<div class='clearfix'>
|
|
9501
9775
|
|
|
9502
9776
|
|
|
9503
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9777
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L145-L147'>
|
|
9504
9778
|
<span>src/newClasses/iterable.js</span>
|
|
9505
9779
|
</a>
|
|
9506
9780
|
|
|
@@ -9568,7 +9842,7 @@ created this instance.</p>
|
|
|
9568
9842
|
<div class='clearfix'>
|
|
9569
9843
|
|
|
9570
9844
|
|
|
9571
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9845
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L156-L170'>
|
|
9572
9846
|
<span>src/newClasses/iterable.js</span>
|
|
9573
9847
|
</a>
|
|
9574
9848
|
|
|
@@ -9636,7 +9910,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
9636
9910
|
<div class='clearfix'>
|
|
9637
9911
|
|
|
9638
9912
|
|
|
9639
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9913
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L176-L178'>
|
|
9640
9914
|
<span>src/newClasses/iterable.js</span>
|
|
9641
9915
|
</a>
|
|
9642
9916
|
|
|
@@ -9695,7 +9969,7 @@ iterated over again.</p>
|
|
|
9695
9969
|
<div class='clearfix'>
|
|
9696
9970
|
|
|
9697
9971
|
|
|
9698
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9972
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L188-L190'>
|
|
9699
9973
|
<span>src/newClasses/iterable.js</span>
|
|
9700
9974
|
</a>
|
|
9701
9975
|
|
|
@@ -9764,7 +10038,7 @@ conforming to the expected JavaScript Iterator interface
|
|
|
9764
10038
|
<div class='clearfix'>
|
|
9765
10039
|
|
|
9766
10040
|
|
|
9767
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10041
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L198-L200'>
|
|
9768
10042
|
<span>src/newClasses/iterable.js</span>
|
|
9769
10043
|
</a>
|
|
9770
10044
|
|
|
@@ -9839,7 +10113,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9839
10113
|
</h3>
|
|
9840
10114
|
|
|
9841
10115
|
|
|
9842
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10116
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/iterable.js#L106-L106'>
|
|
9843
10117
|
<span>src/newClasses/iterable.js</span>
|
|
9844
10118
|
</a>
|
|
9845
10119
|
|
|
@@ -9896,7 +10170,7 @@ they are returned to the called code.</p>
|
|
|
9896
10170
|
</h3>
|
|
9897
10171
|
|
|
9898
10172
|
|
|
9899
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10173
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L23-L481'>
|
|
9900
10174
|
<span>src/newClasses/refmap.js</span>
|
|
9901
10175
|
</a>
|
|
9902
10176
|
|
|
@@ -9974,7 +10248,7 @@ maintain strong references to their elements.</p>
|
|
|
9974
10248
|
<div class='clearfix'>
|
|
9975
10249
|
|
|
9976
10250
|
|
|
9977
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10251
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L46-L49'>
|
|
9978
10252
|
<span>src/newClasses/refmap.js</span>
|
|
9979
10253
|
</a>
|
|
9980
10254
|
|
|
@@ -10059,7 +10333,7 @@ objectification.
|
|
|
10059
10333
|
<div class='clearfix'>
|
|
10060
10334
|
|
|
10061
10335
|
|
|
10062
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10336
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L58-L69'>
|
|
10063
10337
|
<span>src/newClasses/refmap.js</span>
|
|
10064
10338
|
</a>
|
|
10065
10339
|
|
|
@@ -10131,7 +10405,7 @@ object, handling invalid keys by converting them to strings.</p>
|
|
|
10131
10405
|
<div class='clearfix'>
|
|
10132
10406
|
|
|
10133
10407
|
|
|
10134
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10408
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L79-L81'>
|
|
10135
10409
|
<span>src/newClasses/refmap.js</span>
|
|
10136
10410
|
</a>
|
|
10137
10411
|
|
|
@@ -10200,7 +10474,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
10200
10474
|
<div class='clearfix'>
|
|
10201
10475
|
|
|
10202
10476
|
|
|
10203
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10477
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L118-L120'>
|
|
10204
10478
|
<span>src/newClasses/refmap.js</span>
|
|
10205
10479
|
</a>
|
|
10206
10480
|
|
|
@@ -10275,7 +10549,7 @@ object. If true, and if possible, the object will be turned into an
|
|
|
10275
10549
|
<div class='clearfix'>
|
|
10276
10550
|
|
|
10277
10551
|
|
|
10278
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10552
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L100-L108'>
|
|
10279
10553
|
<span>src/newClasses/refmap.js</span>
|
|
10280
10554
|
</a>
|
|
10281
10555
|
|
|
@@ -10375,7 +10649,7 @@ returns null), then the defaultValue is returned.
|
|
|
10375
10649
|
<div class='clearfix'>
|
|
10376
10650
|
|
|
10377
10651
|
|
|
10378
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10652
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L134-L166'>
|
|
10379
10653
|
<span>src/newClasses/refmap.js</span>
|
|
10380
10654
|
</a>
|
|
10381
10655
|
|
|
@@ -10473,7 +10747,7 @@ primitives to their object variants will be made. These are <code>numbers</code>
|
|
|
10473
10747
|
<div class='clearfix'>
|
|
10474
10748
|
|
|
10475
10749
|
|
|
10476
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10750
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L178-L201'>
|
|
10477
10751
|
<span>src/newClasses/refmap.js</span>
|
|
10478
10752
|
</a>
|
|
10479
10753
|
|
|
@@ -10574,7 +10848,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10574
10848
|
<div class='clearfix'>
|
|
10575
10849
|
|
|
10576
10850
|
|
|
10577
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10851
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L209-L217'>
|
|
10578
10852
|
<span>src/newClasses/refmap.js</span>
|
|
10579
10853
|
</a>
|
|
10580
10854
|
|
|
@@ -10641,7 +10915,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10641
10915
|
<div class='clearfix'>
|
|
10642
10916
|
|
|
10643
10917
|
|
|
10644
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10918
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L231-L245'>
|
|
10645
10919
|
<span>src/newClasses/refmap.js</span>
|
|
10646
10920
|
</a>
|
|
10647
10921
|
|
|
@@ -10732,7 +11006,7 @@ the RefMap itself.
|
|
|
10732
11006
|
<div class='clearfix'>
|
|
10733
11007
|
|
|
10734
11008
|
|
|
10735
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11009
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L260-L270'>
|
|
10736
11010
|
<span>src/newClasses/refmap.js</span>
|
|
10737
11011
|
</a>
|
|
10738
11012
|
|
|
@@ -10826,7 +11100,7 @@ to be applied if the
|
|
|
10826
11100
|
<div class='clearfix'>
|
|
10827
11101
|
|
|
10828
11102
|
|
|
10829
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11103
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L282-L287'>
|
|
10830
11104
|
<span>src/newClasses/refmap.js</span>
|
|
10831
11105
|
</a>
|
|
10832
11106
|
|
|
@@ -10897,7 +11171,7 @@ they are skipped).</p>
|
|
|
10897
11171
|
<div class='clearfix'>
|
|
10898
11172
|
|
|
10899
11173
|
|
|
10900
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11174
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L307-L326'>
|
|
10901
11175
|
<span>src/newClasses/refmap.js</span>
|
|
10902
11176
|
</a>
|
|
10903
11177
|
|
|
@@ -11005,7 +11279,7 @@ in the RefMap, false otherwise.
|
|
|
11005
11279
|
<div class='clearfix'>
|
|
11006
11280
|
|
|
11007
11281
|
|
|
11008
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11282
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L348-L358'>
|
|
11009
11283
|
<span>src/newClasses/refmap.js</span>
|
|
11010
11284
|
</a>
|
|
11011
11285
|
|
|
@@ -11125,7 +11399,7 @@ entries
|
|
|
11125
11399
|
<div class='clearfix'>
|
|
11126
11400
|
|
|
11127
11401
|
|
|
11128
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11402
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L388-L403'>
|
|
11129
11403
|
<span>src/newClasses/refmap.js</span>
|
|
11130
11404
|
</a>
|
|
11131
11405
|
|
|
@@ -11258,7 +11532,7 @@ it returns
|
|
|
11258
11532
|
<div class='clearfix'>
|
|
11259
11533
|
|
|
11260
11534
|
|
|
11261
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11535
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L424-L458'>
|
|
11262
11536
|
<span>src/newClasses/refmap.js</span>
|
|
11263
11537
|
</a>
|
|
11264
11538
|
|
|
@@ -11395,7 +11669,7 @@ the result of the
|
|
|
11395
11669
|
<div class='clearfix'>
|
|
11396
11670
|
|
|
11397
11671
|
|
|
11398
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11672
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L466-L470'>
|
|
11399
11673
|
<span>src/newClasses/refmap.js</span>
|
|
11400
11674
|
</a>
|
|
11401
11675
|
|
|
@@ -11462,7 +11736,7 @@ dereferencing any weak references.</p>
|
|
|
11462
11736
|
<div class='clearfix'>
|
|
11463
11737
|
|
|
11464
11738
|
|
|
11465
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11739
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refmap.js#L478-L480'>
|
|
11466
11740
|
<span>src/newClasses/refmap.js</span>
|
|
11467
11741
|
</a>
|
|
11468
11742
|
|
|
@@ -11537,7 +11811,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
11537
11811
|
</h3>
|
|
11538
11812
|
|
|
11539
11813
|
|
|
11540
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11814
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L15-L425'>
|
|
11541
11815
|
<span>src/newClasses/refset.js</span>
|
|
11542
11816
|
</a>
|
|
11543
11817
|
|
|
@@ -11602,7 +11876,7 @@ maintain strong references to their elements.</p>
|
|
|
11602
11876
|
<div class='clearfix'>
|
|
11603
11877
|
|
|
11604
11878
|
|
|
11605
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11879
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L34-L37'>
|
|
11606
11880
|
<span>src/newClasses/refset.js</span>
|
|
11607
11881
|
</a>
|
|
11608
11882
|
|
|
@@ -11687,7 +11961,7 @@ objectification.
|
|
|
11687
11961
|
<div class='clearfix'>
|
|
11688
11962
|
|
|
11689
11963
|
|
|
11690
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11964
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L47-L49'>
|
|
11691
11965
|
<span>src/newClasses/refset.js</span>
|
|
11692
11966
|
</a>
|
|
11693
11967
|
|
|
@@ -11756,7 +12030,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
11756
12030
|
<div class='clearfix'>
|
|
11757
12031
|
|
|
11758
12032
|
|
|
11759
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12033
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L60-L62'>
|
|
11760
12034
|
<span>src/newClasses/refset.js</span>
|
|
11761
12035
|
</a>
|
|
11762
12036
|
|
|
@@ -11832,7 +12106,7 @@ comparison in the <code>.has()</code> method (i.e. <code>==</code> instead of <c
|
|
|
11832
12106
|
<div class='clearfix'>
|
|
11833
12107
|
|
|
11834
12108
|
|
|
11835
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12109
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L74-L102'>
|
|
11836
12110
|
<span>src/newClasses/refset.js</span>
|
|
11837
12111
|
</a>
|
|
11838
12112
|
|
|
@@ -11916,7 +12190,7 @@ made. These are numbers, strings, boolean values and big integers.</p>
|
|
|
11916
12190
|
<div class='clearfix'>
|
|
11917
12191
|
|
|
11918
12192
|
|
|
11919
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12193
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L113-L125'>
|
|
11920
12194
|
<span>src/newClasses/refset.js</span>
|
|
11921
12195
|
</a>
|
|
11922
12196
|
|
|
@@ -11999,7 +12273,7 @@ to the criteria of that function.</p>
|
|
|
11999
12273
|
<div class='clearfix'>
|
|
12000
12274
|
|
|
12001
12275
|
|
|
12002
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12276
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L133-L141'>
|
|
12003
12277
|
<span>src/newClasses/refset.js</span>
|
|
12004
12278
|
</a>
|
|
12005
12279
|
|
|
@@ -12066,7 +12340,7 @@ to the criteria of that function.</p>
|
|
|
12066
12340
|
<div class='clearfix'>
|
|
12067
12341
|
|
|
12068
12342
|
|
|
12069
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12343
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L155-L161'>
|
|
12070
12344
|
<span>src/newClasses/refset.js</span>
|
|
12071
12345
|
</a>
|
|
12072
12346
|
|
|
@@ -12157,7 +12431,7 @@ the RefSet itself.
|
|
|
12157
12431
|
<div class='clearfix'>
|
|
12158
12432
|
|
|
12159
12433
|
|
|
12160
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12434
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L176-L188'>
|
|
12161
12435
|
<span>src/newClasses/refset.js</span>
|
|
12162
12436
|
</a>
|
|
12163
12437
|
|
|
@@ -12251,7 +12525,7 @@ to be applied if the
|
|
|
12251
12525
|
<div class='clearfix'>
|
|
12252
12526
|
|
|
12253
12527
|
|
|
12254
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12528
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L200-L212'>
|
|
12255
12529
|
<span>src/newClasses/refset.js</span>
|
|
12256
12530
|
</a>
|
|
12257
12531
|
|
|
@@ -12322,7 +12596,7 @@ they are skipped).</p>
|
|
|
12322
12596
|
<div class='clearfix'>
|
|
12323
12597
|
|
|
12324
12598
|
|
|
12325
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12599
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L223-L225'>
|
|
12326
12600
|
<span>src/newClasses/refset.js</span>
|
|
12327
12601
|
</a>
|
|
12328
12602
|
|
|
@@ -12392,7 +12666,7 @@ between keys and values.</p>
|
|
|
12392
12666
|
<div class='clearfix'>
|
|
12393
12667
|
|
|
12394
12668
|
|
|
12395
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12669
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L240-L252'>
|
|
12396
12670
|
<span>src/newClasses/refset.js</span>
|
|
12397
12671
|
</a>
|
|
12398
12672
|
|
|
@@ -12478,7 +12752,7 @@ in the RefSet, false otherwise.
|
|
|
12478
12752
|
<div class='clearfix'>
|
|
12479
12753
|
|
|
12480
12754
|
|
|
12481
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12755
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L265-L272'>
|
|
12482
12756
|
<span>src/newClasses/refset.js</span>
|
|
12483
12757
|
</a>
|
|
12484
12758
|
|
|
@@ -12563,7 +12837,7 @@ general-purpose.</p>
|
|
|
12563
12837
|
<div class='clearfix'>
|
|
12564
12838
|
|
|
12565
12839
|
|
|
12566
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12840
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L288-L304'>
|
|
12567
12841
|
<span>src/newClasses/refset.js</span>
|
|
12568
12842
|
</a>
|
|
12569
12843
|
|
|
@@ -12663,7 +12937,7 @@ The function receives the dereferenced value.
|
|
|
12663
12937
|
<div class='clearfix'>
|
|
12664
12938
|
|
|
12665
12939
|
|
|
12666
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12940
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L319-L333'>
|
|
12667
12941
|
<span>src/newClasses/refset.js</span>
|
|
12668
12942
|
</a>
|
|
12669
12943
|
|
|
@@ -12763,7 +13037,7 @@ the testing function, or undefined if none found.
|
|
|
12763
13037
|
<div class='clearfix'>
|
|
12764
13038
|
|
|
12765
13039
|
|
|
12766
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13040
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L354-L398'>
|
|
12767
13041
|
<span>src/newClasses/refset.js</span>
|
|
12768
13042
|
</a>
|
|
12769
13043
|
|
|
@@ -12900,7 +13174,7 @@ the result of the
|
|
|
12900
13174
|
<div class='clearfix'>
|
|
12901
13175
|
|
|
12902
13176
|
|
|
12903
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13177
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/newClasses/refset.js#L406-L408'>
|
|
12904
13178
|
<span>src/newClasses/refset.js</span>
|
|
12905
13179
|
</a>
|
|
12906
13180
|
|
|
@@ -12975,7 +13249,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
12975
13249
|
</h3>
|
|
12976
13250
|
|
|
12977
13251
|
|
|
12978
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13252
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L11-L201'>
|
|
12979
13253
|
<span>src/objectextensions.js</span>
|
|
12980
13254
|
</a>
|
|
12981
13255
|
|
|
@@ -13030,7 +13304,7 @@ with additional utility functions.</p>
|
|
|
13030
13304
|
<div class='clearfix'>
|
|
13031
13305
|
|
|
13032
13306
|
|
|
13033
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13307
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L20-L22'>
|
|
13034
13308
|
<span>src/objectextensions.js</span>
|
|
13035
13309
|
</a>
|
|
13036
13310
|
|
|
@@ -13119,7 +13393,7 @@ and
|
|
|
13119
13393
|
<div class='clearfix'>
|
|
13120
13394
|
|
|
13121
13395
|
|
|
13122
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13396
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L32-L34'>
|
|
13123
13397
|
<span>src/objectextensions.js</span>
|
|
13124
13398
|
</a>
|
|
13125
13399
|
|
|
@@ -13203,7 +13477,7 @@ appropriate symbol defined.</p>
|
|
|
13203
13477
|
<div class='clearfix'>
|
|
13204
13478
|
|
|
13205
13479
|
|
|
13206
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13480
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L49-L63'>
|
|
13207
13481
|
<span>src/objectextensions.js</span>
|
|
13208
13482
|
</a>
|
|
13209
13483
|
|
|
@@ -13301,7 +13575,7 @@ returned whenever a supplied object does not have a
|
|
|
13301
13575
|
<div class='clearfix'>
|
|
13302
13576
|
|
|
13303
13577
|
|
|
13304
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13578
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L85-L94'>
|
|
13305
13579
|
<span>src/objectextensions.js</span>
|
|
13306
13580
|
</a>
|
|
13307
13581
|
|
|
@@ -13418,7 +13692,7 @@ available in the
|
|
|
13418
13692
|
<div class='clearfix'>
|
|
13419
13693
|
|
|
13420
13694
|
|
|
13421
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13695
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L106-L108'>
|
|
13422
13696
|
<span>src/objectextensions.js</span>
|
|
13423
13697
|
</a>
|
|
13424
13698
|
|
|
@@ -13506,7 +13780,7 @@ otherwise
|
|
|
13506
13780
|
<div class='clearfix'>
|
|
13507
13781
|
|
|
13508
13782
|
|
|
13509
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13783
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L117-L136'>
|
|
13510
13784
|
<span>src/objectextensions.js</span>
|
|
13511
13785
|
</a>
|
|
13512
13786
|
|
|
@@ -13587,7 +13861,7 @@ false otherwise.
|
|
|
13587
13861
|
<div class='clearfix'>
|
|
13588
13862
|
|
|
13589
13863
|
|
|
13590
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13864
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L148-L150'>
|
|
13591
13865
|
<span>src/objectextensions.js</span>
|
|
13592
13866
|
</a>
|
|
13593
13867
|
|
|
@@ -13675,7 +13949,7 @@ getting object properties.</p>
|
|
|
13675
13949
|
<div class='clearfix'>
|
|
13676
13950
|
|
|
13677
13951
|
|
|
13678
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13952
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L166-L200'>
|
|
13679
13953
|
<span>src/objectextensions.js</span>
|
|
13680
13954
|
</a>
|
|
13681
13955
|
|
|
@@ -13794,7 +14068,7 @@ specified in the
|
|
|
13794
14068
|
</h3>
|
|
13795
14069
|
|
|
13796
14070
|
|
|
13797
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14071
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/objectextensions.js#L218-L220'>
|
|
13798
14072
|
<span>src/objectextensions.js</span>
|
|
13799
14073
|
</a>
|
|
13800
14074
|
|
|
@@ -13891,7 +14165,7 @@ specified in the
|
|
|
13891
14165
|
</h3>
|
|
13892
14166
|
|
|
13893
14167
|
|
|
13894
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14168
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L18-L118'>
|
|
13895
14169
|
<span>src/reflectextensions.js</span>
|
|
13896
14170
|
</a>
|
|
13897
14171
|
|
|
@@ -13950,7 +14224,7 @@ JavaScript.</p>
|
|
|
13950
14224
|
<div class='clearfix'>
|
|
13951
14225
|
|
|
13952
14226
|
|
|
13953
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14227
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L29-L34'>
|
|
13954
14228
|
<span>src/reflectextensions.js</span>
|
|
13955
14229
|
</a>
|
|
13956
14230
|
|
|
@@ -14046,7 +14320,7 @@ to receive multiple keys as arguments.
|
|
|
14046
14320
|
<div class='clearfix'>
|
|
14047
14321
|
|
|
14048
14322
|
|
|
14049
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14323
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L46-L60'>
|
|
14050
14324
|
<span>src/reflectextensions.js</span>
|
|
14051
14325
|
</a>
|
|
14052
14326
|
|
|
@@ -14139,7 +14413,7 @@ a TypeError exception will be thrown
|
|
|
14139
14413
|
<div class='clearfix'>
|
|
14140
14414
|
|
|
14141
14415
|
|
|
14142
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14416
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L73-L78'>
|
|
14143
14417
|
<span>src/reflectextensions.js</span>
|
|
14144
14418
|
</a>
|
|
14145
14419
|
|
|
@@ -14240,7 +14514,7 @@ at least one of the keys provided as arguments exists in the given object.
|
|
|
14240
14514
|
<div class='clearfix'>
|
|
14241
14515
|
|
|
14242
14516
|
|
|
14243
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14517
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L93-L99'>
|
|
14244
14518
|
<span>src/reflectextensions.js</span>
|
|
14245
14519
|
</a>
|
|
14246
14520
|
|
|
@@ -14327,7 +14601,7 @@ array if the input is not a valid object.
|
|
|
14327
14601
|
<div class='clearfix'>
|
|
14328
14602
|
|
|
14329
14603
|
|
|
14330
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14604
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/reflectextensions.js#L115-L117'>
|
|
14331
14605
|
<span>src/reflectextensions.js</span>
|
|
14332
14606
|
</a>
|
|
14333
14607
|
|
|
@@ -14427,7 +14701,7 @@ object.
|
|
|
14427
14701
|
</h3>
|
|
14428
14702
|
|
|
14429
14703
|
|
|
14430
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14704
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L12-L26'>
|
|
14431
14705
|
<span>src/setextensions.js</span>
|
|
14432
14706
|
</a>
|
|
14433
14707
|
|
|
@@ -14498,7 +14772,7 @@ or Array) whose elements will be added to the set.
|
|
|
14498
14772
|
</h3>
|
|
14499
14773
|
|
|
14500
14774
|
|
|
14501
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14775
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L38-L46'>
|
|
14502
14776
|
<span>src/setextensions.js</span>
|
|
14503
14777
|
</a>
|
|
14504
14778
|
|
|
@@ -14585,7 +14859,7 @@ the supplied value,
|
|
|
14585
14859
|
</h3>
|
|
14586
14860
|
|
|
14587
14861
|
|
|
14588
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14862
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L60-L76'>
|
|
14589
14863
|
<span>src/setextensions.js</span>
|
|
14590
14864
|
</a>
|
|
14591
14865
|
|
|
@@ -14688,7 +14962,7 @@ the element, index (always NaN), and the set itself.
|
|
|
14688
14962
|
</h3>
|
|
14689
14963
|
|
|
14690
14964
|
|
|
14691
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14965
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L92-L107'>
|
|
14692
14966
|
<span>src/setextensions.js</span>
|
|
14693
14967
|
</a>
|
|
14694
14968
|
|
|
@@ -14794,7 +15068,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14794
15068
|
</h3>
|
|
14795
15069
|
|
|
14796
15070
|
|
|
14797
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15071
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L122-L143'>
|
|
14798
15072
|
<span>src/setextensions.js</span>
|
|
14799
15073
|
</a>
|
|
14800
15074
|
|
|
@@ -14900,7 +15174,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14900
15174
|
</h3>
|
|
14901
15175
|
|
|
14902
15176
|
|
|
14903
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15177
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L151-L153'>
|
|
14904
15178
|
<span>src/setextensions.js</span>
|
|
14905
15179
|
</a>
|
|
14906
15180
|
|
|
@@ -14963,7 +15237,7 @@ This is an alias for the <code>size</code> property of the set.</p>
|
|
|
14963
15237
|
</h3>
|
|
14964
15238
|
|
|
14965
15239
|
|
|
14966
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15240
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L169-L183'>
|
|
14967
15241
|
<span>src/setextensions.js</span>
|
|
14968
15242
|
</a>
|
|
14969
15243
|
|
|
@@ -15070,7 +15344,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
15070
15344
|
</h3>
|
|
15071
15345
|
|
|
15072
15346
|
|
|
15073
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15347
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L199-L212'>
|
|
15074
15348
|
<span>src/setextensions.js</span>
|
|
15075
15349
|
</a>
|
|
15076
15350
|
|
|
@@ -15183,7 +15457,7 @@ receives the accumulator, element, index (always NaN), and the set itself.
|
|
|
15183
15457
|
</h3>
|
|
15184
15458
|
|
|
15185
15459
|
|
|
15186
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15460
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/setextensions.js#L227-L241'>
|
|
15187
15461
|
<span>src/setextensions.js</span>
|
|
15188
15462
|
</a>
|
|
15189
15463
|
|
|
@@ -15287,7 +15561,7 @@ otherwise.
|
|
|
15287
15561
|
</h3>
|
|
15288
15562
|
|
|
15289
15563
|
|
|
15290
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15564
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L13-L73'>
|
|
15291
15565
|
<span>src/stringextensions.js</span>
|
|
15292
15566
|
</a>
|
|
15293
15567
|
|
|
@@ -15342,7 +15616,7 @@ utility functions.</p>
|
|
|
15342
15616
|
<div class='clearfix'>
|
|
15343
15617
|
|
|
15344
15618
|
|
|
15345
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15619
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L21-L26'>
|
|
15346
15620
|
<span>src/stringextensions.js</span>
|
|
15347
15621
|
</a>
|
|
15348
15622
|
|
|
@@ -15430,7 +15704,7 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
15430
15704
|
<div class='clearfix'>
|
|
15431
15705
|
|
|
15432
15706
|
|
|
15433
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15707
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L38-L40'>
|
|
15434
15708
|
<span>src/stringextensions.js</span>
|
|
15435
15709
|
</a>
|
|
15436
15710
|
|
|
@@ -15501,7 +15775,7 @@ opening parenthesis '(' as the first element, and the closing parenthesis
|
|
|
15501
15775
|
<div class='clearfix'>
|
|
15502
15776
|
|
|
15503
15777
|
|
|
15504
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15778
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L53-L55'>
|
|
15505
15779
|
<span>src/stringextensions.js</span>
|
|
15506
15780
|
</a>
|
|
15507
15781
|
|
|
@@ -15573,7 +15847,7 @@ bracket ']' as the second element.
|
|
|
15573
15847
|
<div class='clearfix'>
|
|
15574
15848
|
|
|
15575
15849
|
|
|
15576
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15850
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L70-L72'>
|
|
15577
15851
|
<span>src/stringextensions.js</span>
|
|
15578
15852
|
</a>
|
|
15579
15853
|
|
|
@@ -15657,7 +15931,7 @@ bracket '}' as the second element.
|
|
|
15657
15931
|
</h3>
|
|
15658
15932
|
|
|
15659
15933
|
|
|
15660
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15934
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L87-L164'>
|
|
15661
15935
|
<span>src/stringextensions.js</span>
|
|
15662
15936
|
</a>
|
|
15663
15937
|
|
|
@@ -15715,7 +15989,7 @@ making string manipulation tasks more convenient and expressive.</p>
|
|
|
15715
15989
|
<div class='clearfix'>
|
|
15716
15990
|
|
|
15717
15991
|
|
|
15718
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15992
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/stringextensions.js#L106-L163'>
|
|
15719
15993
|
<span>src/stringextensions.js</span>
|
|
15720
15994
|
</a>
|
|
15721
15995
|
|
|
@@ -15837,7 +16111,7 @@ as the input offset.
|
|
|
15837
16111
|
</h3>
|
|
15838
16112
|
|
|
15839
16113
|
|
|
15840
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16114
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/symbolextensions.js#L11-L69'>
|
|
15841
16115
|
<span>src/symbolextensions.js</span>
|
|
15842
16116
|
</a>
|
|
15843
16117
|
|
|
@@ -15892,7 +16166,7 @@ utility functions.</p>
|
|
|
15892
16166
|
<div class='clearfix'>
|
|
15893
16167
|
|
|
15894
16168
|
|
|
15895
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16169
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/symbolextensions.js#L19-L21'>
|
|
15896
16170
|
<span>src/symbolextensions.js</span>
|
|
15897
16171
|
</a>
|
|
15898
16172
|
|
|
@@ -15980,7 +16254,7 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
15980
16254
|
<div class='clearfix'>
|
|
15981
16255
|
|
|
15982
16256
|
|
|
15983
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16257
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/symbolextensions.js#L37-L46'>
|
|
15984
16258
|
<span>src/symbolextensions.js</span>
|
|
15985
16259
|
</a>
|
|
15986
16260
|
|
|
@@ -16088,7 +16362,7 @@ created by passing a value directly to the Symbol function, such as
|
|
|
16088
16362
|
<div class='clearfix'>
|
|
16089
16363
|
|
|
16090
16364
|
|
|
16091
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16365
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/symbolextensions.js#L66-L68'>
|
|
16092
16366
|
<span>src/symbolextensions.js</span>
|
|
16093
16367
|
</a>
|
|
16094
16368
|
|
|
@@ -16218,7 +16492,7 @@ returns
|
|
|
16218
16492
|
</h3>
|
|
16219
16493
|
|
|
16220
16494
|
|
|
16221
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16495
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/82fa730040f3d09da95e0bbd09665ba214c548c0/src/weakrefextensions.js#L11-L17'>
|
|
16222
16496
|
<span>src/weakrefextensions.js</span>
|
|
16223
16497
|
</a>
|
|
16224
16498
|
|