15.2.3.6-4-604.js (393B)
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-604 6 description: ES5 Attributes - all attributes in Object.seal are correct 7 includes: [propertyHelper.js] 8 ---*/ 9 10 verifyProperty(Object, "seal", { 11 writable: true, 12 enumerable: false, 13 configurable: true, 14 }); 15 16 reportCompare(0, 0);