blob: 883857a1e70d9b0757e6861112bcfb67fab775cc [file] [log] [blame]
for (i = 0; i < 10; i++) {
Object.defineProperty({}, "", {
get: function() {}
})
gc()
}