Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ supports_call_command
Function
supports_call_command
deps/v8/tools/windbg.js:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
function
supports_call_command() {
178
return
is_live_session() && !is_TTD_session();
179
}
180
181
function
cast(address, type_name) {
182
return
host.createTypedObject(address, module_name(), type_name);
Callers
2
help
Function · 0.85
make_call
Function · 0.85
Calls
2
is_live_session
Function · 0.85
is_TTD_session
Function · 0.85
Tested by
no test coverage detected