mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
LibJS: Implement Number.prototype.toExponential
This commit is contained in:
parent
dc984c53d8
commit
534b2be16f
Notes:
sideshowbarker
2024-07-17 21:42:26 +09:00
Author: https://github.com/trflynn89
Commit: 534b2be16f
Pull-request: https://github.com/SerenityOS/serenity/pull/11606
Reviewed-by: https://github.com/linusg
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