Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| skip-if: helperThreadCount() === 0
evalInWorker(`
function f() {
fullcompartmentchecks(f);
}
try { f(); } catch(e) {}
`);