mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibJS: Add bytecode generation for BinaryOp::InstanceOf
This commit is contained in:
parent
5e996de8c6
commit
9c0d83d11d
Notes:
sideshowbarker
2024-07-18 12:40:12 +09:00
Author: https://github.com/linusg
Commit: 9c0d83d11d
4 changed files with 35 additions and 2 deletions
|
@ -49,7 +49,8 @@
|
|||
O(LeftShift) \
|
||||
O(RightShift) \
|
||||
O(UnsignedRightShift) \
|
||||
O(In)
|
||||
O(In) \
|
||||
O(InstanceOf)
|
||||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue