mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds
This commit is contained in:
parent
974a981ded
commit
43f0c92bcd
8 changed files with 190 additions and 1 deletions
|
@ -201,7 +201,11 @@ namespace JS {
|
|||
P(round) \
|
||||
P(set) \
|
||||
P(setFullYear) \
|
||||
P(setHours) \
|
||||
P(setMilliseconds) \
|
||||
P(setMinutes) \
|
||||
P(setPrototypeOf) \
|
||||
P(setSeconds) \
|
||||
P(shift) \
|
||||
P(sign) \
|
||||
P(sin) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue