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
commit 09233b9e41
Notes: sideshowbarker 2024-07-18 17:11:28 +09:00
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) \