mirror of https://github.com/tc39/test262.git
add esid
This commit is contained in:
parent
a876cc2dae
commit
4a9a3a2d06
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The isFinite property has not prototype property
|
||||
es5id: 15.1.2.5_A2.6
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: Checking isFinite.prototype
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The isFinite property can't be used as constructor
|
||||
es5id: 15.1.2.5_A2.7
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
If property does not implement the internal [[Construct]] method,
|
||||
throw a TypeError exception
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
The length property of isFinite is 1
|
||||
includes: [propertyHelper.js]
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
isFinite.name is "isFinite".
|
||||
info: >
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Property descriptor for isFinite
|
||||
includes: [propertyHelper.js]
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Throws a TypeError if number is a Symbol
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Return abrupt completion from ToNumber(number)
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Return false if number is NaN, Infinity or -Infinity
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Return true if number is not NaN, Infinity or -Infinity
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
number argument is converted by ToNumber
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Return abrupt completion calling number.@@toPrimitive
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Return abrupt completion getting number.@@toPrimitive
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Throws a TypeError if number.@@toPrimitive is not null, undefined, or callable
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Throws a TypeError if the result of calling number.@@toPrimitive is an Object
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Throws a TypeError if the result of calling number.@@toPrimitive is a symbol
|
||||
info: |
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-isfinite-number
|
||||
es6id: 18.2.2
|
||||
esid: sec-isfinite-number
|
||||
description: >
|
||||
Use non-object value returned from @@toPrimitive method
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue