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

Method FormatTagged

deps/v8/tools/grokdump.py:1069–1072  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1067 return "%08x" % value
1068
1069 def FormatTagged(self, value):
1070 if self.Is64() and not self.IsPointerCompressed():
1071 return "%016x" % value
1072 return "%08x" % value
1073
1074 def MachinePointerSize(self):
1075 if self.Is64():

Callers 1

format_onheap_addressMethod · 0.80

Calls 2

Is64Method · 0.95
IsPointerCompressedMethod · 0.95

Tested by

no test coverage detected