mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibJS: Implement Date.prototype.toTemporalInstant
This commit is contained in:
parent
8e8c133db5
commit
511029807a
Notes:
github-actions[bot]
2024-11-26 21:57:38 +00:00
Author: https://github.com/trflynn89
Commit: 511029807a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2594
4 changed files with 39 additions and 0 deletions
|
@ -538,6 +538,7 @@ namespace JS {
|
|||
P(toSpliced) \
|
||||
P(toString) \
|
||||
P(total) \
|
||||
P(toTemporalInstant) \
|
||||
P(toTimeString) \
|
||||
P(toUpperCase) \
|
||||
P(toUTCString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue