Age | Commit message (Expand) | Author |
---|---|---|
2020-04-14 | js/LibJS: Move test functions to pure javascript. | Brian Gianforcaro |
2020-04-07 | LibJS: Return false for NaN numbers in Value::to_boolean() | Jack Karamanian |
2020-04-05 | LibJS: Use the native assert() implementation now avaiable in 'js -t' | Brian Gianforcaro |
2020-04-02 | LibJS: Implement Infinity | Linus Groh |
2020-04-01 | LibJS: Add NaN to global object | Linus Groh |
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-27 | LibJS: Basic NaN support | Andreas Kling |