Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
class
NumFuzzerTest(TestRunnerTest):
Callers
2
_on_next_test
Method · 0.95
_on_result_for
Method · 0.95
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected