mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 21:57:18 +00:00
LibJS/JIT: Add fast path for LeftShift
This commit is contained in:
parent
a1cdfe1b54
commit
1244e91481
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/iliadsh
Commit: 1244e91481
Pull-request: https://github.com/SerenityOS/serenity/pull/21827
3 changed files with 55 additions and 1 deletions
|
@ -53,7 +53,6 @@ private:
|
|||
O(LooselyEquals, abstract_equals) \
|
||||
O(StrictlyInequals, typed_inequals) \
|
||||
O(StrictlyEquals, typed_equals) \
|
||||
O(LeftShift, left_shift) \
|
||||
O(RightShift, right_shift) \
|
||||
O(UnsignedRightShift, unsigned_right_shift)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue