summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Console.cpp
AgeCommit message (Expand)Author
2020-11-07LibJS: Use regular stack for VM call frames instead of Vector storageAndreas Kling
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-08LibJS: Eliminate some (unnecessary) Vector copiesAnotherTest
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh
2020-06-02LibJS: Remove dummy implementations from Console methodsLinus Groh
2020-05-15LibJS: Add side-effect-free version of Value::to_string()Andreas Kling
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