1
Fork 0
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:
Ryan Chandler 2021-06-07 19:39:47 +01:00 committed by Andreas Kling
parent 9e69ffc1b1
commit 18ac7fde12
4 changed files with 66 additions and 0 deletions

View file

@ -23,6 +23,8 @@
O(LessThanEquals) \
O(AbstractInequals) \
O(AbstractEquals) \
O(TypedInequals) \
O(TypedEquals) \
O(NewString) \
O(NewObject) \
O(GetVariable) \