MCPcopy Create free account
hub / github.com/nodejs/node / __on_event

Method __on_event

deps/v8/tools/testrunner/standard_runner_test.py:615–618  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

613 self.__on_event()
614
615 def __on_event(self):
616 if self._n >= self._count:
617 self.stop()
618 self._n += 1
619
620
621class NumFuzzerTest(TestRunnerTest):

Callers 2

_on_next_testMethod · 0.95
_on_result_forMethod · 0.95

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected