mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibJS: Implement a naive String.prototype.localeCompare
This commit is contained in:
parent
e22539bdd9
commit
7a56ca1250
Notes:
sideshowbarker
2024-07-18 08:19:05 +09:00
Author: https://github.com/davidot
Commit: 7a56ca1250
Pull-request: https://github.com/SerenityOS/serenity/pull/9016
Issue: https://github.com/SerenityOS/serenity/issues/8989
Reviewed-by: https://github.com/linusg ✅
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