summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/NaN-basic.js
AgeCommit message (Expand)Author
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-07LibJS: Return false for NaN numbers in Value::to_boolean()Jack Karamanian
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-02LibJS: Implement InfinityLinus Groh
2020-04-01LibJS: Add NaN to global objectLinus Groh
2020-03-27LibJS: The global isNaN() should coerce to number before testing NaNAndreas Kling
2020-03-27LibJS: Add global isNaN() functionAndreas Kling
2020-03-27LibJS: Basic NaN supportAndreas Kling