1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isFinite.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isInteger.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isNaN.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isSafeInteger.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.parseFloat.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.parseInt.js LibJS: Add Number.parseInt 2021-06-18 10:29:33 +01:00
Number.prototype.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +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