1
Fork 0
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:
Idan Horowitz 2021-07-06 19:41:54 +03:00 committed by Linus Groh
parent 0f91883b17
commit 5e621e494f
3 changed files with 37 additions and 0 deletions

View file

@ -156,6 +156,7 @@ namespace JS {
P(getMinutes) \
P(getMonth) \
P(getOwnPropertyDescriptor) \
P(getOwnPropertyDescriptors) \
P(getOwnPropertyNames) \
P(getOwnPropertySymbols) \
P(getPrototypeOf) \