michael@0: // |jit-test| debug michael@0: michael@0: function test(s) { michael@0: eval(s); michael@0: let (y = evalInFrame(0, '3'), x = x) { michael@0: assertEq(x, 5); michael@0: } michael@0: } michael@0: test('var x = 5;');