1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

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
parent c756585deb
commit 1f4437ff2b
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();