comparison: js/src/jit-test/tests/jaeger/bug588362-1.js
js/src/jit-test/tests/jaeger/bug588362-1.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 for (a = 0; a < 13; a++) { |
|
2 (function e() { |
|
3 yield eval() |
|
4 }()) |
|
5 } |
|
6 |
|
7 /* Don't assert. */ |
|
8 |