summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/to-number-basic.js
AgeCommit message (Expand)Author
2020-05-13LibJS: Trim whitespace from string before coercing to numberLinus Groh
2020-05-13LibJS: Make string to number coercion work for doublesLinus Groh
2020-04-29LibJS: Don't handle arrays separately in Value::to_number()Linus Groh
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-12LibJS: Handle Infinity in Value::to_number()Linus Groh
2020-04-05LibJS: Update to-number-basic.js testLinus Groh
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-02LibJS: Implement unary plus / minusLinus Groh
2020-03-29LibJS: Add tests for value to number conversionLinus Groh