blob: 7659d534b8254bb24df9c007b568a699040c3e63 [file] [log] [blame]
load(libdir + "immutable-prototype.js");
if (globalPrototypeChainIsMutable()) {
this.__proto__ = null;
Object.prototype.__proto__ = this;
}
for (var y in Object.prototype)
continue;
for (var x in this)
continue;