Home
last modified time | relevance | path

Searched defs:requireManualDestroy (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-async-hooks-disable-gc-tracking.js14 new async_hooks.AsyncResource('foobar', { requireManualDestroy: true }); property
/third_party/node/benchmark/async_hooks/
Dgc-tracking.js45 new AsyncResource('foobar', { requireManualDestroy: true }); property
/third_party/node/lib/internal/process/
Dtask_queues.js148 const defaultMicrotaskResourceOpts = { requireManualDestroy: true }; property