Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ScriptOffset
Method
ScriptOffset
deps/v8/tools/grokdump.py:1680–1681 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1678
return
2 * self.heap.TaggedPointerSize()
1679
1680
def
ScriptOffset(self):
1681
return
7 * self.heap.TaggedPointerSize()
1682
1683
def
InferredNameOffset(self):
1684
return
9 * self.heap.TaggedPointerSize()
Callers
1
__init__
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected