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

LibJS: Implement Object.defineProperties()

This commit is contained in:
Linus Groh 2021-04-10 18:39:11 +02:00 committed by Andreas Kling
parent 275da6fcc9
commit da8a35a79e
6 changed files with 120 additions and 0 deletions

View file

@ -95,6 +95,7 @@ namespace JS {
P(count) \
P(countReset) \
P(debug) \
P(defineProperties) \
P(defineProperty) \
P(deleteProperty) \
P(description) \