mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibJS: Partial support for Date.prototype.setFullYear()
This commit is contained in:
parent
4da3e5d91f
commit
3596c42deb
3 changed files with 19 additions and 0 deletions
|
@ -199,6 +199,7 @@ namespace JS {
|
|||
P(reverse) \
|
||||
P(round) \
|
||||
P(set) \
|
||||
P(setFullYear) \
|
||||
P(setPrototypeOf) \
|
||||
P(shift) \
|
||||
P(sign) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue