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