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');
44 onGC(tlsSocket, { ongc });
H A Dtest-net-connect-memleak.js26 const onGC = require('../common/ongc');
40 onGC(gcObject, gcListener);
H A Dtest-tls-connect-memleak.js29 const onGC = require('../common/ongc');
47 onGC(gcObject, gcListener);
H A Dtest-gc-http-client-connaborted.js7 const onGC = require('../common/ongc');
38 onGC(req, { ongc });
H A Dtest-gc-net-timeout.js7 const onGC = require('../common/ongc');
50 onGC(req, { ongc });
/third_party/node/test/common/
H A Dongc.js8 function onGC(obj, gcListener) { function
32 module.exports = onGC;
/third_party/node/test/sequential/
H A Dtest-gc-http-client-timeout.js6 const onGC = require('../common/ongc');
38 onGC(req, { ongc });
H A Dtest-gc-http-client-onerror.js7 const onGC = require('../common/ongc');
44 onGC(req, { ongc });
H A Dtest-gc-http-client.js6 const onGC = require('../common/ongc');
42 onGC(req, { ongc });

Completed in 2 milliseconds