Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ CharsOffset
Method
CharsOffset
deps/v8/tools/grokdump.py:1381–1382 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1379
1380
class
SeqString(String):
1381
def
CharsOffset(self):
1382
return
self.heap.TaggedPointerSize() * 3
1383
1384
def
__init__(self, heap, map, address):
1385
String.__init__(self, heap, map, address)
Callers
1
__init__
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected