mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 13:12:56 +00:00
u64 is not big enough to hold extremely large numbers, such as 4.192938423e+54. This would cause an integer underflow on the radix index when performing something like `toString(36)` and thus cause an OOB Array read. |
||
---|---|---|
.. | ||
Number-constants.js | ||
Number.isFinite.js | ||
Number.isInteger.js | ||
Number.isNaN.js | ||
Number.isSafeInteger.js | ||
Number.js | ||
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 |