mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibJS: Implement Date.prototype.toTemporalInstant()
This commit is contained in:
parent
cc64efac44
commit
7e4b0681e1
3 changed files with 25 additions and 0 deletions
|
@ -312,6 +312,7 @@ namespace JS {
|
|||
P(toLocaleTimeString) \
|
||||
P(toLowerCase) \
|
||||
P(toString) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
P(toUpperCase) \
|
||||
P(toUTCString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue