mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibJS: Implement Set.prototype.difference
This commit is contained in:
parent
9e693304ff
commit
be8329d5f6
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/IdanHo
Commit: be8329d5f6
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 84 additions and 0 deletions
|
@ -148,6 +148,7 @@ namespace JS {
|
|||
P(deleteProperty) \
|
||||
P(deref) \
|
||||
P(description) \
|
||||
P(difference) \
|
||||
P(direction) \
|
||||
P(disambiguation) \
|
||||
P(done) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue