summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-12-01 10:36:44 -0500
committerLinus Groh <mail@linusgroh.de>2022-12-01 17:03:55 +0100
commit0bb46235a713d773e6b6deb314affdb84e31ce01 (patch)
tree33fc9c1227305132b6501e604807b6e361db6781 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent24237ae5bfcfdb5592ef60f90467ac459be8767d (diff)
downloadserenity-0bb46235a713d773e6b6deb314affdb84e31ce01.zip
LibJS: Implement String.prototype.isWellFormed
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h1
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) \