comparison: js/src/jit-test/tests/jaeger/bug707384.js
js/src/jit-test/tests/jaeger/bug707384.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| debug |
|
2 function f() { |
|
3 do { |
|
4 return |
|
5 } while (e) |
|
6 } |
|
7 trap(f, 1, '') |
|
8 f() |