Age | Commit message (Expand) | Author |
---|---|---|
2020-03-30 | LibJS: Start implementing Date :^) | Linus Groh |
2020-03-28 | LibJS+LibWeb: Move native JS functions into dedicated member functions | Andreas Kling |
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-28 | LibJS: Add a global "Object" constructor | Andreas Kling |
2020-03-27 | LibJS: The global isNaN() should coerce to number before testing NaN | Andreas Kling |
2020-03-27 | LibJS: Add global isNaN() function | Andreas Kling |
2020-03-21 | LibJS: Add Math.random() :^) | Andreas Kling |
2020-03-16 | LibJS: Replace the global print() function with console.log() :^) | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |