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