LibJS: Implement Set.prototype.symmetricDifference

This commit is contained in:
Idan Horowitz 2022-12-01 22:44:04 +02:00 committed by Linus Groh
commit e359eeabe8
Notes: sideshowbarker 2024-07-17 03:48:19 +09:00
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) \