mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
LibJS: Implement 'in' operator
This commit is contained in:
parent
396ecfa2d7
commit
11728b7db5
Notes:
sideshowbarker
2024-07-19 07:21:32 +09:00
Author: https://github.com/linusg
Commit: 11728b7db5
Pull-request: https://github.com/SerenityOS/serenity/pull/1931
Reviewed-by: https://github.com/awesomekling
6 changed files with 54 additions and 0 deletions
|
@ -343,6 +343,7 @@ enum class BinaryOp {
|
|||
LeftShift,
|
||||
RightShift,
|
||||
UnsignedRightShift,
|
||||
In,
|
||||
InstanceOf,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue