]> Lady’s Gitweb - Pisces/commit
Define names and lengths for iterator functions
authorLady <redacted>
Thu, 24 Jul 2025 03:35:47 +0000 (23:35 -0400)
committerLady <redacted>
Thu, 24 Jul 2025 04:23:06 +0000 (00:23 -0400)
commitd8b8bf6b37eb780a98bca3be06d2d98df4c83691
treebff1be94b8ef8528a7a7af755b55fea1060fa5a4
parente7f1624844b6bb27626d982ac046fddf68845136
Define names and lengths for iterator functions

Iterator function generators had names, but the functions they
generated did not. Now they do, following the general conventions of
existing functions like `Array::[Symbol.iterator]` (not that these
_particularly_ make sense). Their lengths were already 1 and they were
already not constructable, but this is now tested.

Also, minor changes to documentation, ⁊·c.
iterable.js
iterable.test.js
This page took 0.204635 seconds and 4 git commands to generate.