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

Method functionName

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

Source from the content-addressed store, hash-verified

132 }
133
134 get functionName() {
135 return this._entry.functionName ?? this._entry.getRawName();
136 }
137
138 get shortName() {
139 if (this.isScript) {

Callers

nothing calls this directly

Calls 1

getRawNameMethod · 0.45

Tested by

no test coverage detected