comparison: js/src/jit-test/tests/basic/bug716013.js
js/src/jit-test/tests/basic/bug716013.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 f = (function() { |
|
2 for (x in [arguments, arguments]) yield(gczeal(4, function(){})) |
|
3 }) |
|
4 for (i in f()) {} |