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:
parent
3dab9d0b5c
commit
0f8ed6183b
2 changed files with 4 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue