2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/publicdomain/zero/1.0/
7 // Try to open a new worker.
9 var worker = new Worker("close_worker.js");
10 throw new Error("We shouldn't get here!");
16 setTimeout(function () {
17 setTimeout(function () {
18 throw new Error("I should never run!");