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

LibJS: Implement Set.prototype.intersection

This commit is contained in:
Idan Horowitz 2022-12-01 22:17:43 +02:00 committed by Linus Groh
parent fee65f6453
commit 9e693304ff
4 changed files with 95 additions and 0 deletions

View file

@ -287,6 +287,7 @@ namespace JS {
P(inLeapYear) \
P(input) \
P(instant) \
P(intersection) \
P(is) \
P(isArray) \
P(isExtensible) \