Age | Commit message (Expand) | Author |
---|---|---|
2020-05-13 | LibJS: Trim whitespace from string before coercing to number | Linus Groh |
2020-05-13 | LibJS: Make string to number coercion work for doubles | Linus Groh |
2020-04-29 | LibJS: Don't handle arrays separately in Value::to_number() | Linus Groh |
2020-04-14 | js/LibJS: Move test functions to pure javascript. | Brian Gianforcaro |
2020-04-12 | LibJS: Handle Infinity in Value::to_number() | Linus Groh |
2020-04-05 | LibJS: Update to-number-basic.js test | Linus Groh |
2020-04-05 | LibJS: Use the native assert() implementation now avaiable in 'js -t' | Brian Gianforcaro |
2020-04-02 | LibJS: Implement unary plus / minus | Linus Groh |
2020-03-29 | LibJS: Add tests for value to number conversion | Linus Groh |