mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
LibJS: Implement Object.assign()
This commit is contained in:
parent
de77946a8c
commit
7e1bffdeb8
4 changed files with 78 additions and 0 deletions
|
@ -56,6 +56,7 @@ namespace JS {
|
|||
P(asin) \
|
||||
P(asinh) \
|
||||
P(assert) \
|
||||
P(assign) \
|
||||
P(at) \
|
||||
P(atan) \
|
||||
P(atan2) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue