michael@0: // |jit-test| error:Error michael@0: michael@0: // Binary: cache/js-dbg-64-c676b554c7bb-linux michael@0: // Flags: michael@0: // michael@0: michael@0: if (getBuildConfiguration().parallelJS) { michael@0: var p = new ParallelArray([1,25e8 ,3,4]); michael@0: var pp = p.partition(.34 ); michael@0: } else { michael@0: throw new Error(); michael@0: }