1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibJS: Stub out String.prototype.normalize

This commit is contained in:
stelar7 2022-06-02 01:37:15 +02:00 committed by Linus Groh
parent 0239c79d3d
commit 771e3b9868
5 changed files with 84 additions and 1 deletions

View file

@ -342,6 +342,7 @@ namespace JS {
P(nanoseconds) \
P(negated) \
P(next) \
P(normalize) \
P(notation) \
P(now) \
P(numberingSystem) \