mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
LibJS: Implement abstract equality and inequality
This commit is contained in:
parent
4d22a142f7
commit
dfbaa8e543
Notes:
sideshowbarker
2024-07-19 08:16:45 +09:00
Author: https://github.com/0xtechnobabble
Commit: dfbaa8e543
Pull-request: https://github.com/SerenityOS/serenity/pull/1470
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/oriko1010
6 changed files with 64 additions and 2 deletions
|
@ -248,6 +248,8 @@ enum class BinaryOp {
|
|||
Slash,
|
||||
TypedEquals,
|
||||
TypedInequals,
|
||||
AbstractEquals,
|
||||
AbstractInequals,
|
||||
GreaterThan,
|
||||
GreaterThanEquals,
|
||||
LessThan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue