| // Copyright (c) 2012 Ecma International. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| Object.defineProperties - 'O' is an Array, 'P' is an array index |
| named property, 'P' property doesn't exist in 'O', test |
| [[Enumerable]] of 'P' property in 'Attributes' is set as false |
| value if [[Enumerable]] is absent in accessor descriptor 'desc' |
| Object.defineProperties(arr, { |
| assert.sameValue(i === "0" && arr.hasOwnProperty("0"), false, 'i === "0" && arr.hasOwnProperty("0")'); |