LibJS: Implement Number.prototype.toExponential

This commit is contained in:
Timothy Flynn 2022-01-03 19:48:44 -05:00 committed by Linus Groh
commit 534b2be16f
Notes: sideshowbarker 2024-07-17 21:42:26 +09:00
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) \