Age | Commit message (Expand) | Author |
---|---|---|
2020-03-28 | LibJS: Add a tiny little test for the ReferenceError exception | Andreas Kling |
2020-03-27 | LibJS: The global isNaN() should coerce to number before testing NaN | Andreas Kling |
2020-03-27 | LibJS: Allow function calls with missing arguments | Andreas Kling |
2020-03-27 | LibJS: Add global isNaN() function | Andreas Kling |
2020-03-27 | LibJS: Basic NaN support | Andreas Kling |
2020-03-25 | LibJS: Handle "for" statements with empty initializer and updater | Andreas Kling |
2020-03-25 | LibJS: Add a basic test for the "throw" keyword | Andreas Kling |
2020-03-25 | LibJS: Rename some tests | Andreas Kling |
2020-03-25 | LibJS: Tweak run-tests output a bit | Andreas Kling |
2020-03-25 | LibJS: Add a very basic test runner (shell script) + some tests | Andreas Kling |