bug672104.js (254B)
1 // Binary: cache/js-dbg-64-a37127f33d22-linux 2 // Flags: -m -n 3 // 4 load(libdir + "immutable-prototype.js"); 5 6 a = {}; 7 b = __proto__; 8 for (i = 0; i < 9; i++) { 9 if (globalPrototypeChainIsMutable()) { 10 __proto__ = a; 11 a.__proto__ = b 12 } 13 }