xref
: /
third_party
/
node
/
test
/
fixtures
/
failcounter.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
const
Countdown
=
require
(
'../
common
/
countdown
'
);
2
new
Countdown
(
2
, () => {});
3