michael@0: // Binary: cache/js-dbg-64-a3eeee8f7803-linux michael@0: // Flags: -m -n michael@0: // michael@0: var i = 0; michael@0: var gTestcases = new Array; michael@0: var gTc = gTestcases; michael@0: function TestCase(n, d, e, a) { michael@0: this.description=d; michael@0: gTestcases[gTc++]=this; michael@0: } michael@0: function writeTestCaseResult( expect, actual, string ) {}; michael@0: new TestCase; michael@0: test(); michael@0: function test() { michael@0: for ( gTc=0 ; ; ) { michael@0: i++; michael@0: if (i > 20) { break; } michael@0: gTestcases[gTc].description+=" )"; michael@0: gTestcases=[1,]; michael@0: } michael@0: }