mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
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
|
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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -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]
|
||||||
---*/
|
---*/
|
||||||
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -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: >
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user