mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibJS: Add Date.prototype.setTime()
This commit is contained in:
parent
a93b1c7ea0
commit
17afe015a5
4 changed files with 73 additions and 0 deletions
|
@ -223,6 +223,7 @@ namespace JS {
|
|||
P(setMonth) \
|
||||
P(setPrototypeOf) \
|
||||
P(setSeconds) \
|
||||
P(setTime) \
|
||||
P(setYear) \
|
||||
P(shift) \
|
||||
P(sign) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue