remove arguments object

This commit is contained in:
2025-06-18 13:24:22 -05:00
parent 7f002e306d
commit 458215f838
4 changed files with 35 additions and 303 deletions

View File

@@ -110,7 +110,6 @@ DEF(object, "object")
DEF(symbol, "symbol")
DEF(integer, "integer")
DEF(unknown, "unknown")
DEF(arguments, "arguments")
DEF(callee, "callee")
DEF(caller, "caller")
DEF(_eval_, "<eval>")
@@ -198,7 +197,6 @@ DEF(Number, "Number")
DEF(String, "String")
DEF(Boolean, "Boolean")
DEF(Symbol, "Symbol")
DEF(Arguments, "Arguments")
DEF(Math, "Math")
DEF(JSON, "JSON")
DEF(Date, "Date")