LibJS: Implement Set.prototype.isSupersetOf

This commit is contained in:
Idan Horowitz 2022-12-01 22:54:43 +02:00 committed by Linus Groh
commit 3470f33a0f
Notes: sideshowbarker 2024-07-17 03:48:11 +09:00
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) \