LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds

This commit is contained in:
tuqqu 2021-03-19 22:12:08 +03:00 committed by Andreas Kling
commit 43f0c92bcd
Notes: sideshowbarker 2024-07-18 21:13:34 +09:00
8 changed files with 190 additions and 1 deletions

View file

@ -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) \