summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/baseline/bug1095870.js
blob: 97a93bda1cb9583663b9e9200924ed47731dc0d1 (plain)
1
2
3
4
// |jit-test| --ion-eager;
for (var j = 0; j < 2; j++) {
    (false).__proto__ = 0
}