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:
parent
dc984c53d8
commit
534b2be16f
4 changed files with 244 additions and 0 deletions
|
@ -452,6 +452,7 @@ namespace JS {
|
|||
P(timeZone) \
|
||||
P(timeZoneName) \
|
||||
P(toDateString) \
|
||||
P(toExponential) \
|
||||
P(toFixed) \
|
||||
P(toGMTString) \
|
||||
P(toInstant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue