Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dtrace_events_async_hooks.js33 const typeMemory = new SafeMap(); constant
47 typeMemory.set(asyncId, type);
57 const type = typeMemory.get(asyncId);
64 const type = typeMemory.get(asyncId);
71 const type = typeMemory.get(asyncId);
77 typeMemory.delete(asyncId);
94 typeMemory.clear();