mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
LibJS: Implement Array.prototype.sort()
This commit is contained in:
parent
a103eae0d4
commit
ca0f3db004
Notes:
sideshowbarker
2024-07-19 00:31:18 +09:00
Author: https://github.com/XavierCooney
Commit: ca0f3db004
Pull-request: https://github.com/SerenityOS/serenity/pull/4547
Reviewed-by: https://github.com/linusg
4 changed files with 368 additions and 0 deletions
|
@ -194,6 +194,7 @@ namespace JS {
|
|||
P(sin) \
|
||||
P(slice) \
|
||||
P(some) \
|
||||
P(sort) \
|
||||
P(source) \
|
||||
P(splice) \
|
||||
P(sqrt) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue