Files
ladybird/Userland/Libraries/LibJS/Tests/operators/binary-bitwise-left-shift.js
davidot e663504df1 LibJS: Fix that leftshift for BigInts did not round down
For negative number this previously rounded towards zero instead of the
intended always rounding down.
2022-08-24 23:27:17 +01:00

2.0 KiB