summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Console.h
AgeCommit message (Expand)Author
2020-05-05LibJS: Implement ConsoleClientEmanuele Torre
2020-05-05LibJS: Add some helpers and use them to re-implement Console functionsEmanuele Torre
2020-05-05LibJS: Re-implement console functions as wrappers around Console methodsEmanuele Torre
2020-05-05LibJS: Remove ConsoleMessage from LibJSEmanuele Torre
2020-05-02LibJS: Add ConsoleMessage conceptEmanuele Torre
2020-05-02LibJS: Implement ConsoleObject::count() as a Console::count() wrapperEmanuele Torre
2020-05-02LibJS: Start implementing a Console class for the interpreterEmanuele Torre