mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTime
This commit is contained in:
parent
010761aff4
commit
64a98d0f90
Notes:
sideshowbarker
2024-07-18 07:41:52 +09:00
Author: https://github.com/IdanHo
Commit: 64a98d0f90
Pull-request: https://github.com/SerenityOS/serenity/pull/9119
Reviewed-by: https://github.com/linusg ✅
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