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