From: Lady Date: Sun, 27 Jul 2025 18:26:41 +0000 (-0400) Subject: Move index string functions back into value.js X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/ea0c5228a40540f4e3263f303b22f94df29abeaa?ds=sidebyside;hp=ea0c5228a40540f4e3263f303b22f94df29abeaa 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. ---