xref
: /
third_party
/
node
/
test
/
fixtures
/
source-map
/
throw-string-original.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/source-map/
1
/*
2
* comments dropped by uglify.
3
*/
4
function
Hello
() {
5
throw
'goodbye'
;
6
}
7
8
Hello
();
9