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

Function BeginTest

deps/v8/test/debugger/bugs/harmony/debug-blockscopes.js:64–70  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected