mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
LibJS: Add Date.prototype.toGMTString()
This commit is contained in:
parent
36ea9fbd9e
commit
093331df06
Notes:
sideshowbarker
2024-07-18 21:19:55 +09:00
Author: https://github.com/awesomekling
Commit: 093331df06
5 changed files with 20 additions and 0 deletions
|
@ -220,6 +220,7 @@ namespace JS {
|
|||
P(tanh) \
|
||||
P(test) \
|
||||
P(toDateString) \
|
||||
P(toGMTString) \
|
||||
P(toISOString) \
|
||||
P(toJSON) \
|
||||
P(toLocaleDateString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue