added set methods (bnoordhuis)

This commit is contained in:
Fabrice Bellard
2025-09-20 12:19:50 +02:00
parent de4d3927b8
commit a1e073e444
3 changed files with 614 additions and 13 deletions

View File

@@ -78,6 +78,8 @@ DEF(await, "await")
/* empty string */
DEF(empty_string, "")
/* identifiers */
DEF(keys, "keys")
DEF(size, "size")
DEF(length, "length")
DEF(fileName, "fileName")
DEF(lineNumber, "lineNumber")