diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-12-09 13:35:59 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-12-09 23:43:04 +0000 |
commit | 53df13fed7d645d01ea3412809908fbd4dfe5a8f (patch) | |
tree | 2c6da66c7daa35cd7b4b4c21ed339276bded2cd3 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 04f8fb07e1add4b2b9856b73e8be770f6078f817 (diff) | |
download | serenity-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.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 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) \ |