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

LibJS: Implement String.prototype.isWellFormed

This commit is contained in:
Timothy Flynn 2022-12-01 10:36:44 -05:00 committed by Linus Groh
parent 24237ae5bf
commit 0bb46235a7
4 changed files with 87 additions and 0 deletions

View file

@ -308,6 +308,7 @@ namespace JS {
P(isoNanosecond) \
P(isoSecond) \
P(isoYear) \
P(isWellFormed) \
P(isWordLike) \
P(italics) \
P(join) \