xref
: /
third_party
/
node
/
test
/
fixtures
/
uncaught-exceptions
/
global.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/uncaught-exceptions/
1
console
.
log
(
'going to throw an error'
);
2
throw
new
Error
(
'global'
);
3