xref
: /
third_party
/
node
/
test
/
fixtures
/
failmustcall2.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
.
mustCallAtLeast
(() => {},
2
);
3
f();
4