comparison: js/src/jit-test/tests/jaeger/bug551603.js
js/src/jit-test/tests/jaeger/bug551603.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 ((function f(a) { |
|
3 if (a > 0) { |
|
4 f(a - 1) |
|
5 } |
|
6 })(6)) |
|
7 })() |
|
8 |