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

LibJS: Partial support for Date.prototype.setFullYear()

This commit is contained in:
Andreas Kling 2021-03-14 16:23:46 +01:00
parent 4da3e5d91f
commit 3596c42deb
3 changed files with 19 additions and 0 deletions

View file

@ -199,6 +199,7 @@ namespace JS {
P(reverse) \
P(round) \
P(set) \
P(setFullYear) \
P(setPrototypeOf) \
P(shift) \
P(sign) \