prop-desc.js (351B)
1 // Copyright 2015 Microsoft Corporation. All rights reserved. 2 // This code is governed by the license found in the LICENSE file. 3 4 /*--- 5 description: > 6 "log10" property of Math 7 includes: [propertyHelper.js] 8 es6id: 20.2.2.20 9 ---*/ 10 11 verifyProperty(Math, "log10", { 12 writable: true, 13 enumerable: false, 14 configurable: true, 15 }); 16 17 reportCompare(0, 0);