bug667507.js (108B)
1 for (i = 0; i < 10; i++) { 2 Object.defineProperty({}, "", { 3 get: function() {} 4 }) 5 gc() 6 }