DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 5.9.1-1 / compiler / tests-js-parser / pass-explicit / 756e3fe0ef87b136.js
12345678910
function a() { b(); c(); return d(); } function e() { b(); c(); throw new f; }