Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
fixtures
/
source-map
/
uglify-throw-original.js
blob: 099faa175dbfd89336476ccb297afd33335951d9 [
file
] [
edit
]
/*
* comments dropped by uglify.
*/
function
Hello
()
{
throw
Error
(
'goodbye'
);
}
setImmediate
(
function
()
{
Hello
();
});