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