mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:17:35 +00:00
LibJS: Rename BitNot -> BitwiseNot to match other bitwise operators
This commit is contained in:
parent
3389021291
commit
20a0fc5576
2 changed files with 3 additions and 3 deletions
|
@ -304,7 +304,7 @@ private:
|
|||
};
|
||||
|
||||
enum class UnaryOp {
|
||||
BitNot,
|
||||
BitwiseNot,
|
||||
Not,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue