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

Method toolTipDict

deps/v8/tools/profile.mjs:145–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 get toolTipDict() {
146 return {
147 title: this.toString(),
148 __this__: this,
149 id: this.id,
150 url: this.url,
151 source: this.source,
152 sourcePositions: this.sourcePositions
153 }
154 }
155
156 static getShortestUniqueName(url, script) {
157 const parts = url.split('/');

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected