js/src/jit-test/tests/basic/bug643249.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:2e56b567c4e1
1 {
2 function x() {}
3 }
4 for (i = 0; i < 10; i++) {
5 _someglobal_ = /a/;
6 (function() {
7 return function() {
8 return _someglobal_
9 } ()
10 } () == /a/);
11 gc();
12 try { _someglobal_ = new Function.__lookupSetter__ } catch (e) {}
13 }

mercurial