michael@0: // |jit-test| error: InternalError michael@0: // from bug 729797, bug732852 as well michael@0: var patterns = new Array(); michael@0: patterns[0] = ''; michael@0: test(); michael@0: function test() { michael@0: for (i in patterns) { michael@0: s = patterns[i]; michael@0: status =(test)(s); michael@0: } michael@0: }