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

Method CodeOffset

deps/v8/tools/grokdump.py:1677–1678  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1675
1676class SharedFunctionInfo(HeapObject):
1677 def CodeOffset(self):
1678 return 2 * self.heap.TaggedPointerSize()
1679
1680 def ScriptOffset(self):
1681 return 7 * self.heap.TaggedPointerSize()

Callers 1

__init__Method · 0.95

Calls 1

TaggedPointerSizeMethod · 0.45

Tested by

no test coverage detected