summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug729899-2.js
blob: f23c868d8a88a76272ef82e6b164a6e8f5087c93 (plain)
1
2
3
4
5
6
7
8
9
load(libdir + "immutable-prototype.js");

function f2() {
    if (globalPrototypeChainIsMutable())
        __proto__ = null;
}

for (var j = 0; j < 50; j++)
    f2();