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

Function EndTest

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

Source from the content-addressed store, hash-verified

66
67// Check result of a test.
68function EndTest() {
69 assertTrue(listener_called, "listener not called for " + test_name);
70 assertNull(exception, test_name);
71 end_test_count++;
72}
73
74
75// Check that the debugger correctly reflects that the receiver is not

Callers 1

debug-receiver.jsFile · 0.70

Calls 1

assertTrueFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…