This commit is contained in:
Lyza Danger Gardner 2017-06-29 13:36:48 -04:00 committed by Rick Waldron
parent c30216b959
commit d854cfe266
8 changed files with 15 additions and 0 deletions

View File

@ -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
---*/

View File

@ -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
---*/

View File

@ -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]
---*/

View File

@ -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
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 18.2.1
esid: sec-eval-x
description: >
eval.name is "eval".
info: >

View File

@ -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

View File

@ -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
---*/

View File

@ -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
---*/