mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibJS: Implement Object.getOwnPropertyDescriptors()
This commit is contained in:
parent
0f91883b17
commit
5e621e494f
3 changed files with 37 additions and 0 deletions
|
@ -156,6 +156,7 @@ namespace JS {
|
|||
P(getMinutes) \
|
||||
P(getMonth) \
|
||||
P(getOwnPropertyDescriptor) \
|
||||
P(getOwnPropertyDescriptors) \
|
||||
P(getOwnPropertyNames) \
|
||||
P(getOwnPropertySymbols) \
|
||||
P(getPrototypeOf) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue