11 // Create an iterator at the beginning of the heap.
16 // Fill the middle of the heap with blocks of garbage.
17 for (var i = 0; i < 64 * 1024; ++i)
18 a[a.length] = new Object;
20 // Create an object sharing the structure pointed to by the above iterator late in the heap.