MCPcopy 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
1380class 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

TaggedPointerSizeMethod · 0.45

Tested by

no test coverage detected