Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-09-27 | LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> | Andreas Kling |
2020-08-24 | LibJS: Make Date.getUTCSeconds() call through to LibC | Nico Weber |
2020-08-23 | LibJS: Implement Date.getUTC* | Nico Weber |
2020-08-21 | LibJS: Implement Date.prototype.toISOString() | Nico Weber |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-07 | LibJS: Remove reduntant set_prototype() calls | Linus Groh |
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to Date constructor | Andreas Kling |
2020-03-30 | LibJS: Start implementing Date :^) | Linus Groh |