1
Fork 0
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:
davidot 2021-07-26 00:23:39 +02:00 committed by Linus Groh
parent e22539bdd9
commit 7a56ca1250
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) \