michael@0: if (typeof ParallelArray === "undefined") michael@0: quit(); michael@0: michael@0: function TestCase(n, d, e, a) {}; michael@0: function reportCompare() { michael@0: new TestCase(); michael@0: } michael@0: reportCompare(); michael@0: TestCase = ParallelArray; michael@0: try { michael@0: reportCompare(); michael@0: } catch(exc1) {} michael@0: reportCompare();