15.1.1.2-0.js |
---
es5id: 15.1.1.2-0
description: >
Global.Infinity is a data property with default attribute values
(false)
--- |
531 |
browser.js |
|
0 |
prop-desc.js |
---
esid: sec-value-properties-of-the-global-object-infinity
description: Property descriptor of Infinity
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
509 |
S15.1.1.2_A1.js |
---
info: The initial value of Infinity is Number.POSITIVE_INFINITY
es5id: 15.1.1.2_A1
description: Use typeof, isNaN, isFinite
--- |
710 |
S15.1.1.2_A2_T2.js |
---
info: The Infinity is ReadOnly
es5id: 15.1.1.2_A2_T2
description: Checking typeof Functions
flags: [noStrict]
--- |
452 |
S15.1.1.2_A3_T2.js |
---
info: The Infinity is DontDelete
es5id: 15.1.1.2_A3_T2
description: Use delete
flags: [noStrict]
--- |
410 |
S15.1.1.2_A4.js |
---
info: The Infinity is DontEnum
es5id: 15.1.1.2_A4
description: Use for-in statement
--- |
416 |
shell.js |
|
0 |