1 // If there is no window.gc() already defined, define one using the best
3 // The slow fallback should not hit in the actual test environment.
8 if (window.GCController)
9 return GCController.collectAll();
13 var temp = {i: "ab" + i + (i / 100000)};
17 for (var i = 0; i < 10000; i++)