xref
: /
third_party
/
node
/
test
/
fixtures
/
leakedGlobal.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
'use strict'
;
2
3
require
(
'../common'
);
4
5
global
.
gc
=
42
;
// intentionally leak a global
6