bug-1313347.js (84B)
1 let tenured = {}; 2 gc(); 3 for (let i = 0; i < 100000; i++) { 4 tenured[i/2] = {}; 5 }