mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibJS: Add the Object.fromEntries method
This commit is contained in:
parent
2100b46d02
commit
9a0cbcc3d1
Notes:
sideshowbarker
2024-07-18 12:14:00 +09:00
Author: https://github.com/IdanHo
Commit: 9a0cbcc3d1
Pull-request: https://github.com/SerenityOS/serenity/pull/8060
Reviewed-by: https://github.com/linusg
3 changed files with 40 additions and 0 deletions
|
@ -127,6 +127,7 @@ namespace JS {
|
|||
P(freeze) \
|
||||
P(from) \
|
||||
P(fromCharCode) \
|
||||
P(fromEntries) \
|
||||
P(fround) \
|
||||
P(gc) \
|
||||
P(get) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue