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

LibJS: Add Date.prototype.setMonth()

This commit is contained in:
Idan Horowitz 2021-06-06 16:26:29 +03:00 committed by Linus Groh
parent 59034554a4
commit a93b1c7ea0
4 changed files with 124 additions and 0 deletions

View file

@ -220,6 +220,7 @@ namespace JS {
P(setHours) \
P(setMilliseconds) \
P(setMinutes) \
P(setMonth) \
P(setPrototypeOf) \
P(setSeconds) \
P(setYear) \