MCPcopy Index your code
hub / github.com/nodejs/node / getWeakTypeTextMap

Function getWeakTypeTextMap

test/fixtures/snapshot/typescript.js:3035–3041  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3033 var weakTypeTextMap;
3034 var weakNodeTextMap;
3035 function getWeakTypeTextMap() {
3036 if (weakTypeTextMap === undefined) {
3037 if (typeof WeakMap === "function")
3038 weakTypeTextMap = new WeakMap();
3039 }
3040 return weakTypeTextMap;
3041 }
3042 function getWeakNodeTextMap() {
3043 if (weakNodeTextMap === undefined) {
3044 if (typeof WeakMap === "function")

Callers 1

enableDebugInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…