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:
parent
fee65f6453
commit
9e693304ff
4 changed files with 95 additions and 0 deletions
|
@ -287,6 +287,7 @@ namespace JS {
|
|||
P(inLeapYear) \
|
||||
P(input) \
|
||||
P(instant) \
|
||||
P(intersection) \
|
||||
P(is) \
|
||||
P(isArray) \
|
||||
P(isExtensible) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue