mirror of https://github.com/tc39/test262.git
Add esid
This commit is contained in:
parent
c30216b959
commit
d854cfe266
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The length property of eval has the attribute DontEnum
|
||||
es5id: 15.1.2.1_A4.1
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: Checking use propertyIsEnumerable, for-in
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The length property of eval does not have the attribute DontDelete
|
||||
es5id: 15.1.2.1_A4.2
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: Checking use hasOwnProperty, delete
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The length property of eval has the attribute ReadOnly
|
||||
es5id: 15.1.2.1_A4.3
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: Checking if varying the length property fails
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The length property of eval is 1
|
||||
es5id: 15.1.2.1_A4.4
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: eval.length === 1
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: >
|
||||
eval.name is "eval".
|
||||
info: >
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The eval property can't be used as constructor
|
||||
es5id: 15.1.2.1_A4.7
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: >
|
||||
If property does not implement the internal [[Construct]] method,
|
||||
throw a TypeError exception
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The eval property has not prototype property
|
||||
es5id: 15.1.2.1_A4.6
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: Checking eval.prototype
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
/*---
|
||||
info: The eval property has the attribute DontEnum
|
||||
es5id: 15.1.2.1_A4.5
|
||||
es6id: 18.2.1
|
||||
esid: sec-eval-x
|
||||
description: Checking use propertyIsEnumerable, for-in
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue