mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
LibJS: Start implementing a Console class for the interpreter
The goal is to start factoring out core ConsoleObject functionality and to make ConsoleObject only a JS wrapper around Console.
This commit is contained in:
parent
745b0b27fd
commit
2e92c2e5e1
Notes:
sideshowbarker
2024-07-19 07:07:05 +09:00
Author: https://github.com/emanuele6
Commit: 2e92c2e5e1
Pull-request: https://github.com/SerenityOS/serenity/pull/2049
6 changed files with 95 additions and 4 deletions
|
@ -41,6 +41,7 @@ namespace JS {
|
|||
|
||||
Interpreter::Interpreter()
|
||||
: m_heap(*this)
|
||||
, m_console(*this)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue