1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 13:27:34 +00:00

LibJS: Implement Set.prototype.isSubsetOf

This commit is contained in:
Idan Horowitz 2022-12-01 22:49:50 +02:00 committed by Linus Groh
parent e359eeabe8
commit e29be4eaa8
4 changed files with 42 additions and 0 deletions

View file

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