LibJS: Add the Object.fromEntries method

This commit is contained in:
Idan Horowitz 2021-06-15 12:46:14 +03:00 committed by Linus Groh
commit 9a0cbcc3d1
Notes: sideshowbarker 2024-07-18 12:14:00 +09:00
3 changed files with 40 additions and 0 deletions

View file

@ -127,6 +127,7 @@ namespace JS {
P(freeze) \
P(from) \
P(fromCharCode) \
P(fromEntries) \
P(fround) \
P(gc) \
P(get) \