Home
last modified time | relevance | path

Searched refs:ongc (Results 1 - 9 of 9) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-gc-tls-external-memory.js12 const onGC = require('../common/ongc');
24 function ongc() { gced++; } function
44 onGC(tlsSocket, { ongc });
H A Dtest-gc-http-client-connaborted.js7 const onGC = require('../common/ongc');
38 onGC(req, { ongc });
47 function ongc() { function
H A Dtest-gc-net-timeout.js7 const onGC = require('../common/ongc');
50 onGC(req, { ongc });
58 function ongc() { function
H A Dtest-net-connect-memleak.js26 const onGC = require('../common/ongc');
36 const gcListener = { ongc() { collected = true; } };
H A Dtest-tls-connect-memleak.js29 const onGC = require('../common/ongc');
43 const gcListener = { ongc() { collected = true; } };
/third_party/node/test/sequential/
H A Dtest-gc-http-client-timeout.js6 const onGC = require('../common/ongc');
38 onGC(req, { ongc });
48 function ongc() { function
H A Dtest-gc-http-client-onerror.js7 const onGC = require('../common/ongc');
44 onGC(req, { ongc });
58 function ongc() { function
H A Dtest-gc-http-client.js6 const onGC = require('../common/ongc');
42 onGC(req, { ongc });
52 function ongc() { function
/third_party/node/test/common/
H A Dongc.js21 this.gcListener.ongc();

Completed in 1 milliseconds