Searched defs:_lnotab_increments (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py360 def _lnotab_increments(self, lnotab): function in function:ByteParser.child_parsers
364 def _lnotab_increments(self, lnotab): function in function:ByteParser.child_parsers
376 byte_increments = self._lnotab_increments(self.code.co_lnotab[0::2])
377 line_increments = self._lnotab_increments(self.code.co_lnotab[1::2])

Completed in 275 milliseconds