Source code
Revision control
Copy as Markdown
Other Tools
for (i = 0; i < 10; i++) {
Object.defineProperty({}, "", {
get: function() {}
})
gc()
}
for (i = 0; i < 10; i++) {
Object.defineProperty({}, "", {
get: function() {}
})
gc()
}