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 info: The length property of eval has the attribute DontEnum
es5id: 15.1.2.1_A4.1 es5id: 15.1.2.1_A4.1
es6id: 18.2.1
esid: sec-eval-x
description: Checking use propertyIsEnumerable, for-in description: Checking use propertyIsEnumerable, for-in
---*/ ---*/

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The length property of eval does not have the attribute DontDelete info: The length property of eval does not have the attribute DontDelete
es5id: 15.1.2.1_A4.2 es5id: 15.1.2.1_A4.2
es6id: 18.2.1
esid: sec-eval-x
description: Checking use hasOwnProperty, delete description: Checking use hasOwnProperty, delete
---*/ ---*/

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The length property of eval has the attribute ReadOnly info: The length property of eval has the attribute ReadOnly
es5id: 15.1.2.1_A4.3 es5id: 15.1.2.1_A4.3
es6id: 18.2.1
esid: sec-eval-x
description: Checking if varying the length property fails description: Checking if varying the length property fails
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The length property of eval is 1 info: The length property of eval is 1
es5id: 15.1.2.1_A4.4 es5id: 15.1.2.1_A4.4
es6id: 18.2.1
esid: sec-eval-x
description: eval.length === 1 description: eval.length === 1
---*/ ---*/

View File

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

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The eval property can't be used as constructor info: The eval property can't be used as constructor
es5id: 15.1.2.1_A4.7 es5id: 15.1.2.1_A4.7
es6id: 18.2.1
esid: sec-eval-x
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

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The eval property has not prototype property info: The eval property has not prototype property
es5id: 15.1.2.1_A4.6 es5id: 15.1.2.1_A4.6
es6id: 18.2.1
esid: sec-eval-x
description: Checking eval.prototype description: Checking eval.prototype
---*/ ---*/

View File

@ -4,6 +4,8 @@
/*--- /*---
info: The eval property has the attribute DontEnum info: The eval property has the attribute DontEnum
es5id: 15.1.2.1_A4.5 es5id: 15.1.2.1_A4.5
es6id: 18.2.1
esid: sec-eval-x
description: Checking use propertyIsEnumerable, for-in description: Checking use propertyIsEnumerable, for-in
---*/ ---*/