1 2 3 4 5 6 7 8 9
if (helperThreadCount() == 0) quit(); evalInWorker(` function f() { fullcompartmentchecks(f); } try { f(); } catch(e) {} `);