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

Method FormatIntPtr

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

Source from the content-addressed store, hash-verified

1062 exception_thread.stack.memory.data_size
1063
1064 def FormatIntPtr(self, value):
1065 if self.Is64():
1066 return "%016x" % value
1067 return "%08x" % value
1068
1069 def FormatTagged(self, value):
1070 if self.Is64() and not self.IsPointerCompressed():

Callers

nothing calls this directly

Calls 1

Is64Method · 0.95

Tested by

no test coverage detected