15.2.3.6-4-605.js (397B)
1 // Copyright (c) 2012 Ecma International. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 es5id: 15.2.3.6-4-605 6 description: ES5 Attributes - all attributes in Object.freeze are correct 7 includes: [propertyHelper.js] 8 ---*/ 9 10 verifyProperty(Object, "freeze", { 11 writable: true, 12 enumerable: false, 13 configurable: true, 14 }); 15 16 reportCompare(0, 0);