@nejs/basic-extensions 1.10.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -60
- package/dist/@nejs/basic-extensions.bundle.1.10.0.js +8 -0
- package/dist/@nejs/basic-extensions.bundle.1.10.0.js.map +7 -0
- package/dist/cjs/index.d.ts +10 -6
- package/dist/cjs/index.js +48 -26
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/newClasses/asyncIterable.d.ts +16 -13
- package/dist/cjs/newClasses/asyncIterable.js +34 -19
- package/dist/cjs/newClasses/asyncIterable.js.map +1 -1
- package/dist/cjs/newClasses/descriptor.d.ts +31 -10
- package/dist/cjs/newClasses/descriptor.js +70 -19
- package/dist/cjs/newClasses/descriptor.js.map +1 -1
- package/dist/mjs/index.d.ts +10 -6
- package/dist/mjs/index.js +47 -26
- package/dist/mjs/index.js.map +1 -1
- package/dist/mjs/newClasses/asyncIterable.d.ts +16 -13
- package/dist/mjs/newClasses/asyncIterable.js +34 -19
- package/dist/mjs/newClasses/asyncIterable.js.map +1 -1
- package/dist/mjs/newClasses/descriptor.d.ts +31 -10
- package/dist/mjs/newClasses/descriptor.js +57 -13
- package/dist/mjs/newClasses/descriptor.js.map +1 -1
- package/docs/index.html +324 -192
- package/package.json +3 -3
- package/src/index.js +55 -27
- package/src/newClasses/asyncIterable.js +35 -20
- package/src/newClasses/descriptor.js +62 -15
- package/dist/@nejs/basic-extensions.bundle.1.9.0.js +0 -4
- package/dist/@nejs/basic-extensions.bundle.1.9.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 1.
|
|
5
|
+
<title>@nejs/basic-extensions 1.10.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>1.
|
|
18
|
+
<div class='mb1'><code>1.10.0</code></div>
|
|
19
19
|
<input
|
|
20
20
|
placeholder='Filter'
|
|
21
21
|
id='filter-input'
|
|
@@ -730,6 +730,16 @@
|
|
|
730
730
|
</li>
|
|
731
731
|
|
|
732
732
|
|
|
733
|
+
<li><a
|
|
734
|
+
href='#toobject'
|
|
735
|
+
class="">
|
|
736
|
+
toObject
|
|
737
|
+
|
|
738
|
+
</a>
|
|
739
|
+
|
|
740
|
+
</li>
|
|
741
|
+
|
|
742
|
+
|
|
733
743
|
<li><a
|
|
734
744
|
href='#toprimitive'
|
|
735
745
|
class="">
|
|
@@ -1590,7 +1600,7 @@
|
|
|
1590
1600
|
</h3>
|
|
1591
1601
|
|
|
1592
1602
|
|
|
1593
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1603
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/arrayextensions.js#L11-L74'>
|
|
1594
1604
|
<span>src/arrayextensions.js</span>
|
|
1595
1605
|
</a>
|
|
1596
1606
|
|
|
@@ -1645,7 +1655,7 @@ operations on arrays and makes code more expressive and concise.</p>
|
|
|
1645
1655
|
<div class='clearfix'>
|
|
1646
1656
|
|
|
1647
1657
|
|
|
1648
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1658
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/arrayextensions.js#L21-L23'>
|
|
1649
1659
|
<span>src/arrayextensions.js</span>
|
|
1650
1660
|
</a>
|
|
1651
1661
|
|
|
@@ -1728,7 +1738,7 @@ the array element in order to return true.
|
|
|
1728
1738
|
<div class='clearfix'>
|
|
1729
1739
|
|
|
1730
1740
|
|
|
1731
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1741
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/arrayextensions.js#L34-L45'>
|
|
1732
1742
|
<span>src/arrayextensions.js</span>
|
|
1733
1743
|
</a>
|
|
1734
1744
|
|
|
@@ -1815,7 +1825,7 @@ being the index, the second being the value, is returned.
|
|
|
1815
1825
|
<div class='clearfix'>
|
|
1816
1826
|
|
|
1817
1827
|
|
|
1818
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1828
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/arrayextensions.js#L56-L58'>
|
|
1819
1829
|
<span>src/arrayextensions.js</span>
|
|
1820
1830
|
</a>
|
|
1821
1831
|
|
|
@@ -1887,7 +1897,7 @@ is empty.
|
|
|
1887
1897
|
<div class='clearfix'>
|
|
1888
1898
|
|
|
1889
1899
|
|
|
1890
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1900
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/arrayextensions.js#L70-L72'>
|
|
1891
1901
|
<span>src/arrayextensions.js</span>
|
|
1892
1902
|
</a>
|
|
1893
1903
|
|
|
@@ -1970,7 +1980,7 @@ array is empty.
|
|
|
1970
1980
|
</h3>
|
|
1971
1981
|
|
|
1972
1982
|
|
|
1973
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
1983
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L15-L134'>
|
|
1974
1984
|
<span>src/functionextensions.js</span>
|
|
1975
1985
|
</a>
|
|
1976
1986
|
|
|
@@ -2026,7 +2036,7 @@ capabilities of function handling and introspection in JavaScript.</p>
|
|
|
2026
2036
|
<div class='clearfix'>
|
|
2027
2037
|
|
|
2028
2038
|
|
|
2029
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2039
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L26-L32'>
|
|
2030
2040
|
<span>src/functionextensions.js</span>
|
|
2031
2041
|
</a>
|
|
2032
2042
|
|
|
@@ -2114,7 +2124,7 @@ otherwise
|
|
|
2114
2124
|
<div class='clearfix'>
|
|
2115
2125
|
|
|
2116
2126
|
|
|
2117
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2127
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L42-L49'>
|
|
2118
2128
|
<span>src/functionextensions.js</span>
|
|
2119
2129
|
</a>
|
|
2120
2130
|
|
|
@@ -2201,7 +2211,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2201
2211
|
<div class='clearfix'>
|
|
2202
2212
|
|
|
2203
2213
|
|
|
2204
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2214
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L61-L68'>
|
|
2205
2215
|
<span>src/functionextensions.js</span>
|
|
2206
2216
|
</a>
|
|
2207
2217
|
|
|
@@ -2289,7 +2299,7 @@ otherwise
|
|
|
2289
2299
|
<div class='clearfix'>
|
|
2290
2300
|
|
|
2291
2301
|
|
|
2292
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2302
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L83-L89'>
|
|
2293
2303
|
<span>src/functionextensions.js</span>
|
|
2294
2304
|
</a>
|
|
2295
2305
|
|
|
@@ -2382,7 +2392,7 @@ string representation and do not have their own
|
|
|
2382
2392
|
<div class='clearfix'>
|
|
2383
2393
|
|
|
2384
2394
|
|
|
2385
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2395
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L101-L103'>
|
|
2386
2396
|
<span>src/functionextensions.js</span>
|
|
2387
2397
|
</a>
|
|
2388
2398
|
|
|
@@ -2470,7 +2480,7 @@ other function types in JavaScript.</p>
|
|
|
2470
2480
|
<div class='clearfix'>
|
|
2471
2481
|
|
|
2472
2482
|
|
|
2473
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2483
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L114-L116'>
|
|
2474
2484
|
<span>src/functionextensions.js</span>
|
|
2475
2485
|
</a>
|
|
2476
2486
|
|
|
@@ -2557,7 +2567,7 @@ otherwise
|
|
|
2557
2567
|
<div class='clearfix'>
|
|
2558
2568
|
|
|
2559
2569
|
|
|
2560
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2570
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L126-L133'>
|
|
2561
2571
|
<span>src/functionextensions.js</span>
|
|
2562
2572
|
</a>
|
|
2563
2573
|
|
|
@@ -2654,7 +2664,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
2654
2664
|
</h3>
|
|
2655
2665
|
|
|
2656
2666
|
|
|
2657
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2667
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L146-L148'>
|
|
2658
2668
|
<span>src/functionextensions.js</span>
|
|
2659
2669
|
</a>
|
|
2660
2670
|
|
|
@@ -2724,7 +2734,7 @@ otherwise
|
|
|
2724
2734
|
</h3>
|
|
2725
2735
|
|
|
2726
2736
|
|
|
2727
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2737
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L156-L158'>
|
|
2728
2738
|
<span>src/functionextensions.js</span>
|
|
2729
2739
|
</a>
|
|
2730
2740
|
|
|
@@ -2790,7 +2800,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
2790
2800
|
</h3>
|
|
2791
2801
|
|
|
2792
2802
|
|
|
2793
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2803
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L169-L171'>
|
|
2794
2804
|
<span>src/functionextensions.js</span>
|
|
2795
2805
|
</a>
|
|
2796
2806
|
|
|
@@ -2860,7 +2870,7 @@ otherwise
|
|
|
2860
2870
|
</h3>
|
|
2861
2871
|
|
|
2862
2872
|
|
|
2863
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2873
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L185-L187'>
|
|
2864
2874
|
<span>src/functionextensions.js</span>
|
|
2865
2875
|
</a>
|
|
2866
2876
|
|
|
@@ -2935,7 +2945,7 @@ string representation and do not have their own
|
|
|
2935
2945
|
</h3>
|
|
2936
2946
|
|
|
2937
2947
|
|
|
2938
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
2948
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L198-L200'>
|
|
2939
2949
|
<span>src/functionextensions.js</span>
|
|
2940
2950
|
</a>
|
|
2941
2951
|
|
|
@@ -3005,7 +3015,7 @@ other function types in JavaScript.</p>
|
|
|
3005
3015
|
</h3>
|
|
3006
3016
|
|
|
3007
3017
|
|
|
3008
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3018
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L210-L212'>
|
|
3009
3019
|
<span>src/functionextensions.js</span>
|
|
3010
3020
|
</a>
|
|
3011
3021
|
|
|
@@ -3074,7 +3084,7 @@ otherwise
|
|
|
3074
3084
|
</h3>
|
|
3075
3085
|
|
|
3076
3086
|
|
|
3077
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3087
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/functionextensions.js#L220-L222'>
|
|
3078
3088
|
<span>src/functionextensions.js</span>
|
|
3079
3089
|
</a>
|
|
3080
3090
|
|
|
@@ -3140,7 +3150,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
3140
3150
|
</h3>
|
|
3141
3151
|
|
|
3142
3152
|
|
|
3143
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3153
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L25-L55'>
|
|
3144
3154
|
<span>src/globals.js</span>
|
|
3145
3155
|
</a>
|
|
3146
3156
|
|
|
@@ -3261,7 +3271,7 @@ nor a prototype could be derived from the provided prototype parameter.
|
|
|
3261
3271
|
</h3>
|
|
3262
3272
|
|
|
3263
3273
|
|
|
3264
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3274
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L72-L82'>
|
|
3265
3275
|
<span>src/globals.js</span>
|
|
3266
3276
|
</a>
|
|
3267
3277
|
|
|
@@ -3363,7 +3373,7 @@ doesn't have the specified stringKey property.
|
|
|
3363
3373
|
</h3>
|
|
3364
3374
|
|
|
3365
3375
|
|
|
3366
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3376
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L97-L107'>
|
|
3367
3377
|
<span>src/globals.js</span>
|
|
3368
3378
|
</a>
|
|
3369
3379
|
|
|
@@ -3462,7 +3472,7 @@ doesn't have the specified numberKey property.
|
|
|
3462
3472
|
</h3>
|
|
3463
3473
|
|
|
3464
3474
|
|
|
3465
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3475
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L117-L143'>
|
|
3466
3476
|
<span>src/globals.js</span>
|
|
3467
3477
|
</a>
|
|
3468
3478
|
|
|
@@ -3582,7 +3592,7 @@ targetKey, and toPrimitive function.
|
|
|
3582
3592
|
</h3>
|
|
3583
3593
|
|
|
3584
3594
|
|
|
3585
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3595
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L154-L169'>
|
|
3586
3596
|
<span>src/globals.js</span>
|
|
3587
3597
|
</a>
|
|
3588
3598
|
|
|
@@ -3669,7 +3679,7 @@ representation.
|
|
|
3669
3679
|
</h3>
|
|
3670
3680
|
|
|
3671
3681
|
|
|
3672
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3682
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/globals.js#L180-L195'>
|
|
3673
3683
|
<span>src/globals.js</span>
|
|
3674
3684
|
</a>
|
|
3675
3685
|
|
|
@@ -3756,7 +3766,7 @@ representation.
|
|
|
3756
3766
|
</h3>
|
|
3757
3767
|
|
|
3758
3768
|
|
|
3759
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3769
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/mapextensions.js#L18-L29'>
|
|
3760
3770
|
<span>src/mapextensions.js</span>
|
|
3761
3771
|
</a>
|
|
3762
3772
|
|
|
@@ -3849,7 +3859,7 @@ found, it is returned. If no matching key is found, null is returned.
|
|
|
3849
3859
|
</h3>
|
|
3850
3860
|
|
|
3851
3861
|
|
|
3852
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3862
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L11-L97'>
|
|
3853
3863
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3854
3864
|
</a>
|
|
3855
3865
|
|
|
@@ -3863,7 +3873,7 @@ when dealing with asynchronous data sources, such as API responses, file
|
|
|
3863
3873
|
reading in chunks, or any other data that is not immediately available but
|
|
3864
3874
|
arrives over time.</p>
|
|
3865
3875
|
|
|
3866
|
-
<div class='pre p1 fill-light mt0'>new AsyncIterable(elementsOrFirstElement: (<a href="#iterable">Iterable</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any), moreElements: ...(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any))</div>
|
|
3876
|
+
<div class='pre p1 fill-light mt0'>new AsyncIterable(elementsOrFirstElement: (<a href="#iterable">Iterable</a> | AsyncGeneratorFunction | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any), moreElements: ...(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any))</div>
|
|
3867
3877
|
|
|
3868
3878
|
|
|
3869
3879
|
|
|
@@ -3880,9 +3890,9 @@ arrives over time.</p>
|
|
|
3880
3890
|
|
|
3881
3891
|
<div class='space-bottom0'>
|
|
3882
3892
|
<div>
|
|
3883
|
-
<span class='code bold'>elementsOrFirstElement</span> <code class='quiet'>((<a href="#iterable">Iterable</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any))</code>
|
|
3884
|
-
An iterable object,
|
|
3885
|
-
|
|
3893
|
+
<span class='code bold'>elementsOrFirstElement</span> <code class='quiet'>((<a href="#iterable">Iterable</a> | AsyncGeneratorFunction | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any))</code>
|
|
3894
|
+
An iterable object, an async generator function, a Promise, or the first
|
|
3895
|
+
element.
|
|
3886
3896
|
|
|
3887
3897
|
</div>
|
|
3888
3898
|
|
|
@@ -3892,7 +3902,7 @@ a Promise, or the first element.
|
|
|
3892
3902
|
<div>
|
|
3893
3903
|
<span class='code bold'>moreElements</span> <code class='quiet'>(...(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> | any))</code>
|
|
3894
3904
|
Additional elements if the first
|
|
3895
|
-
argument is not an iterable.
|
|
3905
|
+
argument is not an iterable or an async generator function.
|
|
3896
3906
|
|
|
3897
3907
|
</div>
|
|
3898
3908
|
|
|
@@ -3929,7 +3939,7 @@ argument is not an iterable.
|
|
|
3929
3939
|
<div class='clearfix'>
|
|
3930
3940
|
|
|
3931
3941
|
|
|
3932
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3942
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L93-L96'>
|
|
3933
3943
|
<span>src/newClasses/asyncIterable.js</span>
|
|
3934
3944
|
</a>
|
|
3935
3945
|
|
|
@@ -4024,7 +4034,7 @@ implemented using an async generator function, false otherwise.
|
|
|
4024
4034
|
<div class='clearfix'>
|
|
4025
4035
|
|
|
4026
4036
|
|
|
4027
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4037
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L61-L67'>
|
|
4028
4038
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4029
4039
|
</a>
|
|
4030
4040
|
|
|
@@ -4095,7 +4105,7 @@ a Promise.
|
|
|
4095
4105
|
<div class='clearfix'>
|
|
4096
4106
|
|
|
4097
4107
|
|
|
4098
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4108
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L75-L77'>
|
|
4099
4109
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4100
4110
|
</a>
|
|
4101
4111
|
|
|
@@ -4170,7 +4180,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4170
4180
|
</h3>
|
|
4171
4181
|
|
|
4172
4182
|
|
|
4173
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4183
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L105-L220'>
|
|
4174
4184
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4175
4185
|
</a>
|
|
4176
4186
|
|
|
@@ -4182,7 +4192,7 @@ iterable object. This can be wrapped around any type of object that
|
|
|
4182
4192
|
has a <code>[Symbol.asyncIterator]</code> property assigned to a generator
|
|
4183
4193
|
function.</p>
|
|
4184
4194
|
|
|
4185
|
-
<div class='pre p1 fill-light mt0'>new AsyncIterator(asyncIterable: <a href="#object">object</a>)</div>
|
|
4195
|
+
<div class='pre p1 fill-light mt0'>new AsyncIterator(asyncIterable: (<a href="#object">object</a> | AsyncGeneratorFunction))</div>
|
|
4186
4196
|
|
|
4187
4197
|
|
|
4188
4198
|
|
|
@@ -4199,11 +4209,12 @@ function.</p>
|
|
|
4199
4209
|
|
|
4200
4210
|
<div class='space-bottom0'>
|
|
4201
4211
|
<div>
|
|
4202
|
-
<span class='code bold'>asyncIterable</span> <code class='quiet'>(<a href="#object">object</a>)</code>
|
|
4212
|
+
<span class='code bold'>asyncIterable</span> <code class='quiet'>((<a href="#object">object</a> | AsyncGeneratorFunction))</code>
|
|
4203
4213
|
any object that has a
|
|
4204
4214
|
|
|
4205
4215
|
<code>[Symbol.asyncIterable]</code>
|
|
4206
|
-
property assigned to a generator function
|
|
4216
|
+
property assigned to a generator function or an
|
|
4217
|
+
async generator function itself.
|
|
4207
4218
|
|
|
4208
4219
|
</div>
|
|
4209
4220
|
|
|
@@ -4242,7 +4253,7 @@ function.</p>
|
|
|
4242
4253
|
<div class='clearfix'>
|
|
4243
4254
|
|
|
4244
4255
|
|
|
4245
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4256
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L138-L146'>
|
|
4246
4257
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4247
4258
|
</a>
|
|
4248
4259
|
|
|
@@ -4313,7 +4324,7 @@ loop.
|
|
|
4313
4324
|
<div class='clearfix'>
|
|
4314
4325
|
|
|
4315
4326
|
|
|
4316
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4327
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L154-L156'>
|
|
4317
4328
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4318
4329
|
</a>
|
|
4319
4330
|
|
|
@@ -4381,7 +4392,7 @@ created this instance.</p>
|
|
|
4381
4392
|
<div class='clearfix'>
|
|
4382
4393
|
|
|
4383
4394
|
|
|
4384
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4395
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L165-L172'>
|
|
4385
4396
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4386
4397
|
</a>
|
|
4387
4398
|
|
|
@@ -4449,7 +4460,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
4449
4460
|
<div class='clearfix'>
|
|
4450
4461
|
|
|
4451
4462
|
|
|
4452
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4463
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L178-L180'>
|
|
4453
4464
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4454
4465
|
</a>
|
|
4455
4466
|
|
|
@@ -4508,7 +4519,7 @@ iterated over again.</p>
|
|
|
4508
4519
|
<div class='clearfix'>
|
|
4509
4520
|
|
|
4510
4521
|
|
|
4511
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4522
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L190-L192'>
|
|
4512
4523
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4513
4524
|
</a>
|
|
4514
4525
|
|
|
@@ -4577,7 +4588,7 @@ conforming to the expected JavaScript AsyncIterator interface
|
|
|
4577
4588
|
<div class='clearfix'>
|
|
4578
4589
|
|
|
4579
4590
|
|
|
4580
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4591
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/asyncIterable.js#L200-L202'>
|
|
4581
4592
|
<span>src/newClasses/asyncIterable.js</span>
|
|
4582
4593
|
</a>
|
|
4583
4594
|
|
|
@@ -4652,7 +4663,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
4652
4663
|
</h3>
|
|
4653
4664
|
|
|
4654
4665
|
|
|
4655
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4666
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L24-L251'>
|
|
4656
4667
|
<span>src/newClasses/deferred.js</span>
|
|
4657
4668
|
</a>
|
|
4658
4669
|
|
|
@@ -4740,7 +4751,7 @@ resolve or reject the deferred created here.
|
|
|
4740
4751
|
<div class='clearfix'>
|
|
4741
4752
|
|
|
4742
4753
|
|
|
4743
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4754
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L236-L250'>
|
|
4744
4755
|
<span>src/newClasses/deferred.js</span>
|
|
4745
4756
|
</a>
|
|
4746
4757
|
|
|
@@ -4819,7 +4830,7 @@ be initialized.</p>
|
|
|
4819
4830
|
<div class='clearfix'>
|
|
4820
4831
|
|
|
4821
4832
|
|
|
4822
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4833
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L58-L58'>
|
|
4823
4834
|
<span>src/newClasses/deferred.js</span>
|
|
4824
4835
|
</a>
|
|
4825
4836
|
|
|
@@ -4883,7 +4894,7 @@ passed to that function will be set here as well.</p>
|
|
|
4883
4894
|
<div class='clearfix'>
|
|
4884
4895
|
|
|
4885
4896
|
|
|
4886
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4897
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L66-L66'>
|
|
4887
4898
|
<span>src/newClasses/deferred.js</span>
|
|
4888
4899
|
</a>
|
|
4889
4900
|
|
|
@@ -4947,7 +4958,7 @@ passed to that rejection will also be stored here.</p>
|
|
|
4947
4958
|
<div class='clearfix'>
|
|
4948
4959
|
|
|
4949
4960
|
|
|
4950
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4961
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L183-L185'>
|
|
4951
4962
|
<span>src/newClasses/deferred.js</span>
|
|
4952
4963
|
</a>
|
|
4953
4964
|
|
|
@@ -5022,7 +5033,7 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
5022
5033
|
<div class='clearfix'>
|
|
5023
5034
|
|
|
5024
5035
|
|
|
5025
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5036
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L197-L199'>
|
|
5026
5037
|
<span>src/newClasses/deferred.js</span>
|
|
5027
5038
|
</a>
|
|
5028
5039
|
|
|
@@ -5092,7 +5103,7 @@ the ability to directly resolve or reject it.</p>
|
|
|
5092
5103
|
<div class='clearfix'>
|
|
5093
5104
|
|
|
5094
5105
|
|
|
5095
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5106
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L210-L212'>
|
|
5096
5107
|
<span>src/newClasses/deferred.js</span>
|
|
5097
5108
|
</a>
|
|
5098
5109
|
|
|
@@ -5175,7 +5186,7 @@ with the value. This function behaves the same as Promise.resolve.</p>
|
|
|
5175
5186
|
<div class='clearfix'>
|
|
5176
5187
|
|
|
5177
5188
|
|
|
5178
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5189
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L222-L224'>
|
|
5179
5190
|
<span>src/newClasses/deferred.js</span>
|
|
5180
5191
|
</a>
|
|
5181
5192
|
|
|
@@ -5265,7 +5276,7 @@ reason.</p>
|
|
|
5265
5276
|
</h3>
|
|
5266
5277
|
|
|
5267
5278
|
|
|
5268
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5279
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L32-L32'>
|
|
5269
5280
|
<span>src/newClasses/deferred.js</span>
|
|
5270
5281
|
</a>
|
|
5271
5282
|
|
|
@@ -5326,7 +5337,7 @@ to.</p>
|
|
|
5326
5337
|
</h3>
|
|
5327
5338
|
|
|
5328
5339
|
|
|
5329
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5340
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L41-L41'>
|
|
5330
5341
|
<span>src/newClasses/deferred.js</span>
|
|
5331
5342
|
</a>
|
|
5332
5343
|
|
|
@@ -5387,7 +5398,7 @@ the deferred's promise to be settled.</p>
|
|
|
5387
5398
|
</h3>
|
|
5388
5399
|
|
|
5389
5400
|
|
|
5390
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5401
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L50-L50'>
|
|
5391
5402
|
<span>src/newClasses/deferred.js</span>
|
|
5392
5403
|
</a>
|
|
5393
5404
|
|
|
@@ -5448,7 +5459,7 @@ the deferred's promise to be settled.</p>
|
|
|
5448
5459
|
</h3>
|
|
5449
5460
|
|
|
5450
5461
|
|
|
5451
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5462
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/deferred.js#L75-L75'>
|
|
5452
5463
|
<span>src/newClasses/deferred.js</span>
|
|
5453
5464
|
</a>
|
|
5454
5465
|
|
|
@@ -5509,7 +5520,7 @@ queried using the <a href="Deferred.settled">Deferred.settled</a> getter.</p>
|
|
|
5509
5520
|
</h3>
|
|
5510
5521
|
|
|
5511
5522
|
|
|
5512
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5523
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L24-L24'>
|
|
5513
5524
|
<span>src/newClasses/descriptor.js</span>
|
|
5514
5525
|
</a>
|
|
5515
5526
|
|
|
@@ -5570,17 +5581,18 @@ derived.</p>
|
|
|
5570
5581
|
</h3>
|
|
5571
5582
|
|
|
5572
5583
|
|
|
5573
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5584
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L42-L64'>
|
|
5574
5585
|
<span>src/newClasses/descriptor.js</span>
|
|
5575
5586
|
</a>
|
|
5576
5587
|
|
|
5577
5588
|
</div>
|
|
5578
5589
|
|
|
5579
5590
|
|
|
5580
|
-
<p>
|
|
5581
|
-
|
|
5591
|
+
<p>Constructs a Descriptor instance which wraps and manages an object
|
|
5592
|
+
property descriptor. The constructor can handle an existing descriptor
|
|
5593
|
+
object or create a new one based on an object and a property key.</p>
|
|
5582
5594
|
|
|
5583
|
-
<div class='pre p1 fill-light mt0'>constructor(object: <a href="#object">object</a
|
|
5595
|
+
<div class='pre p1 fill-light mt0'>constructor(object: (<a href="#object">object</a> | Descriptor), key: (<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a>)?)</div>
|
|
5584
5596
|
|
|
5585
5597
|
|
|
5586
5598
|
|
|
@@ -5597,9 +5609,13 @@ around the supplied object descriptor value.</p>
|
|
|
5597
5609
|
|
|
5598
5610
|
<div class='space-bottom0'>
|
|
5599
5611
|
<div>
|
|
5600
|
-
<span class='code bold'>object</span> <code class='quiet'>(<a href="#object">object</a>)</code>
|
|
5601
|
-
|
|
5602
|
-
|
|
5612
|
+
<span class='code bold'>object</span> <code class='quiet'>((<a href="#object">object</a> | Descriptor))</code>
|
|
5613
|
+
The target object or an existing
|
|
5614
|
+
Descriptor instance. If it's an object, it is used in conjunction with
|
|
5615
|
+
|
|
5616
|
+
<code>key</code>
|
|
5617
|
+
to create a descriptor. If it's a Descriptor instance, it is used
|
|
5618
|
+
directly as the descriptor.
|
|
5603
5619
|
|
|
5604
5620
|
</div>
|
|
5605
5621
|
|
|
@@ -5607,9 +5623,19 @@ from which to get the descriptor
|
|
|
5607
5623
|
|
|
5608
5624
|
<div class='space-bottom0'>
|
|
5609
5625
|
<div>
|
|
5610
|
-
<span class='code bold'>key</span> <code class='quiet'>((<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/
|
|
5611
|
-
|
|
5612
|
-
|
|
5626
|
+
<span class='code bold'>key</span> <code class='quiet'>((<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a>)?)</code>
|
|
5627
|
+
The property key for which the descriptor
|
|
5628
|
+
is to be created. This parameter is ignored if
|
|
5629
|
+
<code>object</code>
|
|
5630
|
+
is a Descriptor
|
|
5631
|
+
instance. If
|
|
5632
|
+
<code>key</code>
|
|
5633
|
+
is an object and
|
|
5634
|
+
<code>object</code>
|
|
5635
|
+
is a valid descriptor,
|
|
5636
|
+
<code>key</code>
|
|
5637
|
+
|
|
5638
|
+
is treated as the associated object.
|
|
5613
5639
|
|
|
5614
5640
|
</div>
|
|
5615
5641
|
|
|
@@ -5625,6 +5651,15 @@ on the aforesupplied object.
|
|
|
5625
5651
|
|
|
5626
5652
|
|
|
5627
5653
|
|
|
5654
|
+
<div class='py1 quiet mt1 prose-big'>Throws</div>
|
|
5655
|
+
<ul>
|
|
5656
|
+
|
|
5657
|
+
<li><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error">Error</a>: Throws an error if the constructed descriptor is not
|
|
5658
|
+
valid.
|
|
5659
|
+
</li>
|
|
5660
|
+
|
|
5661
|
+
</ul>
|
|
5662
|
+
|
|
5628
5663
|
|
|
5629
5664
|
|
|
5630
5665
|
|
|
@@ -5650,7 +5685,7 @@ on the aforesupplied object.
|
|
|
5650
5685
|
</h3>
|
|
5651
5686
|
|
|
5652
5687
|
|
|
5653
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5688
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L72-L74'>
|
|
5654
5689
|
<span>src/newClasses/descriptor.js</span>
|
|
5655
5690
|
</a>
|
|
5656
5691
|
|
|
@@ -5713,7 +5748,7 @@ a data descriptor
|
|
|
5713
5748
|
</h3>
|
|
5714
5749
|
|
|
5715
5750
|
|
|
5716
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5751
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L82-L84'>
|
|
5717
5752
|
<span>src/newClasses/descriptor.js</span>
|
|
5718
5753
|
</a>
|
|
5719
5754
|
|
|
@@ -5776,7 +5811,7 @@ an accessor descriptor
|
|
|
5776
5811
|
</h3>
|
|
5777
5812
|
|
|
5778
5813
|
|
|
5779
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5814
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L91-L93'>
|
|
5780
5815
|
<span>src/newClasses/descriptor.js</span>
|
|
5781
5816
|
</a>
|
|
5782
5817
|
|
|
@@ -5838,7 +5873,7 @@ an accessor descriptor
|
|
|
5838
5873
|
</h3>
|
|
5839
5874
|
|
|
5840
5875
|
|
|
5841
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5876
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L102-L104'>
|
|
5842
5877
|
<span>src/newClasses/descriptor.js</span>
|
|
5843
5878
|
</a>
|
|
5844
5879
|
|
|
@@ -5902,7 +5937,7 @@ descriptor store is invalid.
|
|
|
5902
5937
|
</h3>
|
|
5903
5938
|
|
|
5904
5939
|
|
|
5905
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5940
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L113-L115'>
|
|
5906
5941
|
<span>src/newClasses/descriptor.js</span>
|
|
5907
5942
|
</a>
|
|
5908
5943
|
|
|
@@ -5976,7 +6011,7 @@ property. If this value is not a
|
|
|
5976
6011
|
</h3>
|
|
5977
6012
|
|
|
5978
6013
|
|
|
5979
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6014
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L124-L126'>
|
|
5980
6015
|
<span>src/newClasses/descriptor.js</span>
|
|
5981
6016
|
</a>
|
|
5982
6017
|
|
|
@@ -6040,7 +6075,7 @@ descriptor store is invalid.
|
|
|
6040
6075
|
</h3>
|
|
6041
6076
|
|
|
6042
6077
|
|
|
6043
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6078
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L135-L137'>
|
|
6044
6079
|
<span>src/newClasses/descriptor.js</span>
|
|
6045
6080
|
</a>
|
|
6046
6081
|
|
|
@@ -6114,7 +6149,7 @@ property. If this value is not a
|
|
|
6114
6149
|
</h3>
|
|
6115
6150
|
|
|
6116
6151
|
|
|
6117
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6152
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L146-L148'>
|
|
6118
6153
|
<span>src/newClasses/descriptor.js</span>
|
|
6119
6154
|
</a>
|
|
6120
6155
|
|
|
@@ -6178,7 +6213,7 @@ descriptor store is invalid.
|
|
|
6178
6213
|
</h3>
|
|
6179
6214
|
|
|
6180
6215
|
|
|
6181
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6216
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L157-L159'>
|
|
6182
6217
|
<span>src/newClasses/descriptor.js</span>
|
|
6183
6218
|
</a>
|
|
6184
6219
|
|
|
@@ -6252,7 +6287,7 @@ property. If this value is not a
|
|
|
6252
6287
|
</h3>
|
|
6253
6288
|
|
|
6254
6289
|
|
|
6255
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6290
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L167-L169'>
|
|
6256
6291
|
<span>src/newClasses/descriptor.js</span>
|
|
6257
6292
|
</a>
|
|
6258
6293
|
|
|
@@ -6315,7 +6350,7 @@ this instance of Descriptor.</p>
|
|
|
6315
6350
|
</h3>
|
|
6316
6351
|
|
|
6317
6352
|
|
|
6318
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6353
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L178-L180'>
|
|
6319
6354
|
<span>src/newClasses/descriptor.js</span>
|
|
6320
6355
|
</a>
|
|
6321
6356
|
|
|
@@ -6387,7 +6422,7 @@ property.
|
|
|
6387
6422
|
</h3>
|
|
6388
6423
|
|
|
6389
6424
|
|
|
6390
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6425
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L190-L192'>
|
|
6391
6426
|
<span>src/newClasses/descriptor.js</span>
|
|
6392
6427
|
</a>
|
|
6393
6428
|
|
|
@@ -6454,7 +6489,7 @@ is undefined.
|
|
|
6454
6489
|
</h3>
|
|
6455
6490
|
|
|
6456
6491
|
|
|
6457
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6492
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L212-L214'>
|
|
6458
6493
|
<span>src/newClasses/descriptor.js</span>
|
|
6459
6494
|
</a>
|
|
6460
6495
|
|
|
@@ -6523,7 +6558,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6523
6558
|
</h3>
|
|
6524
6559
|
|
|
6525
6560
|
|
|
6526
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6561
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L202-L204'>
|
|
6527
6562
|
<span>src/newClasses/descriptor.js</span>
|
|
6528
6563
|
</a>
|
|
6529
6564
|
|
|
@@ -6590,7 +6625,7 @@ getter will be bound the associated and previously set
|
|
|
6590
6625
|
</h3>
|
|
6591
6626
|
|
|
6592
6627
|
|
|
6593
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6628
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L224-L226'>
|
|
6594
6629
|
<span>src/newClasses/descriptor.js</span>
|
|
6595
6630
|
</a>
|
|
6596
6631
|
|
|
@@ -6657,7 +6692,7 @@ is undefined.
|
|
|
6657
6692
|
</h3>
|
|
6658
6693
|
|
|
6659
6694
|
|
|
6660
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6695
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L246-L248'>
|
|
6661
6696
|
<span>src/newClasses/descriptor.js</span>
|
|
6662
6697
|
</a>
|
|
6663
6698
|
|
|
@@ -6726,7 +6761,7 @@ store is invalid, the value is thrown away</p>
|
|
|
6726
6761
|
</h3>
|
|
6727
6762
|
|
|
6728
6763
|
|
|
6729
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6764
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L236-L238'>
|
|
6730
6765
|
<span>src/newClasses/descriptor.js</span>
|
|
6731
6766
|
</a>
|
|
6732
6767
|
|
|
@@ -6793,7 +6828,7 @@ setter will be bound the associated and previously set
|
|
|
6793
6828
|
</h3>
|
|
6794
6829
|
|
|
6795
6830
|
|
|
6796
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6831
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L257-L257'>
|
|
6797
6832
|
<span>src/newClasses/descriptor.js</span>
|
|
6798
6833
|
</a>
|
|
6799
6834
|
|
|
@@ -6862,7 +6897,7 @@ instance of <code>Descriptor</code>.</p>
|
|
|
6862
6897
|
</h3>
|
|
6863
6898
|
|
|
6864
6899
|
|
|
6865
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6900
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L267-L267'>
|
|
6866
6901
|
<span>src/newClasses/descriptor.js</span>
|
|
6867
6902
|
</a>
|
|
6868
6903
|
|
|
@@ -6927,7 +6962,7 @@ if it has not yet been set.
|
|
|
6927
6962
|
</h3>
|
|
6928
6963
|
|
|
6929
6964
|
|
|
6930
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6965
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L276-L276'>
|
|
6931
6966
|
<span>src/newClasses/descriptor.js</span>
|
|
6932
6967
|
</a>
|
|
6933
6968
|
|
|
@@ -6997,7 +7032,7 @@ be associated with.
|
|
|
6997
7032
|
</h3>
|
|
6998
7033
|
|
|
6999
7034
|
|
|
7000
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7035
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L296-L299'>
|
|
7001
7036
|
<span>src/newClasses/descriptor.js</span>
|
|
7002
7037
|
</a>
|
|
7003
7038
|
|
|
@@ -7109,7 +7144,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
7109
7144
|
</h3>
|
|
7110
7145
|
|
|
7111
7146
|
|
|
7112
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7147
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L328-L334'>
|
|
7113
7148
|
<span>src/newClasses/descriptor.js</span>
|
|
7114
7149
|
</a>
|
|
7115
7150
|
|
|
@@ -7119,7 +7154,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
7119
7154
|
<p>Take the descriptor defined by this objects values and apply them to
|
|
7120
7155
|
the specified object using the specified key.</p>
|
|
7121
7156
|
|
|
7122
|
-
<div class='pre p1 fill-light mt0'>applyTo(object: <a href="#object">object</a>, forKey: (<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a>))</div>
|
|
7157
|
+
<div class='pre p1 fill-light mt0'>applyTo(object: <a href="#object">object</a>, forKey: (<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a> | <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a>), bindAccessors: any)</div>
|
|
7123
7158
|
|
|
7124
7159
|
|
|
7125
7160
|
|
|
@@ -7153,12 +7188,109 @@ descriptor will abe applied
|
|
|
7153
7188
|
|
|
7154
7189
|
</div>
|
|
7155
7190
|
|
|
7191
|
+
<div class='space-bottom0'>
|
|
7192
|
+
<div>
|
|
7193
|
+
<span class='code bold'>bindAccessors</span> <code class='quiet'>(any
|
|
7194
|
+
= <code>false</code>)</code>
|
|
7195
|
+
|
|
7196
|
+
</div>
|
|
7197
|
+
|
|
7198
|
+
</div>
|
|
7199
|
+
|
|
7200
|
+
</div>
|
|
7201
|
+
|
|
7202
|
+
|
|
7203
|
+
|
|
7204
|
+
|
|
7205
|
+
|
|
7206
|
+
|
|
7207
|
+
|
|
7208
|
+
|
|
7209
|
+
|
|
7210
|
+
|
|
7211
|
+
|
|
7212
|
+
|
|
7213
|
+
|
|
7214
|
+
|
|
7215
|
+
|
|
7216
|
+
|
|
7217
|
+
|
|
7218
|
+
|
|
7219
|
+
|
|
7220
|
+
</section>
|
|
7221
|
+
|
|
7222
|
+
|
|
7223
|
+
|
|
7224
|
+
|
|
7225
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
7226
|
+
|
|
7227
|
+
|
|
7228
|
+
<div class='clearfix'>
|
|
7229
|
+
|
|
7230
|
+
<h3 class='fl m0' id='toobject'>
|
|
7231
|
+
toObject
|
|
7232
|
+
</h3>
|
|
7233
|
+
|
|
7234
|
+
|
|
7235
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L349-L370'>
|
|
7236
|
+
<span>src/newClasses/descriptor.js</span>
|
|
7237
|
+
</a>
|
|
7238
|
+
|
|
7239
|
+
</div>
|
|
7240
|
+
|
|
7241
|
+
|
|
7242
|
+
<p>Converts this Descriptor class instance into a basic object descriptor
|
|
7243
|
+
that is accepted by all the standard JavaScript runtime methods that
|
|
7244
|
+
deal with object descriptors.</p>
|
|
7245
|
+
|
|
7246
|
+
<div class='pre p1 fill-light mt0'>toObject(bindAccessors: (<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a> | <a href="#object">object</a>)): <a href="#object">object</a></div>
|
|
7247
|
+
|
|
7248
|
+
|
|
7249
|
+
|
|
7250
|
+
|
|
7251
|
+
|
|
7252
|
+
|
|
7253
|
+
|
|
7254
|
+
|
|
7255
|
+
|
|
7256
|
+
|
|
7257
|
+
|
|
7258
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
7259
|
+
<div class='prose'>
|
|
7260
|
+
|
|
7261
|
+
<div class='space-bottom0'>
|
|
7262
|
+
<div>
|
|
7263
|
+
<span class='code bold'>bindAccessors</span> <code class='quiet'>((<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a> | <a href="#object">object</a>)
|
|
7264
|
+
= <code>false</code>)</code>
|
|
7265
|
+
if
|
|
7266
|
+
<code>true</code>
|
|
7267
|
+
, a non-fatal attempt to
|
|
7268
|
+
bind accessor getter and setter methods is made before returning the
|
|
7269
|
+
object. If
|
|
7270
|
+
<code>bindAccessors</code>
|
|
7271
|
+
is truthy and is also an object, this is the
|
|
7272
|
+
object the accessors will be bound to. If the value is falsy or if the
|
|
7273
|
+
descriptor instance represents a data descriptor, nothing happens.
|
|
7274
|
+
|
|
7275
|
+
</div>
|
|
7276
|
+
|
|
7277
|
+
</div>
|
|
7278
|
+
|
|
7156
7279
|
</div>
|
|
7157
7280
|
|
|
7158
7281
|
|
|
7159
7282
|
|
|
7160
7283
|
|
|
7161
7284
|
|
|
7285
|
+
|
|
7286
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
7287
|
+
<code><a href="#object">object</a></code>:
|
|
7288
|
+
the object instance's basic object representation as
|
|
7289
|
+
a descriptor.
|
|
7290
|
+
|
|
7291
|
+
|
|
7292
|
+
|
|
7293
|
+
|
|
7162
7294
|
|
|
7163
7295
|
|
|
7164
7296
|
|
|
@@ -7188,7 +7320,7 @@ descriptor will abe applied
|
|
|
7188
7320
|
</h3>
|
|
7189
7321
|
|
|
7190
7322
|
|
|
7191
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7323
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L379-L404'>
|
|
7192
7324
|
<span>src/newClasses/descriptor.js</span>
|
|
7193
7325
|
</a>
|
|
7194
7326
|
|
|
@@ -7271,7 +7403,7 @@ and its type is returned.
|
|
|
7271
7403
|
</h3>
|
|
7272
7404
|
|
|
7273
7405
|
|
|
7274
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7406
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L412-L414'>
|
|
7275
7407
|
<span>src/newClasses/descriptor.js</span>
|
|
7276
7408
|
</a>
|
|
7277
7409
|
|
|
@@ -7334,7 +7466,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
7334
7466
|
</h3>
|
|
7335
7467
|
|
|
7336
7468
|
|
|
7337
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7469
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L309-L318'>
|
|
7338
7470
|
<span>src/newClasses/descriptor.js</span>
|
|
7339
7471
|
</a>
|
|
7340
7472
|
|
|
@@ -7429,7 +7561,7 @@ object to return a descriptor for.
|
|
|
7429
7561
|
</h3>
|
|
7430
7562
|
|
|
7431
7563
|
|
|
7432
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7564
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L428-L439'>
|
|
7433
7565
|
<span>src/newClasses/descriptor.js</span>
|
|
7434
7566
|
</a>
|
|
7435
7567
|
|
|
@@ -7521,7 +7653,7 @@ a data property.
|
|
|
7521
7653
|
</h3>
|
|
7522
7654
|
|
|
7523
7655
|
|
|
7524
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7656
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L456-L467'>
|
|
7525
7657
|
<span>src/newClasses/descriptor.js</span>
|
|
7526
7658
|
</a>
|
|
7527
7659
|
|
|
@@ -7618,7 +7750,7 @@ returns undefined.
|
|
|
7618
7750
|
</h3>
|
|
7619
7751
|
|
|
7620
7752
|
|
|
7621
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7753
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L484-L489'>
|
|
7622
7754
|
<span>src/newClasses/descriptor.js</span>
|
|
7623
7755
|
</a>
|
|
7624
7756
|
|
|
@@ -7729,7 +7861,7 @@ arguments passed to the
|
|
|
7729
7861
|
</h3>
|
|
7730
7862
|
|
|
7731
7863
|
|
|
7732
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7864
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L506-L517'>
|
|
7733
7865
|
<span>src/newClasses/descriptor.js</span>
|
|
7734
7866
|
</a>
|
|
7735
7867
|
|
|
@@ -7867,7 +7999,7 @@ property.</li>
|
|
|
7867
7999
|
</h3>
|
|
7868
8000
|
|
|
7869
8001
|
|
|
7870
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8002
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L533-L544'>
|
|
7871
8003
|
<span>src/newClasses/descriptor.js</span>
|
|
7872
8004
|
</a>
|
|
7873
8005
|
|
|
@@ -8021,7 +8153,7 @@ changed.
|
|
|
8021
8153
|
</h3>
|
|
8022
8154
|
|
|
8023
8155
|
|
|
8024
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8156
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L557-L565'>
|
|
8025
8157
|
<span>src/newClasses/descriptor.js</span>
|
|
8026
8158
|
</a>
|
|
8027
8159
|
|
|
@@ -8104,7 +8236,7 @@ check if it is a descriptor.
|
|
|
8104
8236
|
</h3>
|
|
8105
8237
|
|
|
8106
8238
|
|
|
8107
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8239
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L580-L599'>
|
|
8108
8240
|
<span>src/newClasses/descriptor.js</span>
|
|
8109
8241
|
</a>
|
|
8110
8242
|
|
|
@@ -8222,7 +8354,7 @@ has any keys that match the
|
|
|
8222
8354
|
</h3>
|
|
8223
8355
|
|
|
8224
8356
|
|
|
8225
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8357
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L612-L631'>
|
|
8226
8358
|
<span>src/newClasses/descriptor.js</span>
|
|
8227
8359
|
</a>
|
|
8228
8360
|
|
|
@@ -8315,7 +8447,7 @@ passed as an argument is an accessor descriptor, and false otherwise.
|
|
|
8315
8447
|
</h3>
|
|
8316
8448
|
|
|
8317
8449
|
|
|
8318
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8450
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L640-L642'>
|
|
8319
8451
|
<span>src/newClasses/descriptor.js</span>
|
|
8320
8452
|
</a>
|
|
8321
8453
|
|
|
@@ -8387,7 +8519,7 @@ configurable</p>
|
|
|
8387
8519
|
</h3>
|
|
8388
8520
|
|
|
8389
8521
|
|
|
8390
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8522
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L651-L653'>
|
|
8391
8523
|
<span>src/newClasses/descriptor.js</span>
|
|
8392
8524
|
</a>
|
|
8393
8525
|
|
|
@@ -8459,7 +8591,7 @@ the
|
|
|
8459
8591
|
</h3>
|
|
8460
8592
|
|
|
8461
8593
|
|
|
8462
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8594
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L662-L664'>
|
|
8463
8595
|
<span>src/newClasses/descriptor.js</span>
|
|
8464
8596
|
</a>
|
|
8465
8597
|
|
|
@@ -8529,7 +8661,7 @@ the arguments
|
|
|
8529
8661
|
</h3>
|
|
8530
8662
|
|
|
8531
8663
|
|
|
8532
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8664
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L672-L674'>
|
|
8533
8665
|
<span>src/newClasses/descriptor.js</span>
|
|
8534
8666
|
</a>
|
|
8535
8667
|
|
|
@@ -8598,7 +8730,7 @@ method with the arguments
|
|
|
8598
8730
|
</h3>
|
|
8599
8731
|
|
|
8600
8732
|
|
|
8601
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8733
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L681-L683'>
|
|
8602
8734
|
<span>src/newClasses/descriptor.js</span>
|
|
8603
8735
|
</a>
|
|
8604
8736
|
|
|
@@ -8660,7 +8792,7 @@ method with the arguments
|
|
|
8660
8792
|
</h3>
|
|
8661
8793
|
|
|
8662
8794
|
|
|
8663
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8795
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L690-L692'>
|
|
8664
8796
|
<span>src/newClasses/descriptor.js</span>
|
|
8665
8797
|
</a>
|
|
8666
8798
|
|
|
@@ -8722,7 +8854,7 @@ method with the arguments
|
|
|
8722
8854
|
</h3>
|
|
8723
8855
|
|
|
8724
8856
|
|
|
8725
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8857
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/descriptor.js#L700-L702'>
|
|
8726
8858
|
<span>src/newClasses/descriptor.js</span>
|
|
8727
8859
|
</a>
|
|
8728
8860
|
|
|
@@ -8785,7 +8917,7 @@ returned.
|
|
|
8785
8917
|
</h3>
|
|
8786
8918
|
|
|
8787
8919
|
|
|
8788
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8920
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L9-L92'>
|
|
8789
8921
|
<span>src/newClasses/iterable.js</span>
|
|
8790
8922
|
</a>
|
|
8791
8923
|
|
|
@@ -8863,7 +8995,7 @@ not an iterable.
|
|
|
8863
8995
|
<div class='clearfix'>
|
|
8864
8996
|
|
|
8865
8997
|
|
|
8866
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8998
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L88-L91'>
|
|
8867
8999
|
<span>src/newClasses/iterable.js</span>
|
|
8868
9000
|
</a>
|
|
8869
9001
|
|
|
@@ -8958,7 +9090,7 @@ using a generator function, false otherwise.
|
|
|
8958
9090
|
<div class='clearfix'>
|
|
8959
9091
|
|
|
8960
9092
|
|
|
8961
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9093
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L48-L52'>
|
|
8962
9094
|
<span>src/newClasses/iterable.js</span>
|
|
8963
9095
|
</a>
|
|
8964
9096
|
|
|
@@ -9026,7 +9158,7 @@ to yield the elements one by one in a synchronous manner.</p>
|
|
|
9026
9158
|
<div class='clearfix'>
|
|
9027
9159
|
|
|
9028
9160
|
|
|
9029
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9161
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L60-L62'>
|
|
9030
9162
|
<span>src/newClasses/iterable.js</span>
|
|
9031
9163
|
</a>
|
|
9032
9164
|
|
|
@@ -9093,7 +9225,7 @@ where array methods and behaviors are needed.</p>
|
|
|
9093
9225
|
<div class='clearfix'>
|
|
9094
9226
|
|
|
9095
9227
|
|
|
9096
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9228
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L70-L72'>
|
|
9097
9229
|
<span>src/newClasses/iterable.js</span>
|
|
9098
9230
|
</a>
|
|
9099
9231
|
|
|
@@ -9168,7 +9300,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9168
9300
|
</h3>
|
|
9169
9301
|
|
|
9170
9302
|
|
|
9171
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9303
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L99-L218'>
|
|
9172
9304
|
<span>src/newClasses/iterable.js</span>
|
|
9173
9305
|
</a>
|
|
9174
9306
|
|
|
@@ -9251,7 +9383,7 @@ takes an entry as input and receives one as output.
|
|
|
9251
9383
|
<div class='clearfix'>
|
|
9252
9384
|
|
|
9253
9385
|
|
|
9254
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9386
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L135-L137'>
|
|
9255
9387
|
<span>src/newClasses/iterable.js</span>
|
|
9256
9388
|
</a>
|
|
9257
9389
|
|
|
@@ -9322,7 +9454,7 @@ iterable. The method is generated from
|
|
|
9322
9454
|
<div class='clearfix'>
|
|
9323
9455
|
|
|
9324
9456
|
|
|
9325
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9457
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L145-L147'>
|
|
9326
9458
|
<span>src/newClasses/iterable.js</span>
|
|
9327
9459
|
</a>
|
|
9328
9460
|
|
|
@@ -9390,7 +9522,7 @@ created this instance.</p>
|
|
|
9390
9522
|
<div class='clearfix'>
|
|
9391
9523
|
|
|
9392
9524
|
|
|
9393
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9525
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L156-L170'>
|
|
9394
9526
|
<span>src/newClasses/iterable.js</span>
|
|
9395
9527
|
</a>
|
|
9396
9528
|
|
|
@@ -9458,7 +9590,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
9458
9590
|
<div class='clearfix'>
|
|
9459
9591
|
|
|
9460
9592
|
|
|
9461
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9593
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L176-L178'>
|
|
9462
9594
|
<span>src/newClasses/iterable.js</span>
|
|
9463
9595
|
</a>
|
|
9464
9596
|
|
|
@@ -9517,7 +9649,7 @@ iterated over again.</p>
|
|
|
9517
9649
|
<div class='clearfix'>
|
|
9518
9650
|
|
|
9519
9651
|
|
|
9520
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9652
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L188-L190'>
|
|
9521
9653
|
<span>src/newClasses/iterable.js</span>
|
|
9522
9654
|
</a>
|
|
9523
9655
|
|
|
@@ -9586,7 +9718,7 @@ conforming to the expected JavaScript Iterator interface
|
|
|
9586
9718
|
<div class='clearfix'>
|
|
9587
9719
|
|
|
9588
9720
|
|
|
9589
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9721
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L198-L200'>
|
|
9590
9722
|
<span>src/newClasses/iterable.js</span>
|
|
9591
9723
|
</a>
|
|
9592
9724
|
|
|
@@ -9661,7 +9793,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9661
9793
|
</h3>
|
|
9662
9794
|
|
|
9663
9795
|
|
|
9664
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9796
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/iterable.js#L106-L106'>
|
|
9665
9797
|
<span>src/newClasses/iterable.js</span>
|
|
9666
9798
|
</a>
|
|
9667
9799
|
|
|
@@ -9718,7 +9850,7 @@ they are returned to the called code.</p>
|
|
|
9718
9850
|
</h3>
|
|
9719
9851
|
|
|
9720
9852
|
|
|
9721
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9853
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L23-L481'>
|
|
9722
9854
|
<span>src/newClasses/refmap.js</span>
|
|
9723
9855
|
</a>
|
|
9724
9856
|
|
|
@@ -9796,7 +9928,7 @@ maintain strong references to their elements.</p>
|
|
|
9796
9928
|
<div class='clearfix'>
|
|
9797
9929
|
|
|
9798
9930
|
|
|
9799
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9931
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L46-L49'>
|
|
9800
9932
|
<span>src/newClasses/refmap.js</span>
|
|
9801
9933
|
</a>
|
|
9802
9934
|
|
|
@@ -9881,7 +10013,7 @@ objectification.
|
|
|
9881
10013
|
<div class='clearfix'>
|
|
9882
10014
|
|
|
9883
10015
|
|
|
9884
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10016
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L58-L69'>
|
|
9885
10017
|
<span>src/newClasses/refmap.js</span>
|
|
9886
10018
|
</a>
|
|
9887
10019
|
|
|
@@ -9953,7 +10085,7 @@ object, handling invalid keys by converting them to strings.</p>
|
|
|
9953
10085
|
<div class='clearfix'>
|
|
9954
10086
|
|
|
9955
10087
|
|
|
9956
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10088
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L79-L81'>
|
|
9957
10089
|
<span>src/newClasses/refmap.js</span>
|
|
9958
10090
|
</a>
|
|
9959
10091
|
|
|
@@ -10022,7 +10154,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
10022
10154
|
<div class='clearfix'>
|
|
10023
10155
|
|
|
10024
10156
|
|
|
10025
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10157
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L118-L120'>
|
|
10026
10158
|
<span>src/newClasses/refmap.js</span>
|
|
10027
10159
|
</a>
|
|
10028
10160
|
|
|
@@ -10097,7 +10229,7 @@ object. If true, and if possible, the object will be turned into an
|
|
|
10097
10229
|
<div class='clearfix'>
|
|
10098
10230
|
|
|
10099
10231
|
|
|
10100
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10232
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L100-L108'>
|
|
10101
10233
|
<span>src/newClasses/refmap.js</span>
|
|
10102
10234
|
</a>
|
|
10103
10235
|
|
|
@@ -10197,7 +10329,7 @@ returns null), then the defaultValue is returned.
|
|
|
10197
10329
|
<div class='clearfix'>
|
|
10198
10330
|
|
|
10199
10331
|
|
|
10200
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10332
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L134-L166'>
|
|
10201
10333
|
<span>src/newClasses/refmap.js</span>
|
|
10202
10334
|
</a>
|
|
10203
10335
|
|
|
@@ -10295,7 +10427,7 @@ primitives to their object variants will be made. These are <code>numbers</code>
|
|
|
10295
10427
|
<div class='clearfix'>
|
|
10296
10428
|
|
|
10297
10429
|
|
|
10298
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10430
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L178-L201'>
|
|
10299
10431
|
<span>src/newClasses/refmap.js</span>
|
|
10300
10432
|
</a>
|
|
10301
10433
|
|
|
@@ -10396,7 +10528,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10396
10528
|
<div class='clearfix'>
|
|
10397
10529
|
|
|
10398
10530
|
|
|
10399
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10531
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L209-L217'>
|
|
10400
10532
|
<span>src/newClasses/refmap.js</span>
|
|
10401
10533
|
</a>
|
|
10402
10534
|
|
|
@@ -10463,7 +10595,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
10463
10595
|
<div class='clearfix'>
|
|
10464
10596
|
|
|
10465
10597
|
|
|
10466
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10598
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L231-L245'>
|
|
10467
10599
|
<span>src/newClasses/refmap.js</span>
|
|
10468
10600
|
</a>
|
|
10469
10601
|
|
|
@@ -10554,7 +10686,7 @@ the RefMap itself.
|
|
|
10554
10686
|
<div class='clearfix'>
|
|
10555
10687
|
|
|
10556
10688
|
|
|
10557
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10689
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L260-L270'>
|
|
10558
10690
|
<span>src/newClasses/refmap.js</span>
|
|
10559
10691
|
</a>
|
|
10560
10692
|
|
|
@@ -10648,7 +10780,7 @@ to be applied if the
|
|
|
10648
10780
|
<div class='clearfix'>
|
|
10649
10781
|
|
|
10650
10782
|
|
|
10651
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10783
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L282-L287'>
|
|
10652
10784
|
<span>src/newClasses/refmap.js</span>
|
|
10653
10785
|
</a>
|
|
10654
10786
|
|
|
@@ -10719,7 +10851,7 @@ they are skipped).</p>
|
|
|
10719
10851
|
<div class='clearfix'>
|
|
10720
10852
|
|
|
10721
10853
|
|
|
10722
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10854
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L307-L326'>
|
|
10723
10855
|
<span>src/newClasses/refmap.js</span>
|
|
10724
10856
|
</a>
|
|
10725
10857
|
|
|
@@ -10827,7 +10959,7 @@ in the RefMap, false otherwise.
|
|
|
10827
10959
|
<div class='clearfix'>
|
|
10828
10960
|
|
|
10829
10961
|
|
|
10830
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10962
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L348-L358'>
|
|
10831
10963
|
<span>src/newClasses/refmap.js</span>
|
|
10832
10964
|
</a>
|
|
10833
10965
|
|
|
@@ -10947,7 +11079,7 @@ entries
|
|
|
10947
11079
|
<div class='clearfix'>
|
|
10948
11080
|
|
|
10949
11081
|
|
|
10950
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11082
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L388-L403'>
|
|
10951
11083
|
<span>src/newClasses/refmap.js</span>
|
|
10952
11084
|
</a>
|
|
10953
11085
|
|
|
@@ -11080,7 +11212,7 @@ it returns
|
|
|
11080
11212
|
<div class='clearfix'>
|
|
11081
11213
|
|
|
11082
11214
|
|
|
11083
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11215
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L424-L458'>
|
|
11084
11216
|
<span>src/newClasses/refmap.js</span>
|
|
11085
11217
|
</a>
|
|
11086
11218
|
|
|
@@ -11217,7 +11349,7 @@ the result of the
|
|
|
11217
11349
|
<div class='clearfix'>
|
|
11218
11350
|
|
|
11219
11351
|
|
|
11220
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11352
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L466-L470'>
|
|
11221
11353
|
<span>src/newClasses/refmap.js</span>
|
|
11222
11354
|
</a>
|
|
11223
11355
|
|
|
@@ -11284,7 +11416,7 @@ dereferencing any weak references.</p>
|
|
|
11284
11416
|
<div class='clearfix'>
|
|
11285
11417
|
|
|
11286
11418
|
|
|
11287
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11419
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refmap.js#L478-L480'>
|
|
11288
11420
|
<span>src/newClasses/refmap.js</span>
|
|
11289
11421
|
</a>
|
|
11290
11422
|
|
|
@@ -11359,7 +11491,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
11359
11491
|
</h3>
|
|
11360
11492
|
|
|
11361
11493
|
|
|
11362
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11494
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L15-L425'>
|
|
11363
11495
|
<span>src/newClasses/refset.js</span>
|
|
11364
11496
|
</a>
|
|
11365
11497
|
|
|
@@ -11424,7 +11556,7 @@ maintain strong references to their elements.</p>
|
|
|
11424
11556
|
<div class='clearfix'>
|
|
11425
11557
|
|
|
11426
11558
|
|
|
11427
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11559
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L34-L37'>
|
|
11428
11560
|
<span>src/newClasses/refset.js</span>
|
|
11429
11561
|
</a>
|
|
11430
11562
|
|
|
@@ -11509,7 +11641,7 @@ objectification.
|
|
|
11509
11641
|
<div class='clearfix'>
|
|
11510
11642
|
|
|
11511
11643
|
|
|
11512
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11644
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L47-L49'>
|
|
11513
11645
|
<span>src/newClasses/refset.js</span>
|
|
11514
11646
|
</a>
|
|
11515
11647
|
|
|
@@ -11578,7 +11710,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
11578
11710
|
<div class='clearfix'>
|
|
11579
11711
|
|
|
11580
11712
|
|
|
11581
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11713
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L60-L62'>
|
|
11582
11714
|
<span>src/newClasses/refset.js</span>
|
|
11583
11715
|
</a>
|
|
11584
11716
|
|
|
@@ -11654,7 +11786,7 @@ comparison in the <code>.has()</code> method (i.e. <code>==</code> instead of <c
|
|
|
11654
11786
|
<div class='clearfix'>
|
|
11655
11787
|
|
|
11656
11788
|
|
|
11657
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11789
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L74-L102'>
|
|
11658
11790
|
<span>src/newClasses/refset.js</span>
|
|
11659
11791
|
</a>
|
|
11660
11792
|
|
|
@@ -11738,7 +11870,7 @@ made. These are numbers, strings, boolean values and big integers.</p>
|
|
|
11738
11870
|
<div class='clearfix'>
|
|
11739
11871
|
|
|
11740
11872
|
|
|
11741
|
-
<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/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L113-L125'>
|
|
11742
11874
|
<span>src/newClasses/refset.js</span>
|
|
11743
11875
|
</a>
|
|
11744
11876
|
|
|
@@ -11821,7 +11953,7 @@ to the criteria of that function.</p>
|
|
|
11821
11953
|
<div class='clearfix'>
|
|
11822
11954
|
|
|
11823
11955
|
|
|
11824
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11956
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L133-L141'>
|
|
11825
11957
|
<span>src/newClasses/refset.js</span>
|
|
11826
11958
|
</a>
|
|
11827
11959
|
|
|
@@ -11888,7 +12020,7 @@ to the criteria of that function.</p>
|
|
|
11888
12020
|
<div class='clearfix'>
|
|
11889
12021
|
|
|
11890
12022
|
|
|
11891
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12023
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L155-L161'>
|
|
11892
12024
|
<span>src/newClasses/refset.js</span>
|
|
11893
12025
|
</a>
|
|
11894
12026
|
|
|
@@ -11979,7 +12111,7 @@ the RefSet itself.
|
|
|
11979
12111
|
<div class='clearfix'>
|
|
11980
12112
|
|
|
11981
12113
|
|
|
11982
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12114
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L176-L188'>
|
|
11983
12115
|
<span>src/newClasses/refset.js</span>
|
|
11984
12116
|
</a>
|
|
11985
12117
|
|
|
@@ -12073,7 +12205,7 @@ to be applied if the
|
|
|
12073
12205
|
<div class='clearfix'>
|
|
12074
12206
|
|
|
12075
12207
|
|
|
12076
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12208
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L200-L212'>
|
|
12077
12209
|
<span>src/newClasses/refset.js</span>
|
|
12078
12210
|
</a>
|
|
12079
12211
|
|
|
@@ -12144,7 +12276,7 @@ they are skipped).</p>
|
|
|
12144
12276
|
<div class='clearfix'>
|
|
12145
12277
|
|
|
12146
12278
|
|
|
12147
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12279
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L223-L225'>
|
|
12148
12280
|
<span>src/newClasses/refset.js</span>
|
|
12149
12281
|
</a>
|
|
12150
12282
|
|
|
@@ -12214,7 +12346,7 @@ between keys and values.</p>
|
|
|
12214
12346
|
<div class='clearfix'>
|
|
12215
12347
|
|
|
12216
12348
|
|
|
12217
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12349
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L240-L252'>
|
|
12218
12350
|
<span>src/newClasses/refset.js</span>
|
|
12219
12351
|
</a>
|
|
12220
12352
|
|
|
@@ -12300,7 +12432,7 @@ in the RefSet, false otherwise.
|
|
|
12300
12432
|
<div class='clearfix'>
|
|
12301
12433
|
|
|
12302
12434
|
|
|
12303
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12435
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L265-L272'>
|
|
12304
12436
|
<span>src/newClasses/refset.js</span>
|
|
12305
12437
|
</a>
|
|
12306
12438
|
|
|
@@ -12385,7 +12517,7 @@ general-purpose.</p>
|
|
|
12385
12517
|
<div class='clearfix'>
|
|
12386
12518
|
|
|
12387
12519
|
|
|
12388
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12520
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L288-L304'>
|
|
12389
12521
|
<span>src/newClasses/refset.js</span>
|
|
12390
12522
|
</a>
|
|
12391
12523
|
|
|
@@ -12485,7 +12617,7 @@ The function receives the dereferenced value.
|
|
|
12485
12617
|
<div class='clearfix'>
|
|
12486
12618
|
|
|
12487
12619
|
|
|
12488
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12620
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L319-L333'>
|
|
12489
12621
|
<span>src/newClasses/refset.js</span>
|
|
12490
12622
|
</a>
|
|
12491
12623
|
|
|
@@ -12585,7 +12717,7 @@ the testing function, or undefined if none found.
|
|
|
12585
12717
|
<div class='clearfix'>
|
|
12586
12718
|
|
|
12587
12719
|
|
|
12588
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12720
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L354-L398'>
|
|
12589
12721
|
<span>src/newClasses/refset.js</span>
|
|
12590
12722
|
</a>
|
|
12591
12723
|
|
|
@@ -12722,7 +12854,7 @@ the result of the
|
|
|
12722
12854
|
<div class='clearfix'>
|
|
12723
12855
|
|
|
12724
12856
|
|
|
12725
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12857
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/newClasses/refset.js#L406-L408'>
|
|
12726
12858
|
<span>src/newClasses/refset.js</span>
|
|
12727
12859
|
</a>
|
|
12728
12860
|
|
|
@@ -12797,7 +12929,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
12797
12929
|
</h3>
|
|
12798
12930
|
|
|
12799
12931
|
|
|
12800
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12932
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L11-L201'>
|
|
12801
12933
|
<span>src/objectextensions.js</span>
|
|
12802
12934
|
</a>
|
|
12803
12935
|
|
|
@@ -12852,7 +12984,7 @@ with additional utility functions.</p>
|
|
|
12852
12984
|
<div class='clearfix'>
|
|
12853
12985
|
|
|
12854
12986
|
|
|
12855
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12987
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L20-L22'>
|
|
12856
12988
|
<span>src/objectextensions.js</span>
|
|
12857
12989
|
</a>
|
|
12858
12990
|
|
|
@@ -12941,7 +13073,7 @@ and
|
|
|
12941
13073
|
<div class='clearfix'>
|
|
12942
13074
|
|
|
12943
13075
|
|
|
12944
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13076
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L32-L34'>
|
|
12945
13077
|
<span>src/objectextensions.js</span>
|
|
12946
13078
|
</a>
|
|
12947
13079
|
|
|
@@ -13025,7 +13157,7 @@ appropriate symbol defined.</p>
|
|
|
13025
13157
|
<div class='clearfix'>
|
|
13026
13158
|
|
|
13027
13159
|
|
|
13028
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13160
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L49-L63'>
|
|
13029
13161
|
<span>src/objectextensions.js</span>
|
|
13030
13162
|
</a>
|
|
13031
13163
|
|
|
@@ -13123,7 +13255,7 @@ returned whenever a supplied object does not have a
|
|
|
13123
13255
|
<div class='clearfix'>
|
|
13124
13256
|
|
|
13125
13257
|
|
|
13126
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13258
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L85-L94'>
|
|
13127
13259
|
<span>src/objectextensions.js</span>
|
|
13128
13260
|
</a>
|
|
13129
13261
|
|
|
@@ -13240,7 +13372,7 @@ available in the
|
|
|
13240
13372
|
<div class='clearfix'>
|
|
13241
13373
|
|
|
13242
13374
|
|
|
13243
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13375
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L106-L108'>
|
|
13244
13376
|
<span>src/objectextensions.js</span>
|
|
13245
13377
|
</a>
|
|
13246
13378
|
|
|
@@ -13328,7 +13460,7 @@ otherwise
|
|
|
13328
13460
|
<div class='clearfix'>
|
|
13329
13461
|
|
|
13330
13462
|
|
|
13331
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13463
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L117-L136'>
|
|
13332
13464
|
<span>src/objectextensions.js</span>
|
|
13333
13465
|
</a>
|
|
13334
13466
|
|
|
@@ -13409,7 +13541,7 @@ false otherwise.
|
|
|
13409
13541
|
<div class='clearfix'>
|
|
13410
13542
|
|
|
13411
13543
|
|
|
13412
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13544
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L148-L150'>
|
|
13413
13545
|
<span>src/objectextensions.js</span>
|
|
13414
13546
|
</a>
|
|
13415
13547
|
|
|
@@ -13497,7 +13629,7 @@ getting object properties.</p>
|
|
|
13497
13629
|
<div class='clearfix'>
|
|
13498
13630
|
|
|
13499
13631
|
|
|
13500
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13632
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L166-L200'>
|
|
13501
13633
|
<span>src/objectextensions.js</span>
|
|
13502
13634
|
</a>
|
|
13503
13635
|
|
|
@@ -13616,7 +13748,7 @@ specified in the
|
|
|
13616
13748
|
</h3>
|
|
13617
13749
|
|
|
13618
13750
|
|
|
13619
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13751
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/objectextensions.js#L218-L220'>
|
|
13620
13752
|
<span>src/objectextensions.js</span>
|
|
13621
13753
|
</a>
|
|
13622
13754
|
|
|
@@ -13713,7 +13845,7 @@ specified in the
|
|
|
13713
13845
|
</h3>
|
|
13714
13846
|
|
|
13715
13847
|
|
|
13716
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13848
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L18-L118'>
|
|
13717
13849
|
<span>src/reflectextensions.js</span>
|
|
13718
13850
|
</a>
|
|
13719
13851
|
|
|
@@ -13772,7 +13904,7 @@ JavaScript.</p>
|
|
|
13772
13904
|
<div class='clearfix'>
|
|
13773
13905
|
|
|
13774
13906
|
|
|
13775
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13907
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L29-L34'>
|
|
13776
13908
|
<span>src/reflectextensions.js</span>
|
|
13777
13909
|
</a>
|
|
13778
13910
|
|
|
@@ -13868,7 +14000,7 @@ to receive multiple keys as arguments.
|
|
|
13868
14000
|
<div class='clearfix'>
|
|
13869
14001
|
|
|
13870
14002
|
|
|
13871
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14003
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L46-L60'>
|
|
13872
14004
|
<span>src/reflectextensions.js</span>
|
|
13873
14005
|
</a>
|
|
13874
14006
|
|
|
@@ -13961,7 +14093,7 @@ a TypeError exception will be thrown
|
|
|
13961
14093
|
<div class='clearfix'>
|
|
13962
14094
|
|
|
13963
14095
|
|
|
13964
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14096
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L73-L78'>
|
|
13965
14097
|
<span>src/reflectextensions.js</span>
|
|
13966
14098
|
</a>
|
|
13967
14099
|
|
|
@@ -14062,7 +14194,7 @@ at least one of the keys provided as arguments exists in the given object.
|
|
|
14062
14194
|
<div class='clearfix'>
|
|
14063
14195
|
|
|
14064
14196
|
|
|
14065
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14197
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L93-L99'>
|
|
14066
14198
|
<span>src/reflectextensions.js</span>
|
|
14067
14199
|
</a>
|
|
14068
14200
|
|
|
@@ -14149,7 +14281,7 @@ array if the input is not a valid object.
|
|
|
14149
14281
|
<div class='clearfix'>
|
|
14150
14282
|
|
|
14151
14283
|
|
|
14152
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14284
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/reflectextensions.js#L115-L117'>
|
|
14153
14285
|
<span>src/reflectextensions.js</span>
|
|
14154
14286
|
</a>
|
|
14155
14287
|
|
|
@@ -14249,7 +14381,7 @@ object.
|
|
|
14249
14381
|
</h3>
|
|
14250
14382
|
|
|
14251
14383
|
|
|
14252
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14384
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L12-L26'>
|
|
14253
14385
|
<span>src/setextensions.js</span>
|
|
14254
14386
|
</a>
|
|
14255
14387
|
|
|
@@ -14320,7 +14452,7 @@ or Array) whose elements will be added to the set.
|
|
|
14320
14452
|
</h3>
|
|
14321
14453
|
|
|
14322
14454
|
|
|
14323
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14455
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L38-L46'>
|
|
14324
14456
|
<span>src/setextensions.js</span>
|
|
14325
14457
|
</a>
|
|
14326
14458
|
|
|
@@ -14407,7 +14539,7 @@ the supplied value,
|
|
|
14407
14539
|
</h3>
|
|
14408
14540
|
|
|
14409
14541
|
|
|
14410
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14542
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L60-L76'>
|
|
14411
14543
|
<span>src/setextensions.js</span>
|
|
14412
14544
|
</a>
|
|
14413
14545
|
|
|
@@ -14510,7 +14642,7 @@ the element, index (always NaN), and the set itself.
|
|
|
14510
14642
|
</h3>
|
|
14511
14643
|
|
|
14512
14644
|
|
|
14513
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14645
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L92-L107'>
|
|
14514
14646
|
<span>src/setextensions.js</span>
|
|
14515
14647
|
</a>
|
|
14516
14648
|
|
|
@@ -14616,7 +14748,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14616
14748
|
</h3>
|
|
14617
14749
|
|
|
14618
14750
|
|
|
14619
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14751
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L122-L143'>
|
|
14620
14752
|
<span>src/setextensions.js</span>
|
|
14621
14753
|
</a>
|
|
14622
14754
|
|
|
@@ -14722,7 +14854,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14722
14854
|
</h3>
|
|
14723
14855
|
|
|
14724
14856
|
|
|
14725
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14857
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L151-L153'>
|
|
14726
14858
|
<span>src/setextensions.js</span>
|
|
14727
14859
|
</a>
|
|
14728
14860
|
|
|
@@ -14785,7 +14917,7 @@ This is an alias for the <code>size</code> property of the set.</p>
|
|
|
14785
14917
|
</h3>
|
|
14786
14918
|
|
|
14787
14919
|
|
|
14788
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14920
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L169-L183'>
|
|
14789
14921
|
<span>src/setextensions.js</span>
|
|
14790
14922
|
</a>
|
|
14791
14923
|
|
|
@@ -14892,7 +15024,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
14892
15024
|
</h3>
|
|
14893
15025
|
|
|
14894
15026
|
|
|
14895
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15027
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L199-L212'>
|
|
14896
15028
|
<span>src/setextensions.js</span>
|
|
14897
15029
|
</a>
|
|
14898
15030
|
|
|
@@ -15005,7 +15137,7 @@ receives the accumulator, element, index (always NaN), and the set itself.
|
|
|
15005
15137
|
</h3>
|
|
15006
15138
|
|
|
15007
15139
|
|
|
15008
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15140
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/setextensions.js#L227-L241'>
|
|
15009
15141
|
<span>src/setextensions.js</span>
|
|
15010
15142
|
</a>
|
|
15011
15143
|
|
|
@@ -15109,7 +15241,7 @@ otherwise.
|
|
|
15109
15241
|
</h3>
|
|
15110
15242
|
|
|
15111
15243
|
|
|
15112
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15244
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/stringextensions.js#L11-L25'>
|
|
15113
15245
|
<span>src/stringextensions.js</span>
|
|
15114
15246
|
</a>
|
|
15115
15247
|
|
|
@@ -15164,7 +15296,7 @@ utility functions.</p>
|
|
|
15164
15296
|
<div class='clearfix'>
|
|
15165
15297
|
|
|
15166
15298
|
|
|
15167
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15299
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/stringextensions.js#L19-L24'>
|
|
15168
15300
|
<span>src/stringextensions.js</span>
|
|
15169
15301
|
</a>
|
|
15170
15302
|
|
|
@@ -15262,7 +15394,7 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
15262
15394
|
</h3>
|
|
15263
15395
|
|
|
15264
15396
|
|
|
15265
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15397
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/symbolextensions.js#L11-L69'>
|
|
15266
15398
|
<span>src/symbolextensions.js</span>
|
|
15267
15399
|
</a>
|
|
15268
15400
|
|
|
@@ -15317,7 +15449,7 @@ utility functions.</p>
|
|
|
15317
15449
|
<div class='clearfix'>
|
|
15318
15450
|
|
|
15319
15451
|
|
|
15320
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15452
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/symbolextensions.js#L19-L21'>
|
|
15321
15453
|
<span>src/symbolextensions.js</span>
|
|
15322
15454
|
</a>
|
|
15323
15455
|
|
|
@@ -15405,7 +15537,7 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
15405
15537
|
<div class='clearfix'>
|
|
15406
15538
|
|
|
15407
15539
|
|
|
15408
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15540
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/symbolextensions.js#L37-L46'>
|
|
15409
15541
|
<span>src/symbolextensions.js</span>
|
|
15410
15542
|
</a>
|
|
15411
15543
|
|
|
@@ -15513,7 +15645,7 @@ created by passing a value directly to the Symbol function, such as
|
|
|
15513
15645
|
<div class='clearfix'>
|
|
15514
15646
|
|
|
15515
15647
|
|
|
15516
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15648
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/symbolextensions.js#L66-L68'>
|
|
15517
15649
|
<span>src/symbolextensions.js</span>
|
|
15518
15650
|
</a>
|
|
15519
15651
|
|
|
@@ -15643,7 +15775,7 @@ returns
|
|
|
15643
15775
|
</h3>
|
|
15644
15776
|
|
|
15645
15777
|
|
|
15646
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15778
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/657e2db9db1b5fc727db19e149cb96af21c6ac48/src/weakrefextensions.js#L11-L17'>
|
|
15647
15779
|
<span>src/weakrefextensions.js</span>
|
|
15648
15780
|
</a>
|
|
15649
15781
|
|