comparison: js/src/jit-test/tests/jaeger/bug582880.js
js/src/jit-test/tests/jaeger/bug582880.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 x = (function() {}) |
|
2 (function () { |
|
3 function a() {} |
|
4 a([7].some(gc)) |
|
5 }()) |
|
6 |
|
7 /* Don't crash or assert. */ |
|
8 |