mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibJS: Implement Object.create()
This commit is contained in:
parent
da8a35a79e
commit
9cd010167a
4 changed files with 87 additions and 0 deletions
|
@ -94,6 +94,7 @@ namespace JS {
|
|||
P(cosh) \
|
||||
P(count) \
|
||||
P(countReset) \
|
||||
P(create) \
|
||||
P(debug) \
|
||||
P(defineProperties) \
|
||||
P(defineProperty) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue