summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug778557.js
blob: 0537be6c12f5002cd029453c3b1986475f0a449d (plain)
1
2
3
4
5
6
7
// Binary: cache/js-dbg-64-90828ac18dcf-linux
// Flags:
//
x = Set;
eval("function y()(Iterator)", this);
x.__iterator__ = y;
new Iterator(x)