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