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:
parent
96ee5e36ed
commit
09233b9e41
3 changed files with 43 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue