LibJS: Remove unused VM::join_arguments() function

The last uses of this were removed in ff5e07d.
This commit is contained in:
Linus Groh 2022-12-06 23:45:24 +00:00
commit 1f4437ff2b
Notes: sideshowbarker 2024-07-17 03:42:23 +09:00
2 changed files with 0 additions and 13 deletions

View file

@ -184,8 +184,6 @@ public:
Value construct(FunctionObject&, FunctionObject& new_target, Optional<MarkedVector<Value>> arguments);
DeprecatedString join_arguments(size_t start_index = 0) const;
Value get_new_target();
Object& get_global_object();