Source code
Revision control
Copy as Markdown
Other Tools
import stuff from "./module-gc2.js";
var x = 10;
export function moduleFunction() {
stuff(x);
}
setTimeout(() => SpecialPowers.gc(), 0);
import stuff from "./module-gc2.js";
var x = 10;
export function moduleFunction() {
stuff(x);
}
setTimeout(() => SpecialPowers.gc(), 0);