summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-06-15 12:46:14 +0300
committerLinus Groh <mail@linusgroh.de>2021-06-15 12:15:18 +0100
commit9a0cbcc3d1f695298d3a00f08d27fba377bd894d (patch)
tree66048048aa85837e1b2cbacef044b9f26665f402 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent2100b46d0263c307a5ff2ed5a2f70e759b4f8b76 (diff)
downloadserenity-9a0cbcc3d1f695298d3a00f08d27fba377bd894d.zip
LibJS: Add the Object.fromEntries method
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 2999509eb9..c677708c4e 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -127,6 +127,7 @@ namespace JS {
P(freeze) \
P(from) \
P(fromCharCode) \
+ P(fromEntries) \
P(fround) \
P(gc) \
P(get) \