DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / pass-explicit / 756e3fe0ef87b136.js
12345678910
function a() { b(); c(); return d(); } function e() { b(); c(); throw new f; }