1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

LibJS: Implement Object.assign()

This commit is contained in:
Linus Groh 2021-06-12 11:35:53 +01:00
parent de77946a8c
commit 7e1bffdeb8
4 changed files with 78 additions and 0 deletions

View file

@ -56,6 +56,7 @@ namespace JS {
P(asin) \
P(asinh) \
P(assert) \
P(assign) \
P(at) \
P(atan) \
P(atan2) \