blob: fd0ae9b332160122d483e2ade2c7e57ab461c31d [file] [log] [blame]
s = newGlobal();
evalcx("\
try { \
throw StopIteration;\
} catch(a) {\
x = a;\
} \
new Proxy(x, {});\
", s);
evalcx("\
n = x;\
", s);