blob: 4cb781b5722226d867a6f1c3ffaa5fb06b4fb68d [file] [log] [blame]
if (typeof schedulegc != 'undefined') {
Function("\
x = (function() { yield })();\
new Set(x);\
schedulegc(1);\
print( /x/ );\
for (p in x) {}\
")();
}