15.1.1.1-0.js |
---
es5id: 15.1.1.1-0
description: Global.NaN is a data property with default attribute values (false)
--- |
511 |
browser.js |
|
0 |
prop-desc.js |
---
esid: sec-value-properties-of-the-global-object-nan
description: Property descriptor of NaN
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
494 |
S15.1.1.1_A1.js |
---
es5id: 15.1.1.1_A1
description: The initial value of NaN is NaN
--- |
253 |
S15.1.1.1_A2_T2.js |
---
info: The NaN is ReadOnly
es5id: 15.1.1.1_A2_T2
description: Checking typeof Functions
flags: [noStrict]
--- |
430 |
S15.1.1.1_A3_T2.js |
---
info: The NaN is DontDelete
es5id: 15.1.1.1_A3_T2
description: Use delete
flags: [noStrict]
--- |
395 |
S15.1.1.1_A4.js |
---
info: The NaN is DontEnum
es5id: 15.1.1.1_A3.2
description: Use for-in statement
--- |
403 |
shell.js |
|
0 |