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

LibJS: Implement String.prototype.toWellFormed

This commit is contained in:
Timothy Flynn 2022-12-01 10:52:10 -05:00 committed by Linus Groh
parent 0bb46235a7
commit 3ee5217adc
4 changed files with 90 additions and 0 deletions

View file

@ -526,6 +526,7 @@ namespace JS {
P(toTimeString) \
P(toUpperCase) \
P(toUTCString) \
P(toWellFormed) \
P(toZonedDateTime) \
P(toZonedDateTimeISO) \
P(trace) \