]> Lady’s Gitweb - Pisces/commit
Move index string functions back into value.js
authorLady <redacted>
Sun, 27 Jul 2025 18:26:41 +0000 (14:26 -0400)
committerLady <redacted>
Sun, 27 Jul 2025 18:26:41 +0000 (14:26 -0400)
commitea0c5228a40540f4e3263f303b22f94df29abeaa
tree1a615a66639ccd811913e57ce0546d1b911f1779
parent2e6fac40384b2e17dd3a6b8700abc787b0b57479
Move index string functions back into value.js

While index strings are always strings, really they are special kinds
of values, and `canonicalNumericIndexString` notably does not return a
string but rather a number or undefined. Since `toLength` needs to be
in `value.js`, and these functions are very similar in function and
applicability, it seems best to keep them in the same place.
string.js
string.test.js
value.js
value.test.js
This page took 0.022364 seconds and 4 git commands to generate.