MCPcopy Create free account
hub / github.com/nodejs/node / identifier

Method identifier

deps/v8/tools/turbolizer/src/origin.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public identifier(): string {
30 return `${this.nodeId}`;
31 }
32
33 public toString(): string {
34 return `#${this.nodeId} in phase '${this.phase}/${this.reducer}'`;

Callers 15

isValidFunction · 0.45
CallExpressionMethod · 0.45
getSectionFooterMethod · 0.45
printVariablesByNameMethod · 0.45
exitMethod · 0.45
setTimeoutMethod · 0.45
_identifierFunction · 0.45
callRandomFunctionFunction · 0.45
_rawTryCatchFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected