mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
This affects the AST's BinaryOp enum as well as the Bytecode's ENUMERATE_BYTECODE_OPS and JS_ENUMERATE_COMMON_BINARY_OPS macros.
This commit is contained in:
parent
facbe32fcd
commit
32932f83be
6 changed files with 33 additions and 33 deletions
|
@ -654,10 +654,10 @@ enum class BinaryOp {
|
|||
Division,
|
||||
Modulo,
|
||||
Exponentiation,
|
||||
TypedEquals,
|
||||
TypedInequals,
|
||||
AbstractEquals,
|
||||
AbstractInequals,
|
||||
StrictlyEquals,
|
||||
StrictlyInequals,
|
||||
LooselyEquals,
|
||||
LooselyInequals,
|
||||
GreaterThan,
|
||||
GreaterThanEquals,
|
||||
LessThan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue