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