1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 22:32:25 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Number
Luke 02de3cbce3 LibJS: Add Number.parseInt
This is initialized to be the same function object as the initial value
of the parseInt function on the global object.
2021-06-18 10:29:33 +01:00
..
Number-constants.js
Number.isFinite.js
Number.isInteger.js
Number.isNaN.js
Number.isSafeInteger.js
Number.js
Number.parseFloat.js
Number.parseInt.js LibJS: Add Number.parseInt 2021-06-18 10:29:33 +01:00
Number.prototype.js
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