summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug648843.js
blob: 37de8fbbe5f73a5e96cf14f51da848cbc16caad2 (plain)
1
2
3
4
5
6
7
8
function Q(on)
{
  options().match
}
function options() { return "methodjit"; }
gczeal(2);
for (i = 0; i < 100 ; ++i) { Q(Q(42, [])); }