comparison: js/src/jit-test/tests/basic/bug641224.js
js/src/jit-test/tests/basic/bug641224.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 try { |
|
2 x = evalcx('lazy'); |
|
3 x.__iterator__ = Object.isFrozen |
|
4 for each(x in x) {} |
|
5 } catch (e) {} |