comparison: js/src/jit-test/tests/generators/bug908920.js
js/src/jit-test/tests/generators/bug908920.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 if (typeof schedulegc != 'undefined') { |
|
2 Function("\ |
|
3 x = (function() { yield })();\ |
|
4 Set(x);\ |
|
5 schedulegc(1);\ |
|
6 print( /x/ );\ |
|
7 for (p in x) {}\ |
|
8 ")(); |
|
9 } |