diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-06-15 12:46:14 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-15 12:15:18 +0100 |
commit | 9a0cbcc3d1f695298d3a00f08d27fba377bd894d (patch) | |
tree | 66048048aa85837e1b2cbacef044b9f26665f402 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 2100b46d0263c307a5ff2ed5a2f70e759b4f8b76 (diff) | |
download | serenity-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.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 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) \ |