ladybird/Userland/Libraries/LibJS/Tests/operators
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
..
assignment-operators.js
binary-bitwise-and.js
binary-bitwise-left-shift.js
binary-bitwise-or.js
binary-bitwise-right-shift.js
binary-bitwise-unsigned-right-shift.js
binary-bitwise-xor.js
binary-relational.js
bitwise-not.js
comma-operator.js
delete-basic.js
delete-global-variable.js
delete-globalThis-property-crash.js
delete-local-variable.js
in-operator-basic.js
instanceof-basic.js
logical-and.js
logical-expressions-short-circuit.js
logical-nullish-coalescing.js
logical-or.js
modulo-basic.js
ternary-basic.js
typeof-basic.js
void-basic.js