mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:15:07 +00:00
![]() This changes the remaining uses of the following functions across LibJS: - String::format() => String::formatted() - dbg() => dbgln() - printf() => out(), outln() - fprintf() => warnln() I also removed the relevant 'LogStream& operator<<' overloads as they're not needed anymore. |
||
---|---|---|
.. | ||
Allocator.cpp | ||
Allocator.h | ||
DeferGC.h | ||
Handle.cpp | ||
Handle.h | ||
Heap.cpp | ||
Heap.h | ||
HeapBlock.cpp | ||
HeapBlock.h |