LibJS: Add bytecode instructions for modulo and exponentiation

This commit is contained in:
Gunnar Beutner 2021-06-07 19:37:23 +02:00 committed by Andreas Kling
commit 55f0791b13
Notes: sideshowbarker 2024-07-18 12:41:22 +09:00
4 changed files with 66 additions and 0 deletions

View file

@ -15,6 +15,8 @@
O(Sub) \
O(Mul) \
O(Div) \
O(Mod) \
O(Exp) \
O(LessThan) \
O(AbstractInequals) \
O(AbstractEquals) \