diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-12-01 10:36:44 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-12-01 17:03:55 +0100 |
commit | 0bb46235a713d773e6b6deb314affdb84e31ce01 (patch) | |
tree | 33fc9c1227305132b6501e604807b6e361db6781 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 24237ae5bfcfdb5592ef60f90467ac459be8767d (diff) | |
download | serenity-0bb46235a713d773e6b6deb314affdb84e31ce01.zip |
LibJS: Implement String.prototype.isWellFormed
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h index 33fc78f5c4..9064a8522e 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -308,6 +308,7 @@ namespace JS { P(isoNanosecond) \ P(isoSecond) \ P(isoYear) \ + P(isWellFormed) \ P(isWordLike) \ P(italics) \ P(join) \ |