LibJS: Implement Date.prototype.toTemporalInstant

This commit is contained in:
Timothy Flynn 2024-11-26 10:51:45 -05:00 committed by Tim Flynn
commit 511029807a
Notes: github-actions[bot] 2024-11-26 21:57:38 +00:00
4 changed files with 39 additions and 0 deletions

View file

@ -538,6 +538,7 @@ namespace JS {
P(toSpliced) \
P(toString) \
P(total) \
P(toTemporalInstant) \
P(toTimeString) \
P(toUpperCase) \
P(toUTCString) \