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

Function get_compressed_ptr_base

deps/v8/tools/windbg.js:350–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348}
349
350function get_compressed_ptr_base() {
351 if (!using_ptr_compr) return 0;
352
353 return isolate_address;
354}
355
356function decomp(value) {
357 if (value > 0xffffffff) return value;

Callers 1

decompFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…