1 // Copyright (c) 2012 Ecma International. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
7 Object.defineProperty - 'writable' property in 'Attributes' is +0
9 includes: [propertyHelper.js]
14 Object.defineProperty(obj, "property", {
18 assert(obj.hasOwnProperty("property"));
19 verifyNotWritable(obj, "property");