comparison: js/src/jit-test/tests/jaeger/bug588362-2.js
js/src/jit-test/tests/jaeger/bug588362-2.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 for (a = 0; a < 13; a++) { |
|
2 (function n() { |
|
3 with({}) { |
|
4 yield |
|
5 } |
|
6 } ()) |
|
7 } |
|
8 |
|
9 /* Don't assert. */ |
|
10 |