mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibJS: Move join_args() in Interpreter
It can be useful outside of Runtime/ConsoleObject.cpp. join_args() => Interpreter::join_arguments()
This commit is contained in:
parent
046f9cf115
commit
73bead5ae9
Notes:
sideshowbarker
2024-07-19 06:59:02 +09:00
Author: https://github.com/emanuele6
Commit: 73bead5ae9
Pull-request: https://github.com/SerenityOS/serenity/pull/2098
Reviewed-by: https://github.com/awesomekling
3 changed files with 20 additions and 17 deletions
|
@ -166,6 +166,8 @@ public:
|
|||
|
||||
Console& console() { return m_console; }
|
||||
|
||||
String join_arguments();
|
||||
|
||||
private:
|
||||
Interpreter();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue