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:
parent
e29be4eaa8
commit
3470f33a0f
4 changed files with 55 additions and 0 deletions
|
@ -301,6 +301,7 @@ namespace JS {
|
|||
P(isSafeInteger) \
|
||||
P(isSealed) \
|
||||
P(isSubsetOf) \
|
||||
P(isSupersetOf) \
|
||||
P(isView) \
|
||||
P(isoDay) \
|
||||
P(isoHour) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue