Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
JSTests
/
stress
/
pow-no-result.js
blob: ebe8f1f4c94e34b4c0ef9df7664d32807c022878 [
file
] [
log
] [
blame
]
var
o
=
{};
o
.
__defineSetter__
(
"foo"
,
Math
.
pow
);
function
foo
()
{
o
.
foo
=
42
;
}
noInline
(
foo
);
for
(
var
i
=
0
;
i
<
10000
;
++
i
)
foo
();