mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibJS: Add the Number.prototype.toFixed method
This commit is contained in:
parent
5e53a690ac
commit
c31392510a
5 changed files with 79 additions and 0 deletions
|
@ -297,6 +297,7 @@ namespace JS {
|
|||
P(test) \
|
||||
P(then) \
|
||||
P(toDateString) \
|
||||
P(toFixed) \
|
||||
P(toGMTString) \
|
||||
P(toISOString) \
|
||||
P(toJSON) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue