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

Function BeginTest

deps/v8/test/debugger/debug/debug-receiver.js:59–64  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

57
58// Initialize for a new test.
59function BeginTest(name) {
60 test_name = name;
61 listener_called = false;
62 exception = null;
63 begin_test_count++;
64}
65
66
67// Check result of a test.

Callers 1

debug-receiver.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…