Source code

Revision control

Copy as Markdown

Other Tools

var g = newGlobal();
g.eval(`
Array.from(function*() {
yield 1;
relazifyFunctions();
yield 1;
}());
`);