Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getState
Method
getState
deps/v8/tools/profile.mjs:948–950 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
946
947
static STATE_PREFIX = [
""
,
"~"
,
"^"
,
"-"
,
"+"
,
"*"
];
948
getState() {
949
return
DynamicFuncCodeEntry.STATE_PREFIX[this.state];
950
}
951
952
getName() {
953
const
name = this.sfi.getName();
Callers
4
getName
Method · 0.95
hasSourceFile
Function · 0.80
createBuilderProgram
Function · 0.80
formatProfileEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected