summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug768313.js
blob: 10623548795421fc9a30acb6f7a85f362ff8b345 (plain)
1
2
3
4
5
6
// |jit-test| --dump-bytecode

function f() { }
evaluate('function g() { f(); }');
for (var i = 0; i < 2; i++)
    g(0);