mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +00:00
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
This commit is contained in:
parent
a4f6f8e0e7
commit
eafd3dbaf8
3 changed files with 16 additions and 16 deletions
|
@ -309,10 +309,10 @@ private:
|
|||
};
|
||||
|
||||
enum class BinaryOp {
|
||||
Plus,
|
||||
Minus,
|
||||
Asterisk,
|
||||
Slash,
|
||||
Addition,
|
||||
Subtraction,
|
||||
Multiplication,
|
||||
Division,
|
||||
Modulo,
|
||||
TypedEquals,
|
||||
TypedInequals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue