mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibJS: Add bytecode ops for >, >= and <=
This commit is contained in:
parent
73b8acf432
commit
4be3374b24
Notes:
sideshowbarker
2024-07-18 12:41:15 +09:00
Author: https://github.com/gunnarbeutner
Commit: 4be3374b24
Pull-request: https://github.com/SerenityOS/serenity/pull/7884
4 changed files with 99 additions and 0 deletions
|
@ -17,7 +17,10 @@
|
|||
O(Div) \
|
||||
O(Mod) \
|
||||
O(Exp) \
|
||||
O(GreaterThan) \
|
||||
O(GreaterThanEquals) \
|
||||
O(LessThan) \
|
||||
O(LessThanEquals) \
|
||||
O(AbstractInequals) \
|
||||
O(AbstractEquals) \
|
||||
O(NewString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue