mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTime
This commit is contained in:
parent
8f9b4a5ea6
commit
d1ee31c5de
4 changed files with 43 additions and 0 deletions
|
@ -381,6 +381,7 @@ namespace JS {
|
|||
P(toLocaleUpperCase) \
|
||||
P(toLowerCase) \
|
||||
P(toPlainDate) \
|
||||
P(toPlainDateTime) \
|
||||
P(toString) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue