DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / pass / 75b0eeaf3aa61e74.js
12345678910111213
function a() { if (b) return; c(); d(); } function e() { if (b) return; if (c) return; if (d) return; if (f) return; g(); h(); }