Source code
Revision control
Copy as Markdown
Other Tools
fullcompartmentchecks(true);
let g = newGlobal({sameZoneAs: this});
for (let i = 0; i < 20; i++) {
g.Object.prototype.toString;
}
gc();
fullcompartmentchecks(true);
let g = newGlobal({sameZoneAs: this});
for (let i = 0; i < 20; i++) {
g.Object.prototype.toString;
}
gc();