summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2022-01-30 01:31:59 +0200
committerLinus Groh <mail@linusgroh.de>2022-01-30 19:47:01 +0000
commit9001a8cbe161ff3007c2c839441f6fa400d535e1 (patch)
treeda7a07fe5ca726b1761ff0cfeb6499350e6277eb /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentbbacea255fd37c7293751926472d18e15c893a8a (diff)
downloadserenity-9001a8cbe161ff3007c2c839441f6fa400d535e1.zip
LibJS: Implement Intl.Segmenter.prototype.segment
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 88a7e0bfae..8accef01f5 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -389,6 +389,7 @@ namespace JS {
P(seal) \
P(second) \
P(seconds) \
+ P(segment) \
P(sensitivity) \
P(set) \
P(setBigInt64) \