Bug 938431 followup, bail out when ParallelArray isn't defined, since it's only on trunk

--HG--
extra : rebase_source : 91f842ae5b53c452d156288e7124394646b86ebc
This commit is contained in:
Phil Ringnalda 2013-11-23 18:00:11 -08:00
parent d83ce2a599
commit b27943e7d5

View File

@ -1,3 +1,6 @@
if (typeof ParallelArray === "undefined")
quit();
function x() {}
ParallelArray(3385, function(y) {
Object.defineProperty([], 8, {