summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug648586.js
blob: dd2dfeb91ecef441e942576fa1ca5f742d103550 (plain)
1
2
3
4
5
6
7
8
9
10
11
try { eval("\
    function a(y){y.x}\
    for each(let d in[\
        ({}),({}),({}),({}),({}),({}),({}),({}),({}),({})\
    ]){\
        try{\
            a(d)\
        }catch(e){}\
    }\
    n\
") } catch (e) {}