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

Function pad_right

deps/v8/tools/windbg.js:746–749  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

744 dp
745-----------------------------------------------------------------------------*/
746function pad_right(addr) {
747 let addr_hex = hex(addr);
748 return `${addr_hex}${" ".repeat(pointer_size() * 2 + 2 - addr_hex.length)}`;
749}
750
751// TODO irinayat: would be nice to identify handles and smi as well
752function dp(addr, count = 10) {

Callers 1

dpFunction · 0.85

Calls 2

pointer_sizeFunction · 0.85
hexFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…