mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibJS: Add bytecode instructions for multiplication and division
This commit is contained in:
parent
5183952d1d
commit
3c5ce9b5b7
4 changed files with 66 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
O(Load) \
|
||||
O(Add) \
|
||||
O(Sub) \
|
||||
O(Mul) \
|
||||
O(Div) \
|
||||
O(LessThan) \
|
||||
O(AbstractInequals) \
|
||||
O(AbstractEquals) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue