summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-07-09 19:51:56 -0400
committerLinus Groh <mail@linusgroh.de>2021-07-10 16:49:35 +0100
commit6c67de8186e22d9c39c2fa1eec92de784669336f (patch)
treea90b4efe17bc6e6365b14dcf685055934cfc22bd /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentd1e06b00e30d55957e89c79ff947d56487c76419 (diff)
downloadserenity-6c67de8186e22d9c39c2fa1eec92de784669336f.zip
LibJS: Implement RegExp.prototype.hasIndices proposal
https://tc39.es/proposal-regexp-match-indices/
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 48ac2eb0db..fc712db5e4 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -198,6 +198,7 @@ namespace JS {
P(includes) \
P(index) \
P(indexOf) \
+ P(indices) \
P(info) \
P(input) \
P(instant) \