Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
JSTests
/
stress
/
to-this-int52.js
blob: 145f7a9d95832a3a540e8966dd80c6e1080ace3a [
file
] [
log
] [
blame
]
Number
.
prototype
.
negate
=
function
()
{
"use strict"
;
return
-
this
;
};
for
(
var
i
=
1
;
i
<
1e4
;
++
i
)
(
0xfffffff
*
100000
).
negate
();