Source code

Revision control

Copy as Markdown

Other Tools

var caught = false;
try {
evalcx("eval(\"throw<x/>\")", Function.a)
} catch (e) {
caught = true;
}
assertEq(caught, true);