UNPKG

test262-parser-tests

Version:
8 lines 95 B
function a() { try { a(); } catch(b) { var c = 1; } return c; }