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