| // 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 |
| property, the [[Get]] field of 'desc' and the [[Get]] attribute |
| value of 'P' are two objects which refer to the same object |
| includes: [propertyHelper.js] |
| Object.defineProperty(arr, "0", { |
| Object.defineProperties(arr, { |
| verifyEqualTo(arr, "0", get_func()); |
| verifyNotEnumerable(arr, "0"); |
| verifyNotConfigurable(arr, "0"); |