summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-08-20 10:41:27 -0400
committerAndreas Kling <kling@serenityos.org>2021-08-20 19:16:33 +0200
commit6337eb52d8ed5098acd5ecd4347ae634a399620a (patch)
treea3ffcb1a839b128def11b3779738e3a35eaeb176 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent562d4e497b286335b0ea956e4839e6dd9f140673 (diff)
downloadserenity-6337eb52d8ed5098acd5ecd4347ae634a399620a.zip
LibJS: Implement RegExp.prototype.compile
This is an Annex B extension to RegExp.prototype.
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 1b9f254ef1..49a9f5ea43 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -94,6 +94,7 @@ namespace JS {
P(clz32) \
P(codePointAt) \
P(compareExchange) \
+ P(compile) \
P(concat) \
P(configurable) \
P(console) \