LibJS: Add Date.prototype.toGMTString()

This commit is contained in:
Andreas Kling 2021-03-14 16:40:41 +01:00
commit 093331df06
Notes: sideshowbarker 2024-07-18 21:19:55 +09:00
5 changed files with 20 additions and 0 deletions

View file

@ -220,6 +220,7 @@ namespace JS {
P(tanh) \
P(test) \
P(toDateString) \
P(toGMTString) \
P(toISOString) \
P(toJSON) \
P(toLocaleDateString) \