Files
ladybird/Userland/Libraries/LibJS/Runtime
Daniel Bertalan 5aef8f280f LibJS: Fix integer overflow in Number::exponentiate
The exponent might be larger than the range of values representable by
an i32, so we have to use the `fmod` function instead of the modulo
operator.

This fixes 3 test262 tests on AArch64. No changes on x86-64.
2023-06-26 19:25:12 +02:00
..
2023-05-28 10:03:11 +02:00
2023-02-11 21:47:57 +00:00