1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

LibJS: Add Date.prototype.{get, set}Year()

This commit is contained in:
Idan Horowitz 2021-05-29 23:52:17 +03:00 committed by Linus Groh
parent 96ee5e36ed
commit 09233b9e41
3 changed files with 43 additions and 0 deletions

View file

@ -133,6 +133,7 @@ namespace JS {
P(getUTCMinutes) \
P(getUTCMonth) \
P(getUTCSeconds) \
P(getYear) \
P(global) \
P(globalThis) \
P(groups) \
@ -207,6 +208,7 @@ namespace JS {
P(setMinutes) \
P(setPrototypeOf) \
P(setSeconds) \
P(setYear) \
P(shift) \
P(sign) \
P(sin) \