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:
parent
c756585deb
commit
1f4437ff2b
2 changed files with 0 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue