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

LibJS: Implement Set.prototype.difference

This commit is contained in:
Idan Horowitz 2022-12-01 22:33:26 +02:00 committed by Linus Groh
parent 9e693304ff
commit be8329d5f6
4 changed files with 84 additions and 0 deletions

View file

@ -148,6 +148,7 @@ namespace JS {
P(deleteProperty) \
P(deref) \
P(description) \
P(difference) \
P(direction) \
P(disambiguation) \
P(done) \