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