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

Function getWeakNodeTextMap

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

Source from the content-addressed store, hash-verified

3040 return weakTypeTextMap;
3041 }
3042 function getWeakNodeTextMap() {
3043 if (weakNodeTextMap === undefined) {
3044 if (typeof WeakMap === "function")
3045 weakNodeTextMap = new WeakMap();
3046 }
3047 return weakNodeTextMap;
3048 }
3049 // Add additional properties in debug mode to assist with debugging.
3050 Object.defineProperties(ts.objectAllocator.getSymbolConstructor().prototype, {
3051 // for use with vscode-js-debug's new customDescriptionGenerator in launch.json

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…