1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

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
parent 6af9d87258
commit 55f0791b13
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) \