Home
last modified time | relevance | path

Searched defs:ongc (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-domain-async-id-map-leak.js33 onGC(resource, { ongc: common.mustCall() }); property
34 onGC(d, { ongc: common.mustCall() }); property
35 onGC(emitter, { ongc: common.mustCall() }); property
Dtest-common-gc.js7 onGC({}, { ongc: common.mustCall() }); property
12 onGC(process, { ongc: common.mustNotCall() }); property
Dtest-zlib-invalid-input-memory.js11 const ongc = common.mustCall(); constant
27 onGC(strm, { ongc }); field
Dtest-gc-tls-external-memory.js24 function ongc() { gced++; } function
44 onGC(tlsSocket, { ongc }); field
Dtest-gc-net-timeout.js50 onGC(req, { ongc }); field
58 function ongc() { function
Dtest-gc-http-client-connaborted.js38 onGC(req, { ongc }); field
47 function ongc() { function
Dtest-http-server-keepalive-req-gc.js14 onGC(req, { ongc: common.mustCall(() => { server.close(); }) }); property
Dtest-http-server-connections-checking-leak.js19 onGC(server, { ongc: countdown.dec.bind(countdown) }); property
Dtest-https-server-connections-checking-leak.js24 onGC(server, { ongc: countdown.dec.bind(countdown) }); property
Dtest-net-connect-memleak.js36 const gcListener = { ongc() { collected = true; } }; method
Dtest-tls-connect-memleak.js43 const gcListener = { ongc() { collected = true; } }; method
/third_party/node/test/sequential/
Dtest-gc-http-client-timeout.js38 onGC(req, { ongc }); field
48 function ongc() { function
Dtest-gc-http-client.js42 onGC(req, { ongc }); field
52 function ongc() { function
Dtest-gc-http-client-onerror.js44 onGC(req, { ongc }); field
58 function ongc() { function
/third_party/node/test/async-hooks/
Dtest-async-local-storage-gcable.js16 onGC(asyncLocalStorage, { ongc: common.mustCall() }); property