blob: c1a1f472f1d47ca1a3e81aa9960ea96ec8472104 [file] [log] [blame]
try {
evalInWorker(`
function f() { f(); }
try { f(); } catch(e) {}
`);
} catch(e) {
assertEq(e.toString().includes("--no-threads"), true);
}