bug-1287869.js (81B)
1 gczeal(16); 2 let a = []; 3 for (let i = 0; i < 1000; i++) 4 a.push({x: i}); 5 gc();