@nejs/basic-extensions 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@nejs/basic-extensions.bundle.2.6.0.js +17 -0
- package/dist/@nejs/basic-extensions.bundle.2.6.0.js.map +7 -0
- package/docs/index.html +185 -185
- package/package.json +3 -3
- package/repl.bootstrap.js +21 -0
- package/dist/@nejs/basic-extensions.bundle.2.5.0.js +0 -8
- package/dist/@nejs/basic-extensions.bundle.2.5.0.js.map +0 -7
package/docs/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset='utf-8'>
|
|
5
|
-
<title>@nejs/basic-extensions 2.
|
|
5
|
+
<title>@nejs/basic-extensions 2.6.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.6.0</code></div>
|
|
19
19
|
<input
|
|
20
20
|
placeholder='Filter'
|
|
21
21
|
id='filter-input'
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
</h3>
|
|
1681
1681
|
|
|
1682
1682
|
|
|
1683
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1683
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/arrayextensions.js#L22-L24'>
|
|
1684
1684
|
<span>src/arrayextensions.js</span>
|
|
1685
1685
|
</a>
|
|
1686
1686
|
|
|
@@ -1759,7 +1759,7 @@ the array element in order to return true.
|
|
|
1759
1759
|
</h3>
|
|
1760
1760
|
|
|
1761
1761
|
|
|
1762
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1762
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/arrayextensions.js#L35-L46'>
|
|
1763
1763
|
<span>src/arrayextensions.js</span>
|
|
1764
1764
|
</a>
|
|
1765
1765
|
|
|
@@ -1842,7 +1842,7 @@ being the index, the second being the value, is returned.
|
|
|
1842
1842
|
</h3>
|
|
1843
1843
|
|
|
1844
1844
|
|
|
1845
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1845
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/arrayextensions.js#L57-L59'>
|
|
1846
1846
|
<span>src/arrayextensions.js</span>
|
|
1847
1847
|
</a>
|
|
1848
1848
|
|
|
@@ -1910,7 +1910,7 @@ is empty.
|
|
|
1910
1910
|
</h3>
|
|
1911
1911
|
|
|
1912
1912
|
|
|
1913
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1913
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/arrayextensions.js#L71-L73'>
|
|
1914
1914
|
<span>src/arrayextensions.js</span>
|
|
1915
1915
|
</a>
|
|
1916
1916
|
|
|
@@ -1979,7 +1979,7 @@ array is empty.
|
|
|
1979
1979
|
</h3>
|
|
1980
1980
|
|
|
1981
1981
|
|
|
1982
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1982
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/arrayextensions.js#L11-L75'>
|
|
1983
1983
|
<span>src/arrayextensions.js</span>
|
|
1984
1984
|
</a>
|
|
1985
1985
|
|
|
@@ -2038,7 +2038,7 @@ operations on arrays and makes code more expressive and concise.</p>
|
|
|
2038
2038
|
</h3>
|
|
2039
2039
|
|
|
2040
2040
|
|
|
2041
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2041
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L15-L134'>
|
|
2042
2042
|
<span>src/functionextensions.js</span>
|
|
2043
2043
|
</a>
|
|
2044
2044
|
|
|
@@ -2094,7 +2094,7 @@ capabilities of function handling and introspection in JavaScript.</p>
|
|
|
2094
2094
|
<div class='clearfix'>
|
|
2095
2095
|
|
|
2096
2096
|
|
|
2097
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2097
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L26-L32'>
|
|
2098
2098
|
<span>src/functionextensions.js</span>
|
|
2099
2099
|
</a>
|
|
2100
2100
|
|
|
@@ -2182,7 +2182,7 @@ otherwise
|
|
|
2182
2182
|
<div class='clearfix'>
|
|
2183
2183
|
|
|
2184
2184
|
|
|
2185
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2185
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L42-L49'>
|
|
2186
2186
|
<span>src/functionextensions.js</span>
|
|
2187
2187
|
</a>
|
|
2188
2188
|
|
|
@@ -2269,7 +2269,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2269
2269
|
<div class='clearfix'>
|
|
2270
2270
|
|
|
2271
2271
|
|
|
2272
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2272
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L61-L68'>
|
|
2273
2273
|
<span>src/functionextensions.js</span>
|
|
2274
2274
|
</a>
|
|
2275
2275
|
|
|
@@ -2357,7 +2357,7 @@ otherwise
|
|
|
2357
2357
|
<div class='clearfix'>
|
|
2358
2358
|
|
|
2359
2359
|
|
|
2360
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2360
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L83-L89'>
|
|
2361
2361
|
<span>src/functionextensions.js</span>
|
|
2362
2362
|
</a>
|
|
2363
2363
|
|
|
@@ -2450,7 +2450,7 @@ string representation and do not have their own
|
|
|
2450
2450
|
<div class='clearfix'>
|
|
2451
2451
|
|
|
2452
2452
|
|
|
2453
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2453
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L101-L103'>
|
|
2454
2454
|
<span>src/functionextensions.js</span>
|
|
2455
2455
|
</a>
|
|
2456
2456
|
|
|
@@ -2538,7 +2538,7 @@ other function types in JavaScript.</p>
|
|
|
2538
2538
|
<div class='clearfix'>
|
|
2539
2539
|
|
|
2540
2540
|
|
|
2541
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2541
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L114-L116'>
|
|
2542
2542
|
<span>src/functionextensions.js</span>
|
|
2543
2543
|
</a>
|
|
2544
2544
|
|
|
@@ -2625,7 +2625,7 @@ otherwise
|
|
|
2625
2625
|
<div class='clearfix'>
|
|
2626
2626
|
|
|
2627
2627
|
|
|
2628
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2628
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L126-L133'>
|
|
2629
2629
|
<span>src/functionextensions.js</span>
|
|
2630
2630
|
</a>
|
|
2631
2631
|
|
|
@@ -2722,7 +2722,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
2722
2722
|
</h3>
|
|
2723
2723
|
|
|
2724
2724
|
|
|
2725
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2725
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L147-L149'>
|
|
2726
2726
|
<span>src/functionextensions.js</span>
|
|
2727
2727
|
</a>
|
|
2728
2728
|
|
|
@@ -2792,7 +2792,7 @@ otherwise
|
|
|
2792
2792
|
</h3>
|
|
2793
2793
|
|
|
2794
2794
|
|
|
2795
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2795
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L157-L159'>
|
|
2796
2796
|
<span>src/functionextensions.js</span>
|
|
2797
2797
|
</a>
|
|
2798
2798
|
|
|
@@ -2858,7 +2858,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2858
2858
|
</h3>
|
|
2859
2859
|
|
|
2860
2860
|
|
|
2861
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2861
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L170-L172'>
|
|
2862
2862
|
<span>src/functionextensions.js</span>
|
|
2863
2863
|
</a>
|
|
2864
2864
|
|
|
@@ -2928,7 +2928,7 @@ otherwise
|
|
|
2928
2928
|
</h3>
|
|
2929
2929
|
|
|
2930
2930
|
|
|
2931
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2931
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L186-L188'>
|
|
2932
2932
|
<span>src/functionextensions.js</span>
|
|
2933
2933
|
</a>
|
|
2934
2934
|
|
|
@@ -3003,7 +3003,7 @@ string representation and do not have their own
|
|
|
3003
3003
|
</h3>
|
|
3004
3004
|
|
|
3005
3005
|
|
|
3006
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3006
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L199-L201'>
|
|
3007
3007
|
<span>src/functionextensions.js</span>
|
|
3008
3008
|
</a>
|
|
3009
3009
|
|
|
@@ -3073,7 +3073,7 @@ other function types in JavaScript.</p>
|
|
|
3073
3073
|
</h3>
|
|
3074
3074
|
|
|
3075
3075
|
|
|
3076
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3076
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L211-L213'>
|
|
3077
3077
|
<span>src/functionextensions.js</span>
|
|
3078
3078
|
</a>
|
|
3079
3079
|
|
|
@@ -3142,7 +3142,7 @@ otherwise
|
|
|
3142
3142
|
</h3>
|
|
3143
3143
|
|
|
3144
3144
|
|
|
3145
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3145
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/functionextensions.js#L221-L223'>
|
|
3146
3146
|
<span>src/functionextensions.js</span>
|
|
3147
3147
|
</a>
|
|
3148
3148
|
|
|
@@ -3208,7 +3208,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
3208
3208
|
</h3>
|
|
3209
3209
|
|
|
3210
3210
|
|
|
3211
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3211
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L25-L55'>
|
|
3212
3212
|
<span>src/globals.js</span>
|
|
3213
3213
|
</a>
|
|
3214
3214
|
|
|
@@ -3329,7 +3329,7 @@ nor a prototype could be derived from the provided prototype parameter.
|
|
|
3329
3329
|
</h3>
|
|
3330
3330
|
|
|
3331
3331
|
|
|
3332
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3332
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L72-L82'>
|
|
3333
3333
|
<span>src/globals.js</span>
|
|
3334
3334
|
</a>
|
|
3335
3335
|
|
|
@@ -3431,7 +3431,7 @@ doesn't have the specified stringKey property.
|
|
|
3431
3431
|
</h3>
|
|
3432
3432
|
|
|
3433
3433
|
|
|
3434
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3434
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L97-L107'>
|
|
3435
3435
|
<span>src/globals.js</span>
|
|
3436
3436
|
</a>
|
|
3437
3437
|
|
|
@@ -3530,7 +3530,7 @@ doesn't have the specified numberKey property.
|
|
|
3530
3530
|
</h3>
|
|
3531
3531
|
|
|
3532
3532
|
|
|
3533
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3533
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L117-L143'>
|
|
3534
3534
|
<span>src/globals.js</span>
|
|
3535
3535
|
</a>
|
|
3536
3536
|
|
|
@@ -3650,7 +3650,7 @@ targetKey, and toPrimitive function.
|
|
|
3650
3650
|
</h3>
|
|
3651
3651
|
|
|
3652
3652
|
|
|
3653
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3653
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L154-L169'>
|
|
3654
3654
|
<span>src/globals.js</span>
|
|
3655
3655
|
</a>
|
|
3656
3656
|
|
|
@@ -3737,7 +3737,7 @@ representation.
|
|
|
3737
3737
|
</h3>
|
|
3738
3738
|
|
|
3739
3739
|
|
|
3740
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3740
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/globals.js#L180-L195'>
|
|
3741
3741
|
<span>src/globals.js</span>
|
|
3742
3742
|
</a>
|
|
3743
3743
|
|
|
@@ -3824,7 +3824,7 @@ representation.
|
|
|
3824
3824
|
</h3>
|
|
3825
3825
|
|
|
3826
3826
|
|
|
3827
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3827
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/mapextensions.js#L19-L30'>
|
|
3828
3828
|
<span>src/mapextensions.js</span>
|
|
3829
3829
|
</a>
|
|
3830
3830
|
|
|
@@ -3917,7 +3917,7 @@ found, it is returned. If no matching key is found, null is returned.
|
|
|
3917
3917
|
</h3>
|
|
3918
3918
|
|
|
3919
3919
|
|
|
3920
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3920
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L11-L97'>
|
|
3921
3921
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3922
3922
|
</a>
|
|
3923
3923
|
|
|
@@ -3997,7 +3997,7 @@ argument is not an iterable or an async generator function.
|
|
|
3997
3997
|
<div class='clearfix'>
|
|
3998
3998
|
|
|
3999
3999
|
|
|
4000
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4000
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L93-L96'>
|
|
4001
4001
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4002
4002
|
</a>
|
|
4003
4003
|
|
|
@@ -4092,7 +4092,7 @@ implemented using an async generator function, false otherwise.
|
|
|
4092
4092
|
<div class='clearfix'>
|
|
4093
4093
|
|
|
4094
4094
|
|
|
4095
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4095
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L61-L67'>
|
|
4096
4096
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4097
4097
|
</a>
|
|
4098
4098
|
|
|
@@ -4163,7 +4163,7 @@ a Promise.
|
|
|
4163
4163
|
<div class='clearfix'>
|
|
4164
4164
|
|
|
4165
4165
|
|
|
4166
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4166
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L75-L77'>
|
|
4167
4167
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4168
4168
|
</a>
|
|
4169
4169
|
|
|
@@ -4238,7 +4238,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4238
4238
|
</h3>
|
|
4239
4239
|
|
|
4240
4240
|
|
|
4241
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4241
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L105-L220'>
|
|
4242
4242
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4243
4243
|
</a>
|
|
4244
4244
|
|
|
@@ -4311,7 +4311,7 @@ async generator function itself.
|
|
|
4311
4311
|
<div class='clearfix'>
|
|
4312
4312
|
|
|
4313
4313
|
|
|
4314
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4314
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L138-L146'>
|
|
4315
4315
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4316
4316
|
</a>
|
|
4317
4317
|
|
|
@@ -4382,7 +4382,7 @@ loop.
|
|
|
4382
4382
|
<div class='clearfix'>
|
|
4383
4383
|
|
|
4384
4384
|
|
|
4385
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4385
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L154-L156'>
|
|
4386
4386
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4387
4387
|
</a>
|
|
4388
4388
|
|
|
@@ -4450,7 +4450,7 @@ created this instance.</p>
|
|
|
4450
4450
|
<div class='clearfix'>
|
|
4451
4451
|
|
|
4452
4452
|
|
|
4453
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4453
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L165-L172'>
|
|
4454
4454
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4455
4455
|
</a>
|
|
4456
4456
|
|
|
@@ -4518,7 +4518,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
4518
4518
|
<div class='clearfix'>
|
|
4519
4519
|
|
|
4520
4520
|
|
|
4521
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4521
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L178-L180'>
|
|
4522
4522
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4523
4523
|
</a>
|
|
4524
4524
|
|
|
@@ -4577,7 +4577,7 @@ iterated over again.</p>
|
|
|
4577
4577
|
<div class='clearfix'>
|
|
4578
4578
|
|
|
4579
4579
|
|
|
4580
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4580
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L190-L192'>
|
|
4581
4581
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4582
4582
|
</a>
|
|
4583
4583
|
|
|
@@ -4646,7 +4646,7 @@ conforming to the expected JavaScript AsyncIterator interface
|
|
|
4646
4646
|
<div class='clearfix'>
|
|
4647
4647
|
|
|
4648
4648
|
|
|
4649
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4649
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/asyncIterable.js#L200-L202'>
|
|
4650
4650
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4651
4651
|
</a>
|
|
4652
4652
|
|
|
@@ -4721,7 +4721,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4721
4721
|
</h3>
|
|
4722
4722
|
|
|
4723
4723
|
|
|
4724
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4724
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L24-L318'>
|
|
4725
4725
|
<span>src/newClasses/deferred.js</span>
|
|
4726
4726
|
</a>
|
|
4727
4727
|
|
|
@@ -4809,7 +4809,7 @@ resolve or reject the deferred created here.
|
|
|
4809
4809
|
<div class='clearfix'>
|
|
4810
4810
|
|
|
4811
4811
|
|
|
4812
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4812
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L303-L317'>
|
|
4813
4813
|
<span>src/newClasses/deferred.js</span>
|
|
4814
4814
|
</a>
|
|
4815
4815
|
|
|
@@ -4888,7 +4888,7 @@ be initialized.</p>
|
|
|
4888
4888
|
<div class='clearfix'>
|
|
4889
4889
|
|
|
4890
4890
|
|
|
4891
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4891
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L62-L62'>
|
|
4892
4892
|
<span>src/newClasses/deferred.js</span>
|
|
4893
4893
|
</a>
|
|
4894
4894
|
|
|
@@ -4952,7 +4952,7 @@ passed to that function will be set here as well.</p>
|
|
|
4952
4952
|
<div class='clearfix'>
|
|
4953
4953
|
|
|
4954
4954
|
|
|
4955
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4955
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L70-L70'>
|
|
4956
4956
|
<span>src/newClasses/deferred.js</span>
|
|
4957
4957
|
</a>
|
|
4958
4958
|
|
|
@@ -5016,7 +5016,7 @@ passed to that rejection will also be stored here.</p>
|
|
|
5016
5016
|
<div class='clearfix'>
|
|
5017
5017
|
|
|
5018
5018
|
|
|
5019
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5019
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L195-L197'>
|
|
5020
5020
|
<span>src/newClasses/deferred.js</span>
|
|
5021
5021
|
</a>
|
|
5022
5022
|
|
|
@@ -5091,7 +5091,7 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
5091
5091
|
<div class='clearfix'>
|
|
5092
5092
|
|
|
5093
5093
|
|
|
5094
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5094
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L208-L210'>
|
|
5095
5095
|
<span>src/newClasses/deferred.js</span>
|
|
5096
5096
|
</a>
|
|
5097
5097
|
|
|
@@ -5164,7 +5164,7 @@ accessing the rejection reason or invoking any additional logic.</p>
|
|
|
5164
5164
|
<div class='clearfix'>
|
|
5165
5165
|
|
|
5166
5166
|
|
|
5167
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5167
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L221-L223'>
|
|
5168
5168
|
<span>src/newClasses/deferred.js</span>
|
|
5169
5169
|
</a>
|
|
5170
5170
|
|
|
@@ -5237,7 +5237,7 @@ logic.</p>
|
|
|
5237
5237
|
<div class='clearfix'>
|
|
5238
5238
|
|
|
5239
5239
|
|
|
5240
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5240
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L235-L237'>
|
|
5241
5241
|
<span>src/newClasses/deferred.js</span>
|
|
5242
5242
|
</a>
|
|
5243
5243
|
|
|
@@ -5307,7 +5307,7 @@ the ability to directly resolve or reject it.</p>
|
|
|
5307
5307
|
<div class='clearfix'>
|
|
5308
5308
|
|
|
5309
5309
|
|
|
5310
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5310
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L248-L250'>
|
|
5311
5311
|
<span>src/newClasses/deferred.js</span>
|
|
5312
5312
|
</a>
|
|
5313
5313
|
|
|
@@ -5390,7 +5390,7 @@ with the value. This function behaves the same as Promise.resolve.</p>
|
|
|
5390
5390
|
<div class='clearfix'>
|
|
5391
5391
|
|
|
5392
5392
|
|
|
5393
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5393
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L260-L262'>
|
|
5394
5394
|
<span>src/newClasses/deferred.js</span>
|
|
5395
5395
|
</a>
|
|
5396
5396
|
|
|
@@ -5472,7 +5472,7 @@ reason.</p>
|
|
|
5472
5472
|
<div class='clearfix'>
|
|
5473
5473
|
|
|
5474
5474
|
|
|
5475
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5475
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L279-L291'>
|
|
5476
5476
|
<span>src/newClasses/deferred.js</span>
|
|
5477
5477
|
</a>
|
|
5478
5478
|
|
|
@@ -5590,7 +5590,7 @@ instance directly in the console or debugging tools.</p>
|
|
|
5590
5590
|
</h3>
|
|
5591
5591
|
|
|
5592
5592
|
|
|
5593
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5593
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L32-L32'>
|
|
5594
5594
|
<span>src/newClasses/deferred.js</span>
|
|
5595
5595
|
</a>
|
|
5596
5596
|
|
|
@@ -5651,7 +5651,7 @@ to.</p>
|
|
|
5651
5651
|
</h3>
|
|
5652
5652
|
|
|
5653
5653
|
|
|
5654
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5654
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L41-L41'>
|
|
5655
5655
|
<span>src/newClasses/deferred.js</span>
|
|
5656
5656
|
</a>
|
|
5657
5657
|
|
|
@@ -5712,7 +5712,7 @@ the deferred's promise to be settled.</p>
|
|
|
5712
5712
|
</h3>
|
|
5713
5713
|
|
|
5714
5714
|
|
|
5715
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5715
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L50-L50'>
|
|
5716
5716
|
<span>src/newClasses/deferred.js</span>
|
|
5717
5717
|
</a>
|
|
5718
5718
|
|
|
@@ -5773,7 +5773,7 @@ the deferred's promise to be settled.</p>
|
|
|
5773
5773
|
</h3>
|
|
5774
5774
|
|
|
5775
5775
|
|
|
5776
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5776
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/deferred.js#L79-L79'>
|
|
5777
5777
|
<span>src/newClasses/deferred.js</span>
|
|
5778
5778
|
</a>
|
|
5779
5779
|
|
|
@@ -5834,7 +5834,7 @@ queried using the <a href="Deferred.settled">Deferred.settled</a> getter.</p>
|
|
|
5834
5834
|
</h3>
|
|
5835
5835
|
|
|
5836
5836
|
|
|
5837
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5837
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L24-L24'>
|
|
5838
5838
|
<span>src/newClasses/descriptor.js</span>
|
|
5839
5839
|
</a>
|
|
5840
5840
|
|
|
@@ -5895,7 +5895,7 @@ derived.</p>
|
|
|
5895
5895
|
</h3>
|
|
5896
5896
|
|
|
5897
5897
|
|
|
5898
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5898
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L42-L64'>
|
|
5899
5899
|
<span>src/newClasses/descriptor.js</span>
|
|
5900
5900
|
</a>
|
|
5901
5901
|
|
|
@@ -5999,7 +5999,7 @@ valid.
|
|
|
5999
5999
|
</h3>
|
|
6000
6000
|
|
|
6001
6001
|
|
|
6002
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6002
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L72-L74'>
|
|
6003
6003
|
<span>src/newClasses/descriptor.js</span>
|
|
6004
6004
|
</a>
|
|
6005
6005
|
|
|
@@ -6062,7 +6062,7 @@ a data descriptor
|
|
|
6062
6062
|
</h3>
|
|
6063
6063
|
|
|
6064
6064
|
|
|
6065
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6065
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L82-L84'>
|
|
6066
6066
|
<span>src/newClasses/descriptor.js</span>
|
|
6067
6067
|
</a>
|
|
6068
6068
|
|
|
@@ -6125,7 +6125,7 @@ an accessor descriptor
|
|
|
6125
6125
|
</h3>
|
|
6126
6126
|
|
|
6127
6127
|
|
|
6128
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6128
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L91-L93'>
|
|
6129
6129
|
<span>src/newClasses/descriptor.js</span>
|
|
6130
6130
|
</a>
|
|
6131
6131
|
|
|
@@ -6187,7 +6187,7 @@ an accessor descriptor
|
|
|
6187
6187
|
</h3>
|
|
6188
6188
|
|
|
6189
6189
|
|
|
6190
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6190
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L102-L104'>
|
|
6191
6191
|
<span>src/newClasses/descriptor.js</span>
|
|
6192
6192
|
</a>
|
|
6193
6193
|
|
|
@@ -6251,7 +6251,7 @@ descriptor store is invalid.
|
|
|
6251
6251
|
</h3>
|
|
6252
6252
|
|
|
6253
6253
|
|
|
6254
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6254
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L113-L115'>
|
|
6255
6255
|
<span>src/newClasses/descriptor.js</span>
|
|
6256
6256
|
</a>
|
|
6257
6257
|
|
|
@@ -6325,7 +6325,7 @@ property. If this value is not a
|
|
|
6325
6325
|
</h3>
|
|
6326
6326
|
|
|
6327
6327
|
|
|
6328
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6328
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L124-L126'>
|
|
6329
6329
|
<span>src/newClasses/descriptor.js</span>
|
|
6330
6330
|
</a>
|
|
6331
6331
|
|
|
@@ -6389,7 +6389,7 @@ descriptor store is invalid.
|
|
|
6389
6389
|
</h3>
|
|
6390
6390
|
|
|
6391
6391
|
|
|
6392
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6392
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L135-L137'>
|
|
6393
6393
|
<span>src/newClasses/descriptor.js</span>
|
|
6394
6394
|
</a>
|
|
6395
6395
|
|
|
@@ -6463,7 +6463,7 @@ property. If this value is not a
|
|
|
6463
6463
|
</h3>
|
|
6464
6464
|
|
|
6465
6465
|
|
|
6466
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6466
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L146-L148'>
|
|
6467
6467
|
<span>src/newClasses/descriptor.js</span>
|
|
6468
6468
|
</a>
|
|
6469
6469
|
|
|
@@ -6527,7 +6527,7 @@ descriptor store is invalid.
|
|
|
6527
6527
|
</h3>
|
|
6528
6528
|
|
|
6529
6529
|
|
|
6530
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6530
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L157-L159'>
|
|
6531
6531
|
<span>src/newClasses/descriptor.js</span>
|
|
6532
6532
|
</a>
|
|
6533
6533
|
|
|
@@ -6601,7 +6601,7 @@ property. If this value is not a
|
|
|
6601
6601
|
</h3>
|
|
6602
6602
|
|
|
6603
6603
|
|
|
6604
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6604
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L167-L169'>
|
|
6605
6605
|
<span>src/newClasses/descriptor.js</span>
|
|
6606
6606
|
</a>
|
|
6607
6607
|
|
|
@@ -6664,7 +6664,7 @@ this instance of Descriptor.</p>
|
|
|
6664
6664
|
</h3>
|
|
6665
6665
|
|
|
6666
6666
|
|
|
6667
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6667
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L178-L180'>
|
|
6668
6668
|
<span>src/newClasses/descriptor.js</span>
|
|
6669
6669
|
</a>
|
|
6670
6670
|
|
|
@@ -6736,7 +6736,7 @@ property.
|
|
|
6736
6736
|
</h3>
|
|
6737
6737
|
|
|
6738
6738
|
|
|
6739
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6739
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L190-L192'>
|
|
6740
6740
|
<span>src/newClasses/descriptor.js</span>
|
|
6741
6741
|
</a>
|
|
6742
6742
|
|
|
@@ -6803,7 +6803,7 @@ is undefined.
|
|
|
6803
6803
|
</h3>
|
|
6804
6804
|
|
|
6805
6805
|
|
|
6806
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6806
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L212-L214'>
|
|
6807
6807
|
<span>src/newClasses/descriptor.js</span>
|
|
6808
6808
|
</a>
|
|
6809
6809
|
|
|
@@ -6872,7 +6872,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6872
6872
|
</h3>
|
|
6873
6873
|
|
|
6874
6874
|
|
|
6875
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6875
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L202-L204'>
|
|
6876
6876
|
<span>src/newClasses/descriptor.js</span>
|
|
6877
6877
|
</a>
|
|
6878
6878
|
|
|
@@ -6939,7 +6939,7 @@ getter will be bound the associated and previously set
|
|
|
6939
6939
|
</h3>
|
|
6940
6940
|
|
|
6941
6941
|
|
|
6942
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6942
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L224-L226'>
|
|
6943
6943
|
<span>src/newClasses/descriptor.js</span>
|
|
6944
6944
|
</a>
|
|
6945
6945
|
|
|
@@ -7006,7 +7006,7 @@ is undefined.
|
|
|
7006
7006
|
</h3>
|
|
7007
7007
|
|
|
7008
7008
|
|
|
7009
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7009
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L246-L248'>
|
|
7010
7010
|
<span>src/newClasses/descriptor.js</span>
|
|
7011
7011
|
</a>
|
|
7012
7012
|
|
|
@@ -7075,7 +7075,7 @@ store is invalid, the value is thrown away</p>
|
|
|
7075
7075
|
</h3>
|
|
7076
7076
|
|
|
7077
7077
|
|
|
7078
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7078
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L236-L238'>
|
|
7079
7079
|
<span>src/newClasses/descriptor.js</span>
|
|
7080
7080
|
</a>
|
|
7081
7081
|
|
|
@@ -7142,7 +7142,7 @@ setter will be bound the associated and previously set
|
|
|
7142
7142
|
</h3>
|
|
7143
7143
|
|
|
7144
7144
|
|
|
7145
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7145
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L257-L257'>
|
|
7146
7146
|
<span>src/newClasses/descriptor.js</span>
|
|
7147
7147
|
</a>
|
|
7148
7148
|
|
|
@@ -7211,7 +7211,7 @@ instance of <code>Descriptor</code>.</p>
|
|
|
7211
7211
|
</h3>
|
|
7212
7212
|
|
|
7213
7213
|
|
|
7214
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7214
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L267-L267'>
|
|
7215
7215
|
<span>src/newClasses/descriptor.js</span>
|
|
7216
7216
|
</a>
|
|
7217
7217
|
|
|
@@ -7276,7 +7276,7 @@ if it has not yet been set.
|
|
|
7276
7276
|
</h3>
|
|
7277
7277
|
|
|
7278
7278
|
|
|
7279
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7279
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L276-L276'>
|
|
7280
7280
|
<span>src/newClasses/descriptor.js</span>
|
|
7281
7281
|
</a>
|
|
7282
7282
|
|
|
@@ -7346,7 +7346,7 @@ be associated with.
|
|
|
7346
7346
|
</h3>
|
|
7347
7347
|
|
|
7348
7348
|
|
|
7349
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7349
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L296-L299'>
|
|
7350
7350
|
<span>src/newClasses/descriptor.js</span>
|
|
7351
7351
|
</a>
|
|
7352
7352
|
|
|
@@ -7458,7 +7458,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
7458
7458
|
</h3>
|
|
7459
7459
|
|
|
7460
7460
|
|
|
7461
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7461
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L328-L334'>
|
|
7462
7462
|
<span>src/newClasses/descriptor.js</span>
|
|
7463
7463
|
</a>
|
|
7464
7464
|
|
|
@@ -7546,7 +7546,7 @@ descriptor will abe applied
|
|
|
7546
7546
|
</h3>
|
|
7547
7547
|
|
|
7548
7548
|
|
|
7549
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7549
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L349-L370'>
|
|
7550
7550
|
<span>src/newClasses/descriptor.js</span>
|
|
7551
7551
|
</a>
|
|
7552
7552
|
|
|
@@ -7634,7 +7634,7 @@ a descriptor.
|
|
|
7634
7634
|
</h3>
|
|
7635
7635
|
|
|
7636
7636
|
|
|
7637
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7637
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L379-L404'>
|
|
7638
7638
|
<span>src/newClasses/descriptor.js</span>
|
|
7639
7639
|
</a>
|
|
7640
7640
|
|
|
@@ -7717,7 +7717,7 @@ and its type is returned.
|
|
|
7717
7717
|
</h3>
|
|
7718
7718
|
|
|
7719
7719
|
|
|
7720
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7720
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L412-L414'>
|
|
7721
7721
|
<span>src/newClasses/descriptor.js</span>
|
|
7722
7722
|
</a>
|
|
7723
7723
|
|
|
@@ -7780,7 +7780,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
7780
7780
|
</h3>
|
|
7781
7781
|
|
|
7782
7782
|
|
|
7783
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7783
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L309-L318'>
|
|
7784
7784
|
<span>src/newClasses/descriptor.js</span>
|
|
7785
7785
|
</a>
|
|
7786
7786
|
|
|
@@ -7875,7 +7875,7 @@ object to return a descriptor for.
|
|
|
7875
7875
|
</h3>
|
|
7876
7876
|
|
|
7877
7877
|
|
|
7878
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7878
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L428-L439'>
|
|
7879
7879
|
<span>src/newClasses/descriptor.js</span>
|
|
7880
7880
|
</a>
|
|
7881
7881
|
|
|
@@ -7967,7 +7967,7 @@ a data property.
|
|
|
7967
7967
|
</h3>
|
|
7968
7968
|
|
|
7969
7969
|
|
|
7970
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7970
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L456-L467'>
|
|
7971
7971
|
<span>src/newClasses/descriptor.js</span>
|
|
7972
7972
|
</a>
|
|
7973
7973
|
|
|
@@ -8064,7 +8064,7 @@ returns undefined.
|
|
|
8064
8064
|
</h3>
|
|
8065
8065
|
|
|
8066
8066
|
|
|
8067
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8067
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L484-L489'>
|
|
8068
8068
|
<span>src/newClasses/descriptor.js</span>
|
|
8069
8069
|
</a>
|
|
8070
8070
|
|
|
@@ -8175,7 +8175,7 @@ arguments passed to the
|
|
|
8175
8175
|
</h3>
|
|
8176
8176
|
|
|
8177
8177
|
|
|
8178
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8178
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L506-L517'>
|
|
8179
8179
|
<span>src/newClasses/descriptor.js</span>
|
|
8180
8180
|
</a>
|
|
8181
8181
|
|
|
@@ -8313,7 +8313,7 @@ property.</li>
|
|
|
8313
8313
|
</h3>
|
|
8314
8314
|
|
|
8315
8315
|
|
|
8316
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8316
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L533-L544'>
|
|
8317
8317
|
<span>src/newClasses/descriptor.js</span>
|
|
8318
8318
|
</a>
|
|
8319
8319
|
|
|
@@ -8467,7 +8467,7 @@ changed.
|
|
|
8467
8467
|
</h3>
|
|
8468
8468
|
|
|
8469
8469
|
|
|
8470
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8470
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L557-L565'>
|
|
8471
8471
|
<span>src/newClasses/descriptor.js</span>
|
|
8472
8472
|
</a>
|
|
8473
8473
|
|
|
@@ -8550,7 +8550,7 @@ check if it is a descriptor.
|
|
|
8550
8550
|
</h3>
|
|
8551
8551
|
|
|
8552
8552
|
|
|
8553
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8553
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L580-L599'>
|
|
8554
8554
|
<span>src/newClasses/descriptor.js</span>
|
|
8555
8555
|
</a>
|
|
8556
8556
|
|
|
@@ -8668,7 +8668,7 @@ has any keys that match the
|
|
|
8668
8668
|
</h3>
|
|
8669
8669
|
|
|
8670
8670
|
|
|
8671
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8671
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L612-L631'>
|
|
8672
8672
|
<span>src/newClasses/descriptor.js</span>
|
|
8673
8673
|
</a>
|
|
8674
8674
|
|
|
@@ -8761,7 +8761,7 @@ passed as an argument is an accessor descriptor, and false otherwise.
|
|
|
8761
8761
|
</h3>
|
|
8762
8762
|
|
|
8763
8763
|
|
|
8764
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8764
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L640-L642'>
|
|
8765
8765
|
<span>src/newClasses/descriptor.js</span>
|
|
8766
8766
|
</a>
|
|
8767
8767
|
|
|
@@ -8833,7 +8833,7 @@ configurable</p>
|
|
|
8833
8833
|
</h3>
|
|
8834
8834
|
|
|
8835
8835
|
|
|
8836
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8836
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L651-L653'>
|
|
8837
8837
|
<span>src/newClasses/descriptor.js</span>
|
|
8838
8838
|
</a>
|
|
8839
8839
|
|
|
@@ -8905,7 +8905,7 @@ the
|
|
|
8905
8905
|
</h3>
|
|
8906
8906
|
|
|
8907
8907
|
|
|
8908
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8908
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L662-L664'>
|
|
8909
8909
|
<span>src/newClasses/descriptor.js</span>
|
|
8910
8910
|
</a>
|
|
8911
8911
|
|
|
@@ -8975,7 +8975,7 @@ the arguments
|
|
|
8975
8975
|
</h3>
|
|
8976
8976
|
|
|
8977
8977
|
|
|
8978
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8978
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L672-L674'>
|
|
8979
8979
|
<span>src/newClasses/descriptor.js</span>
|
|
8980
8980
|
</a>
|
|
8981
8981
|
|
|
@@ -9044,7 +9044,7 @@ method with the arguments
|
|
|
9044
9044
|
</h3>
|
|
9045
9045
|
|
|
9046
9046
|
|
|
9047
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9047
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L681-L683'>
|
|
9048
9048
|
<span>src/newClasses/descriptor.js</span>
|
|
9049
9049
|
</a>
|
|
9050
9050
|
|
|
@@ -9106,7 +9106,7 @@ method with the arguments
|
|
|
9106
9106
|
</h3>
|
|
9107
9107
|
|
|
9108
9108
|
|
|
9109
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9109
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L690-L692'>
|
|
9110
9110
|
<span>src/newClasses/descriptor.js</span>
|
|
9111
9111
|
</a>
|
|
9112
9112
|
|
|
@@ -9168,7 +9168,7 @@ method with the arguments
|
|
|
9168
9168
|
</h3>
|
|
9169
9169
|
|
|
9170
9170
|
|
|
9171
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9171
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/descriptor.js#L700-L702'>
|
|
9172
9172
|
<span>src/newClasses/descriptor.js</span>
|
|
9173
9173
|
</a>
|
|
9174
9174
|
|
|
@@ -9231,7 +9231,7 @@ returned.
|
|
|
9231
9231
|
</h3>
|
|
9232
9232
|
|
|
9233
9233
|
|
|
9234
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9234
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L9-L92'>
|
|
9235
9235
|
<span>src/newClasses/iterable.js</span>
|
|
9236
9236
|
</a>
|
|
9237
9237
|
|
|
@@ -9309,7 +9309,7 @@ not an iterable.
|
|
|
9309
9309
|
<div class='clearfix'>
|
|
9310
9310
|
|
|
9311
9311
|
|
|
9312
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9312
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L88-L91'>
|
|
9313
9313
|
<span>src/newClasses/iterable.js</span>
|
|
9314
9314
|
</a>
|
|
9315
9315
|
|
|
@@ -9404,7 +9404,7 @@ using a generator function, false otherwise.
|
|
|
9404
9404
|
<div class='clearfix'>
|
|
9405
9405
|
|
|
9406
9406
|
|
|
9407
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9407
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L48-L52'>
|
|
9408
9408
|
<span>src/newClasses/iterable.js</span>
|
|
9409
9409
|
</a>
|
|
9410
9410
|
|
|
@@ -9472,7 +9472,7 @@ to yield the elements one by one in a synchronous manner.</p>
|
|
|
9472
9472
|
<div class='clearfix'>
|
|
9473
9473
|
|
|
9474
9474
|
|
|
9475
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9475
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L60-L62'>
|
|
9476
9476
|
<span>src/newClasses/iterable.js</span>
|
|
9477
9477
|
</a>
|
|
9478
9478
|
|
|
@@ -9539,7 +9539,7 @@ where array methods and behaviors are needed.</p>
|
|
|
9539
9539
|
<div class='clearfix'>
|
|
9540
9540
|
|
|
9541
9541
|
|
|
9542
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9542
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L70-L72'>
|
|
9543
9543
|
<span>src/newClasses/iterable.js</span>
|
|
9544
9544
|
</a>
|
|
9545
9545
|
|
|
@@ -9614,7 +9614,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9614
9614
|
</h3>
|
|
9615
9615
|
|
|
9616
9616
|
|
|
9617
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9617
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L99-L218'>
|
|
9618
9618
|
<span>src/newClasses/iterable.js</span>
|
|
9619
9619
|
</a>
|
|
9620
9620
|
|
|
@@ -9697,7 +9697,7 @@ takes an entry as input and receives one as output.
|
|
|
9697
9697
|
<div class='clearfix'>
|
|
9698
9698
|
|
|
9699
9699
|
|
|
9700
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9700
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L135-L137'>
|
|
9701
9701
|
<span>src/newClasses/iterable.js</span>
|
|
9702
9702
|
</a>
|
|
9703
9703
|
|
|
@@ -9768,7 +9768,7 @@ iterable. The method is generated from
|
|
|
9768
9768
|
<div class='clearfix'>
|
|
9769
9769
|
|
|
9770
9770
|
|
|
9771
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9771
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L145-L147'>
|
|
9772
9772
|
<span>src/newClasses/iterable.js</span>
|
|
9773
9773
|
</a>
|
|
9774
9774
|
|
|
@@ -9836,7 +9836,7 @@ created this instance.</p>
|
|
|
9836
9836
|
<div class='clearfix'>
|
|
9837
9837
|
|
|
9838
9838
|
|
|
9839
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9839
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L156-L170'>
|
|
9840
9840
|
<span>src/newClasses/iterable.js</span>
|
|
9841
9841
|
</a>
|
|
9842
9842
|
|
|
@@ -9904,7 +9904,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
9904
9904
|
<div class='clearfix'>
|
|
9905
9905
|
|
|
9906
9906
|
|
|
9907
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9907
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L176-L178'>
|
|
9908
9908
|
<span>src/newClasses/iterable.js</span>
|
|
9909
9909
|
</a>
|
|
9910
9910
|
|
|
@@ -9963,7 +9963,7 @@ iterated over again.</p>
|
|
|
9963
9963
|
<div class='clearfix'>
|
|
9964
9964
|
|
|
9965
9965
|
|
|
9966
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9966
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L188-L190'>
|
|
9967
9967
|
<span>src/newClasses/iterable.js</span>
|
|
9968
9968
|
</a>
|
|
9969
9969
|
|
|
@@ -10032,7 +10032,7 @@ conforming to the expected JavaScript Iterator interface
|
|
|
10032
10032
|
<div class='clearfix'>
|
|
10033
10033
|
|
|
10034
10034
|
|
|
10035
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10035
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L198-L200'>
|
|
10036
10036
|
<span>src/newClasses/iterable.js</span>
|
|
10037
10037
|
</a>
|
|
10038
10038
|
|
|
@@ -10107,7 +10107,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
10107
10107
|
</h3>
|
|
10108
10108
|
|
|
10109
10109
|
|
|
10110
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10110
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/iterable.js#L106-L106'>
|
|
10111
10111
|
<span>src/newClasses/iterable.js</span>
|
|
10112
10112
|
</a>
|
|
10113
10113
|
|
|
@@ -10164,7 +10164,7 @@ they are returned to the called code.</p>
|
|
|
10164
10164
|
</h3>
|
|
10165
10165
|
|
|
10166
10166
|
|
|
10167
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10167
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L23-L481'>
|
|
10168
10168
|
<span>src/newClasses/refmap.js</span>
|
|
10169
10169
|
</a>
|
|
10170
10170
|
|
|
@@ -10242,7 +10242,7 @@ maintain strong references to their elements.</p>
|
|
|
10242
10242
|
<div class='clearfix'>
|
|
10243
10243
|
|
|
10244
10244
|
|
|
10245
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10245
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L46-L49'>
|
|
10246
10246
|
<span>src/newClasses/refmap.js</span>
|
|
10247
10247
|
</a>
|
|
10248
10248
|
|
|
@@ -10327,7 +10327,7 @@ objectification.
|
|
|
10327
10327
|
<div class='clearfix'>
|
|
10328
10328
|
|
|
10329
10329
|
|
|
10330
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10330
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L58-L69'>
|
|
10331
10331
|
<span>src/newClasses/refmap.js</span>
|
|
10332
10332
|
</a>
|
|
10333
10333
|
|
|
@@ -10399,7 +10399,7 @@ object, handling invalid keys by converting them to strings.</p>
|
|
|
10399
10399
|
<div class='clearfix'>
|
|
10400
10400
|
|
|
10401
10401
|
|
|
10402
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10402
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L79-L81'>
|
|
10403
10403
|
<span>src/newClasses/refmap.js</span>
|
|
10404
10404
|
</a>
|
|
10405
10405
|
|
|
@@ -10468,7 +10468,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
10468
10468
|
<div class='clearfix'>
|
|
10469
10469
|
|
|
10470
10470
|
|
|
10471
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10471
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L118-L120'>
|
|
10472
10472
|
<span>src/newClasses/refmap.js</span>
|
|
10473
10473
|
</a>
|
|
10474
10474
|
|
|
@@ -10543,7 +10543,7 @@ object. If true, and if possible, the object will be turned into an
|
|
|
10543
10543
|
<div class='clearfix'>
|
|
10544
10544
|
|
|
10545
10545
|
|
|
10546
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10546
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L100-L108'>
|
|
10547
10547
|
<span>src/newClasses/refmap.js</span>
|
|
10548
10548
|
</a>
|
|
10549
10549
|
|
|
@@ -10643,7 +10643,7 @@ returns null), then the defaultValue is returned.
|
|
|
10643
10643
|
<div class='clearfix'>
|
|
10644
10644
|
|
|
10645
10645
|
|
|
10646
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10646
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L134-L166'>
|
|
10647
10647
|
<span>src/newClasses/refmap.js</span>
|
|
10648
10648
|
</a>
|
|
10649
10649
|
|
|
@@ -10741,7 +10741,7 @@ primitives to their object variants will be made. These are <code>numbers</code>
|
|
|
10741
10741
|
<div class='clearfix'>
|
|
10742
10742
|
|
|
10743
10743
|
|
|
10744
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10744
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L178-L201'>
|
|
10745
10745
|
<span>src/newClasses/refmap.js</span>
|
|
10746
10746
|
</a>
|
|
10747
10747
|
|
|
@@ -10842,7 +10842,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10842
10842
|
<div class='clearfix'>
|
|
10843
10843
|
|
|
10844
10844
|
|
|
10845
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10845
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L209-L217'>
|
|
10846
10846
|
<span>src/newClasses/refmap.js</span>
|
|
10847
10847
|
</a>
|
|
10848
10848
|
|
|
@@ -10909,7 +10909,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10909
10909
|
<div class='clearfix'>
|
|
10910
10910
|
|
|
10911
10911
|
|
|
10912
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10912
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L231-L245'>
|
|
10913
10913
|
<span>src/newClasses/refmap.js</span>
|
|
10914
10914
|
</a>
|
|
10915
10915
|
|
|
@@ -11000,7 +11000,7 @@ the RefMap itself.
|
|
|
11000
11000
|
<div class='clearfix'>
|
|
11001
11001
|
|
|
11002
11002
|
|
|
11003
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11003
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L260-L270'>
|
|
11004
11004
|
<span>src/newClasses/refmap.js</span>
|
|
11005
11005
|
</a>
|
|
11006
11006
|
|
|
@@ -11094,7 +11094,7 @@ to be applied if the
|
|
|
11094
11094
|
<div class='clearfix'>
|
|
11095
11095
|
|
|
11096
11096
|
|
|
11097
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11097
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L282-L287'>
|
|
11098
11098
|
<span>src/newClasses/refmap.js</span>
|
|
11099
11099
|
</a>
|
|
11100
11100
|
|
|
@@ -11165,7 +11165,7 @@ they are skipped).</p>
|
|
|
11165
11165
|
<div class='clearfix'>
|
|
11166
11166
|
|
|
11167
11167
|
|
|
11168
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11168
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L307-L326'>
|
|
11169
11169
|
<span>src/newClasses/refmap.js</span>
|
|
11170
11170
|
</a>
|
|
11171
11171
|
|
|
@@ -11273,7 +11273,7 @@ in the RefMap, false otherwise.
|
|
|
11273
11273
|
<div class='clearfix'>
|
|
11274
11274
|
|
|
11275
11275
|
|
|
11276
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11276
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L348-L358'>
|
|
11277
11277
|
<span>src/newClasses/refmap.js</span>
|
|
11278
11278
|
</a>
|
|
11279
11279
|
|
|
@@ -11393,7 +11393,7 @@ entries
|
|
|
11393
11393
|
<div class='clearfix'>
|
|
11394
11394
|
|
|
11395
11395
|
|
|
11396
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11396
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L388-L403'>
|
|
11397
11397
|
<span>src/newClasses/refmap.js</span>
|
|
11398
11398
|
</a>
|
|
11399
11399
|
|
|
@@ -11526,7 +11526,7 @@ it returns
|
|
|
11526
11526
|
<div class='clearfix'>
|
|
11527
11527
|
|
|
11528
11528
|
|
|
11529
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11529
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L424-L458'>
|
|
11530
11530
|
<span>src/newClasses/refmap.js</span>
|
|
11531
11531
|
</a>
|
|
11532
11532
|
|
|
@@ -11663,7 +11663,7 @@ the result of the
|
|
|
11663
11663
|
<div class='clearfix'>
|
|
11664
11664
|
|
|
11665
11665
|
|
|
11666
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11666
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L466-L470'>
|
|
11667
11667
|
<span>src/newClasses/refmap.js</span>
|
|
11668
11668
|
</a>
|
|
11669
11669
|
|
|
@@ -11730,7 +11730,7 @@ dereferencing any weak references.</p>
|
|
|
11730
11730
|
<div class='clearfix'>
|
|
11731
11731
|
|
|
11732
11732
|
|
|
11733
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11733
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refmap.js#L478-L480'>
|
|
11734
11734
|
<span>src/newClasses/refmap.js</span>
|
|
11735
11735
|
</a>
|
|
11736
11736
|
|
|
@@ -11805,7 +11805,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
11805
11805
|
</h3>
|
|
11806
11806
|
|
|
11807
11807
|
|
|
11808
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11808
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L15-L425'>
|
|
11809
11809
|
<span>src/newClasses/refset.js</span>
|
|
11810
11810
|
</a>
|
|
11811
11811
|
|
|
@@ -11870,7 +11870,7 @@ maintain strong references to their elements.</p>
|
|
|
11870
11870
|
<div class='clearfix'>
|
|
11871
11871
|
|
|
11872
11872
|
|
|
11873
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11873
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L34-L37'>
|
|
11874
11874
|
<span>src/newClasses/refset.js</span>
|
|
11875
11875
|
</a>
|
|
11876
11876
|
|
|
@@ -11955,7 +11955,7 @@ objectification.
|
|
|
11955
11955
|
<div class='clearfix'>
|
|
11956
11956
|
|
|
11957
11957
|
|
|
11958
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11958
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L47-L49'>
|
|
11959
11959
|
<span>src/newClasses/refset.js</span>
|
|
11960
11960
|
</a>
|
|
11961
11961
|
|
|
@@ -12024,7 +12024,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
12024
12024
|
<div class='clearfix'>
|
|
12025
12025
|
|
|
12026
12026
|
|
|
12027
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12027
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L60-L62'>
|
|
12028
12028
|
<span>src/newClasses/refset.js</span>
|
|
12029
12029
|
</a>
|
|
12030
12030
|
|
|
@@ -12100,7 +12100,7 @@ comparison in the <code>.has()</code> method (i.e. <code>==</code> instead of <c
|
|
|
12100
12100
|
<div class='clearfix'>
|
|
12101
12101
|
|
|
12102
12102
|
|
|
12103
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12103
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L74-L102'>
|
|
12104
12104
|
<span>src/newClasses/refset.js</span>
|
|
12105
12105
|
</a>
|
|
12106
12106
|
|
|
@@ -12184,7 +12184,7 @@ made. These are numbers, strings, boolean values and big integers.</p>
|
|
|
12184
12184
|
<div class='clearfix'>
|
|
12185
12185
|
|
|
12186
12186
|
|
|
12187
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12187
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L113-L125'>
|
|
12188
12188
|
<span>src/newClasses/refset.js</span>
|
|
12189
12189
|
</a>
|
|
12190
12190
|
|
|
@@ -12267,7 +12267,7 @@ to the criteria of that function.</p>
|
|
|
12267
12267
|
<div class='clearfix'>
|
|
12268
12268
|
|
|
12269
12269
|
|
|
12270
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12270
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L133-L141'>
|
|
12271
12271
|
<span>src/newClasses/refset.js</span>
|
|
12272
12272
|
</a>
|
|
12273
12273
|
|
|
@@ -12334,7 +12334,7 @@ to the criteria of that function.</p>
|
|
|
12334
12334
|
<div class='clearfix'>
|
|
12335
12335
|
|
|
12336
12336
|
|
|
12337
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12337
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L155-L161'>
|
|
12338
12338
|
<span>src/newClasses/refset.js</span>
|
|
12339
12339
|
</a>
|
|
12340
12340
|
|
|
@@ -12425,7 +12425,7 @@ the RefSet itself.
|
|
|
12425
12425
|
<div class='clearfix'>
|
|
12426
12426
|
|
|
12427
12427
|
|
|
12428
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12428
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L176-L188'>
|
|
12429
12429
|
<span>src/newClasses/refset.js</span>
|
|
12430
12430
|
</a>
|
|
12431
12431
|
|
|
@@ -12519,7 +12519,7 @@ to be applied if the
|
|
|
12519
12519
|
<div class='clearfix'>
|
|
12520
12520
|
|
|
12521
12521
|
|
|
12522
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12522
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L200-L212'>
|
|
12523
12523
|
<span>src/newClasses/refset.js</span>
|
|
12524
12524
|
</a>
|
|
12525
12525
|
|
|
@@ -12590,7 +12590,7 @@ they are skipped).</p>
|
|
|
12590
12590
|
<div class='clearfix'>
|
|
12591
12591
|
|
|
12592
12592
|
|
|
12593
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12593
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L223-L225'>
|
|
12594
12594
|
<span>src/newClasses/refset.js</span>
|
|
12595
12595
|
</a>
|
|
12596
12596
|
|
|
@@ -12660,7 +12660,7 @@ between keys and values.</p>
|
|
|
12660
12660
|
<div class='clearfix'>
|
|
12661
12661
|
|
|
12662
12662
|
|
|
12663
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12663
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L240-L252'>
|
|
12664
12664
|
<span>src/newClasses/refset.js</span>
|
|
12665
12665
|
</a>
|
|
12666
12666
|
|
|
@@ -12746,7 +12746,7 @@ in the RefSet, false otherwise.
|
|
|
12746
12746
|
<div class='clearfix'>
|
|
12747
12747
|
|
|
12748
12748
|
|
|
12749
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12749
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L265-L272'>
|
|
12750
12750
|
<span>src/newClasses/refset.js</span>
|
|
12751
12751
|
</a>
|
|
12752
12752
|
|
|
@@ -12831,7 +12831,7 @@ general-purpose.</p>
|
|
|
12831
12831
|
<div class='clearfix'>
|
|
12832
12832
|
|
|
12833
12833
|
|
|
12834
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12834
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L288-L304'>
|
|
12835
12835
|
<span>src/newClasses/refset.js</span>
|
|
12836
12836
|
</a>
|
|
12837
12837
|
|
|
@@ -12931,7 +12931,7 @@ The function receives the dereferenced value.
|
|
|
12931
12931
|
<div class='clearfix'>
|
|
12932
12932
|
|
|
12933
12933
|
|
|
12934
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12934
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L319-L333'>
|
|
12935
12935
|
<span>src/newClasses/refset.js</span>
|
|
12936
12936
|
</a>
|
|
12937
12937
|
|
|
@@ -13031,7 +13031,7 @@ the testing function, or undefined if none found.
|
|
|
13031
13031
|
<div class='clearfix'>
|
|
13032
13032
|
|
|
13033
13033
|
|
|
13034
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13034
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L354-L398'>
|
|
13035
13035
|
<span>src/newClasses/refset.js</span>
|
|
13036
13036
|
</a>
|
|
13037
13037
|
|
|
@@ -13168,7 +13168,7 @@ the result of the
|
|
|
13168
13168
|
<div class='clearfix'>
|
|
13169
13169
|
|
|
13170
13170
|
|
|
13171
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13171
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/newClasses/refset.js#L406-L408'>
|
|
13172
13172
|
<span>src/newClasses/refset.js</span>
|
|
13173
13173
|
</a>
|
|
13174
13174
|
|
|
@@ -13243,7 +13243,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
13243
13243
|
</h3>
|
|
13244
13244
|
|
|
13245
13245
|
|
|
13246
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13246
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L11-L201'>
|
|
13247
13247
|
<span>src/objectextensions.js</span>
|
|
13248
13248
|
</a>
|
|
13249
13249
|
|
|
@@ -13298,7 +13298,7 @@ with additional utility functions.</p>
|
|
|
13298
13298
|
<div class='clearfix'>
|
|
13299
13299
|
|
|
13300
13300
|
|
|
13301
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13301
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L20-L22'>
|
|
13302
13302
|
<span>src/objectextensions.js</span>
|
|
13303
13303
|
</a>
|
|
13304
13304
|
|
|
@@ -13387,7 +13387,7 @@ and
|
|
|
13387
13387
|
<div class='clearfix'>
|
|
13388
13388
|
|
|
13389
13389
|
|
|
13390
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13390
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L32-L34'>
|
|
13391
13391
|
<span>src/objectextensions.js</span>
|
|
13392
13392
|
</a>
|
|
13393
13393
|
|
|
@@ -13471,7 +13471,7 @@ appropriate symbol defined.</p>
|
|
|
13471
13471
|
<div class='clearfix'>
|
|
13472
13472
|
|
|
13473
13473
|
|
|
13474
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13474
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L49-L63'>
|
|
13475
13475
|
<span>src/objectextensions.js</span>
|
|
13476
13476
|
</a>
|
|
13477
13477
|
|
|
@@ -13569,7 +13569,7 @@ returned whenever a supplied object does not have a
|
|
|
13569
13569
|
<div class='clearfix'>
|
|
13570
13570
|
|
|
13571
13571
|
|
|
13572
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13572
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L85-L94'>
|
|
13573
13573
|
<span>src/objectextensions.js</span>
|
|
13574
13574
|
</a>
|
|
13575
13575
|
|
|
@@ -13686,7 +13686,7 @@ available in the
|
|
|
13686
13686
|
<div class='clearfix'>
|
|
13687
13687
|
|
|
13688
13688
|
|
|
13689
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13689
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L106-L108'>
|
|
13690
13690
|
<span>src/objectextensions.js</span>
|
|
13691
13691
|
</a>
|
|
13692
13692
|
|
|
@@ -13774,7 +13774,7 @@ otherwise
|
|
|
13774
13774
|
<div class='clearfix'>
|
|
13775
13775
|
|
|
13776
13776
|
|
|
13777
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13777
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L117-L136'>
|
|
13778
13778
|
<span>src/objectextensions.js</span>
|
|
13779
13779
|
</a>
|
|
13780
13780
|
|
|
@@ -13855,7 +13855,7 @@ false otherwise.
|
|
|
13855
13855
|
<div class='clearfix'>
|
|
13856
13856
|
|
|
13857
13857
|
|
|
13858
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13858
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L148-L150'>
|
|
13859
13859
|
<span>src/objectextensions.js</span>
|
|
13860
13860
|
</a>
|
|
13861
13861
|
|
|
@@ -13943,7 +13943,7 @@ getting object properties.</p>
|
|
|
13943
13943
|
<div class='clearfix'>
|
|
13944
13944
|
|
|
13945
13945
|
|
|
13946
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13946
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L166-L200'>
|
|
13947
13947
|
<span>src/objectextensions.js</span>
|
|
13948
13948
|
</a>
|
|
13949
13949
|
|
|
@@ -14062,7 +14062,7 @@ specified in the
|
|
|
14062
14062
|
</h3>
|
|
14063
14063
|
|
|
14064
14064
|
|
|
14065
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14065
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L216-L218'>
|
|
14066
14066
|
<span>src/objectextensions.js</span>
|
|
14067
14067
|
</a>
|
|
14068
14068
|
|
|
@@ -14142,7 +14142,7 @@ appropriate symbol defined.</p>
|
|
|
14142
14142
|
</h3>
|
|
14143
14143
|
|
|
14144
14144
|
|
|
14145
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14145
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L233-L235'>
|
|
14146
14146
|
<span>src/objectextensions.js</span>
|
|
14147
14147
|
</a>
|
|
14148
14148
|
|
|
@@ -14236,7 +14236,7 @@ returned whenever a supplied object does not have a
|
|
|
14236
14236
|
</h3>
|
|
14237
14237
|
|
|
14238
14238
|
|
|
14239
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14239
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/objectextensions.js#L251-L253'>
|
|
14240
14240
|
<span>src/objectextensions.js</span>
|
|
14241
14241
|
</a>
|
|
14242
14242
|
|
|
@@ -14333,7 +14333,7 @@ specified in the
|
|
|
14333
14333
|
</h3>
|
|
14334
14334
|
|
|
14335
14335
|
|
|
14336
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14336
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L18-L118'>
|
|
14337
14337
|
<span>src/reflectextensions.js</span>
|
|
14338
14338
|
</a>
|
|
14339
14339
|
|
|
@@ -14392,7 +14392,7 @@ JavaScript.</p>
|
|
|
14392
14392
|
<div class='clearfix'>
|
|
14393
14393
|
|
|
14394
14394
|
|
|
14395
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14395
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L29-L34'>
|
|
14396
14396
|
<span>src/reflectextensions.js</span>
|
|
14397
14397
|
</a>
|
|
14398
14398
|
|
|
@@ -14488,7 +14488,7 @@ to receive multiple keys as arguments.
|
|
|
14488
14488
|
<div class='clearfix'>
|
|
14489
14489
|
|
|
14490
14490
|
|
|
14491
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14491
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L46-L60'>
|
|
14492
14492
|
<span>src/reflectextensions.js</span>
|
|
14493
14493
|
</a>
|
|
14494
14494
|
|
|
@@ -14581,7 +14581,7 @@ a TypeError exception will be thrown
|
|
|
14581
14581
|
<div class='clearfix'>
|
|
14582
14582
|
|
|
14583
14583
|
|
|
14584
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14584
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L73-L78'>
|
|
14585
14585
|
<span>src/reflectextensions.js</span>
|
|
14586
14586
|
</a>
|
|
14587
14587
|
|
|
@@ -14682,7 +14682,7 @@ at least one of the keys provided as arguments exists in the given object.
|
|
|
14682
14682
|
<div class='clearfix'>
|
|
14683
14683
|
|
|
14684
14684
|
|
|
14685
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14685
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L93-L99'>
|
|
14686
14686
|
<span>src/reflectextensions.js</span>
|
|
14687
14687
|
</a>
|
|
14688
14688
|
|
|
@@ -14769,7 +14769,7 @@ array if the input is not a valid object.
|
|
|
14769
14769
|
<div class='clearfix'>
|
|
14770
14770
|
|
|
14771
14771
|
|
|
14772
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14772
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/reflectextensions.js#L115-L117'>
|
|
14773
14773
|
<span>src/reflectextensions.js</span>
|
|
14774
14774
|
</a>
|
|
14775
14775
|
|
|
@@ -14869,7 +14869,7 @@ object.
|
|
|
14869
14869
|
</h3>
|
|
14870
14870
|
|
|
14871
14871
|
|
|
14872
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14872
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L13-L27'>
|
|
14873
14873
|
<span>src/setextensions.js</span>
|
|
14874
14874
|
</a>
|
|
14875
14875
|
|
|
@@ -14940,7 +14940,7 @@ or Array) whose elements will be added to the set.
|
|
|
14940
14940
|
</h3>
|
|
14941
14941
|
|
|
14942
14942
|
|
|
14943
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14943
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L39-L47'>
|
|
14944
14944
|
<span>src/setextensions.js</span>
|
|
14945
14945
|
</a>
|
|
14946
14946
|
|
|
@@ -15027,7 +15027,7 @@ the supplied value,
|
|
|
15027
15027
|
</h3>
|
|
15028
15028
|
|
|
15029
15029
|
|
|
15030
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15030
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L61-L77'>
|
|
15031
15031
|
<span>src/setextensions.js</span>
|
|
15032
15032
|
</a>
|
|
15033
15033
|
|
|
@@ -15130,7 +15130,7 @@ the element, index (always NaN), and the set itself.
|
|
|
15130
15130
|
</h3>
|
|
15131
15131
|
|
|
15132
15132
|
|
|
15133
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15133
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L93-L108'>
|
|
15134
15134
|
<span>src/setextensions.js</span>
|
|
15135
15135
|
</a>
|
|
15136
15136
|
|
|
@@ -15236,7 +15236,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
15236
15236
|
</h3>
|
|
15237
15237
|
|
|
15238
15238
|
|
|
15239
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15239
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L123-L144'>
|
|
15240
15240
|
<span>src/setextensions.js</span>
|
|
15241
15241
|
</a>
|
|
15242
15242
|
|
|
@@ -15342,7 +15342,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
15342
15342
|
</h3>
|
|
15343
15343
|
|
|
15344
15344
|
|
|
15345
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15345
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L152-L154'>
|
|
15346
15346
|
<span>src/setextensions.js</span>
|
|
15347
15347
|
</a>
|
|
15348
15348
|
|
|
@@ -15405,7 +15405,7 @@ This is an alias for the <code>size</code> property of the set.</p>
|
|
|
15405
15405
|
</h3>
|
|
15406
15406
|
|
|
15407
15407
|
|
|
15408
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15408
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L170-L184'>
|
|
15409
15409
|
<span>src/setextensions.js</span>
|
|
15410
15410
|
</a>
|
|
15411
15411
|
|
|
@@ -15512,7 +15512,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
15512
15512
|
</h3>
|
|
15513
15513
|
|
|
15514
15514
|
|
|
15515
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15515
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L200-L213'>
|
|
15516
15516
|
<span>src/setextensions.js</span>
|
|
15517
15517
|
</a>
|
|
15518
15518
|
|
|
@@ -15625,7 +15625,7 @@ receives the accumulator, element, index (always NaN), and the set itself.
|
|
|
15625
15625
|
</h3>
|
|
15626
15626
|
|
|
15627
15627
|
|
|
15628
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15628
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/setextensions.js#L228-L242'>
|
|
15629
15629
|
<span>src/setextensions.js</span>
|
|
15630
15630
|
</a>
|
|
15631
15631
|
|
|
@@ -15729,7 +15729,7 @@ otherwise.
|
|
|
15729
15729
|
</h3>
|
|
15730
15730
|
|
|
15731
15731
|
|
|
15732
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15732
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L13-L73'>
|
|
15733
15733
|
<span>src/stringextensions.js</span>
|
|
15734
15734
|
</a>
|
|
15735
15735
|
|
|
@@ -15784,7 +15784,7 @@ utility functions.</p>
|
|
|
15784
15784
|
<div class='clearfix'>
|
|
15785
15785
|
|
|
15786
15786
|
|
|
15787
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15787
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L21-L26'>
|
|
15788
15788
|
<span>src/stringextensions.js</span>
|
|
15789
15789
|
</a>
|
|
15790
15790
|
|
|
@@ -15872,7 +15872,7 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
15872
15872
|
<div class='clearfix'>
|
|
15873
15873
|
|
|
15874
15874
|
|
|
15875
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15875
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L38-L40'>
|
|
15876
15876
|
<span>src/stringextensions.js</span>
|
|
15877
15877
|
</a>
|
|
15878
15878
|
|
|
@@ -15943,7 +15943,7 @@ opening parenthesis '(' as the first element, and the closing parenthesis
|
|
|
15943
15943
|
<div class='clearfix'>
|
|
15944
15944
|
|
|
15945
15945
|
|
|
15946
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15946
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L53-L55'>
|
|
15947
15947
|
<span>src/stringextensions.js</span>
|
|
15948
15948
|
</a>
|
|
15949
15949
|
|
|
@@ -16015,7 +16015,7 @@ bracket ']' as the second element.
|
|
|
16015
16015
|
<div class='clearfix'>
|
|
16016
16016
|
|
|
16017
16017
|
|
|
16018
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16018
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L70-L72'>
|
|
16019
16019
|
<span>src/stringextensions.js</span>
|
|
16020
16020
|
</a>
|
|
16021
16021
|
|
|
@@ -16099,7 +16099,7 @@ bracket '}' as the second element.
|
|
|
16099
16099
|
</h3>
|
|
16100
16100
|
|
|
16101
16101
|
|
|
16102
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16102
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L107-L164'>
|
|
16103
16103
|
<span>src/stringextensions.js</span>
|
|
16104
16104
|
</a>
|
|
16105
16105
|
|
|
@@ -16207,7 +16207,7 @@ as the input offset.
|
|
|
16207
16207
|
</h3>
|
|
16208
16208
|
|
|
16209
16209
|
|
|
16210
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16210
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/stringextensions.js#L87-L166'>
|
|
16211
16211
|
<span>src/stringextensions.js</span>
|
|
16212
16212
|
</a>
|
|
16213
16213
|
|
|
@@ -16269,7 +16269,7 @@ making string manipulation tasks more convenient and expressive.</p>
|
|
|
16269
16269
|
</h3>
|
|
16270
16270
|
|
|
16271
16271
|
|
|
16272
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16272
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/symbolextensions.js#L11-L69'>
|
|
16273
16273
|
<span>src/symbolextensions.js</span>
|
|
16274
16274
|
</a>
|
|
16275
16275
|
|
|
@@ -16324,7 +16324,7 @@ utility functions.</p>
|
|
|
16324
16324
|
<div class='clearfix'>
|
|
16325
16325
|
|
|
16326
16326
|
|
|
16327
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16327
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/symbolextensions.js#L19-L21'>
|
|
16328
16328
|
<span>src/symbolextensions.js</span>
|
|
16329
16329
|
</a>
|
|
16330
16330
|
|
|
@@ -16412,7 +16412,7 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
16412
16412
|
<div class='clearfix'>
|
|
16413
16413
|
|
|
16414
16414
|
|
|
16415
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16415
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/symbolextensions.js#L37-L46'>
|
|
16416
16416
|
<span>src/symbolextensions.js</span>
|
|
16417
16417
|
</a>
|
|
16418
16418
|
|
|
@@ -16520,7 +16520,7 @@ created by passing a value directly to the Symbol function, such as
|
|
|
16520
16520
|
<div class='clearfix'>
|
|
16521
16521
|
|
|
16522
16522
|
|
|
16523
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16523
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/symbolextensions.js#L66-L68'>
|
|
16524
16524
|
<span>src/symbolextensions.js</span>
|
|
16525
16525
|
</a>
|
|
16526
16526
|
|
|
@@ -16650,7 +16650,7 @@ returns
|
|
|
16650
16650
|
</h3>
|
|
16651
16651
|
|
|
16652
16652
|
|
|
16653
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16653
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/7f026b4185507b6313a070b8ad4f644bd946279b/src/weakrefextensions.js#L11-L17'>
|
|
16654
16654
|
<span>src/weakrefextensions.js</span>
|
|
16655
16655
|
</a>
|
|
16656
16656
|
|