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