michael@0: // Catch memory leaks when enumerating over the global object. michael@0: michael@0: for (let z = 1; z <= 16000; ++z) { michael@0: for each (y in this); michael@0: }