1
Fork 0
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:
Linus Groh 2021-07-08 00:31:49 +01:00
parent cc64efac44
commit 7e4b0681e1
3 changed files with 25 additions and 0 deletions

View file

@ -312,6 +312,7 @@ namespace JS {
P(toLocaleTimeString) \
P(toLowerCase) \
P(toString) \
P(toTemporalInstant) \
P(toTimeString) \
P(toUpperCase) \
P(toUTCString) \