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