Source code
Revision control
Copy as Markdown
Other Tools
var lfOffThreadGlobal = newGlobal();
nukeAllCCWs();
const thisGlobal = this;
const otherGlobalNewCompartment = newGlobal({
newCompartment: true
});
let { transplant } = transplantableObject();
// Just don't crash.
try {
transplant(otherGlobalNewCompartment);
transplant(thisGlobal);
} catch {}