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

Function BeginTest

deps/v8/test/debugger/debug/harmony/modules-debug-scopes1.mjs:38–44  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

36
37// Initialize for a new test.
38function BeginTest(name) {
39 test_name = name;
40 listener_delegate = null;
41 listener_called = false;
42 exception = null;
43 begin_test_count++;
44}
45
46
47// Check result of a test.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected