This commit is contained in:
Lyza Danger Gardner 2017-06-29 11:31:57 -04:00 committed by Rick Waldron
parent 4a9a3a2d06
commit 26ef14c315
14 changed files with 16 additions and 11 deletions

View File

@ -4,6 +4,8 @@
/*---
info: The isNaN property has not prototype property
es5id: 15.1.2.4_A2.6
es6id: 18.2.3
esid: sec-isnan-number
description: Checking isNaN.prototype
---*/

View File

@ -4,6 +4,8 @@
/*---
info: The isNaN property can't be used as constructor
es5id: 15.1.2.4_A2.7
es6id: 18.2.3
esid: sec-isnan-number
description: >
If property does not implement the internal [[Construct]] method,
throw a TypeError exception

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
The length property of isNaN is 1
includes: [propertyHelper.js]

View File

@ -3,6 +3,7 @@
/*---
es6id: 18.2.3
esid: sec-isnan-number
description: >
isNaN.name is "isNaN".
info: >

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Property descriptor for isNaN
includes: [propertyHelper.js]

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Throws a TypeError if number is a Symbol
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Return false if number is not NaN
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Return true if number is NaN
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Return abrupt completion calling number.@@toPrimitive
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Return abrupt completion getting number.@@toPrimitive
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Throws a TypeError if number.@@toPrimitive is not null, undefined, or callable
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Throws a TypeError if the result of calling number.@@toPrimitive is an Object
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Throws a TypeError if the result of calling number.@@toPrimitive is a symbol
info: |

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-isnan-number
es6id: 18.2.3
esid: sec-isnan-number
description: >
Use non-object value returned from @@toPrimitive method
info: |