1
Fork 0
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:
Idan Horowitz 2021-06-19 17:02:42 +03:00 committed by Linus Groh
parent 5e53a690ac
commit c31392510a
5 changed files with 79 additions and 0 deletions

View file

@ -297,6 +297,7 @@ namespace JS {
P(test) \
P(then) \
P(toDateString) \
P(toFixed) \
P(toGMTString) \
P(toISOString) \
P(toJSON) \