1
Fork 0
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:
Gunnar Beutner 2021-06-07 19:17:20 +02:00 committed by Andreas Kling
parent 5183952d1d
commit 3c5ce9b5b7
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) \