mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-05 02:33:03 +00:00
Perform signed integer shifts, addition, subtraction, and rotations using their corresponding unsigned type. Additionally, mod the right hand side of shifts and rotations by the bit width of the integer per the spec. This seems strange, but the spec is clear on the desired wrapping behavior of arithmetic operations. |
||
---|---|---|
.. | ||
AbstractMachine.cpp | ||
AbstractMachine.h | ||
BytecodeInterpreter.cpp | ||
BytecodeInterpreter.h | ||
Configuration.cpp | ||
Configuration.h | ||
Interpreter.h |