MCPcopy 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
177function supports_call_command() {
178 return is_live_session() && !is_TTD_session();
179}
180
181function cast(address, type_name) {
182 return host.createTypedObject(address, module_name(), type_name);

Callers 2

helpFunction · 0.85
make_callFunction · 0.85

Calls 2

is_live_sessionFunction · 0.85
is_TTD_sessionFunction · 0.85

Tested by

no test coverage detected