mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibJS: Implement Set.prototype.isSupersetOf
This commit is contained in:
parent
e29be4eaa8
commit
3470f33a0f
Notes:
sideshowbarker
2024-07-17 03:48:11 +09:00
Author: https://github.com/IdanHo
Commit: 3470f33a0f
Pull-request: https://github.com/SerenityOS/serenity/pull/16279
Reviewed-by: https://github.com/TobyAsE
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/linusg ✅
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