| browser.js |
|
0 |
- |
| S15.7.3.3_A2.js |
---
info: Number.MIN_VALUE is ReadOnly
es5id: 15.7.3.3_A2
description: Checking if varying Number.MIN_VALUE fails
includes: [propertyHelper.js]
--- |
548 |
- |
| S15.7.3.3_A3.js |
---
info: Number.MIN_VALUE is DontDelete
es5id: 15.7.3.3_A3
description: Checking if deleting Number.MIN_VALUE fails
includes: [propertyHelper.js]
--- |
562 |
- |
| S15.7.3.3_A4.js |
---
info: Number.MIN_VALUE has the attribute DontEnum
es5id: 15.7.3.3_A4
description: Checking if enumerating Number.MIN_VALUE fails
--- |
586 |
- |
| shell.js |
|
0 |
- |
| value.js |
---
esid: sec-number.min_value
description: >
Number.MIN_VALUE is approximately 5e-324. We can't directly compare it as the spec states:
In the IEEE 754-2019 double precision binary representation, the smallest possible value is a denormalized number.
If an implementation does not support denormalized values, the value of Number.MIN_VALUE must be the smallest
non-zero positive value that can actually be represented by the implementation.
--- |
972 |
- |