mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibJS: Implement String.prototype.toWellFormed
This commit is contained in:
parent
0bb46235a7
commit
3ee5217adc
4 changed files with 90 additions and 0 deletions
|
@ -526,6 +526,7 @@ namespace JS {
|
|||
P(toTimeString) \
|
||||
P(toUpperCase) \
|
||||
P(toUTCString) \
|
||||
P(toWellFormed) \
|
||||
P(toZonedDateTime) \
|
||||
P(toZonedDateTimeISO) \
|
||||
P(trace) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue