Skip to content
Snippets Groups Projects
Commit 91d06f50 authored by Leonardo Balter's avatar Leonardo Balter Committed by Mike Pennisi
Browse files

Update esid for Object.getOwnPropertyDescriptors

parent 60e61a15
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 15 deletions
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors on a proxy with duplicate ownKeys should work
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
features: [Proxy]
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should fail if given a null or undefined value
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should have length 1
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
includes: [propertyHelper.js]
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should have name property with value 'getOwnPropertyDescriptors'
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
includes: [propertyHelper.js]
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should be writable, non-enumerable, and configurable
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
includes: [propertyHelper.js]
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors does not see inherited properties.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should produce a normal object inheriting from Object.prototype
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors should perform observable operations in the correct order
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
features: [Proxy]
includes: [proxyTrapsHelper.js]
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors accepts boolean primitives.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors accepts number primitives.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors accepts string primitives.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors accepts Symbol primitives.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
features: [Symbol]
---*/
......
......@@ -3,7 +3,7 @@
/*---
description: Object.getOwnPropertyDescriptors includes Symbol keys.
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
features: [Symbol]
---*/
......
......@@ -4,7 +4,7 @@
/*---
description: >
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to the global property Object
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
......@@ -4,7 +4,7 @@
/*---
description: >
Object.getOwnPropertyDescriptors should not have its behavior impacted by modifications to Object.getOwnPropertyDescriptor
esid: pending
esid: sec-object.getownpropertydescriptors
author: Jordan Harband
---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment