mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 04:54:44 +02:00
s/esid/id/g
This commit is contained in:
parent
940d8698d1
commit
cf83ad5e73
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors on a proxy with duplicate ownKeys should work
|
description: Object.getOwnPropertyDescriptors on a proxy with duplicate ownKeys should work
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
features: [Proxy]
|
features: [Proxy]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should fail if given a null or undefined value
|
description: Object.getOwnPropertyDescriptors should fail if given a null or undefined value
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should have length 1
|
description: Object.getOwnPropertyDescriptors should have length 1
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should have name property with value 'getOwnPropertyDescriptors'
|
description: Object.getOwnPropertyDescriptors should have name property with value 'getOwnPropertyDescriptors'
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should be writable, non-enumerable, and configurable
|
description: Object.getOwnPropertyDescriptors should be writable, non-enumerable, and configurable
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors does not see inherited properties.
|
description: Object.getOwnPropertyDescriptors does not see inherited properties.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should produce a normal object inheriting from Object.prototype
|
description: Object.getOwnPropertyDescriptors should produce a normal object inheriting from Object.prototype
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors should perform observable operations in the correct order
|
description: Object.getOwnPropertyDescriptors should perform observable operations in the correct order
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
features: [Proxy]
|
features: [Proxy]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors accepts boolean primitives.
|
description: Object.getOwnPropertyDescriptors accepts boolean primitives.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors accepts number primitives.
|
description: Object.getOwnPropertyDescriptors accepts number primitives.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors accepts string primitives.
|
description: Object.getOwnPropertyDescriptors accepts string primitives.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors accepts Symbol primitives.
|
description: Object.getOwnPropertyDescriptors accepts Symbol primitives.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
features: [Symbol]
|
features: [Symbol]
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Object.getOwnPropertyDescriptors includes Symbol keys.
|
description: Object.getOwnPropertyDescriptors includes Symbol keys.
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
features: [Symbol]
|
features: [Symbol]
|
||||||
---*/
|
---*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to the global property Object
|
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to the global property Object
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [fnGlobalObject.js]
|
includes: [fnGlobalObject.js]
|
||||||
---*/
|
---*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to Object.getOwnPropertyDescriptor
|
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to Object.getOwnPropertyDescriptor
|
||||||
esid: pending
|
id: pending
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user