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

Function poi

deps/v8/tools/windbg.js:189–195  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

187}
188
189function poi(address) {
190 try {
191 // readMemoryValues throws if cannot read from 'address'.
192 return host.memory.readMemoryValues(address, 1, pointer_size())[0];
193 }
194 catch (e){}
195}
196
197function get_register(name) {
198 return host.namespace.Debugger.State.DebuggerVariables.curthread

Callers 2

print_object_from_handleFunction · 0.85
print_handles_dataFunction · 0.85

Calls 1

pointer_sizeFunction · 0.85

Tested by

no test coverage detected