mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibJS: Implement a naive String.prototype.localeCompare
This commit is contained in:
parent
e22539bdd9
commit
7a56ca1250
4 changed files with 63 additions and 0 deletions
|
@ -253,6 +253,7 @@ namespace JS {
|
|||
P(length) \
|
||||
P(link) \
|
||||
P(load) \
|
||||
P(localeCompare) \
|
||||
P(log) \
|
||||
P(log1p) \
|
||||
P(log2) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue