comparison: js/src/jit-test/tests/auto-regress/bug778557.js
js/src/jit-test/tests/auto-regress/bug778557.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-90828ac18dcf-linux |
|
2 // Flags: |
|
3 // |
|
4 x = Set; |
|
5 eval("function y()(Iterator)", this); |
|
6 x.__iterator__ = y; |
|
7 new Iterator(x) |