Skip to content
Snippets Groups Projects
Commit 26ef14c3 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Rick Waldron
Browse files

Add esid

parent 4a9a3a2d
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 11 deletions
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
/*--- /*---
info: The isNaN property has not prototype property info: The isNaN property has not prototype property
es5id: 15.1.2.4_A2.6 es5id: 15.1.2.4_A2.6
es6id: 18.2.3
esid: sec-isnan-number
description: Checking isNaN.prototype description: Checking isNaN.prototype
---*/ ---*/
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
/*--- /*---
info: The isNaN property can't be used as constructor info: The isNaN property can't be used as constructor
es5id: 15.1.2.4_A2.7 es5id: 15.1.2.4_A2.7
es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
If property does not implement the internal [[Construct]] method, If property does not implement the internal [[Construct]] method,
throw a TypeError exception throw a TypeError exception
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
The length property of isNaN is 1 The length property of isNaN is 1
includes: [propertyHelper.js] includes: [propertyHelper.js]
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/*--- /*---
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
isNaN.name is "isNaN". isNaN.name is "isNaN".
info: > info: >
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Property descriptor for isNaN Property descriptor for isNaN
includes: [propertyHelper.js] includes: [propertyHelper.js]
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Throws a TypeError if number is a Symbol Throws a TypeError if number is a Symbol
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Return false if number is not NaN Return false if number is not NaN
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Return true if number is NaN Return true if number is NaN
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Return abrupt completion calling number.@@toPrimitive Return abrupt completion calling number.@@toPrimitive
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Return abrupt completion getting number.@@toPrimitive Return abrupt completion getting number.@@toPrimitive
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Throws a TypeError if number.@@toPrimitive is not null, undefined, or callable Throws a TypeError if number.@@toPrimitive is not null, undefined, or callable
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Throws a TypeError if the result of calling number.@@toPrimitive is an Object Throws a TypeError if the result of calling number.@@toPrimitive is an Object
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Throws a TypeError if the result of calling number.@@toPrimitive is a symbol Throws a TypeError if the result of calling number.@@toPrimitive is a symbol
info: | info: |
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-isnan-number
es6id: 18.2.3 es6id: 18.2.3
esid: sec-isnan-number
description: > description: >
Use non-object value returned from @@toPrimitive method Use non-object value returned from @@toPrimitive method
info: | info: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment