comparison: js/src/jit-test/tests/jaeger/recompile/bug646267.js
js/src/jit-test/tests/jaeger/recompile/bug646267.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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;"); |