Files
ladybird/Libraries/LibJS/Tests/numeric-literals-basic.js
Timothy Flynn e2b245add1 LibJS: Handle out-of-range prefixed numbers in Token::double_value
This regressed in cd15b1a2c9.

If a prefixed number is out-of-range of a u64, stroul would previously
fall back to ULONG_MAX. This patch restores that behavior.
2025-08-10 13:35:37 +02:00

1.8 KiB