LibJS: Add bytecode instructions for multiplication and division

This commit is contained in:
Gunnar Beutner 2021-06-07 19:17:20 +02:00 committed by Andreas Kling
commit 3c5ce9b5b7
Notes: sideshowbarker 2024-07-18 12:41:29 +09:00
4 changed files with 66 additions and 0 deletions

View file

@ -13,6 +13,8 @@
O(Load) \
O(Add) \
O(Sub) \
O(Mul) \
O(Div) \
O(LessThan) \
O(AbstractInequals) \
O(AbstractEquals) \