blob: cb1f0e806344b4d0b92893d209dc475cf34e853b [file] [log] [blame]
function test() {
for (let z = 0; z < 4; ++z) {
uneval({ x: 9 });
gc()
}
return "pass";
}
assertEq(test(), "pass");