Home
last modified time | relevance | path

Searched refs:next_proc (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/testrunner/testproc/
Dbase.py50 def connect_to(self, next_proc): argument
52 next_proc._prev_proc = self
53 self._next_proc = next_proc
Dexecution.py52 def connect_to(self, next_proc): argument