michael@0: SECTION = 0; michael@0: function TestCase() {} michael@0: function outer_func(x) michael@0: { michael@0: var y = "inner"; michael@0: new TestCase( SECTION, { SECTION: ++y }); michael@0: } michael@0: outer_func(1111);