Source code
Revision control
Copy as Markdown
Other Tools
let { object, transplant } = transplantableObject();
transplant(newGlobal({newCompartment: true}));
nukeAllCCWs()
try {
transplant(this)
} catch {}
let { object, transplant } = transplantableObject();
transplant(newGlobal({newCompartment: true}));
nukeAllCCWs()
try {
transplant(this)
} catch {}