summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug607502.js
blob: 1fbeab36e04ade8025c777f7ba74afc76104fc1b (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-d253c44465ae-linux
// Flags: -m
//
function q() { ++i; }
var i = 0;
Object.freeze(this);
q();
q();