js/src/jit-test/tests/jaeger/recompile/bug646267.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:cad9dffd607e
1 function t(code) {
2 var f = new Function(code);
3 try { f(); } catch (e) { }
4 }
5 t("");
6 t("");
7 t("");
8 t("this.function = 7;");

mercurial