Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ SourceOffset
Method
SourceOffset
deps/v8/tools/grokdump.py:1719–1720 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1717
1718
class
Script(HeapObject):
1719
def
SourceOffset(self):
1720
return
self.heap.TaggedPointerSize()
1721
1722
def
NameOffset(self):
1723
return
self.SourceOffset() + self.heap.TaggedPointerSize()
Callers
2
NameOffset
Method · 0.95
__init__
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected