summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/Math.max.js
AgeCommit message (Expand)Author
2020-04-05LibJS: Return -Infinity in Math.max() with no argumentLinus Groh
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-05LibJS: Add support for arbitrary arguments to Math.maxBrian Gianforcaro