Source code
Revision control
Copy as Markdown
Other Tools
const root3 = newGlobal({newCompartment: true});
function test(constructor) {
if (!nukeCCW(root3.load)) {}
}
test(Map);
test(Set);
const root3 = newGlobal({newCompartment: true});
function test(constructor) {
if (!nukeCCW(root3.load)) {}
}
test(Map);
test(Set);