blob: f23c868d8a88a76272ef82e6b164a6e8f5087c93 [file] [log] [blame]
load(libdir + "immutable-prototype.js");
function f2() {
if (globalPrototypeChainIsMutable())
__proto__ = null;
}
for (var j = 0; j < 50; j++)
f2();