summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/loops/bug659452.js
blob: cf5015c7270f1a861628b003fec2d67e329489e3 (plain)
1
2
3
4
5
test();
function test() {
    var t = function () function printStatus() {};
    for (var j = 0; j < 10; j++) t["-1"]
}