michael@0: // |jit-test| error: InternalError michael@0: function foo() { return "tracejit,methodjit"; }; michael@0: function baz(on) { michael@0: foo('bar'); michael@0: } michael@0: eval("\ michael@0: test();\ michael@0: function test() {\ michael@0: baz(true);\ michael@0: test();\ michael@0: }\ michael@0: ");