mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Implement abstract equality and inequality
This commit is contained in:
committed by
Andreas Kling
parent
4d22a142f7
commit
dfbaa8e543
Notes:
sideshowbarker
2024-07-19 08:16:45 +09:00
Author: https://github.com/0xtechnobabble Commit: https://github.com/SerenityOS/serenity/commit/dfbaa8e5432 Pull-request: https://github.com/SerenityOS/serenity/pull/1470 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/oriko1010
@@ -248,6 +248,8 @@ enum class BinaryOp {
|
||||
Slash,
|
||||
TypedEquals,
|
||||
TypedInequals,
|
||||
AbstractEquals,
|
||||
AbstractInequals,
|
||||
GreaterThan,
|
||||
GreaterThanEquals,
|
||||
LessThan,
|
||||
|
||||
Reference in New Issue
Block a user