mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibJS+js: Move the value print implementation to LibJS
And make it capable of printing to any Core::Stream. This is useful on its own and can be used in a number of places, so move it out and make it available as JS::print().
This commit is contained in:
parent
af511a64cd
commit
84502f53b5
4 changed files with 1113 additions and 994 deletions
|
@ -32,6 +32,7 @@ set(SOURCES
|
|||
Module.cpp
|
||||
Parser.cpp
|
||||
ParserError.cpp
|
||||
Print.cpp
|
||||
Runtime/AbstractOperations.cpp
|
||||
Runtime/AggregateError.cpp
|
||||
Runtime/AggregateErrorConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue