bug654073.js (222B)
1 load(libdir + "immutable-prototype.js"); 2 3 if (globalPrototypeChainIsMutable()) { 4 this.__proto__ = null; 5 Object.prototype.__proto__ = this; 6 } 7 8 for (var y in Object.prototype) 9 continue; 10 for (var x in this) 11 continue;