1 2 3 4 5 6 7 8 9 10 11 12
s = newGlobal(); evalcx("\ try { \ throw StopIteration;\ } catch(a) {\ x = a;\ } \ new Proxy(x, {});\ ", s); evalcx("\ n = x;\ ", s);