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