mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
LibJS: Add bytecode instructions for modulo and exponentiation
This commit is contained in:
parent
6af9d87258
commit
55f0791b13
Notes:
sideshowbarker
2024-07-18 12:41:22 +09:00
Author: https://github.com/gunnarbeutner
Commit: 55f0791b13
Pull-request: https://github.com/SerenityOS/serenity/pull/7882
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