blob: cfd645143e17f281f85ebdc716c238098039c2d3 [file] [log] [blame]
a = {}
b = __proto__
for (i = 0; i < 10; i++) {
__proto__ &= a
a.__proto__ = b
}