1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:57:45 +00:00

LibJS: Implement Set.prototype.isSupersetOf

This commit is contained in:
Idan Horowitz 2022-12-01 22:54:43 +02:00 committed by Linus Groh
parent e29be4eaa8
commit 3470f33a0f
4 changed files with 55 additions and 0 deletions

View file

@ -301,6 +301,7 @@ namespace JS {
P(isSafeInteger) \
P(isSealed) \
P(isSubsetOf) \
P(isSupersetOf) \
P(isView) \
P(isoDay) \
P(isoHour) \