summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug-1240532.js
blob: 6fd1ccd46fbafb932488d028560216e421955faf (plain)
1
2
3
if (helperThreadCount() > 0) {
    evalInWorker("try { newGlobal({principal : 5}); } catch (e) {}");
}