Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getName
Method
getName
deps/v8/tools/profile.mjs:952–955 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
950
}
951
952
getName() {
953
const
name = this.sfi.getName();
954
return
this.
type
+
': '
+ this.getState() + name;
955
}
956
957
/**
958
* Returns raw node name (without
type
decoration).
Callers
1
toString
Method · 0.95
Calls
2
getState
Method · 0.95
getName
Method · 0.45
Tested by
no test coverage detected