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

LibJS: Implement Array.prototype.copyWithin generically

This commit is contained in:
davidot 2021-06-13 18:09:34 +02:00 committed by Linus Groh
parent 417f752306
commit 6c13cc67c6
5 changed files with 161 additions and 0 deletions

View file

@ -82,6 +82,7 @@ namespace JS {
P(console) \
P(construct) \
P(constructor) \
P(copyWithin) \
P(cos) \
P(cosh) \
P(count) \