ladybird/Userland/Libraries/LibJS/Tests/builtins/Number
2021-07-11 22:03:04 +01:00
..
Number-constants.js
Number.isFinite.js
Number.isInteger.js LibJS: Uncomment Number.isInteger() tests that now pass :^) 2021-07-11 22:03:04 +01:00
Number.isNaN.js
Number.isSafeInteger.js
Number.js LibJS: Make Number() constructor spec compliant 2021-06-19 01:34:17 +01:00
Number.parseFloat.js
Number.parseInt.js LibJS: Add Number.parseInt 2021-06-18 10:29:33 +01:00
Number.prototype.js
Number.prototype.toFixed.js LibJS: Add the Number.prototype.toFixed method 2021-06-19 16:13:59 +01:00
Number.prototype.toString.js LibJS: Update NumberPrototype's this_number_value() to take a Value 2021-06-06 19:34:43 +02:00
Number.prototype.valueOf.js LibJS: Update NumberPrototype's this_number_value() to take a Value 2021-06-06 19:34:43 +02:00