MCPcopy Index your code
hub / github.com/nodejs/node / Length

Method Length

deps/v8/tools/grokdump.py:1595–1599  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1593 return self.array.length <= 2
1594
1595 def Length(self):
1596 # SimpleTransition cases
1597 if self.IsSimpleTransition():
1598 return self.array.length - 1
1599 return (self.array.length - 3) // 2
1600
1601 def Print(self, p):
1602 length = self.Length()

Callers 1

PrintMethod · 0.95

Calls 1

IsSimpleTransitionMethod · 0.95

Tested by

no test coverage detected