summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/ConsoleObject.h
AgeCommit message (Expand)Author
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-20LibJS: Split more native object constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-05-02LibJS: Add ConsoleMessage conceptEmanuele Torre
2020-05-01LibJS: Implement console.countReset()Emanuele Torre
2020-05-01LibJS: Implement console.count()Emanuele Torre
2020-04-12LibJS: Add console.{debug,info,warn,error}()Linus Groh
2020-04-11LibJS: Add console.trace()Linus Groh
2020-03-28LibJS+LibWeb: Move native JS functions into dedicated member functionsAndreas Kling
2020-03-16LibJS: Replace the global print() function with console.log() :^)Andreas Kling