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
9 includes: [propertyHelper.js]
14 Object.defineProperty(obj, "property", {
18 assert(obj.hasOwnProperty("property"));
20 verifyNotWritable(obj, "property");
22 assert.sameValue(typeof(obj.property), "undefined");