mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTime
This commit is contained in:
parent
010761aff4
commit
64a98d0f90
4 changed files with 33 additions and 0 deletions
|
@ -382,6 +382,7 @@ namespace JS {
|
|||
P(toLowerCase) \
|
||||
P(toPlainDate) \
|
||||
P(toPlainDateTime) \
|
||||
P(toPlainTime) \
|
||||
P(toString) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue