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

Function assertCount

deps/v8/test/debugger/debug/debug-negative-break-points.js:10–13  ·  view source on GitHub ↗
(expected_breaks, expected_exceptions)

Source from the content-addressed store, hash-verified

8var exception_count = 0;
9
10function assertCount(expected_breaks, expected_exceptions) {
11 assertEquals(expected_breaks, break_count);
12 assertEquals(expected_exceptions, exception_count);
13}
14
15function listener(event, exec_state, event_data, data) {
16 if (event == Debug.DebugEvent.Break) {

Callers 1

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…