Source code

Revision control

Copy as Markdown

Other Tools

var a;
try {
a();
} catch(e) {
assertEq(e instanceof TypeError, true);
}