MCPcopy Index your code
hub / github.com/nodejs/node / cast

Function cast

deps/v8/tools/windbg.js:181–183  ·  view source on GitHub ↗
(address, type_name)

Source from the content-addressed store, hash-verified

179}
180
181function cast(address, type_name) {
182 return host.createTypedObject(address, module_name(), type_name);
183}
184
185function pointer_size() {
186 return host.namespace.Debugger.Sessions[0].Attributes.Machine.PointerSize;

Callers 9

get_chunksFunction · 0.70
find_chunkFunction · 0.70
print_memoryFunction · 0.70
print_handles_dataFunction · 0.70
print_remembered_setFunction · 0.70
regress-13826.jsFile · 0.50

Calls 1

module_nameFunction · 0.85

Tested by

no test coverage detected