summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-12-09 13:35:59 -0500
committerLinus Groh <mail@linusgroh.de>2021-12-09 23:43:04 +0000
commit53df13fed7d645d01ea3412809908fbd4dfe5a8f (patch)
tree2c6da66c7daa35cd7b4b4c21ed339276bded2cd3 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent04f8fb07e1add4b2b9856b73e8be770f6078f817 (diff)
downloadserenity-53df13fed7d645d01ea3412809908fbd4dfe5a8f.zip
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
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 7237edcb80..0de67f96ed 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -180,6 +180,7 @@ namespace JS {
P(format) \
P(formatMatcher) \
P(formatRange) \
+ P(formatRangeToParts) \
P(formatToParts) \
P(fractionalSecondDigits) \
P(freeze) \