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

LibJS: Implement Set.prototype.symmetricDifference

This commit is contained in:
Idan Horowitz 2022-12-01 22:44:04 +02:00 committed by Linus Groh
parent be8329d5f6
commit e359eeabe8
4 changed files with 70 additions and 0 deletions

View file

@ -488,6 +488,7 @@ namespace JS {
P(sup) \
P(supportedLocalesOf) \
P(supportedValuesOf) \
P(symmetricDifference) \
P(tan) \
P(tanh) \
P(test) \