1 2 3 4 5 6 7 8
function test() { for (let z = 0; z < 4; ++z) { uneval({ x: 9 }); gc() } return "pass"; } assertEq(test(), "pass");