mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibJS: Rename abstract_eq() to is_loosely_equal()
This got turned into a proper AO with a new name recently.
See: c7d6d1c
This commit is contained in:
parent
c7ff89891c
commit
580a7e0f7c
Notes:
sideshowbarker
2024-07-18 03:30:35 +09:00
Author: https://github.com/linusg
Commit: 580a7e0f7c
Pull-request: https://github.com/SerenityOS/serenity/pull/10191
Reviewed-by: https://github.com/awesomekling ✅
4 changed files with 14 additions and 14 deletions
|
@ -370,7 +370,7 @@ Value in(GlobalObject&, Value lhs, Value rhs);
|
|||
Value instance_of(GlobalObject&, Value lhs, Value rhs);
|
||||
Value ordinary_has_instance(GlobalObject&, Value lhs, Value rhs);
|
||||
|
||||
bool abstract_eq(GlobalObject&, Value lhs, Value rhs);
|
||||
bool is_loosely_equal(GlobalObject&, Value lhs, Value rhs);
|
||||
bool is_strictly_equal(Value lhs, Value rhs);
|
||||
bool same_value(Value lhs, Value rhs);
|
||||
bool same_value_zero(Value lhs, Value rhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue