Source code

Revision control

Copy as Markdown

Other Tools

if (typeof schedulegc != 'undefined') {
Function("\
x = (function*() { yield })();\
new Set(x);\
schedulegc(1);\
print( /x/ );\
for (p in x) {}\
")();
}