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

LibJS: Implement Set.prototype.isDisjointFrom

This commit is contained in:
Idan Horowitz 2022-12-01 23:00:44 +02:00 committed by Linus Groh
parent 3470f33a0f
commit 2e806dab07
4 changed files with 67 additions and 0 deletions

View file

@ -291,6 +291,7 @@ namespace JS {
P(intersection) \
P(is) \
P(isArray) \
P(isDisjointFrom) \
P(isExtensible) \
P(isFinite) \
P(isFrozen) \