Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1626
class
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
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected