xref
: /
third_party
/
node
/
test
/
fixtures
/
uncaught-exceptions
/
timeout.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/uncaught-exceptions/
1
setTimeout
(
function
() {
2
throw
new
Error
(
'timeout'
);
3
},
10
);
4