1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibJS: Add Date.prototype.toGMTString()

This commit is contained in:
Andreas Kling 2021-03-14 16:40:41 +01:00
parent 36ea9fbd9e
commit 093331df06
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) \