This website requires JavaScript.
Explore
Help
Sign In
eliott
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird
synced
2026-05-11 09:27:00 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1aeb08025038b8810118a4871c2894de54960dac
ladybird
/
Tests
/
LibJS
/
Runtime
/
builtins
/
Number
History
Andreas Kling
f3b675fb37
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
..
Number-constants.js
…
Number.isFinite.js
…
Number.isInteger.js
…
Number.isNaN.js
…
Number.isSafeInteger.js
…
Number.js
Tests/LibJS: Import various tests developed alongside Rust pipeline
2026-02-24 09:39:42 +01:00
Number.parseFloat.js
…
Number.parseInt.js
…
Number.prototype.js
…
Number.prototype.toExponential.js
LibJS: Use exact integer arithmetic in Number.prototype.toExponential
2026-02-22 09:39:10 -05:00
Number.prototype.toFixed.js
…
Number.prototype.toLocaleString.js
…
Number.prototype.toPrecision.js
LibJS: Handle power-of-10 boundaries in Number.toExponential/toPrecision
2026-02-22 09:39:10 -05:00
Number.prototype.toString.js
…
Number.prototype.valueOf.js
…