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:
parent
6af9d87258
commit
55f0791b13
4 changed files with 66 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
O(Sub) \
|
||||
O(Mul) \
|
||||
O(Div) \
|
||||
O(Mod) \
|
||||
O(Exp) \
|
||||
O(LessThan) \
|
||||
O(AbstractInequals) \
|
||||
O(AbstractEquals) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue