@nejs/basic-extensions 2.8.0 → 2.9.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 +268 -147
- package/bin/version +100 -0
- package/dist/@nejs/basic-extensions.bundle.2.8.0.js +19 -0
- package/dist/@nejs/basic-extensions.bundle.2.8.0.js.map +7 -0
- package/dist/cjs/json.extensions.js +3 -2
- package/dist/cjs/json.extensions.js.map +1 -1
- package/dist/cjs/object.extensions.js +18 -6
- package/dist/cjs/object.extensions.js.map +1 -1
- package/dist/cjs/string.extensions.js +218 -28
- package/dist/cjs/string.extensions.js.map +1 -1
- package/dist/cjs/symbol.extensions.js +150 -29
- package/dist/cjs/symbol.extensions.js.map +1 -1
- package/dist/mjs/json.extensions.js +3 -2
- package/dist/mjs/json.extensions.js.map +1 -1
- package/dist/mjs/object.extensions.js +18 -6
- package/dist/mjs/object.extensions.js.map +1 -1
- package/dist/mjs/string.extensions.js +218 -28
- package/dist/mjs/string.extensions.js.map +1 -1
- package/dist/mjs/symbol.extensions.js +151 -30
- package/dist/mjs/symbol.extensions.js.map +1 -1
- package/docs/index.html +1045 -525
- package/package.json +4 -4
- package/src/json.extensions.js +3 -2
- package/src/object.extensions.js +21 -6
- package/src/string.extensions.js +259 -40
- package/src/symbol.extensions.js +151 -30
- package/dist/@nejs/basic-extensions.bundle.2.7.0.js +0 -19
- package/dist/@nejs/basic-extensions.bundle.2.7.0.js.map +0 -7
package/docs/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset='utf-8'>
|
|
5
|
-
<title>@nejs/basic-extensions 2.
|
|
5
|
+
<title>@nejs/basic-extensions 2.9.0 | Documentation</title>
|
|
6
6
|
<meta name='description' content='Basic but commonly used extensions'>
|
|
7
7
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
8
8
|
<link href='assets/bass.css' rel='stylesheet'>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
|
|
16
16
|
<div class='py1 px2'>
|
|
17
17
|
<h3 class='mb0 no-anchor'>@nejs/basic-extensions</h3>
|
|
18
|
-
<div class='mb1'><code>2.
|
|
18
|
+
<div class='mb1'><code>2.9.0</code></div>
|
|
19
19
|
<input
|
|
20
20
|
placeholder='Filter'
|
|
21
21
|
id='filter-input'
|
|
@@ -3252,6 +3252,18 @@
|
|
|
3252
3252
|
.randomRGBA
|
|
3253
3253
|
</a></li>
|
|
3254
3254
|
|
|
3255
|
+
<li><a
|
|
3256
|
+
href='#stringextensionssgr'
|
|
3257
|
+
class='regular pre-open'>
|
|
3258
|
+
.sgr
|
|
3259
|
+
</a></li>
|
|
3260
|
+
|
|
3261
|
+
<li><a
|
|
3262
|
+
href='#stringextensionswrap'
|
|
3263
|
+
class='regular pre-open'>
|
|
3264
|
+
.wrap
|
|
3265
|
+
</a></li>
|
|
3266
|
+
|
|
3255
3267
|
</ul>
|
|
3256
3268
|
|
|
3257
3269
|
|
|
@@ -3324,12 +3336,6 @@
|
|
|
3324
3336
|
<ul class='list-reset py1-ul pl1'>
|
|
3325
3337
|
<li class='h5'><span>Static members</span></li>
|
|
3326
3338
|
|
|
3327
|
-
<li><a
|
|
3328
|
-
href='#symbolextensionswithdata'
|
|
3329
|
-
class='regular pre-open'>
|
|
3330
|
-
.withData
|
|
3331
|
-
</a></li>
|
|
3332
|
-
|
|
3333
3339
|
<li><a
|
|
3334
3340
|
href='#symbolextensionsissymbol'
|
|
3335
3341
|
class='regular pre-open'>
|
|
@@ -3354,6 +3360,12 @@
|
|
|
3354
3360
|
.keys
|
|
3355
3361
|
</a></li>
|
|
3356
3362
|
|
|
3363
|
+
<li><a
|
|
3364
|
+
href='#symbolextensionswithdata'
|
|
3365
|
+
class='regular pre-open'>
|
|
3366
|
+
.withData
|
|
3367
|
+
</a></li>
|
|
3368
|
+
|
|
3357
3369
|
</ul>
|
|
3358
3370
|
|
|
3359
3371
|
|
|
@@ -3404,6 +3416,16 @@
|
|
|
3404
3416
|
</li>
|
|
3405
3417
|
|
|
3406
3418
|
|
|
3419
|
+
<li><a
|
|
3420
|
+
href='#for-1'
|
|
3421
|
+
class="">
|
|
3422
|
+
for
|
|
3423
|
+
|
|
3424
|
+
</a>
|
|
3425
|
+
|
|
3426
|
+
</li>
|
|
3427
|
+
|
|
3428
|
+
|
|
3407
3429
|
<li><a
|
|
3408
3430
|
href='#isvalidreference'
|
|
3409
3431
|
class="">
|
|
@@ -3433,7 +3455,7 @@
|
|
|
3433
3455
|
</h3>
|
|
3434
3456
|
|
|
3435
3457
|
|
|
3436
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3458
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L21-L51'>
|
|
3437
3459
|
<span>src/array.extensions.js</span>
|
|
3438
3460
|
</a>
|
|
3439
3461
|
|
|
@@ -3505,7 +3527,7 @@ properties to be added to the target object.</p>
|
|
|
3505
3527
|
</h3>
|
|
3506
3528
|
|
|
3507
3529
|
|
|
3508
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3530
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L73-L311'>
|
|
3509
3531
|
<span>src/array.extensions.js</span>
|
|
3510
3532
|
</a>
|
|
3511
3533
|
|
|
@@ -3577,7 +3599,7 @@ and properties to be added to the target object.</p>
|
|
|
3577
3599
|
</h3>
|
|
3578
3600
|
|
|
3579
3601
|
|
|
3580
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3602
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L48-L50'>
|
|
3581
3603
|
<span>src/array.extensions.js</span>
|
|
3582
3604
|
</a>
|
|
3583
3605
|
|
|
@@ -3698,7 +3720,7 @@ otherwise returns
|
|
|
3698
3720
|
</h3>
|
|
3699
3721
|
|
|
3700
3722
|
|
|
3701
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3723
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L84-L86'>
|
|
3702
3724
|
<span>src/array.extensions.js</span>
|
|
3703
3725
|
</a>
|
|
3704
3726
|
|
|
@@ -3777,7 +3799,7 @@ the array element in order to return true.
|
|
|
3777
3799
|
</h3>
|
|
3778
3800
|
|
|
3779
3801
|
|
|
3780
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3802
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L97-L108'>
|
|
3781
3803
|
<span>src/array.extensions.js</span>
|
|
3782
3804
|
</a>
|
|
3783
3805
|
|
|
@@ -3860,7 +3882,7 @@ being the index, the second being the value, is returned.
|
|
|
3860
3882
|
</h3>
|
|
3861
3883
|
|
|
3862
3884
|
|
|
3863
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3885
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L119-L121'>
|
|
3864
3886
|
<span>src/array.extensions.js</span>
|
|
3865
3887
|
</a>
|
|
3866
3888
|
|
|
@@ -3928,7 +3950,7 @@ is empty.
|
|
|
3928
3950
|
</h3>
|
|
3929
3951
|
|
|
3930
3952
|
|
|
3931
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
3953
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L261-L263'>
|
|
3932
3954
|
<span>src/array.extensions.js</span>
|
|
3933
3955
|
</a>
|
|
3934
3956
|
|
|
@@ -3997,7 +4019,7 @@ array is empty.
|
|
|
3997
4019
|
</h3>
|
|
3998
4020
|
|
|
3999
4021
|
|
|
4000
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4022
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L141-L143'>
|
|
4001
4023
|
<span>src/array.extensions.js</span>
|
|
4002
4024
|
</a>
|
|
4003
4025
|
|
|
@@ -4080,7 +4102,7 @@ array. This is a convenience method that wraps the native
|
|
|
4080
4102
|
</h3>
|
|
4081
4103
|
|
|
4082
4104
|
|
|
4083
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4105
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L168-L170'>
|
|
4084
4106
|
<span>src/array.extensions.js</span>
|
|
4085
4107
|
</a>
|
|
4086
4108
|
|
|
@@ -4190,7 +4212,7 @@ otherwise returns
|
|
|
4190
4212
|
</h3>
|
|
4191
4213
|
|
|
4192
4214
|
|
|
4193
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4215
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L194-L198'>
|
|
4194
4216
|
<span>src/array.extensions.js</span>
|
|
4195
4217
|
</a>
|
|
4196
4218
|
|
|
@@ -4308,7 +4330,7 @@ is equal to the provided value, otherwise
|
|
|
4308
4330
|
</h3>
|
|
4309
4331
|
|
|
4310
4332
|
|
|
4311
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4333
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L219-L221'>
|
|
4312
4334
|
<span>src/array.extensions.js</span>
|
|
4313
4335
|
</a>
|
|
4314
4336
|
|
|
@@ -4406,7 +4428,7 @@ is included in the provided values, otherwise
|
|
|
4406
4428
|
</h3>
|
|
4407
4429
|
|
|
4408
4430
|
|
|
4409
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4431
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/array.extensions.js#L245-L249'>
|
|
4410
4432
|
<span>src/array.extensions.js</span>
|
|
4411
4433
|
</a>
|
|
4412
4434
|
|
|
@@ -4524,7 +4546,7 @@ to the provided value, otherwise
|
|
|
4524
4546
|
</h3>
|
|
4525
4547
|
|
|
4526
4548
|
|
|
4527
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4549
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L17-L65'>
|
|
4528
4550
|
<span>src/big.int.extension.js</span>
|
|
4529
4551
|
</a>
|
|
4530
4552
|
|
|
@@ -4592,7 +4614,7 @@ value is a <code>BigInt</code> or not.</p>
|
|
|
4592
4614
|
<div class='clearfix'>
|
|
4593
4615
|
|
|
4594
4616
|
|
|
4595
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4617
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L35-L37'>
|
|
4596
4618
|
<span>src/big.int.extension.js</span>
|
|
4597
4619
|
</a>
|
|
4598
4620
|
|
|
@@ -4695,7 +4717,7 @@ if it is a
|
|
|
4695
4717
|
<div class='clearfix'>
|
|
4696
4718
|
|
|
4697
4719
|
|
|
4698
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4720
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L62-L64'>
|
|
4699
4721
|
<span>src/big.int.extension.js</span>
|
|
4700
4722
|
</a>
|
|
4701
4723
|
|
|
@@ -4835,7 +4857,7 @@ on if the supplied
|
|
|
4835
4857
|
</h3>
|
|
4836
4858
|
|
|
4837
4859
|
|
|
4838
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4860
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L83-L152'>
|
|
4839
4861
|
<span>src/big.int.extension.js</span>
|
|
4840
4862
|
</a>
|
|
4841
4863
|
|
|
@@ -4903,7 +4925,7 @@ a value based on whether the supplied value is a BigInt or not.</p>
|
|
|
4903
4925
|
<div class='clearfix'>
|
|
4904
4926
|
|
|
4905
4927
|
|
|
4906
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
4928
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L100-L102'>
|
|
4907
4929
|
<span>src/big.int.extension.js</span>
|
|
4908
4930
|
</a>
|
|
4909
4931
|
|
|
@@ -4978,7 +5000,7 @@ constructor, which takes the BigInt instance as its argument.</p>
|
|
|
4978
5000
|
<div class='clearfix'>
|
|
4979
5001
|
|
|
4980
5002
|
|
|
4981
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5003
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L120-L122'>
|
|
4982
5004
|
<span>src/big.int.extension.js</span>
|
|
4983
5005
|
</a>
|
|
4984
5006
|
|
|
@@ -5053,7 +5075,7 @@ patch to determine if the current instance (<code>this</code>) is a BigInt.</p>
|
|
|
5053
5075
|
<div class='clearfix'>
|
|
5054
5076
|
|
|
5055
5077
|
|
|
5056
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5078
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/big.int.extension.js#L149-L151'>
|
|
5057
5079
|
<span>src/big.int.extension.js</span>
|
|
5058
5080
|
</a>
|
|
5059
5081
|
|
|
@@ -5176,7 +5198,7 @@ the
|
|
|
5176
5198
|
</h3>
|
|
5177
5199
|
|
|
5178
5200
|
|
|
5179
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5201
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L11-L97'>
|
|
5180
5202
|
<span>src/classes/asyncIterable.js</span>
|
|
5181
5203
|
</a>
|
|
5182
5204
|
|
|
@@ -5256,7 +5278,7 @@ argument is not an iterable or an async generator function.
|
|
|
5256
5278
|
<div class='clearfix'>
|
|
5257
5279
|
|
|
5258
5280
|
|
|
5259
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5281
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L93-L96'>
|
|
5260
5282
|
<span>src/classes/asyncIterable.js</span>
|
|
5261
5283
|
</a>
|
|
5262
5284
|
|
|
@@ -5351,7 +5373,7 @@ implemented using an async generator function, false otherwise.
|
|
|
5351
5373
|
<div class='clearfix'>
|
|
5352
5374
|
|
|
5353
5375
|
|
|
5354
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5376
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L61-L67'>
|
|
5355
5377
|
<span>src/classes/asyncIterable.js</span>
|
|
5356
5378
|
</a>
|
|
5357
5379
|
|
|
@@ -5422,7 +5444,7 @@ a Promise.
|
|
|
5422
5444
|
<div class='clearfix'>
|
|
5423
5445
|
|
|
5424
5446
|
|
|
5425
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5447
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L75-L77'>
|
|
5426
5448
|
<span>src/classes/asyncIterable.js</span>
|
|
5427
5449
|
</a>
|
|
5428
5450
|
|
|
@@ -5497,7 +5519,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
5497
5519
|
</h3>
|
|
5498
5520
|
|
|
5499
5521
|
|
|
5500
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5522
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L105-L220'>
|
|
5501
5523
|
<span>src/classes/asyncIterable.js</span>
|
|
5502
5524
|
</a>
|
|
5503
5525
|
|
|
@@ -5570,7 +5592,7 @@ async generator function itself.
|
|
|
5570
5592
|
<div class='clearfix'>
|
|
5571
5593
|
|
|
5572
5594
|
|
|
5573
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5595
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L138-L146'>
|
|
5574
5596
|
<span>src/classes/asyncIterable.js</span>
|
|
5575
5597
|
</a>
|
|
5576
5598
|
|
|
@@ -5641,7 +5663,7 @@ loop.
|
|
|
5641
5663
|
<div class='clearfix'>
|
|
5642
5664
|
|
|
5643
5665
|
|
|
5644
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5666
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L154-L156'>
|
|
5645
5667
|
<span>src/classes/asyncIterable.js</span>
|
|
5646
5668
|
</a>
|
|
5647
5669
|
|
|
@@ -5709,7 +5731,7 @@ created this instance.</p>
|
|
|
5709
5731
|
<div class='clearfix'>
|
|
5710
5732
|
|
|
5711
5733
|
|
|
5712
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5734
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L165-L172'>
|
|
5713
5735
|
<span>src/classes/asyncIterable.js</span>
|
|
5714
5736
|
</a>
|
|
5715
5737
|
|
|
@@ -5777,7 +5799,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
5777
5799
|
<div class='clearfix'>
|
|
5778
5800
|
|
|
5779
5801
|
|
|
5780
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5802
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L178-L180'>
|
|
5781
5803
|
<span>src/classes/asyncIterable.js</span>
|
|
5782
5804
|
</a>
|
|
5783
5805
|
|
|
@@ -5836,7 +5858,7 @@ iterated over again.</p>
|
|
|
5836
5858
|
<div class='clearfix'>
|
|
5837
5859
|
|
|
5838
5860
|
|
|
5839
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5861
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L190-L192'>
|
|
5840
5862
|
<span>src/classes/asyncIterable.js</span>
|
|
5841
5863
|
</a>
|
|
5842
5864
|
|
|
@@ -5905,7 +5927,7 @@ conforming to the expected JavaScript AsyncIterator interface
|
|
|
5905
5927
|
<div class='clearfix'>
|
|
5906
5928
|
|
|
5907
5929
|
|
|
5908
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
5930
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/asyncIterable.js#L200-L202'>
|
|
5909
5931
|
<span>src/classes/asyncIterable.js</span>
|
|
5910
5932
|
</a>
|
|
5911
5933
|
|
|
@@ -5980,7 +6002,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
5980
6002
|
</h3>
|
|
5981
6003
|
|
|
5982
6004
|
|
|
5983
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6005
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L24-L318'>
|
|
5984
6006
|
<span>src/classes/deferred.js</span>
|
|
5985
6007
|
</a>
|
|
5986
6008
|
|
|
@@ -6068,7 +6090,7 @@ resolve or reject the deferred created here.
|
|
|
6068
6090
|
<div class='clearfix'>
|
|
6069
6091
|
|
|
6070
6092
|
|
|
6071
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6093
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L303-L317'>
|
|
6072
6094
|
<span>src/classes/deferred.js</span>
|
|
6073
6095
|
</a>
|
|
6074
6096
|
|
|
@@ -6147,7 +6169,7 @@ be initialized.</p>
|
|
|
6147
6169
|
<div class='clearfix'>
|
|
6148
6170
|
|
|
6149
6171
|
|
|
6150
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6172
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L62-L62'>
|
|
6151
6173
|
<span>src/classes/deferred.js</span>
|
|
6152
6174
|
</a>
|
|
6153
6175
|
|
|
@@ -6211,7 +6233,7 @@ passed to that function will be set here as well.</p>
|
|
|
6211
6233
|
<div class='clearfix'>
|
|
6212
6234
|
|
|
6213
6235
|
|
|
6214
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6236
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L70-L70'>
|
|
6215
6237
|
<span>src/classes/deferred.js</span>
|
|
6216
6238
|
</a>
|
|
6217
6239
|
|
|
@@ -6275,7 +6297,7 @@ passed to that rejection will also be stored here.</p>
|
|
|
6275
6297
|
<div class='clearfix'>
|
|
6276
6298
|
|
|
6277
6299
|
|
|
6278
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6300
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L195-L197'>
|
|
6279
6301
|
<span>src/classes/deferred.js</span>
|
|
6280
6302
|
</a>
|
|
6281
6303
|
|
|
@@ -6350,7 +6372,7 @@ has been settled (either resolve or reject have been invoked).</p>
|
|
|
6350
6372
|
<div class='clearfix'>
|
|
6351
6373
|
|
|
6352
6374
|
|
|
6353
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6375
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L208-L210'>
|
|
6354
6376
|
<span>src/classes/deferred.js</span>
|
|
6355
6377
|
</a>
|
|
6356
6378
|
|
|
@@ -6423,7 +6445,7 @@ accessing the rejection reason or invoking any additional logic.</p>
|
|
|
6423
6445
|
<div class='clearfix'>
|
|
6424
6446
|
|
|
6425
6447
|
|
|
6426
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6448
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L221-L223'>
|
|
6427
6449
|
<span>src/classes/deferred.js</span>
|
|
6428
6450
|
</a>
|
|
6429
6451
|
|
|
@@ -6496,7 +6518,7 @@ logic.</p>
|
|
|
6496
6518
|
<div class='clearfix'>
|
|
6497
6519
|
|
|
6498
6520
|
|
|
6499
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6521
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L235-L237'>
|
|
6500
6522
|
<span>src/classes/deferred.js</span>
|
|
6501
6523
|
</a>
|
|
6502
6524
|
|
|
@@ -6566,7 +6588,7 @@ the ability to directly resolve or reject it.</p>
|
|
|
6566
6588
|
<div class='clearfix'>
|
|
6567
6589
|
|
|
6568
6590
|
|
|
6569
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6591
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L248-L250'>
|
|
6570
6592
|
<span>src/classes/deferred.js</span>
|
|
6571
6593
|
</a>
|
|
6572
6594
|
|
|
@@ -6649,7 +6671,7 @@ with the value. This function behaves the same as Promise.resolve.</p>
|
|
|
6649
6671
|
<div class='clearfix'>
|
|
6650
6672
|
|
|
6651
6673
|
|
|
6652
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6674
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L260-L262'>
|
|
6653
6675
|
<span>src/classes/deferred.js</span>
|
|
6654
6676
|
</a>
|
|
6655
6677
|
|
|
@@ -6731,7 +6753,7 @@ reason.</p>
|
|
|
6731
6753
|
<div class='clearfix'>
|
|
6732
6754
|
|
|
6733
6755
|
|
|
6734
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6756
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L279-L291'>
|
|
6735
6757
|
<span>src/classes/deferred.js</span>
|
|
6736
6758
|
</a>
|
|
6737
6759
|
|
|
@@ -6849,7 +6871,7 @@ instance directly in the console or debugging tools.</p>
|
|
|
6849
6871
|
</h3>
|
|
6850
6872
|
|
|
6851
6873
|
|
|
6852
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6874
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L32-L32'>
|
|
6853
6875
|
<span>src/classes/deferred.js</span>
|
|
6854
6876
|
</a>
|
|
6855
6877
|
|
|
@@ -6910,7 +6932,7 @@ to.</p>
|
|
|
6910
6932
|
</h3>
|
|
6911
6933
|
|
|
6912
6934
|
|
|
6913
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6935
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L41-L41'>
|
|
6914
6936
|
<span>src/classes/deferred.js</span>
|
|
6915
6937
|
</a>
|
|
6916
6938
|
|
|
@@ -6971,7 +6993,7 @@ the deferred's promise to be settled.</p>
|
|
|
6971
6993
|
</h3>
|
|
6972
6994
|
|
|
6973
6995
|
|
|
6974
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
6996
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L50-L50'>
|
|
6975
6997
|
<span>src/classes/deferred.js</span>
|
|
6976
6998
|
</a>
|
|
6977
6999
|
|
|
@@ -7032,7 +7054,7 @@ the deferred's promise to be settled.</p>
|
|
|
7032
7054
|
</h3>
|
|
7033
7055
|
|
|
7034
7056
|
|
|
7035
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7057
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/deferred.js#L79-L79'>
|
|
7036
7058
|
<span>src/classes/deferred.js</span>
|
|
7037
7059
|
</a>
|
|
7038
7060
|
|
|
@@ -7093,7 +7115,7 @@ queried using the <a href="Deferred.settled">Deferred.settled</a> getter.</p>
|
|
|
7093
7115
|
</h3>
|
|
7094
7116
|
|
|
7095
7117
|
|
|
7096
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7118
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L19-L19'>
|
|
7097
7119
|
<span>src/classes/descriptor.js</span>
|
|
7098
7120
|
</a>
|
|
7099
7121
|
|
|
@@ -7154,7 +7176,7 @@ derived.</p>
|
|
|
7154
7176
|
</h3>
|
|
7155
7177
|
|
|
7156
7178
|
|
|
7157
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7179
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L37-L59'>
|
|
7158
7180
|
<span>src/classes/descriptor.js</span>
|
|
7159
7181
|
</a>
|
|
7160
7182
|
|
|
@@ -7258,7 +7280,7 @@ valid.
|
|
|
7258
7280
|
</h3>
|
|
7259
7281
|
|
|
7260
7282
|
|
|
7261
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7283
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L67-L69'>
|
|
7262
7284
|
<span>src/classes/descriptor.js</span>
|
|
7263
7285
|
</a>
|
|
7264
7286
|
|
|
@@ -7321,7 +7343,7 @@ a data descriptor
|
|
|
7321
7343
|
</h3>
|
|
7322
7344
|
|
|
7323
7345
|
|
|
7324
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7346
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L77-L79'>
|
|
7325
7347
|
<span>src/classes/descriptor.js</span>
|
|
7326
7348
|
</a>
|
|
7327
7349
|
|
|
@@ -7384,7 +7406,7 @@ an accessor descriptor
|
|
|
7384
7406
|
</h3>
|
|
7385
7407
|
|
|
7386
7408
|
|
|
7387
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7409
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L86-L88'>
|
|
7388
7410
|
<span>src/classes/descriptor.js</span>
|
|
7389
7411
|
</a>
|
|
7390
7412
|
|
|
@@ -7446,7 +7468,7 @@ an accessor descriptor
|
|
|
7446
7468
|
</h3>
|
|
7447
7469
|
|
|
7448
7470
|
|
|
7449
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7471
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L97-L99'>
|
|
7450
7472
|
<span>src/classes/descriptor.js</span>
|
|
7451
7473
|
</a>
|
|
7452
7474
|
|
|
@@ -7510,7 +7532,7 @@ descriptor store is invalid.
|
|
|
7510
7532
|
</h3>
|
|
7511
7533
|
|
|
7512
7534
|
|
|
7513
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7535
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L108-L110'>
|
|
7514
7536
|
<span>src/classes/descriptor.js</span>
|
|
7515
7537
|
</a>
|
|
7516
7538
|
|
|
@@ -7584,7 +7606,7 @@ property. If this value is not a
|
|
|
7584
7606
|
</h3>
|
|
7585
7607
|
|
|
7586
7608
|
|
|
7587
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7609
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L119-L121'>
|
|
7588
7610
|
<span>src/classes/descriptor.js</span>
|
|
7589
7611
|
</a>
|
|
7590
7612
|
|
|
@@ -7648,7 +7670,7 @@ descriptor store is invalid.
|
|
|
7648
7670
|
</h3>
|
|
7649
7671
|
|
|
7650
7672
|
|
|
7651
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7673
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L130-L132'>
|
|
7652
7674
|
<span>src/classes/descriptor.js</span>
|
|
7653
7675
|
</a>
|
|
7654
7676
|
|
|
@@ -7722,7 +7744,7 @@ property. If this value is not a
|
|
|
7722
7744
|
</h3>
|
|
7723
7745
|
|
|
7724
7746
|
|
|
7725
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7747
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L141-L143'>
|
|
7726
7748
|
<span>src/classes/descriptor.js</span>
|
|
7727
7749
|
</a>
|
|
7728
7750
|
|
|
@@ -7786,7 +7808,7 @@ descriptor store is invalid.
|
|
|
7786
7808
|
</h3>
|
|
7787
7809
|
|
|
7788
7810
|
|
|
7789
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7811
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L152-L154'>
|
|
7790
7812
|
<span>src/classes/descriptor.js</span>
|
|
7791
7813
|
</a>
|
|
7792
7814
|
|
|
@@ -7860,7 +7882,7 @@ property. If this value is not a
|
|
|
7860
7882
|
</h3>
|
|
7861
7883
|
|
|
7862
7884
|
|
|
7863
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7885
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L162-L164'>
|
|
7864
7886
|
<span>src/classes/descriptor.js</span>
|
|
7865
7887
|
</a>
|
|
7866
7888
|
|
|
@@ -7923,7 +7945,7 @@ this instance of Descriptor.</p>
|
|
|
7923
7945
|
</h3>
|
|
7924
7946
|
|
|
7925
7947
|
|
|
7926
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
7948
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L173-L175'>
|
|
7927
7949
|
<span>src/classes/descriptor.js</span>
|
|
7928
7950
|
</a>
|
|
7929
7951
|
|
|
@@ -7995,7 +8017,7 @@ property.
|
|
|
7995
8017
|
</h3>
|
|
7996
8018
|
|
|
7997
8019
|
|
|
7998
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8020
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L185-L187'>
|
|
7999
8021
|
<span>src/classes/descriptor.js</span>
|
|
8000
8022
|
</a>
|
|
8001
8023
|
|
|
@@ -8062,7 +8084,7 @@ is undefined.
|
|
|
8062
8084
|
</h3>
|
|
8063
8085
|
|
|
8064
8086
|
|
|
8065
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8087
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L207-L209'>
|
|
8066
8088
|
<span>src/classes/descriptor.js</span>
|
|
8067
8089
|
</a>
|
|
8068
8090
|
|
|
@@ -8131,7 +8153,7 @@ store is invalid, the value is thrown away</p>
|
|
|
8131
8153
|
</h3>
|
|
8132
8154
|
|
|
8133
8155
|
|
|
8134
|
-
<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/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L197-L199'>
|
|
8135
8157
|
<span>src/classes/descriptor.js</span>
|
|
8136
8158
|
</a>
|
|
8137
8159
|
|
|
@@ -8198,7 +8220,7 @@ getter will be bound the associated and previously set
|
|
|
8198
8220
|
</h3>
|
|
8199
8221
|
|
|
8200
8222
|
|
|
8201
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8223
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L219-L221'>
|
|
8202
8224
|
<span>src/classes/descriptor.js</span>
|
|
8203
8225
|
</a>
|
|
8204
8226
|
|
|
@@ -8265,7 +8287,7 @@ is undefined.
|
|
|
8265
8287
|
</h3>
|
|
8266
8288
|
|
|
8267
8289
|
|
|
8268
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8290
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L241-L243'>
|
|
8269
8291
|
<span>src/classes/descriptor.js</span>
|
|
8270
8292
|
</a>
|
|
8271
8293
|
|
|
@@ -8334,7 +8356,7 @@ store is invalid, the value is thrown away</p>
|
|
|
8334
8356
|
</h3>
|
|
8335
8357
|
|
|
8336
8358
|
|
|
8337
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8359
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L231-L233'>
|
|
8338
8360
|
<span>src/classes/descriptor.js</span>
|
|
8339
8361
|
</a>
|
|
8340
8362
|
|
|
@@ -8401,7 +8423,7 @@ setter will be bound the associated and previously set
|
|
|
8401
8423
|
</h3>
|
|
8402
8424
|
|
|
8403
8425
|
|
|
8404
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8426
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L252-L252'>
|
|
8405
8427
|
<span>src/classes/descriptor.js</span>
|
|
8406
8428
|
</a>
|
|
8407
8429
|
|
|
@@ -8470,7 +8492,7 @@ instance of <code>Descriptor</code>.</p>
|
|
|
8470
8492
|
</h3>
|
|
8471
8493
|
|
|
8472
8494
|
|
|
8473
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8495
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L262-L262'>
|
|
8474
8496
|
<span>src/classes/descriptor.js</span>
|
|
8475
8497
|
</a>
|
|
8476
8498
|
|
|
@@ -8535,7 +8557,7 @@ if it has not yet been set.
|
|
|
8535
8557
|
</h3>
|
|
8536
8558
|
|
|
8537
8559
|
|
|
8538
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8560
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L271-L271'>
|
|
8539
8561
|
<span>src/classes/descriptor.js</span>
|
|
8540
8562
|
</a>
|
|
8541
8563
|
|
|
@@ -8605,7 +8627,7 @@ be associated with.
|
|
|
8605
8627
|
</h3>
|
|
8606
8628
|
|
|
8607
8629
|
|
|
8608
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8630
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L291-L294'>
|
|
8609
8631
|
<span>src/classes/descriptor.js</span>
|
|
8610
8632
|
</a>
|
|
8611
8633
|
|
|
@@ -8717,7 +8739,7 @@ inspecting the descriptor object using the provided options and depth.
|
|
|
8717
8739
|
</h3>
|
|
8718
8740
|
|
|
8719
8741
|
|
|
8720
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8742
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L323-L329'>
|
|
8721
8743
|
<span>src/classes/descriptor.js</span>
|
|
8722
8744
|
</a>
|
|
8723
8745
|
|
|
@@ -8805,7 +8827,7 @@ descriptor will abe applied
|
|
|
8805
8827
|
</h3>
|
|
8806
8828
|
|
|
8807
8829
|
|
|
8808
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8830
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L344-L365'>
|
|
8809
8831
|
<span>src/classes/descriptor.js</span>
|
|
8810
8832
|
</a>
|
|
8811
8833
|
|
|
@@ -8893,7 +8915,7 @@ a descriptor.
|
|
|
8893
8915
|
</h3>
|
|
8894
8916
|
|
|
8895
8917
|
|
|
8896
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
8918
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L374-L399'>
|
|
8897
8919
|
<span>src/classes/descriptor.js</span>
|
|
8898
8920
|
</a>
|
|
8899
8921
|
|
|
@@ -8976,7 +8998,7 @@ and its type is returned.
|
|
|
8976
8998
|
</h3>
|
|
8977
8999
|
|
|
8978
9000
|
|
|
8979
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9001
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L407-L409'>
|
|
8980
9002
|
<span>src/classes/descriptor.js</span>
|
|
8981
9003
|
</a>
|
|
8982
9004
|
|
|
@@ -9039,7 +9061,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
9039
9061
|
</h3>
|
|
9040
9062
|
|
|
9041
9063
|
|
|
9042
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9064
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L304-L313'>
|
|
9043
9065
|
<span>src/classes/descriptor.js</span>
|
|
9044
9066
|
</a>
|
|
9045
9067
|
|
|
@@ -9134,7 +9156,7 @@ object to return a descriptor for.
|
|
|
9134
9156
|
</h3>
|
|
9135
9157
|
|
|
9136
9158
|
|
|
9137
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9159
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L423-L434'>
|
|
9138
9160
|
<span>src/classes/descriptor.js</span>
|
|
9139
9161
|
</a>
|
|
9140
9162
|
|
|
@@ -9226,7 +9248,7 @@ a data property.
|
|
|
9226
9248
|
</h3>
|
|
9227
9249
|
|
|
9228
9250
|
|
|
9229
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9251
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L451-L462'>
|
|
9230
9252
|
<span>src/classes/descriptor.js</span>
|
|
9231
9253
|
</a>
|
|
9232
9254
|
|
|
@@ -9323,7 +9345,7 @@ returns undefined.
|
|
|
9323
9345
|
</h3>
|
|
9324
9346
|
|
|
9325
9347
|
|
|
9326
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9348
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L479-L484'>
|
|
9327
9349
|
<span>src/classes/descriptor.js</span>
|
|
9328
9350
|
</a>
|
|
9329
9351
|
|
|
@@ -9434,7 +9456,7 @@ arguments passed to the
|
|
|
9434
9456
|
</h3>
|
|
9435
9457
|
|
|
9436
9458
|
|
|
9437
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9459
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L501-L512'>
|
|
9438
9460
|
<span>src/classes/descriptor.js</span>
|
|
9439
9461
|
</a>
|
|
9440
9462
|
|
|
@@ -9572,7 +9594,7 @@ property.</li>
|
|
|
9572
9594
|
</h3>
|
|
9573
9595
|
|
|
9574
9596
|
|
|
9575
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9597
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L528-L539'>
|
|
9576
9598
|
<span>src/classes/descriptor.js</span>
|
|
9577
9599
|
</a>
|
|
9578
9600
|
|
|
@@ -9726,7 +9748,7 @@ changed.
|
|
|
9726
9748
|
</h3>
|
|
9727
9749
|
|
|
9728
9750
|
|
|
9729
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9751
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L552-L560'>
|
|
9730
9752
|
<span>src/classes/descriptor.js</span>
|
|
9731
9753
|
</a>
|
|
9732
9754
|
|
|
@@ -9809,7 +9831,7 @@ check if it is a descriptor.
|
|
|
9809
9831
|
</h3>
|
|
9810
9832
|
|
|
9811
9833
|
|
|
9812
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9834
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L575-L594'>
|
|
9813
9835
|
<span>src/classes/descriptor.js</span>
|
|
9814
9836
|
</a>
|
|
9815
9837
|
|
|
@@ -9927,7 +9949,7 @@ has any keys that match the
|
|
|
9927
9949
|
</h3>
|
|
9928
9950
|
|
|
9929
9951
|
|
|
9930
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
9952
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L607-L626'>
|
|
9931
9953
|
<span>src/classes/descriptor.js</span>
|
|
9932
9954
|
</a>
|
|
9933
9955
|
|
|
@@ -10020,7 +10042,7 @@ passed as an argument is an accessor descriptor, and false otherwise.
|
|
|
10020
10042
|
</h3>
|
|
10021
10043
|
|
|
10022
10044
|
|
|
10023
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10045
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L635-L637'>
|
|
10024
10046
|
<span>src/classes/descriptor.js</span>
|
|
10025
10047
|
</a>
|
|
10026
10048
|
|
|
@@ -10092,7 +10114,7 @@ configurable</p>
|
|
|
10092
10114
|
</h3>
|
|
10093
10115
|
|
|
10094
10116
|
|
|
10095
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10117
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L646-L648'>
|
|
10096
10118
|
<span>src/classes/descriptor.js</span>
|
|
10097
10119
|
</a>
|
|
10098
10120
|
|
|
@@ -10164,7 +10186,7 @@ the
|
|
|
10164
10186
|
</h3>
|
|
10165
10187
|
|
|
10166
10188
|
|
|
10167
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10189
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L657-L659'>
|
|
10168
10190
|
<span>src/classes/descriptor.js</span>
|
|
10169
10191
|
</a>
|
|
10170
10192
|
|
|
@@ -10234,7 +10256,7 @@ the arguments
|
|
|
10234
10256
|
</h3>
|
|
10235
10257
|
|
|
10236
10258
|
|
|
10237
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10259
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L667-L669'>
|
|
10238
10260
|
<span>src/classes/descriptor.js</span>
|
|
10239
10261
|
</a>
|
|
10240
10262
|
|
|
@@ -10303,7 +10325,7 @@ method with the arguments
|
|
|
10303
10325
|
</h3>
|
|
10304
10326
|
|
|
10305
10327
|
|
|
10306
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10328
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L676-L678'>
|
|
10307
10329
|
<span>src/classes/descriptor.js</span>
|
|
10308
10330
|
</a>
|
|
10309
10331
|
|
|
@@ -10365,7 +10387,7 @@ method with the arguments
|
|
|
10365
10387
|
</h3>
|
|
10366
10388
|
|
|
10367
10389
|
|
|
10368
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10390
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L685-L687'>
|
|
10369
10391
|
<span>src/classes/descriptor.js</span>
|
|
10370
10392
|
</a>
|
|
10371
10393
|
|
|
@@ -10427,7 +10449,7 @@ method with the arguments
|
|
|
10427
10449
|
</h3>
|
|
10428
10450
|
|
|
10429
10451
|
|
|
10430
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10452
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/descriptor.js#L695-L697'>
|
|
10431
10453
|
<span>src/classes/descriptor.js</span>
|
|
10432
10454
|
</a>
|
|
10433
10455
|
|
|
@@ -10490,7 +10512,7 @@ returned.
|
|
|
10490
10512
|
</h3>
|
|
10491
10513
|
|
|
10492
10514
|
|
|
10493
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10515
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L9-L92'>
|
|
10494
10516
|
<span>src/classes/iterable.js</span>
|
|
10495
10517
|
</a>
|
|
10496
10518
|
|
|
@@ -10568,7 +10590,7 @@ not an iterable.
|
|
|
10568
10590
|
<div class='clearfix'>
|
|
10569
10591
|
|
|
10570
10592
|
|
|
10571
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10593
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L88-L91'>
|
|
10572
10594
|
<span>src/classes/iterable.js</span>
|
|
10573
10595
|
</a>
|
|
10574
10596
|
|
|
@@ -10663,7 +10685,7 @@ using a generator function, false otherwise.
|
|
|
10663
10685
|
<div class='clearfix'>
|
|
10664
10686
|
|
|
10665
10687
|
|
|
10666
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10688
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L48-L52'>
|
|
10667
10689
|
<span>src/classes/iterable.js</span>
|
|
10668
10690
|
</a>
|
|
10669
10691
|
|
|
@@ -10731,7 +10753,7 @@ to yield the elements one by one in a synchronous manner.</p>
|
|
|
10731
10753
|
<div class='clearfix'>
|
|
10732
10754
|
|
|
10733
10755
|
|
|
10734
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10756
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L60-L62'>
|
|
10735
10757
|
<span>src/classes/iterable.js</span>
|
|
10736
10758
|
</a>
|
|
10737
10759
|
|
|
@@ -10798,7 +10820,7 @@ where array methods and behaviors are needed.</p>
|
|
|
10798
10820
|
<div class='clearfix'>
|
|
10799
10821
|
|
|
10800
10822
|
|
|
10801
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10823
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L70-L72'>
|
|
10802
10824
|
<span>src/classes/iterable.js</span>
|
|
10803
10825
|
</a>
|
|
10804
10826
|
|
|
@@ -10873,7 +10895,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
10873
10895
|
</h3>
|
|
10874
10896
|
|
|
10875
10897
|
|
|
10876
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10898
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L99-L218'>
|
|
10877
10899
|
<span>src/classes/iterable.js</span>
|
|
10878
10900
|
</a>
|
|
10879
10901
|
|
|
@@ -10956,7 +10978,7 @@ takes an entry as input and receives one as output.
|
|
|
10956
10978
|
<div class='clearfix'>
|
|
10957
10979
|
|
|
10958
10980
|
|
|
10959
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
10981
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L135-L137'>
|
|
10960
10982
|
<span>src/classes/iterable.js</span>
|
|
10961
10983
|
</a>
|
|
10962
10984
|
|
|
@@ -11027,7 +11049,7 @@ iterable. The method is generated from
|
|
|
11027
11049
|
<div class='clearfix'>
|
|
11028
11050
|
|
|
11029
11051
|
|
|
11030
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11052
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L145-L147'>
|
|
11031
11053
|
<span>src/classes/iterable.js</span>
|
|
11032
11054
|
</a>
|
|
11033
11055
|
|
|
@@ -11095,7 +11117,7 @@ created this instance.</p>
|
|
|
11095
11117
|
<div class='clearfix'>
|
|
11096
11118
|
|
|
11097
11119
|
|
|
11098
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11120
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L156-L170'>
|
|
11099
11121
|
<span>src/classes/iterable.js</span>
|
|
11100
11122
|
</a>
|
|
11101
11123
|
|
|
@@ -11163,7 +11185,7 @@ reset the pointer to the beginning of the iteration.</p>
|
|
|
11163
11185
|
<div class='clearfix'>
|
|
11164
11186
|
|
|
11165
11187
|
|
|
11166
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11188
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L176-L178'>
|
|
11167
11189
|
<span>src/classes/iterable.js</span>
|
|
11168
11190
|
</a>
|
|
11169
11191
|
|
|
@@ -11222,7 +11244,7 @@ iterated over again.</p>
|
|
|
11222
11244
|
<div class='clearfix'>
|
|
11223
11245
|
|
|
11224
11246
|
|
|
11225
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11247
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L188-L190'>
|
|
11226
11248
|
<span>src/classes/iterable.js</span>
|
|
11227
11249
|
</a>
|
|
11228
11250
|
|
|
@@ -11291,7 +11313,7 @@ conforming to the expected JavaScript Iterator interface
|
|
|
11291
11313
|
<div class='clearfix'>
|
|
11292
11314
|
|
|
11293
11315
|
|
|
11294
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11316
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L198-L200'>
|
|
11295
11317
|
<span>src/classes/iterable.js</span>
|
|
11296
11318
|
</a>
|
|
11297
11319
|
|
|
@@ -11366,7 +11388,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
11366
11388
|
</h3>
|
|
11367
11389
|
|
|
11368
11390
|
|
|
11369
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11391
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/iterable.js#L106-L106'>
|
|
11370
11392
|
<span>src/classes/iterable.js</span>
|
|
11371
11393
|
</a>
|
|
11372
11394
|
|
|
@@ -11423,7 +11445,7 @@ they are returned to the called code.</p>
|
|
|
11423
11445
|
</h3>
|
|
11424
11446
|
|
|
11425
11447
|
|
|
11426
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11448
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L28-L38'>
|
|
11427
11449
|
<span>src/classes/param.parser.js</span>
|
|
11428
11450
|
</a>
|
|
11429
11451
|
|
|
@@ -11525,7 +11547,7 @@ validated and if successful, parsed.</p>
|
|
|
11525
11547
|
</h3>
|
|
11526
11548
|
|
|
11527
11549
|
|
|
11528
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11550
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L47-L49'>
|
|
11529
11551
|
<span>src/classes/param.parser.js</span>
|
|
11530
11552
|
</a>
|
|
11531
11553
|
|
|
@@ -11603,7 +11625,7 @@ object, after parsing the input arguments or parameters.
|
|
|
11603
11625
|
</h3>
|
|
11604
11626
|
|
|
11605
11627
|
|
|
11606
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11628
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L59-L61'>
|
|
11607
11629
|
<span>src/classes/param.parser.js</span>
|
|
11608
11630
|
</a>
|
|
11609
11631
|
|
|
@@ -11684,7 +11706,7 @@ a valid parsing.</p>
|
|
|
11684
11706
|
</h3>
|
|
11685
11707
|
|
|
11686
11708
|
|
|
11687
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11709
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L85-L87'>
|
|
11688
11710
|
<span>src/classes/param.parser.js</span>
|
|
11689
11711
|
</a>
|
|
11690
11712
|
|
|
@@ -11794,7 +11816,7 @@ the parsed data if successful.
|
|
|
11794
11816
|
</h3>
|
|
11795
11817
|
|
|
11796
11818
|
|
|
11797
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11819
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L131-L167'>
|
|
11798
11820
|
<span>src/classes/param.parser.js</span>
|
|
11799
11821
|
</a>
|
|
11800
11822
|
|
|
@@ -11957,7 +11979,7 @@ and
|
|
|
11957
11979
|
</h3>
|
|
11958
11980
|
|
|
11959
11981
|
|
|
11960
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
11982
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L191-L193'>
|
|
11961
11983
|
<span>src/classes/param.parser.js</span>
|
|
11962
11984
|
</a>
|
|
11963
11985
|
|
|
@@ -12039,7 +12061,7 @@ specific error when no valid parsers are found.ound.
|
|
|
12039
12061
|
</h3>
|
|
12040
12062
|
|
|
12041
12063
|
|
|
12042
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12064
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L218-L220'>
|
|
12043
12065
|
<span>src/classes/param.parser.js</span>
|
|
12044
12066
|
</a>
|
|
12045
12067
|
|
|
@@ -12115,7 +12137,7 @@ quickly identify and rectify the issue in their code.</p>
|
|
|
12115
12137
|
</h3>
|
|
12116
12138
|
|
|
12117
12139
|
|
|
12118
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12140
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/param.parser.js#L248-L250'>
|
|
12119
12141
|
<span>src/classes/param.parser.js</span>
|
|
12120
12142
|
</a>
|
|
12121
12143
|
|
|
@@ -12194,7 +12216,7 @@ process can be executed with at least one valid parser function.</p>
|
|
|
12194
12216
|
</h3>
|
|
12195
12217
|
|
|
12196
12218
|
|
|
12197
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12219
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L22-L22'>
|
|
12198
12220
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12199
12221
|
</a>
|
|
12200
12222
|
|
|
@@ -12266,7 +12288,7 @@ which can be useful for debugging or logging purposes.</p>
|
|
|
12266
12288
|
</h3>
|
|
12267
12289
|
|
|
12268
12290
|
|
|
12269
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12291
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L39-L44'>
|
|
12270
12292
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12271
12293
|
</a>
|
|
12272
12294
|
|
|
@@ -12354,7 +12376,7 @@ to the class's name or the class itself respectively.</p>
|
|
|
12354
12376
|
</h3>
|
|
12355
12377
|
|
|
12356
12378
|
|
|
12357
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12379
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L100-L105'>
|
|
12358
12380
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12359
12381
|
</a>
|
|
12360
12382
|
|
|
@@ -12464,7 +12486,7 @@ that returns the ResponseType of the ProxyHandler.</p>
|
|
|
12464
12486
|
</h3>
|
|
12465
12487
|
|
|
12466
12488
|
|
|
12467
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12489
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L124-L124'>
|
|
12468
12490
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12469
12491
|
</a>
|
|
12470
12492
|
|
|
@@ -12552,7 +12574,7 @@ ProxyHandler.
|
|
|
12552
12574
|
</h3>
|
|
12553
12575
|
|
|
12554
12576
|
|
|
12555
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12577
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L148-L161'>
|
|
12556
12578
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12557
12579
|
</a>
|
|
12558
12580
|
|
|
@@ -12653,7 +12675,7 @@ if no match is found.
|
|
|
12653
12675
|
</h3>
|
|
12654
12676
|
|
|
12655
12677
|
|
|
12656
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12678
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L182-L184'>
|
|
12657
12679
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12658
12680
|
</a>
|
|
12659
12681
|
|
|
@@ -12749,7 +12771,7 @@ the ProxyHandler.type object.
|
|
|
12749
12771
|
</h3>
|
|
12750
12772
|
|
|
12751
12773
|
|
|
12752
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12774
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L207-L312'>
|
|
12753
12775
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12754
12776
|
</a>
|
|
12755
12777
|
|
|
@@ -12847,7 +12869,7 @@ representing the arguments for that type.
|
|
|
12847
12869
|
</h3>
|
|
12848
12870
|
|
|
12849
12871
|
|
|
12850
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12872
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L214-L214'>
|
|
12851
12873
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12852
12874
|
</a>
|
|
12853
12875
|
|
|
@@ -12903,7 +12925,7 @@ MDN link: <a href="https://t.ly/orBsG">https://t.ly/orBsG</a></p>
|
|
|
12903
12925
|
</h3>
|
|
12904
12926
|
|
|
12905
12927
|
|
|
12906
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
12928
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L224-L224'>
|
|
12907
12929
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12908
12930
|
</a>
|
|
12909
12931
|
|
|
@@ -12962,7 +12984,7 @@ MDN link: <a href="https://t.ly/1LukS">https://t.ly/1LukS</a></p>
|
|
|
12962
12984
|
</h3>
|
|
12963
12985
|
|
|
12964
12986
|
|
|
12965
|
-
<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/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L232-L232'>
|
|
12966
12988
|
<span>src/classes/pluggable.proxy.js</span>
|
|
12967
12989
|
</a>
|
|
12968
12990
|
|
|
@@ -13019,7 +13041,7 @@ MDN link: <a href="https://t.ly/3Ml9y">https://t.ly/3Ml9y</a></p>
|
|
|
13019
13041
|
</h3>
|
|
13020
13042
|
|
|
13021
13043
|
|
|
13022
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13044
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L240-L240'>
|
|
13023
13045
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13024
13046
|
</a>
|
|
13025
13047
|
|
|
@@ -13076,7 +13098,7 @@ MDN link: <a href="https://t.ly/neu2H">https://t.ly/neu2H</a></p>
|
|
|
13076
13098
|
</h3>
|
|
13077
13099
|
|
|
13078
13100
|
|
|
13079
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13101
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L247-L247'>
|
|
13080
13102
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13081
13103
|
</a>
|
|
13082
13104
|
|
|
@@ -13132,7 +13154,7 @@ MDN link: <a href="https://t.ly/E419x">https://t.ly/E419x</a></p>
|
|
|
13132
13154
|
</h3>
|
|
13133
13155
|
|
|
13134
13156
|
|
|
13135
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13157
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L255-L255'>
|
|
13136
13158
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13137
13159
|
</a>
|
|
13138
13160
|
|
|
@@ -13189,7 +13211,7 @@ MDN link: <a href="https://t.ly/wzPTX">https://t.ly/wzPTX</a></p>
|
|
|
13189
13211
|
</h3>
|
|
13190
13212
|
|
|
13191
13213
|
|
|
13192
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13214
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L263-L263'>
|
|
13193
13215
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13194
13216
|
</a>
|
|
13195
13217
|
|
|
@@ -13246,7 +13268,7 @@ MDN link: <a href="https://t.ly/Ww4S1">https://t.ly/Ww4S1</a></p>
|
|
|
13246
13268
|
</h3>
|
|
13247
13269
|
|
|
13248
13270
|
|
|
13249
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13271
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L270-L270'>
|
|
13250
13272
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13251
13273
|
</a>
|
|
13252
13274
|
|
|
@@ -13302,7 +13324,7 @@ MDN link: <a href="https://t.ly/UcJL-">https://t.ly/UcJL-</a></p>
|
|
|
13302
13324
|
</h3>
|
|
13303
13325
|
|
|
13304
13326
|
|
|
13305
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13327
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L278-L278'>
|
|
13306
13328
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13307
13329
|
</a>
|
|
13308
13330
|
|
|
@@ -13359,7 +13381,7 @@ MDN link: <a href="https://t.ly/MkdIK">https://t.ly/MkdIK</a></p>
|
|
|
13359
13381
|
</h3>
|
|
13360
13382
|
|
|
13361
13383
|
|
|
13362
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13384
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L286-L286'>
|
|
13363
13385
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13364
13386
|
</a>
|
|
13365
13387
|
|
|
@@ -13416,7 +13438,7 @@ MDN link: <a href="https://t.ly/QkiTI">https://t.ly/QkiTI</a></p>
|
|
|
13416
13438
|
</h3>
|
|
13417
13439
|
|
|
13418
13440
|
|
|
13419
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13441
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L294-L294'>
|
|
13420
13442
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13421
13443
|
</a>
|
|
13422
13444
|
|
|
@@ -13473,7 +13495,7 @@ MDN link: <a href="https://t.ly/nvfjJ">https://t.ly/nvfjJ</a></p>
|
|
|
13473
13495
|
</h3>
|
|
13474
13496
|
|
|
13475
13497
|
|
|
13476
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13498
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L302-L302'>
|
|
13477
13499
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13478
13500
|
</a>
|
|
13479
13501
|
|
|
@@ -13530,7 +13552,7 @@ MDN link: <a href="https://t.ly/FDWcl">https://t.ly/FDWcl</a></p>
|
|
|
13530
13552
|
</h3>
|
|
13531
13553
|
|
|
13532
13554
|
|
|
13533
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13555
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/pluggable.proxy.js#L310-L310'>
|
|
13534
13556
|
<span>src/classes/pluggable.proxy.js</span>
|
|
13535
13557
|
</a>
|
|
13536
13558
|
|
|
@@ -13587,7 +13609,7 @@ MDN link: <a href="https://t.ly/pS8ej">https://t.ly/pS8ej</a></p>
|
|
|
13587
13609
|
</h3>
|
|
13588
13610
|
|
|
13589
13611
|
|
|
13590
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13612
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L25-L483'>
|
|
13591
13613
|
<span>src/classes/refmap.js</span>
|
|
13592
13614
|
</a>
|
|
13593
13615
|
|
|
@@ -13665,7 +13687,7 @@ maintain strong references to their elements.</p>
|
|
|
13665
13687
|
<div class='clearfix'>
|
|
13666
13688
|
|
|
13667
13689
|
|
|
13668
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13690
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L48-L51'>
|
|
13669
13691
|
<span>src/classes/refmap.js</span>
|
|
13670
13692
|
</a>
|
|
13671
13693
|
|
|
@@ -13750,7 +13772,7 @@ objectification.
|
|
|
13750
13772
|
<div class='clearfix'>
|
|
13751
13773
|
|
|
13752
13774
|
|
|
13753
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13775
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L60-L71'>
|
|
13754
13776
|
<span>src/classes/refmap.js</span>
|
|
13755
13777
|
</a>
|
|
13756
13778
|
|
|
@@ -13822,7 +13844,7 @@ object, handling invalid keys by converting them to strings.</p>
|
|
|
13822
13844
|
<div class='clearfix'>
|
|
13823
13845
|
|
|
13824
13846
|
|
|
13825
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13847
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L81-L83'>
|
|
13826
13848
|
<span>src/classes/refmap.js</span>
|
|
13827
13849
|
</a>
|
|
13828
13850
|
|
|
@@ -13891,7 +13913,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
13891
13913
|
<div class='clearfix'>
|
|
13892
13914
|
|
|
13893
13915
|
|
|
13894
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13916
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L120-L122'>
|
|
13895
13917
|
<span>src/classes/refmap.js</span>
|
|
13896
13918
|
</a>
|
|
13897
13919
|
|
|
@@ -13966,7 +13988,7 @@ object. If true, and if possible, the object will be turned into an
|
|
|
13966
13988
|
<div class='clearfix'>
|
|
13967
13989
|
|
|
13968
13990
|
|
|
13969
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
13991
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L102-L110'>
|
|
13970
13992
|
<span>src/classes/refmap.js</span>
|
|
13971
13993
|
</a>
|
|
13972
13994
|
|
|
@@ -14066,7 +14088,7 @@ returns null), then the defaultValue is returned.
|
|
|
14066
14088
|
<div class='clearfix'>
|
|
14067
14089
|
|
|
14068
14090
|
|
|
14069
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14091
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L136-L168'>
|
|
14070
14092
|
<span>src/classes/refmap.js</span>
|
|
14071
14093
|
</a>
|
|
14072
14094
|
|
|
@@ -14164,7 +14186,7 @@ primitives to their object variants will be made. These are <code>numbers</code>
|
|
|
14164
14186
|
<div class='clearfix'>
|
|
14165
14187
|
|
|
14166
14188
|
|
|
14167
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14189
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L180-L203'>
|
|
14168
14190
|
<span>src/classes/refmap.js</span>
|
|
14169
14191
|
</a>
|
|
14170
14192
|
|
|
@@ -14265,7 +14287,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
14265
14287
|
<div class='clearfix'>
|
|
14266
14288
|
|
|
14267
14289
|
|
|
14268
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14290
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L211-L219'>
|
|
14269
14291
|
<span>src/classes/refmap.js</span>
|
|
14270
14292
|
</a>
|
|
14271
14293
|
|
|
@@ -14332,7 +14354,7 @@ is not 2, either missing a key or value, it will be skipped.</p>
|
|
|
14332
14354
|
<div class='clearfix'>
|
|
14333
14355
|
|
|
14334
14356
|
|
|
14335
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14357
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L233-L247'>
|
|
14336
14358
|
<span>src/classes/refmap.js</span>
|
|
14337
14359
|
</a>
|
|
14338
14360
|
|
|
@@ -14423,7 +14445,7 @@ the RefMap itself.
|
|
|
14423
14445
|
<div class='clearfix'>
|
|
14424
14446
|
|
|
14425
14447
|
|
|
14426
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14448
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L262-L272'>
|
|
14427
14449
|
<span>src/classes/refmap.js</span>
|
|
14428
14450
|
</a>
|
|
14429
14451
|
|
|
@@ -14517,7 +14539,7 @@ to be applied if the
|
|
|
14517
14539
|
<div class='clearfix'>
|
|
14518
14540
|
|
|
14519
14541
|
|
|
14520
|
-
<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/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L284-L289'>
|
|
14521
14543
|
<span>src/classes/refmap.js</span>
|
|
14522
14544
|
</a>
|
|
14523
14545
|
|
|
@@ -14588,7 +14610,7 @@ they are skipped).</p>
|
|
|
14588
14610
|
<div class='clearfix'>
|
|
14589
14611
|
|
|
14590
14612
|
|
|
14591
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14613
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L309-L328'>
|
|
14592
14614
|
<span>src/classes/refmap.js</span>
|
|
14593
14615
|
</a>
|
|
14594
14616
|
|
|
@@ -14696,7 +14718,7 @@ in the RefMap, false otherwise.
|
|
|
14696
14718
|
<div class='clearfix'>
|
|
14697
14719
|
|
|
14698
14720
|
|
|
14699
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14721
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L350-L360'>
|
|
14700
14722
|
<span>src/classes/refmap.js</span>
|
|
14701
14723
|
</a>
|
|
14702
14724
|
|
|
@@ -14816,7 +14838,7 @@ entries
|
|
|
14816
14838
|
<div class='clearfix'>
|
|
14817
14839
|
|
|
14818
14840
|
|
|
14819
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14841
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L390-L405'>
|
|
14820
14842
|
<span>src/classes/refmap.js</span>
|
|
14821
14843
|
</a>
|
|
14822
14844
|
|
|
@@ -14949,7 +14971,7 @@ it returns
|
|
|
14949
14971
|
<div class='clearfix'>
|
|
14950
14972
|
|
|
14951
14973
|
|
|
14952
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
14974
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L426-L460'>
|
|
14953
14975
|
<span>src/classes/refmap.js</span>
|
|
14954
14976
|
</a>
|
|
14955
14977
|
|
|
@@ -15086,7 +15108,7 @@ the result of the
|
|
|
15086
15108
|
<div class='clearfix'>
|
|
15087
15109
|
|
|
15088
15110
|
|
|
15089
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15111
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L468-L472'>
|
|
15090
15112
|
<span>src/classes/refmap.js</span>
|
|
15091
15113
|
</a>
|
|
15092
15114
|
|
|
@@ -15153,7 +15175,7 @@ dereferencing any weak references.</p>
|
|
|
15153
15175
|
<div class='clearfix'>
|
|
15154
15176
|
|
|
15155
15177
|
|
|
15156
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15178
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refmap.js#L480-L482'>
|
|
15157
15179
|
<span>src/classes/refmap.js</span>
|
|
15158
15180
|
</a>
|
|
15159
15181
|
|
|
@@ -15228,7 +15250,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
15228
15250
|
</h3>
|
|
15229
15251
|
|
|
15230
15252
|
|
|
15231
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15253
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L15-L425'>
|
|
15232
15254
|
<span>src/classes/refset.js</span>
|
|
15233
15255
|
</a>
|
|
15234
15256
|
|
|
@@ -15293,7 +15315,7 @@ maintain strong references to their elements.</p>
|
|
|
15293
15315
|
<div class='clearfix'>
|
|
15294
15316
|
|
|
15295
15317
|
|
|
15296
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15318
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L34-L37'>
|
|
15297
15319
|
<span>src/classes/refset.js</span>
|
|
15298
15320
|
</a>
|
|
15299
15321
|
|
|
@@ -15378,7 +15400,7 @@ objectification.
|
|
|
15378
15400
|
<div class='clearfix'>
|
|
15379
15401
|
|
|
15380
15402
|
|
|
15381
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15403
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L47-L49'>
|
|
15382
15404
|
<span>src/classes/refset.js</span>
|
|
15383
15405
|
</a>
|
|
15384
15406
|
|
|
@@ -15447,7 +15469,7 @@ new <code>WeakRef</code> object instances. If this value is <code>false</code> t
|
|
|
15447
15469
|
<div class='clearfix'>
|
|
15448
15470
|
|
|
15449
15471
|
|
|
15450
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15472
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L60-L62'>
|
|
15451
15473
|
<span>src/classes/refset.js</span>
|
|
15452
15474
|
</a>
|
|
15453
15475
|
|
|
@@ -15523,7 +15545,7 @@ comparison in the <code>.has()</code> method (i.e. <code>==</code> instead of <c
|
|
|
15523
15545
|
<div class='clearfix'>
|
|
15524
15546
|
|
|
15525
15547
|
|
|
15526
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15548
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L74-L102'>
|
|
15527
15549
|
<span>src/classes/refset.js</span>
|
|
15528
15550
|
</a>
|
|
15529
15551
|
|
|
@@ -15607,7 +15629,7 @@ made. These are numbers, strings, boolean values and big integers.</p>
|
|
|
15607
15629
|
<div class='clearfix'>
|
|
15608
15630
|
|
|
15609
15631
|
|
|
15610
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15632
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L113-L125'>
|
|
15611
15633
|
<span>src/classes/refset.js</span>
|
|
15612
15634
|
</a>
|
|
15613
15635
|
|
|
@@ -15690,7 +15712,7 @@ to the criteria of that function.</p>
|
|
|
15690
15712
|
<div class='clearfix'>
|
|
15691
15713
|
|
|
15692
15714
|
|
|
15693
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15715
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L133-L141'>
|
|
15694
15716
|
<span>src/classes/refset.js</span>
|
|
15695
15717
|
</a>
|
|
15696
15718
|
|
|
@@ -15757,7 +15779,7 @@ to the criteria of that function.</p>
|
|
|
15757
15779
|
<div class='clearfix'>
|
|
15758
15780
|
|
|
15759
15781
|
|
|
15760
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15782
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L155-L161'>
|
|
15761
15783
|
<span>src/classes/refset.js</span>
|
|
15762
15784
|
</a>
|
|
15763
15785
|
|
|
@@ -15848,7 +15870,7 @@ the RefSet itself.
|
|
|
15848
15870
|
<div class='clearfix'>
|
|
15849
15871
|
|
|
15850
15872
|
|
|
15851
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15873
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L176-L188'>
|
|
15852
15874
|
<span>src/classes/refset.js</span>
|
|
15853
15875
|
</a>
|
|
15854
15876
|
|
|
@@ -15942,7 +15964,7 @@ to be applied if the
|
|
|
15942
15964
|
<div class='clearfix'>
|
|
15943
15965
|
|
|
15944
15966
|
|
|
15945
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
15967
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L200-L212'>
|
|
15946
15968
|
<span>src/classes/refset.js</span>
|
|
15947
15969
|
</a>
|
|
15948
15970
|
|
|
@@ -16013,7 +16035,7 @@ they are skipped).</p>
|
|
|
16013
16035
|
<div class='clearfix'>
|
|
16014
16036
|
|
|
16015
16037
|
|
|
16016
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16038
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L223-L225'>
|
|
16017
16039
|
<span>src/classes/refset.js</span>
|
|
16018
16040
|
</a>
|
|
16019
16041
|
|
|
@@ -16083,7 +16105,7 @@ between keys and values.</p>
|
|
|
16083
16105
|
<div class='clearfix'>
|
|
16084
16106
|
|
|
16085
16107
|
|
|
16086
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16108
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L240-L252'>
|
|
16087
16109
|
<span>src/classes/refset.js</span>
|
|
16088
16110
|
</a>
|
|
16089
16111
|
|
|
@@ -16169,7 +16191,7 @@ in the RefSet, false otherwise.
|
|
|
16169
16191
|
<div class='clearfix'>
|
|
16170
16192
|
|
|
16171
16193
|
|
|
16172
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16194
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L265-L272'>
|
|
16173
16195
|
<span>src/classes/refset.js</span>
|
|
16174
16196
|
</a>
|
|
16175
16197
|
|
|
@@ -16254,7 +16276,7 @@ general-purpose.</p>
|
|
|
16254
16276
|
<div class='clearfix'>
|
|
16255
16277
|
|
|
16256
16278
|
|
|
16257
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16279
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L288-L304'>
|
|
16258
16280
|
<span>src/classes/refset.js</span>
|
|
16259
16281
|
</a>
|
|
16260
16282
|
|
|
@@ -16354,7 +16376,7 @@ The function receives the dereferenced value.
|
|
|
16354
16376
|
<div class='clearfix'>
|
|
16355
16377
|
|
|
16356
16378
|
|
|
16357
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16379
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L319-L333'>
|
|
16358
16380
|
<span>src/classes/refset.js</span>
|
|
16359
16381
|
</a>
|
|
16360
16382
|
|
|
@@ -16454,7 +16476,7 @@ the testing function, or undefined if none found.
|
|
|
16454
16476
|
<div class='clearfix'>
|
|
16455
16477
|
|
|
16456
16478
|
|
|
16457
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16479
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L354-L398'>
|
|
16458
16480
|
<span>src/classes/refset.js</span>
|
|
16459
16481
|
</a>
|
|
16460
16482
|
|
|
@@ -16591,7 +16613,7 @@ the result of the
|
|
|
16591
16613
|
<div class='clearfix'>
|
|
16592
16614
|
|
|
16593
16615
|
|
|
16594
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16616
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/refset.js#L406-L408'>
|
|
16595
16617
|
<span>src/classes/refset.js</span>
|
|
16596
16618
|
</a>
|
|
16597
16619
|
|
|
@@ -16666,7 +16688,7 @@ is returned if the string tag for this instance is queried</p>
|
|
|
16666
16688
|
</h3>
|
|
16667
16689
|
|
|
16668
16690
|
|
|
16669
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16691
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L19-L462'>
|
|
16670
16692
|
<span>src/classes/symkeys.js</span>
|
|
16671
16693
|
</a>
|
|
16672
16694
|
|
|
@@ -16769,7 +16791,7 @@ is 'symkeys.internal' then calling
|
|
|
16769
16791
|
<div class='clearfix'>
|
|
16770
16792
|
|
|
16771
16793
|
|
|
16772
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16794
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L384-L390'>
|
|
16773
16795
|
<span>src/classes/symkeys.js</span>
|
|
16774
16796
|
</a>
|
|
16775
16797
|
|
|
@@ -16861,7 +16883,7 @@ and ends with one or more word characters.</p>
|
|
|
16861
16883
|
<div class='clearfix'>
|
|
16862
16884
|
|
|
16863
16885
|
|
|
16864
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16886
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L407-L409'>
|
|
16865
16887
|
<span>src/classes/symkeys.js</span>
|
|
16866
16888
|
</a>
|
|
16867
16889
|
|
|
@@ -16939,7 +16961,7 @@ numbers and lowercase letters.</p>
|
|
|
16939
16961
|
<div class='clearfix'>
|
|
16940
16962
|
|
|
16941
16963
|
|
|
16942
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
16964
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L414-L416'>
|
|
16943
16965
|
<span>src/classes/symkeys.js</span>
|
|
16944
16966
|
</a>
|
|
16945
16967
|
|
|
@@ -16997,7 +17019,7 @@ numbers and lowercase letters.</p>
|
|
|
16997
17019
|
<div class='clearfix'>
|
|
16998
17020
|
|
|
16999
17021
|
|
|
17000
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17022
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L421-L423'>
|
|
17001
17023
|
<span>src/classes/symkeys.js</span>
|
|
17002
17024
|
</a>
|
|
17003
17025
|
|
|
@@ -17055,7 +17077,7 @@ numbers and lowercase letters.</p>
|
|
|
17055
17077
|
<div class='clearfix'>
|
|
17056
17078
|
|
|
17057
17079
|
|
|
17058
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17080
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L440-L442'>
|
|
17059
17081
|
<span>src/classes/symkeys.js</span>
|
|
17060
17082
|
</a>
|
|
17061
17083
|
|
|
@@ -17133,7 +17155,7 @@ symbol is returned for a given key, in this case 'symkeys.domain'.</p>
|
|
|
17133
17155
|
<div class='clearfix'>
|
|
17134
17156
|
|
|
17135
17157
|
|
|
17136
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17158
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L459-L461'>
|
|
17137
17159
|
<span>src/classes/symkeys.js</span>
|
|
17138
17160
|
</a>
|
|
17139
17161
|
|
|
@@ -17219,7 +17241,7 @@ symbol is returned for a given key, in this case 'symkeys.separator'.</p>
|
|
|
17219
17241
|
<div class='clearfix'>
|
|
17220
17242
|
|
|
17221
17243
|
|
|
17222
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17244
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L35-L50'>
|
|
17223
17245
|
<span>src/classes/symkeys.js</span>
|
|
17224
17246
|
</a>
|
|
17225
17247
|
|
|
@@ -17320,7 +17342,7 @@ name and associates it with the given data.</p>
|
|
|
17320
17342
|
<div class='clearfix'>
|
|
17321
17343
|
|
|
17322
17344
|
|
|
17323
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17345
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L70-L72'>
|
|
17324
17346
|
<span>src/classes/symkeys.js</span>
|
|
17325
17347
|
</a>
|
|
17326
17348
|
|
|
@@ -17422,7 +17444,7 @@ the symbol is not found in the Symkeys.
|
|
|
17422
17444
|
<div class='clearfix'>
|
|
17423
17445
|
|
|
17424
17446
|
|
|
17425
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17447
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L94-L106'>
|
|
17426
17448
|
<span>src/classes/symkeys.js</span>
|
|
17427
17449
|
</a>
|
|
17428
17450
|
|
|
@@ -17531,7 +17553,7 @@ has been removed, or false if the element does not exist
|
|
|
17531
17553
|
<div class='clearfix'>
|
|
17532
17554
|
|
|
17533
17555
|
|
|
17534
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17556
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L124-L126'>
|
|
17535
17557
|
<span>src/classes/symkeys.js</span>
|
|
17536
17558
|
</a>
|
|
17537
17559
|
|
|
@@ -17623,7 +17645,7 @@ for a particular symbol before attempting to retrieve or manipulate it.</p>
|
|
|
17623
17645
|
<div class='clearfix'>
|
|
17624
17646
|
|
|
17625
17647
|
|
|
17626
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17648
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L149-L155'>
|
|
17627
17649
|
<span>src/classes/symkeys.js</span>
|
|
17628
17650
|
</a>
|
|
17629
17651
|
|
|
@@ -17728,7 +17750,7 @@ has not yet been added via
|
|
|
17728
17750
|
<div class='clearfix'>
|
|
17729
17751
|
|
|
17730
17752
|
|
|
17731
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17753
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L175-L179'>
|
|
17732
17754
|
<span>src/classes/symkeys.js</span>
|
|
17733
17755
|
</a>
|
|
17734
17756
|
|
|
@@ -17830,7 +17852,7 @@ token cannot be extracted.
|
|
|
17830
17852
|
<div class='clearfix'>
|
|
17831
17853
|
|
|
17832
17854
|
|
|
17833
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17855
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L196-L198'>
|
|
17834
17856
|
<span>src/classes/symkeys.js</span>
|
|
17835
17857
|
</a>
|
|
17836
17858
|
|
|
@@ -17908,7 +17930,7 @@ constructing new ones.</p>
|
|
|
17908
17930
|
<div class='clearfix'>
|
|
17909
17931
|
|
|
17910
17932
|
|
|
17911
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
17933
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L217-L221'>
|
|
17912
17934
|
<span>src/classes/symkeys.js</span>
|
|
17913
17935
|
</a>
|
|
17914
17936
|
|
|
@@ -17988,7 +18010,7 @@ stored in the Symkeys.
|
|
|
17988
18010
|
<div class='clearfix'>
|
|
17989
18011
|
|
|
17990
18012
|
|
|
17991
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18013
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/classes/symkeys.js#L250-L268'>
|
|
17992
18014
|
<span>src/classes/symkeys.js</span>
|
|
17993
18015
|
</a>
|
|
17994
18016
|
|
|
@@ -18114,7 +18136,7 @@ instance is used.
|
|
|
18114
18136
|
</h3>
|
|
18115
18137
|
|
|
18116
18138
|
|
|
18117
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18139
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L40-L54'>
|
|
18118
18140
|
<span>src/function.extensions.js</span>
|
|
18119
18141
|
</a>
|
|
18120
18142
|
|
|
@@ -18212,7 +18234,7 @@ descriptors, its prototype, and the prototype's property descriptors.
|
|
|
18212
18234
|
</h3>
|
|
18213
18235
|
|
|
18214
18236
|
|
|
18215
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18237
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L66-L72'>
|
|
18216
18238
|
<span>src/function.extensions.js</span>
|
|
18217
18239
|
</a>
|
|
18218
18240
|
|
|
@@ -18296,7 +18318,7 @@ otherwise
|
|
|
18296
18318
|
</h3>
|
|
18297
18319
|
|
|
18298
18320
|
|
|
18299
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18321
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L101-L103'>
|
|
18300
18322
|
<span>src/function.extensions.js</span>
|
|
18301
18323
|
</a>
|
|
18302
18324
|
|
|
@@ -18433,7 +18455,7 @@ otherwise returns
|
|
|
18433
18455
|
</h3>
|
|
18434
18456
|
|
|
18435
18457
|
|
|
18436
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18458
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L113-L120'>
|
|
18437
18459
|
<span>src/function.extensions.js</span>
|
|
18438
18460
|
</a>
|
|
18439
18461
|
|
|
@@ -18516,7 +18538,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
18516
18538
|
</h3>
|
|
18517
18539
|
|
|
18518
18540
|
|
|
18519
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18541
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L149-L151'>
|
|
18520
18542
|
<span>src/function.extensions.js</span>
|
|
18521
18543
|
</a>
|
|
18522
18544
|
|
|
@@ -18646,7 +18668,7 @@ function, otherwise returns
|
|
|
18646
18668
|
</h3>
|
|
18647
18669
|
|
|
18648
18670
|
|
|
18649
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18671
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L163-L170'>
|
|
18650
18672
|
<span>src/function.extensions.js</span>
|
|
18651
18673
|
</a>
|
|
18652
18674
|
|
|
@@ -18730,7 +18752,7 @@ otherwise
|
|
|
18730
18752
|
</h3>
|
|
18731
18753
|
|
|
18732
18754
|
|
|
18733
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18755
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L198-L200'>
|
|
18734
18756
|
<span>src/function.extensions.js</span>
|
|
18735
18757
|
</a>
|
|
18736
18758
|
|
|
@@ -18859,7 +18881,7 @@ otherwise returns
|
|
|
18859
18881
|
</h3>
|
|
18860
18882
|
|
|
18861
18883
|
|
|
18862
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18884
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L215-L221'>
|
|
18863
18885
|
<span>src/function.extensions.js</span>
|
|
18864
18886
|
</a>
|
|
18865
18887
|
|
|
@@ -18948,7 +18970,7 @@ string representation and do not have their own
|
|
|
18948
18970
|
</h3>
|
|
18949
18971
|
|
|
18950
18972
|
|
|
18951
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
18973
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L249-L251'>
|
|
18952
18974
|
<span>src/function.extensions.js</span>
|
|
18953
18975
|
</a>
|
|
18954
18976
|
|
|
@@ -19077,7 +19099,7 @@ otherwise returns
|
|
|
19077
19099
|
</h3>
|
|
19078
19100
|
|
|
19079
19101
|
|
|
19080
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19102
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L263-L265'>
|
|
19081
19103
|
<span>src/function.extensions.js</span>
|
|
19082
19104
|
</a>
|
|
19083
19105
|
|
|
@@ -19161,7 +19183,7 @@ other function types in JavaScript.</p>
|
|
|
19161
19183
|
</h3>
|
|
19162
19184
|
|
|
19163
19185
|
|
|
19164
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19186
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L292-L294'>
|
|
19165
19187
|
<span>src/function.extensions.js</span>
|
|
19166
19188
|
</a>
|
|
19167
19189
|
|
|
@@ -19289,7 +19311,7 @@ class.
|
|
|
19289
19311
|
</h3>
|
|
19290
19312
|
|
|
19291
19313
|
|
|
19292
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19314
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L305-L307'>
|
|
19293
19315
|
<span>src/function.extensions.js</span>
|
|
19294
19316
|
</a>
|
|
19295
19317
|
|
|
@@ -19372,7 +19394,7 @@ otherwise
|
|
|
19372
19394
|
</h3>
|
|
19373
19395
|
|
|
19374
19396
|
|
|
19375
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19397
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L334-L336'>
|
|
19376
19398
|
<span>src/function.extensions.js</span>
|
|
19377
19399
|
</a>
|
|
19378
19400
|
|
|
@@ -19500,7 +19522,7 @@ returns
|
|
|
19500
19522
|
</h3>
|
|
19501
19523
|
|
|
19502
19524
|
|
|
19503
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19525
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L346-L353'>
|
|
19504
19526
|
<span>src/function.extensions.js</span>
|
|
19505
19527
|
</a>
|
|
19506
19528
|
|
|
@@ -19583,7 +19605,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
19583
19605
|
</h3>
|
|
19584
19606
|
|
|
19585
19607
|
|
|
19586
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19608
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L381-L383'>
|
|
19587
19609
|
<span>src/function.extensions.js</span>
|
|
19588
19610
|
</a>
|
|
19589
19611
|
|
|
@@ -19712,7 +19734,7 @@ otherwise returns
|
|
|
19712
19734
|
</h3>
|
|
19713
19735
|
|
|
19714
19736
|
|
|
19715
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19737
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L411-L421'>
|
|
19716
19738
|
<span>src/function.extensions.js</span>
|
|
19717
19739
|
</a>
|
|
19718
19740
|
|
|
@@ -19806,7 +19828,7 @@ of the
|
|
|
19806
19828
|
</h3>
|
|
19807
19829
|
|
|
19808
19830
|
|
|
19809
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19831
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L12-L423'>
|
|
19810
19832
|
<span>src/function.extensions.js</span>
|
|
19811
19833
|
</a>
|
|
19812
19834
|
|
|
@@ -19866,7 +19888,7 @@ capabilities of function handling and introspection in JavaScript.</p>
|
|
|
19866
19888
|
</h3>
|
|
19867
19889
|
|
|
19868
19890
|
|
|
19869
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19891
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L446-L448'>
|
|
19870
19892
|
<span>src/function.extensions.js</span>
|
|
19871
19893
|
</a>
|
|
19872
19894
|
|
|
@@ -19936,7 +19958,7 @@ otherwise
|
|
|
19936
19958
|
</h3>
|
|
19937
19959
|
|
|
19938
19960
|
|
|
19939
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
19961
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L475-L477'>
|
|
19940
19962
|
<span>src/function.extensions.js</span>
|
|
19941
19963
|
</a>
|
|
19942
19964
|
|
|
@@ -20053,7 +20075,7 @@ otherwise returns
|
|
|
20053
20075
|
</h3>
|
|
20054
20076
|
|
|
20055
20077
|
|
|
20056
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20078
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L485-L487'>
|
|
20057
20079
|
<span>src/function.extensions.js</span>
|
|
20058
20080
|
</a>
|
|
20059
20081
|
|
|
@@ -20119,7 +20141,7 @@ its string tag is 'AsyncGeneratorFunction', otherwise it returns
|
|
|
20119
20141
|
</h3>
|
|
20120
20142
|
|
|
20121
20143
|
|
|
20122
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20144
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L518-L520'>
|
|
20123
20145
|
<span>src/function.extensions.js</span>
|
|
20124
20146
|
</a>
|
|
20125
20147
|
|
|
@@ -20240,7 +20262,7 @@ generator, otherwise returns
|
|
|
20240
20262
|
</h3>
|
|
20241
20263
|
|
|
20242
20264
|
|
|
20243
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20265
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L531-L533'>
|
|
20244
20266
|
<span>src/function.extensions.js</span>
|
|
20245
20267
|
</a>
|
|
20246
20268
|
|
|
@@ -20310,7 +20332,7 @@ otherwise
|
|
|
20310
20332
|
</h3>
|
|
20311
20333
|
|
|
20312
20334
|
|
|
20313
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20335
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L560-L562'>
|
|
20314
20336
|
<span>src/function.extensions.js</span>
|
|
20315
20337
|
</a>
|
|
20316
20338
|
|
|
@@ -20419,7 +20441,7 @@ function, otherwise returns
|
|
|
20419
20441
|
</h3>
|
|
20420
20442
|
|
|
20421
20443
|
|
|
20422
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20444
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L576-L578'>
|
|
20423
20445
|
<span>src/function.extensions.js</span>
|
|
20424
20446
|
</a>
|
|
20425
20447
|
|
|
@@ -20494,7 +20516,7 @@ string representation and do not have their own
|
|
|
20494
20516
|
</h3>
|
|
20495
20517
|
|
|
20496
20518
|
|
|
20497
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20519
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L606-L608'>
|
|
20498
20520
|
<span>src/function.extensions.js</span>
|
|
20499
20521
|
</a>
|
|
20500
20522
|
|
|
@@ -20604,7 +20626,7 @@ otherwise returns
|
|
|
20604
20626
|
</h3>
|
|
20605
20627
|
|
|
20606
20628
|
|
|
20607
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20629
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L619-L621'>
|
|
20608
20630
|
<span>src/function.extensions.js</span>
|
|
20609
20631
|
</a>
|
|
20610
20632
|
|
|
@@ -20674,7 +20696,7 @@ other function types in JavaScript.</p>
|
|
|
20674
20696
|
</h3>
|
|
20675
20697
|
|
|
20676
20698
|
|
|
20677
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20699
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L649-L651'>
|
|
20678
20700
|
<span>src/function.extensions.js</span>
|
|
20679
20701
|
</a>
|
|
20680
20702
|
|
|
@@ -20784,7 +20806,7 @@ otherwise returns
|
|
|
20784
20806
|
</h3>
|
|
20785
20807
|
|
|
20786
20808
|
|
|
20787
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20809
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L661-L663'>
|
|
20788
20810
|
<span>src/function.extensions.js</span>
|
|
20789
20811
|
</a>
|
|
20790
20812
|
|
|
@@ -20853,7 +20875,7 @@ otherwise
|
|
|
20853
20875
|
</h3>
|
|
20854
20876
|
|
|
20855
20877
|
|
|
20856
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20878
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L691-L693'>
|
|
20857
20879
|
<span>src/function.extensions.js</span>
|
|
20858
20880
|
</a>
|
|
20859
20881
|
|
|
@@ -20963,7 +20985,7 @@ function, otherwise returns
|
|
|
20963
20985
|
</h3>
|
|
20964
20986
|
|
|
20965
20987
|
|
|
20966
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
20988
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L701-L703'>
|
|
20967
20989
|
<span>src/function.extensions.js</span>
|
|
20968
20990
|
</a>
|
|
20969
20991
|
|
|
@@ -21029,7 +21051,7 @@ its string tag is 'GeneratorFunction', otherwise it returns
|
|
|
21029
21051
|
</h3>
|
|
21030
21052
|
|
|
21031
21053
|
|
|
21032
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21054
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L735-L737'>
|
|
21033
21055
|
<span>src/function.extensions.js</span>
|
|
21034
21056
|
</a>
|
|
21035
21057
|
|
|
@@ -21143,7 +21165,7 @@ generator function, otherwise returns
|
|
|
21143
21165
|
</h3>
|
|
21144
21166
|
|
|
21145
21167
|
|
|
21146
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21168
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/function.extensions.js#L765-L767'>
|
|
21147
21169
|
<span>src/function.extensions.js</span>
|
|
21148
21170
|
</a>
|
|
21149
21171
|
|
|
@@ -21228,7 +21250,7 @@ descriptors, its prototype, and the prototype's property descriptors.
|
|
|
21228
21250
|
</h3>
|
|
21229
21251
|
|
|
21230
21252
|
|
|
21231
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21253
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L44-L58'>
|
|
21232
21254
|
<span>src/global.this.js</span>
|
|
21233
21255
|
</a>
|
|
21234
21256
|
|
|
@@ -21355,7 +21377,7 @@ is falsy. If a function, it's invoked with
|
|
|
21355
21377
|
</h3>
|
|
21356
21378
|
|
|
21357
21379
|
|
|
21358
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21380
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L77-L107'>
|
|
21359
21381
|
<span>src/global.this.js</span>
|
|
21360
21382
|
</a>
|
|
21361
21383
|
|
|
@@ -21476,7 +21498,7 @@ nor a prototype could be derived from the provided prototype parameter.
|
|
|
21476
21498
|
</h3>
|
|
21477
21499
|
|
|
21478
21500
|
|
|
21479
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21501
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L124-L134'>
|
|
21480
21502
|
<span>src/global.this.js</span>
|
|
21481
21503
|
</a>
|
|
21482
21504
|
|
|
@@ -21578,7 +21600,7 @@ doesn't have the specified stringKey property.
|
|
|
21578
21600
|
</h3>
|
|
21579
21601
|
|
|
21580
21602
|
|
|
21581
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21603
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L149-L159'>
|
|
21582
21604
|
<span>src/global.this.js</span>
|
|
21583
21605
|
</a>
|
|
21584
21606
|
|
|
@@ -21677,7 +21699,7 @@ doesn't have the specified numberKey property.
|
|
|
21677
21699
|
</h3>
|
|
21678
21700
|
|
|
21679
21701
|
|
|
21680
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21702
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L169-L195'>
|
|
21681
21703
|
<span>src/global.this.js</span>
|
|
21682
21704
|
</a>
|
|
21683
21705
|
|
|
@@ -21797,7 +21819,7 @@ targetKey, and toPrimitive function.
|
|
|
21797
21819
|
</h3>
|
|
21798
21820
|
|
|
21799
21821
|
|
|
21800
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21822
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L206-L221'>
|
|
21801
21823
|
<span>src/global.this.js</span>
|
|
21802
21824
|
</a>
|
|
21803
21825
|
|
|
@@ -21884,7 +21906,7 @@ representation.
|
|
|
21884
21906
|
</h3>
|
|
21885
21907
|
|
|
21886
21908
|
|
|
21887
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21909
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L232-L247'>
|
|
21888
21910
|
<span>src/global.this.js</span>
|
|
21889
21911
|
</a>
|
|
21890
21912
|
|
|
@@ -21971,7 +21993,7 @@ representation.
|
|
|
21971
21993
|
</h3>
|
|
21972
21994
|
|
|
21973
21995
|
|
|
21974
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
21996
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/global.this.js#L273-L302'>
|
|
21975
21997
|
<span>src/global.this.js</span>
|
|
21976
21998
|
</a>
|
|
21977
21999
|
|
|
@@ -22076,7 +22098,7 @@ prototypes.</p>
|
|
|
22076
22098
|
</h3>
|
|
22077
22099
|
|
|
22078
22100
|
|
|
22079
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22101
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/json.extensions.js#L29-L49'>
|
|
22080
22102
|
<span>src/json.extensions.js</span>
|
|
22081
22103
|
</a>
|
|
22082
22104
|
|
|
@@ -22172,7 +22194,7 @@ string, or undefined if no valid JSON object is found.
|
|
|
22172
22194
|
</h3>
|
|
22173
22195
|
|
|
22174
22196
|
|
|
22175
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22197
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/json.extensions.js#L68-L71'>
|
|
22176
22198
|
<span>src/json.extensions.js</span>
|
|
22177
22199
|
</a>
|
|
22178
22200
|
|
|
@@ -22184,7 +22206,7 @@ It uses the <code>JSONStartPattern</code> regular expression to search for poten
|
|
|
22184
22206
|
JSON objects in the string. If a potential JSON object is found, the method
|
|
22185
22207
|
returns true. If no potential JSON object is found, the method returns false.</p>
|
|
22186
22208
|
|
|
22187
|
-
<div class='pre p1 fill-light mt0'>mightContain(string: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a
|
|
22209
|
+
<div class='pre p1 fill-light mt0'>mightContain(string: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, detail: any): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></div>
|
|
22188
22210
|
|
|
22189
22211
|
|
|
22190
22212
|
|
|
@@ -22208,6 +22230,15 @@ returns true. If no potential JSON object is found, the method returns false.</p
|
|
|
22208
22230
|
|
|
22209
22231
|
</div>
|
|
22210
22232
|
|
|
22233
|
+
<div class='space-bottom0'>
|
|
22234
|
+
<div>
|
|
22235
|
+
<span class='code bold'>detail</span> <code class='quiet'>(any
|
|
22236
|
+
= <code>false</code>)</code>
|
|
22237
|
+
|
|
22238
|
+
</div>
|
|
22239
|
+
|
|
22240
|
+
</div>
|
|
22241
|
+
|
|
22211
22242
|
</div>
|
|
22212
22243
|
|
|
22213
22244
|
|
|
@@ -22262,7 +22293,7 @@ false otherwise.
|
|
|
22262
22293
|
</h3>
|
|
22263
22294
|
|
|
22264
22295
|
|
|
22265
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22296
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/json.extensions.js#L94-L107'>
|
|
22266
22297
|
<span>src/json.extensions.js</span>
|
|
22267
22298
|
</a>
|
|
22268
22299
|
|
|
@@ -22341,7 +22372,7 @@ and passed to the RegExp constructor to create the pattern.</p>
|
|
|
22341
22372
|
</h3>
|
|
22342
22373
|
|
|
22343
22374
|
|
|
22344
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22375
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/map.extensions.js#L24-L26'>
|
|
22345
22376
|
<span>src/map.extensions.js</span>
|
|
22346
22377
|
</a>
|
|
22347
22378
|
|
|
@@ -22442,7 +22473,7 @@ object,
|
|
|
22442
22473
|
</h3>
|
|
22443
22474
|
|
|
22444
22475
|
|
|
22445
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22476
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/map.extensions.js#L49-L51'>
|
|
22446
22477
|
<span>src/map.extensions.js</span>
|
|
22447
22478
|
</a>
|
|
22448
22479
|
|
|
@@ -22570,7 +22601,7 @@ on if the supplied
|
|
|
22570
22601
|
</h3>
|
|
22571
22602
|
|
|
22572
22603
|
|
|
22573
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22604
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/map.extensions.js#L76-L78'>
|
|
22574
22605
|
<span>src/map.extensions.js</span>
|
|
22575
22606
|
</a>
|
|
22576
22607
|
|
|
@@ -22642,7 +22673,7 @@ a <code>Map</code> object</p>
|
|
|
22642
22673
|
</h3>
|
|
22643
22674
|
|
|
22644
22675
|
|
|
22645
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22676
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/map.extensions.js#L102-L104'>
|
|
22646
22677
|
<span>src/map.extensions.js</span>
|
|
22647
22678
|
</a>
|
|
22648
22679
|
|
|
@@ -22754,7 +22785,7 @@ notMap.<span class="hljs-title function_">ifMap</span>(<span class="hljs-string"
|
|
|
22754
22785
|
</h3>
|
|
22755
22786
|
|
|
22756
22787
|
|
|
22757
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22788
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/map.extensions.js#L120-L131'>
|
|
22758
22789
|
<span>src/map.extensions.js</span>
|
|
22759
22790
|
</a>
|
|
22760
22791
|
|
|
@@ -22847,7 +22878,7 @@ found, it is returned. If no matching key is found, null is returned.
|
|
|
22847
22878
|
</h3>
|
|
22848
22879
|
|
|
22849
22880
|
|
|
22850
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22881
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L42-L44'>
|
|
22851
22882
|
<span>src/number.extension.js</span>
|
|
22852
22883
|
</a>
|
|
22853
22884
|
|
|
@@ -22948,7 +22979,7 @@ is a
|
|
|
22948
22979
|
</h3>
|
|
22949
22980
|
|
|
22950
22981
|
|
|
22951
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
22982
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L64-L70'>
|
|
22952
22983
|
<span>src/number.extension.js</span>
|
|
22953
22984
|
</a>
|
|
22954
22985
|
|
|
@@ -23053,7 +23084,7 @@ numbers (based on the
|
|
|
23053
23084
|
</h3>
|
|
23054
23085
|
|
|
23055
23086
|
|
|
23056
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23087
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L92-L94'>
|
|
23057
23088
|
<span>src/number.extension.js</span>
|
|
23058
23089
|
</a>
|
|
23059
23090
|
|
|
@@ -23176,7 +23207,7 @@ supplied
|
|
|
23176
23207
|
</h3>
|
|
23177
23208
|
|
|
23178
23209
|
|
|
23179
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23210
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L121-L132'>
|
|
23180
23211
|
<span>src/number.extension.js</span>
|
|
23181
23212
|
</a>
|
|
23182
23213
|
|
|
@@ -23302,7 +23333,7 @@ or some of the supplied values are numbers.
|
|
|
23302
23333
|
</h3>
|
|
23303
23334
|
|
|
23304
23335
|
|
|
23305
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23336
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L156-L162'>
|
|
23306
23337
|
<span>src/number.extension.js</span>
|
|
23307
23338
|
</a>
|
|
23308
23339
|
|
|
@@ -23414,7 +23445,7 @@ otherwise returns the original value.
|
|
|
23414
23445
|
</h3>
|
|
23415
23446
|
|
|
23416
23447
|
|
|
23417
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23448
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L21-L164'>
|
|
23418
23449
|
<span>src/number.extension.js</span>
|
|
23419
23450
|
</a>
|
|
23420
23451
|
|
|
@@ -23486,7 +23517,7 @@ a number or not.</p>
|
|
|
23486
23517
|
</h3>
|
|
23487
23518
|
|
|
23488
23519
|
|
|
23489
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23520
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L209-L211'>
|
|
23490
23521
|
<span>src/number.extension.js</span>
|
|
23491
23522
|
</a>
|
|
23492
23523
|
|
|
@@ -23557,7 +23588,7 @@ instance as its argument.</p>
|
|
|
23557
23588
|
</h3>
|
|
23558
23589
|
|
|
23559
23590
|
|
|
23560
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23591
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L229-L231'>
|
|
23561
23592
|
<span>src/number.extension.js</span>
|
|
23562
23593
|
</a>
|
|
23563
23594
|
|
|
@@ -23628,7 +23659,7 @@ patch to check if the current object (<code>this</code>) is a number.</p>
|
|
|
23628
23659
|
</h3>
|
|
23629
23660
|
|
|
23630
23661
|
|
|
23631
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23662
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L258-L260'>
|
|
23632
23663
|
<span>src/number.extension.js</span>
|
|
23633
23664
|
</a>
|
|
23634
23665
|
|
|
@@ -23737,7 +23768,7 @@ the
|
|
|
23737
23768
|
</h3>
|
|
23738
23769
|
|
|
23739
23770
|
|
|
23740
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23771
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/number.extension.js#L191-L262'>
|
|
23741
23772
|
<span>src/number.extension.js</span>
|
|
23742
23773
|
</a>
|
|
23743
23774
|
|
|
@@ -23815,7 +23846,7 @@ and more, making number-related tasks more convenient and expressive.</p>
|
|
|
23815
23846
|
</h3>
|
|
23816
23847
|
|
|
23817
23848
|
|
|
23818
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23849
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L29-L818'>
|
|
23819
23850
|
<span>src/object.extensions.js</span>
|
|
23820
23851
|
</a>
|
|
23821
23852
|
|
|
@@ -23879,7 +23910,7 @@ properties to be added to the target object.</p>
|
|
|
23879
23910
|
</h3>
|
|
23880
23911
|
|
|
23881
23912
|
|
|
23882
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23913
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L848-L1145'>
|
|
23883
23914
|
<span>src/object.extensions.js</span>
|
|
23884
23915
|
</a>
|
|
23885
23916
|
|
|
@@ -23951,7 +23982,7 @@ and properties to be added to the target object.</p>
|
|
|
23951
23982
|
</h3>
|
|
23952
23983
|
|
|
23953
23984
|
|
|
23954
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
23985
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L56-L58'>
|
|
23955
23986
|
<span>src/object.extensions.js</span>
|
|
23956
23987
|
</a>
|
|
23957
23988
|
|
|
@@ -24055,7 +24086,7 @@ properties will be copied.
|
|
|
24055
24086
|
</h3>
|
|
24056
24087
|
|
|
24057
24088
|
|
|
24058
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24089
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L84-L86'>
|
|
24059
24090
|
<span>src/object.extensions.js</span>
|
|
24060
24091
|
</a>
|
|
24061
24092
|
|
|
@@ -24158,7 +24189,7 @@ properties will be copied.
|
|
|
24158
24189
|
</h3>
|
|
24159
24190
|
|
|
24160
24191
|
|
|
24161
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24192
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L111-L118'>
|
|
24162
24193
|
<span>src/object.extensions.js</span>
|
|
24163
24194
|
</a>
|
|
24164
24195
|
|
|
@@ -24243,7 +24274,7 @@ property, enumerable, non-configurable.</li>
|
|
|
24243
24274
|
</h3>
|
|
24244
24275
|
|
|
24245
24276
|
|
|
24246
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24277
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L143-L146'>
|
|
24247
24278
|
<span>src/object.extensions.js</span>
|
|
24248
24279
|
</a>
|
|
24249
24280
|
|
|
@@ -24366,7 +24397,7 @@ symbols available in
|
|
|
24366
24397
|
</h3>
|
|
24367
24398
|
|
|
24368
24399
|
|
|
24369
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24400
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L177-L182'>
|
|
24370
24401
|
<span>src/object.extensions.js</span>
|
|
24371
24402
|
</a>
|
|
24372
24403
|
|
|
@@ -24503,7 +24534,7 @@ symbols available in
|
|
|
24503
24534
|
</h3>
|
|
24504
24535
|
|
|
24505
24536
|
|
|
24506
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24537
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L339-L362'>
|
|
24507
24538
|
<span>src/object.extensions.js</span>
|
|
24508
24539
|
</a>
|
|
24509
24540
|
|
|
@@ -24627,7 +24658,7 @@ undefined if the entries array is not valid or contains no valid entries.
|
|
|
24627
24658
|
</h3>
|
|
24628
24659
|
|
|
24629
24660
|
|
|
24630
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24661
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L385-L401'>
|
|
24631
24662
|
<span>src/object.extensions.js</span>
|
|
24632
24663
|
</a>
|
|
24633
24664
|
|
|
@@ -24719,7 +24750,7 @@ consisting of a prototype object and its property descriptors.
|
|
|
24719
24750
|
</h3>
|
|
24720
24751
|
|
|
24721
24752
|
|
|
24722
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24753
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L416-L430'>
|
|
24723
24754
|
<span>src/object.extensions.js</span>
|
|
24724
24755
|
</a>
|
|
24725
24756
|
|
|
@@ -24813,7 +24844,7 @@ returned whenever a supplied object does not have a
|
|
|
24813
24844
|
</h3>
|
|
24814
24845
|
|
|
24815
24846
|
|
|
24816
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24847
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L452-L461'>
|
|
24817
24848
|
<span>src/object.extensions.js</span>
|
|
24818
24849
|
</a>
|
|
24819
24850
|
|
|
@@ -24926,7 +24957,7 @@ available in the
|
|
|
24926
24957
|
</h3>
|
|
24927
24958
|
|
|
24928
24959
|
|
|
24929
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
24960
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L471-L473'>
|
|
24930
24961
|
<span>src/object.extensions.js</span>
|
|
24931
24962
|
</a>
|
|
24932
24963
|
|
|
@@ -25006,7 +25037,7 @@ appropriate symbol defined.</p>
|
|
|
25006
25037
|
</h3>
|
|
25007
25038
|
|
|
25008
25039
|
|
|
25009
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25040
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L483-L485'>
|
|
25010
25041
|
<span>src/object.extensions.js</span>
|
|
25011
25042
|
</a>
|
|
25012
25043
|
|
|
@@ -25091,7 +25122,7 @@ and
|
|
|
25091
25122
|
</h3>
|
|
25092
25123
|
|
|
25093
25124
|
|
|
25094
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25125
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L519-L521'>
|
|
25095
25126
|
<span>src/object.extensions.js</span>
|
|
25096
25127
|
</a>
|
|
25097
25128
|
|
|
@@ -25242,7 +25273,7 @@ is not either
|
|
|
25242
25273
|
</h3>
|
|
25243
25274
|
|
|
25244
25275
|
|
|
25245
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25276
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L544-L546'>
|
|
25246
25277
|
<span>src/object.extensions.js</span>
|
|
25247
25278
|
</a>
|
|
25248
25279
|
|
|
@@ -25339,7 +25370,7 @@ otherwise.
|
|
|
25339
25370
|
</h3>
|
|
25340
25371
|
|
|
25341
25372
|
|
|
25342
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25373
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L569-L588'>
|
|
25343
25374
|
<span>src/object.extensions.js</span>
|
|
25344
25375
|
</a>
|
|
25345
25376
|
|
|
@@ -25436,7 +25467,7 @@ false otherwise.
|
|
|
25436
25467
|
</h3>
|
|
25437
25468
|
|
|
25438
25469
|
|
|
25439
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25470
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L610-L612'>
|
|
25440
25471
|
<span>src/object.extensions.js</span>
|
|
25441
25472
|
</a>
|
|
25442
25473
|
|
|
@@ -25553,7 +25584,7 @@ not primitive.
|
|
|
25553
25584
|
</h3>
|
|
25554
25585
|
|
|
25555
25586
|
|
|
25556
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25587
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L624-L626'>
|
|
25557
25588
|
<span>src/object.extensions.js</span>
|
|
25558
25589
|
</a>
|
|
25559
25590
|
|
|
@@ -25637,7 +25668,7 @@ getting object properties.</p>
|
|
|
25637
25668
|
</h3>
|
|
25638
25669
|
|
|
25639
25670
|
|
|
25640
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25671
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L648-L650'>
|
|
25641
25672
|
<span>src/object.extensions.js</span>
|
|
25642
25673
|
</a>
|
|
25643
25674
|
|
|
@@ -25754,7 +25785,7 @@ otherwise
|
|
|
25754
25785
|
</h3>
|
|
25755
25786
|
|
|
25756
25787
|
|
|
25757
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25788
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L678-L680'>
|
|
25758
25789
|
<span>src/object.extensions.js</span>
|
|
25759
25790
|
</a>
|
|
25760
25791
|
|
|
@@ -25839,7 +25870,7 @@ object[<span class="hljs-title class_">Object</span>.<span class="hljs-property"
|
|
|
25839
25870
|
</h3>
|
|
25840
25871
|
|
|
25841
25872
|
|
|
25842
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
25873
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L713-L766'>
|
|
25843
25874
|
<span>src/object.extensions.js</span>
|
|
25844
25875
|
</a>
|
|
25845
25876
|
|
|
@@ -26000,7 +26031,7 @@ created object.
|
|
|
26000
26031
|
</h3>
|
|
26001
26032
|
|
|
26002
26033
|
|
|
26003
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26034
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L782-L816'>
|
|
26004
26035
|
<span>src/object.extensions.js</span>
|
|
26005
26036
|
</a>
|
|
26006
26037
|
|
|
@@ -26105,7 +26136,7 @@ specified in the
|
|
|
26105
26136
|
</h3>
|
|
26106
26137
|
|
|
26107
26138
|
|
|
26108
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26139
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L868-L870'>
|
|
26109
26140
|
<span>src/object.extensions.js</span>
|
|
26110
26141
|
</a>
|
|
26111
26142
|
|
|
@@ -26181,7 +26212,7 @@ consisting of a prototype object and its property descriptors.
|
|
|
26181
26212
|
</h3>
|
|
26182
26213
|
|
|
26183
26214
|
|
|
26184
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26215
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1106-L1108'>
|
|
26185
26216
|
<span>src/object.extensions.js</span>
|
|
26186
26217
|
</a>
|
|
26187
26218
|
|
|
@@ -26261,7 +26292,7 @@ appropriate symbol defined.</p>
|
|
|
26261
26292
|
</h3>
|
|
26262
26293
|
|
|
26263
26294
|
|
|
26264
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26295
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1123-L1125'>
|
|
26265
26296
|
<span>src/object.extensions.js</span>
|
|
26266
26297
|
</a>
|
|
26267
26298
|
|
|
@@ -26355,7 +26386,7 @@ returned whenever a supplied object does not have a
|
|
|
26355
26386
|
</h3>
|
|
26356
26387
|
|
|
26357
26388
|
|
|
26358
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26389
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1141-L1143'>
|
|
26359
26390
|
<span>src/object.extensions.js</span>
|
|
26360
26391
|
</a>
|
|
26361
26392
|
|
|
@@ -26452,7 +26483,7 @@ specified in the
|
|
|
26452
26483
|
</h3>
|
|
26453
26484
|
|
|
26454
26485
|
|
|
26455
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26486
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L897-L899'>
|
|
26456
26487
|
<span>src/object.extensions.js</span>
|
|
26457
26488
|
</a>
|
|
26458
26489
|
|
|
@@ -26541,7 +26572,7 @@ excluding null. It is a convenience wrapper around the
|
|
|
26541
26572
|
</h3>
|
|
26542
26573
|
|
|
26543
26574
|
|
|
26544
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26575
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L929-L931'>
|
|
26545
26576
|
<span>src/object.extensions.js</span>
|
|
26546
26577
|
</a>
|
|
26547
26578
|
|
|
@@ -26656,7 +26687,7 @@ current value is not an object or is null.
|
|
|
26656
26687
|
</h3>
|
|
26657
26688
|
|
|
26658
26689
|
|
|
26659
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26690
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L951-L953'>
|
|
26660
26691
|
<span>src/object.extensions.js</span>
|
|
26661
26692
|
</a>
|
|
26662
26693
|
|
|
@@ -26744,7 +26775,7 @@ current value is not an object or is null.
|
|
|
26744
26775
|
</h3>
|
|
26745
26776
|
|
|
26746
26777
|
|
|
26747
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26778
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L978-L980'>
|
|
26748
26779
|
<span>src/object.extensions.js</span>
|
|
26749
26780
|
</a>
|
|
26750
26781
|
|
|
@@ -26866,7 +26897,7 @@ current value is not
|
|
|
26866
26897
|
</h3>
|
|
26867
26898
|
|
|
26868
26899
|
|
|
26869
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26900
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1003-L1005'>
|
|
26870
26901
|
<span>src/object.extensions.js</span>
|
|
26871
26902
|
</a>
|
|
26872
26903
|
|
|
@@ -26952,7 +26983,7 @@ primitive type,
|
|
|
26952
26983
|
</h3>
|
|
26953
26984
|
|
|
26954
26985
|
|
|
26955
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
26986
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1033-L1035'>
|
|
26956
26987
|
<span>src/object.extensions.js</span>
|
|
26957
26988
|
</a>
|
|
26958
26989
|
|
|
@@ -27064,7 +27095,7 @@ primitive type, otherwise returns
|
|
|
27064
27095
|
</h3>
|
|
27065
27096
|
|
|
27066
27097
|
|
|
27067
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27098
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1063-L1065'>
|
|
27068
27099
|
<span>src/object.extensions.js</span>
|
|
27069
27100
|
</a>
|
|
27070
27101
|
|
|
@@ -27154,7 +27185,7 @@ an object (i.e., a string or symbol),
|
|
|
27154
27185
|
</h3>
|
|
27155
27186
|
|
|
27156
27187
|
|
|
27157
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27188
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1094-L1096'>
|
|
27158
27189
|
<span>src/object.extensions.js</span>
|
|
27159
27190
|
</a>
|
|
27160
27191
|
|
|
@@ -27267,7 +27298,7 @@ for an object, otherwise returns
|
|
|
27267
27298
|
</h3>
|
|
27268
27299
|
|
|
27269
27300
|
|
|
27270
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27301
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/object.extensions.js#L1186-L1237'>
|
|
27271
27302
|
<span>src/object.extensions.js</span>
|
|
27272
27303
|
</a>
|
|
27273
27304
|
|
|
@@ -27382,7 +27413,7 @@ will be copied.
|
|
|
27382
27413
|
</h3>
|
|
27383
27414
|
|
|
27384
27415
|
|
|
27385
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27416
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L39-L41'>
|
|
27386
27417
|
<span>src/proxy.extensions.js</span>
|
|
27387
27418
|
</a>
|
|
27388
27419
|
|
|
@@ -27465,7 +27496,7 @@ associated data storage with each generated key.</p>
|
|
|
27465
27496
|
</h3>
|
|
27466
27497
|
|
|
27467
27498
|
|
|
27468
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27499
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L87-L122'>
|
|
27469
27500
|
<span>src/proxy.extensions.js</span>
|
|
27470
27501
|
</a>
|
|
27471
27502
|
|
|
@@ -27587,7 +27618,7 @@ provided values.
|
|
|
27587
27618
|
</h3>
|
|
27588
27619
|
|
|
27589
27620
|
|
|
27590
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27621
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L130-L130'>
|
|
27591
27622
|
<span>src/proxy.extensions.js</span>
|
|
27592
27623
|
</a>
|
|
27593
27624
|
|
|
@@ -27643,7 +27674,7 @@ MDN link: <a href="https://t.ly/orBsG">https://t.ly/orBsG</a></p>
|
|
|
27643
27674
|
</h3>
|
|
27644
27675
|
|
|
27645
27676
|
|
|
27646
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27677
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L140-L140'>
|
|
27647
27678
|
<span>src/proxy.extensions.js</span>
|
|
27648
27679
|
</a>
|
|
27649
27680
|
|
|
@@ -27702,7 +27733,7 @@ MDN link: <a href="https://t.ly/1LukS">https://t.ly/1LukS</a></p>
|
|
|
27702
27733
|
</h3>
|
|
27703
27734
|
|
|
27704
27735
|
|
|
27705
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27736
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L148-L148'>
|
|
27706
27737
|
<span>src/proxy.extensions.js</span>
|
|
27707
27738
|
</a>
|
|
27708
27739
|
|
|
@@ -27759,7 +27790,7 @@ MDN link: <a href="https://t.ly/3Ml9y">https://t.ly/3Ml9y</a></p>
|
|
|
27759
27790
|
</h3>
|
|
27760
27791
|
|
|
27761
27792
|
|
|
27762
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27793
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L156-L156'>
|
|
27763
27794
|
<span>src/proxy.extensions.js</span>
|
|
27764
27795
|
</a>
|
|
27765
27796
|
|
|
@@ -27816,7 +27847,7 @@ MDN link: <a href="https://t.ly/neu2H">https://t.ly/neu2H</a></p>
|
|
|
27816
27847
|
</h3>
|
|
27817
27848
|
|
|
27818
27849
|
|
|
27819
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27850
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L163-L163'>
|
|
27820
27851
|
<span>src/proxy.extensions.js</span>
|
|
27821
27852
|
</a>
|
|
27822
27853
|
|
|
@@ -27872,7 +27903,7 @@ MDN link: <a href="https://t.ly/E419x">https://t.ly/E419x</a></p>
|
|
|
27872
27903
|
</h3>
|
|
27873
27904
|
|
|
27874
27905
|
|
|
27875
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27906
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L171-L171'>
|
|
27876
27907
|
<span>src/proxy.extensions.js</span>
|
|
27877
27908
|
</a>
|
|
27878
27909
|
|
|
@@ -27929,7 +27960,7 @@ MDN link: <a href="https://t.ly/wzPTX">https://t.ly/wzPTX</a></p>
|
|
|
27929
27960
|
</h3>
|
|
27930
27961
|
|
|
27931
27962
|
|
|
27932
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
27963
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L179-L179'>
|
|
27933
27964
|
<span>src/proxy.extensions.js</span>
|
|
27934
27965
|
</a>
|
|
27935
27966
|
|
|
@@ -27986,7 +28017,7 @@ MDN link: <a href="https://t.ly/Ww4S1">https://t.ly/Ww4S1</a></p>
|
|
|
27986
28017
|
</h3>
|
|
27987
28018
|
|
|
27988
28019
|
|
|
27989
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28020
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L186-L186'>
|
|
27990
28021
|
<span>src/proxy.extensions.js</span>
|
|
27991
28022
|
</a>
|
|
27992
28023
|
|
|
@@ -28042,7 +28073,7 @@ MDN link: <a href="https://t.ly/UcJL-">https://t.ly/UcJL-</a></p>
|
|
|
28042
28073
|
</h3>
|
|
28043
28074
|
|
|
28044
28075
|
|
|
28045
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28076
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L194-L194'>
|
|
28046
28077
|
<span>src/proxy.extensions.js</span>
|
|
28047
28078
|
</a>
|
|
28048
28079
|
|
|
@@ -28099,7 +28130,7 @@ MDN link: <a href="https://t.ly/MkdIK">https://t.ly/MkdIK</a></p>
|
|
|
28099
28130
|
</h3>
|
|
28100
28131
|
|
|
28101
28132
|
|
|
28102
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28133
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L202-L202'>
|
|
28103
28134
|
<span>src/proxy.extensions.js</span>
|
|
28104
28135
|
</a>
|
|
28105
28136
|
|
|
@@ -28156,7 +28187,7 @@ MDN link: <a href="https://t.ly/QkiTI">https://t.ly/QkiTI</a></p>
|
|
|
28156
28187
|
</h3>
|
|
28157
28188
|
|
|
28158
28189
|
|
|
28159
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28190
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L210-L210'>
|
|
28160
28191
|
<span>src/proxy.extensions.js</span>
|
|
28161
28192
|
</a>
|
|
28162
28193
|
|
|
@@ -28213,7 +28244,7 @@ MDN link: <a href="https://t.ly/nvfjJ">https://t.ly/nvfjJ</a></p>
|
|
|
28213
28244
|
</h3>
|
|
28214
28245
|
|
|
28215
28246
|
|
|
28216
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28247
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L218-L218'>
|
|
28217
28248
|
<span>src/proxy.extensions.js</span>
|
|
28218
28249
|
</a>
|
|
28219
28250
|
|
|
@@ -28270,7 +28301,7 @@ MDN link: <a href="https://t.ly/FDWcl">https://t.ly/FDWcl</a></p>
|
|
|
28270
28301
|
</h3>
|
|
28271
28302
|
|
|
28272
28303
|
|
|
28273
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28304
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/proxy.extensions.js#L226-L226'>
|
|
28274
28305
|
<span>src/proxy.extensions.js</span>
|
|
28275
28306
|
</a>
|
|
28276
28307
|
|
|
@@ -28327,7 +28358,7 @@ MDN link: <a href="https://t.ly/pS8ej">https://t.ly/pS8ej</a></p>
|
|
|
28327
28358
|
</h3>
|
|
28328
28359
|
|
|
28329
28360
|
|
|
28330
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28361
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L15-L295'>
|
|
28331
28362
|
<span>src/reflect.extensions.js</span>
|
|
28332
28363
|
</a>
|
|
28333
28364
|
|
|
@@ -28386,7 +28417,7 @@ JavaScript.</p>
|
|
|
28386
28417
|
<div class='clearfix'>
|
|
28387
28418
|
|
|
28388
28419
|
|
|
28389
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28420
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L26-L31'>
|
|
28390
28421
|
<span>src/reflect.extensions.js</span>
|
|
28391
28422
|
</a>
|
|
28392
28423
|
|
|
@@ -28482,7 +28513,7 @@ to receive multiple keys as arguments.
|
|
|
28482
28513
|
<div class='clearfix'>
|
|
28483
28514
|
|
|
28484
28515
|
|
|
28485
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28516
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L44-L49'>
|
|
28486
28517
|
<span>src/reflect.extensions.js</span>
|
|
28487
28518
|
</a>
|
|
28488
28519
|
|
|
@@ -28583,7 +28614,7 @@ at least one of the keys provided as arguments exists in the given object.
|
|
|
28583
28614
|
<div class='clearfix'>
|
|
28584
28615
|
|
|
28585
28616
|
|
|
28586
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28617
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L70-L229'>
|
|
28587
28618
|
<span>src/reflect.extensions.js</span>
|
|
28588
28619
|
</a>
|
|
28589
28620
|
|
|
@@ -28690,7 +28721,7 @@ not an object.
|
|
|
28690
28721
|
<div class='clearfix'>
|
|
28691
28722
|
|
|
28692
28723
|
|
|
28693
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28724
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L241-L255'>
|
|
28694
28725
|
<span>src/reflect.extensions.js</span>
|
|
28695
28726
|
</a>
|
|
28696
28727
|
|
|
@@ -28783,7 +28814,7 @@ a TypeError exception will be thrown
|
|
|
28783
28814
|
<div class='clearfix'>
|
|
28784
28815
|
|
|
28785
28816
|
|
|
28786
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28817
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L270-L276'>
|
|
28787
28818
|
<span>src/reflect.extensions.js</span>
|
|
28788
28819
|
</a>
|
|
28789
28820
|
|
|
@@ -28870,7 +28901,7 @@ array if the input is not a valid object.
|
|
|
28870
28901
|
<div class='clearfix'>
|
|
28871
28902
|
|
|
28872
28903
|
|
|
28873
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
28904
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L292-L294'>
|
|
28874
28905
|
<span>src/reflect.extensions.js</span>
|
|
28875
28906
|
</a>
|
|
28876
28907
|
|
|
@@ -28970,7 +29001,7 @@ object.
|
|
|
28970
29001
|
</h3>
|
|
28971
29002
|
|
|
28972
29003
|
|
|
28973
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29004
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L100-L100'>
|
|
28974
29005
|
<span>src/reflect.extensions.js</span>
|
|
28975
29006
|
</a>
|
|
28976
29007
|
|
|
@@ -29041,7 +29072,7 @@ The owner is the object that owns the property.</p>
|
|
|
29041
29072
|
</h3>
|
|
29042
29073
|
|
|
29043
29074
|
|
|
29044
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29075
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L113-L113'>
|
|
29045
29076
|
<span>src/reflect.extensions.js</span>
|
|
29046
29077
|
</a>
|
|
29047
29078
|
|
|
@@ -29112,7 +29143,7 @@ The key is the name of the property.</p>
|
|
|
29112
29143
|
</h3>
|
|
29113
29144
|
|
|
29114
29145
|
|
|
29115
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29146
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L126-L126'>
|
|
29116
29147
|
<span>src/reflect.extensions.js</span>
|
|
29117
29148
|
</a>
|
|
29118
29149
|
|
|
@@ -29183,7 +29214,7 @@ The value is obtained by invoking the <code>value</code> function.</p>
|
|
|
29183
29214
|
</h3>
|
|
29184
29215
|
|
|
29185
29216
|
|
|
29186
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29217
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L148-L148'>
|
|
29187
29218
|
<span>src/reflect.extensions.js</span>
|
|
29188
29219
|
</a>
|
|
29189
29220
|
|
|
@@ -29263,7 +29294,7 @@ get, and set.</p>
|
|
|
29263
29294
|
</h3>
|
|
29264
29295
|
|
|
29265
29296
|
|
|
29266
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29297
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L166-L168'>
|
|
29267
29298
|
<span>src/reflect.extensions.js</span>
|
|
29268
29299
|
</a>
|
|
29269
29300
|
|
|
@@ -29342,7 +29373,7 @@ This means that the property can be read, but not written to.</p>
|
|
|
29342
29373
|
</h3>
|
|
29343
29374
|
|
|
29344
29375
|
|
|
29345
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29376
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L184-L186'>
|
|
29346
29377
|
<span>src/reflect.extensions.js</span>
|
|
29347
29378
|
</a>
|
|
29348
29379
|
|
|
@@ -29419,7 +29450,7 @@ while writable properties can have their values changed.</p>
|
|
|
29419
29450
|
</h3>
|
|
29420
29451
|
|
|
29421
29452
|
|
|
29422
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29453
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L205-L207'>
|
|
29423
29454
|
<span>src/reflect.extensions.js</span>
|
|
29424
29455
|
</a>
|
|
29425
29456
|
|
|
@@ -29499,7 +29530,7 @@ a getter or a setter, and <code>false</code> otherwise.</p>
|
|
|
29499
29530
|
</h3>
|
|
29500
29531
|
|
|
29501
29532
|
|
|
29502
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29533
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/reflect.extensions.js#L223-L225'>
|
|
29503
29534
|
<span>src/reflect.extensions.js</span>
|
|
29504
29535
|
</a>
|
|
29505
29536
|
|
|
@@ -29576,7 +29607,7 @@ and <code>false</code> otherwise.</p>
|
|
|
29576
29607
|
</h3>
|
|
29577
29608
|
|
|
29578
29609
|
|
|
29579
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29610
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L29-L31'>
|
|
29580
29611
|
<span>src/regular.expression.extensions.js</span>
|
|
29581
29612
|
</a>
|
|
29582
29613
|
|
|
@@ -29682,7 +29713,7 @@ characters will be excluded from the pattern.
|
|
|
29682
29713
|
</h3>
|
|
29683
29714
|
|
|
29684
29715
|
|
|
29685
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29716
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L51-L53'>
|
|
29686
29717
|
<span>src/regular.expression.extensions.js</span>
|
|
29687
29718
|
</a>
|
|
29688
29719
|
|
|
@@ -29772,7 +29803,7 @@ capture the matched content for later use.</p>
|
|
|
29772
29803
|
</h3>
|
|
29773
29804
|
|
|
29774
29805
|
|
|
29775
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29806
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L73-L75'>
|
|
29776
29807
|
<span>src/regular.expression.extensions.js</span>
|
|
29777
29808
|
</a>
|
|
29778
29809
|
|
|
@@ -29862,7 +29893,7 @@ the matched content for later use.</p>
|
|
|
29862
29893
|
</h3>
|
|
29863
29894
|
|
|
29864
29895
|
|
|
29865
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29896
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L100-L102'>
|
|
29866
29897
|
<span>src/regular.expression.extensions.js</span>
|
|
29867
29898
|
</a>
|
|
29868
29899
|
|
|
@@ -29957,7 +29988,7 @@ that matches any one of the provided strings.
|
|
|
29957
29988
|
</h3>
|
|
29958
29989
|
|
|
29959
29990
|
|
|
29960
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
29991
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L124-L126'>
|
|
29961
29992
|
<span>src/regular.expression.extensions.js</span>
|
|
29962
29993
|
</a>
|
|
29963
29994
|
|
|
@@ -30049,7 +30080,7 @@ that matches zero or more occurrences of the provided string.
|
|
|
30049
30080
|
</h3>
|
|
30050
30081
|
|
|
30051
30082
|
|
|
30052
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30083
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L148-L150'>
|
|
30053
30084
|
<span>src/regular.expression.extensions.js</span>
|
|
30054
30085
|
</a>
|
|
30055
30086
|
|
|
@@ -30141,7 +30172,7 @@ that matches zero or one occurrence of the provided string.
|
|
|
30141
30172
|
</h3>
|
|
30142
30173
|
|
|
30143
30174
|
|
|
30144
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30175
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L174-L176'>
|
|
30145
30176
|
<span>src/regular.expression.extensions.js</span>
|
|
30146
30177
|
</a>
|
|
30147
30178
|
|
|
@@ -30234,7 +30265,7 @@ regular expression <code>/[-[\]{}()*+?.,\\^$|#\s]/g</code>.</p>
|
|
|
30234
30265
|
</h3>
|
|
30235
30266
|
|
|
30236
30267
|
|
|
30237
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30268
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L190-L192'>
|
|
30238
30269
|
<span>src/regular.expression.extensions.js</span>
|
|
30239
30270
|
</a>
|
|
30240
30271
|
|
|
@@ -30305,7 +30336,7 @@ in your regular expressions. It simply returns the string 'null'.</p>
|
|
|
30305
30336
|
</h3>
|
|
30306
30337
|
|
|
30307
30338
|
|
|
30308
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30339
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L212-L214'>
|
|
30309
30340
|
<span>src/regular.expression.extensions.js</span>
|
|
30310
30341
|
</a>
|
|
30311
30342
|
|
|
@@ -30382,7 +30413,7 @@ or 'false'.
|
|
|
30382
30413
|
</h3>
|
|
30383
30414
|
|
|
30384
30415
|
|
|
30385
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30416
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L249-L279'>
|
|
30386
30417
|
<span>src/regular.expression.extensions.js</span>
|
|
30387
30418
|
</a>
|
|
30388
30419
|
|
|
@@ -30497,7 +30528,7 @@ symbols of the specified currencies.
|
|
|
30497
30528
|
</h3>
|
|
30498
30529
|
|
|
30499
30530
|
|
|
30500
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30531
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L298-L398'>
|
|
30501
30532
|
<span>src/regular.expression.extensions.js</span>
|
|
30502
30533
|
</a>
|
|
30503
30534
|
|
|
@@ -30573,7 +30604,7 @@ by an optional decimal point and zero or more digits.</p>
|
|
|
30573
30604
|
</h3>
|
|
30574
30605
|
|
|
30575
30606
|
|
|
30576
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30607
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L417-L419'>
|
|
30577
30608
|
<span>src/regular.expression.extensions.js</span>
|
|
30578
30609
|
</a>
|
|
30579
30610
|
|
|
@@ -30648,7 +30679,7 @@ one or more digits.</p>
|
|
|
30648
30679
|
</h3>
|
|
30649
30680
|
|
|
30650
30681
|
|
|
30651
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30682
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L326-L326'>
|
|
30652
30683
|
<span>src/regular.expression.extensions.js</span>
|
|
30653
30684
|
</a>
|
|
30654
30685
|
|
|
@@ -30727,7 +30758,7 @@ point numbers.
|
|
|
30727
30758
|
</h3>
|
|
30728
30759
|
|
|
30729
30760
|
|
|
30730
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30761
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L347-L347'>
|
|
30731
30762
|
<span>src/regular.expression.extensions.js</span>
|
|
30732
30763
|
</a>
|
|
30733
30764
|
|
|
@@ -30802,7 +30833,7 @@ one or more digits.</p>
|
|
|
30802
30833
|
</h3>
|
|
30803
30834
|
|
|
30804
30835
|
|
|
30805
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30836
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L370-L375'>
|
|
30806
30837
|
<span>src/regular.expression.extensions.js</span>
|
|
30807
30838
|
</a>
|
|
30808
30839
|
|
|
@@ -30882,7 +30913,7 @@ numbers.
|
|
|
30882
30913
|
</h3>
|
|
30883
30914
|
|
|
30884
30915
|
|
|
30885
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30916
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/regular.expression.extensions.js#L394-L394'>
|
|
30886
30917
|
<span>src/regular.expression.extensions.js</span>
|
|
30887
30918
|
</a>
|
|
30888
30919
|
|
|
@@ -30958,7 +30989,7 @@ literals.
|
|
|
30958
30989
|
</h3>
|
|
30959
30990
|
|
|
30960
30991
|
|
|
30961
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
30992
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L21-L71'>
|
|
30962
30993
|
<span>src/set.extensions.js</span>
|
|
30963
30994
|
</a>
|
|
30964
30995
|
|
|
@@ -31030,7 +31061,7 @@ properties to be added to the target object.</p>
|
|
|
31030
31061
|
</h3>
|
|
31031
31062
|
|
|
31032
31063
|
|
|
31033
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31064
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L94-L382'>
|
|
31034
31065
|
<span>src/set.extensions.js</span>
|
|
31035
31066
|
</a>
|
|
31036
31067
|
|
|
@@ -31103,7 +31134,7 @@ mySet.<span class="hljs-title function_">myNewMethod</span>(); <span class="hljs
|
|
|
31103
31134
|
</h3>
|
|
31104
31135
|
|
|
31105
31136
|
|
|
31106
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31137
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L42-L44'>
|
|
31107
31138
|
<span>src/set.extensions.js</span>
|
|
31108
31139
|
</a>
|
|
31109
31140
|
|
|
@@ -31204,7 +31235,7 @@ object,
|
|
|
31204
31235
|
</h3>
|
|
31205
31236
|
|
|
31206
31237
|
|
|
31207
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31238
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L67-L69'>
|
|
31208
31239
|
<span>src/set.extensions.js</span>
|
|
31209
31240
|
</a>
|
|
31210
31241
|
|
|
@@ -31332,7 +31363,7 @@ on if the supplied
|
|
|
31332
31363
|
</h3>
|
|
31333
31364
|
|
|
31334
31365
|
|
|
31335
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31366
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L104-L118'>
|
|
31336
31367
|
<span>src/set.extensions.js</span>
|
|
31337
31368
|
</a>
|
|
31338
31369
|
|
|
@@ -31403,7 +31434,7 @@ or Array) whose elements will be added to the set.
|
|
|
31403
31434
|
</h3>
|
|
31404
31435
|
|
|
31405
31436
|
|
|
31406
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31437
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L130-L138'>
|
|
31407
31438
|
<span>src/set.extensions.js</span>
|
|
31408
31439
|
</a>
|
|
31409
31440
|
|
|
@@ -31490,7 +31521,7 @@ the supplied value,
|
|
|
31490
31521
|
</h3>
|
|
31491
31522
|
|
|
31492
31523
|
|
|
31493
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31524
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L152-L168'>
|
|
31494
31525
|
<span>src/set.extensions.js</span>
|
|
31495
31526
|
</a>
|
|
31496
31527
|
|
|
@@ -31593,7 +31624,7 @@ the element, index (always NaN), and the set itself.
|
|
|
31593
31624
|
</h3>
|
|
31594
31625
|
|
|
31595
31626
|
|
|
31596
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31627
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L183-L198'>
|
|
31597
31628
|
<span>src/set.extensions.js</span>
|
|
31598
31629
|
</a>
|
|
31599
31630
|
|
|
@@ -31699,7 +31730,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
31699
31730
|
</h3>
|
|
31700
31731
|
|
|
31701
31732
|
|
|
31702
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31733
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L213-L234'>
|
|
31703
31734
|
<span>src/set.extensions.js</span>
|
|
31704
31735
|
</a>
|
|
31705
31736
|
|
|
@@ -31805,7 +31836,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
31805
31836
|
</h3>
|
|
31806
31837
|
|
|
31807
31838
|
|
|
31808
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31839
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L253-L255'>
|
|
31809
31840
|
<span>src/set.extensions.js</span>
|
|
31810
31841
|
</a>
|
|
31811
31842
|
|
|
@@ -31877,7 +31908,7 @@ a <code>Set</code> object.</p>
|
|
|
31877
31908
|
</h3>
|
|
31878
31909
|
|
|
31879
31910
|
|
|
31880
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
31911
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L280-L282'>
|
|
31881
31912
|
<span>src/set.extensions.js</span>
|
|
31882
31913
|
</a>
|
|
31883
31914
|
|
|
@@ -31984,7 +32015,7 @@ the
|
|
|
31984
32015
|
</h3>
|
|
31985
32016
|
|
|
31986
32017
|
|
|
31987
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32018
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L290-L292'>
|
|
31988
32019
|
<span>src/set.extensions.js</span>
|
|
31989
32020
|
</a>
|
|
31990
32021
|
|
|
@@ -32047,7 +32078,7 @@ This is an alias for the <code>size</code> property of the set.</p>
|
|
|
32047
32078
|
</h3>
|
|
32048
32079
|
|
|
32049
32080
|
|
|
32050
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32081
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L308-L322'>
|
|
32051
32082
|
<span>src/set.extensions.js</span>
|
|
32052
32083
|
</a>
|
|
32053
32084
|
|
|
@@ -32154,7 +32185,7 @@ receives the element, index (always NaN), and the set itself.
|
|
|
32154
32185
|
</h3>
|
|
32155
32186
|
|
|
32156
32187
|
|
|
32157
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32188
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L338-L351'>
|
|
32158
32189
|
<span>src/set.extensions.js</span>
|
|
32159
32190
|
</a>
|
|
32160
32191
|
|
|
@@ -32267,7 +32298,7 @@ receives the accumulator, element, index (always NaN), and the set itself.
|
|
|
32267
32298
|
</h3>
|
|
32268
32299
|
|
|
32269
32300
|
|
|
32270
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32301
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/set.extensions.js#L366-L380'>
|
|
32271
32302
|
<span>src/set.extensions.js</span>
|
|
32272
32303
|
</a>
|
|
32273
32304
|
|
|
@@ -32371,7 +32402,7 @@ otherwise.
|
|
|
32371
32402
|
</h3>
|
|
32372
32403
|
|
|
32373
32404
|
|
|
32374
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32405
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L13-L558'>
|
|
32375
32406
|
<span>src/string.extensions.js</span>
|
|
32376
32407
|
</a>
|
|
32377
32408
|
|
|
@@ -32426,7 +32457,7 @@ utility functions.</p>
|
|
|
32426
32457
|
<div class='clearfix'>
|
|
32427
32458
|
|
|
32428
32459
|
|
|
32429
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32460
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L21-L26'>
|
|
32430
32461
|
<span>src/string.extensions.js</span>
|
|
32431
32462
|
</a>
|
|
32432
32463
|
|
|
@@ -32514,7 +32545,7 @@ true if the string matches typeof or instanceof as a string.</p>
|
|
|
32514
32545
|
<div class='clearfix'>
|
|
32515
32546
|
|
|
32516
32547
|
|
|
32517
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32548
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L49-L51'>
|
|
32518
32549
|
<span>src/string.extensions.js</span>
|
|
32519
32550
|
</a>
|
|
32520
32551
|
|
|
@@ -32642,7 +32673,7 @@ on if the supplied
|
|
|
32642
32673
|
<div class='clearfix'>
|
|
32643
32674
|
|
|
32644
32675
|
|
|
32645
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32676
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L63-L65'>
|
|
32646
32677
|
<span>src/string.extensions.js</span>
|
|
32647
32678
|
</a>
|
|
32648
32679
|
|
|
@@ -32713,7 +32744,7 @@ opening parenthesis '(' as the first element, and the closing parenthesis
|
|
|
32713
32744
|
<div class='clearfix'>
|
|
32714
32745
|
|
|
32715
32746
|
|
|
32716
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32747
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L78-L80'>
|
|
32717
32748
|
<span>src/string.extensions.js</span>
|
|
32718
32749
|
</a>
|
|
32719
32750
|
|
|
@@ -32785,7 +32816,7 @@ bracket ']' as the second element.
|
|
|
32785
32816
|
<div class='clearfix'>
|
|
32786
32817
|
|
|
32787
32818
|
|
|
32788
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32819
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L95-L97'>
|
|
32789
32820
|
<span>src/string.extensions.js</span>
|
|
32790
32821
|
</a>
|
|
32791
32822
|
|
|
@@ -32859,7 +32890,7 @@ bracket '}' as the second element.
|
|
|
32859
32890
|
<div class='clearfix'>
|
|
32860
32891
|
|
|
32861
32892
|
|
|
32862
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32893
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L112-L114'>
|
|
32863
32894
|
<span>src/string.extensions.js</span>
|
|
32864
32895
|
</a>
|
|
32865
32896
|
|
|
@@ -32936,7 +32967,7 @@ base 36.</p>
|
|
|
32936
32967
|
<div class='clearfix'>
|
|
32937
32968
|
|
|
32938
32969
|
|
|
32939
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
32970
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L129-L131'>
|
|
32940
32971
|
<span>src/string.extensions.js</span>
|
|
32941
32972
|
</a>
|
|
32942
32973
|
|
|
@@ -33013,7 +33044,7 @@ random number in base 16.</p>
|
|
|
33013
33044
|
<div class='clearfix'>
|
|
33014
33045
|
|
|
33015
33046
|
|
|
33016
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33047
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L150-L153'>
|
|
33017
33048
|
<span>src/string.extensions.js</span>
|
|
33018
33049
|
</a>
|
|
33019
33050
|
|
|
@@ -33106,7 +33137,7 @@ code. Defaults to '#'.
|
|
|
33106
33137
|
<div class='clearfix'>
|
|
33107
33138
|
|
|
33108
33139
|
|
|
33109
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33140
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L173-L176'>
|
|
33110
33141
|
<span>src/string.extensions.js</span>
|
|
33111
33142
|
</a>
|
|
33112
33143
|
|
|
@@ -33200,7 +33231,7 @@ code. Defaults to '#'.
|
|
|
33200
33231
|
<div class='clearfix'>
|
|
33201
33232
|
|
|
33202
33233
|
|
|
33203
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33234
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L196-L199'>
|
|
33204
33235
|
<span>src/string.extensions.js</span>
|
|
33205
33236
|
</a>
|
|
33206
33237
|
|
|
@@ -33294,7 +33325,7 @@ code. Defaults to '#'.
|
|
|
33294
33325
|
<div class='clearfix'>
|
|
33295
33326
|
|
|
33296
33327
|
|
|
33297
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33328
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L218-L224'>
|
|
33298
33329
|
<span>src/string.extensions.js</span>
|
|
33299
33330
|
</a>
|
|
33300
33331
|
|
|
@@ -33374,7 +33405,7 @@ RGB color code.</p>
|
|
|
33374
33405
|
<div class='clearfix'>
|
|
33375
33406
|
|
|
33376
33407
|
|
|
33377
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33408
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L258-L274'>
|
|
33378
33409
|
<span>src/string.extensions.js</span>
|
|
33379
33410
|
</a>
|
|
33380
33411
|
|
|
@@ -33510,6 +33541,383 @@ random value will be used for that component.
|
|
|
33510
33541
|
|
|
33511
33542
|
|
|
33512
33543
|
|
|
33544
|
+
</section>
|
|
33545
|
+
|
|
33546
|
+
</div>
|
|
33547
|
+
</div>
|
|
33548
|
+
|
|
33549
|
+
<div class='border-bottom' id='stringextensionssgr'>
|
|
33550
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
33551
|
+
<div class="py1 contain">
|
|
33552
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
33553
|
+
<span class='code strong strong truncate'>sgr(message, useModes)</span>
|
|
33554
|
+
</div>
|
|
33555
|
+
</div>
|
|
33556
|
+
<div class="clearfix display-none toggle-target">
|
|
33557
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
33558
|
+
|
|
33559
|
+
|
|
33560
|
+
<div class='clearfix'>
|
|
33561
|
+
|
|
33562
|
+
|
|
33563
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L327-L417'>
|
|
33564
|
+
<span>src/string.extensions.js</span>
|
|
33565
|
+
</a>
|
|
33566
|
+
|
|
33567
|
+
</div>
|
|
33568
|
+
|
|
33569
|
+
|
|
33570
|
+
<p>Applies Select Graphic Rendition (SGR) parameters to a given message for
|
|
33571
|
+
styling in terminal environments. This function allows for the dynamic
|
|
33572
|
+
styling of text output using ANSI escape codes. It supports a variety of
|
|
33573
|
+
modes such as color, brightness, and text decorations like bold or underline.</p>
|
|
33574
|
+
|
|
33575
|
+
<div class='pre p1 fill-light mt0'>sgr(message: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, useModes: ...<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></div>
|
|
33576
|
+
|
|
33577
|
+
|
|
33578
|
+
|
|
33579
|
+
|
|
33580
|
+
|
|
33581
|
+
|
|
33582
|
+
|
|
33583
|
+
|
|
33584
|
+
|
|
33585
|
+
|
|
33586
|
+
|
|
33587
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
33588
|
+
<div class='prose'>
|
|
33589
|
+
|
|
33590
|
+
<div class='space-bottom0'>
|
|
33591
|
+
<div>
|
|
33592
|
+
<span class='code bold'>message</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
|
|
33593
|
+
The message to be styled.
|
|
33594
|
+
|
|
33595
|
+
</div>
|
|
33596
|
+
|
|
33597
|
+
</div>
|
|
33598
|
+
|
|
33599
|
+
<div class='space-bottom0'>
|
|
33600
|
+
<div>
|
|
33601
|
+
<span class='code bold'>useModes</span> <code class='quiet'>(...<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
|
|
33602
|
+
A series of strings representing the desired
|
|
33603
|
+
styling modes. Modes can include colors (e.g., 'red', 'blue'), brightness
|
|
33604
|
+
('bright'), foreground/background ('fg', 'bg'), and text decorations
|
|
33605
|
+
('bold', 'underline'). Modes can be combined in a single string using
|
|
33606
|
+
commas or passed as separate arguments.
|
|
33607
|
+
<p>Colors:</p>
|
|
33608
|
+
<pre><code>'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white'
|
|
33609
|
+
</code></pre>
|
|
33610
|
+
<p>Color Specifiers:</p>
|
|
33611
|
+
<pre><code>'fg' -> foreground | 'bg' -> background | 'bright' -> bright colors
|
|
33612
|
+
</code></pre>
|
|
33613
|
+
<p>Modes:</p>
|
|
33614
|
+
<pre><code>'blink' or 'k' | 'conceal' or 'c' | 'italics' or 'i' | 'strike' or 's'
|
|
33615
|
+
'bold' or 'b' | 'dim' or 'd' | 'negative' or 'n' | 'underline' or 'u'
|
|
33616
|
+
</code></pre>
|
|
33617
|
+
<p>Examples:</p>
|
|
33618
|
+
<ul>
|
|
33619
|
+
<li><code>sgr('Hello', 'red')</code> applies red color to 'Hello'.</li>
|
|
33620
|
+
<li><code>sgr('World', 'green,bold')</code> applies green color and bold styling
|
|
33621
|
+
to 'World'.</li>
|
|
33622
|
+
<li><code>sgr('Example', 'bluebgbright')</code> applies bright blue
|
|
33623
|
+
background color.</li>
|
|
33624
|
+
</ul>
|
|
33625
|
+
<p>Short hand syntax is also allowed:</p>
|
|
33626
|
+
<ul>
|
|
33627
|
+
<li><code>sgr('hello', 'biu')</code> applies bold, italics and underline</li>
|
|
33628
|
+
<li><code>sgr('hello', 'bi,redfg')</code> applies bold, italics and red foreground</li>
|
|
33629
|
+
</ul>
|
|
33630
|
+
<p>As a bonus, there is a secret getter applied to the return string that
|
|
33631
|
+
allows you to invoke <code>sgr(...).show</code> to automatically log the output to
|
|
33632
|
+
<code>console.log</code>. This is done by wrapping the output string in <code>Object()</code>
|
|
33633
|
+
to make it a <code>String</code> instance and then adding the property descriptor.
|
|
33634
|
+
A custom <code>Symbol</code> is applied to make it evaluate in nodejs as though it
|
|
33635
|
+
were a normal string. To strip the extras, wrap the output in <code>String()</code></p>
|
|
33636
|
+
|
|
33637
|
+
</div>
|
|
33638
|
+
|
|
33639
|
+
</div>
|
|
33640
|
+
|
|
33641
|
+
</div>
|
|
33642
|
+
|
|
33643
|
+
|
|
33644
|
+
|
|
33645
|
+
|
|
33646
|
+
|
|
33647
|
+
|
|
33648
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
33649
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>:
|
|
33650
|
+
The message wrapped in ANSI escape codes corresponding
|
|
33651
|
+
to the specified modes. The returned string, when printed to a terminal,
|
|
33652
|
+
displays the styled message. Additional properties are attached to the
|
|
33653
|
+
result for utility purposes, such as 'show' for immediate console output.
|
|
33654
|
+
|
|
33655
|
+
|
|
33656
|
+
|
|
33657
|
+
|
|
33658
|
+
|
|
33659
|
+
|
|
33660
|
+
|
|
33661
|
+
|
|
33662
|
+
|
|
33663
|
+
|
|
33664
|
+
|
|
33665
|
+
|
|
33666
|
+
|
|
33667
|
+
|
|
33668
|
+
|
|
33669
|
+
|
|
33670
|
+
|
|
33671
|
+
|
|
33672
|
+
</section>
|
|
33673
|
+
|
|
33674
|
+
</div>
|
|
33675
|
+
</div>
|
|
33676
|
+
|
|
33677
|
+
<div class='border-bottom' id='stringextensionswrap'>
|
|
33678
|
+
<div class="clearfix small pointer toggle-sibling">
|
|
33679
|
+
<div class="py1 contain">
|
|
33680
|
+
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
33681
|
+
<span class='code strong strong truncate'>wrap(objectOrLines, options, object)</span>
|
|
33682
|
+
</div>
|
|
33683
|
+
</div>
|
|
33684
|
+
<div class="clearfix display-none toggle-target">
|
|
33685
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
33686
|
+
|
|
33687
|
+
|
|
33688
|
+
<div class='clearfix'>
|
|
33689
|
+
|
|
33690
|
+
|
|
33691
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L460-L557'>
|
|
33692
|
+
<span>src/string.extensions.js</span>
|
|
33693
|
+
</a>
|
|
33694
|
+
|
|
33695
|
+
</div>
|
|
33696
|
+
|
|
33697
|
+
|
|
33698
|
+
<p>Wraps an object's properties into a formatted string.</p>
|
|
33699
|
+
<p>This method takes an object and a set of options to format the
|
|
33700
|
+
object's properties into a string. It allows customization of
|
|
33701
|
+
indentation, line endings, maximum line length, and more.</p>
|
|
33702
|
+
|
|
33703
|
+
<div class='pre p1 fill-light mt0'>wrap(objectOrLines: any, options: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>, object: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></div>
|
|
33704
|
+
|
|
33705
|
+
|
|
33706
|
+
|
|
33707
|
+
|
|
33708
|
+
|
|
33709
|
+
|
|
33710
|
+
|
|
33711
|
+
|
|
33712
|
+
|
|
33713
|
+
|
|
33714
|
+
|
|
33715
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
33716
|
+
<div class='prose'>
|
|
33717
|
+
|
|
33718
|
+
<div class='space-bottom0'>
|
|
33719
|
+
<div>
|
|
33720
|
+
<span class='code bold'>objectOrLines</span> <code class='quiet'>(any)</code>
|
|
33721
|
+
|
|
33722
|
+
</div>
|
|
33723
|
+
|
|
33724
|
+
</div>
|
|
33725
|
+
|
|
33726
|
+
<div class='space-bottom0'>
|
|
33727
|
+
<div>
|
|
33728
|
+
<span class='code bold'>options</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
|
|
33729
|
+
= <code>{}</code>)</code>
|
|
33730
|
+
The formatting options.
|
|
33731
|
+
|
|
33732
|
+
</div>
|
|
33733
|
+
|
|
33734
|
+
<table class='mt1 mb2 fixed-table h5 col-12'>
|
|
33735
|
+
<colgroup>
|
|
33736
|
+
<col width='30%' />
|
|
33737
|
+
<col width='70%' />
|
|
33738
|
+
</colgroup>
|
|
33739
|
+
<thead>
|
|
33740
|
+
<tr class='bold fill-light'>
|
|
33741
|
+
<th>Name</th>
|
|
33742
|
+
<th>Description</th>
|
|
33743
|
+
</tr>
|
|
33744
|
+
</thead>
|
|
33745
|
+
<tbody class='mt1'>
|
|
33746
|
+
|
|
33747
|
+
<tr>
|
|
33748
|
+
<td class='break-word'><span class='code bold'>options.indent</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code>
|
|
33749
|
+
|
|
33750
|
+
(default <code>2</code>)
|
|
33751
|
+
</td>
|
|
33752
|
+
<td class='break-word'><span>The number of indentation
|
|
33753
|
+
characters to use.
|
|
33754
|
+
</span></td>
|
|
33755
|
+
</tr>
|
|
33756
|
+
|
|
33757
|
+
|
|
33758
|
+
|
|
33759
|
+
<tr>
|
|
33760
|
+
<td class='break-word'><span class='code bold'>options.indentCharacter</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
|
|
33761
|
+
|
|
33762
|
+
(default <code>' '</code>)
|
|
33763
|
+
</td>
|
|
33764
|
+
<td class='break-word'><span>The character to use
|
|
33765
|
+
for indentation.
|
|
33766
|
+
</span></td>
|
|
33767
|
+
</tr>
|
|
33768
|
+
|
|
33769
|
+
|
|
33770
|
+
|
|
33771
|
+
<tr>
|
|
33772
|
+
<td class='break-word'><span class='code bold'>options.inspector</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></code>
|
|
33773
|
+
|
|
33774
|
+
(default <code>[Object,'getOwnPropertyNames']</code>)
|
|
33775
|
+
</td>
|
|
33776
|
+
<td class='break-word'><span>The inspector to use for retrieving object properties.
|
|
33777
|
+
</span></td>
|
|
33778
|
+
</tr>
|
|
33779
|
+
|
|
33780
|
+
|
|
33781
|
+
|
|
33782
|
+
<tr>
|
|
33783
|
+
<td class='break-word'><span class='code bold'>options.lineEnding</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
|
|
33784
|
+
|
|
33785
|
+
(default <code>'\n'</code>)
|
|
33786
|
+
</td>
|
|
33787
|
+
<td class='break-word'><span>The line ending character.
|
|
33788
|
+
</span></td>
|
|
33789
|
+
</tr>
|
|
33790
|
+
|
|
33791
|
+
|
|
33792
|
+
|
|
33793
|
+
<tr>
|
|
33794
|
+
<td class='break-word'><span class='code bold'>options.maxLen</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code>
|
|
33795
|
+
|
|
33796
|
+
(default <code>78</code>)
|
|
33797
|
+
</td>
|
|
33798
|
+
<td class='break-word'><span>The maximum line length.
|
|
33799
|
+
</span></td>
|
|
33800
|
+
</tr>
|
|
33801
|
+
|
|
33802
|
+
|
|
33803
|
+
|
|
33804
|
+
<tr>
|
|
33805
|
+
<td class='break-word'><span class='code bold'>options.perLine</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a></code>
|
|
33806
|
+
|
|
33807
|
+
(default <code>undefined</code>)
|
|
33808
|
+
</td>
|
|
33809
|
+
<td class='break-word'><span>A function to apply
|
|
33810
|
+
per line of output.
|
|
33811
|
+
</span></td>
|
|
33812
|
+
</tr>
|
|
33813
|
+
|
|
33814
|
+
|
|
33815
|
+
|
|
33816
|
+
<tr>
|
|
33817
|
+
<td class='break-word'><span class='code bold'>options.perLinePerProperty</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a></code>
|
|
33818
|
+
|
|
33819
|
+
(default <code>undefined</code>)
|
|
33820
|
+
</td>
|
|
33821
|
+
<td class='break-word'><span>A function
|
|
33822
|
+
to apply per property per line of output.
|
|
33823
|
+
</span></td>
|
|
33824
|
+
</tr>
|
|
33825
|
+
|
|
33826
|
+
|
|
33827
|
+
|
|
33828
|
+
<tr>
|
|
33829
|
+
<td class='break-word'><span class='code bold'>options.preProcess</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a></code>
|
|
33830
|
+
|
|
33831
|
+
(default <code>undefined</code>)
|
|
33832
|
+
</td>
|
|
33833
|
+
<td class='break-word'><span>A function to
|
|
33834
|
+
preprocess the object's properties.
|
|
33835
|
+
</span></td>
|
|
33836
|
+
</tr>
|
|
33837
|
+
|
|
33838
|
+
|
|
33839
|
+
|
|
33840
|
+
<tr>
|
|
33841
|
+
<td class='break-word'><span class='code bold'>options.preReturn</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a></code>
|
|
33842
|
+
|
|
33843
|
+
(default <code>undefined</code>)
|
|
33844
|
+
</td>
|
|
33845
|
+
<td class='break-word'><span>A function to apply
|
|
33846
|
+
to the final output before returning.
|
|
33847
|
+
</span></td>
|
|
33848
|
+
</tr>
|
|
33849
|
+
|
|
33850
|
+
|
|
33851
|
+
|
|
33852
|
+
<tr>
|
|
33853
|
+
<td class='break-word'><span class='code bold'>options.separator</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
|
|
33854
|
+
|
|
33855
|
+
(default <code>', '</code>)
|
|
33856
|
+
</td>
|
|
33857
|
+
<td class='break-word'><span>The separator to use
|
|
33858
|
+
between properties.
|
|
33859
|
+
</span></td>
|
|
33860
|
+
</tr>
|
|
33861
|
+
|
|
33862
|
+
|
|
33863
|
+
|
|
33864
|
+
</tbody>
|
|
33865
|
+
</table>
|
|
33866
|
+
|
|
33867
|
+
</div>
|
|
33868
|
+
|
|
33869
|
+
<div class='space-bottom0'>
|
|
33870
|
+
<div>
|
|
33871
|
+
<span class='code bold'>object</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
|
|
33872
|
+
= <code>globalThis</code>)</code>
|
|
33873
|
+
The object to wrap.
|
|
33874
|
+
|
|
33875
|
+
</div>
|
|
33876
|
+
|
|
33877
|
+
</div>
|
|
33878
|
+
|
|
33879
|
+
</div>
|
|
33880
|
+
|
|
33881
|
+
|
|
33882
|
+
|
|
33883
|
+
|
|
33884
|
+
|
|
33885
|
+
|
|
33886
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
33887
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>:
|
|
33888
|
+
The formatted string representation of the object.
|
|
33889
|
+
|
|
33890
|
+
|
|
33891
|
+
|
|
33892
|
+
|
|
33893
|
+
|
|
33894
|
+
|
|
33895
|
+
|
|
33896
|
+
|
|
33897
|
+
|
|
33898
|
+
|
|
33899
|
+
<div class='py1 quiet mt1 prose-big'>Example</div>
|
|
33900
|
+
|
|
33901
|
+
|
|
33902
|
+
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> obj = { <span class="hljs-attr">a</span>: <span class="hljs-number">1</span>, <span class="hljs-attr">b</span>: <span class="hljs-number">2</span>, <span class="hljs-attr">c</span>: <span class="hljs-number">3</span> }
|
|
33903
|
+
<span class="hljs-keyword">const</span> wrapped = <span class="hljs-title class_">StringExtensions</span>.<span class="hljs-title function_">wrap</span>(obj, { <span class="hljs-attr">maxLen</span>: <span class="hljs-number">20</span> })
|
|
33904
|
+
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(wrapped)
|
|
33905
|
+
<span class="hljs-comment">// Output:</span>
|
|
33906
|
+
<span class="hljs-comment">// {</span>
|
|
33907
|
+
<span class="hljs-comment">// a: 1,</span>
|
|
33908
|
+
<span class="hljs-comment">// b: 2,</span>
|
|
33909
|
+
<span class="hljs-comment">// c: 3</span>
|
|
33910
|
+
<span class="hljs-comment">// }</span></pre>
|
|
33911
|
+
|
|
33912
|
+
|
|
33913
|
+
|
|
33914
|
+
|
|
33915
|
+
|
|
33916
|
+
|
|
33917
|
+
|
|
33918
|
+
|
|
33919
|
+
|
|
33920
|
+
|
|
33513
33921
|
</section>
|
|
33514
33922
|
|
|
33515
33923
|
</div>
|
|
@@ -33539,7 +33947,7 @@ random value will be used for that component.
|
|
|
33539
33947
|
</h3>
|
|
33540
33948
|
|
|
33541
33949
|
|
|
33542
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
33950
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L593-L595'>
|
|
33543
33951
|
<span>src/string.extensions.js</span>
|
|
33544
33952
|
</a>
|
|
33545
33953
|
|
|
@@ -33611,7 +34019,7 @@ random value will be used for that component.
|
|
|
33611
34019
|
</h3>
|
|
33612
34020
|
|
|
33613
34021
|
|
|
33614
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34022
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L622-L624'>
|
|
33615
34023
|
<span>src/string.extensions.js</span>
|
|
33616
34024
|
</a>
|
|
33617
34025
|
|
|
@@ -33720,7 +34128,7 @@ the
|
|
|
33720
34128
|
</h3>
|
|
33721
34129
|
|
|
33722
34130
|
|
|
33723
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34131
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L642-L644'>
|
|
33724
34132
|
<span>src/string.extensions.js</span>
|
|
33725
34133
|
</a>
|
|
33726
34134
|
|
|
@@ -33791,7 +34199,7 @@ constructor, which takes the string instance as its argument.</p>
|
|
|
33791
34199
|
</h3>
|
|
33792
34200
|
|
|
33793
34201
|
|
|
33794
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34202
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L664-L721'>
|
|
33795
34203
|
<span>src/string.extensions.js</span>
|
|
33796
34204
|
</a>
|
|
33797
34205
|
|
|
@@ -33899,7 +34307,7 @@ as the input offset.
|
|
|
33899
34307
|
</h3>
|
|
33900
34308
|
|
|
33901
34309
|
|
|
33902
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34310
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/string.extensions.js#L574-L723'>
|
|
33903
34311
|
<span>src/string.extensions.js</span>
|
|
33904
34312
|
</a>
|
|
33905
34313
|
|
|
@@ -33961,7 +34369,7 @@ making string manipulation tasks more convenient and expressive.</p>
|
|
|
33961
34369
|
</h3>
|
|
33962
34370
|
|
|
33963
34371
|
|
|
33964
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34372
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L16-L144'>
|
|
33965
34373
|
<span>src/symbol.extensions.js</span>
|
|
33966
34374
|
</a>
|
|
33967
34375
|
|
|
@@ -34002,11 +34410,11 @@ utility functions.</p>
|
|
|
34002
34410
|
<div class='py1 quiet mt1 prose-big'>Static Members</div>
|
|
34003
34411
|
<div class="clearfix">
|
|
34004
34412
|
|
|
34005
|
-
<div class='border-bottom' id='
|
|
34413
|
+
<div class='border-bottom' id='symbolextensionsissymbol'>
|
|
34006
34414
|
<div class="clearfix small pointer toggle-sibling">
|
|
34007
34415
|
<div class="py1 contain">
|
|
34008
34416
|
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
34009
|
-
<span class='code strong strong truncate'>
|
|
34417
|
+
<span class='code strong strong truncate'>isSymbol(value)</span>
|
|
34010
34418
|
</div>
|
|
34011
34419
|
</div>
|
|
34012
34420
|
<div class="clearfix display-none toggle-target">
|
|
@@ -34016,19 +34424,17 @@ utility functions.</p>
|
|
|
34016
34424
|
<div class='clearfix'>
|
|
34017
34425
|
|
|
34018
34426
|
|
|
34019
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34427
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L36-L38'>
|
|
34020
34428
|
<span>src/symbol.extensions.js</span>
|
|
34021
34429
|
</a>
|
|
34022
34430
|
|
|
34023
34431
|
</div>
|
|
34024
34432
|
|
|
34025
34433
|
|
|
34026
|
-
<p>
|
|
34027
|
-
|
|
34028
|
-
name. This method is useful for creating unique symbols that carry
|
|
34029
|
-
additional metadata.</p>
|
|
34434
|
+
<p>The <code>isSymbol</code> method does exactly what one would it expect. It returns
|
|
34435
|
+
true if the string matches typeof or instanceof as a symbol.</p>
|
|
34030
34436
|
|
|
34031
|
-
<div class='pre p1 fill-light mt0'>
|
|
34437
|
+
<div class='pre p1 fill-light mt0'>isSymbol(value: any): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></div>
|
|
34032
34438
|
|
|
34033
34439
|
|
|
34034
34440
|
|
|
@@ -34045,17 +34451,10 @@ additional metadata.</p>
|
|
|
34045
34451
|
|
|
34046
34452
|
<div class='space-bottom0'>
|
|
34047
34453
|
<div>
|
|
34048
|
-
<span class='code bold'>
|
|
34049
|
-
|
|
34050
|
-
|
|
34051
|
-
|
|
34052
|
-
|
|
34053
|
-
</div>
|
|
34054
|
-
|
|
34055
|
-
<div class='space-bottom0'>
|
|
34056
|
-
<div>
|
|
34057
|
-
<span class='code bold'>data</span> <code class='quiet'>(any?)</code>
|
|
34058
|
-
Optional data to be associated with the symbol.
|
|
34454
|
+
<span class='code bold'>value</span> <code class='quiet'>(any)</code>
|
|
34455
|
+
checks to see if the
|
|
34456
|
+
<code>value</code>
|
|
34457
|
+
is a string
|
|
34059
34458
|
|
|
34060
34459
|
</div>
|
|
34061
34460
|
|
|
@@ -34069,9 +34468,13 @@ additional metadata.</p>
|
|
|
34069
34468
|
|
|
34070
34469
|
|
|
34071
34470
|
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34072
|
-
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/
|
|
34073
|
-
|
|
34074
|
-
|
|
34471
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code>:
|
|
34472
|
+
<code>true</code>
|
|
34473
|
+
if it is a
|
|
34474
|
+
<code>Symbol</code>
|
|
34475
|
+
,
|
|
34476
|
+
<code>false</code>
|
|
34477
|
+
otherwise
|
|
34075
34478
|
|
|
34076
34479
|
|
|
34077
34480
|
|
|
@@ -34082,19 +34485,6 @@ provided name and stringified data (if provided).
|
|
|
34082
34485
|
|
|
34083
34486
|
|
|
34084
34487
|
|
|
34085
|
-
<div class='py1 quiet mt1 prose-big'>Example</div>
|
|
34086
|
-
|
|
34087
|
-
|
|
34088
|
-
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> symbolWithData = <span class="hljs-title class_">Symbol</span>.<span class="hljs-title function_">withData</span>(<span class="hljs-string">'mySymbol'</span>, { <span class="hljs-attr">foo</span>: <span class="hljs-string">'bar'</span> })
|
|
34089
|
-
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(symbolWithData.<span class="hljs-title function_">toString</span>())
|
|
34090
|
-
<span class="hljs-comment">// Output: "Symbol(mySymbol {"foo":"bar"})"</span></pre>
|
|
34091
|
-
|
|
34092
|
-
|
|
34093
|
-
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> symbolWithoutData = <span class="hljs-title class_">Symbol</span>.<span class="hljs-title function_">withData</span>(<span class="hljs-string">'mySymbol'</span>)
|
|
34094
|
-
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(symbolWithoutData.<span class="hljs-title function_">toString</span>())
|
|
34095
|
-
<span class="hljs-comment">// Output: "Symbol(mySymbol)"</span></pre>
|
|
34096
|
-
|
|
34097
|
-
|
|
34098
34488
|
|
|
34099
34489
|
|
|
34100
34490
|
|
|
@@ -34108,11 +34498,11 @@ provided name and stringified data (if provided).
|
|
|
34108
34498
|
</div>
|
|
34109
34499
|
</div>
|
|
34110
34500
|
|
|
34111
|
-
<div class='border-bottom' id='
|
|
34501
|
+
<div class='border-bottom' id='symbolextensionsisregistered'>
|
|
34112
34502
|
<div class="clearfix small pointer toggle-sibling">
|
|
34113
34503
|
<div class="py1 contain">
|
|
34114
34504
|
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
34115
|
-
<span class='code strong strong truncate'>
|
|
34505
|
+
<span class='code strong strong truncate'>isRegistered(value, allowOnlySymbols)</span>
|
|
34116
34506
|
</div>
|
|
34117
34507
|
</div>
|
|
34118
34508
|
<div class="clearfix display-none toggle-target">
|
|
@@ -34122,17 +34512,17 @@ provided name and stringified data (if provided).
|
|
|
34122
34512
|
<div class='clearfix'>
|
|
34123
34513
|
|
|
34124
34514
|
|
|
34125
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34515
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L54-L63'>
|
|
34126
34516
|
<span>src/symbol.extensions.js</span>
|
|
34127
34517
|
</a>
|
|
34128
34518
|
|
|
34129
34519
|
</div>
|
|
34130
34520
|
|
|
34131
34521
|
|
|
34132
|
-
<p>
|
|
34133
|
-
|
|
34522
|
+
<p>Returns true if the supplied value is a Symbol created using
|
|
34523
|
+
<code>Symbol.for()</code>.</p>
|
|
34134
34524
|
|
|
34135
|
-
<div class='pre p1 fill-light mt0'>
|
|
34525
|
+
<div class='pre p1 fill-light mt0'>isRegistered(value: any, allowOnlySymbols: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>): any</div>
|
|
34136
34526
|
|
|
34137
34527
|
|
|
34138
34528
|
|
|
@@ -34150,9 +34540,26 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
34150
34540
|
<div class='space-bottom0'>
|
|
34151
34541
|
<div>
|
|
34152
34542
|
<span class='code bold'>value</span> <code class='quiet'>(any)</code>
|
|
34153
|
-
|
|
34154
|
-
|
|
34155
|
-
|
|
34543
|
+
assumption is that the supplied value is of type
|
|
34544
|
+
'symbol' however, unless
|
|
34545
|
+
<code>allowOnlySymbols</code>
|
|
34546
|
+
is set to
|
|
34547
|
+
<code>true</code>
|
|
34548
|
+
,
|
|
34549
|
+
<code>false</code>
|
|
34550
|
+
|
|
34551
|
+
will be returned for any non-symbol values.
|
|
34552
|
+
|
|
34553
|
+
</div>
|
|
34554
|
+
|
|
34555
|
+
</div>
|
|
34556
|
+
|
|
34557
|
+
<div class='space-bottom0'>
|
|
34558
|
+
<div>
|
|
34559
|
+
<span class='code bold'>allowOnlySymbols</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
|
|
34560
|
+
= <code>false</code>)</code>
|
|
34561
|
+
true if an error should be thrown
|
|
34562
|
+
if the supplied value is not of type 'symbol'
|
|
34156
34563
|
|
|
34157
34564
|
</div>
|
|
34158
34565
|
|
|
@@ -34166,13 +34573,16 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
34166
34573
|
|
|
34167
34574
|
|
|
34168
34575
|
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34169
|
-
<code
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
<code>
|
|
34576
|
+
<code>any</code>:
|
|
34577
|
+
true if the symbol is registered, meaning, none of the spec
|
|
34578
|
+
static symbols (
|
|
34579
|
+
<code>toStringTag</code>
|
|
34173
34580
|
,
|
|
34174
|
-
<code>
|
|
34175
|
-
|
|
34581
|
+
<code>iterator</code>
|
|
34582
|
+
, etc...), and no symbols
|
|
34583
|
+
created by passing a value directly to the Symbol function, such as
|
|
34584
|
+
|
|
34585
|
+
<code>Symbol('name')</code>
|
|
34176
34586
|
|
|
34177
34587
|
|
|
34178
34588
|
|
|
@@ -34196,11 +34606,11 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
34196
34606
|
</div>
|
|
34197
34607
|
</div>
|
|
34198
34608
|
|
|
34199
|
-
<div class='border-bottom' id='
|
|
34609
|
+
<div class='border-bottom' id='symbolextensionsisnonregistered'>
|
|
34200
34610
|
<div class="clearfix small pointer toggle-sibling">
|
|
34201
34611
|
<div class="py1 contain">
|
|
34202
34612
|
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
34203
|
-
<span class='code strong strong truncate'>
|
|
34613
|
+
<span class='code strong strong truncate'>isNonRegistered(value, allowOnlySymbols)</span>
|
|
34204
34614
|
</div>
|
|
34205
34615
|
</div>
|
|
34206
34616
|
<div class="clearfix display-none toggle-target">
|
|
@@ -34210,17 +34620,19 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
34210
34620
|
<div class='clearfix'>
|
|
34211
34621
|
|
|
34212
34622
|
|
|
34213
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34623
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L83-L85'>
|
|
34214
34624
|
<span>src/symbol.extensions.js</span>
|
|
34215
34625
|
</a>
|
|
34216
34626
|
|
|
34217
34627
|
</div>
|
|
34218
34628
|
|
|
34219
34629
|
|
|
34220
|
-
<p>
|
|
34221
|
-
<code>
|
|
34630
|
+
<p>A function that returns true if the symbol is not registered, meaning,
|
|
34631
|
+
any of the spec static symbols (<code>toStringTag</code>, <code>iterator</code>, etc...), and
|
|
34632
|
+
any symbols created by passing a value directly to the <code>Symbol</code> function,
|
|
34633
|
+
such as <code>Symbol('name')</code>.</p>
|
|
34222
34634
|
|
|
34223
|
-
<div class='pre p1 fill-light mt0'>
|
|
34635
|
+
<div class='pre p1 fill-light mt0'>isNonRegistered(value: any, allowOnlySymbols: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>): any</div>
|
|
34224
34636
|
|
|
34225
34637
|
|
|
34226
34638
|
|
|
@@ -34239,14 +34651,8 @@ true if the string matches typeof or instanceof as a symbol.</p>
|
|
|
34239
34651
|
<div>
|
|
34240
34652
|
<span class='code bold'>value</span> <code class='quiet'>(any)</code>
|
|
34241
34653
|
assumption is that the supplied value is of type
|
|
34242
|
-
'symbol' however, unless
|
|
34243
|
-
|
|
34244
|
-
is set to
|
|
34245
|
-
<code>true</code>
|
|
34246
|
-
,
|
|
34247
|
-
<code>false</code>
|
|
34248
|
-
|
|
34249
|
-
will be returned for any non-symbol values.
|
|
34654
|
+
'symbol' however, unless allowOnlySymbols is set to true, false will
|
|
34655
|
+
be returned for any non-symbol values.
|
|
34250
34656
|
|
|
34251
34657
|
</div>
|
|
34252
34658
|
|
|
@@ -34272,18 +34678,34 @@ if the supplied value is not of type 'symbol'
|
|
|
34272
34678
|
|
|
34273
34679
|
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34274
34680
|
<code>any</code>:
|
|
34275
|
-
true if the symbol is registered, meaning,
|
|
34276
|
-
static symbols (
|
|
34681
|
+
true if the symbol is not registered, meaning, any of the
|
|
34682
|
+
spec static symbols (
|
|
34277
34683
|
<code>toStringTag</code>
|
|
34278
34684
|
,
|
|
34279
34685
|
<code>iterator</code>
|
|
34280
|
-
, etc...), and
|
|
34281
|
-
created by passing a value directly to the
|
|
34686
|
+
, etc...), and any symbols
|
|
34687
|
+
created by passing a value directly to the
|
|
34688
|
+
<code>Symbol</code>
|
|
34689
|
+
function, such as
|
|
34282
34690
|
|
|
34283
34691
|
<code>Symbol('name')</code>
|
|
34284
34692
|
|
|
34285
34693
|
|
|
34286
34694
|
|
|
34695
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34696
|
+
<code>any</code>:
|
|
34697
|
+
true if the
|
|
34698
|
+
<code>value</code>
|
|
34699
|
+
in question is both a
|
|
34700
|
+
<code>symbol</code>
|
|
34701
|
+
and has
|
|
34702
|
+
returns
|
|
34703
|
+
<code>undefined</code>
|
|
34704
|
+
if passed to
|
|
34705
|
+
<code>Symbol.keyFor</code>
|
|
34706
|
+
|
|
34707
|
+
|
|
34708
|
+
|
|
34287
34709
|
|
|
34288
34710
|
|
|
34289
34711
|
|
|
@@ -34304,11 +34726,11 @@ created by passing a value directly to the Symbol function, such as
|
|
|
34304
34726
|
</div>
|
|
34305
34727
|
</div>
|
|
34306
34728
|
|
|
34307
|
-
<div class='border-bottom' id='
|
|
34729
|
+
<div class='border-bottom' id='symbolextensionskeys'>
|
|
34308
34730
|
<div class="clearfix small pointer toggle-sibling">
|
|
34309
34731
|
<div class="py1 contain">
|
|
34310
34732
|
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
34311
|
-
<span class='code strong strong truncate'>
|
|
34733
|
+
<span class='code strong strong truncate'>keys</span>
|
|
34312
34734
|
</div>
|
|
34313
34735
|
</div>
|
|
34314
34736
|
<div class="clearfix display-none toggle-target">
|
|
@@ -34318,19 +34740,24 @@ created by passing a value directly to the Symbol function, such as
|
|
|
34318
34740
|
<div class='clearfix'>
|
|
34319
34741
|
|
|
34320
34742
|
|
|
34321
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34743
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L112-L112'>
|
|
34322
34744
|
<span>src/symbol.extensions.js</span>
|
|
34323
34745
|
</a>
|
|
34324
34746
|
|
|
34325
34747
|
</div>
|
|
34326
34748
|
|
|
34327
34749
|
|
|
34328
|
-
<p>
|
|
34329
|
-
|
|
34330
|
-
|
|
34331
|
-
|
|
34750
|
+
<p><code>keys</code> is an instance of the <code>Symkeys</code> class, initialized with the
|
|
34751
|
+
domain 'nejs'. The <code>Symkeys</code> class provides a way to easily generate
|
|
34752
|
+
Symbol.for elements that follow particular pattern. Symkeys also
|
|
34753
|
+
allows associated data storage with each generated key.</p>
|
|
34332
34754
|
|
|
34333
|
-
<div class='pre p1 fill-light mt0'>
|
|
34755
|
+
<div class='pre p1 fill-light mt0'>keys</div>
|
|
34756
|
+
|
|
34757
|
+
<p>
|
|
34758
|
+
Type:
|
|
34759
|
+
<a href="#symkeys">Symkeys</a>
|
|
34760
|
+
</p>
|
|
34334
34761
|
|
|
34335
34762
|
|
|
34336
34763
|
|
|
@@ -34342,65 +34769,16 @@ such as <code>Symbol('name')</code>.</p>
|
|
|
34342
34769
|
|
|
34343
34770
|
|
|
34344
34771
|
|
|
34345
|
-
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
34346
|
-
<div class='prose'>
|
|
34347
|
-
|
|
34348
|
-
<div class='space-bottom0'>
|
|
34349
|
-
<div>
|
|
34350
|
-
<span class='code bold'>value</span> <code class='quiet'>(any)</code>
|
|
34351
|
-
assumption is that the supplied value is of type
|
|
34352
|
-
'symbol' however, unless allowOnlySymbols is set to true, false will
|
|
34353
|
-
be returned for any non-symbol values.
|
|
34354
34772
|
|
|
34355
|
-
</div>
|
|
34356
|
-
|
|
34357
|
-
</div>
|
|
34358
|
-
|
|
34359
|
-
<div class='space-bottom0'>
|
|
34360
|
-
<div>
|
|
34361
|
-
<span class='code bold'>allowOnlySymbols</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
|
|
34362
|
-
= <code>false</code>)</code>
|
|
34363
|
-
true if an error should be thrown
|
|
34364
|
-
if the supplied value is not of type 'symbol'
|
|
34365
|
-
|
|
34366
|
-
</div>
|
|
34367
|
-
|
|
34368
|
-
</div>
|
|
34369
|
-
|
|
34370
|
-
</div>
|
|
34371
34773
|
|
|
34372
34774
|
|
|
34373
34775
|
|
|
34374
34776
|
|
|
34375
34777
|
|
|
34778
|
+
<div class='py1 quiet mt1 prose-big'>Related</div>
|
|
34376
34779
|
|
|
34377
|
-
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34378
|
-
<code>any</code>:
|
|
34379
|
-
true if the symbol is not registered, meaning, any of the
|
|
34380
|
-
spec static symbols (
|
|
34381
|
-
<code>toStringTag</code>
|
|
34382
|
-
,
|
|
34383
|
-
<code>iterator</code>
|
|
34384
|
-
, etc...), and any symbols
|
|
34385
|
-
created by passing a value directly to the
|
|
34386
|
-
<code>Symbol</code>
|
|
34387
|
-
function, such as
|
|
34388
|
-
|
|
34389
|
-
<code>Symbol('name')</code>
|
|
34390
|
-
|
|
34391
34780
|
|
|
34392
|
-
|
|
34393
|
-
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34394
|
-
<code>any</code>:
|
|
34395
|
-
true if the
|
|
34396
|
-
<code>value</code>
|
|
34397
|
-
in question is both a
|
|
34398
|
-
<code>symbol</code>
|
|
34399
|
-
and has
|
|
34400
|
-
returns
|
|
34401
|
-
<code>undefined</code>
|
|
34402
|
-
if passed to
|
|
34403
|
-
<code>Symbol.keyFor</code>
|
|
34781
|
+
<a href="SymKeys">SymKeys</a>
|
|
34404
34782
|
|
|
34405
34783
|
|
|
34406
34784
|
|
|
@@ -34409,7 +34787,25 @@ returns
|
|
|
34409
34787
|
|
|
34410
34788
|
|
|
34411
34789
|
|
|
34790
|
+
<div class='py1 quiet mt1 prose-big'>Example</div>
|
|
34791
|
+
|
|
34792
|
+
|
|
34793
|
+
<pre class='p1 overflow-auto round fill-light'><span class="hljs-comment">// Returns something like Symbol.for('@nejs.prototype #rwiy2o905d')</span>
|
|
34794
|
+
<span class="hljs-keyword">const</span> kOriginal = <span class="hljs-title class_">Symbol</span>.<span class="hljs-property">keys</span>.<span class="hljs-title function_">add</span>(<span class="hljs-string">'prototypes'</span>)
|
|
34412
34795
|
|
|
34796
|
+
<span class="hljs-comment">// Which can be used to retrieve and fetch data associated with that key</span>
|
|
34797
|
+
<span class="hljs-comment">// The value stored is an array by default, but can be anything. It can</span>
|
|
34798
|
+
<span class="hljs-comment">// be accessed one property at a time</span>
|
|
34799
|
+
<span class="hljs-title class_">Symbol</span>.<span class="hljs-property">keys</span>[kOriginal].<span class="hljs-property">original</span> = <span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>
|
|
34800
|
+
<span class="hljs-title class_">Symbol</span>.<span class="hljs-property">keys</span>[kOriginal].<span class="hljs-property">modified</span> = <span class="hljs-title class_">Object</span>.<span class="hljs-title function_">create</span>(<span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>, ...)
|
|
34801
|
+
|
|
34802
|
+
<span class="hljs-comment">// Or wholesale replaced</span>
|
|
34803
|
+
<span class="hljs-title class_">Symbol</span>.<span class="hljs-property">keys</span>[kOriginal] = [<span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>, <span class="hljs-title class_">Array</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>]
|
|
34804
|
+
|
|
34805
|
+
<span class="hljs-comment">// But if all Symbol Extensions are in place, including prototype add-ons</span>
|
|
34806
|
+
kOriginal.<span class="hljs-property">data</span>.<span class="hljs-property">original</span> = <span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span> <span class="hljs-comment">// ...and...</span>
|
|
34807
|
+
kOriginal.<span class="hljs-property">data</span> = [<span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>, <span class="hljs-title class_">Array</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>] <span class="hljs-comment">// ...both work</span></pre>
|
|
34808
|
+
|
|
34413
34809
|
|
|
34414
34810
|
|
|
34415
34811
|
|
|
@@ -34424,11 +34820,11 @@ returns
|
|
|
34424
34820
|
</div>
|
|
34425
34821
|
</div>
|
|
34426
34822
|
|
|
34427
|
-
<div class='border-bottom' id='
|
|
34823
|
+
<div class='border-bottom' id='symbolextensionswithdata'>
|
|
34428
34824
|
<div class="clearfix small pointer toggle-sibling">
|
|
34429
34825
|
<div class="py1 contain">
|
|
34430
34826
|
<a class='icon pin-right py1 dark-link caret-right'>▸</a>
|
|
34431
|
-
<span class='code strong strong truncate'>
|
|
34827
|
+
<span class='code strong strong truncate'>withData(name, data?)</span>
|
|
34432
34828
|
</div>
|
|
34433
34829
|
</div>
|
|
34434
34830
|
<div class="clearfix display-none toggle-target">
|
|
@@ -34438,24 +34834,19 @@ returns
|
|
|
34438
34834
|
<div class='clearfix'>
|
|
34439
34835
|
|
|
34440
34836
|
|
|
34441
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34837
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L139-L143'>
|
|
34442
34838
|
<span>src/symbol.extensions.js</span>
|
|
34443
34839
|
</a>
|
|
34444
34840
|
|
|
34445
34841
|
</div>
|
|
34446
34842
|
|
|
34447
34843
|
|
|
34448
|
-
<p
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34844
|
+
<p>Creates a new Symbol with the given name and optional data. If data
|
|
34845
|
+
is provided, it will be stringified and appended to the symbol's
|
|
34846
|
+
name. This method is useful for creating unique symbols that carry
|
|
34847
|
+
additional metadata.</p>
|
|
34452
34848
|
|
|
34453
|
-
<div class='pre p1 fill-light mt0'>
|
|
34454
|
-
|
|
34455
|
-
<p>
|
|
34456
|
-
Type:
|
|
34457
|
-
<a href="#symkeys">Symkeys</a>
|
|
34458
|
-
</p>
|
|
34849
|
+
<div class='pre p1 fill-light mt0'>withData(name: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, data: any?): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a></div>
|
|
34459
34850
|
|
|
34460
34851
|
|
|
34461
34852
|
|
|
@@ -34467,16 +34858,38 @@ allows associated data storage with each generated key.</p>
|
|
|
34467
34858
|
|
|
34468
34859
|
|
|
34469
34860
|
|
|
34861
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
34862
|
+
<div class='prose'>
|
|
34863
|
+
|
|
34864
|
+
<div class='space-bottom0'>
|
|
34865
|
+
<div>
|
|
34866
|
+
<span class='code bold'>name</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
|
|
34867
|
+
The name of the symbol.
|
|
34868
|
+
|
|
34869
|
+
</div>
|
|
34870
|
+
|
|
34871
|
+
</div>
|
|
34872
|
+
|
|
34873
|
+
<div class='space-bottom0'>
|
|
34874
|
+
<div>
|
|
34875
|
+
<span class='code bold'>data</span> <code class='quiet'>(any?)</code>
|
|
34876
|
+
Optional data to be associated with the symbol.
|
|
34470
34877
|
|
|
34878
|
+
</div>
|
|
34879
|
+
|
|
34880
|
+
</div>
|
|
34881
|
+
|
|
34882
|
+
</div>
|
|
34471
34883
|
|
|
34472
34884
|
|
|
34473
34885
|
|
|
34474
34886
|
|
|
34475
34887
|
|
|
34476
|
-
<div class='py1 quiet mt1 prose-big'>Related</div>
|
|
34477
34888
|
|
|
34478
|
-
|
|
34479
|
-
|
|
34889
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
34890
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbol</a></code>:
|
|
34891
|
+
A new symbol created with Symbol.for(), using the
|
|
34892
|
+
provided name and stringified data (if provided).
|
|
34480
34893
|
|
|
34481
34894
|
|
|
34482
34895
|
|
|
@@ -34485,24 +34898,19 @@ allows associated data storage with each generated key.</p>
|
|
|
34485
34898
|
|
|
34486
34899
|
|
|
34487
34900
|
|
|
34901
|
+
|
|
34902
|
+
|
|
34488
34903
|
<div class='py1 quiet mt1 prose-big'>Example</div>
|
|
34489
34904
|
|
|
34490
34905
|
|
|
34491
|
-
<pre class='p1 overflow-auto round fill-light'><span class="hljs-
|
|
34492
|
-
<span class="hljs-
|
|
34493
|
-
|
|
34494
|
-
|
|
34495
|
-
|
|
34496
|
-
<span class="hljs-
|
|
34497
|
-
<span class="hljs-
|
|
34498
|
-
<span class="hljs-
|
|
34499
|
-
|
|
34500
|
-
<span class="hljs-comment">// Or wholesale replaced</span>
|
|
34501
|
-
<span class="hljs-title class_">Symbol</span>.<span class="hljs-property">keys</span>[kOriginal] = [<span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>, <span class="hljs-title class_">Array</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>]
|
|
34502
|
-
|
|
34503
|
-
<span class="hljs-comment">// But if all Symbol Extensions are in place, including prototype add-ons</span>
|
|
34504
|
-
kOriginal.<span class="hljs-property">data</span>.<span class="hljs-property">original</span> = <span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span> <span class="hljs-comment">// ...and...</span>
|
|
34505
|
-
kOriginal.<span class="hljs-property">data</span> = [<span class="hljs-title class_">Object</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>, <span class="hljs-title class_">Array</span>.<span class="hljs-property"><span class="hljs-keyword">prototype</span></span>] <span class="hljs-comment">// ...both work</span></pre>
|
|
34906
|
+
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> symbolWithData = <span class="hljs-title class_">Symbol</span>.<span class="hljs-title function_">withData</span>(<span class="hljs-string">'mySymbol'</span>, { <span class="hljs-attr">foo</span>: <span class="hljs-string">'bar'</span> })
|
|
34907
|
+
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(symbolWithData.<span class="hljs-title function_">toString</span>())
|
|
34908
|
+
<span class="hljs-comment">// Output: "Symbol(mySymbol {"foo":"bar"})"</span></pre>
|
|
34909
|
+
|
|
34910
|
+
|
|
34911
|
+
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> symbolWithoutData = <span class="hljs-title class_">Symbol</span>.<span class="hljs-title function_">withData</span>(<span class="hljs-string">'mySymbol'</span>)
|
|
34912
|
+
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(symbolWithoutData.<span class="hljs-title function_">toString</span>())
|
|
34913
|
+
<span class="hljs-comment">// Output: "Symbol(mySymbol)"</span></pre>
|
|
34506
34914
|
|
|
34507
34915
|
|
|
34508
34916
|
|
|
@@ -34542,7 +34950,7 @@ kOriginal.<span class="hljs-property">data</span> = [<span class="hljs-title cla
|
|
|
34542
34950
|
</h3>
|
|
34543
34951
|
|
|
34544
34952
|
|
|
34545
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
34953
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L164-L166'>
|
|
34546
34954
|
<span>src/symbol.extensions.js</span>
|
|
34547
34955
|
</a>
|
|
34548
34956
|
|
|
@@ -34613,7 +35021,7 @@ which takes the symbol instance as its argument.</p>
|
|
|
34613
35021
|
</h3>
|
|
34614
35022
|
|
|
34615
35023
|
|
|
34616
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
35024
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L206-L231'>
|
|
34617
35025
|
<span>src/symbol.extensions.js</span>
|
|
34618
35026
|
</a>
|
|
34619
35027
|
|
|
@@ -34703,7 +35111,7 @@ returns undefined.</p>
|
|
|
34703
35111
|
</h3>
|
|
34704
35112
|
|
|
34705
35113
|
|
|
34706
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
35114
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L272-L276'>
|
|
34707
35115
|
<span>src/symbol.extensions.js</span>
|
|
34708
35116
|
</a>
|
|
34709
35117
|
|
|
@@ -34813,7 +35221,7 @@ symWithData.<span class="hljs-property">data</span> = { <span class="hljs-attr">
|
|
|
34813
35221
|
</h3>
|
|
34814
35222
|
|
|
34815
35223
|
|
|
34816
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
35224
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L296-L298'>
|
|
34817
35225
|
<span>src/symbol.extensions.js</span>
|
|
34818
35226
|
</a>
|
|
34819
35227
|
|
|
@@ -34875,6 +35283,118 @@ JSON, false otherwise.
|
|
|
34875
35283
|
|
|
34876
35284
|
|
|
34877
35285
|
|
|
35286
|
+
</section>
|
|
35287
|
+
|
|
35288
|
+
|
|
35289
|
+
|
|
35290
|
+
|
|
35291
|
+
<section class='p2 mb2 clearfix bg-white minishadow'>
|
|
35292
|
+
|
|
35293
|
+
|
|
35294
|
+
<div class='clearfix'>
|
|
35295
|
+
|
|
35296
|
+
<h3 class='fl m0' id='for-1'>
|
|
35297
|
+
for
|
|
35298
|
+
</h3>
|
|
35299
|
+
|
|
35300
|
+
|
|
35301
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/symbol.extensions.js#L358-L387'>
|
|
35302
|
+
<span>src/symbol.extensions.js</span>
|
|
35303
|
+
</a>
|
|
35304
|
+
|
|
35305
|
+
</div>
|
|
35306
|
+
|
|
35307
|
+
|
|
35308
|
+
<p>Custom inspect method for Node.js util.inspect.</p>
|
|
35309
|
+
<p>NOTE: this will only apply if looking at an instance of Symbol,
|
|
35310
|
+
sadly; {@see SymbolPrototypeExtensions.instance}</p>
|
|
35311
|
+
<p>This method is used by Node.js util.inspect to provide a custom
|
|
35312
|
+
representation of the symbol when inspected. It checks if the
|
|
35313
|
+
symbol's description might contain JSON data and if so, it
|
|
35314
|
+
truncates the JSON data in the description to a maximum of 30
|
|
35315
|
+
characters and formats the output with colors using the <code>sgr</code>
|
|
35316
|
+
function from the <code>String</code> object.</p>
|
|
35317
|
+
|
|
35318
|
+
<div class='pre p1 fill-light mt0'>for(depth: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, options: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>, inspect: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></div>
|
|
35319
|
+
|
|
35320
|
+
|
|
35321
|
+
|
|
35322
|
+
|
|
35323
|
+
|
|
35324
|
+
|
|
35325
|
+
|
|
35326
|
+
|
|
35327
|
+
|
|
35328
|
+
|
|
35329
|
+
|
|
35330
|
+
<div class='py1 quiet mt1 prose-big'>Parameters</div>
|
|
35331
|
+
<div class='prose'>
|
|
35332
|
+
|
|
35333
|
+
<div class='space-bottom0'>
|
|
35334
|
+
<div>
|
|
35335
|
+
<span class='code bold'>depth</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>)</code>
|
|
35336
|
+
The current depth of the recursive
|
|
35337
|
+
inspection.
|
|
35338
|
+
|
|
35339
|
+
</div>
|
|
35340
|
+
|
|
35341
|
+
</div>
|
|
35342
|
+
|
|
35343
|
+
<div class='space-bottom0'>
|
|
35344
|
+
<div>
|
|
35345
|
+
<span class='code bold'>options</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
|
|
35346
|
+
The options object passed to
|
|
35347
|
+
util.inspect.
|
|
35348
|
+
|
|
35349
|
+
</div>
|
|
35350
|
+
|
|
35351
|
+
</div>
|
|
35352
|
+
|
|
35353
|
+
<div class='space-bottom0'>
|
|
35354
|
+
<div>
|
|
35355
|
+
<span class='code bold'>inspect</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function">Function</a>)</code>
|
|
35356
|
+
The original util.inspect function.
|
|
35357
|
+
|
|
35358
|
+
</div>
|
|
35359
|
+
|
|
35360
|
+
</div>
|
|
35361
|
+
|
|
35362
|
+
</div>
|
|
35363
|
+
|
|
35364
|
+
|
|
35365
|
+
|
|
35366
|
+
|
|
35367
|
+
|
|
35368
|
+
|
|
35369
|
+
<div class='py1 quiet mt1 prose-big'>Returns</div>
|
|
35370
|
+
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>:
|
|
35371
|
+
The formatted representation of the symbol.
|
|
35372
|
+
|
|
35373
|
+
|
|
35374
|
+
|
|
35375
|
+
|
|
35376
|
+
|
|
35377
|
+
|
|
35378
|
+
|
|
35379
|
+
|
|
35380
|
+
|
|
35381
|
+
|
|
35382
|
+
<div class='py1 quiet mt1 prose-big'>Example</div>
|
|
35383
|
+
|
|
35384
|
+
|
|
35385
|
+
<pre class='p1 overflow-auto round fill-light'><span class="hljs-keyword">const</span> sym = <span class="hljs-title class_">Symbol</span>.<span class="hljs-title function_">for</span>(<span class="hljs-string">'fun {"name":"John Doe"}'</span>)
|
|
35386
|
+
<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(util.<span class="hljs-title function_">inspect</span>(sym))
|
|
35387
|
+
<span class="hljs-comment">// Output: Symbol.for(fun {"name":"John ...hn Doe"})</span></pre>
|
|
35388
|
+
|
|
35389
|
+
|
|
35390
|
+
|
|
35391
|
+
|
|
35392
|
+
|
|
35393
|
+
|
|
35394
|
+
|
|
35395
|
+
|
|
35396
|
+
|
|
35397
|
+
|
|
34878
35398
|
</section>
|
|
34879
35399
|
|
|
34880
35400
|
|
|
@@ -34890,7 +35410,7 @@ JSON, false otherwise.
|
|
|
34890
35410
|
</h3>
|
|
34891
35411
|
|
|
34892
35412
|
|
|
34893
|
-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/
|
|
35413
|
+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/nyteshade/ne-basic-extensions/blob/67e54d2337917b659212416d630af06f90415550/src/weakref.extensions.js#L11-L17'>
|
|
34894
35414
|
<span>src/weakref.extensions.js</span>
|
|
34895
35415
|
</a>
|
|
34896
35416
|
|