This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-13 11:16:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3690305794de2f9a8ed51fa71f3201ccf41efabb
ladybird
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Number
History
…
..
Number-constants.js
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Number.isFinite.js
…
Number.isInteger.js
LibJS/Tests: Enable Number.isInteger() test that now passes
2022-01-24 20:39:01 +00:00
Number.isNaN.js
…
Number.isSafeInteger.js
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Number.js
LibJS: Handle non-decimal integer literals in Value::to_number
2022-08-30 01:00:48 +01:00
Number.parseFloat.js
…
Number.parseInt.js
…
Number.prototype.js
…
Number.prototype.toExponential.js
…
Number.prototype.toFixed.js
…
Number.prototype.toLocaleString.js
…
Number.prototype.toPrecision.js
…
Number.prototype.toString.js
…
Number.prototype.valueOf.js
…