LibJS: Partial support for Date.prototype.setFullYear()

This commit is contained in:
Andreas Kling
2021-03-14 16:23:46 +01:00
parent 4da3e5d91f
commit 3596c42deb
Notes: sideshowbarker 2024-07-18 21:20:00 +09:00
3 changed files with 19 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ namespace JS {
P(reverse) \
P(round) \
P(set) \
P(setFullYear) \
P(setPrototypeOf) \
P(shift) \
P(sign) \