mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
LibJS: Add support for typed equality checks
This commit is contained in:
parent
9e69ffc1b1
commit
18ac7fde12
4 changed files with 66 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
O(LessThanEquals) \
|
||||
O(AbstractInequals) \
|
||||
O(AbstractEquals) \
|
||||
O(TypedInequals) \
|
||||
O(TypedEquals) \
|
||||
O(NewString) \
|
||||
O(NewObject) \
|
||||
O(GetVariable) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue