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

Function BeginTest

deps/v8/test/debugger/debug/es6/debug-blockscopes.js:65–71  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

63
64// Initialize for a new test.
65function BeginTest(name) {
66 test_name = name;
67 listener_delegate = null;
68 listener_called = false;
69 exception = null;
70 begin_test_count++;
71}
72
73
74// Check result of a test.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected