Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
JSTests
/
stress
/
to-this-int32.js
blob: 7cf0c2ad9342402ed606f28673cfdf31db5b73b6 [
file
] [
log
] [
blame
]
Number
.
prototype
.
negate
=
function
()
{
"use strict"
;
return
-
this
;
};
for
(
var
i
=
1
;
i
<
1e4
;
++
i
)
(
0x424242
).
negate
();