Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ UnusedByte
Method
UnusedByte
deps/v8/tools/grokdump.py:1261–1262 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1259
return
self.InstanceSizeOffset() + 1
1260
1261
def
UnusedByte(self):
1262
return
self.InObjectProperties() + 1
1263
1264
def
VisitorId(self):
1265
return
self.UnusedByte() + 1
Callers
2
VisitorId
Method · 0.95
Print
Method · 0.95
Calls
1
InObjectProperties
Method · 0.95
Tested by
no test coverage detected