mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibJS: Implement Object.defineProperties()
This commit is contained in:
parent
275da6fcc9
commit
da8a35a79e
6 changed files with 120 additions and 0 deletions
|
@ -95,6 +95,7 @@ namespace JS {
|
|||
P(count) \
|
||||
P(countReset) \
|
||||
P(debug) \
|
||||
P(defineProperties) \
|
||||
P(defineProperty) \
|
||||
P(deleteProperty) \
|
||||
P(description) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue