browser.js |
|
0 |
prop-desc.js |
---
esid: sec-number.negative_infinity
description: >
"NEGATIVE_INFINITY" property of Number
info: |
Number.NEGATIVE_INFINITY
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false,
[[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
591 |
S15.7.3.5_A1.js |
---
info: Number.NEGATIVE_INFINITY is -Infinity
es5id: 15.7.3.5_A1
description: Checking sign and finiteness of Number.NEGATIVE_INFINITY
--- |
417 |
S15.7.3.5_A2.js |
---
info: Number.NEGATIVE_INFINITY is ReadOnly
es5id: 15.7.3.5_A2
description: Checking if varying Number.NEGATIVE_INFINITY fails
includes: [propertyHelper.js]
--- |
565 |
shell.js |
|
0 |
value.js |
---
esid: sec-number.negative_infinity
description: >
The value of Number.NEGATIVE_INFINITY is -Infinity
info: |
Number.NEGATIVE_INFINITY
The value of Number.NEGATIVE_INFINITY is -∞.
--- |
417 |