mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()
This commit is contained in:
parent
ed9d37bd40
commit
6709c915aa
6 changed files with 75 additions and 1 deletions
|
@ -392,6 +392,7 @@ namespace JS {
|
|||
P(toPlainDate) \
|
||||
P(toPlainDateTime) \
|
||||
P(toPlainTime) \
|
||||
P(toPlainYearMonth) \
|
||||
P(toString) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue