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

Function decomp

deps/v8/tools/windbg.js:356–359  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

354}
355
356function decomp(value) {
357 if (value > 0xffffffff) return value;
358 return get_compressed_ptr_base() + value;
359}
360
361// Adjust for possible pointer compression ('address' is assumed to be on the
362// managed heap).

Callers 4

print_objectFunction · 0.85
poimFunction · 0.85
print_owning_spaceFunction · 0.85
dpFunction · 0.85

Calls 1

get_compressed_ptr_baseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…