blob: aaf5843dcd0b66b2d98b1467e789d202b21cc948 [file] [log] [blame]
function jit(on)
{
options().match
}
function options() { return "methodjit"; }
gczeal(2);
for (i = 0; i < 100 ; ++i) { jit(jit(42, [])); }