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

Method CodeEntryOffset

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

Source from the content-addressed store, hash-verified

1625
1626class JSFunction(HeapObject):
1627 def CodeEntryOffset(self):
1628 return 3 * self.heap.TaggedPointerSize()
1629
1630 def SharedOffset(self):
1631 return 5 * self.heap.TaggedPointerSize()

Callers 1

__init__Method · 0.95

Calls 1

TaggedPointerSizeMethod · 0.45

Tested by

no test coverage detected