mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
LibJS: Add the Object.getOwnPropertySymbols method
This commit is contained in:
parent
a2da3f97ef
commit
bd9e20ef79
Notes:
sideshowbarker
2024-07-18 12:21:49 +09:00
Author: https://github.com/IdanHo
Commit: bd9e20ef79
Pull-request: https://github.com/SerenityOS/serenity/pull/8022
Reviewed-by: https://github.com/linusg
5 changed files with 44 additions and 15 deletions
|
@ -137,6 +137,7 @@ namespace JS {
|
|||
P(getMonth) \
|
||||
P(getOwnPropertyDescriptor) \
|
||||
P(getOwnPropertyNames) \
|
||||
P(getOwnPropertySymbols) \
|
||||
P(getPrototypeOf) \
|
||||
P(getSeconds) \
|
||||
P(getTime) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue