blob: 34b17286132892a8108f807f2c01f82103fe0802 [file] [log] [blame]
Number.prototype.negate = function ()
{
"use strict";
return -this;
};
for (var i = 1; i < 1e4; ++i)
(4.24242).negate();