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

LibJS: Implement Number.prototype.toExponential

This commit is contained in:
Timothy Flynn 2022-01-03 19:48:44 -05:00 committed by Linus Groh
parent dc984c53d8
commit 534b2be16f
4 changed files with 244 additions and 0 deletions

View file

@ -452,6 +452,7 @@ namespace JS {
P(timeZone) \
P(timeZoneName) \
P(toDateString) \
P(toExponential) \
P(toFixed) \
P(toGMTString) \
P(toInstant) \