mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
If the argument to this function is greater then or equal to 2^32, the `double` => `u32` cast produces undefined behavior, which Clang catches. To fix this, we now use `ToUint32` for getting the integer argument, as specified by ECMA-262.
20 KiB
20 KiB