LibJS: Stub out String.prototype.normalize

This commit is contained in:
stelar7 2022-06-02 01:37:15 +02:00 committed by Linus Groh
commit 771e3b9868
Notes: sideshowbarker 2024-07-17 10:29:51 +09:00
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) \