diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-09-06 14:37:23 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-06 23:49:56 +0100 |
commit | cdba40f7ea12aa3c84832df7a761b5d0a53dfa4b (patch) | |
tree | 4b1b36705048752d7b9761d068cb02828e18a826 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 3b410742ab5bdf8a8a5cee313075f8c5eff1a4a7 (diff) | |
download | serenity-cdba40f7ea12aa3c84832df7a761b5d0a53dfa4b.zip |
LibJS: Implement Intl.ListFormat.prototype.format
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 b5faf7e375..54e3373825 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -167,6 +167,7 @@ namespace JS { P(fontcolor) \ P(fontsize) \ P(forEach) \ + P(format) \ P(fractionalSecondDigits) \ P(freeze) \ P(from) \ |