DEBSOURCES
Skip Quicknav
sources / nodejs / 20.19.2%2Bdfsg-1 / test / fixtures / source-map / throw-string-original.js
12345678
/* * comments dropped by uglify. */ function Hello() { throw 'goodbye'; } Hello();