mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
LibJS: Implement Set.prototype.symmetricDifference
This commit is contained in:
parent
be8329d5f6
commit
e359eeabe8
Notes:
sideshowbarker
2024-07-17 03:48:19 +09:00
Author: https://github.com/IdanHo
Commit: e359eeabe8
Pull-request: https://github.com/SerenityOS/serenity/pull/16279
Reviewed-by: https://github.com/TobyAsE
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/linusg ✅
4 changed files with 70 additions and 0 deletions
|
@ -488,6 +488,7 @@ namespace JS {
|
|||
P(sup) \
|
||||
P(supportedLocalesOf) \
|
||||
P(supportedValuesOf) \
|
||||
P(symmetricDifference) \
|
||||
P(tan) \
|
||||
P(tanh) \
|
||||
P(test) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue