1
Fork 0
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:
Idan Horowitz 2021-06-06 16:27:21 +03:00 committed by Linus Groh
parent a93b1c7ea0
commit 17afe015a5
4 changed files with 73 additions and 0 deletions

View file

@ -223,6 +223,7 @@ namespace JS {
P(setMonth) \
P(setPrototypeOf) \
P(setSeconds) \
P(setTime) \
P(setYear) \
P(shift) \
P(sign) \