DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-1 / test / form / samples / skips-dead-branches-h / main.js
1234567891011
function bar(umm) { umm = hmm(); console.log("bar"); } function hmm() { return true; } function baz() { console.log("baz"); } baz();