Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dinspect.js1012 formatter = ctx.showHidden ? formatWeakSet : formatWeakCollection;
1015 formatter = ctx.showHidden ? formatWeakMap : formatWeakCollection;
1874 function formatWeakCollection(ctx) { function