mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibJS: Add bytecode instructions for multiplication and division
This commit is contained in:
parent
5183952d1d
commit
3c5ce9b5b7
Notes:
sideshowbarker
2024-07-18 12:41:29 +09:00
Author: https://github.com/gunnarbeutner
Commit: 3c5ce9b5b7
Pull-request: https://github.com/SerenityOS/serenity/pull/7881
4 changed files with 66 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
O(Load) \
|
||||
O(Add) \
|
||||
O(Sub) \
|
||||
O(Mul) \
|
||||
O(Div) \
|
||||
O(LessThan) \
|
||||
O(AbstractInequals) \
|
||||
O(AbstractEquals) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue