mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibJS: Implement Array.prototype.sort()
This commit is contained in:
parent
a103eae0d4
commit
ca0f3db004
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