1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:47:34 +00:00

LibJS/JIT: Add fast path for RightShift

This commit is contained in:
iliadsh 2023-11-07 04:26:49 +00:00 committed by Andreas Kling
parent 1244e91481
commit c956316c98
3 changed files with 55 additions and 1 deletions

View file

@ -53,7 +53,6 @@ private:
O(LooselyEquals, abstract_equals) \
O(StrictlyInequals, typed_inequals) \
O(StrictlyEquals, typed_equals) \
O(RightShift, right_shift) \
O(UnsignedRightShift, unsigned_right_shift)
# define JS_ENUMERATE_NEW_BUILTIN_ERROR_BYTECODE_OPS(O) \