mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibJS: Add bytecode ops for &, | and ^
This commit is contained in:
parent
4be3374b24
commit
ae763f1ade
Notes:
sideshowbarker
2024-07-18 12:41:11 +09:00
Author: https://github.com/Lubrsi
Commit: ae763f1ade
Pull-request: https://github.com/SerenityOS/serenity/pull/7886
4 changed files with 100 additions and 1 deletions
|
@ -34,7 +34,10 @@
|
|||
O(JumpIfTrue) \
|
||||
O(Call) \
|
||||
O(EnterScope) \
|
||||
O(Return)
|
||||
O(Return) \
|
||||
O(BitwiseAnd) \
|
||||
O(BitwiseOr) \
|
||||
O(BitwiseXor)
|
||||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue