summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-10 18:40:12 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-10 21:00:04 +0200
commit9cd010167ae6ee25a5fcee25ec9751545ca1a8e8 (patch)
tree76a1f388ba59321e615786e8e3de261df3ef82cf /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentda8a35a79e1477c57f8d98b35707326ed06b0810 (diff)
downloadserenity-9cd010167ae6ee25a5fcee25ec9751545ca1a8e8.zip
LibJS: Implement Object.create()
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 f26254a349..d5106d81be 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -94,6 +94,7 @@ namespace JS {
P(cosh) \
P(count) \
P(countReset) \
+ P(create) \
P(debug) \
P(defineProperties) \
P(defineProperty) \