1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:27:35 +00:00

LibJS: Add the Number.{MAX, MIN}_VALUE constants

This commit is contained in:
Idan Horowitz 2021-06-05 00:56:43 +03:00 committed by Linus Groh
parent 3dab9d0b5c
commit 0f8ed6183b
2 changed files with 4 additions and 0 deletions

View file

@ -24,7 +24,9 @@ namespace JS {
P(LOG10E) \
P(LOG2E) \
P(MAX_SAFE_INTEGER) \
P(MAX_VALUE) \
P(MIN_SAFE_INTEGER) \
P(MIN_VALUE) \
P(Math) \
P(NEGATIVE_INFINITY) \
P(NaN) \