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

Function poim

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

Source from the content-addressed store, hash-verified

361// Adjust for possible pointer compression ('address' is assumed to be on the
362// managed heap).
363function poim(address) {
364 try {
365 // readMemoryValues throws if cannot read from 'address'.
366 return host.memory.readMemoryValues(decomp(address), 1, tagged_size())[0];
367 }
368 catch (e){}
369}
370
371/*-----------------------------------------------------------------------------
372 Exploring objects

Callers 9

is_mapFunction · 0.85
is_likely_objectFunction · 0.85
find_object_nearFunction · 0.85
print_object_prevFunction · 0.85
print_object_nextFunction · 0.85
print_objects_in_rangeFunction · 0.85
implFunction · 0.85
dpFunction · 0.85
print_remembered_setFunction · 0.85

Calls 2

decompFunction · 0.85
tagged_sizeFunction · 0.85

Tested by

no test coverage detected