michael@0: // |jit-test| slow; michael@0: load(libdir + "asserts.js"); michael@0: michael@0: function f() { michael@0: Array.buildPar(6, function() {}); michael@0: f(); michael@0: } michael@0: michael@0: if (getBuildConfiguration().parallelJS) michael@0: assertThrowsInstanceOf(f, InternalError);