Home
last modified time | relevance | path

Searched refs:queueDestroyAsyncId (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-async-wrap-destroyid.js37 async_wrap.queueDestroyAsyncId(test_id);
/third_party/node/typings/internalBinding/
Dasync_wrap.d.ts103 queueDestroyAsyncId(asyncId: number): void;
/third_party/node/test/common/
Dindex.js165 const _queueDestroyAsyncId = async_wrap.queueDestroyAsyncId;
166 async_wrap.queueDestroyAsyncId = function queueDestroyAsyncId(id) { function in async_wrap
/third_party/node/lib/internal/
Dasync_hooks.js527 async_wrap.queueDestroyAsyncId(asyncId);