summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1182865.js
blob: f221b4328ca5d0f4315ca4637222f63d90732152 (plain)
1
2
3
4
5
6
7
8

for (var j = 0; j < 99; j++) {
    Array[{
        f() {
            eval()
        }
    }];
}