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:
parent
59034554a4
commit
a93b1c7ea0
4 changed files with 124 additions and 0 deletions
|
@ -220,6 +220,7 @@ namespace JS {
|
|||
P(setHours) \
|
||||
P(setMilliseconds) \
|
||||
P(setMinutes) \
|
||||
P(setMonth) \
|
||||
P(setPrototypeOf) \
|
||||
P(setSeconds) \
|
||||
P(setYear) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue