michael@0: // |jit-test| dump-bytecode michael@0: michael@0: function f() { } michael@0: evaluate('function g() { f(); }', {newContext: true}); michael@0: for (var i = 0; i < 2; i++) michael@0: g(0);