blob: 1d74fc48cb71d8cf2bcb78cde3d1333b3039f74f [file] [log] [blame]
function f() {};
var x;
for(var i=0; i<200; i++) {
x = f.bind(x, x, 2);
gc();
}