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

Method toolTipDict

deps/v8/tools/system-analyzer/log/code.mjs:178–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 get toolTipDict() {
179 const dict = super.toolTipDict;
180 dict.size = formatBytes(dict.size);
181 dict.source = new CodeString(dict.source);
182 if (dict.code) dict.code = new CodeString(dict.code);
183 return dict;
184 }
185
186 static get propertyNames() {
187 return [

Callers

nothing calls this directly

Calls 1

formatBytesFunction · 0.90

Tested by

no test coverage detected