Sign in
webkit
/
WebKit
/
6ddf72b170615ecec95a6e91c205227cc12d556b
/
.
/
JSTests
/
microbenchmarks
/
function-prototype-get.js
blob: 14235033065c0e4f126ce2b2d66f09efc4b600c0 [
file
] [
log
] [
blame
]
(
function
()
{
var
prototype
;
for
(
var
i
=
0
;
i
<
2e5
;
++
i
)
prototype
=
(
function
()
{}).
prototype
;
if
(!
prototype
)
throw
new
Error
(
"Bad assertion!"
);
})();