LibJS: Implement a naive String.prototype.localeCompare

This commit is contained in:
davidot 2021-07-26 00:23:39 +02:00 committed by Linus Groh
commit 7a56ca1250
Notes: sideshowbarker 2024-07-18 08:19:05 +09:00
4 changed files with 63 additions and 0 deletions

View file

@ -253,6 +253,7 @@ namespace JS {
P(length) \
P(link) \
P(load) \
P(localeCompare) \
P(log) \
P(log1p) \
P(log2) \