1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:27:46 +00:00

LibJS: Add the Object.getOwnPropertySymbols method

This commit is contained in:
Idan Horowitz 2021-06-12 17:41:13 +03:00 committed by Linus Groh
parent a2da3f97ef
commit bd9e20ef79
5 changed files with 44 additions and 15 deletions

View file

@ -137,6 +137,7 @@ namespace JS {
P(getMonth) \
P(getOwnPropertyDescriptor) \
P(getOwnPropertyNames) \
P(getOwnPropertySymbols) \
P(getPrototypeOf) \
P(getSeconds) \
P(getTime) \