mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
LibJS: Add Date.prototype.{get, set}Year()
This commit is contained in:
parent
96ee5e36ed
commit
09233b9e41
Notes:
sideshowbarker
2024-07-18 17:11:28 +09:00
Author: https://github.com/IdanHo
Commit: 09233b9e41
Pull-request: https://github.com/SerenityOS/serenity/pull/7571
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